diff options
Diffstat (limited to 'l10n-cak/toolkit')
106 files changed, 5513 insertions, 0 deletions
diff --git a/l10n-cak/toolkit/chrome/alerts/alert.dtd b/l10n-cak/toolkit/chrome/alerts/alert.dtd new file mode 100644 index 0000000000..c7d78ad703 --- /dev/null +++ b/l10n-cak/toolkit/chrome/alerts/alert.dtd @@ -0,0 +1,6 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY closeAlert.tooltip "Titz'apïx re rutzijol re'"> +<!ENTITY settings.label "Taq nuk'ulem"> diff --git a/l10n-cak/toolkit/chrome/alerts/alert.properties b/l10n-cak/toolkit/chrome/alerts/alert.properties new file mode 100644 index 0000000000..77d885fb30 --- /dev/null +++ b/l10n-cak/toolkit/chrome/alerts/alert.properties @@ -0,0 +1,23 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE(closeButton.title): Used as the close button text for web notifications on OS X. +# This should ideally match the string that OS X uses for the close button on alert-type +# notifications. OS X will truncate the value if it's too long. +closeButton.title = Titz'apïx +# LOCALIZATION NOTE(actionButton.label): Used as the button label to provide more actions on OS X notifications. OS X will truncate this if it's too long. +actionButton.label = … +# LOCALIZATION NOTE(webActions.disableForOrigin.label): %S is replaced +# with the hostname origin of the notification. +webActions.disableForOrigin.label = Kechup ri taq rutzijol %S + +# LOCALIZATION NOTE(source.label): Used to show the URL of the site that +# sent the notification (e.g., "via mozilla.org"). "%1$S" is the source host +# and port. +source.label=b'ey %1$S +webActions.settings.label = Kinuk'ulem ri taq tzijol + +# LOCALIZATION NOTE(pauseNotifications.label): %S is replaced with the +# brandShortName of the application. +pauseNotifications.label = Keqa't ri taq rutzijol k'a toq ri %S titikïr chik diff --git a/l10n-cak/toolkit/chrome/autoconfig/autoconfig.properties b/l10n-cak/toolkit/chrome/autoconfig/autoconfig.properties new file mode 100644 index 0000000000..30630aab30 --- /dev/null +++ b/l10n-cak/toolkit/chrome/autoconfig/autoconfig.properties @@ -0,0 +1,12 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +readConfigTitle = Sachoj pa runuk'ulem +readConfigMsg = Man xtikïr ta xusik'ij ri ruyakb'al nuk'ulem. Tab'ana' utzil, tawoyoj ri nuk'samajel aq'inoj. + +autoConfigTitle = Retal k'ayewal AutoConfig +autoConfigMsg = Man xtikïr ta ri Netscape.cfg/AutoConfig. tawoyoj ri anuk'samajel. \n Sachoj: %S xsach: + +emailPromptTitle = Rochochib'al taqoya'l +emailPromptMsg = Tatz'ib'aj ri rochochib'al taqoya'l diff --git a/l10n-cak/toolkit/chrome/global-platform/mac/intl.properties b/l10n-cak/toolkit/chrome/global-platform/mac/intl.properties new file mode 100644 index 0000000000..71265a9ef1 --- /dev/null +++ b/l10n-cak/toolkit/chrome/global-platform/mac/intl.properties @@ -0,0 +1,7 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (intl.ellipsis): Use the unicode ellipsis char, \u2026, +# or use "..." if \u2026 doesn't suit traditions in your locale. +intl.ellipsis=… diff --git a/l10n-cak/toolkit/chrome/global-platform/mac/platformKeys.properties b/l10n-cak/toolkit/chrome/global-platform/mac/platformKeys.properties new file mode 100644 index 0000000000..e1ce2fd906 --- /dev/null +++ b/l10n-cak/toolkit/chrome/global-platform/mac/platformKeys.properties @@ -0,0 +1,34 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +#mac +#this file defines the on screen display names for the various modifier keys +#these are used in XP menus to show keyboard shortcuts + +# Platform: Mac +# This file defines the on-screen display names for the various modifier keys +# and the Return key (VK_RETURN). +# These are used in XP menus to show keyboard shortcuts. + +# The Shift key - open up arrow symbol (ctrl-e) +VK_SHIFT=⇧ + +# The Command key - clover leaf symbol (ctrl-q) +VK_META=⌘ + +# The Win key - never generated by native key event +VK_WIN=win + +# The Option/Alt key - splitting tracks symbol (ctrl-g) +VK_ALT=⌥ + +# The Control key - hat symbol (ctrl-f) +VK_CONTROL=⌃ + +# The Return key (on the main keyboard or numpad): +# "Enter" on Windows/Unix, "Return" on Mac +VK_RETURN=Return + +# The separator character used between modifiers (none on Mac OS) +MODIFIER_SEPARATOR= diff --git a/l10n-cak/toolkit/chrome/global-platform/unix/intl.properties b/l10n-cak/toolkit/chrome/global-platform/unix/intl.properties new file mode 100644 index 0000000000..71265a9ef1 --- /dev/null +++ b/l10n-cak/toolkit/chrome/global-platform/unix/intl.properties @@ -0,0 +1,7 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (intl.ellipsis): Use the unicode ellipsis char, \u2026, +# or use "..." if \u2026 doesn't suit traditions in your locale. +intl.ellipsis=… diff --git a/l10n-cak/toolkit/chrome/global-platform/unix/platformKeys.properties b/l10n-cak/toolkit/chrome/global-platform/unix/platformKeys.properties new file mode 100644 index 0000000000..05e690f29a --- /dev/null +++ b/l10n-cak/toolkit/chrome/global-platform/unix/platformKeys.properties @@ -0,0 +1,34 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +#default +#this file defines the on screen display names for the various modifier keys +#these are used in XP menus to show keyboard shortcuts + +# Platform: Unix +# This file defines the on-screen display names for the various modifier keys +# and the Enter key (VK_RETURN). +# These are used in XP menus to show keyboard shortcuts. + +# The Shift key +VK_SHIFT=Nimatz'ib' + +# The Command key +VK_META=Retal q'i'oj + +# The Win key (Super key and Hyper keys are mapped to DOM Win key) +VK_WIN=Win + +# The Alt key +VK_ALT=Alt + +# The Control key +VK_CONTROL=Ctrl + +# The Enter key (on the main keyboard or numpad): +# "Enter" on Windows/Unix, "Return" on Mac +VK_RETURN=Enter + +# The separator character used between modifiers +MODIFIER_SEPARATOR=+ diff --git a/l10n-cak/toolkit/chrome/global-platform/win/intl.properties b/l10n-cak/toolkit/chrome/global-platform/win/intl.properties new file mode 100644 index 0000000000..71265a9ef1 --- /dev/null +++ b/l10n-cak/toolkit/chrome/global-platform/win/intl.properties @@ -0,0 +1,7 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (intl.ellipsis): Use the unicode ellipsis char, \u2026, +# or use "..." if \u2026 doesn't suit traditions in your locale. +intl.ellipsis=… diff --git a/l10n-cak/toolkit/chrome/global-platform/win/platformKeys.properties b/l10n-cak/toolkit/chrome/global-platform/win/platformKeys.properties new file mode 100644 index 0000000000..5cd1248b7c --- /dev/null +++ b/l10n-cak/toolkit/chrome/global-platform/win/platformKeys.properties @@ -0,0 +1,34 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +#default +#this file defines the on screen display names for the various modifier keys +#these are used in XP menus to show keyboard shortcuts + +# Platform: Windows +# This file defines the on-screen display names for the various modifier keys +# and the Enter key (VK_RETURN). +# These are used in XP menus to show keyboard shortcuts. + +# The Shift key +VK_SHIFT=Nimatz'ib' + +# The Command key +VK_META=Retal q'i'oj + +# The Win key +VK_WIN=Win + +# The Alt key +VK_ALT=Alt + +# The Control key +VK_CONTROL=Ctrl + +# The Enter key (on the main keyboard or numpad): +# "Enter" on Windows/Unix, "Return" on Mac +VK_RETURN=Enter + +# The separator character used between modifiers +MODIFIER_SEPARATOR=+ diff --git a/l10n-cak/toolkit/chrome/global/aboutReader.properties b/l10n-cak/toolkit/chrome/global/aboutReader.properties new file mode 100644 index 0000000000..3ce68a05bb --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/aboutReader.properties @@ -0,0 +1,66 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +#LOCALIZATION NOTE (aboutReader.loading2): +# Use the unicode ellipsis char, \u2026, +# or use "..." if \u2026 doesn't suit traditions in your locale. +aboutReader.loading2=Nisamäj… +aboutReader.loadError=Man xtikïr ta rik'in ri rusamajixik ri cholna'oj pa ri ruxaq + +aboutReader.colorScheme.light=Yuk'unel +aboutReader.colorScheme.dark=Q'equ'm +aboutReader.colorScheme.sepia=Sepya +aboutReader.colorScheme.auto=Yonil + +# LOCALIZATION NOTE (aboutReader.estimatedReadTimeValue1): Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the number of minutes it is estimated to take to read the article +# example: `3 minutes` +aboutReader.estimatedReadTimeValue1=#1 ch'utiramaj;#1 taq ch'utiramaj + +#LOCALIZATION NOTE (aboutReader.estimatedReadTimeRange1): Semi-colon list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# When there is some uncertainty in how long the article will take to read show a range of +# minutes it is expected to take. +# #1 is the number of minutes it is estimated to take to read the article for a fast reader +# #2 is the number of minutes it is estimated to take to read the article for a slow reader +# #2 is the variable used to determine the plural form to use. +# example: `5-8 minutes` +aboutReader.estimatedReadTimeRange1=#1-#2 ch'utiramaj;#1-#2 taq ch'utiramaj + +# LOCALIZATION NOTE (aboutReader.fontType.serif, aboutReader.fontType.sans-serif): +# These are the styles of typeface that are options in the reader view controls. +aboutReader.fontType.serif=Seriw +aboutReader.fontType.sans-serif=Sans-serif + +# LOCALIZATION NOTE (aboutReader.fontTypeSample): String used to sample font types. +# For followup see: https://bugzilla.mozilla.org/show_bug.cgi?id=1637089 +aboutReader.fontTypeSample=Aa + +aboutReader.toolbar.close=Titz'apïx rutz'etik sik'inïk +aboutReader.toolbar.typeControls=Chajinela' richin tz'ib' + +# This is used as a label for the Reader View toolbar button. +# This is a label used for the Save to Pocket option in the toolbar. +# %S is replaced by Pocket. +readerView.savetopocket.label=Tiyak Pa %S +# This is a label used for done option in the toolbar +readerView.done.label=Xk'is +# These are used for the Reader View toolbar button and the menuitem within the +# View menu. +readerView.enter=Titikirisäx pa rutz'etik sik'inïk +readerView.enter.accesskey=R +readerView.close=Titz'apïx rutz'etik sik'inïk +readerView.close.accesskey=R + +# These are used as tooltips in Type Control +aboutReader.toolbar.minus = Tich'utinirisäx Rupalem Tz'ib' +aboutReader.toolbar.plus = Tinimirisäx Rupalem Tz'ib' +aboutReader.toolbar.contentwidthminus = Tich'utinirisäx Ruwa Rupam +aboutReader.toolbar.contentwidthplus = Tinimirisäx Ruwa Rupam +aboutReader.toolbar.lineheightminus = Tich'utinirisäx Raqän Cholaj +aboutReader.toolbar.lineheightplus = Tinimirisäx Raqän Cholaj +aboutReader.toolbar.colorschemelight = Ruchib'al Säq B'onil +aboutReader.toolbar.colorschemedark = Ruchib'al Q'ëq B'onil +aboutReader.toolbar.colorschemesepia = Ruchib'al Sepya' B'onil diff --git a/l10n-cak/toolkit/chrome/global/aboutStudies.properties b/l10n-cak/toolkit/chrome/global/aboutStudies.properties new file mode 100644 index 0000000000..defd004d8d --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/aboutStudies.properties @@ -0,0 +1,33 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + + +# LOCALIZATION NOTE (title): keep "Shield" in English. See +# https://wiki.mozilla.org/Firefox/Shield/Shield_Studies for more information +title = Shield taq Tijonïk +removeButton = Tiyuj + +# LOCALIZATION NOTE (activeStudiesList): Title above a list of active studies +activeStudiesList = Tzijïl taq tijonem +# LOCALIZATION NOTE (activeStudiesList): Title above a list of completed studies +completedStudiesList = Tz'aqät taq tijonem +# LOCALIZATION NOTE (activeStatus): Displayed for an active study +activeStatus = Tzijïl + +# LOCALIZATION NOTE (completeStatus): Displayed for a study that is already complete +completeStatus = Tz'aqät + +updateButtonWin = Kek'ex taq Cha'oj +updateButtonUnix = Kek'ex taq Ajowab'äl +learnMore = Tetamäx ch'aqa' chik +noStudies = Pa majun tijonïk atokinäq. +disabledList = Re re' jun kicholajem tijonïk akuchi' atokinäq. Man xkesamajïx ta k'ak'a' taq tijonïk. +# LOCALIZATION NOTE (enabledList): %S is brandShortName (e.g. Firefox) +enabledList = ¿Achike re re'? %S k'o b'ey nitikïr yeruyäk chuqa' yerub'än taq solna'oj. + +# LOCALIZATION NOTE (preferenceStudyDescription) $1%S will be replaced with the +# name of a preference (such as "stream.improvesearch.topSiteSearchShortcuts") +# and $2%S will be replaced with the value of that preference. Both values will +# be formatted differently than the surrounding text. +preferenceStudyDescription = Re tijonem re' nuchäp %1$S chi re %2$S.
\ No newline at end of file diff --git a/l10n-cak/toolkit/chrome/global/aboutWebrtc.properties b/l10n-cak/toolkit/chrome/global/aboutWebrtc.properties new file mode 100644 index 0000000000..f7b0bf68ed --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/aboutWebrtc.properties @@ -0,0 +1,191 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (document_title): +# The text "WebRTC" is a proper noun and should not be translated. +# It is the general label for the standards based technology. see http://www.webrtc.org +document_title = Taq tzij chupam richin WebRTC +cannot_retrieve_log = Man tikirel ta yekol ri WebRTC taq rutzij tz'ib'anïk\u0020 + +# LOCALIZATION NOTE (save_page_msg): +# %1$S will be replaced by a full path file name: the target of the SavePage operation. +save_page_msg = yakon ruxaq pa: %1$S + +# LOCALIZATION NOTE (save_page_dialog_title): "about:webrtc" is a internal browser URL and should not be +# translated. This string is used as a title for a file save dialog box. +save_page_dialog_title = tiyak about:webrtc achi'el + +# LOCALIZATION NOTE (debug_mode_off_state_msg): +# %1$S will be replaced by the full path file name of the debug log. +debug_mode_off_state_msg = ri rutz'ib'axik retal tikirel nilitäj pa %1$S + +# LOCALIZATION NOTE (debug_mode_on_state_msg): +# %1$S will be replaced by the full path file name of the debug log. +debug_mode_on_state_msg = pa rub'eyal tzijïl chojmirisanïk, rutz'ib'axik retal pa: %1$S + +# LOCALIZATION NOTE (aec_logging_msg_label, aec_logging_off_state_label, +# aec_logging_on_state_label, aec_logging_on_state_msg): +# AEC is an abbreviation for Acoustic Echo Cancellation. +aec_logging_msg_label = AEC tz'ib'axïk +aec_logging_off_state_label = Titikirisäx AEC rutz'ib'axik +aec_logging_on_state_label = Tiq'at AEC rutz'ib'axik +aec_logging_on_state_msg = Tzijïl ri AEC rutz'ib'axik (katzijon rik'in ri winäq jujun ch'utaq ramaj k'a ri' tatanab'a' ri chapoj) + +# LOCALIZATION NOTE (aec_logging_off_state_msg): +# %1$S will be replaced by the full path to the directory containing the captured log files. +# AEC is an abbreviation for Acoustic Echo Cancellation. +aec_logging_off_state_msg = ri kitz'ib'axik taq yakb'äl yatikïr ye'awïl pa: %1$S + +# LOCALIZATION NOTE (peer_connection_id_label): "PeerConnection" is a proper noun +# associated with the WebRTC module. "ID" is an abbreviation for Identifier. This string +# should not normally be translated and is used as a data label. +peer_connection_id_label = PeerConnection nimaläj b'i'aj + +# LOCALIZATION NOTE (sdp_heading, local_sdp_heading, remote_sdp_heading, sdp_history_heading, sdp_parsing_errors_heading): +# "SDP" is an abbreviation for Session Description Protocol, an IETF standard. +# See http://wikipedia.org/wiki/Session_Description_Protocol +sdp_heading = SDP +local_sdp_heading = Aj wawe' SDP +remote_sdp_heading = Näj SDP + +sdp_history_heading = SDP Natab'äl +sdp_parsing_errors_heading = Taq Rusachoj SDP Ch'ob'oj +# LOCALIZATION NOTE (sdp_set_at_timestamp): the local or remote SDP and when it was set +# %1$S will be replaced by local_sdp_heading or remote sdp_heading and %2$S +# will be a numeric timestamp. +sdp_set_at_timestamp = Tijikib'äx %1$S pa ri retal q'ijul %2$S +# LOCALIZATION NOTE (sdp_set_timestamp): the absolute and relative times +# when the sdp was set. %1$S and $2$S are both numeric timestamps. The +# first is the absolute time, the second is the elapsed time since the +# first sdp was set. ms is an abbreviation for milliseconds. +sdp_set_timestamp = Retal q'ijul %1$S (+ %2$S ms) +# LOCALIZATION NOTE (offer, answer): +# offer and answer describe whether the local sdp is an offer or answer or +# the remote sdp is an offer or answer. These are appended to the local and +# remote sdp headings. +offer = Sujunïk +answer = Rutzolixik tzij + +# LOCALIZATION NOTE (rtp_stats_heading): "RTP" is an abbreviation for the +# Real-time Transport Protocol, an IETF specification, and should not +# normally be translated. "Stats" is an abbreviation for Statistics. +rtp_stats_heading = RTP cholajilatzij + +# LOCALIZATION NOTE (ice_state, ice_stats_heading): "ICE" is an abbreviation +# for Interactive Connectivity Establishment, which is an IETF protocol, +# and should not normally be translated. "Stats" is an abbreviation for +# Statistics. +ice_state = ICE amaq' +ice_stats_heading = ICE cholajilatzij +ice_restart_count_label = ICE titikirisäx chik +ice_rollback_count_label = ICE rollbacks +ice_pair_bytes_sent = Taq wayt etaqon +ice_pair_bytes_received = Taq wayt ek'ulun +ice_component_id = ID Ch'akulal + +# LOCALIZATION NOTE (avg_bitrate_label, avg_framerate_label): "Avg." is an abbreviation +# for Average. These are used as data labels. +avg_bitrate_label = Nik'aj ral wok'altäq b'itz\u0020 +avg_framerate_label = Nik'aj ral wok'altäq rusilowachib'alil + +# LOCALIZATION NOTE (typeLocal, typeRemote): These adjectives are used to label a +# line of statistics collected for a peer connection. The data represents +# either the local or remote end of the connection. +typeLocal = Aj wawe' +typeRemote = Näj + +# LOCALIZATION NOTE (nominated): This adjective is used to label a table column. +# Cells in this column contain the localized javascript string representation of "true" +# or are left blank. +nominated = B'ina'an + +# LOCALIZATION NOTE (selected): This adjective is used to label a table column. +# Cells in this column contain the localized javascript string representation of "true" +# or are left blank. This represents an attribute of an ICE candidate. +selected = Cha'on + +# LOCALIZATION NOTE (trickle_caption_msg2, trickle_highlight_color_name2): ICE +# candidates arriving after the remote answer arrives are considered trickled +# (an attribute of an ICE candidate). These are highlighted in the ICE stats +# table with light blue background. %S is replaced by +# trickle_highlight_color_name2 ("blue"), highlighted with a light blue +# background to visually match the trickled ICE candidates. +trickle_caption_msg2 = Ri cha'oxela' yeb'arb'öt (ye'apon chi rij ri tzolin tzij) niya' kejqalem pa %S +trickle_highlight_color_name2 = xar + +save_page_label = Tiyak Ruxaq +debug_mode_msg_label = Pa rub'eyal chojmirisanel +debug_mode_off_state_label = Titikirisäx pa rub'eyal chojmirisaxïk +debug_mode_on_state_label = Tiq'at ri rub'eyal chojmirisanïk +stats_heading = Rumolob'a' molojri'ïl +stats_clear = Tiyuj el ri natab'äl +log_heading = Rutz'ib'axik okem +log_clear = Tijosq'ïx tz'ib'anïk +log_show_msg = tik'ut pe rutz'ib'axik +log_hide_msg = tewäx ri rutz'ib'axik +connection_closed = Tz'apäl +local_candidate = Cha'oxel aj wawe' +remote_candidate = Näj chi cha'oxel +raw_candidates_heading = Konojel ri Relik Cha'oxela' +raw_local_candidate = Relik Cha'oxel Aj Wawe' +raw_remote_candidate = Relik Näj chi cha'oxel +raw_cand_show_msg = kek'ut pe ri relik cha'oxela' +raw_cand_hide_msg = ke'ewüx relik cha'oxela' +priority = Ya'on ruq'ij +fold_show_msg = kek'ut pe ri taq rub'anikil +fold_show_hint = tapitz'a' richin narïk' re peraj re' +fold_hide_msg = ke'ewäx ri taq rub'anikil +fold_hide_hint = tapitz'a' richin nuk'öl ri' re peraj re' +dropped_frames_label = Xe'elesäx kan ri silowachib'alil +discarded_packets_label = Taq pisoj xech'aqïx kan +decoder_label = Elesäy na'oj +encoder_label = Elesäy na'oj +received_label = K'ulun +packets = taq pisoj +lost_label = Sachinäq +jitter_label = Jitter +sent_label = Titaq + +show_tab_label = Tik'ut ruwi' + +frame_stats_heading = Resta'istika' Silowäch Frame +n_a = M/O +width_px = Ruwa (px) +height_px = Rupalem (px) +consecutive_frames = Tzeqelel taq Frames +time_elapsed = Q'ijul Ik'owinäq (s) +estimated_framerate = Ranin Framerib'äl Ajilan +rotation_degrees = Rusurik (retal) +first_frame_timestamp = Nab'ey-Ruframe K'ulunem Retal Q'ijul +last_frame_timestamp = Jun Kan Ruframe K'ulunem Retal Q'ijul +# SSRCs are identifiers that represent endpoints in an RTP stream +# This is an SSRC on the local side of the connection that is receiving RTP +local_receive_ssrc = Aj Wawe' K'ulunel SSRC +# This is an SSRC on the remote side of the connection that is sending RTP +remote_send_ssrc = Näq Rutaqik SSRC +# An option whose value will not be displayed but instead noted as having been +# provided +configuration_element_provided = Xya' +# An option whose value will not be displayed but instead noted as having not +# been provided +configuration_element_not_provided = Man Xya' Ta +# The options set by the user in about:config that could impact a WebRTC call +custom_webrtc_configuration_heading = WebRTC taq Ajowab'äl Jikib'an Ruma Winäq + +# Section header for estimated bandwidths of WebRTC media flows +bandwidth_stats_heading = Ruwäch Wanta' Q'ijun +# The ID of the MediaStreamTrack +track_identifier = Etanel Ojqanem +# The estimated bandwidth available for sending WebRTC media in bytes per second +send_bandwidth_bytes_sec = Titaq Ruwäch Wanta' (bytes/sec) +# The estimated bandwidth available for receiving WebRTC media in bytes per second +receive_bandwidth_bytes_sec = Tik'ul Ruwäch Wanta' (bytes/sec) +# Maximum number of bytes per second that will be padding zeros at the ends of packets +max_padding_bytes_sec = Nïm Runojisaxik (bytes/sec) +# The amount of time inserted between packets to keep them spaced out +pacer_delay_ms = Rajlab'al chi kikojol Pisoj ms +# The amount of time it takes for a packet to travel from the local machine to the remote machine, +# and then have a packet return +round_trip_time_ms = RTT ms + diff --git a/l10n-cak/toolkit/chrome/global/appPicker.dtd b/l10n-cak/toolkit/chrome/global/appPicker.dtd new file mode 100644 index 0000000000..321464824e --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/appPicker.dtd @@ -0,0 +1,7 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY NoAppFound.label "Man xe'ilitäj ta taq chokoy richin re ruwäch chi yakb'äl re'."> +<!ENTITY BrowseButton.label "Tinik'öx…"> +<!ENTITY SendMsg.label "Titaq re ch'akulal re' pa:"> diff --git a/l10n-cak/toolkit/chrome/global/autocomplete.properties b/l10n-cak/toolkit/chrome/global/autocomplete.properties new file mode 100644 index 0000000000..8ed34792e7 --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/autocomplete.properties @@ -0,0 +1,28 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (searchWithEngine, searchInPrivateWindowWithEngine): %S will +# be replaced with the search engine provider's name. This format was chosen +# because the provider can also end with "Search" (e.g.: MSN Search). +searchWithEngine = Tikanöx pa %S +searchInPrivateWindowWithEngine = Tikanöx pa %S pa jun Ichinan Tzuwäch + +# LOCALIZATION NOTE (searchInPrivateWindow): Used when the private browsing +# engine is the same as the default engine. +searchInPrivateWindow = Tikanöx pa jun Ichinan Tzuwäch + +# LOCALIZATION NOTE (switchToTab2): This is the same as the older switchToTab +# string that it's replacing, except it uses title case, so "Switch" and "Tab" +# are capitalized. +switchToTab2 = Tijalwachïx chi ruwi' + +# LOCALIZATION NOTE (visit): This is shown next to autocomplete entries that are +# simple URLs or sites, which will be visited when the user selects them. +visit = Titz'et + +# LOCALIZATION NOTE (bookmarkKeywordSearch): This is the title of autocomplete +# entries that are bookmark keyword searches. %1$S will be replaced with the +# domain name of the bookmark, and %2$S will be replaced with the keyword +# search text that the user is typing. %2$S will not be empty. +bookmarkKeywordSearch = %1$S: %2$S diff --git a/l10n-cak/toolkit/chrome/global/browser.properties b/l10n-cak/toolkit/chrome/global/browser.properties new file mode 100644 index 0000000000..55b55daab7 --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/browser.properties @@ -0,0 +1,7 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +formPostSecureToInsecureWarning.title = Rutzijol Jikomal +formPostSecureToInsecureWarning.message = Ri na'oj xatz'ib'aj pa re ruxaq re', xtitaq rik'in jun itzel okem pa k'amaya'l, ruma ri' jun aj rox winäq nitikïr nusik'ij.\n\n¿La kan nawajo' natäq re na'oj re'? +formPostSecureToInsecureWarning.continue = Titikïr chik el diff --git a/l10n-cak/toolkit/chrome/global/charsetMenu.dtd b/l10n-cak/toolkit/chrome/global/charsetMenu.dtd new file mode 100644 index 0000000000..25041fbffc --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/charsetMenu.dtd @@ -0,0 +1,5 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY charsetMenu2.label "Rucholajil Tz'ib'atzij"> diff --git a/l10n-cak/toolkit/chrome/global/charsetMenu.properties b/l10n-cak/toolkit/chrome/global/charsetMenu.properties new file mode 100644 index 0000000000..bb5fd29e33 --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/charsetMenu.properties @@ -0,0 +1,126 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE: The property keys ending with ".key" are for access keys. +# Localizations may add or delete properties where the property key ends with +# ".key" as appropriate for the localization. The code that uses this data can +# deal with the absence of an access key for an item. +# +# For gbk, gbk.bis and gbk.bis.key are used to trigger string changes in +# localizations. +# +# In the en-US version of this file, access keys are given to the following: +# * UTF-8 +# * All encodings that are the fallback encoding for some locale in Firefox +# * All encodings that are the fallback encoding for some locale in IE +# * All Japanese encodings +# +# For the items whose property key does not end in ".key" and whose value +# includes "(" U+0028 LEFT PARENTHESIS, the "(" character is significant for +# processing by CharsetMenu.jsm. If your localization does not use ASCII +# parentheses where en-US does in this file, please file a bug to make +# CharsetMenu.jsm also recognize the delimiter your localization uses. +# (When this code was developed, all localizations appeared to use +# U+0028 LEFT PARENTHESIS for this purpose.) + +# Auto-Detect (sub)menu +charsetMenuCharsets = Kicholajil taq tz'ib' +charsetMenuAutodet = Ruyon Tiitz'et +# 'A' is reserved for Arabic: +charsetMenuAutodet.key = N +charsetMenuAutodet.off = (chupül) +charsetMenuAutodet.off.key = o +charsetMenuAutodet.ru = Aj Rusia +charsetMenuAutodet.ru.key = R +charsetMenuAutodet.uk = Aj Ukranya +charsetMenuAutodet.uk.key = U + +# Globally-relevant +UTF-8.key = U +UTF-8 = UNIKOTE +windows-1252.key = W +windows-1252 = W + +# Arabic +windows-1256.key = A +windows-1256 = ARAWE (WINDOWS) +ISO-8859-6 = ARAWE (ISO) + +# Baltic +windows-1257.key = B +windows-1257 = BALTIKO (WINDOWS) +ISO-8859-4 = BALTIKO (ISO) + +# Central European +windows-1250.key = E +windows-1250 = SENTROEWROPEYO (WINDOWS) +ISO-8859-2.key = I +ISO-8859-2 = SENTROEWROPEYO (ISO) + +# Chinese, Simplified +gbk.bis.key = S +gbk.bis = Ch'uti Chino + +# Chinese, Traditional +Big5.key = T +Big5 = Kan Chino wi + +# Cyrillic +windows-1251.key = C +windows-1251 = Siriliko (Windows) +ISO-8859-5 = Siriliko(ISO) +KOI8-R = Siriliko (KOI8-R) +KOI8-U = Siriliko (KOI8-U) +IBM866 = Siriliko (DOS) + +# UI string in anticipation of Cyrillic analog of bug 1543077; +# deliberately not in use yet + +# LOCALIZATION NOTE (Cyrillic.key): If taken into use, this string will appear +# instead of the string for windows-1251.key, so the use of the same +# accelerator is deliberate. +Cyrillic.key = S +# LOCALIZATION NOTE (Cyrillic): If taken into use, this string will appear +# as a single item instead of the five items windows-1251, ISO-8859-5, +# KOI8-R, KOI8-U, and IBM866, so this string does not need to make sense +# together with those strings and should be translated the way those were +# but omitting the part in parentheses. +Cyrillic = Sirilik + +# Greek +windows-1253.key = G +windows-1253 = RYEWO (WINDOW) +ISO-8859-7.key = O +ISO-8859-7 = RYEWO (ISO) + +# Hebrew +windows-1255.key = H +windows-1255 = Aj Heb'reya +# LOCALIZATION NOTE (ISO-8859-8): The value for this item should begin with +# the same word for Hebrew as the value for windows-1255 so that this item +# sorts right after that one in the collation order for your locale. +ISO-8859-8 = Aj Heb'reya, tz'etel + +# UI string in anticipation of bug 1543077; deliberately not in use yet + +# Japanese (NOT AN ENCODING NAME) +Japanese.key = J +Japanese = Aj Japon + +# Korean +EUC-KR.key = k +EUC-KR = KORYANO + +# Thai +windows-874.key = i +windows-874 = Taylanes + +# Turkish +windows-1254.key = r +windows-1254 = Aj Turquia + +# Vietnamese +windows-1258.key = V +windows-1258 = aj BYETNAM + diff --git a/l10n-cak/toolkit/chrome/global/commonDialog.dtd b/l10n-cak/toolkit/chrome/global/commonDialog.dtd new file mode 100644 index 0000000000..1cd94f95d7 --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/commonDialog.dtd @@ -0,0 +1,10 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY editfield0.label "Rub'i' winäq:"> +<!ENTITY editfield1.label "Ewan tzij:"> +<!ENTITY copyCmd.label "Tiwachib'ëx"> +<!ENTITY copyCmd.accesskey "c"> +<!ENTITY selectAllCmd.label "Ticha' Ronojel"> +<!ENTITY selectAllCmd.accesskey "r"> diff --git a/l10n-cak/toolkit/chrome/global/commonDialogs.properties b/l10n-cak/toolkit/chrome/global/commonDialogs.properties new file mode 100644 index 0000000000..ea247ed0dc --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/commonDialogs.properties @@ -0,0 +1,34 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +Alert=Retal k'ayewal +Confirm=Tajikib'a' +ConfirmCheck=Tijikib'äx +Prompt=Ruk'utuxik +# LOCALIZATION NOTE - %S is brandFullName +PromptUsernameAndPassword3=Najowäx Jikib'axïk - %S +# LOCALIZATION NOTE - %S is brandFullName +PromptPassword3=Najowäx Ewan tzij - %S +Select=Ticha' +OK=ÜTZ +Cancel=Tiq'at +Yes=&Je' +No=&Manäq +Save=&Tiyak +Revert=&Titzolïx +DontSave=Ma&n tiyak +ScriptDlgGenericHeading=[JavaScript Chokoy] +ScriptDlgHeading=Nub'ij ri ruxaq k'amaya'l pa %S: +ScriptDialogLabel=Tichajïx re ruxaq re pa ri kinuk'ik taq kitz'aqat kikajtz'ik tzijonem +ScriptDialogPreventTitle=Tijikib'äx rutzijonem taq ajowab'äl +# LOCALIZATION NOTE (EnterLoginForRealm3, EnterLoginForProxy3): +# %1 is an untrusted string provided by a remote server. It could try to +# take advantage of sentence structure in order to mislead the user (see +# bug 244273). %1 should be integrated into the translated sentences as +# little as possible. %2 is the url of the site being accessed. +EnterLoginForRealm3=%2$S nuk'utuj rub'i' winäq chuqa' jun ewan tzij. Ri ruxaq k'amaya'l nub'ij: “%1$S” +EnterLoginForProxy3=Ri proxi %2$S nuk'utuj rub'i' jun winäq chuqa' jun ewan tzij. Ri ruxaq k'amaya'l nub'ij: “%1$S” +EnterUserPasswordFor2=%1$S nuk'utuj ri rub'i' ataqoya'l chuqa' ewan atzij. +EnterUserPasswordForCrossOrigin2=%1$S nuk'utuj ri rub'i' ataqoya'l chuqa' ewan tzij. ¡RUTZIJOL K'AYEWAL: Man xtitaq ta ri ewan atzij pa ri ruxaq ajk'amaya'l tajin natz'ët! +EnterPasswordFor=Tatz'ib'aj ri ewan tzij richin %1$S pa %2$S diff --git a/l10n-cak/toolkit/chrome/global/contentAreaCommands.properties b/l10n-cak/toolkit/chrome/global/contentAreaCommands.properties new file mode 100644 index 0000000000..5978768125 --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/contentAreaCommands.properties @@ -0,0 +1,23 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# context menu strings + +SaveImageTitle=Tiyak wachib'äl +SaveMediaTitle=Tiyak q'ojom +SaveVideoTitle=Tiyak ri silowachib'äl +SaveAudioTitle=Tiyak K'oxomal +SaveLinkTitle=Tiyak Achi'el +DefaultSaveFileName=rucholajil b'i'aj +WebPageCompleteFilter=Ruxaq k'amaya'l, tz'aqät +WebPageHTMLOnlyFilter=Ruxaq k'amaya'l, xa xe HTML +WebPageXHTMLOnlyFilter=Ruxaq k'amaya'l, xa xe XHTML +WebPageSVGOnlyFilter=Ruxaq k'amaya'l, xa xe SVG +WebPageXMLOnlyFilter=Ruxaq k'amaya'l, xa xe XML + +# LOCALIZATION NOTE (filesFolder): +# This is the name of the folder that is created parallel to a HTML file +# when it is saved "With Images". The %S section is replaced with the +# leaf name of the file being saved (minus extension). +filesFolder=%S taq yakb'äl diff --git a/l10n-cak/toolkit/chrome/global/datetimebox.dtd b/l10n-cak/toolkit/chrome/global/datetimebox.dtd new file mode 100644 index 0000000000..5632cb398b --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/datetimebox.dtd @@ -0,0 +1,35 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- Placeholders for input type=time --> + +<!ENTITY time.hour.placeholder "--"> +<!ENTITY time.minute.placeholder "--"> +<!ENTITY time.second.placeholder "--"> +<!ENTITY time.millisecond.placeholder "--"> +<!ENTITY time.dayperiod.placeholder "--"> + +<!-- Field labels for input type=time --> + +<!ENTITY time.hour.label "Taq ramaj"> +<!ENTITY time.minute.label "Taq ch'utiramaj"> +<!ENTITY time.second.label "Taq xil ramaj"> +<!ENTITY time.millisecond.label "Xilon taq ramaj"> +<!ENTITY time.dayperiod.label "AM/PM"> + +<!-- Placeholders for input type=date --> + +<!ENTITY date.year.placeholder "jjjj"> +<!ENTITY date.month.placeholder "ii"> +<!ENTITY date.day.placeholder "q'q'"> + +<!-- Field labels for input type=date --> + +<!ENTITY date.year.label "Juna'"> +<!ENTITY date.month.label "Ik'"> +<!ENTITY date.day.label "Q'ij"> + +<!-- Date/time clear button --> + +<!ENTITY datetime.reset.label "Tijosq'ïx"> diff --git a/l10n-cak/toolkit/chrome/global/dialog.properties b/l10n-cak/toolkit/chrome/global/dialog.properties new file mode 100644 index 0000000000..0a063196aa --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/dialog.properties @@ -0,0 +1,12 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +button-accept=ÜTZ +button-cancel=Tiq'at +button-help=To'ïk +button-disclosure=Ch'aqa' chik etamab'äl +accesskey-accept= +accesskey-cancel= +accesskey-help=C +accesskey-disclosure=I diff --git a/l10n-cak/toolkit/chrome/global/dialogOverlay.dtd b/l10n-cak/toolkit/chrome/global/dialogOverlay.dtd new file mode 100644 index 0000000000..a921eb3acd --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/dialogOverlay.dtd @@ -0,0 +1,9 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- WARNING!!! This file is obsoleted by the dialog.xml widget --> + +<!-- OK Cancel Buttons --> +<!ENTITY okButton.label "ÜTZ"> +<!ENTITY cancelButton.label "Tiq'at"> diff --git a/l10n-cak/toolkit/chrome/global/editMenuOverlay.dtd b/l10n-cak/toolkit/chrome/global/editMenuOverlay.dtd new file mode 100644 index 0000000000..725847fe2b --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/editMenuOverlay.dtd @@ -0,0 +1,11 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY findCmd.label "Tikanöx"> +<!ENTITY findCmd.key "F"> +<!ENTITY findCmd.accesskey "T"> +<!ENTITY findAgainCmd.label "Tikanöx Chik"> +<!ENTITY findAgainCmd.key "G"> +<!ENTITY findAgainCmd.key2 "VK_F3"> +<!ENTITY findAgainCmd.accesskey "k"> diff --git a/l10n-cak/toolkit/chrome/global/extensions.properties b/l10n-cak/toolkit/chrome/global/extensions.properties new file mode 100644 index 0000000000..1804493eff --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/extensions.properties @@ -0,0 +1,44 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +csp.error.missing-directive = Ri Na'ojil sachinäq jun '%S' k'amöl b'ey ri najowäx + +#LOCALIZATION NOTE (csp.error.illegal-keyword) %1$S is the name of a CSP directive, such as "script-src". %2$S is the name of a CSP keyword, usually 'unsafe-inline'. +csp.error.illegal-keyword = '%1$S' k'amöl b'ey k'o jun %2$S ewan rutzij man ütz ta + +#LOCALIZATION NOTE (csp.error.illegal-protocol) %2$S a protocol name, such as "http", which appears as "http:", as it would in a URL. +csp.error.illegal-protocol = '%1$S' k'amöl b'ey k'o jun itzel %2$S chupam: ruxe'el rub'eyal samaj + +#LOCALIZATION NOTE (csp.error.missing-host) %2$S a protocol name, such as "http", which appears as "http:", as it would in a URL. +csp.error.missing-host = %2$S: rub'eyal samaj nrajo' jun rucholajem '%1$S' k'amöl taq b'ey + +#LOCALIZATION NOTE (csp.error.missing-source) %1$S is the name of a CSP directive, such as "script-src". %2$S is the name of a CSP source, usually 'self'. +csp.error.missing-source = '%1$S' k'o chi ruk'wan ri ruxe'el %2$S + +#LOCALIZATION NOTE (csp.error.illegal-host-wildcard) %2$S a protocol name, such as "http", which appears as "http:", as it would in a URL. +csp.error.illegal-host-wildcard = %2$S: ruxe'el alaswuj pa '%1$S' k'amöl taq b'ey, k'o chi nuk'waj ok jun non-generic sub-domain (e.g., *.example.com ütz chuwäch ri *.com) + +#LOCALIZATION NOTE (uninstall.confirmation.title) %S is the name of the extension which is about to be uninstalled. +uninstall.confirmation.title = Telesäx el ri %S + +#LOCALIZATION NOTE (uninstall.confirmation.message) %S is the name of the extension which is about to be uninstalled. +uninstall.confirmation.message = Ri k'amal “%S” tajin nik'utüx chi tek'am el. ¿Achike nawajo' nab'än? + +uninstall.confirmation.button-0.label = Telesäx el +uninstall.confirmation.button-1.label = Junelïk tayaka' + +saveaspdf.saveasdialog.title = Tiyak Achi'el + +#LOCALIZATION NOTE (newTabControlled.message2) %S is the icon and name of the extension which updated the New Tab page. +newTabControlled.message2 = Jun k'amal, %S, xujäq ri ruxaq natz'ët toq najäq jun k'ak'a' ruwi'. +newTabControlled.learnMore = Tetamäx ch'aqa' chik + +#LOCALIZATION NOTE (homepageControlled.message) %S is the icon and name of the extension which updated the homepage. +homepageControlled.message = Jun k'amal, %S, xujäl ri ruxaq natz'ët toq najäq ri tikirib'äl ruxaq chuqa' k'ak'a' taq tzuwäch. +homepageControlled.learnMore = Tetamäx ch'aqa' chik + +#LOCALIZATION NOTE (tabHideControlled.message) %1$S is the icon and name of the extension which hid tabs, %2$S is the icon of the all tabs button. +tabHideControlled.message = Jun k'amal, %1$S, yerewaj jujun taq ruwi'. K'a yatikïr yatok pa konojel ri taq ruwi' pa ri %2$S. +tabHideControlled.learnMore = Tetamäx ch'aqa' chik + diff --git a/l10n-cak/toolkit/chrome/global/fallbackMenubar.properties b/l10n-cak/toolkit/chrome/global/fallbackMenubar.properties new file mode 100644 index 0000000000..2b4089cd45 --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/fallbackMenubar.properties @@ -0,0 +1,8 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# OSX only. Default menu label when there is no xul menubar. + +quitMenuitem.label=Tel +quitMenuitem.key=q diff --git a/l10n-cak/toolkit/chrome/global/filepicker.properties b/l10n-cak/toolkit/chrome/global/filepicker.properties new file mode 100644 index 0000000000..1e6678d4f3 --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/filepicker.properties @@ -0,0 +1,17 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE: The extensions to which these descriptions refer +# now live in toolkit/content/filepicker.properties +allTitle=Ronojel Yakb'äl +htmlTitle=HTML taq yakb'äl +textTitle=Yakb'äl richin rucholajem tz'ij +imageTitle=Taq kiyakb'al taq wachib'äl +xmlTitle=XML taq yakb'äl +xulTitle=XUL taq yakb'äl +appsTitle=Taq chokoy +audioTitle=Ruyakb'al k'oxom +videoTitle=Taq ruyakb'al silowachib'äl + +formatLabel=B'anikil: diff --git a/l10n-cak/toolkit/chrome/global/findbar.properties b/l10n-cak/toolkit/chrome/global/findbar.properties new file mode 100644 index 0000000000..2fb2e974f3 --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/findbar.properties @@ -0,0 +1,23 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# strings used by the Find bar, split from browser.properties +NotFound=Man xilitäj ta ri pajtzij +WrappedToTop=Ruk'isib'äl ruxaq, nitikirisäx chik pa rutikirib'al +WrappedToBottom=Rutikirib'al ruxaq, xtutikirisaj k'a nub'ek'isib'ej na +NormalFind=Tikanöx pa ruxaq +FastFind=Anin rukanoxik +FastFindLinks=Anin rukanoxik (taq ximonel) +CaseSensitive=(Na'onel chi ke taq nimatz'ib') +MatchDiacritics=(Tiya' kikojol tz'aqat taq tz'ib') +EntireWord=(Xa xe tz'aqät taq tzij) +# LOCALIZATION NOTE (FoundMatches): Semicolon-separated list of plural forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is currently selected match and #2 the total amount of matches. +FoundMatches=#1 richin #2 nuk'äm ri';#1 richin #2 nikik'äm ki' +# LOCALIZATION NOTE (FoundMatchesCountLimit): Semicolon-separated list of plural +# forms. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# #1 is the total amount of matches allowed before counting stops. +FoundMatchesCountLimit=Jotöl chuwäch ri #1 nikik'äm ki';Jotöl chuwäch ri #1 nikik'äm ki' diff --git a/l10n-cak/toolkit/chrome/global/global-extension-fields.properties b/l10n-cak/toolkit/chrome/global/global-extension-fields.properties new file mode 100644 index 0000000000..a35aada59f --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/global-extension-fields.properties @@ -0,0 +1,8 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (extension.default-theme@mozilla.org.name, extension.default-theme@mozilla.org.description): This is displayed in about:addons -> Appearance +extension.default-theme@mozilla.org.name=K'o wi +extension.default-theme@mozilla.org.description=Jun wachinel rik'in ri ruchib'al b'onil ri ruq'inoj samajel. + diff --git a/l10n-cak/toolkit/chrome/global/globalKeys.dtd b/l10n-cak/toolkit/chrome/global/globalKeys.dtd new file mode 100644 index 0000000000..76b9235713 --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/globalKeys.dtd @@ -0,0 +1,6 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY openHelp.commandkey "VK_F1"> +<!ENTITY openHelpMac.commandkey "?"> diff --git a/l10n-cak/toolkit/chrome/global/intl.css b/l10n-cak/toolkit/chrome/global/intl.css new file mode 100644 index 0000000000..2f54eb367d --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/intl.css @@ -0,0 +1,11 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +/* + * This file contains all localizable skin settings such as + * font, layout, and geometry + */ +window { + font: 3mm tahoma,arial,helvetica,sans-serif; +} diff --git a/l10n-cak/toolkit/chrome/global/intl.properties b/l10n-cak/toolkit/chrome/global/intl.properties new file mode 100644 index 0000000000..54c9d620f7 --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/intl.properties @@ -0,0 +1,51 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (intl.accept_languages): +# This is a comma-separated list of valid BCP 47 language tags. +# +# Begin with the value of 'general.useragent.locale'. Next, include language +# tags for other languages that you expect most users of your locale to be +# able to speak, so that their browsing experience degrades gracefully if +# content is not available in their primary language. +# +# It is recommended that you include "en-US, en" at the end of the list as a +# last resort. However, if you know that users of your locale would prefer a +# different variety of English, or if they are not likely to understand +# English at all, you may opt to include a different English language tag, or +# to exclude English altogether. +# +# For example, the Breton [br] locale might consider including French and +# British English in their list, since those languages are commonly spoken in +# the same area as Breton: +# intl.accept_languages=br, fr-FR, fr, en-GB, en +intl.accept_languages=cak, kaq, es, en-us, en + +# LOCALIZATION NOTE (font.language.group): +# This preference controls the initial setting of the language drop-down menu +# in the Content > Fonts & Colors > Advanced preference panel. +# +# Set it to the value of one of the menuitems in the "selectLangs" menulist in +# http://dxr.mozilla.org/mozilla-central/source/browser/components/preferences/fonts.xul +font.language.group=x-western + +# LOCALIZATION NOTE (intl.charset.detector): +# This preference controls the initial setting for the character encoding +# detector. Valid values are ja_parallel_state_machine for Japanese, ruprob +# for Russian and ukprob for Ukrainian and the empty string to turn detection +# off. The value must be empty for locales other than Japanese, Russian and +# Ukrainian. +intl.charset.detector= + +# LOCALIZATION NOTE (pluralRule): Pick the appropriate plural rule for your +# language. This will determine how many plural forms of a word you will need +# to provide and in what order. +# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +pluralRule=1 + +# LOCALIZATION NOTE (intl.menuitems.alwaysappendaccesskeys, intl.menuitems.insertseparatorbeforeaccesskeys): +# Valid values are: true, false, <empty string> +# Missing preference or empty value equals false. +intl.menuitems.alwaysappendaccesskeys= +intl.menuitems.insertseparatorbeforeaccesskeys=true diff --git a/l10n-cak/toolkit/chrome/global/keys.properties b/l10n-cak/toolkit/chrome/global/keys.properties new file mode 100644 index 0000000000..a0f9cfb173 --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/keys.properties @@ -0,0 +1,70 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE : FILE This file contains the application's labels for keys on the keyboard. +# If you decide to translate this file, you should translate it based on +# the prevalent kind of keyboard for your target user. +# LOCALIZATION NOTE : There are two types of keys, those w/ text on their labels +# and those w/ glyphs. +# LOCALIZATION NOTE : VK_<…> represents a key on the keyboard. +# +# For more information please see bugzilla bug 90888. + +# F1..F10 should probably not be translated unless there are keyboards that actually have other labels +# F11..F20 might be something else, but are really keyboard specific and not region/language specific +# there are actually two different F11/F12 keys, I don't know which one these labels represent. +# eg, F13..F20 on a sparc keyboard are labeled Props, Again .. Find, Cut +# sparc also has Stop, Again and F11/F12. VK_F11/VK_F12 probably map to Stop/Again +# LOCALIZATION NOTE : BLOCK Do not translate the next block +VK_F1=F1 +VK_F2=F2 +VK_F3=F3 +VK_F4=F4 +VK_F5=F5 +VK_F6=F6 +VK_F7=F7 +VK_F8=F8 +VK_F9=F9 +VK_F10=F10 + +VK_F11=F11 +VK_F12=F12 +VK_F13=F13 +VK_F14=F14 +VK_F15=F15 +VK_F16=F16 +VK_F17=F17 +VK_F18=F18 +VK_F19=F19 +VK_F20=F20 +# LOCALIZATION NOTE : BLOCK end do not translate block + +# LOCALIZATION NOTE : BLOCK GLYPHS, DO translate this block +VK_UP=Ajsik ch'ab' +VK_DOWN=Chuxe' chi ch'ab' +VK_LEFT=Xokon chi ch'ab' +VK_RIGHT=Ajkiq'a' chi ch'ab' +VK_PAGE_UP=Jotolem ruxaq +VK_PAGE_DOWN=Xulan ruxaq +# LOCALIZATION NOTE : BLOCK end GLYPHS + +# Enter, backspace, and Tab might have both glyphs and text +# if the keyboards usually have a glyph, +# if there is a meaningful translation, +# or if keyboards are localized +# then translate them or insert the appropriate glyph +# otherwise you should probably just translate the glyph regions + +# LOCALIZATION NOTE : BLOCK maybe GLYPHS +VK_TAB=Ruwi' +VK_BACK=Chi rij +VK_DELETE=Del +# LOCALIZATION NOTE : BLOCK end maybe GLYPHS +# LOCALIZATION NOTE : BLOCK typing state keys +VK_HOME=Tikirib'äl +VK_END=K'isib'äl + +VK_ESCAPE=Esc +VK_INSERT=Tich'ap +# LOCALIZATION NOTE : BLOCK end diff --git a/l10n-cak/toolkit/chrome/global/mozilla.dtd b/l10n-cak/toolkit/chrome/global/mozilla.dtd new file mode 100644 index 0000000000..be31b81a10 --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/mozilla.dtd @@ -0,0 +1,14 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY mozilla.title.11.14 +'Ri Ruwuj Mozilla, 11:14'> + +<!ENTITY mozilla.quote.11.14 +"Ri Chiköp xawajïr <em>k'ak'a ruwiqoj</em> chuqa' xutijoj ri' chi kij ri taq rub'anikyil ri <em>Q'ijul</em> chuqa' <em>Kajilal</em> +chuqa' <em>Light</em> chuqa' ri <em>Rub'ey</em> uchuq'a' rik'in ri kajulew. Chi rij ri rutijonik, ri Chiköp xerunük' k'ak'a' taq ch'akulal <em>q'aynäq ch'ich'</em> xya' rajawarem. +Xekikot ri nikitzeqelb'ej ri Chiköp, akuchi' xkïl jun aruma pa ruwi' re <em>tijonïk</em>."> + +<!ENTITY mozilla.from.11.14 +'pa <strong>Ruwuj ri Mozilla,</strong> 11:14'> diff --git a/l10n-cak/toolkit/chrome/global/narrate.properties b/l10n-cak/toolkit/chrome/global/narrate.properties new file mode 100644 index 0000000000..f24d52aded --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/narrate.properties @@ -0,0 +1,20 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# "Listen, which allows users to listen to Firefox reading the text, +# instead of having to read it themselves." This is the name +# of the feature and it is the label for the popup button. +listen = Tak'axäx +back = Chi rij +start = Titikirisäx +stop = Tiq'at +forward = Jun chik +speed = Ranin +selectvoicelabel = Ch'ab'äl: +# Default voice is determined by the language of the document. +defaultvoice = K'o wi + +# Voice name and language. +# eg. David (English) +voiceLabel = %S (%S) diff --git a/l10n-cak/toolkit/chrome/global/notification.dtd b/l10n-cak/toolkit/chrome/global/notification.dtd new file mode 100644 index 0000000000..b34a49f5e5 --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/notification.dtd @@ -0,0 +1,14 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY closeNotification.tooltip "Titz'apïx re rutzijol taqoj re'"> + +<!ENTITY checkForUpdates "Kekanöx taq k'exoj ruwäch…"> + +<!ENTITY learnMoreNoEllipsis "Tetamäx ch'aqa' chik"> + +<!ENTITY defaultButton.label "ÜTZ!"> +<!ENTITY defaultButton.accesskey "Ü"> + +<!ENTITY moreActionsButton.accessibleLabel "Ch'aqa' chik taq b'anoj"> diff --git a/l10n-cak/toolkit/chrome/global/printdialog.properties b/l10n-cak/toolkit/chrome/global/printdialog.properties new file mode 100644 index 0000000000..5d028eb1c8 --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/printdialog.properties @@ -0,0 +1,53 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# These strings are used in the native GTK, Mac and Windows print dialogs. + +# GTK titles: +printTitleGTK=Titz'ajb'äx +optionsTabLabelGTK=Taq cha'oj + +# Mac titles: +optionsTitleMac=Taq cha'oj: +appearanceTitleMac=Ruwäch: +pageHeadersTitleMac=Taq rujub'i'aj: +pageFootersTitleMac=Kamulun tzij: + +# Windows titles: +optionsTitleWindows=Taq cha'oj + +# TRANSLATOR NOTE: For radio button labels and check button labels, an underscore _ +# before a character will turn that character into an accesskey in the GTK dialog. +# e.g. "_As laid out" will make A the accesskey. +# In the Windows labels, use an ampersand (&). +# On Mac, underscores will be stripped. + +shrinkToFit=Tiq'olo' richin ri xakb'äl chuqa' S_hrink richin tutz'aqa' ri' pa ri ruwa ruxaq\u0020 +selectionOnly=Titz'ajb'äx ri cha'oj_Only +printBGOptions=Ketz'ajb'äx taq rupam +printBGColors=Ketz'ajb'äx taq rub'onil_rupam +printBGImages=Ketz'ajb'äx ri taq ruwachib'al e k'o chupam +headerFooter=Rujub'i'aj chuqa' kamulun tzij +left=Xokon +center=Pa nik'aj +right=Ajkiq'a' +headerFooterBlank=--majun-- +headerFooterTitle=B'i'aj +headerFooterURL=JAY +headerFooterDate=Q'ijul/ramaj +headerFooterPage=Ruxaq # +headerFooterPageTotal=Ruxaq # richin # +headerFooterCustom=Ichinan… +customHeaderFooterPrompt=Tab'ana' utzil, tatz'ib'aj ri ichinan rucholajem tzij richin ri rujub'i'aj/kamulun tzij + +# These are for the summary view in the Mac dialog: +summarySelectionOnlyTitle=Titz'ajb'äx ri cha'oj +summaryShrinkToFitTitle=Tinuk'ub'ëx rik'in ruxaq +summaryPrintBGColorsTitle=Ketz'ajb'äx kib'onil rupam +summaryPrintBGImagesTitle=Ketz'ajb'äx taq ruwachib'al rupam +summaryHeaderTitle=Taq rujub'i'aj +summaryFooterTitle=Kamulun tzij: +summaryNAValue=M/O +summaryOnValue=Titzij +summaryOffValue=Chupül diff --git a/l10n-cak/toolkit/chrome/global/resetProfile.dtd b/l10n-cak/toolkit/chrome/global/resetProfile.dtd new file mode 100644 index 0000000000..050419a420 --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/resetProfile.dtd @@ -0,0 +1,7 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this file, + - You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY refreshProfile.dialog.title "Titzolïx &brandShortName;"> + +<!ENTITY refreshProfile.cleaning.description "Jub'a' chik nrajo'…"> diff --git a/l10n-cak/toolkit/chrome/global/resetProfile.properties b/l10n-cak/toolkit/chrome/global/resetProfile.properties new file mode 100644 index 0000000000..82fab5e359 --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/resetProfile.properties @@ -0,0 +1,14 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE: These strings are used for profile reset. + +# LOCALIZATION NOTE (resetUnusedProfile.message): %S is brandShortName. +resetUnusedProfile.message=Achi'el ta chi man atikirisan ta %S pa jun q'ijul. ¿La nawajo' najosq'ij richin jun k'ak'a' etamab'äl? ¡Tatz'eta' na pe, matyox chawe xatuqa chik qik'in! +# LOCALIZATION NOTE (resetUninstalled.message): %S is brandShortName. +resetUninstalled.message=Achi'el chi xayäk %S. ¿La nawajo' chi tiqajosq'ij richin jun k'ak'a' etamab'äl, achi'el k'ak'a'? + +# LOCALIZATION NOTE (refreshProfile.resetButton.label): %S is brandShortName. +refreshProfile.resetButton.label=Titikirisäx %S… +refreshProfile.resetButton.accesskey=t diff --git a/l10n-cak/toolkit/chrome/global/textcontext.dtd b/l10n-cak/toolkit/chrome/global/textcontext.dtd new file mode 100644 index 0000000000..7d4f370933 --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/textcontext.dtd @@ -0,0 +1,24 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY spellAddToDictionary.label "Titz'aqatisäx pa Soltzij"> +<!ENTITY spellAddToDictionary.accesskey "a"> +<!ENTITY spellUndoAddToDictionary.label "Titzolïx chi rij Titz'aqatisäx pa soltzij"> +<!ENTITY spellUndoAddToDictionary.accesskey "t"> +<!ENTITY spellCheckToggle.label "Tinik'öx Rutz'ib'axik"> +<!ENTITY spellCheckToggle.accesskey "t"> +<!ENTITY spellNoSuggestions.label "(Majun taq kichilab'exik tz'ib'anïk)"> +<!ENTITY spellDictionaries.label "Taq ch'ab'äl"> +<!ENTITY spellDictionaries.accesskey "T"> + +<!ENTITY searchTextBox.clear.label "Tijosq'ïx"> + +<!ENTITY fillLoginMenu.label "Tinojisäx rutikirisab'al molojri'ïl"> +<!ENTITY fillLoginMenu.accesskey "T"> +<!ENTITY fillPasswordMenu.label "Tinojisäx ewan tzij"> +<!ENTITY fillPasswordMenu.accesskey "T"> +<!ENTITY fillUsernameMenu.label "Tinojisäx rub'i' winäq"> +<!ENTITY fillUsernameMenu.accesskey "T"> +<!ENTITY noLoginSuggestions.label "(Majun taq kichilab'exik rutikirib'al molojri'ïl)"> +<!ENTITY viewSavedLogins.label "Ketz'et ri yakon kitikirisanik molojri'ïl"> diff --git a/l10n-cak/toolkit/chrome/global/tree.dtd b/l10n-cak/toolkit/chrome/global/tree.dtd new file mode 100644 index 0000000000..1e3ffd90cd --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/tree.dtd @@ -0,0 +1,5 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY restoreColumnOrder.label "Titzolïx ruwäch kicholajem taq tem"> diff --git a/l10n-cak/toolkit/chrome/global/videocontrols.dtd b/l10n-cak/toolkit/chrome/global/videocontrols.dtd new file mode 100644 index 0000000000..f34aae35ca --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/videocontrols.dtd @@ -0,0 +1,52 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY % brandDTD + SYSTEM "chrome://branding/locale/brand.dtd"> + %brandDTD; + +<!ENTITY playButton.playLabel "Titzij"> +<!ENTITY playButton.pauseLabel "Titanab'äx"> +<!ENTITY muteButton.muteLabel "Timemür"> +<!ENTITY muteButton.unmuteLabel "Tak'axäx"> +<!ENTITY fullscreenButton.enterfullscreenlabel "Chijun ruwa kematz'ib'"> +<!ENTITY fullscreenButton.exitfullscreenlabel "Tel pa chijun ruwa kematz'ib'"> +<!ENTITY castingButton.castingLabel "Titaq el pa ruwäch"> +<!ENTITY closedCaption.off "Chupül"> +<!-- LOCALIZATION NOTE (volumeScrubber.label): This label is exposed to + accessibility software to clarify what the slider is for. --> +<!ENTITY volumeScrubber.label "Pajonel ch'ab'äl"> + +<!-- LOCALIZATION NOTE (pictureInPicture.label): This string is used as part of +the Picture-in-Picture video toggle button when the mouse is hovering it. --> +<!ENTITY pictureInPicture.label "Picture-in-Picture"> + +<!-- LOCALIZATION NOTE (pictureInPictureToggle.label): This string is used as the +label for a variation of the Picture-in-Picture video toggle button when the mouse is +hovering over the video. --> +<!ENTITY pictureInPictureToggle.label "Titz'et pa Picture-in-Picture"> +<!-- LOCALIZATION NOTE (pictureInPictureExplainer): This string is used as part of +a variation of the Picture-in-Picture video toggle button. When using this variation, +this string appears below the toggle when the mouse hovers the toggle. --> +<!ENTITY pictureInPictureExplainer "Titzij silowäch pa nab'ey k'ojlib'äl toq nab'än ch'aqa' chik taq wachinäq pa &brandShortName;"> + +<!ENTITY error.aborted "Xpa'e' ri rutzijik silowachib'äl."> +<!ENTITY error.network "Xq'at rutzijik silowachib'äl ruma jun sachoj pa ruk'u'x samaj."> +<!ENTITY error.decode "Man tikirel ta nitz'et ri silowachib'äl ruma chi itzel ri yakb'äl."> +<!ENTITY error.srcNotSupported "Ri rub'anikil o ruwäch"> +<!ENTITY error.noSource2 "Majun silowachib'äl xelitäj, ri nikixïm ki' pa MIME rub'anikil chuqa' ruwäch."> +<!ENTITY error.generic "Xpa'e' ri rutzijik silowachib'äl ruma jun sachoj ri man etaman ta."> + +<!ENTITY status.pictureInPicture "Re silowäch re' nitzij rik'in Picture-in-Picture rub'anikil."> + +<!-- LOCALIZATION NOTE (positionAndDuration.nameFormat): the #1 string is the current +media position, and the #2 string is the total duration. For example, when at +the 5 minute mark in a 6 hour long video, #1 would be "5:00" and #2 would be +"6:00:00", result string would be "5:00 / 6:00:00". +Note that #2 is not always available. For example, when at the 5 minute mark in an +unknown duration video, #1 would be "5:00" and the string which is surrounded by +<span> would be deleted, result string would be "5:00". +--> +<!ENTITY positionAndDuration.nameFormat "#1<span> / #2</span>"> + diff --git a/l10n-cak/toolkit/chrome/global/viewSource.properties b/l10n-cak/toolkit/chrome/global/viewSource.properties new file mode 100644 index 0000000000..91736442d1 --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/viewSource.properties @@ -0,0 +1,16 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +goToLineTitle = B'enam pa ri cholaj +goToLineText = Tatz'ib'aj rajilab'al b'ey +invalidInputTitle = Man okel ta re okitz'ib' +invalidInputText = Man okel ta ri rajilab'al b'ey xatz'ib'aj. +outOfRangeTitle = Man xelitäj ta ri b'ey +outOfRangeText = Man xilitäj ta ri b'ey xya' retal. +viewSelectionSourceTitle = Ruxe'el DOM richin ri Cha'oj + +context_goToLine_label = B'enam pa ri Cholaj… +context_goToLine_accesskey = K +context_wrapLongLines_label = Kenuk' ri yuquyäq taq cholaj +context_highlightSyntax_label = Tiya' Retal ri Cholb'ab' diff --git a/l10n-cak/toolkit/chrome/global/wizard.properties b/l10n-cak/toolkit/chrome/global/wizard.properties new file mode 100644 index 0000000000..0a3b947fda --- /dev/null +++ b/l10n-cak/toolkit/chrome/global/wizard.properties @@ -0,0 +1,8 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +default-first-title=Ütz apetik pa %S +default-last-title=Tajin nitz'aqatisäx ri %S +default-first-title-mac=Nab'ey taq tzij +default-last-title-mac=Ruk'isib'äl taq tzij diff --git a/l10n-cak/toolkit/chrome/mozapps/downloads/downloads.properties b/l10n-cak/toolkit/chrome/mozapps/downloads/downloads.properties new file mode 100644 index 0000000000..0fe1ce7c6a --- /dev/null +++ b/l10n-cak/toolkit/chrome/mozapps/downloads/downloads.properties @@ -0,0 +1,115 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE (shortSeconds): Semi-colon list of plural +# forms. See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# s is the short form for seconds +shortSeconds=xr;xr + +# LOCALIZATION NOTE (shortMinutes): Semi-colon list of plural +# forms. See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# m is the short form for minutes +shortMinutes=chr;chr + +# LOCALIZATION NOTE (shortHours): Semi-colon list of plural +# forms. See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# h is the short form for hours +shortHours=r;r + +# LOCALIZATION NOTE (shortDays): Semi-colon list of plural +# forms. See: http://developer.mozilla.org/en/docs/Localization_and_Plurals +# d is the short form for days +shortDays=q';q' + +downloadErrorAlertTitle=Xsach toq tajin nuqasaj +# LOCALIZATION NOTE (downloadErrorBlockedBy): %S is the name of the blocking +# extension. +downloadErrorBlockedBy=Man nitikïr ta niyak ri qasanïk, q'aton ruma %S. +# LOCALIZATION NOTE (downloadErrorExtension): used when the blocking extension +# name is unavailable. +downloadErrorExtension=Man nitikïr ta niyak ri qasanïk, q'aton ruma jun k'amal. +downloadErrorGeneric=Man tikirel ta niyak ri qasanïk ruma xk'ulwachitäj jun sachoj ri ma etaman ta ruwäch.\n\nTatojtob'ej chik. + +# LOCALIZATION NOTE: we don't have proper plural support in the CPP code; bug 463102 +quitCancelDownloadsAlertTitle=¿La kan nawajo' ye'aq'ät konojel ri taq qasanïk? +quitCancelDownloadsAlertMsg=We yatel el wakami, xtiq'at jun qasanïk. ¿La kan nawajo' yatel el? +quitCancelDownloadsAlertMsgMultiple=We yatel el wakami, xkeq'at %S taq qasanïk. ¿La kan nawajo' yatel el? +quitCancelDownloadsAlertMsgMac=We natz'apij kan wakami, xtiq'at jun qasanïk. ¿La kan nawajo' yatel el? +quitCancelDownloadsAlertMsgMacMultiple=We natz'apij wakami xkeq'at %S taq qasanïk. ¿La kan nawajo' yatel? +offlineCancelDownloadsAlertTitle=¿La kan nawajo' ye'aq'ät konojel ri taq qasanïk? +offlineCancelDownloadsAlertMsg=We nak'ëx pa rub'anikil majun okem pa k'amaya'l wakami, xtiq'at jun qasanïk. ¿La kan nawajo' nab'än ke ri'? +offlineCancelDownloadsAlertMsgMultiple=We wakami nak'ëx pa majun okem pa k'amaya'l, xtiq'at %S taq qasanïk. ¿La kan nawajo' nab'än? +leavePrivateBrowsingCancelDownloadsAlertTitle=¿La kan nawajo' ye'aq'ät konojel ri taq qasanïk? +leavePrivateBrowsingWindowsCancelDownloadsAlertMsg2=We xke'atz'apij wakami ronojel ri taq rutzuwäch ichinan taq okem pa k'amaya'l, xtiq'at 1 qasanïk. ¿La at jikïl chi nawajo' yatel pa ri ichinan okem pa k'amaya'l? +leavePrivateBrowsingWindowsCancelDownloadsAlertMsgMultiple2=We xke'atz'apij wakami ronojel ri taq rutzuwäch ichinan taq okem pa k'amaya'l, xkeq'at %S taq qasanïk. ¿La at jikïl chi nawajo' yatel pa ri ichinan okem pa k'amaya'l? +cancelDownloadsOKText=Tiq'at jun qasanïk +cancelDownloadsOKTextMultiple=Keq'at %S taq qasanïk +dontQuitButtonWin=Man tel el +dontQuitButtonMac=Man titz'apïx +dontGoOfflineButton=Okinäq na +dontLeavePrivateBrowsingButton2=Tik'oje' pa rub'eyal Ichinan Okem pa K'amaya'l + +# LOCALIZATION NOTE (infiniteRate): +# If download speed is a JavaScript Infinity value, this phrase is used +infiniteRate=Yalan aninäq + +# LOCALIZATION NOTE (statusFormat3): — is the "em dash" (long dash) +# %1$S transfer progress; %2$S rate number; %3$S rate unit; %4$S time left +# example: 4 minutes left — 1.1 of 11.1 GB (2.2 MB/sec) +statusFormat3=%4$S — %1$S (%2$S %3$S/sec) + +# LOCALIZATION NOTE (statusFormatInfiniteRate): — is the "em dash" (long dash) +# %1$S transfer progress; %2$S substitute phrase for Infinity speed; %3$S time left +# example: 4 minutes left — 1.1 of 11.1 GB (Really fast) +statusFormatInfiniteRate=%3$S — %1$S (%2$S) + +# LOCALIZATION NOTE (statusFormatNoRate): — is the "em dash" (long dash) +# %1$S transfer progress; %2$S time left +# example: 4 minutes left — 1.1 of 11.1 GB +statusFormatNoRate=%2$S — %1$S + +bytes=bayt +kilobyte=KB +megabyte=MB +gigabyte=GB + +# LOCALIZATION NOTE (transferSameUnits2): +# %1$S progress number; %2$S total number; %3$S total unit +# example: 1.1 of 333 MB +transferSameUnits2=%1$S richin %2$S %3$S +# LOCALIZATION NOTE (transferDiffUnits2): +# %1$S progress number; %2$S progress unit; %3$S total number; %4$S total unit +# example: 11.1 MB of 3.3 GB +transferDiffUnits2=%1$S %2$S richin %3$S %4$S +# LOCALIZATION NOTE (transferNoTotal2): +# %1$S progress number; %2$S unit +# example: 111 KB +transferNoTotal2=%1$S %2$S + +# LOCALIZATION NOTE (timePair3): %1$S time number; %2$S time unit +# example: 1m; 11h +timePair3=%1$S%2$S +# LOCALIZATION NOTE (timeLeftSingle3): %1$S time left +# example: 1m left; 11h left +timeLeftSingle3=%1$S xokon +# LOCALIZATION NOTE (timeLeftDouble3): %1$S time left; %2$S time left sub units +# example: 11h 2m left; 1d 22h left +timeLeftDouble3=%1$S %2$S xokon +timeFewSeconds2=Nrajo' na jujun taq xilramaj +timeUnknown2=Man etaman ta jarupe' chik ruq'ijul + +# LOCALIZATION NOTE (doneScheme2): #1 URI scheme like data: jar: about: +doneScheme2=%1$S tob'äl +# LOCALIZATION NOTE (doneFileScheme): Special case of doneScheme for file: +# This is used as an eTLD replacement for local files, so make it lower case +doneFileScheme=aj wawe' yakb'äl + +# LOCALIZATION NOTE (yesterday): Displayed time for files finished yesterday +yesterday=Iwir + +fileExecutableSecurityWarning=“%S” jun samajinel yakb'äl. Ri samajinel taq yakb'äl k'ate' k'o kichikopil o juley chik itzel taq b'itz'ib', ri yetikïr nikitz'ila' asamajib'al. Tachajij awi' toq najäq re jun yakb'äl re'. ¿Lan kan nawajo' chi tijaq ri “%S”? +fileExecutableSecurityWarningTitle=¿Tijaq samajinel taq yakb'äl? + +# Desktop folder name for downloaded files +downloadsFolder=Taq qasanïk diff --git a/l10n-cak/toolkit/chrome/mozapps/downloads/settingsChange.dtd b/l10n-cak/toolkit/chrome/mozapps/downloads/settingsChange.dtd new file mode 100644 index 0000000000..167f797d01 --- /dev/null +++ b/l10n-cak/toolkit/chrome/mozapps/downloads/settingsChange.dtd @@ -0,0 +1,6 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY settingsChangePreferences.label "Yatikïr najäl runuk'ulem &brandShortName; pa ri taq awajowab'al."> +<!ENTITY settingsChangeOptions.label "Yatikïr najäl runuk'ulem &brandShortName; pa ri taq rucha'oj."> diff --git a/l10n-cak/toolkit/chrome/mozapps/downloads/unknownContentType.dtd b/l10n-cak/toolkit/chrome/mozapps/downloads/unknownContentType.dtd new file mode 100644 index 0000000000..936ec86ae9 --- /dev/null +++ b/l10n-cak/toolkit/chrome/mozapps/downloads/unknownContentType.dtd @@ -0,0 +1,26 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY intro2.label "Xacha' richin najäq"> +<!ENTITY from.label "aj:"> +<!ENTITY actionQuestion.label "¿Achike k'o chi nub'än &brandShortName; rik'in re yakb'äl re'?"> + +<!ENTITY openWith.label "Tijaq rik'in"> +<!ENTITY openWith.accesskey "T"> +<!ENTITY other.label "Juley chik…"> + +<!ENTITY saveFile.label "Tiyak Yakb'äl"> +<!ENTITY saveFile.accesskey "T"> + +<!ENTITY rememberChoice.label "Tikamulüx re na'oj re' wakami junelïk chi ke re ruwäch taq yakb'äl re'."> +<!ENTITY rememberChoice.accesskey "a"> + +<!ENTITY whichIs.label "ri jun:"> + +<!ENTITY chooseHandlerMac.label "Ticha'…"> +<!ENTITY chooseHandlerMac.accesskey "T"> +<!ENTITY chooseHandler.label "Tinik'öx…"> +<!ENTITY chooseHandler.accesskey "T"> + +<!ENTITY unknownPromptText.label "¿La nawajo' nayäk re yakb'äl re'?"> diff --git a/l10n-cak/toolkit/chrome/mozapps/downloads/unknownContentType.properties b/l10n-cak/toolkit/chrome/mozapps/downloads/unknownContentType.properties new file mode 100644 index 0000000000..c1acc7183b --- /dev/null +++ b/l10n-cak/toolkit/chrome/mozapps/downloads/unknownContentType.properties @@ -0,0 +1,24 @@ +# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +title=Tajin nujäq %S +saveDialogTitle=Tatz'ib'aj rub'i' ri yakb'äl xtiyak… +defaultApp=%S (kan k'o wi) +chooseAppFilePickerTitle=Tacha' jun achib'il chi chokoy +badApp=Ri chokoy cha'on ("%S") man xilitäj ta. Tanik'oj rub'i' ri yakb'äl o tacha' jun chik chi chokoy. +badApp.title=Man xilitäj ta ri chokoy +badPermissions=Man xyak ta kan ri yakb'äl. Man ya'on ta q'ij chawe. Tacha' jun chik chi yakwuj, akuchi' nayäk wi kan. +badPermissions.title=Man ütz ta ri ya'on q'ij richin niyak +unknownAccept.label=Tiyak Yakb'äl +unknownCancel.label=Tiq'at +fileType=%S yakb'äl +# LOCALIZATION NOTE (orderedFileSizeWithType): first %S is type, second %S is size, and third %S is unit +orderedFileSizeWithType=%1$S (%2$S %3$S) +pdfHandlerDescription=K'wayel Rub'anikil Wuj +avifExtHandlerDescription=AV1 Ruyakb'al Wachib'äl (AVIF) +pdfExtHandlerDescription=Portable Document Format (PDF) +svgExtHandlerDescription=Scalable Vector Graphics (SVG) +webpExtHandlerDescription=WebP Wachib'äl +xmlExtHandlerDescription=Extensible Markup Language (XML) diff --git a/l10n-cak/toolkit/chrome/mozapps/extensions/extensions.dtd b/l10n-cak/toolkit/chrome/mozapps/extensions/extensions.dtd new file mode 100644 index 0000000000..fd7ef6278a --- /dev/null +++ b/l10n-cak/toolkit/chrome/mozapps/extensions/extensions.dtd @@ -0,0 +1,6 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- addon actions --> +<!ENTITY setting.learnmore "Tetamäx ch'aqa' chik…"> diff --git a/l10n-cak/toolkit/chrome/mozapps/extensions/extensions.properties b/l10n-cak/toolkit/chrome/mozapps/extensions/extensions.properties new file mode 100644 index 0000000000..072c798322 --- /dev/null +++ b/l10n-cak/toolkit/chrome/mozapps/extensions/extensions.properties @@ -0,0 +1,84 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +#LOCALIZATION NOTE (notification.incompatible) %1$S is the add-on name, %2$S is brand name, %3$S is application version +notification.incompatible=%1$S man nuk'äm ta ri' rik'in %2$S %3$S. +#LOCALIZATION NOTE (notification.unsigned, notification.unsignedAndDisabled) %1$S is the add-on name, %2$S is brand name +notification.unsignedAndDisabled=Man xtikïr ta xnik'öx ri %1$S ruma ri rokisaxik pa %2$S, ruma ri' toq xchup. +notification.unsigned=%1$S man xtikïr ta xnik'öx rokisaxik pa %2$S. Tachajij awi'. +notification.unsigned.link=Ch'aqa' chik rutzijol +#LOCALIZATION NOTE (notification.blocked) %1$S is the add-on name +notification.blocked=%1$S xkichüp ruma k'ayewal pa ruwi' chajinïk o k'ojlemal. +notification.blocked.link=Ch'aqa' chik rutzijol +#LOCALIZATION NOTE (notification.softblocked) %1$S is the add-on name +notification.softblocked=%1$S etaman chi itzel taq k'ayewal nub'än pa chajinïk o ak'ojlemal. +notification.softblocked.link=Ch'aqa' chik rutzijol +#LOCALIZATION NOTE (notification.outdated) %1$S is the add-on name +notification.outdated=Jun nimaläj k'exoj k'o richin ri %1$S. +notification.outdated.link=Tik'ex wakami +#LOCALIZATION NOTE (notification.vulnerableUpdatable) %1$S is the add-on name +notification.vulnerableUpdatable=%1$S ya'on retal chi k'o pa k'ayewal ruma ri' toq k'o chi nik'ex. +notification.vulnerableUpdatable.link=Tik'ex wakami +#LOCALIZATION NOTE (notification.vulnerableNoUpdate) %1$S is the add-on name +notification.vulnerableNoUpdate=%1$S ya'on rutzijol chi k'ayew rik'in. Tachajij awi' richin nawokisaj. +notification.vulnerableNoUpdate.link=Ch'aqa' chik rutzijol +#LOCALIZATION NOTE (notification.restartless-uninstall) %1$S is the add-on name +notification.restartless-uninstall=%1$S xtiyuj el toq xtatz'apij re ruwi' re'. +#LOCALIZATION NOTE (notification.downloadError) %1$S is the add-on name. +notification.downloadError=Xk'ulwachitäj jun sachoj toq tajin niqasäx %1$S. +notification.downloadError.retry=Titojtob'ëx chik +notification.downloadError.retry.tooltip=Tatojtob'ej chik naqasaj re tz'aqat re' +#LOCALIZATION NOTE (notification.installError) %1$S is the add-on name. +notification.installError=Xk'ulwachitäj jun sachoj toq tajin niyak %1$S. +notification.installError.retry=Titojtob'ëx chik +notification.installError.retry.tooltip=Tatojtob'ej naqasaj chuqa' nayäk chik re tz'aqat re' +#LOCALIZATION NOTE (notification.gmpPending) %1$S is the add-on name. +notification.gmpPending=%1$S ja xtiyake' qa. + +#LOCALIZATION NOTE (details.notification.incompatible) %1$S is the add-on name, %2$S is brand name, %3$S is application version +details.notification.incompatible=%1$S man nuk'äm ta ri' rik'in %2$S %3$S. +#LOCALIZATION NOTE (details.notification.unsigned, details.notification.unsignedAndDisabled) %1$S is the add-on name, %2$S is brand name +details.notification.unsignedAndDisabled=Man xtikïr ta xnik'öx ri %1$S ruma ri rokisaxik pa %2$S, ruma ri' toq xchup. +details.notification.unsigned=%1$S man xtikïr ta xnik'öx rokisaxik pa %2$S. Tachajij awi'. +details.notification.unsigned.link=Ch'aqa' chik rutzijol +#LOCALIZATION NOTE (details.notification.blocked) %1$S is the add-on name +details.notification.blocked=%1$S xkichüp ruma k'ayewal pa ruwi' chajinïk o k'ojlemal. +details.notification.blocked.link=Ch'aqa' chik rutzijol +#LOCALIZATION NOTE (details.notification.softblocked) %1$S is the add-on name +details.notification.softblocked=%1$S etaman chi itzel taq k'ayewal nub'än pa chajinïk o ak'ojlemal. +details.notification.softblocked.link=Ch'aqa' chik rutzijol +#LOCALIZATION NOTE (details.notification.outdated) %1$S is the add-on name +details.notification.outdated=Jun nimaläj k'exoj k'o richin ri %1$S. +details.notification.outdated.link=Tik'ex wakami +#LOCALIZATION NOTE (details.notification.vulnerableUpdatable) %1$S is the add-on name +details.notification.vulnerableUpdatable=%1$S ya'on retal chi k'o pa k'ayewal ruma ri' toq k'o chi nik'ex. +details.notification.vulnerableUpdatable.link=Tik'ex wakami +#LOCALIZATION NOTE (details.notification.vulnerableNoUpdate) %1$S is the add-on name +details.notification.vulnerableNoUpdate=%1$S ya'on rutzijol chi k'ayew rik'in. Tachajij awi' richin nawokisaj. +details.notification.vulnerableNoUpdate.link=Ch'aqa' chik rutzijol +#LOCALIZATION NOTE (details.notification.restartless-uninstall) %1$S is the add-on name. +details.notification.restartless-uninstall=%1$S xtiyuj el toq xtatz'apij re ruwi' re'. +#LOCALIZATION NOTE (details.notification.gmpPending) %1$S is the add-on name +details.notification.gmpPending=%1$S ja xtiyake' qa. + +type.extension.name=Taq k'amal +type.themes.name=Taq wachinel +type.locale.name=Taq ch'ab'äl +type.plugin.name=Taq nak'ab'äl +type.dictionary.name=Taq soltzij +type.service.name=Taq samaj +type.legacy.name=Kochin taq K'amal +type.unsupported.name=Man koch'on ta + +#LOCALIZATION NOTE(listHeading.discover) %S is the brandShortName +listHeading.discover=Tawichinaj %S +listHeading.extension=Ke'anuk'samajij ri taq ak'amal +listHeading.shortcuts=Kenuk'samajïx Kichojokem taq K'amal +listHeading.theme=Ke'anuk'samajij ri taq awachinel +listHeading.plugin=Ke'anuk'samajij ri taq anak'ab'al +listHeading.locale=Ke'anuk'samajij ri taq ach'ab'äl +listHeading.dictionary=Ke'anuk'samajij ri taq asoltzij + +searchLabel.extension=Ke'ilitäj ch'aqa' chik taq k'amal +searchLabel.theme=Ke'ilitäj ch'aqa' chik taq wachinel diff --git a/l10n-cak/toolkit/chrome/mozapps/handling/handling.dtd b/l10n-cak/toolkit/chrome/mozapps/handling/handling.dtd new file mode 100644 index 0000000000..5dba670283 --- /dev/null +++ b/l10n-cak/toolkit/chrome/mozapps/handling/handling.dtd @@ -0,0 +1,10 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY window.emWidth "26em"> +<!ENTITY window.emHeight "26em"> +<!ENTITY ChooseOtherApp.description "Ticha' jun chokoy"> +<!ENTITY ChooseApp.label "Ticha'…"> +<!ENTITY ChooseApp.accessKey "T"> +<!ENTITY accept "Tijaq ximon tzij"> diff --git a/l10n-cak/toolkit/chrome/mozapps/handling/handling.properties b/l10n-cak/toolkit/chrome/mozapps/handling/handling.properties new file mode 100644 index 0000000000..1c73f7f8bd --- /dev/null +++ b/l10n-cak/toolkit/chrome/mozapps/handling/handling.properties @@ -0,0 +1,15 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +protocol.title=Titzij ri chokoy +protocol.description=Re jun ximonel re' k'o chi nijaq rik'in jun chokoy. +protocol.choices.label=Titaq chi re: +protocol.checkbox.label=Tinatäx ri nucha'oj pa ri taq ximonel %S. +protocol.checkbox.accesskey=T +protocol.checkbox.extra=Re re' tikirel nijalatäj pa ri taq rajowab'al %S. + +# Displayed under the name of a protocol handler in the Launch Application dialog. +privatebrowsing.disabled.label=Xchup pan Ichinan Tzuwäch + +choose.application.title=Jun chik chokoy… diff --git a/l10n-cak/toolkit/chrome/mozapps/profile/profileSelection.properties b/l10n-cak/toolkit/chrome/mozapps/profile/profileSelection.properties new file mode 100644 index 0000000000..ef72807f50 --- /dev/null +++ b/l10n-cak/toolkit/chrome/mozapps/profile/profileSelection.properties @@ -0,0 +1,57 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE: These strings are used for startup/profile problems and the profile manager. + +# Application not responding +# LOCALIZATION NOTE (restartTitle, restartMessageNoUnlocker2, restartMessageUnlocker, restartMessageNoUnlockerMac, restartMessageUnlockerMac): Messages displayed when the application is running but is not responding to commands. %S is the application name. +restartTitle=Titz'apïx %S +restartMessageNoUnlocker2=%S nisamajin chik, po man nutzolij ta tzij. Richin nokisäx %S, k'o chi nab'ey natz'apij ri %S b'eyal k'o wi, natikirisaj chik ri aq'inoj o nawokisaj jun chik wi ruwäch ab'i'. +restartMessageUnlocker=%S tajin chik nib'anatäj xa xe chi man nisamäj ta. K'o chi nab'ey natz'apij ri tajin xab'än %S richin najäq jun k'ak'a' tzuwäch. +restartMessageNoUnlockerMac=Jaqäl chik jun ruwachib'äl %S. Xa xe k'o chi jaqäl jun ruwachib'äl %S. +restartMessageUnlockerMac=Jaqäl chik jun ruwachib'al %S. Ri ruwachib'äl %S nisamajïx, xtitz'apitäj richin xtijaq re'. + +# Profile manager +# LOCALIZATION NOTE (profileTooltip): First %S is the profile name, second %S is the path to the profile folder. +profileTooltip=Ruwäch b'i'aj: '%S' - B'ey: '%S' + +pleaseSelectTitle=Tichax rub'anikil +pleaseSelect=Tacha' jun ruwäch b'i'aj richin natikirisaj %S, o tanuk'u' jun k'ak'a' ruwäch b'i'aj. + +renameProfileTitle=Tisik'ïx chik ri ruwäch b'i'aj +renameProfilePrompt=Titz'ib'äx chik rub'i' ri ruwäch b'i'aj "%S" pa: + +profileNameInvalidTitle=Man okel ta ri rub'i' ruwäch b'i'aj +profileNameInvalid=Man okel ta ri rub'i' ruwäch b'i'aj "%S". + +chooseFolder=Ticha' rucholb'al ruwäch b'i'aj +profileNameEmpty=Man nik'ulutäj ta jun rub'i' ruwäch b'i'aj we majun rupam. +invalidChar=Ri tz'ib' "%S" man e okel ta pa kib'i' ruwäch b'i'aj. Tacha' jun chik b'i'aj. + +deleteTitle=Tiyuj el ruwäch b'i'aj +deleteProfileConfirm=Toq nayüj el jun ruwäch b'i'aj, xtelesäx el pa ri kicholajem taq ruwäch b'i'aj chuqa' man xkatikïr ta xtaköl.\nChuqa' yatikïr nacha' chi keyuj el ri taq ruyakb'al rutzij ri ruwäch b'i'aj, achi'el ri anuk'ulem, taq ruwujil b'i'aj chuqa' ch'aqa' chik taq tzij. Re cha'oj re' xtuyüj el ri molyakb'äl "%S", akuchi' man tikirel ta nikolotäj.\n¿La kan nawajo' ye'ayüj el ri taq ruyakb'al re ruwäch b'i'aj re'? +deleteFiles=Keyuj el ri taq yakb'äl +dontDeleteFiles=Man keyuj el taq yakb'äl + +profileCreationFailed=Man tikirel ta richin xnuk' re ruwäch b'i'aj re'. Rik'in jub'a' man kiya'on ta q'ij chawe richin yatz'ib'an pa ri cha'on cholb'äl. +profileCreationFailedTitle=Runuk'ik ri ruwäch b'i'aj, ri man xtikïr ta +profileExists=K'o chik jun ruwäch b'i'aj, ke re' rub'i'. Tacha' jun chik. +profileFinishText=Tapitz'a' pa Tik'is richin ninuk' ri k'ak'a' ruwäch b'i'aj. +profileFinishTextMac=Tapitz'a' pa ruwi ri K'ison richin ninuk' re k'ak'a' ruwäch b'i'aj. +profileMissing=Ri ruwäch ab'i' %S man tikirel ta nisamäj. Rik'in jub'a' elesan el o man tikirel ta yatok chupam. +profileMissingTitle=Xsacho' el ri' ri ruwäch b'i'aj +profileDeletionFailed=Man xyuj ta ri ruwäch b'i'aj, rik'in jub'a' nokisäx. +profileDeletionFailedTitle=Rusachoj Yujunïk + +# Profile reset +# LOCALIZATION NOTE (resetBackupDirectory): Directory name for the profile directory backup created during reset. This directory is placed in a location users will see it (ie. their desktop). %S is the application name. +resetBackupDirectory=Ojer taq tzij richin %S + +flushFailTitle=Man eyakon ta ri taq jaloj +# LOCALIZATION NOTE (conflictMessage): %1$S is brandProductName, %2$S is brandShortName. +conflictMessage=Jun chik ruwachib'al %1$S xerujäl ri taq ruwäch b'i'aj. K'o chi nitikirisäx chik %2$S chuwäch ye'ab'äl ch'aqa' chik taq jaloj. +flushFailMessage=Jun man oyob'en ta sachoj xub'än chi man xeyak ta ri taq jaloj. +# LOCALIZATION NOTE (flushFailRestartButton): $S is brandShortName. +flushFailRestartButton=Titikirisäx chik ri %S +flushFailExitButton=Tel diff --git a/l10n-cak/toolkit/chrome/mozapps/update/updates.properties b/l10n-cak/toolkit/chrome/mozapps/update/updates.properties new file mode 100644 index 0000000000..18f8dc6eeb --- /dev/null +++ b/l10n-cak/toolkit/chrome/mozapps/update/updates.properties @@ -0,0 +1,45 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# LOCALIZATION NOTE: The 1st %S is brandShortName and 2nd %S is update version +# where update version from the update xml +# example: MyApplication 10.0.5 +updateName=%S %S + +noThanksButton=Mani matyox +noThanksButton.accesskey=N +# NOTE: The restartLaterButton string is also used in +# mozapps/extensions/content/blocklist.js +restartLaterButton=Titikirisäx pa jun Mej +restartLaterButton.accesskey=M +restartNowButton=Titikirisäx chik ri %S +restartNowButton.accesskey=R + +statusFailed=Man ruk'amon ta ri yakoj + +installSuccess=Ütz xyake' ri k'exoj ruwäch +installPending=Yakoj oyob'en +patchApplyFailure=Man xtikïr ta xuyäk ri k'exoj ruwäch (xk'ulwachitäj jun sachoj toq xsamajïx) +elevationFailure=Man ya'on ta q'ij chawe richin nayäk re k'exoj ruwäch re'. Tab'ana' utzil, katzijon kik'in ri runuk'samajel aq'inoj. + +check_error-200=Yakb'äl XML itzel k'exon ruwäch (200) +check_error-403=Xq'at ri okem (403) +check_error-404=Man xilitäj ta ri ruk'exik ruwäch ri yakb'äl XML (404) +check_error-500=Sachoj chupam ri ruk'u'x samaj (500) +check_error-2152398849=Man xtikïr ta (man etaman ta achike ruma) +check_error-2152398861=Xutun ri okem +check_error-2152398862=Xk'is ri okem +# NS_ERROR_OFFLINE +check_error-2152398864=Majun rokem k'amab'ey (katok) +check_error-2152398867=Man kiya'on ta q'ij chi re ri b'ey +check_error-2152398868=Majun ek'ulun ta taq tzij (tatojtob'ej chik) +check_error-2152398878=Man xilitäj ta ri ruk'u'x samaj richin k'exoj ruwäch (tanik'oj we atokinäq pa k'amaya'l) +check_error-2152398890=Man xilitäj ta ri proxi ruk'u'x samaj (tanik'oj we atokinäq pa k'amaya'l) +# NS_ERROR_DOCUMENT_NOT_CACHED +check_error-2152398918=Majun rokem k'amab'ey (katok) +check_error-2152398919=Xq'at ri ruq'axik taq tzij juk'an chik (tatojtob'ej chik) +check_error-2152398920=Xxutüx ri okem pa proxi ruk'u'x samaj +check_error-2153390069=Xk'is ruq'ijul ri ruwujil rub'i' ri ruk'u'x samaj (we rajowaxik, tachojmirisaj ri ruq'ijul chuqa' ramaj k'o pa Q'inoj) +check_error-verification_failed=Man xtikïr ta xnik'öx ri rutzil k'exoj ruwäch +check_error-move_failed=Xsach richin nusamajij ri k'exoj richin ri yakoj diff --git a/l10n-cak/toolkit/chrome/passwordmgr/passwordmgr.properties b/l10n-cak/toolkit/chrome/passwordmgr/passwordmgr.properties new file mode 100644 index 0000000000..edb5903ebd --- /dev/null +++ b/l10n-cak/toolkit/chrome/passwordmgr/passwordmgr.properties @@ -0,0 +1,74 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +rememberPassword = Tokisäx ri runuk'samajel ewan taq tzij richin ninatäx re ewan tzij re'. +savePasswordTitle = Tajikib'a' +# LOCALIZATION NOTE (saveLoginMsg, saveLoginMsgNoUser): +# %1$S is brandShortName, %2$S is the login's hostname. +saveLoginMsg = ¿La nawajo' chi ri %1$S nuyäk kan re rutikirib'al molojri'ïl richin ri %2$S? +saveLoginMsgNoUser = ¿La nawajo' chi ri %1$S nuyäk kan re ewan rutzij richin ri %2$S? +saveLoginButtonAllow.label = Tiyak +saveLoginButtonAllow.accesskey = T +saveLoginButtonDeny.label = Man Tiyak +saveLoginButtonDeny.accesskey = M +saveLoginButtonNever.label = Majub'ey Tiyak +saveLoginButtonNever.accesskey = e +updateLoginMsg = ¿La nawajo' nak'ëx ruwäch re rutikirib'al molojri'ïl wakami? +updateLoginMsgNoUser = ¿La nawajo' nak'ëx ruwäch ri ewan tzij k'o wakami? +updateLoginMsgAddUsername = ¿La nawajo' natz'aqatisaj rub'i' jun winäq chi re ri ewan tzij yakon? +updateLoginButtonText = Tik'ex +updateLoginButtonAccessKey = U +updateLoginButtonDeny.label = Man tik'ex ruwäch +updateLoginButtonDeny.accesskey = M +updateLoginButtonDelete.label = Tiyuj Yakon Rutikirisaxik Molojri'ïl +updateLoginButtonDelete.accesskey = T +# LOCALIZATION NOTE (rememberPasswordMsg): +# 1st string is the username for the login, 2nd is the login's hostname. +# Note that long usernames may be truncated. +rememberPasswordMsg = ¿La nawajo' nayäk kan ri ewan tzij richin "%1$S" pa %2$S? +# LOCALIZATION NOTE (rememberPasswordMsgNoUsername): +# String is the login's hostname. +rememberPasswordMsgNoUsername = ¿La nawajo' nayäk kan ri ewan tzij pa %S? +# LOCALIZATION NOTE (noUsernamePlaceholder): +# This is displayed in place of the username when it is missing. +noUsernamePlaceholder=Majun rub'i' winäq +togglePasswordLabel=Tik'ut ewan tzij +togglePasswordAccessKey2=h +notNowButtonText = &Wakami mani +neverForSiteButtonText = &Man jub'ey richin re ruxaq k'amaya'l re' +rememberButtonText = &Tinatäx +passwordChangeTitle = Tijikib'äx ri ruk'exik ewan tzij +# LOCALIZATION NOTE (updatePasswordMsg): +# String is the username for the login. +updatePasswordMsg = ¿La nawajo' nak'ëx ruwäch ri ewan tzij richin "%S"? +updatePasswordMsgNoUser = ¿La nawajo' nak'ëx ruwäch ri ewan tzij k'o wakami? +userSelectText2 = Tacha' ri rutikirib'al moloj richin nik'ex: +loginsDescriptionAll2=Ri kitikirib'al moloj re taq ruxaq k'amaya'l re' yeyak pan akematz'ib' + +# LOCALIZATION NOTE (useASecurelyGeneratedPassword): +# Shown in the autocomplete popup to allow filling a generated password into a password field. +useASecurelyGeneratedPassword=Tawokisaj jun Ewan Tzij Ütz Tz'ukun +# LOCALIZATION NOTE (generatedPasswordWillBeSaved): +# %S will contain the brandShorterName. This informs the user that the generated password will be automatically saved. +generatedPasswordWillBeSaved=%S xkeruyäk ewan taq rutzij re ruxaq k'amaya'l re' +# LOCALIZATION NOTE (loginHostAge): +# This is used to show the context menu login items with their age. +# 1st string is the username for the login, 2nd is the login's age. +loginHostAge=%1$S (%2$S) +# LOCALIZATION NOTE (noUsername): +# String is used on the context menu when a login doesn't have a username. +noUsername=Majun rub'i' winäq + +# LOCALIZATION NOTE (displaySameOrigin): +# String is used on the autocomplete row when the login origin is a domain match with the document origin +displaySameOrigin=Richin re ajk'amaya'l ruxaq re' + +# LOCALIZATION NOTE (insecureFieldWarningDescription2): +# %1$S will contain insecureFieldWarningLearnMore and look like a link to indicate that clicking will open a tab with support information. +insecureFieldWarningDescription2 = Man ütz re okem re'. Ri taq awokisanem xe'atz'ib'aj rik'in jub'a' k'o etamayon kichin. %1$S +insecureFieldWarningLearnMore = Tetamäx ch'aqa' chik + +# LOCALIZATION NOTE (viewSavedLogins.label): +# This label is used in the footer of login autocomplete menus. +viewSavedLogins.label= Ketz'et ri Yakon Kitikirisanik taq Molojri'ïl diff --git a/l10n-cak/toolkit/chrome/places/places.properties b/l10n-cak/toolkit/chrome/places/places.properties new file mode 100644 index 0000000000..17294ac477 --- /dev/null +++ b/l10n-cak/toolkit/chrome/places/places.properties @@ -0,0 +1,32 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +BookmarksMenuFolderTitle=Kik'utsamaj taq Yaketal +BookmarksToolbarFolderTitle=Rukajtz'ik samajib'äl +OtherBookmarksFolderTitle=Ch'aqa' chik taq Yaketal +TagsFolderTitle=Taq etal +MobileBookmarksFolderTitle=Taq ruyaketal oyonib'äl +OrganizerQueryHistory=Natab'äl +OrganizerQueryDownloads=Taq qasanïk +OrganizerQueryAllBookmarks=Ronojel Yaketal + +# LOCALIZATION NOTE : +# These are used to generate history containers when history is grouped by date +finduri-AgeInDays-is-0=Wakami +finduri-AgeInDays-is-1=Iwir +finduri-AgeInDays-is=K'o kan %S q'ij +finduri-AgeInDays-last-is=Ruk'isib'äl %S taq q'ij +finduri-AgeInDays-isgreater=Chuwäch %S taq q'ij +finduri-AgeInMonths-is-0=Re ik' re' +finduri-AgeInMonths-isgreater=Chuwäch %S ik' + +# LOCALIZATION NOTE (localhost): +# This is used to generate local files container when history is grouped by site +localhost=(aj wawe' taq yakb'äl) + +# LOCALIZATION NOTE (backupFileSizeText): +# The string is used for showing file size of each backup in the "fileRestorePopup" popup +# %1$S is the file size +# %2$S is the file size unit +backupFileSizeText=%1$S %2$S diff --git a/l10n-cak/toolkit/chrome/pluginproblem/pluginproblem.dtd b/l10n-cak/toolkit/chrome/pluginproblem/pluginproblem.dtd new file mode 100644 index 0000000000..9c4c121d4f --- /dev/null +++ b/l10n-cak/toolkit/chrome/pluginproblem/pluginproblem.dtd @@ -0,0 +1,33 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> +<!-- LOCALIZATION NOTE (tapToPlayPlugin): Mobile (used for touch interfaces) only has one type of plugin possible. --> + +<!ENTITY tapToPlayPlugin "Tapitz'a' wawe' richin nitzijtäj ri nak'ab'äl."> +<!ENTITY clickToActivatePlugin "Titzij nak'ab'äl."> +<!ENTITY checkForUpdates "Kekanöx taq k'exoj ruwäch…"> +<!ENTITY blockedPlugin.label "Xq'eleb'ëx rusamaj re jun nak'ab'äl re' richin yachajïx."> +<!ENTITY hidePluginBtn.label "Tewäx ri nak'ab'äl"> +<!ENTITY managePlugins "Tinuk'samajïx ri nak'ab'äl…"> + +<!-- LOCALIZATION NOTE (reloadPlugin.pre): include a trailing space as needed --> +<!-- LOCALIZATION NOTE (reloadPlugin.middle): avoid leading/trailing spaces, this text is a link --> +<!-- LOCALIZATION NOTE (reloadPlugin.post): include a starting space as needed --> + +<!ENTITY reloadPlugin.pre ""> +<!ENTITY reloadPlugin.middle "Tok chik pa ri ruxaq k'amaya'l"> +<!ENTITY reloadPlugin.post " richin nitojtob'ëx chik."> +<!-- LOCALIZATION NOTE (report.please): This and the other report.* strings should be as short as possible, ideally 2-3 words. --> +<!ENTITY report.please "Titaq rutzijol sachoj"> +<!ENTITY report.submitting "Tajin nitaq ri rutzijol…"> +<!ENTITY report.submitted "Xtaq ri rutzijol sachoj."> +<!ENTITY report.disabled "Xchup ri rutzijol sachoj."> +<!ENTITY report.failed "Man xtikïr ta xutäq."> +<!ENTITY report.unavailable "Majun rutzijol niwachin."> +<!ENTITY report.comment "Titz'aqatisäx jun rutzijol (konojel winaqi' yetz'eto ri taq rutzijol)"> +<!ENTITY report.pageURL "Tatz'aqatisaj ri URL richin ri ruxaq k'amaya'l"> + +<!ENTITY plugin.file "Yakb'äl"> +<!ENTITY plugin.mimeTypes "MIME ruwäch"> +<!ENTITY plugin.flashProtectedMode.label "Titzij ri rub'anikil ruchajinik ri Adobe flash"> +<!ENTITY plugin.enableBlocklists.label "Tiq'eleb'ëx ruwäch etamab'äl Flash itzelal chuqa' ka'ayel"> diff --git a/l10n-cak/toolkit/chrome/search/search.properties b/l10n-cak/toolkit/chrome/search/search.properties new file mode 100644 index 0000000000..99acfe7d55 --- /dev/null +++ b/l10n-cak/toolkit/chrome/search/search.properties @@ -0,0 +1,18 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +addEngineConfirmTitle=Titz'aqatisäx Kanob'äl +addEngineConfirmation=¿Titz'aqatisäx "%S" pa rucholb'al taq kanob'äl pa ri rukajtz'ik kanoxïk?\n\nK'a pa: %S +addEngineAsCurrentText=Tichap re re' richin kano&b'äl wakami chanin +addEngineAddButtonLabel=Titz'aqatisäx + +error_loading_engine_title=Xsach toq tajin nuqasaj +# LOCALIZATION NOTE (error_loading_engine_msg2): %1$S = brandShortName, %2$S = location +error_loading_engine_msg2=%S man tikirinäq ta nuqasaj ri nak'ab'äl richin kanoxïk k'a pa:\n%S +error_duplicate_engine_msg=%S man xtikïr ta xuyäk ri nak'ab'äl richin nikanöx pa ri "%S" ruma chi k'o chik jun kanob'äl ri ke ri' rub'i'. + +error_invalid_engine_title=Sachoj richin yakoj +error_invalid_format_title=Man ütz ta chi b'anikil +# LOCALIZATION NOTE (error_invalid_engine_msg2): %1$S = brandShortName, %2$S = location (url) +error_invalid_engine_msg2=%1$S man xtikïr ta xuyäk ri ruk'u'x rukanob'al: %2$S diff --git a/l10n-cak/toolkit/crashreporter/aboutcrashes.ftl b/l10n-cak/toolkit/crashreporter/aboutcrashes.ftl new file mode 100644 index 0000000000..f9431e416a --- /dev/null +++ b/l10n-cak/toolkit/crashreporter/aboutcrashes.ftl @@ -0,0 +1,31 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v- 2-0- If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla-org/MPL/2-0/- + + +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +crash-reports-title = Rutzijol taq sachoj + +submit-all-button-label = Titaq Ronojel +delete-button-label = Tijosq'ïx Ronojel +delete-confirm-title = ¿Kan at jikïl? +delete-unsubmitted-description = Re re' xkeruyüj el ronojel ri kitzijol taq sachoj man etaqon ta chuqa' man xtitikïr ta xtitzolïx chik pe. +delete-submitted-description = Re re' xtuyüj ri kicholb'al kitzijol taq sachoj etaqon xa xe chi man xkeruyüj ta el ri taq tzij etaqon. Re re' man tikirel ta nitzolïx. + +crashes-unsubmitted-label = Rutzijol taq sachoj etaqon +id-heading = Nimaläj rub'i' ri rutzijol +date-crashed-heading = Q'ij xqa ruchuq'a' q'inoj +submit-crash-button-label = Titaq +# This text is used to replace the label of the crash submit button +# if the crash submission fails. +submit-crash-button-failure-label = Man ütz ta xub'än + +crashes-submitted-label = Rutzijol taq sachoj etaqon +date-submitted-heading = Ruq'ijul toq xtaq +view-crash-button-label = Titz'et + +no-reports-label = Man etaqon ta ri taq rutzijol sachoj. +no-config-label = Re chokoy re man nuk'un richin yeruk'üt pe ri taq kitzijol taq sachoj. K'atzinel nijikib'äx ri rajowaxik <code>breakpad.reportURL</code>. diff --git a/l10n-cak/toolkit/crashreporter/crashreporter.ini b/l10n-cak/toolkit/crashreporter/crashreporter.ini new file mode 100644 index 0000000000..a0ddb9dc04 --- /dev/null +++ b/l10n-cak/toolkit/crashreporter/crashreporter.ini @@ -0,0 +1,60 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# This file is in the UTF-8 encoding +[Strings] +# LOCALIZATION NOTE (isRTL): +# Leave this entry empty unless your language requires right-to-left layout, +# for example like Arabic, Hebrew, Persian. If your language needs RTL, please +# use the untranslated English word "yes" as value +isRTL= +CrashReporterTitle=Rutzijol taq sachoj +# LOCALIZATION NOTE (CrashReporterVendorTitle): %s is replaced with the vendor name. (i.e. "Mozilla") +CrashReporterVendorTitle=Rutzijol taq sachoj %s +# LOCALIZATION NOTE (CrashReporterErrorText): %s is replaced with another string containing detailed information. +CrashReporterErrorText=Ri chokoy k'o jun k'ayewal xrïl, ruma ri' xtz'ape'.\n\nK'ayew jub'a' ruma ri b'anel rutzijol taq sachon man nitikïr ta nutäq rutzijol re k'ayewal re'.\n\nTaq rub'anikil: %s +# LOCALIZATION NOTE (CrashReporterProductErrorText2): The first %s is replaced with the product name (i.e. "Firefox"), the second is replaced with another string containing detailed information. These two substitutions can not be reordered! +CrashReporterProductErrorText2=%s xrïl jun k'ayewal, ruma ri' xtz'ape'.\n\nK'ayew jub'a' ruma ri b'anel rutzijol taq sachoj, man nitikïr ta nutäq rutzijol re k'ayewal re'.\n\nTaq b'anikil:%s +CrashReporterSorry=Niqamäy +# LOCALIZATION NOTE (CrashReporterDescriptionText2): The %s is replaced with the product name. +CrashReporterDescriptionText2=%s xrïl jun k'ayewal, ruma ri' toq xtz'apitäj.\n\nRichin yojato' richin niqanik'oj chuqa' niqachojmirisaj re k'ayewal re', ütz tataqa' jun rutzijol sachoj chi qe. +CrashReporterDefault=Re chokoy re' tajin nitzijtäj chi rij jun sachoj richin nuya' rutzijol chi re ri rajya'öl. Man ta jujik natzïj. +Details=Kib'anikil… +ViewReportTitle=Rupam ri rutzijol +CommentGrayText=Titz'aqatisäx jun rutzijol (konojel winaqi' yetz'eto ri taq rutzijol) +ExtraReportInfo=Re rutzijol re' chuqa' ruk'wan etamab'äl chi rij ri rub'anikil ri chokoy, toq xtz'apitäj. +# LOCALIZATION NOTE (CheckSendReport): The %s is replaced with the vendor name. +CheckSendReport=Tiya' rutzijol chi re ri %s chi rij re sachoj re' richin tichojmirisäx +CheckIncludeURL=Titz'aqatisäx ri rochochib'al ruxaq k'amaya'l in k'o wi kan +CheckAllowEmail=Tiya' q'ij chi re ri %s chi yirutz'ib'aj pe pa ruwi' re rutzijol re' +EmailGrayText=Tatz'ib'aj wawe' ri rochochib'al ataqoya'l +ReportPreSubmit2=Ri rutzijol sachoj xtitaq chuwäch xkatel chuqa' natikirisaj chik. +ReportDuringSubmit2=Tajin nitaq ri rutzijol taq sachoj… +ReportSubmitSuccess=¡Ütz rutaqik xb'an ri rutzijol! +ReportSubmitFailed=Xk'ulwachitäj jun k'ayewal toq tajin nitaq ri atzijol. +ReportResubmit=Ketaq chik ri taq rutzijol, ri man xetikïr ta xetaq… +# LOCALIZATION NOTE (Quit2): The %s is replaced with the product name. +Quit2=Tel el chupam ri %s +# LOCALIZATION NOTE (Restart): The %s is replaced with the product name. +Restart=Titikirisäx chik ri %s +Ok=ÜTZ +Close=Titz'apïx + +# LOCALIZATION NOTE (CrashID): The %s is replaced with the Crash ID from the server, which is a string like abc12345-6789-0abc-def1-23456abcdef1 +CrashID=Nimaläj rub'i' ri sachoj: %s +# LOCALIZATION NOTE (CrashDetailsURL): The %s is replaced with a URL that the user can visit to view the crash details. +CrashDetailsURL=Yatikïr natz'ët taq rub'anikil re jun chanin tz'apinïk re' pa %s +ErrorBadArguments=Ri chokoy xutäq man ütz ta jun rutzijol. +ErrorExtraFileExists=Ri chokoy man xuya' ta kan jun ruyakb'al tzij. +ErrorExtraFileRead=Man xtikïr ta xsik'ïx ri ruyakb'al tzij, ya'on kan ruma ri chokoy. +ErrorExtraFileMove=Man xtikïr ta xusiloj ri ruyakb'al tzij, ya'on kan ruma ri chokoy. +ErrorDumpFileExists=Ri chokoy man xuya' ta kan jun ruyakb'al taq sachoj. +ErrorDumpFileMove=Man xtikïr ta xusiloj ri tzalatzïk ruyakb'al taq sachoj. +ErrorNoProductName=Man ruk'utun ta ri' ri chokoy. +ErrorNoServerURL=Ri chokoy man xujikib'a' ta jun ruk'u'x samaj richin kitzijol taq sachoj. +ErrorNoSettingsPath=Man xtikïr ta xrïl ri runuk'ulem ri b'anel richin ri rutzijol taq sachoj. +ErrorCreateDumpDir=Man xtikïr ta xnuk' jun molyakb'äl richin yeyak ri taq rutzijol koyob'en chi yetaq el. +# LOCALIZATION NOTE (ErrorEndOfLife): The %s is replaced with the product name. +ErrorEndOfLife=Ri ruwäch %s majun chik ruto'ik. Man yek'ul ta chik taq rutzijol taq sachoj richin re ruwäch re'. Tachilab'ej nak'ëx ruwäch rik'in jun ruwäch ri k'o ruto'ik. + diff --git a/l10n-cak/toolkit/defines.inc b/l10n-cak/toolkit/defines.inc new file mode 100644 index 0000000000..cbbb4ed969 --- /dev/null +++ b/l10n-cak/toolkit/defines.inc @@ -0,0 +1 @@ +#define MOZ_LANG_TITLE Kaqchikel (Guatemala) diff --git a/l10n-cak/toolkit/toolkit/about/aboutAbout.ftl b/l10n-cak/toolkit/toolkit/about/aboutAbout.ftl new file mode 100644 index 0000000000..1edb28df52 --- /dev/null +++ b/l10n-cak/toolkit/toolkit/about/aboutAbout.ftl @@ -0,0 +1,6 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +about-about-title = Chi rij ri About: +about-about-note = Rere' jun rucholb'al taq ruxaq “about” richin rutzil.<br/> Rik'in jub'a' jujun man kan ta nik'o pan awi'. Jujun chik xa xe richin runik'oxik.<br/> Jujun chik k'a choj ye'ik'o ruma nikajo' rupalem k'utunïk. diff --git a/l10n-cak/toolkit/toolkit/about/aboutAddons.ftl b/l10n-cak/toolkit/toolkit/about/aboutAddons.ftl new file mode 100644 index 0000000000..1d45bf8620 --- /dev/null +++ b/l10n-cak/toolkit/toolkit/about/aboutAddons.ftl @@ -0,0 +1,426 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +addons-window = + .title = Kinuk'samajel taq tz'aqat +addons-page-title = Kinuk'samajel taq tz'aqat +search-header = + .placeholder = Tikanöx addons.mozilla.org + .searchbuttonlabel = Tikanöx +search-header-shortcut = + .key = f +list-empty-installed = + .value = Man ayakon ta re ruwäch tz'aqat re' +list-empty-available-updates = + .value = Majun taq k'exoj ruwäch xe'ilitäj +list-empty-recent-updates = + .value = Majun k'ak'a' k'exoj ab'anon chi ke ri taq tz'aqat +list-empty-find-updates = + .label = Kenik'öx Taq K'exoj +list-empty-button = + .label = Tetamäx ch'aqa' chik chi kij ri taq tz'aqat +help-button = Kitob'al Tz'aqat +sidebar-help-button-title = + .title = Kitob'al Tz'aqat +preferences = + { PLATFORM() -> + [windows] { -brand-short-name } Taq Cha'oj + *[other] { -brand-short-name } Taq Ajowab'äl + } +sidebar-preferences-button-title = + .title = + { PLATFORM() -> + [windows] { -brand-short-name } Taq Cha'oj + *[other] { -brand-short-name } Taq Ajowab'äl + } +show-unsigned-extensions-button = + .label = Jujun taq k'amal man tikirel ta yenik'öx +show-all-extensions-button = + .label = Kek'ut pe konojel ri taq ruk'amal +cmd-show-details = + .label = Kek'ut pe ch'aqa' chik rutzijol + .accesskey = K +cmd-find-updates = + .label = Kekanöx taq k'exoj + .accesskey = K +cmd-preferences = + .label = + { PLATFORM() -> + [windows] Taq cha'oj + *[other] Taq ajowab'äl + } + .accesskey = + { PLATFORM() -> + [windows] c + *[other] a + } +cmd-enable-theme = + .label = Tokisäx wachinel + .accesskey = T +cmd-disable-theme = + .label = Tiq'at rokisaxik wachinel + .accesskey = r +cmd-install-addon = + .label = Tiyak + .accesskey = T +cmd-contribute = + .label = Kato'on + .accesskey = K + .tooltiptext = Kato'on chi nisamajïx re tz'aqat re' +detail-version = + .label = Ruwäch +detail-last-updated = + .label = Ruk'isib'äl K'exoj +detail-contributions-description = Ri runuk'unel re tz'aqat re', nuk'utuj chawe chi tato' rik'in rub'anik, rik'in naya' jun ko'öl ato'ik. +detail-contributions-button = Kato'on + .title = Kato'on richin nib'an re chokoy re' + .accesskey = K +detail-update-type = + .value = K'exoj pa kiyonil +detail-update-default = + .label = Jikib'an wi + .tooltiptext = Pa kiyonil keyak ri taq k'exoj, xa xe we kan e k'o wi +detail-update-automatic = + .label = Titzij + .tooltiptext = Kiyonïl keyak ri taq k'exoj +detail-update-manual = + .label = Chupül + .tooltiptext = Man keyak pa kiyonil ri taq k'exoj +# Used as a description for the option to allow or block an add-on in private windows. +detail-private-browsing-label = Kesamajïx pa Ichinan Tzuwäch +# Some add-ons may elect to not run in private windows by setting incognito: not_allowed in the manifest. This +# cannot be overridden by the user. +detail-private-disallowed-label = Man ya'on ta q'ij pan Ichinan Tzuwäch +detail-private-disallowed-description2 = Man nisamäj ta pa ichinan okem pa k'amaya'l re k'amal re'. <a data-l10n-name="learn-more">Tetamäx ch'aqa' chik</a> +# Some special add-ons are privileged, run in private windows automatically, and this permission can't be revoked +detail-private-required-label = Nrajo' Okem pa Ichinan Tzuwäch +detail-private-required-description2 = Re k'amal re' tikirel nok pa samaj pa k'amab'ey toq k'o pa ichinan okem pa k'amaya'l. <a data-l10n-name="learn-more">Tetamäx ch'aqa' chik</a> +detail-private-browsing-on = + .label = Tiya' q'ij + .tooltiptext = Titz'ij pa Ichinan Okem pa K'amaya'l +detail-private-browsing-off = + .label = Man Tiya' Q'ij + .tooltiptext = Tichup pa Ichinan Okem pa K'amaya'l +detail-home = + .label = Tikirib'äl ruxaq +detail-home-value = + .value = { detail-home.label } +detail-repository = + .label = Ruwäch rub'i' tz'aqat +detail-repository-value = + .value = { detail-repository.label } +detail-check-for-updates = + .label = Kenik'öx taq K'exoj + .accesskey = o + .tooltiptext = Kenik'öx kik'exoj re taq tz'aqat re' +detail-show-preferences = + .label = + { PLATFORM() -> + [windows] Taq cha'oj + *[other] Taq ajowab'äl + } + .accesskey = + { PLATFORM() -> + [windows] c + *[other] a + } + .tooltiptext = + { PLATFORM() -> + [windows] Kejal ri taq rucha'oj re tz'aqat re' + *[other] Kejal ri taq rajowaxik re tz'aqat re' + } +detail-rating = + .value = Kejqalem +addon-restart-now = + .label = Titikirisäx chik wakami +disabled-unsigned-heading = + .value = Jujun taq tz'aqat xechup +disabled-unsigned-description = Re taq tz'aqat re' man xenik'öx ta richin ye'okisáx pa { -brand-short-name }. Tatikïr <label data-l10n-name="find-addons">Ke'ilitäj taq jalwachinïk</label> tik'utüx chi re ri nuk'unel chi kerunik'oj. +disabled-unsigned-learn-more = Tetamäx ch'aqa' chik pa ruwi' ri qarayib'al richin yatqato' chi k'o achajinik pa k'amab'ey. +disabled-unsigned-devinfo = Nuk'unela' nikajo' yekinik'oj ri taq kitz'aqat, tikirel tikisik'ij ri qichin <label data-l10n-name="learn-more">etamawuj</label>. +plugin-deprecation-description = ¿La k'o nanataj? Jujun taq nak'ab'äl man nikixïm ta chik ki' ruma { -brand-short-name }. <label data-l10n-name="learn-more">Tetamäx ch'aqa' chik.</label> +legacy-warning-show-legacy = Kek'ut pe ri kochin taq k'amal +legacy-extensions = + .value = Kochin taq K'amal +legacy-extensions-description = Re taq k'amal re' man nikik'äm ta ki' rik'in current { -brand-short-name } taq rub'eyal richin chi xechuputäj. <label data-l10n-name="legacy-learn-more">Tetamäx chi kij ri kijaloj taq tzaqät</label> +private-browsing-description2 = + { -brand-short-name } yerujäl achike rub'eyal yesamäj ri taq k'amal pa ri ichinan okem pa k'amaya'l. Xab'achike k'ak'a' k'amall xtatz'aqatisaj pa + { -brand-short-name } man xtisamäj ta el achi'el k'o pa Ichinan Tzuwäch. Xa xe we naya' q'ij chi re pa runuk'ulem, ri + k'amal man xtisamäj ta pa ichinan okem pa k'amaya'l, chuqa' man xkatikïr ta xkatok pa ri asamaj richin k'amab'ey + chi ri'. Xqab'än re jaloj re' richin nichinäx ri ichinan awokem pa k'amaya'l + <label data-l10n-name="private-browsing-learn-more">Tawetamaj achike rub'eyal ninuk'samajïx ri runuk'ulem k'amal.</label> +addon-category-discover = Taq chilab'enïk +addon-category-discover-title = + .title = Taq chilab'enïk +addon-category-extension = Taq k'amal +addon-category-extension-title = + .title = Taq k'amal +addon-category-theme = Taq wachinel +addon-category-theme-title = + .title = Taq wachinel +addon-category-plugin = Taq nak'ab'äl +addon-category-plugin-title = + .title = Taq nak'ab'äl +addon-category-dictionary = Taq soltzij +addon-category-dictionary-title = + .title = Taq soltzij +addon-category-locale = Taq ch'ab'äl +addon-category-locale-title = + .title = Taq ch'ab'äl +addon-category-available-updates = Taq K'exoj K'o +addon-category-available-updates-title = + .title = Taq K'exoj K'o +addon-category-recent-updates = K'ak'a' taq K'exoj +addon-category-recent-updates-title = + .title = K'ak'a' taq K'exoj + +## These are global warnings + +extensions-warning-safe-mode = Konojel ri taq tz'aqat xechup pa ri ütz rub'eyal. +extensions-warning-check-compatibility = Chupül ri runuk'oxik richin we nikik'äm ki' ri taq tz'aqat. Rik'in jub'a' k'o jujun taq tz'aqat, ri man nikik'äm ta ki'. +extensions-warning-check-compatibility-button = Titzij + .title = Titzij ri runik'oxik richin chi nikik'äm ki' ri taq tz'aqat. +extensions-warning-update-security = Chupül ri runik'oxik chajinïk richin kik'exoj taq tz'aqat. Rik'in jub'a' k'o pa k'ayewal ri awokik'amaya'l kuma ri taq k'exoj. +extensions-warning-update-security-button = Titzij + .title = Titzij ri ya'öl retal chajinïk richin nik'ex ri tz'aqat + +## Strings connected to add-on updates + +addon-updates-check-for-updates = Kenik'öx taq K'exoj + .accesskey = K +addon-updates-view-updates = Ketz'et k'ak'a' taq k'exoj + .accesskey = K + +# This menu item is a checkbox that toggles the default global behavior for +# add-on update checking. + +addon-updates-update-addons-automatically = kek'ex taq tz'aqat pa kiyonil + .accesskey = k + +## Specific add-ons can have custom update checking behaviors ("Manually", +## "Automatically", "Use default global behavior"). These menu items reset the +## update checking behavior for all add-ons to the default global behavior +## (which itself is either "Automatically" or "Manually", controlled by the +## extensions-updates-update-addons-automatically.label menu item). + +addon-updates-reset-updates-to-automatic = Titzolïx chi kij konojel ri taq tz'aqat richin kek'ex pa kiyonil + .accesskey = T +addon-updates-reset-updates-to-manual = Titzolïx chi kij konojel ri taq tz'aqat richin kek'ex pa chi q'ab'aj. + .accesskey = T + +## Status messages displayed when updating add-ons + +addon-updates-updating = Tajin yek'ex ri taq tz'aqat +addon-updates-installed = Xek'extäj re taq atz'aqat re'. +addon-updates-none-found = Majun taq k'exoj ruwäch xe'ilitäj +addon-updates-manual-updates-found = Ketz'et ri taq k'exoj e k'o + +## Add-on install/debug strings for page options menu + +addon-install-from-file = Tiyak ri tz'aqat rik'in ri yakb'äl… + .accesskey = T +addon-install-from-file-dialog-title = Ticha' re tz'aqat re' richin niyak qa +addon-install-from-file-filter-name = Taq tz'aqat +addon-open-about-debugging = Kechojmirisäx taq Tz'aqat + .accesskey = c + +## Extension shortcut management + +# This is displayed in the page options menu +addon-manage-extensions-shortcuts = Kenuk'samajïx Kichojokem taq K'amal + .accesskey = i +shortcuts-no-addons = Majun ak'amal atzijon. +shortcuts-no-commands = Re taq k'amal re' majun ruq'a' rokem pitz'b'äl: +shortcuts-input = + .placeholder = Tatz'ib'aj jun chojokem +shortcuts-browserAction2 = Titzij rupitz'b'al rukajtz'ik samajib'äl +shortcuts-pageAction = Titzij rub'anoj ruxaq +shortcuts-sidebarAction = Tik'exlöx ri ajxikin kajtz'ik +shortcuts-modifier-mac = Titz'aqatisäx Ctrl, Alt o ⌘ +shortcuts-modifier-other = Titz'aqatisäx Ctrl o Alt +shortcuts-invalid = Man okel ta ri tunuj +shortcuts-letter = Tatz'ib'aj jun tz'ib' +shortcuts-system = Man yatikïr ta nayüj jun { -brand-short-name } chojokem +# String displayed in warning label when there is a duplicate shortcut +shortcuts-duplicate = Kamulun chojokem +# String displayed when a keyboard shortcut is already assigned to more than one add-on +# Variables: +# $shortcut (string) - Shortcut string for the add-on +shortcuts-duplicate-warning-message = { $shortcut } man xa xe ta pa jun chojokem nokisäx. Ri kamulun chojokem yetikïr nikib'än jun man oyob'en ta chi b'anikil. +# String displayed when a keyboard shortcut is already used by another add-on +# Variables: +# $addon (string) - Name of the add-on +shortcuts-exists = Okisan chik ruma { $addon } +shortcuts-card-expand-button = + { $numberToShow -> + [one] Tik'ut { $numberToShow } Ch'aqa' Chik + *[other] Kek'ut { $numberToShow } Ch'aqa' Chik + } +shortcuts-card-collapse-button = Tik'ut pe Jub'a' +header-back-button = + .title = Titzolin + +## Recommended add-ons page + +# Explanatory introduction to the list of recommended add-ons. The action word +# ("recommends") in the final sentence is a link to external documentation. +discopane-intro = + Ri taq k'amal chuqa' ri taq wachinel e ruchokoy okik'amaya'l chuqa' nikiya' q'ij chi re + ye'achajij ri ewan taq tzij, ye'aqasaj taq silowäch, ye'akanoj taq sujuj, ye'aq'ät taq eltzijol, + najäl ruwäch ri okik'amaya'l chuqa' ch'aqa' chik. Jutaqil e aj röx winäq ri yeb'anon re ko'öl taq runuk'samaj cholkema'. Niqasüj jun rucha'oj { -brand-product-name } + <a data-l10n-name="learn-more-trigger">echilab'en</a> pa metz'etel + jikomal, rub'eyal nisamäj chuqa' rusamaj. +# Notice to make user aware that the recommendations are personalized. +discopane-notice-recommendations = Jujun chi ke re taq chilab'enïk re' e'ichinan. K'o kixe'el pa jujun chik taq k'amal e'ayakon, kajowab'al rub'i' awäch chuqa' rumolob'a' rokisaxik. +discopane-notice-learn-more = Tetamäx ch'aqa' chik +privacy-policy = Ichinan Na'oj +# Refers to the author of an add-on, shown below the name of the add-on. +# Variables: +# $author (string) - The name of the add-on developer. +created-by-author = ruma <a data-l10n-name="author">{ $author }</a> +# Shows the number of daily users of the add-on. +# Variables: +# $dailyUsers (number) - The number of daily users. +user-count = Okisanela': { $dailyUsers } +install-extension-button = Titz'aqatisäx pa { -brand-product-name } +install-theme-button = Tiyak Wachinel +# The label of the button that appears after installing an add-on. Upon click, +# the detailed add-on view is opened, from where the add-on can be managed. +manage-addon-button = Tinuk'samajïx +find-more-addons = Kekanöx ch'aqa' chik taq tz'aqat +# This is a label for the button to open the "more options" menu, it is only +# used for screen readers. +addon-options-button = + .aria-label = Ch'aqa' chik taq Cha'oj + +## Add-on actions + +report-addon-button = Tiya' rutzijol +remove-addon-button = Tiyuj +# The link will always be shown after the other text. +remove-addon-disabled-button = Man Tikirel ta Niyuj el <a data-l10n-name="link">¿Aruma?</a> +disable-addon-button = Tichup +enable-addon-button = Titzij +# This is used for the toggle on the extension card, it's a checkbox and this +# is always its label. +extension-enable-addon-button-label = + .aria-label = Titzij +preferences-addon-button = + { PLATFORM() -> + [windows] Taq cha'oj + *[other] Taq ajowab'äl + } +details-addon-button = Taq b'anikil +release-notes-addon-button = Ruch'utitzijol Ruwäch +permissions-addon-button = Taq ya'oj q'ij +extension-enabled-heading = Tzijon +extension-disabled-heading = Chupun +theme-enabled-heading = Tzijon +theme-disabled-heading = Chupun +plugin-enabled-heading = Tzijon +plugin-disabled-heading = Chupun +dictionary-enabled-heading = Tzijon +dictionary-disabled-heading = Chupun +locale-enabled-heading = Tzijon +locale-disabled-heading = Chupun +ask-to-activate-button = Tik'utüx chi Nitzij +always-activate-button = Junelïk Tzijïl +never-activate-button = Majub'ey Titzij +addon-detail-author-label = B'anel +addon-detail-version-label = Ruwäch +addon-detail-last-updated-label = Ruk'isib'äl K'exoj +addon-detail-homepage-label = Tikirib'äl ruxaq +addon-detail-rating-label = Kejqalem +# Message for add-ons with a staged pending update. +install-postponed-message = Re k'amal re' xtik'extäj toq xtitikïr chik { -brand-short-name }. +install-postponed-button = Tik'exWakami +# The average rating that the add-on has received. +# Variables: +# $rating (number) - A number between 0 and 5. The translation should show at most one digit after the comma. +five-star-rating = + .title = Retal ruq'ij { NUMBER($rating, maximumFractionDigits: 1) } richin 5 +# This string is used to show that an add-on is disabled. +# Variables: +# $name (string) - The name of the add-on +addon-name-disabled = { $name } (chupun) +# The number of reviews that an add-on has received on AMO. +# Variables: +# $numberOfReviews (number) - The number of reviews received +addon-detail-reviews-link = + { $numberOfReviews -> + [one] { $numberOfReviews } nik'oj + *[other] { $numberOfReviews } taq nik'oj + } + +## Pending uninstall message bar + +# Variables: +# $addon (string) - Name of the add-on +pending-uninstall-description = Xyuj el <span data-l10n-name="addon-name">{ $addon }</span>. +pending-uninstall-undo-button = Titzolïx +addon-detail-updates-label = Tiya' q'ij chi ke ri Kiyonil k'exoj +addon-detail-updates-radio-default = K'o wi +addon-detail-updates-radio-on = Titzij +addon-detail-updates-radio-off = Chupül +addon-detail-update-check-label = Kenik'öx taq K'exoj +install-update-button = Tik'ex +# This is the tooltip text for the private browsing badge in about:addons. The +# badge is the private browsing icon included next to the extension's name. +addon-badge-private-browsing-allowed2 = + .title = Tiya' q'ij pa taq ichinan tzuwäch + .aria-label = { addon-badge-private-browsing-allowed2.title } +addon-detail-private-browsing-help = Toq tzij, ri k'amal pa ronojel samaj xtok wi toq atokinäq pa k'amaya'l pan ichinan rub'anikil. <a data-l10n-name="learn-more">Tetamäx ch'aqa' chik</a> +addon-detail-private-browsing-allow = Tiya' q'ij +addon-detail-private-browsing-disallow = Man Tiya' Q'ij + +## This is the tooltip text for the recommended badges for an extension in about:addons. The +## badge is a small icon displayed next to an extension when it is recommended on AMO. + +addon-badge-recommended2 = + .title = { -brand-product-name } xa xe yeruchilab'ej taq k'amal kojqan rub'eyal qajikomal chuqa' rub'eyal qasamaj + .aria-label = { addon-badge-recommended2.title } +addon-badge-line = + .title = Re k'amal xnuk' kuma runuk'unela' { -brand-product-name } + .aria-label = { addon-badge-line.title } +addon-badge-verified = + .title = Xnik'öx rub'itz'ib' re k'amal re' ruma jikomal + .aria-label = { addon-badge-verified.title } +addon-badge-line2 = + .title = Re re' jun nab'ey k'amal nuk'un kuma ri runuk'unela' { -brand-product-name } + .aria-label = { addon-badge-line2.title } +addon-badge-verified2 = + .title = Re k'amal re' xnik'öx richin nib'anatäj ri rub'eyal qajikomal chuqa' rub'eyal samaj. + .aria-label = { addon-badge-verified2.title } + +## + +available-updates-heading = Taq K'exoj K'o +recent-updates-heading = K'ak'a' taq K'exoj +release-notes-loading = Nisamäj… +release-notes-error = Takuyu' qamak, xa xk'ulwachitäj jun sachoj toq nok pa ch'utaq rutzijol ri ko'öl wuj. +addon-permissions-empty = Majun ya'oj q'ij nrajo re k'amal re' +addon-permissions-required = Ajowanel taq ya'oj q'ij richin ri qitzij rusamaj: +addon-permissions-optional = Cha'el taq ya'oj q'ij richin ri tz'aqat taq rusamaj: +addon-permissions-learnmore = Tetamäx ch'aqa' chik chi kij ri taq ya'oj q'ij +recommended-extensions-heading = Chilab'en taq K'amal +recommended-themes-heading = Chilab'en taq Wachinel +# A recommendation for the Firefox Color theme shown at the bottom of the theme +# list view. The "Firefox Color" name itself should not be translated. +recommended-theme-1 = ¿La at na'owinäq? <a data-l10n-name="link">Tatz'uku' awachinel rik'in ri Firefox Color.</a> + +## Page headings + +extension-heading = Ke'anuk'samajij ri taq ak'amal +theme-heading = Ke'anuk'samajij ri taq awachinel +plugin-heading = Ke'anuk'samajij ri taq anak'ab'al +dictionary-heading = Ke'anuk'samajij ri taq asoltzij +locale-heading = Ke'anuk'samajij ri taq ach'ab'äl +updates-heading = Ke'anuk'samajij ri taq Ak'exoj +discover-heading = Tawichinaj { -brand-short-name } +shortcuts-heading = Kenuk'samajïx Kichojokem taq K'amal +default-heading-search-label = Kekanöx ch'aqa' chik taq tz'aqat +addons-heading-search-input = + .placeholder = Tikanöx addons.mozilla.org +addon-page-options-button = + .title = Taq kisamajib'al konojel ri taq tz'aqat diff --git a/l10n-cak/toolkit/toolkit/about/aboutCompat.ftl b/l10n-cak/toolkit/toolkit/about/aboutCompat.ftl new file mode 100644 index 0000000000..7a9d10553c --- /dev/null +++ b/l10n-cak/toolkit/toolkit/about/aboutCompat.ftl @@ -0,0 +1,13 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +label-disable = Tichup +label-enable = Titzij +label-interventions = Taq majoj +label-more-information = Ch'aqa' chik Etamab'äl: Sachoj { $bug } +label-overrides = Taq Ruyujuj Rub'anel Winäq +text-disabled-in-about-config = Re rub'anikil re' xchup pa about:config +text-no-interventions = Man ye'okisäx ta taq majoj +text-no-overrides = Man ye'okisäx ta taq UA yujuj +text-title = about:compat diff --git a/l10n-cak/toolkit/toolkit/about/aboutConfig.ftl b/l10n-cak/toolkit/toolkit/about/aboutConfig.ftl new file mode 100644 index 0000000000..cb92fb1084 --- /dev/null +++ b/l10n-cak/toolkit/toolkit/about/aboutConfig.ftl @@ -0,0 +1,109 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +config-window = + .title = about:config + +## Strings used to display a warning in about:config + +# This text should be attention grabbing and playful +config-about-warning-title = + .value = Nïm runuk'ulem +config-about-warning-text = Re ruxaq nuk'ulem, nuya' q'ij chi ye'ak'ëx ri nima'q taq awajowab'al, yejal ri taq retal toq majun awetamab'al achajin, rik'in jub'a' itzel taq rub'anikil xke'anük'. Niqachilab'ej chawe chi mani yatok po yatikïr we kan awetaman achike ri xtasamajij qa. +config-about-warning-button = + .label = ¡Nink'ül ri samaj! +config-about-warning-checkbox = + .label = Junelïk tik'ut pe re jun retal k'ayewal re'. + +config-search-prefs = + .value = Tikanöx: + .accesskey = k + +config-focus-search = + .key = r + +config-focus-search-2 = + .key = f + +## These strings are used for column headers + +config-pref-column = + .label = Rub'i' Ajowab'äl +config-lock-column = + .label = B'anikil +config-type-column = + .label = Ruwäch +config-value-column = + .label = Retal + +## These strings are used for tooltips + +config-pref-column-header = + .tooltip = Tipitz' richin nicholajïx +config-column-chooser = + .tooltip = Tipitz' richin nicha' ri taq tem xkek'ut pe + +## These strings are used for the context menu + +config-copy-pref = + .key = C + .label = Tiwachib'ëx + .accesskey = c + +config-copy-name = + .label = Tiwachib'ëx ri b'i'aj + .accesskey = b + +config-copy-value = + .label = Tiwachib'ëx retal + .accesskey = r + +config-modify = + .label = Tijalwachïx + .accesskey = T + +config-toggle = + .label = Tik'exlöx + .accesskey = T + +config-reset = + .label = Titzolïx + .accesskey = o + +config-new = + .label = K'ak'a' + .accesskey = k + +config-string = + .label = Cholajil + .accesskey = C + +config-integer = + .label = Chijun + .accesskey = C + +config-boolean = + .label = Ja'/manäq + .accesskey = J + +config-default = k'o wi +config-modified = jalon +config-locked = q'eleb'en + +config-property-string = cholajil +config-property-int = chijun +config-property-bool = ja'/manäq + +config-new-prompt = Tatz'ib'aj rub'i' ajowab'äl + +config-nan-title = Man okel ta ri retal +config-nan-text = Man ajilab'äl ta ri rucholajem tz'ij xtz'aqatisäx. + +# Variables: +# $type (String): type of value (boolean, integer or string) +config-new-title = K'ak'a' rajil { $type } + +# Variables: +# $type (String): type of value (boolean, integer or string) +config-modify-title = Titz'ib'äx retal { $type } diff --git a/l10n-cak/toolkit/toolkit/about/aboutGlean.ftl b/l10n-cak/toolkit/toolkit/about/aboutGlean.ftl new file mode 100644 index 0000000000..26a2427749 --- /dev/null +++ b/l10n-cak/toolkit/toolkit/about/aboutGlean.ftl @@ -0,0 +1,14 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + + +### "Glean" and "Glean SDK" should remain in English. + +about-glean-page-title = Chi Rij Glean +about-glean-description = Ri <a data-l10n-name="glean-sdk-doc-link">Glean SDK</a> jun ajmolöy tzij chi yakwujb'äl okisan pa rutikojil Mozilla. Re ruxaq re' kichin b'anonela' chuqa' testers nikajo' <a data-l10n-name="fog-debug-doc-link">nikib'än runuk'ulem rub'anikil chojmirisanem chuqa' rutz'ib'axik ri' pa Glena SDK</a>. +about-glean-warning = Ri itzel rokisaxik re k'amal re' nitikïr nub'än chi nisach ri { -brand-short-name }. +tag-pings-label = Tiya' ketal konojel ri taq pings etaqon rik'in re etal re' +log-pings-label = ¿La nitz'ib'äx kib'i' ri kisamajixik ping chuwäch yetaq? +send-pings-label = Titaq ri ping ya'on rub'i' +controls-button-label = Ketaq taq Runuk'ulem diff --git a/l10n-cak/toolkit/toolkit/about/aboutHttpsOnlyError.ftl b/l10n-cak/toolkit/toolkit/about/aboutHttpsOnlyError.ftl new file mode 100644 index 0000000000..bb74e6b0ae --- /dev/null +++ b/l10n-cak/toolkit/toolkit/about/aboutHttpsOnlyError.ftl @@ -0,0 +1,28 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +about-httpsonly-insecure-title = Man Okel ta ri Jikïl Ütz Okem +# Variables: +# $websiteUrl (String) - Url of the website that failed to load. Example: www.example.com +about-httpsonly-insecure-explanation-unavailable = Atokinäq pa k'amaya'l xa xe pa rub'eyal HTTPS, chuqa' jun jikïl HTTPS ruwäch <em>{ $websiteUrl }</em> man wachel ta. +about-httpsonly-insecure-explanation-reasons = Rik'in jub'a' chi ri ajk'amaya'l ruxaq man nuk'äm ta ri' rik'in ri HTTPS, po rik'in jub'a' chuqa' xa jun ojqanel niq'aton ri HTTPS ruwäch. +about-httpsonly-insecure-explanation-exception = Qitzij chi ri ruk'ayewal jikomal qajinäq ok, we nana'ojij natz'ët ri HTTP ruwäch ajk'amaya'l ruxaq, k' chi man natz'ib'aj ta majun awetamab'al, achi'el ewan taq tzij, ataqoya'l o retal rutarjeta akredito. +about-httpsonly-button-make-exception = Xinwetamaj ri K'ayewal chuqa' Tinsamajij el ri Ruxaq +about-httpsonly-title = { -brand-short-name } Xril jun Nïm Ruk'ayewal Chajinïk +# Variables: +# $websiteUrl (String) - Url of the website that failed to load. Example: www.example.com +about-httpsonly-explanation-unavailable = Atokinäq pa k'amaya'l xa xe pa rub'eyal HTTPS, chuqa' jun jikïl HTTPS ruwäch <em>{ $websiteUrl }</em> man wachel ta. +about-httpsonly-title-alert = Rutzijol K'ayewal pa HTTPS-Only B'anikil +about-httpsonly-title-connection-not-available = Man Okel ta ri Jikïl Okem +# Variables: +# $websiteUrl (String) - Url of the website that failed to load. Example: www.example.com +about-httpsonly-explanation-unavailable2 = Xatzïj ri HTTPS-Only Rub'anikil richin nutziläx ri jikomal chuqa' jun HTTPS ruwäch <em>{ $websiteUrl }</em> man wachel ta. +about-httpsonly-explanation-question = ¿Achike ta k'a ri nib'ano re'? +about-httpsonly-explanation-nosupport = Rik'in jub'a' chi ri ajk'amaya'l ruxaq xa man nuk'äm ta ri' rik'in ri HTTPS. +about-httpsonly-explanation-risk = Chuqa' rik'in jub'a' nisamäj jun aj ojqanel. We nab'ij chi natz'ët ri ajk'amaya'l ruxaq, k'o chi man natz'ib'aj ta awetamab'al xa xe awichin achi'el, ewan taq tzij, taqoya'l chuqa' retal credit card. +about-httpsonly-button-accept-and-continue = Xinwetamaj ri K'ayewal chuqa' Tinsamajij el +about-httpsonly-explanation-continue = We k'a nasamajij na, HTTPS-Only Rub'anikil xtichup jutimej pa re ruxaq re'. +about-httpsonly-button-continue-to-site = Tik'oje' na pa HTTP Ruxaq +about-httpsonly-button-go-back = Titzolin +about-httpsonly-link-learn-more = Tetamäx ch'aqa' chik… diff --git a/l10n-cak/toolkit/toolkit/about/aboutMozilla.ftl b/l10n-cak/toolkit/toolkit/about/aboutMozilla.ftl new file mode 100644 index 0000000000..187a4e1064 --- /dev/null +++ b/l10n-cak/toolkit/toolkit/about/aboutMozilla.ftl @@ -0,0 +1,12 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +about-mozilla-title-6-27 = Ri Ruwuj Mozilla, 6:27 +about-mozilla-quote-6-27 = + Ri Ajchikop xrojqaj ri rutijonïk rik'in jun k'exel <em>Focus</em>, yerunük' jeb'el taq samaj richin + <em>Reference</em>, + chuqa' nitz'et kiwa k'ak'a' taq <em>Realities</em>. Ri Aj chiköp xuyüp pe runaq' ruwäch chi ke ri ye'ojqan richin chuqa' + aj rusamajela' richin ninuk' jun ko'öl ke'xel rub'anikil chuqa' rik'in ri <em>Mischievous</em>, + xutäq chi jun ri ruwach'ulew. +about-mozilla-from-6-27 = Richin <strong> Ruwuj ri Mozilla,</strong> 6:27 diff --git a/l10n-cak/toolkit/toolkit/about/aboutNetworking.ftl b/l10n-cak/toolkit/toolkit/about/aboutNetworking.ftl new file mode 100644 index 0000000000..f611baaa61 --- /dev/null +++ b/l10n-cak/toolkit/toolkit/about/aboutNetworking.ftl @@ -0,0 +1,71 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +about-networking-title = Chi rij ri rokisaxik ri b'ey +about-networking-http = HTTP +about-networking-sockets = Chuq'b'äl +about-networking-dns = DNS +about-networking-dns-clear-cache-button = Tijosq'ïx DNS Jumejyak +about-networking-dns-trr-url = DoH URL +about-networking-dns-suffix = DNS rij tzij +about-networking-websockets = WebSockets +about-networking-refresh = Titzolïx +about-networking-auto-refresh = Tutzolij rupaläj pa ruyonil pa jujun 3 xil ch'utiramaj +about-networking-hostname = Rub'i' ruk'u'x samaj +about-networking-port = B'ey +about-networking-http-version = HTTP Ruwäch +about-networking-ssl = SSL +about-networking-active = Tzijïl +about-networking-idle = Chupül +about-networking-host = Ruk'u'x Samaj +about-networking-tcp = TCP +about-networking-sent = Titaq +about-networking-received = K'ulun +about-networking-family = Ach'alalri'ïl +about-networking-trr = TRR +about-networking-addresses = Taq ochochib'äl +about-networking-expires = Nik'is (Taq xil ch'utiramaj) +about-networking-originAttributesSuffix = Ruk'u'x Jech'ojri'ïl +about-networking-messages-sent = Taq rutzijol etaqon +about-networking-messages-received = Taq rutzijol ek'ulun +about-networking-bytes-sent = Taq wayt etaqon +about-networking-bytes-received = Taq wayt ek'ulun +about-networking-logging = Tajin nitz'ib'äx +about-networking-log-tutorial = Tatz'eta' <a data-l10n-name="logging">HTTP Tajin nitz'ib'äx</a> richin ye'ak'ül taq rutzijol pa ruwi' rokisaxik re samajib'äl re'. +about-networking-current-log-file = Wakami titz'ib'äx yakb'äl: +about-networking-current-log-modules = Wakami ketz'ib'äx taq juperaj: +about-networking-set-log-file = Tijikib'äx nitz'ib'äx yakb'äl +about-networking-set-log-modules = Tijikib'äx Yetz'ib'äx taq Juperaj +about-networking-start-logging = Titikirisäx tajin nitz'ib'äx +about-networking-stop-logging = Titanab'äx tajin nitz'ib'äx +about-networking-dns-lookup = Rukanoxik DNS +about-networking-dns-lookup-button = Tisol +about-networking-dns-domain = Ruk'ojlem b'ey: +about-networking-dns-lookup-table-column = IPs +about-networking-dns-https-rr-lookup-table-column = HTTP RRs +about-networking-rcwn = RCWN Cholajilatzij +about-networking-rcwn-status = RCWN B'anikil +about-networking-rcwn-cache-won-count = Xuch'äk ajilanem ri jumejyak +about-networking-rcwn-net-won-count = Ch'akon chijun ajilanem +about-networking-total-network-requests = Chijun kajilanem taq kik'utuxik k'amab'ey +about-networking-rcwn-operation = Rusamaj Jumejyak +about-networking-rcwn-perf-open = Tijaq +about-networking-rcwn-perf-read = Tisik'ïx +about-networking-rcwn-perf-write = Titz'ib'äx +about-networking-rcwn-perf-entry-open = Jaqäl Okitz'b' +about-networking-rcwn-avg-short = Ko'öl Junamilal +about-networking-rcwn-avg-long = Nïm Junamilal +about-networking-rcwn-std-dev-long = Nïm Rutzalenik pa Rub'eyal +about-networking-rcwn-cache-slow = Eqal rutaqoya'l jumejyak +about-networking-rcwn-cache-not-slow = Man Eqal ta rutaqoya'l jumejyak +about-networking-networkid = K'amab'ey ID +about-networking-networkid-id = K'amab'ey ID + +## Link is intended as "network link" + +about-networking-networkid-is-up = Tzijïl Ximonel +about-networking-networkid-status-known = Ri rub'anikil ruximonel etaman ruwäch + +## + diff --git a/l10n-cak/toolkit/toolkit/about/aboutPerformance.ftl b/l10n-cak/toolkit/toolkit/about/aboutPerformance.ftl new file mode 100644 index 0000000000..0684b28422 --- /dev/null +++ b/l10n-cak/toolkit/toolkit/about/aboutPerformance.ftl @@ -0,0 +1,65 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# Page title +about-performance-title = Kinuk'samajel taq Samaj + +## Column headers + +column-name = B'i'aj +column-type = Ruwäch +column-energy-impact = Uchuq'anel Q'ilonel +column-memory = Rupam rujolom + +## Special values for the Name column + +ghost-windows = Taq ruwi' k'a b'a' ketz'apïx +# Variables: +# $title (String) - the title of the preloaded page, typically 'New Tab' +preloaded-tab = Samajib'en wi: { $title } + +## Values for the Type column + +type-tab = Ruwi' +type-subframe = Achkajtz'ik +type-tracker = Ojqanel +type-addon = Tz'aqat +type-browser = Okik'amaya'l +type-worker = Samajel +type-other = Juley chik + +## Values for the Energy Impact column +## +## Variables: +## $value (Number) - Value of the energy impact, eg. 0.25 (low), +## 5.38 (medium), 105.38 (high) + +energy-impact-high = Chawon ({ $value }) +energy-impact-medium = Loman ({ $value }) +energy-impact-low = Ko'öl ({ $value }) + +## Values for the Memory column +## +## Variables: +## $value (Number) - How much memory is used + +size-KB = { $value } KB +size-MB = { $value } MB +size-GB = { $value } GB + +## Tooltips for the action buttons + +close-tab = + .title = Titz'apïx ruwi' +show-addon = + .title = Tik't Kinuk'usamajel taq Tz'aqat + +# Tooltip when hovering an item of the about:performance table +# Variables: +# $totalDispatches (Number) - how many dispatches occured for this page since it loaded +# $totalDuration (Number) - how much CPU time was used by this page since it loaded +# $dispatchesSincePrevious (Number) - how many dispatches occured in the last 2 seconds +# $durationSincePrevious (Number) - how much CPU time was used in the last 2 seconds +item = + .title = Ya'oj pa ri samajib'enïk: { $totalDispatches } ({ $totalDuration }ms) Taq ya'oj pa ri ruk'isib'äl ch'utiramaj: { $dispatchesSincePrevious } ({ $durationSincePrevious }ms) diff --git a/l10n-cak/toolkit/toolkit/about/aboutPlugins.ftl b/l10n-cak/toolkit/toolkit/about/aboutPlugins.ftl new file mode 100644 index 0000000000..0da2017d73 --- /dev/null +++ b/l10n-cak/toolkit/toolkit/about/aboutPlugins.ftl @@ -0,0 +1,35 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +title-label = Na'oj chi kij ri taq nak'ab'äl + +installed-plugins-label = Xeyak taq nak'ab'äl +no-plugins-are-installed-label = Majun nak'ab'äl eyakon + +deprecation-description = ¿La k'o nanataj? Jujun taq nak'ab'äl man nikixïm ta chik ki'. <a data-l10n-name="deprecation-link">Tetamäx ch'aqa' chik.</a> + +## The information of plugins +## +## Variables: +## $pluginLibraries: the plugin library +## $pluginFullPath: path of the plugin +## $version: version of the plugin + +file-dd = <span data-l10n-name="file">Yakb'äl:</span> { $pluginLibraries } +path-dd = <span data-l10n-name="path">B'ey:</span> { $pluginFullPath } +version-dd = <span data-l10n-name="version">Ruwäch:</span> { $version } + +## These strings describe the state of plugins +## +## Variables: +## $blockListState: show some special state of the plugin, such as blocked, outdated + +state-dd-enabled = <span data-l10n-name="state">Amaq':</span> Tzijïl +state-dd-enabled-block-list-state = <span data-l10n-name="state">Amaq':</span> Tzijïl ({ $blockListState }) +state-dd-Disabled = <span data-l10n-name="state">Amaq':</span> Chupül +state-dd-Disabled-block-list-state = <span data-l10n-name="state">Amaq':</span> Chupül ({ $blockListState }) + +mime-type-label = MIME Ruwäch +description-label = Tzijoxikil +suffixes-label = Rij taq tzij diff --git a/l10n-cak/toolkit/toolkit/about/aboutProcesses.ftl b/l10n-cak/toolkit/toolkit/about/aboutProcesses.ftl new file mode 100644 index 0000000000..c9f93ce924 --- /dev/null +++ b/l10n-cak/toolkit/toolkit/about/aboutProcesses.ftl @@ -0,0 +1,133 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# Page title +about-processes-title = Ruk'amöl B'ey Tajinïk +# The Actions column +about-processes-column-action = + .title = Taq b'anoj + +## Tooltips + +about-processes-shutdown-process = + .title = Keqasäx taq ruwi' chuqa' tik'is tajinïk +about-processes-shutdown-tab = + .title = Titz'apïx ruwi' + +## Column headers + +about-processes-column-name = B'i'aj +about-processes-column-memory-resident = Rupam rujolom +about-processes-column-cpu-total = CPU + +## Process names +## Variables: +## $pid (String) The process id of this process, assigned by the OS. +## $origin (String) The domain name for this process. +## $type (String) The raw type for this process. Used for unknown processes. + +about-processes-browser-process-name = { -brand-short-name } (tajinïk { $pid }) +about-processes-web-process-name = Ajk'amaya'l (tajinïk { $pid }, komonin) +about-processes-web-isolated-process-name = Ajk'amaya'l (tajinïk { $pid }) richin { $origin } +about-processes-web-large-allocation = Ajk'amaya'l (tajinïk { $pid } richin { $origin }, nïm raqän) richin { $origin } +about-processes-with-coop-coep-process-name = Ajk'amaya'l (tajinïk { $pid } jech'un mejon xe'el) richin { $origin } +about-processes-file-process-name = Taq yakb'äl (Tajinïk { $pid }) +about-processes-extension-process-name = Taq k'amal (tajinïk { $pid }) +about-processes-privilegedabout-process-name = Chi rij (tajinïk { $pid }) +about-processes-plugin-process-name = Taq nakab'äl (tajinïk { $pid }) +about-processes-privilegedmozilla-process-name = Ajk'amaya'al (tajinïk { $pid }) richin { -vendor-short-name } taq ruxaq +about-processes-gmp-plugin-process-name = Gecko K'oxom Nak'ab'äl (tajinïk { $pid }) +about-processes-gpu-process-name = GPU (tajinïk { $pid }) +about-processes-vr-process-name = VR (tajinïk { $pid }) +about-processes-rdd-process-name = Sik'inel Tzij (tajinïk { $pid }) +about-processes-socket-process-name = K'amab'ey (tajinïk { $pid }) +about-processes-remote-sandbox-broker-process-name = Näj Sandbox Broker (tajinïk { $pid }) +about-processes-fork-server-process-name = Fork Ruk'u'x Samaj (tajinïk { $pid }) +about-processes-preallocated-process-name = Ya'on chi (tajinïk { $pid }) +about-processes-unknown-process-name = Jun chik ({ $type }, tajinïk { $pid }) +# Process +# Variables: +# $name (String) The name assigned to the process. +# $pid (String) The process id of this process, assigned by the OS. +about-processes-process-name = Tajinïk { $pid }: { $name } + +## Details within processes + +# Single-line summary of threads +# Variables: +# $number (Number) The number of threads in the process. Typically larger +# than 30. We don't expect to ever have processes with less +# than 5 threads. +about-processes-thread-summary = Threads ({ $number }) +# Thread details +# Variables: +# $name (String) The name assigned to the thread. +# $tid (String) The thread id of this thread, assigned by the OS. +about-processes-thread-name = Thread { $tid }: { $name } +# Tab +# Variables: +# $name (String) The name of the tab (typically the title of the page, might be the url while the page is loading). +about-processes-tab-name = Ruwi': { $name } +about-processes-preloaded-tab = Samajin chik K'ak'a' Ruwi' +# Single subframe +# Variables: +# $url (String) The full url of this subframe. +about-processes-frame-name-one = Achruchi': { $url } +# Group of subframes +# Variables: +# $number (Number) The number of subframes in this group. Always ≥ 1. +# $shortUrl (String) The shared prefix for the subframes in the group. +about-processes-frame-name-many = Achruchi' ({ $number }): { $shortUrl } + +## Displaying CPU (percentage and total) +## Variables: +## $percent (Number) The percentage of CPU used by the process or thread. +## Always > 0, generally <= 200. +## $total (Number) The amount of time used by the process or thread since +## its start. +## $unit (String) The unit in which to display $total. See the definitions +## of `duration-unit-*`. + +# Common case. +about-processes-cpu-user-and-kernel = { NUMBER($percent, maximumSignificantDigits: 2, style: "percent") } ({ NUMBER($total, maximumFractionDigits: 0) }{ $unit }) +# Special case: data is not available yet. +about-processes-cpu-user-and-kernel-not-ready = (netäx) +# Special case: process or thread is currently idle. +about-processes-cpu-user-and-kernel-idle = metzijïl ({ NUMBER($total, maximumFractionDigits: 2) }{ $unit }) + +## Displaying Memory (total and delta) +## Variables: +## $total (Number) The amount of memory currently used by the process. +## $totalUnit (String) The unit in which to display $total. See the definitions +## of `memory-unit-*`. +## $delta (Number) The absolute value of the amount of memory added recently. +## $deltaSign (String) Either "+" if the amount of memory has increased +## or "-" if it has decreased. +## $deltaUnit (String) The unit in which to display $delta. See the definitions +## of `memory-unit-*`. + +# Common case. +about-processes-total-memory-size = { NUMBER($total, maximumFractionDigits: 0) }{ $totalUnit } ({ $deltaSign }{ NUMBER($delta, maximumFractionDigits: 0) }{ $deltaUnit }) +# Special case: no change. +about-processes-total-memory-size-no-change = { NUMBER($total, maximumFractionDigits: 0) }{ $totalUnit } + +## Duration units + +duration-unit-ns = ns +duration-unit-us = µs +duration-unit-ms = ms +duration-unit-s = s +duration-unit-m = m +duration-unit-h = h +duration-unit-d = d + +## Memory units + +memory-unit-B = B +memory-unit-KB = KB +memory-unit-MB = MB +memory-unit-GB = GB +memory-unit-TB = TB +memory-unit-PB = PB +memory-unit-EB = EB diff --git a/l10n-cak/toolkit/toolkit/about/aboutProfiles.ftl b/l10n-cak/toolkit/toolkit/about/aboutProfiles.ftl new file mode 100644 index 0000000000..b01ed4c006 --- /dev/null +++ b/l10n-cak/toolkit/toolkit/about/aboutProfiles.ftl @@ -0,0 +1,74 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + + +profiles-title = Chi kij ri taq ruwäch b'i'aj +profiles-subtitle = Re ruxaq k'amaya'l re' nito'on chi nib'an runuk'ulem ri taq ruwäch ab'i'. Chi jujun taq ruwäch b'i'aj junwi chi ruwachulew, ri k'o runatab'al, taq yaketal, taq runuk'ulem chuqa' taq rutz'aqat. +profiles-create = Tinuk' jun k'ak'a' ruwäch b'i'aj +profiles-restart-title = Titikirisäx chik +profiles-restart-in-safe-mode = Titikirisäx chik kik'in ri chupül taq tz'aqat… +profiles-restart-normal = Titikirisäx chik achi'el jantape'… +profiles-conflict = Jun chik ruwachib'al { -brand-product-name } xerujäl ri taq ruwäch b'i'aj. K'o chi nitikirisäx chik { -brand-short-name } chuwäch ye'ab'äl ch'aqa' chik taq jaloj. +profiles-flush-fail-title = Man eyakon ta ri taq jaloj +profiles-flush-conflict = { profiles-conflict } +profiles-flush-failed = Jun man oyob'en ta sachoj xub'än chi man xeyak ta ri taq jaloj. +profiles-flush-restart-button = Titikirisäx chik { -brand-short-name } + +# Variables: +# $name (String) - Name of the profile +profiles-name = Ruwäch b'i'aj: { $name } +profiles-is-default = Ruwäch b'i'aj kan k'o wi +profiles-rootdir = Ruxe' cholb'äl + +# localDir is used to show the directory corresponding to +# the main profile directory that exists for the purpose of storing data on the +# local filesystem, including cache files or other data files that may not +# represent critical user data. (e.g., this directory may not be included as +# part of a backup scheme.) +# In case localDir and rootDir are equal, localDir is not shown. +profiles-localdir = Aj wawe' cholb'äl +profiles-current-profile = Man tajin tan okisäx re ruwäch b'i'aj re' chuqa' man tikirel ta niyuj el. +profiles-in-use-profile = Re ruwäch b'i'aj re' nokisäx pa jun chik chokoy ruma ri' man tikirel ta niyuj el. + +profiles-rename = Tisik'ïx chik +profiles-remove = Tiyuj +profiles-set-as-default = Tichap kan achi'el ruwäch b'i'aj ri kan k'o wi +profiles-launch-profile = Ruwäch b'i'aj richin relesaxik pa jun k'ak'a' okik'amaya'l + +profiles-cannot-set-as-default-title = Man tikirel ta niya' qa ri k'o wi +profiles-cannot-set-as-default-message = Man tikirel ta nijal ri ruwäch b'i'aj k'o wi richin ri { -brand-short-name }. + +profiles-yes = ja' +profiles-no = manäq + +profiles-rename-profile-title = Tisik'ïx chik ri ruwäch b'i'aj +# Variables: +# $name (String) - Name of the profile +profiles-rename-profile = Tisik'ïx chik ri ruwäch b'i'aj { $name } + +profiles-invalid-profile-name-title = Man okel ta ri rub'i' ruwäch b'i'aj +# Variables: +# $name (String) - Name of the profile +profiles-invalid-profile-name = Man okel ta ri rub'i' ruwäch b'i'aj "{ $name }". + +profiles-delete-profile-title = Telesäx el ri ruwäch b'i'aj +# Variables: +# $dir (String) - Path to be displayed +profiles-delete-profile-confirm = + Toq nayüj el jun ruwäch b'i'aj, xtelesäx el pa ri kicholajem taq ruwäch b'i'aj chuqa' man xkatikïr ta xtaköl. + Chuqa' yatikïr nacha' chi keyuj el ri taq ruyakb'al rutzij ri ruwäch b'i'aj, achi'el ri anuk'ulem, taq ruwujil b'i'aj chuqa' ch'aqa' chik taq tzij. Re cha'oj re' xtuyüj el ri molyakb'äl "{ $dir }", akuchi' man tikirel ta nikolotäj. + ¿La kan nawajo' ye'ayüj el ri taq ruyakb'al re ruwäch b'i'aj re'? +profiles-delete-files = Tiyuj el yakb'äl +profiles-dont-delete-files = Man keyuj el taq yakb'äl + +profiles-delete-profile-failed-title = Sachoj +profiles-delete-profile-failed-message = Xk'ulwachitäj jun sachoj toq nitojtob'ëx niyuj re ruwäch b'i'aj re'. + + +profiles-opendir = + { PLATFORM() -> + [macos] Tik'ut pe pan ilonel + [windows] Tijaq yakwuj + *[other] Tijaq ri cholb'äl + } diff --git a/l10n-cak/toolkit/toolkit/about/aboutRights.ftl b/l10n-cak/toolkit/toolkit/about/aboutRights.ftl new file mode 100644 index 0000000000..a3249ed86d --- /dev/null +++ b/l10n-cak/toolkit/toolkit/about/aboutRights.ftl @@ -0,0 +1,36 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +rights-title = Chi rij Ach'ojib'al +rights-intro = { -brand-full-name } jun jamäl chuqa' jaqäl b'itz'ib' kema', ri nuk'un kuma ach'ala'il chijun ri ruwach'ulew. Ja re' ri jujun taq na'oj k'atzinel nawetamaj: +rights-intro-point-1 = { -brand-short-name } wachel rik'in re taq rojqanem ri <a data-l10n-name="mozilla-public-license-link">Ruwinaqilal ya'öl q'ij Mozilla</a>. Rere' nrajo' nub'ij chi ütz nawokisaj, nawachib'ej chuqa' nataluj ri { -brand-short-name } chi ke ch'aqa' chik. Chuqa' ütz najalwachij ri ruxe' nimatz'ib' ri { -brand-short-name } achike na rub'eyal rajowaxik chawe. Ri ya'öl ruq'ij winaqilal ri Mozilla chuqa' nuya' pan ach'ojib'al chi ye'ataluj ri taq ruwäch ye'ak'ëx. +rights-intro-point-2 = Man niya' ta ri taq ch'ojib'äl kichin ri taq rajawal o taq ya'öl q'ij ri e retal rub'i' eruq'alajisan ri Mozilla Moloj o xa b'a achike jun chik peraj, ri chuqa' k'o chupam ri rub'i' o ruwachib'al rub'i' ri Firefox. Ch'aqa' chik etamab'äl chi kij ri taq retal b'i'aj tikirel nawïl pa <a data-l10n-name="mozilla-trademarks-link">wawe'</a>. +rights-intro-point-3 = Jujun taq rub'anikil pa { -brand-short-name }, achi'el ri rutzijol taq sachoj, xtuya' q'ij chawe chi natäq el etamab'äl pa { -vendor-short-name }. Toq nacha' natäq ri taq atzijol, naya' q'ij chi re' ri { -vendor-short-name } richin yerokisaj richin yerub'än rutzil ri taq ruk'ayij, yerutz'ajb'a' ri taq atzijol pa ri ruxaq ruk'amaya'l chuqa' yerutaluj ri taq atzijol. +rights-intro-point-4 = Achike rub'eyal niqokisaj ri rutzijol awichin chuqa' taq atzijol k'o pa { -vendor-short-name } rik'in ri { -brand-short-name } xkecholajïx pa <a data-l10n-name="mozilla-privacy-policy-link">{ -brand-short-name } Richinan Na'oj</a>. +rights-intro-point-4-unbranded = Xa b'a achike richinan na'oj okel pa re k'ayij re', rajowaxik niq'alajisäx wawe'. +rights-intro-point-5 = Jujun taq rub'anikil ri { -brand-short-name } nikokisaj taq samaj pa ruwi' na'oj, ri k'o kixe'el richin k'amaya'l; xa xe chi man yojtikïr ta niqajikib'a' chi kan e 100% ütz chuqa' chi majun rusachoj. Nilitäj ch'aqa' chik taq rutzijol, achi'el taq etamab'äl pa ruwi' rub'eyal ye'achüp ri kib'anikil nikokisaj re taq samaj re', pa <a data-l10n-name="mozilla-service-terms-link">rojqanem samaj</a>. +rights-intro-point-5-unbranded = We re jun k'ayij re' k'o taq rusamaj k'amaya'l chupam, xa b'a achike chi rojqanem samaj okel pa (taq) samaj k'o ta chi kiximon ki' pa <a data-l10n-name="mozilla-website-services-link">Taq rusamaj ri ruxaq k'amaya'l</a> peraj. +rights-intro-point-6 = Richin ye'atzïj jujun taq ruwäch chi rupam silowachib'äl, { -brand-short-name } ke'aqasaj jujun peraj taq ch'akul richin chi e'etaman kipam aj rox winäq. +rights-webservices-header = taq samaj retamab'äl ri { -brand-full-name } k'o kixe'el pa k'amaya'l +rights-webservices = { -brand-full-name } nrokisaj taq samaj richin etamab'äl ri k'o ruxe'el pa k'amaya'l ("taq samaj") richin nuq'alajisab'ej jujun taq rub'anikil ya'on retal richin rokisaxik rik'in ri ruwäch rukach'akul ri { -brand-short-name } rik'in ri taq ojqanem xkecholajïx qa. We man nawajo' ta nawokisaj jun o juley chik taq samaj o man e ütz ta chawäch ri taq ojqanem, ütz nachüp ri rusamaj o (taq) Samaj. Ri taq rucholajil pa ruwi' rub'eyal nachüp jun rub'anikil o samaj, ütz nawïl pa <a data-l10n-name="mozilla-disable-service-link">wawe'</a>. Ch'aqa' chik taq rub'anikil o taq samaj ütz yechup pa taq rajowaxik ri samajel. +rights-safebrowsing = <strong>Ütz okem pa k'amaya'l: </strong>Man ruk'amon ta nachüp ri ütz okem pa kematz'ib', ruma chi rik'in jub'a' katok chupam itzel taq ruxaq k'amaya'l. We nawajo' jumul nachüp re rusamaj re', tawoqaj re jujun taq rucholajil re: +rights-safebrowsing-term-1 = Tajaqa' ri taq rajowaxik samajel +rights-safebrowsing-term-2 = Tacha' ri rucha'oj chajinem +rights-safebrowsing-term-3 = Tachupu' ri cha'oj richin "{ enableSafeBrowsing-label }" +enableSafeBrowsing-label = Keq'at k'ayew chuqa' q'olonel rupam +rights-safebrowsing-term-4 = Wakami ri ütz okem pa k'amaya'l chupül +rights-locationawarebrowsing = <strong>Okem pa k'amaya'l k'o ruxe'el pa ruk'ojlemal: </strong>junelïk cha'el ruma ri winäq. Majub'ey nitaq etamab'äl chi rij ri ruk'ojlemal we man naya' ta q'ij. We kan nawajo' nachüp re rub'anikil re', tawoqaj re taq rucholajil re': +rights-locationawarebrowsing-term-1 = Pa URL k'amaya'l, tatz'ib'aj <code>about:config</code> +rights-locationawarebrowsing-term-2 = Ruwäch geo.enabled +rights-locationawarebrowsing-term-3 = Ka'i' pitz' pa rajowaxik geo.enabled +rights-locationawarebrowsing-term-4 = Wakami chupül ri okem pa k'amaya'l rik'in k'ojlemal +rights-webservices-unbranded = Wawe' k'o chi nitz'aqatisäx apo jun ruch'utitzijol rusamaj ri ruxaq k'amaya'l, ri ruk'wan ri k'ayij, chuqa' k'o pe ri taq rucholajil rub'eyal nitz'apïx, we ke ri' rajowaxik. +rights-webservices-term-unbranded = Konojel ri taq rojqanem samaj e okel chi re, re k'ayij re', k'atzinel chi e cholotäl qa wawe'. +rights-webservices-term-1 = { -vendor-short-name } chuqa' ri taq ruto'onela', ajya'öl q'ij chuqa' achib'ilal samaj, ri yeya'on ri jikïl chuqa' k'exon samaj. Xa xe chi man yojtikïr ta niqajikib'a' chi re etamab'äl re' tz'aqät chuqa' chi majun sachoj chupam. Achi'el, ri samaj chi rij ütz okem pa k'amaya'l rik'in jub'a' man titikïr ta nuya' ketal jujun taq itzel ruxaq k'amaya'l chuqa' rik'in jub'a' choj nisach toq nuya' ketal chi e ütz jujun taq ruxaq k'amaya'l chuqa' ri taq retal ochochib'äl tzolin pe kuma ri ya'öl samaj chi rij okema pa k'amaya'l toq ruk'wa'a'n ri k'ojlemal xa xe jun q'ijub'äl chuqa' ni xa ta röj chuqa' ri e ya'öl qasamaj kan niqajikib'a' ri taq k'ojlemal eya'on pe. +rights-webservices-term-2 = { -vendor-short-name } nitikïr nuqupij o nuk'ëx ri Samaj ri nawajo' rat. +rights-webservices-term-3 = Yatqapeyoj chi ye'awokisaj ri taq samaj rik'in ri ruwäch rachib'ilanik ri { -brand-short-name }, chuqa' { -vendor-short-name } nuya' q'ij chawe' richin nab'än. { -vendor-short-name } chuqa' ri yeya'on q'ij nikiq'ät ki chuwäch ri ch'aqa' chik taq ch'ojib'äl chi kij ri taq samaj. Ri taq ojqanem ri' man nuq'ät ta majun chi ch'ojib'äl nikiya' ri taq ya'öl q'ij chi rij ri nimaläj b'i'aj aj okel pa { -brand-short-name } chuqa' ri taq kiwäch taq nimaläj b'i'aj richin tz'ib' e k'o pa { -brand-short-name }. +rights-webservices-term-4 = <strong>Ri taq samaj richinan "achi'el." { -vendor-short-name }, ri to'onela', ajya'öl q'ij chuqa' talunela', nikixutüj xa b'a achike retal chilab'enïk, achi'el akuchi' tz'ib'atäl wi chuqa' nuna'ojij rij, ri k'o chupam chuqa' man nuq'ät ta ri', retal chilab'enïk chi ri samaj ajk'ayij chuqa' chi nik'atzin chi re jun winäq. Rat natz'ila' awi' we nacha' re jun samaj re' richin nawokisaj, achi'el chuqa' ri rutzil chuqa' rub'eyal nisamäj. Jujun taq ulewal man nikiya' ta q'ij richin ye'elesäx o yeq'at ri taq retal chilab'enïk e ch'ob'otel, we ke ri' re jun q'atoj re' man xtitikïr ta xtub'än rusamaj.</strong> +rights-webservices-term-5 = <strong>Xa xe we nich'ojïx ruma ri taqanem tzij, { -vendor-short-name } ri taq ruto'onela', taq ajya'öl q'ij chuqa' talunela' man xkepa'e' ta ki' chuwäch jun k'ayewal man chuwäch ta, nimaläj, k'ulwachinem, jikïl, k'o ruk'amon pe o tz'etel, ri yek'ulwachitäj pe rik'in rokisaxik ri { -brand-short-name } chuqa' ri taq samaj. Ri niman tzij pa molaj ruma ri taq ojqanem ri' man niq'ax ta chuwäch ri US$500 (juq'o' juk'al taq dolar). Jujun taq ulewal man nikiya' ta q'ij chi nik'is o niq'at kiwa jujun taq tz'ilanem, ruma ri' re jun elenem re' o q'atoj rik'in jub'a' man okel ta chawe.</strong> +rights-webservices-term-6 = { -vendor-short-name } ütz ye'ak'ëx re taq ojqanem re we rajowaxik chi ramajil chi ramajil. Man ütz ta yejal o yeq'at we man nuya' ta q'ij pa tz'ib'anïk ri { -vendor-short-name }. +rights-webservices-term-7 = Re jujun taq ojqanem re' nitz'et kiwa kuma ri taq rutaqanem tzij ri California amaq', U.S.A, ye'el chuqa' chupam ri taq k'ayewal kik'in ch'aqa' chik taqanem taq tzij. We jun peraj chi ke re taq ojqanem re' nitz'et chi man e ütz ta o man tikirel ta yesamajïx, ri ch'aqa' chik k'o chupam jikïl ri kuchuq'a' chuqa' kik'amon pe. We k'o k'ayewal rik'in ri kitzalq'omanik re taq ojqanem re' rik'in ri pa q'anchi', ja ri ruwäch pa q'anchi' xtoqäx. diff --git a/l10n-cak/toolkit/toolkit/about/aboutServiceWorkers.ftl b/l10n-cak/toolkit/toolkit/about/aboutServiceWorkers.ftl new file mode 100644 index 0000000000..bc8aeb4c33 --- /dev/null +++ b/l10n-cak/toolkit/toolkit/about/aboutServiceWorkers.ftl @@ -0,0 +1,40 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + + +### The term "Service Workers" and "Workers" should not be translated + +about-service-workers-title = Chi kij ri Samajela' pa samaj +about-service-workers-main-title = Samajela' pa samaj tz'ib'an kib'i' +about-service-workers-warning-not-enabled = E chupül ri Samajela' pa samaj. +about-service-workers-warning-no-service-workers = Majun samajela' pa samaj tz'ib'an kib'i'. + +# The original title of service workers' information +# +# Variables: +# $originTitle: original title +origin-title = Ruxe'el: { $originTitle } + +## These strings are for showing the information of workers. +## +## Variables: +## $name: the name of scope, active cache, waiting cache and the push end point. +## $url: the url of script specification and current worker. + +scope = <strong>Akuchi' napon:</strong> { $name } +script-spec = <strong>Jikïl chi xkrip:</strong> <a data-l10n-name="link">{ $url }</a> +current-worker-url = <strong>URL richin Samajel wakami:</strong> <a data-l10n-name="link">{ $url }</a> +active-cache-name = <strong>Rub'i' ri kache' tzijïl:</strong> { $name } +waiting-cache-name = <strong>Rub'i' ri kache' tajin noyob'ëxl:</strong> { $name } +push-end-point-waiting = <strong>Akuchi' ri nitaq wi:</strong> { waiting } +push-end-point-result = <strong>Akuchi' ri nitaq wi:</strong> { $name } + +# This term is used as a button label (verb, not noun). +update-button = Tik'ex + +unregister-button = Tiyuj ri tz'ib'axïk + +unregister-error = Man xq'at ta ri rutz'ib'axik re Samajel pa samaj re'. + +waiting = Oyob’en… diff --git a/l10n-cak/toolkit/toolkit/about/aboutSupport.ftl b/l10n-cak/toolkit/toolkit/about/aboutSupport.ftl new file mode 100644 index 0000000000..bdc701bcd1 --- /dev/null +++ b/l10n-cak/toolkit/toolkit/about/aboutSupport.ftl @@ -0,0 +1,401 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +page-title = Etamab'äl richin yesol taq k'ayewal +page-subtitle = Pa re ruxaq re' k'o samajel etamab'äl chupam, ri nito'on we nawajo' nasöl jun k'ayewal. Richin nawïl kitzijol relik taq k'utunïk chi rij { -brand-short-name }, kab'etz'eton pa qa <a data-l10n-name="support-link">ruxaq k'amaya'l richin to'ïk</a>. +crashes-title = Rutzijol taq sachoj +crashes-id = Nimaläj rub'i' ri rutzijol +crashes-send-date = Taqon +crashes-all-reports = Konojel ri taq rutzijol sachoj +crashes-no-config = Re samajel re' man nuk'un ta richin yeruk'üt pe taq rutzijol sachoj. +extensions-title = Taq k'amal +extensions-name = B'i'aj +extensions-enabled = Tzijon +extensions-version = Ruwäch +extensions-id = ID +support-addons-title = Taq tz'aqat +support-addons-name = B'i'aj +support-addons-type = Ruwäch +support-addons-enabled = Tzijon +support-addons-version = Ruwäch +support-addons-id = ID +security-software-title = Software de seguridad +security-software-type = Ruwäch +security-software-name = B'i'aj +security-software-antivirus = Chapöy chikopil +security-software-antispyware = Chapöy nachanel +security-software-firewall = Chupuq'aq' +features-title = { -brand-short-name } Taq rub'anikil +features-name = B'i'aj +features-version = Ruwäch +features-id = ID +processes-title = Näj taq Tajin +processes-type = Ruwäch +processes-count = Ajilab'äl +app-basics-title = Ri najowäx richin runuk'ulem ri chokoy +app-basics-name = B'i'aj +app-basics-version = Ruwäch +app-basics-build-id = Nimaläj rub'i' molïk +app-basics-distribution-id = Jachonïk ID +app-basics-update-channel = Rub'ey taq k'exoj ruwäch +# This message refers to the folder used to store updates on the device, +# as in "Folder for updates". "Update" is a noun, not a verb. +app-basics-update-dir = + { PLATFORM() -> + [linux] Rucholajem K'exoj + *[other] Rumolb'al K'exoj + } +app-basics-update-history = Kinatab'al taq k'exoj ruwäch +app-basics-show-update-history = Tik'ut Kinatab'al taq K'exoj +# Represents the path to the binary used to start the application. +app-basics-binary = Ruwinari Chokoy +app-basics-profile-dir = + { PLATFORM() -> + [linux] Rucholb'äl Ruwäch B'i'aj + *[other] Rumolwuj Ruwäch B'i'aj + } +app-basics-enabled-plugins = Tzijon taq nak'ab'äl +app-basics-build-config = Runuk'ulem Molïk +app-basics-user-agent = Rub'anel ri winäq +app-basics-os = OS +# Rosetta is Apple's translation process to run apps containing x86_64 +# instructions on Apple Silicon. This should remain in English. +app-basics-rosetta = Xtzalq'omïx Rosetta +app-basics-memory-use = Rokisaxik rupam rujolom +app-basics-performance = Rub'eyal nisamäj +app-basics-service-workers = Samajela' pa samaj tz'ib'an kib'i' +app-basics-profiles = Taq ruwäch b'i'aj +app-basics-launcher-process-status = Rub'anik K'aqonel +app-basics-multi-process-support = Rutzuwach k'ïy tajin +app-basics-fission-support = Fission Windows +app-basics-remote-processes-count = Näj taq Tajin +app-basics-enterprise-policies = Ajk'aymolojel taq Na'ojil +app-basics-location-service-key-google = Google K'ojlib'äl Ewan Rutzij Samaj +app-basics-safebrowsing-key-google = Google Safebrowsing Key +app-basics-key-mozilla = Mozilla k'ojlib'äl ewan rutzij samaj +app-basics-safe-mode = Ütz rub'anikil +show-dir-label = + { PLATFORM() -> + [macos] Tik'ut pe pan ilonel + [windows] Tijaq yakwuj + *[other] Tijaq ri cholb'äl + } +environment-variables-title = Ruk'ojlib'al Jalb'äl +environment-variables-name = B'i'aj +environment-variables-value = Retal +experimental-features-title = Soltojtob'enel taq Rub'anikil +experimental-features-name = B'i'aj +experimental-features-value = Retal +modified-key-prefs-title = K'exon nimaläj taq ajowanïk +modified-prefs-name = B'i'aj +modified-prefs-value = Retal +user-js-title = taq Ajowanïk pa user.js +user-js-description = Ri amolyakb'äl ruwäch b'i'aj k'o jun <a data-l10n-name="user-js-link">archivo user.js</a> chupam, ri rachib'ilan taq ajowanïk man enuk'un ta ruma ri { -brand-short-name }. +locked-key-prefs-title = Q'eleb'en kisamaj ri nimaläj taq ajowanïk +locked-prefs-name = B'i'aj +locked-prefs-value = Retal +graphics-title = Taq wachib'äl +graphics-features-title = Taq b'anikil +graphics-diagnostics-title = Nik'oxïk +graphics-failure-log-title = Majun taq tz'ib'anïk +graphics-gpu1-title = GPU #1 +graphics-gpu2-title = GPU #2 +graphics-decision-log-title = Runa'oj tz'ib'anïk +graphics-crash-guards-title = Tzaqoj Chajïy q'ajon taq b'anikil +graphics-workarounds-title = Tz'aqat taq soloj +# Windowing system in use on Linux (e.g. X11, Wayland). +graphics-window-protocol = Rub'eyal Tzuwäch +# Desktop environment in use on Linux (e.g. GNOME, KDE, XFCE, etc). +graphics-desktop-environment = Ruk'ojlib'al Ajkematz'ib' +place-database-title = Taq kik'ojlem cholxe'el tzij +place-database-integrity = Ch'ajch'ojri'ïl +place-database-verify-integrity = Tinik'öx ch'ajch'ojri'ïl +a11y-title = Okel +a11y-activated = Tzijïl +a11y-force-disabled = Tichajïx apo ri okel +a11y-handler-used = Handler Etz'ab'al Okisan +a11y-instantiator = Okem Chanin +library-version-title = Taq ruwäch richin wujb'äl +copy-text-to-clipboard-label = Tiwachib'ëx ri rucholajem tzij pa molwuj +copy-raw-data-to-clipboard-label = Kewachib'ëx kikuta'm taq tzij pa molwuj +sandbox-title = Tzayanib'äl +sandbox-sys-call-log-title = Xutun ri kiq'inoj taq oyonïk +sandbox-sys-call-index = # +sandbox-sys-call-age = K'a jujun nich'ramaj +sandbox-sys-call-pid = PID +sandbox-sys-call-tid = TID +sandbox-sys-call-proc-type = Ruwa tajinïk +sandbox-sys-call-number = Syscall +sandbox-sys-call-args = Taq rutzijol +safe-mode-title = Titojtob'ëx ütz rub'anikil +restart-in-safe-mode-label = Titikirisäx chik kik'in ri chupül taq tz'aqat… +clear-startup-cache-title = Titojtob'ëx niyuj ri rujumej ruyakoj tikirib'äl +clear-startup-cache-label = Tiyuj rujumejyak tikirib'äl… +startup-cache-dialog-title = Tiyuj rujumejyak tikirib'äl +startup-cache-dialog-body = Titikirisäx chik { -brand-short-name } richin niyuj ri rujumej ruyakoj tikirib'äl. Re re' man xtujäl ta ri anuk'ulem chuqa' man xkeruyüj ta ri taq k'amal e'atz'aqatisan pa { -brand-short-name }. +restart-button-label = Titikirisäx chik + +## Media titles + +audio-backend = Q'ojom Backend +max-audio-channels = Nima'q taq b'ey +sample-rate = Ajowan Q'ijun Tz'etb'äl +roundtrip-latency = Rulatensya b'enam chuqa' tzolojnem (junaman jech'unïk) +media-title = K'ïy k'oxom +media-output-devices-title = Elem taq Okisaxel +media-input-devices-title = Okib'äl taq Okisaxel +media-device-name = B'i'aj +media-device-group = Molaj +media-device-vendor = K'ayinel +media-device-state = Amaq' +media-device-preferred = Ichinanel +media-device-format = B'anikil +media-device-channels = Taq b'ey +media-device-rate = Rajil +media-device-latency = Rub'anikil k'o wi +media-capabilities-title = Kisamaj K'oxom +# List all the entries of the database. +media-capabilities-enumerate = Ticholajïx cholxe'el + +## + +intl-title = Elniminïk & Tzalq'omanri'ïl +intl-app-title = Kinuk'ulem Chokoy +intl-locales-requested = K'utun taq Tzalq'omanïk +intl-locales-available = Wachel taq Tzalq'omanïk +intl-locales-supported = Kitzaq'omanik Cholkema' +intl-locales-default = Tzalq'omanïk kan k'o wi +intl-os-title = Samajel taq Q'inoj +intl-os-prefs-system-locales = Kitzalq'omanik Q'inoj +intl-regional-prefs = Aj wawe' taq Ajowab'äl + +## Remote Debugging +## +## The Firefox remote protocol provides low-level debugging interfaces +## used to inspect state and control execution of documents, +## browser instrumentation, user interaction simulation, +## and for subscribing to browser-internal events. +## +## See also https://firefox-source-docs.mozilla.org/remote/ + +remote-debugging-title = Näj Ruchojmirisanem (Chromium Rub'eyal Samaj) +remote-debugging-accepting-connections = Kek'ul taq okem +remote-debugging-url = URL + +## + +support-third-party-modules-title = Kiperaj Aj Rox Winäq +support-third-party-modules-module = Ruyakb'al Peraj +support-third-party-modules-version = Ruwäch Yakb'äl +support-third-party-modules-vendor = Retamab'al B'anonel +support-third-party-modules-occurrence = Taq ch'ob'oj +support-third-party-modules-process = Ruwa tajinïk & ID +support-third-party-modules-thread = Tzijonem +support-third-party-modules-base = Rochochib'al imagebase +support-third-party-modules-uptime = Q'ijul Rusamaj Tajinïk (ms) +support-third-party-modules-duration = Ruramaj Samajinïk (ms) +support-third-party-modules-empty = Man xesamajiïx ta kiperaj aj rox winäq +support-third-party-modules-no-value = (Majun rajil) +support-third-party-modules-button-open = + .title = Tijaq ri ruk'ojlemal yakb'äl… +support-third-party-modules-expand = + .title = Tik'ut pe ri cholajin retamab'al +support-third-party-modules-collapse = + .title = Tik'ol ri cholajin retamab'al +support-third-party-modules-unsigned-icon = + .title = Man juxun ta re peraj +support-third-party-modules-folder-icon = + .title = Tijaq ri ruk'ojlemal yakb'äl… +support-third-party-modules-down-icon = + .title = Tik'ut pe ri cholajin retamab'al +support-third-party-modules-up-icon = + .title = Tik'ol ri cholajin retamab'al +# Variables +# $days (Integer) - Number of days of crashes to log +report-crash-for-days = + { $days -> + [one] Kitzijol taq sachoj richin ri ruk'isib'äl { $days } q'ij + *[other] Kitzijol taq sachoj kichin ri ruk'isib'äl { $days } taq q'ij + } +# Variables +# $minutes (integer) - Number of minutes since crash +crashes-time-minutes = + { $minutes -> + [one] tik'o { $minutes } ch'utiramaj + *[other] tik'o { $minutes } taq ch'utiramaj + } +# Variables +# $hours (integer) - Number of hours since crash +crashes-time-hours = + { $hours -> + [one] tik'o { $hours } ramaj + *[other] tik'o { $hours } taq ramaj + } +# Variables +# $days (integer) - Number of days since crash +crashes-time-days = + { $days -> + [one] tik'o { $days } q'ij + *[other] tik'o { $days } taq q'ij + } +# Variables +# $reports (integer) - Number of pending reports +pending-reports = + { $reports -> + [one] Konojel ri taq rutzijol sachoj (tz'aqatisan { $reports } oyob'en sachoj pa ri ramaj jikib'an) + *[other] Konojel ri taq rutzijol samaj (tz'aqatisan { $reports } oyob'en taq sachoj pa ri ramaj jikib'an) + } +raw-data-copied = Rukuta'm tzij wachib'en pa molwuj +text-copied = Rucholajem tzij wachib'en pa molwuj + +## The verb "blocked" here refers to a graphics feature such as "Direct2D" or "OpenGL layers". + +blocked-driver = Q'eleb'en rusamaj richin ri ruwäch awajchajinel wachib'alil. +blocked-gfx-card = Q'eleb'en kisamajixik ch'utiwuj awachib'alil ruma man esolon ta taq ruk'ayewal ri ajchajinel. +blocked-os-version = Q'eleb'en rusamaj richin ri ruwäch q'inoj asamaj. +blocked-mismatched-version = Q'aton ruma ri jaloj ruwäch awajchajinel wachib'äl chi kikojol ri rutz'ib'axik chuqa' ri DLL. +# Variables +# $driverVersion - The graphics driver version string +try-newer-driver = Q'eleb'en rusamaj richin ri ruwäch awajchajinel wachib'alil. Tatojtob'ej nak'ëx ri awajchajinel wachib'alil rik'in ri ruwäch { $driverVersion } o ri jun chik k'ak'a'. +# "ClearType" is a proper noun and should not be translated. Feel free to leave English strings if +# there are no good translations, these are only used in about:support +clear-type-parameters = Taq ko'öl retab'al ClearType +compositing = Ch'akulan +hardware-h264 = Ch'akulakem H264 Relesaxik na'oj +main-thread-no-omtc = nimaläj b'akoj, majun OMTC +yes = Ja' +no = Manäq +unknown = Man etaman ta ruwäch +virtual-monitor-disp = Ruwa Tzuwäch Kemtzijil + +## The following strings indicate if an API key has been found. +## In some development versions, it's expected for some API keys that they are +## not found. + +found = Xrïl +missing = Sachon +gpu-process-pid = GPUProcessPid +gpu-process = GPUProcess +gpu-description = Tzijoxikil +gpu-vendor-id = ID k'ayinel +gpu-device-id = ID okisaxel +gpu-subsys-id = ID Subsys +gpu-drivers = K'alab'anela' +gpu-ram = RAM +gpu-driver-vendor = Ruk'ayinel Driver +gpu-driver-version = Ruwäch ri okisaxel +gpu-driver-date = Ruq'ijul ri okisaxel +gpu-active = Tzijïl +webgl1-wsiinfo = WebGL 1 WSI Info Chajinel +webgl1-renderer = WebGL 1 runuk'uwachinel chajinel +webgl1-version = WebGL 1 Ruwa chajinel +webgl1-driver-extensions = WebGL 1 taq ruk'amal chajinel +webgl1-extensions = WebGL 1 K'amal +webgl2-wsiinfo = WebGL 1 WSI Info chajinel +webgl2-renderer = WebGL 2 runuk'uwachinel chajinel +webgl2-version = WebGL 2 Ruwa chajinel +webgl2-driver-extensions = WebGL 2 taq ruk'amal chajinel +webgl2-extensions = WebGL 2 taq ruk'amal +blocklisted-bug = Ri q'ëq cholb'äl ruma taq k'ayewal etaman kiwäch +# Variables +# $bugNumber (string) - String of bug number from Bugzilla +bug-link = sachoj { $bugNumber } +# Variables +# $bugNumber (string) - Bug number on Bugzilla +support-blocklisted-bug = Pa ri rucholajem q'atoj ruma k'ayewal etaman kiwa: <a data-l10n-name="bug-link">{ $bugNumber }</a> +# Variables +# $failureCode (string) - String that can be searched in the source tree. +unknown-failure = Q'ëq cholb'äl: rub'itz'ib' sachoj { $failureCode } +d3d11layers-crash-guard = D3D11 Chojmirisanel +d3d11video-crash-guard = D3D11 Silowachib'äl ewanel rusik'ixik +d3d9video-crash-guard = D3D9 Silowachib'äl Ewanel rusik'ixik +glcontext-crash-guard = OpenGL +wmfvpxvideo-crash-guard = WMF VPX Silowachib'äl Ewanel Rusik'ixik +reset-on-next-restart = K'a xtitzolïx na ri Rutikirisaxik chik +gpu-process-kill-button = Tik'isb'ëx ri GPU Tajin +gpu-device-reset = Titzij chik Okisaxel +gpu-device-reset-button = Rutikirisaxik chik ri Rokisaxel Chuq'ub'äl +uses-tiling = Tokisäx Ch'utiwäch +content-uses-tiling = Tokisäx Ch'utiwäch (Rupam) +off-main-thread-paint-enabled = Off Nïm Rub'ey Rachwinäq Tzijon +off-main-thread-paint-worker-count = Off Main Thread Painting Worker Tajiläx +target-frame-rate = Retal Ruchi' Rub'ey: +min-lib-versions = Ch'uti'n ruwäch oyob'en +loaded-lib-versions = Ruwäch tajin nokisäx +has-seccomp-bpf = Seccomp-BPF (Ruq'inoj chayunel taq oyonïk) +has-seccomp-tsync = Ruximojri'ïl wachinel Seccomp +has-user-namespaces = Ruk'ojlemal kib'i' winäq +has-privileged-user-namespaces = Kik'ojlemal kib'i' winäq kichin ri taq tajin kichin wi +can-sandbox-content = Tzanayib'äl richin rusamajixik ruwäch taq rupam +can-sandbox-media = Tzanayib'äl kichin ri taq ruk'amal k'ïy k'oxom +content-sandbox-level = Rupam b'eyal Sandbox rupalem +effective-content-sandbox-level = Rupam b'eyal Sandbox ütz rupalem +sandbox-proc-type-content = rupam +sandbox-proc-type-file = rupam yakb'äl +sandbox-proc-type-media-plugin = q'ojom nak'ab'äl +sandbox-proc-type-data-decoder = sik'inel tzij +startup-cache-title = Rukache' Tikirib'äl +startup-cache-disk-cache-path = Rub'ey Rukache' Seteb'äl +startup-cache-ignore-disk-cache = Tirepüx Rukache' Seteb'äl +startup-cache-found-disk-cache-on-init = Rukache' Seteb'äl Xilitäj toq Xtikirisäx +startup-cache-wrote-to-disk-cache = Xtz'ib'äx chi re ri Rukache' Seteb'äl +launcher-process-status-0 = Tzijon +launcher-process-status-1 = Xchup ruma sachoj +launcher-process-status-2 = Xb'an chi xchup +launcher-process-status-unknown = Man etaman ta täq rub'anikil +# Variables +# $remoteWindows (integer) - Number of remote windows +# $totalWindows (integer) - Number of total windows +multi-process-windows = { $remoteWindows }/{ $totalWindows } +multi-process-status-0 = Tzijon ruma ri winäq +multi-process-status-1 = Tzijon wi pe +multi-process-status-2 = Chupun +multi-process-status-4 = Chupun kuma ri taq samajib'äl richin okel +multi-process-status-6 = Xchuputäj ruma xatz'ib'aj rucholajem tzij ri man koch'el ta +multi-process-status-7 = Xchuputäj kuma ri taq tz'aqat +multi-process-status-8 = Xb'an chi xchup +multi-process-status-unknown = Man etaman ta rub'anikil +# Variables +# $fissionWindows (integer) - Number of remote windows +# $totalWindows (integer) - Number of total windows +fission-windows = { $fissionWindows }/{ $totalWindows } +fission-status-experiment-control = Xchup ruma ri tojtob'enel +fission-status-experiment-treatment = Xtzij ruma ri tojtob'enel +fission-status-disabled-by-e10s-env = Xchup ruma ri k'ojlib'äl +fission-status-enabled-by-env = Xtzij ruma ri k'ojlib'äl +fission-status-disabled-by-safe-mode = Xchup ruma ri jikïl b'anikil +fission-status-enabled-by-default = Xtzij wi pe +fission-status-disabled-by-default = Xchup wi pe +fission-status-enabled-by-user-pref = Xtzij ruma ri okisanel +fission-status-disabled-by-user-pref = Xchup ruma ri okisanel +fission-status-disabled-by-e10s-other = E10s chupun +async-pan-zoom = Asynchronous Pan/Zoom +apz-none = majun +wheel-enabled = xuya' q'ij xok ri seton +touch-enabled = chapoj richin nitzij ri okitz'ib' +drag-enabled = chupul ruqirirexik rukajtz'ik q'axanel +keyboard-enabled = tzijon pitz'b'äl +autoscroll-enabled = tzijon autoscroll +zooming-enabled = xtz'ij rusum eqal ch'opoj + +## Variables +## $preferenceKey (string) - String ID of preference + +wheel-warning = xchuputäj ri rokitz'ib' seton meximojri'ïl ruma chi ri pref man nuköch' ta: { $preferenceKey } +touch-warning = xchuputäj ri rokitz'ib' chapoj meximojri'ïl ruma chi ri pref man nuköch' ta: { $preferenceKey } + +## Strings representing the status of the Enterprise Policies engine. + +policies-inactive = Chupül +policies-active = Tzijïl +policies-error = Sachoj + +## Printing section + +support-printing-title = Nitz'ajb'äx +support-printing-troubleshoot = Kisolik taq k'ayewal +support-printing-clear-settings-button = Tiyuj kinuk'ulem yakon taq tz'ajb'anïk +support-printing-modified-settings = Kinuk'ulem jalon taq tz'ajb'anïk +support-printing-prefs-name = B'i'aj +support-printing-prefs-value = Retal diff --git a/l10n-cak/toolkit/toolkit/about/aboutTelemetry.ftl b/l10n-cak/toolkit/toolkit/about/aboutTelemetry.ftl new file mode 100644 index 0000000000..a1988f8f63 --- /dev/null +++ b/l10n-cak/toolkit/toolkit/about/aboutTelemetry.ftl @@ -0,0 +1,147 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +about-telemetry-ping-data-source = Kixe'el ri taq rutzij ping: +about-telemetry-show-current-data = Tzij wakami +about-telemetry-show-archived-ping-data = Yakon taq rutzij ri ping +about-telemetry-show-subsession-data = Kek'ut pe taq rutzij rachmolojri'ïl +about-telemetry-choose-ping = Ticha' ping: +about-telemetry-archive-ping-type = Ruwäch chi Ping +about-telemetry-archive-ping-header = Ping +about-telemetry-option-group-today = Wakami +about-telemetry-option-group-yesterday = Iwir +about-telemetry-option-group-older = Ojer +about-telemetry-previous-ping = << +about-telemetry-next-ping = >> +about-telemetry-page-title = Taq rutzij Telemetry +about-telemetry-current-store = K'ayb'äl Wakami: +about-telemetry-more-information = ¿La nakanoj ch'aqa' chik etamab'äl? +about-telemetry-firefox-data-doc = Ri <a data-l10n-name="data-doc-link">Firefox Tzij Wujunïk</a> k'o taq rucholajem samaj chupam, akuchi' nusik'ij rub'eyal yeqasamajij ri kisamajib'al qatzij. +about-telemetry-telemetry-client-doc = Ri <a data-l10n-name="client-doc-link">Firefox Telemetry winäq wujib'äl</a> k'o taq kitzijol tzij chupam, API wujib'äl chuqa' ketal taq tzij. +about-telemetry-telemetry-dashboard = Ri <a data-l10n-name="dashboard-link">Telemetry dashboards</a> nuya' q'ij chawe ye'atz'ët ri taq tzij yeruk'ül ri Mozilla ruma Telemetry. +about-telemetry-telemetry-probe-dictionary = Ri <a data-l10n-name="probe-dictionary-link">Probe Dictionary</a> nuya' b'anikil chuqa' taq kitzijoxkil ojqanela' emolon ruma ri Telemetry. +about-telemetry-show-in-Firefox-json-viewer = Tijaq pa JSON tz'etonel +about-telemetry-home-section = Tikirib'äl +about-telemetry-general-data-section = Chijun taq Tzij +about-telemetry-environment-data-section = Ruk'ojlib'al tzij +about-telemetry-session-info-section = Etamab'äl pa ruwi' molojri'ïl +about-telemetry-scalar-section = Jotob'enïk +about-telemetry-keyed-scalar-section = Xakb'äl rik'in ewan tzij +about-telemetry-histograms-section = Tem K'ulwäch +about-telemetry-keyed-histogram-section = Taq ruk'u'x Tem K'ulwäch +about-telemetry-events-section = Taq Nimaq'ij +about-telemetry-simple-measurements-section = Relik taq etab'äl +about-telemetry-slow-sql-section = Taq b'ab' SQL ajeqal +about-telemetry-addon-details-section = Kib'anikil tz'aqat +about-telemetry-captured-stacks-section = Chapon tzub'aj +about-telemetry-late-writes-section = Yaloj taq tz'ib'anïk +about-telemetry-raw-payload-section = Kutam taq tzij ütz rutzijik +about-telemetry-raw = Man samajin ta JSON +about-telemetry-full-sql-warning = NOTA: Ri eqal chojmirisanem SQL chupül. Tikirel yek'ut pe tz'aqät taq SQL rucholajil xa xe chi man xketaq ta pa Telemetry +about-telemetry-fetch-stack-symbols = Ke'ilitäj taq ajsamaj b'i'aj pa ri taq kutam kichin taq tzub'aj +about-telemetry-hide-stack-symbols = Kek'ut pe ri taq rutzij kuta'm man esamajin ta +# Selects the correct release version +# Variables: +# $channel (String): represents the corresponding release data string +about-telemetry-data-type = + { $channel -> + [release] taq tzij xke'elesäx pe + *[prerelease] taq tzij xkenab'eyisäx pe + } +# Selects the correct upload string +# Variables: +# $uploadcase (String): represents a corresponding upload string +about-telemetry-upload-type = + { $uploadcase -> + [enabled] tzijon + *[disabled] chupun + } +# Example Output: 1 sample, average = 0, sum = 0 +# Variables: +# $sampleCount (Integer): amount of histogram samples +# $prettyAverage (Integer): average of histogram samples +# $sum (Integer): sum of histogram samples +about-telemetry-histogram-stats = + { $sampleCount -> + [one] { $sampleCount } tz'etb'äl, rukojol = { $prettyAverage }, tunuj = { $sum } + *[other] { $sampleCount } taq tz'etb'äl, rukojol = { $prettyAverage }, tunuj = { $sum } + } +# Variables: +# $telemetryServerOwner (String): the value of the toolkit.telemetry.server_owner preference. Typically "Mozilla" +about-telemetry-page-subtitle = Re ruxaq k'amaya'l re' nuk'utub'ej taq etamab'äl pa ruwi' ri rub'eyal nisamäj, ch'akulakem, rokisaxik chuqa' taq richinaxik emolon ruma ri Telemetry. Re etamab'äl re' nitaq pa { $telemetryServerOwner } richin nuto' rutzil ri { -brand-full-name }. +about-telemetry-settings-explanation = Ri etataqonel tajin numöl { about-telemetry-data-type } chuqa' ri rusamajib'exik ja ri <a data-l10n-name="upload-link">{ about-telemetry-upload-type }</a>. +# Variables: +# $name (String): ping name, e.g. “saved-session” +# $timeStamp (String): ping localized timestamp, e.g. “2017/07/08 10:40:46” +about-telemetry-ping-details = Chi kijujunal ri taq rutzijol yetaq pa “<a data-l10n-name="ping-link">taq xub'anïk</a>”. Tajin natz'ët ri { $name }, { $timestamp } xub'anïk. +about-telemetry-data-details-current = Jujun peraj etamab'äl nitaq pa molaj pa “<a data-l10n-name="ping-link">pings</a>“. Natz'ët ri tzij k'o wakami. +# string used as a placeholder for the search field +# More info about it can be found here: +# https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/telemetry/data/main-ping.html +# Variables: +# $selectedTitle (String): the section name from the structure of the ping. +about-telemetry-filter-placeholder = + .placeholder = Tikanöx pa { $selectedTitle } +about-telemetry-filter-all-placeholder = + .placeholder = Tikanöx pa konojel ri taq peraj +# Variables: +# $searchTerms (String): the searched terms +about-telemetry-results-for-search = Ri xq'i' pa “{ $searchTerms }” +# More info about it can be found here: https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/telemetry/data/main-ping.html +# Variables: +# $sectionName (String): the section name from the structure of the ping. +# $currentSearchText (String): the current text in the search input +about-telemetry-no-search-results = ¡Kojakuyu'! Majun achike xqïl pa { $sectionName } richin ri “{ $currentSearchText }” +# Variables: +# $searchTerms (String): the searched terms +about-telemetry-no-search-results-all = ¡Kojakuyu'! Majun achike xqïl pa jujun taq peraj richin ri “{ $searchTerms }” +# This message is displayed when a section is empty. +# Variables: +# $sectionName (String): is replaced by the section name. +about-telemetry-no-data-to-display = ¡Kojakuyu'! Wakami ma e k'o ta taq tzij pa “{ $sectionName }” +# used as a tooltip for the “current” ping title in the sidebar +about-telemetry-current-data-sidebar = tzij k'o wakami +# used in the “Ping Type” select +about-telemetry-telemetry-ping-type-all = ronojel +# button label to copy the histogram +about-telemetry-histogram-copy = Tiwachib'ëx +# these strings are used in the “Slow SQL Statements” section +about-telemetry-slow-sql-main = Eqal taq b'ab' SQL pa ri nïm b'ätz' +about-telemetry-slow-sql-other = Eqal taq b'ab' SQL pa taq achib'il b'ätz' +about-telemetry-slow-sql-hits = Taq ilonem +about-telemetry-slow-sql-average = Runik'ajal q'ijul (nik'q'ij) +about-telemetry-slow-sql-statement = B'ab' +# these strings are used in the “Add-on Details” section +about-telemetry-addon-table-id = Nimaläj rub'i' tz'aqat +about-telemetry-addon-table-details = Taq b'anikil +# Variables: +# $addonProvider (String): the name of an Add-on Provider (e.g. “XPI”, “Plugin”) +about-telemetry-addon-provider = Ya'öl { $addonProvider } +about-telemetry-keys-header = Ichinil +about-telemetry-names-header = B'i'aj +about-telemetry-values-header = Retal +# Variables: +# $stackKey (String): the string key for this stack +# $capturedStacksCount (Integer): the number of times this stack was captured +about-telemetry-captured-stacks-title = { $stackKey } (tajiläx chapoj:{ $capturedStacksCount }) +# Variables: +# $lateWriteCount (Integer): the number of the late writes +about-telemetry-late-writes-title = Eqal tz'ib'anïk #{ $lateWriteCount } +about-telemetry-stack-title = Tzub'aj: +about-telemetry-memory-map-title = Rutzub'al rupam rujolom: +about-telemetry-error-fetching-symbols = Xk'ulwachitäj jun sachoj toq xe'ilitäj chik ri taq tz'ib'. Tanik'oj chi okisan pa k'amaya'l, k'a ri' tatojtob'ej chik. +about-telemetry-time-stamp-header = retal q'ijul +about-telemetry-category-header = ruwäch +about-telemetry-method-header = b'eyal +about-telemetry-object-header = wachinäq +about-telemetry-extra-header = rutz'aqat +about-telemetry-origin-section = Ruxe'el Telemetri +about-telemetry-origin-origin = ruxe'el +about-telemetry-origin-count = ajilab'äl +# Variables: +# $telemetryServerOwner (String): the value of the toolkit.telemetry.server_owner preference. Typically "Mozilla" +about-telemetry-origins-explanation = <a data-l10n-name="origin-doc-link">Firefox Origin Telemetri</a> ke'awewaj kisik'ixik taq tzij chuwäch yetaq richin chi ri { $telemetryServerOwner } nitikïr yerajilaj taq wachinäq, po man etaman ta we k'o jun { -brand-product-name } ri xto'on pa ri ajilanem ri'. (<a data-l10n-name="prio-blog-link">Tetamäx ch'aqa' chik</a>) +# Variables: +# $process (String): type of process in subsection headers ( e.g. "content", "parent" ) +about-telemetry-process = { $process } tajinïk diff --git a/l10n-cak/toolkit/toolkit/about/aboutWebrtc.ftl b/l10n-cak/toolkit/toolkit/about/aboutWebrtc.ftl new file mode 100644 index 0000000000..7203a19270 --- /dev/null +++ b/l10n-cak/toolkit/toolkit/about/aboutWebrtc.ftl @@ -0,0 +1,210 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + + +### Localization for about:webrtc, a troubleshooting and diagnostic page +### for WebRTC calls. See https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API. + +# The text "WebRTC" is a proper noun and should not be translated. +about-webrtc-document-title = Taq tzij chupam richin WebRTC +# "about:webrtc" is a internal browser URL and should not be +# translated. This string is used as a title for a file save dialog box. +about-webrtc-save-page-dialog-title = tiyak about:webrtc achi'el + +## AEC is an abbreviation for Acoustic Echo Cancellation. + +about-webrtc-aec-logging-msg-label = AEC tz'ib'axïk +about-webrtc-aec-logging-off-state-label = Titikirisäx AEC rutz'ib'axik +about-webrtc-aec-logging-on-state-label = Tiq'at AEC rutz'ib'axik +about-webrtc-aec-logging-on-state-msg = Tzijïl ri AEC rutz'ib'axik (katzijon rik'in ri winäq jujun ch'utaq ramaj k'a ri' tatanab'a' ri chapoj) + +## + +# "PeerConnection" is a proper noun associated with the WebRTC module. "ID" is +# an abbreviation for Identifier. This string should not normally be translated +# and is used as a data label. +about-webrtc-peerconnection-id-label = PeerConnection nimaläj b'i'aj: + +## "SDP" is an abbreviation for Session Description Protocol, an IETF standard. +## See http://wikipedia.org/wiki/Session_Description_Protocol + +about-webrtc-sdp-heading = SDP +about-webrtc-local-sdp-heading = Aj wawe' SDP +about-webrtc-local-sdp-heading-offer = Aj wawe' SDP (Sujunïk) +about-webrtc-local-sdp-heading-answer = Aj wawe' SDP (Rutzolixik tzij) +about-webrtc-remote-sdp-heading = Näj SDP +about-webrtc-remote-sdp-heading-offer = Näj SDP (Sujunïk) +about-webrtc-remote-sdp-heading-answer = Näj SDP (Rutzolixik tzij) +about-webrtc-sdp-history-heading = SDP Natab'äl +about-webrtc-sdp-parsing-errors-heading = Taq Rusachoj SDP Ch'ob'oj + +## + +# "RTP" is an abbreviation for the Real-time Transport Protocol, an IETF +# specification, and should not normally be translated. "Stats" is an +# abbreviation for Statistics. +about-webrtc-rtp-stats-heading = RTP cholajilatzij + +## "ICE" is an abbreviation for Interactive Connectivity Establishment, which +## is an IETF protocol, and should not normally be translated. + +about-webrtc-ice-state = ICE amaq' +# "Stats" is an abbreviation for Statistics. +about-webrtc-ice-stats-heading = ICE cholajilatzij +about-webrtc-ice-restart-count-label = ICE titikirisäx chik: +about-webrtc-ice-rollback-count-label = ICE rollbacks: +about-webrtc-ice-pair-bytes-sent = Taq wayt etaqon: +about-webrtc-ice-pair-bytes-received = Taq wayt ek'ulun: +about-webrtc-ice-component-id = ID Ch'akulal + +## + + +## "Avg." is an abbreviation for Average. These are used as data labels. + + +## + + +## These adjectives are used to label a line of statistics collected for a peer +## connection. The data represents either the local or remote end of the +## connection. + +about-webrtc-type-local = Aj wawe' +about-webrtc-type-remote = Näj + +## + +# This adjective is used to label a table column. Cells in this column contain +# the localized javascript string representation of "true" or are left blank. +about-webrtc-nominated = B'ina'an +# This adjective is used to label a table column. Cells in this column contain +# the localized javascript string representation of "true" or are left blank. +# This represents an attribute of an ICE candidate. +about-webrtc-selected = Cha'on +about-webrtc-save-page-label = Tiyak Ruxaq +about-webrtc-debug-mode-msg-label = Pa rub'eyal chojmirisanel +about-webrtc-debug-mode-off-state-label = Titikirisäx pa rub'eyal chojmirisaxïk +about-webrtc-debug-mode-on-state-label = Tiq'at ri rub'eyal chojmirisanïk +about-webrtc-stats-heading = Rumolob'a' molojri'ïl +about-webrtc-stats-clear = Tiyuj el ri natab'äl +about-webrtc-log-heading = Rutz'ib'axik okem +about-webrtc-log-clear = Tijosq'ïx tz'ib'anïk +about-webrtc-log-show-msg = tik'ut pe rutz'ib'axik + .title = tapitz'a' richin narïk' re peraj re' +about-webrtc-log-hide-msg = tewäx ri rutz'ib'axik + .title = tapitz'a' richin nuk'öl ri' re peraj re' + +## These are used to display a header for a PeerConnection. +## Variables: +## $browser-id (Number) - A numeric id identifying the browser tab for the PeerConnection. +## $id (String) - A globally unique identifier for the PeerConnection. +## $url (String) - The url of the site which opened the PeerConnection. +## $now (Date) - The JavaScript timestamp at the time the report was generated. + +about-webrtc-connection-open = [ { $browser-id } | { $id } ] { $url } { $now } +about-webrtc-connection-closed = [ { $browser-id } | { $id } ] { $url } (Tz'apäl) { $now } + +## + +about-webrtc-local-candidate = Cha'oxel aj wawe' +about-webrtc-remote-candidate = Näj chi cha'oxel +about-webrtc-raw-candidates-heading = Konojel ri Relik Cha'oxela' +about-webrtc-raw-local-candidate = Relik Cha'oxel Aj Wawe' +about-webrtc-raw-remote-candidate = Relik Näj chi cha'oxel +about-webrtc-raw-cand-show-msg = kek'ut pe ri relik cha'oxela' + .title = tapitz'a' richin narïk' re peraj re' +about-webrtc-raw-cand-hide-msg = ke'ewüx relik cha'oxela' + .title = tapitz'a' richin nuk'öl ri' re peraj re' +about-webrtc-priority = Ya'on ruq'ij +about-webrtc-fold-show-msg = kek'ut pe ri taq rub'anikil + .title = tapitz'a' richin narïk' re peraj re' +about-webrtc-fold-hide-msg = ke'ewäx ri taq rub'anikil + .title = tapitz'a' richin nuk'öl ri' re peraj re' +about-webrtc-decoder-label = Elesäy na'oj +about-webrtc-encoder-label = Elesäy na'oj +about-webrtc-show-tab-label = Tik'ut ruwi' +about-webrtc-width-px = Ruwa (px) +about-webrtc-height-px = Rupalem (px) +about-webrtc-consecutive-frames = Tzeqelel taq Frames +about-webrtc-time-elapsed = Q'ijul Ik'owinäq (s) +about-webrtc-estimated-framerate = Ranin Framerib'äl Ajilan +about-webrtc-rotation-degrees = Rusurik (retal) +about-webrtc-first-frame-timestamp = Nab'ey-Ruframe K'ulunem Retal Q'ijul +about-webrtc-last-frame-timestamp = Jun Kan Ruframe K'ulunem Retal Q'ijul + +## SSRCs are identifiers that represent endpoints in an RTP stream + +# This is an SSRC on the local side of the connection that is receiving RTP +about-webrtc-local-receive-ssrc = Aj Wawe' K'ulunel SSRC +# This is an SSRC on the remote side of the connection that is sending RTP +about-webrtc-remote-send-ssrc = Näq Rutaqik SSRC + +## + +# An option whose value will not be displayed but instead noted as having been +# provided +about-webrtc-configuration-element-provided = Xya' +# An option whose value will not be displayed but instead noted as having not +# been provided +about-webrtc-configuration-element-not-provided = Man Xya' Ta +# The options set by the user in about:config that could impact a WebRTC call +about-webrtc-custom-webrtc-configuration-heading = WebRTC taq Ajowab'äl Jikib'an Ruma Winäq +# Section header for estimated bandwidths of WebRTC media flows +about-webrtc-bandwidth-stats-heading = Ruwäch Wanta' Q'ijun +# The ID of the MediaStreamTrack +about-webrtc-track-identifier = Etanel Ojqanem +# The estimated bandwidth available for sending WebRTC media in bytes per second +about-webrtc-send-bandwidth-bytes-sec = Titaq Ruwäch Wanta' (bytes/sec) +# The estimated bandwidth available for receiving WebRTC media in bytes per second +about-webrtc-receive-bandwidth-bytes-sec = Tik'ul Ruwäch Wanta' (bytes/sec) +# Maximum number of bytes per second that will be padding zeros at the ends of packets +about-webrtc-max-padding-bytes-sec = Nïm Runojisaxik (bytes/sec) +# The amount of time inserted between packets to keep them spaced out +about-webrtc-pacer-delay-ms = Rajlab'al chi kikojol Pisoj ms +# The amount of time it takes for a packet to travel from the local machine to the remote machine, +# and then have a packet return +about-webrtc-round-trip-time-ms = RTT ms + +## These are paths used for saving the about:webrtc page or log files so +## they can be attached to bug reports. +## Variables: +## $path (String) - The path to which the file is saved. + +about-webrtc-save-page-msg = yakon ruxaq pa: { $path } +about-webrtc-debug-mode-off-state-msg = ri rutz'ib'axik retal tikirel nilitäj pa { $path } +about-webrtc-debug-mode-on-state-msg = pa rub'eyal tzijïl chojmirisanïk, rutz'ib'axik retal pa: { $path } +about-webrtc-aec-logging-off-state-msg = ri kitz'ib'axik taq yakb'äl yatikïr ye'awïl pa: { $path } + +## + +# Jitter is the variance in the arrival time of packets. +# See: https://w3c.github.io/webrtc-stats/#dom-rtcreceivedrtpstreamstats-jitter +# Variables: +# $jitter (Number) - The jitter. +about-webrtc-jitter-label = Jitter { $jitter } +# ICE candidates arriving after the remote answer arrives are considered trickled +# (an attribute of an ICE candidate). These are highlighted in the ICE stats +# table with light blue background. +about-webrtc-trickle-caption-msg = Ri cha'oxela' yeb'arb'öt (ye'apon chi rij ri tzolin tzij) niya' kejqalem pa xar + +## "SDP" is an abbreviation for Session Description Protocol, an IETF standard. +## See http://wikipedia.org/wiki/Session_Description_Protocol + +# This is used as a header for local SDP. +# Variables: +# $timestamp (Number) - The Unix Epoch time at which the SDP was set. +about-webrtc-sdp-set-at-timestamp-local = Tijikib'äx Aj wawe' SDP pa ri retal q'ijul { NUMBER($timestamp, useGrouping: "false") } +# This is used as a header for remote SDP. +# Variables: +# $timestamp (Number) - The Unix Epoch time at which the SDP was set. +about-webrtc-sdp-set-at-timestamp-remote = Tijikib'äx Näj SDP pa ri retal q'ijul { NUMBER($timestamp, useGrouping: "false") } +# This is used as a header for an SDP section contained in two columns allowing for side-by-side comparisons. +# Variables: +# $timestamp (Number) - The Unix Epoch time at which the SDP was set. +# $relative-timestamp (Number) - The timestamp relative to the timestamp of the earliest received SDP. +about-webrtc-sdp-set-timestamp = Retal q'ijul { NUMBER($timestamp, useGrouping: "false") } (+ { $relative-timestamp } ms) + +## + diff --git a/l10n-cak/toolkit/toolkit/about/abuseReports.ftl b/l10n-cak/toolkit/toolkit/about/abuseReports.ftl new file mode 100644 index 0000000000..795d4bfb6e --- /dev/null +++ b/l10n-cak/toolkit/toolkit/about/abuseReports.ftl @@ -0,0 +1,100 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# Localized string used as the dialog window title. +# "Report" is a noun in this case, "Report for AddonName". +# +# Variables: +# $addon-name (string) - Name of the add-on being reported +abuse-report-dialog-title = Tiya' rutzijol richin { $addon-name } + +abuse-report-title-extension = Tiya' Rutzijol Re K'amal Re' pa { -vendor-short-name } +abuse-report-title-theme = Tiya' Rutzijol Re Wachinel Re' pa { -vendor-short-name } +abuse-report-subtitle = ¿Achike ri k'ayewal? + +# Variables: +# $author-name (string) - Name of the add-on author +abuse-report-addon-authored-by = ruma <a data-l10n-name="author-name">{ $author-name }</a> + +abuse-report-learnmore = + ¿La man at jikïl ta achike k'ayewal nacha'? + <a data-l10n-name="learnmore-link">Tawetamaj ch'aqa' chik etamab'äl chi rij kitzijol taq k'amal chuqa' taq wachinel</a> + +abuse-report-submit-description = Tacholo' ri k'ayewal (cha'el) +abuse-report-textarea = + .placeholder = Man k'ayew ta nub'än chi qawäch jun k'ayewal we k'o jikïl taq rub'anikil chi qawäch. Tab'ana' utzil, tatzijoj achike xak'ulwachij. Matyox ruma yojato' chi niqab'än raxinäq chi re ri k'amab'ey. +abuse-report-submit-note = + Ch'utitzijol: Man tatz'ib'aj awetamab'al (achi'el ab'i', rochochib'al ataqoya'l, rajilab'al awoyonib'al, awochochib'al). + { -vendor-short-name } tik'oje' jun junelïk rutz'ib'axik re rutzijol re'. + +## Panel buttons. + +abuse-report-cancel-button = Tiq'at +abuse-report-next-button = Jun chik +abuse-report-goback-button = Titzolin +abuse-report-submit-button = Titaq + +## Message bars descriptions. + + +## Variables: +## $addon-name (string) - Name of the add-on + +abuse-report-messagebar-aborted = Xq'at ri rutzijol <span data-l10n-name="addon-name">{ $addon-name }</span>. +abuse-report-messagebar-submitting = Nitaq ri rutzijol richin <span data-l10n-name="addon-name">{ $addon-name }</span>. +abuse-report-messagebar-submitted = Matyox ruma xatäq ri rutzijol. ¿La nawajo' nayüj el <span data-l10n-name="addon-name">{ $addon-name }</span>? +abuse-report-messagebar-submitted-noremove = Matyox ruma xatäq ri rutzijol. +abuse-report-messagebar-removed-extension = Matyox ruma natäq re rutzijol. Xayüj ri k'amal <span data-l10n-name="addon-name">{ $addon-name }</span>. +abuse-report-messagebar-removed-theme = Matyox ruma natäq ri rutzijol. Xayüj ri wachinel <span data-l10n-name="addon-name">{ $addon-name }</span>. +abuse-report-messagebar-error = Xk'ulwachitäj jun sachoj toq nitaq ri rutzijol pa ruwi' <span data-l10n-name="addon-name">{ $addon-name }</span>. +abuse-report-messagebar-error-recent-submit = Man xtaq ta ri rutzijol pa ruwi' <span data-l10n-name="addon-name">{ $addon-name }</span> ruma taqon chik jun rutzijol. + +## Message bars actions. + +abuse-report-messagebar-action-remove-extension = Ja', Tiyuj +abuse-report-messagebar-action-keep-extension = Manäq. Xa Xtinyäk +abuse-report-messagebar-action-remove-theme = Ja', Tiyuj +abuse-report-messagebar-action-keep-theme = Manäq. Xa Xtinyäk +abuse-report-messagebar-action-retry = Titojtob'ëx chik +abuse-report-messagebar-action-cancel = Tiq'at + +## Abuse report reasons (optionally paired with related examples and/or suggestions) + +abuse-report-damage-reason-v2 = Xutz'ila' nukematz'ib' o ri taq nutzij xek'utub'ëx +abuse-report-damage-example = Achi'el: Nujäq malwar o nreleq'aj tzij + +abuse-report-spam-reason-v2 = Ruk'wan seq' tzijol o nuyäk eltzijol, ri man k'utun ta +abuse-report-spam-example = Achi'el: Yeruju' taq eltzijol pa ajk'amaya'l ruxaq + +abuse-report-settings-reason-v2 = Xjal ri wokik'amaya'l, tikirib'äl ruxaq o k'ak'a' ruwi', akuchi' man xya' ta rutzijol chwe ni xa ta xk'utüx pe chwe +abuse-report-settings-suggestions = Chuwäch niya' rutzijol ri k'amal, tatojtob'ej najäl ri runuk'ulem: +abuse-report-settings-suggestions-search = Tajala' runuk'ulem okik'amaya'l k'o wi +abuse-report-settings-suggestions-homepage = Tajala' ri tikirib'äl ruxaq chuqa' ri k'ak'a' ruwi' + +abuse-report-deceptive-reason-v2 = Nuna' ri' achi'el ri man ja ta rija' +abuse-report-deceptive-example = Achi'el: Q'olonel o achik'anel rutzijoxik + +abuse-report-broken-reason-extension-v2 = Man nisamäj ta, yeruyüj ri ajk'amaya'l ruxaq o eqal nub'än chi re { -brand-product-name } +abuse-report-broken-reason-theme-v2 = Man nisamäj ta o nuyüj ri nuk'üt ri okik'amaya'l +abuse-report-broken-example = Achi'el: Eqal nisamäj, k'ayew ye'okisäx o man yesamäj ta; peraj chi ke ri taq ajk'amaya'l ruxaq man yesamäj ta o man relik ta kib'anikil. +abuse-report-broken-suggestions-extension = + Achi'exa xaya' retal jun k'ayewal. Rik'in natäq jun rutzijol wawe', richin nisol jun k'ayewal + chi rij rub'eyal nisamäj ja ri yatzijon rik'in ri rub'anonel k'amal. + <a data-l10n-name="support-link">Tab'etz'eta' ri ajk'amaya'l ruxaq k'amal</a> richin ye'ak'ül ri taq tzij richin yatzijon rik'in ri b'anonel. +abuse-report-broken-suggestions-theme = + Achi'exa xaya' retal jun k'ayewal. Rik'in natäq jun rutzijol wawe', richin nisol jun k'ayewal + chi rij rub'eyal nisamäj ja ri yatzijon rik'in ri rub'anonel wachinel. + <a data-l10n-name="support-link">Tab'etz'eta' ri ajk'amaya'l ruxaq wachinel</a> richin ye'ak'ül ri taq tzij richin yatzijon rik'in ri b'anonel. + +abuse-report-policy-reason-v2 = Nuk'üt oyowal, itzel uchuq'a' o man ütz ta etamab'äl +abuse-report-policy-suggestions = + Ch'utitzijol: Ri k'ayewal pa ruwi' ruch'ojib'al b'anel chuqa' tz'ib'an kib'i' etal k'o chi niya' kitzijol pa jachon b'anoj. + <a data-l10n-name="report-infringement-link">Ke'awokisaj re taq rutzijol b'eyal re'</a> + richin naya' rutzijol ri k'ayewal. + +abuse-report-unwanted-reason-v2 = Majub'ey xinwajo' chuqa' man wetaman ta achike rub'eyal ninwelesaj el +abuse-report-unwanted-example = Achi'el: Jun chokoy xyak, akuchi' man xinya' ta q'ij + +abuse-report-other-reason = Jun chik wachinäq + diff --git a/l10n-cak/toolkit/toolkit/about/certviewer.ftl b/l10n-cak/toolkit/toolkit/about/certviewer.ftl new file mode 100644 index 0000000000..a917e8779a --- /dev/null +++ b/l10n-cak/toolkit/toolkit/about/certviewer.ftl @@ -0,0 +1,120 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +certificate-viewer-certificate-section-title = Ruwujil b'i'aj + +## Error messages + +certificate-viewer-error-message = Man xqïl ta retamab'al iqitzijib'äl o itzel chi iqitzijib'äl. Tatojtob'ej chik. +certificate-viewer-error-title = K'o itzel xub'än. + +## Certificate information labels + +certificate-viewer-algorithm = Alworit +certificate-viewer-certificate-authority = SSL Taqonel Taqöy Ruwujil B'i'aj +certificate-viewer-cipher-suite = Molaj taq man Etaman ta: +certificate-viewer-common-name = Relik Rub'i' +certificate-viewer-email-address = Rochochib'al Taqoya'l +# Variables: +# $firstCertName (String) - Common Name for the displayed certificate +certificate-viewer-tab-title = Ruwujil { $firstCertName } +# Inc. means Incorporated, e.g GitHub is incorporated in Delaware +certificate-viewer-inc-country = Amaq' +certificate-viewer-country = Amaq' +certificate-viewer-curve = Nik'set +certificate-viewer-distribution-point = Ruk'ojlemal Jachoj +certificate-viewer-dns-name = DNS B'i'aj +certificate-viewer-ip-address = IP Ochochib'äl +certificate-viewer-other-name = Jun Chik B'i'aj +certificate-viewer-exponent = Eponen +certificate-viewer-id = ID +certificate-viewer-key-exchange-group = Rujalwachinik Ruxe'el Tzij Molaj: +certificate-viewer-key-id = ID ewan tzij +certificate-viewer-key-size = Runimilem Ewan +# Inc. means Incorporated, e.g GitHub is incorporated in Delaware +certificate-viewer-inc-locality = Inc. K'ojlib'äl +certificate-viewer-locality = Tinamital +certificate-viewer-location = K'ojlib'äl +certificate-viewer-logid = Tz'ib'anïk ID +certificate-viewer-method = B'eyal +certificate-viewer-modulus = Tanaj +certificate-viewer-name = B'i'aj +certificate-viewer-not-after = Man Chi Rij Ta +certificate-viewer-not-before = Man Chuwa Ta +certificate-viewer-organization = Moloj +certificate-viewer-organizational-unit = Ruq'a' Moloj +certificate-viewer-policy = Na'ojil +certificate-viewer-protocol = Rub'eyal Samaj +certificate-viewer-public-value = Rejqalem Winaqilal +certificate-viewer-purposes = Taq ojqanem +certificate-viewer-qualifier = Ya'öl Rejqalem +certificate-viewer-qualifiers = Taq Ya'öl Rejqalem +certificate-viewer-required = Ajowan +certificate-viewer-unsupported = <man k'amonel ta> +# Inc. means Incorporated, e.g GitHub is incorporated in Delaware +certificate-viewer-inc-state-province = Inc. Amaq'/Province: +certificate-viewer-state-province = Amaq'/Province: +certificate-viewer-sha-1 = SHA-1 +certificate-viewer-sha-256 = SHA-256 +certificate-viewer-serial-number = Rucholajem rajilab'al +certificate-viewer-signature-algorithm = Ralgoritmo Jux +certificate-viewer-signature-scheme = Ruchib'al Juch'b'i'aj +certificate-viewer-timestamp = Retal q'ijul +certificate-viewer-value = Retal +certificate-viewer-version = Ruwäch +certificate-viewer-business-category = Ruwäch K'ayij +certificate-viewer-subject-name = Rub'i' Taqikil +certificate-viewer-issuer-name = Rub'i' ya'onel +certificate-viewer-validity = Ruq'ijul +certificate-viewer-subject-alt-names = Jun Chik Rub'i' +certificate-viewer-public-key-info = Retamab'al Winaqil Ewan +certificate-viewer-miscellaneous = K'ib'anob'äl +certificate-viewer-fingerprints = Retal taq ruwi' q'ab'aj +certificate-viewer-basic-constraints = Temel taq Q'atoj +certificate-viewer-key-usages = Nïm taq Okisanïk +certificate-viewer-extended-key-usages = Ruwi' Rokisaxik ri Ewan Tzij +certificate-viewer-ocsp-stapling = OCSP Tata'aj +certificate-viewer-subject-key-id = ID Ruxe' Taqikil +certificate-viewer-authority-key-id = ID Ruxe' Taqonelal +certificate-viewer-authority-info-aia = Retamab'al Taqonel (AIA) +certificate-viewer-certificate-policies = Taq Kina'ojil Ruwujil B'i'aj +certificate-viewer-embedded-scts = Ronojel SCTs +certificate-viewer-crl-endpoints = CRL K'isib'äl k'ojlemal +# This message is used as a row header in the Miscellaneous section. +# The associated data cell contains links to download the certificate. +certificate-viewer-download = Tiqasäx +# This message is used to replace boolean values (true/false) in several certificate fields, e.g. Certificate Authority +# Variables: +# $boolean (String) - true/false value for the specific field +certificate-viewer-boolean = + { $boolean -> + [true] Ja' + *[false] Mani + } + +## Variables: +## $fileName (String) - The file name to save the PEM data in, derived from the common name from the certificate being displayed. + +certificate-viewer-download-pem = PEM (cert) + .download = { $fileName }.pem +certificate-viewer-download-pem-chain = PEM (cadena) + .download = { $fileName }-chain.pem +# The title attribute for Critical Extension icon +certificate-viewer-critical-extension = + .title = Re k'amal re' xya' retal achi'el chi k'ayew rik'in, ri nuq'ajuj chi ri ruwinaq k'o chi nikixutuj ri wujil we man niq'ax ta pa kiwi'. +certificate-viewer-export = Tik'wäx el + .download = { $fileName }.pem + +## + +# Label for a tab where we haven't found a better label: +certificate-viewer-unknown-group-label = (man etaman ta ruwäch) + +## Labels for tabs displayed in stand-alone about:certificate page + +certificate-viewer-tab-mine = Taq Ruwujil Ab'i' +certificate-viewer-tab-people = Winaqi' +certificate-viewer-tab-servers = Taq ruk'u'x samaj +certificate-viewer-tab-ca = K'amöl taq b'ey +certificate-viewer-tab-unkonwn = Man etaman ta ruwäch diff --git a/l10n-cak/toolkit/toolkit/about/config.ftl b/l10n-cak/toolkit/toolkit/about/config.ftl new file mode 100644 index 0000000000..c0c022e33f --- /dev/null +++ b/l10n-cak/toolkit/toolkit/about/config.ftl @@ -0,0 +1,52 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +## These strings appear on the warning you see when first visiting about:config. + +about-config-intro-warning-title = Tachajij awi' chi Rub'anik +about-config-intro-warning-text = Kejal ri q'axinäq taq rajowaxik nuk'ulem, nitikir nutz'ila' rub'eyal nisamäj o ri rujikomal { -brand-short-name }. +about-config-intro-warning-checkbox = Tiya' rutzijol chwe toq yinok pa re taq ajowaxik re'. +about-config-intro-warning-button = Xinwetamaj ri K'ayewal chuqa' Tinsamajij el + +## + +# This is shown on the page before searching but after the warning is accepted. +about-config-caution-text = Kejal re taq rajowaxik nitikir nutz'ila' rub'eyal nisamäj o ri rujikomal { -brand-short-name }. + +about-config-page-title = Q'axinäq taq Ajowanïk + +about-config-search-input1 = + .placeholder = Rub'i' rajowaxik kanoxïk +about-config-show-all = Tik'ut Ronojel + +about-config-pref-add-button = + .title = Titz'aqatisäx +about-config-pref-toggle-button = + .title = Tik'exlöx +about-config-pref-edit-button = + .title = Nuk'b'äl +about-config-pref-save-button = + .title = Tiyak +about-config-pref-reset-button = + .title = Titzolïx +about-config-pref-delete-button = + .title = Tiyuj + +## Labels for the type selection radio buttons shown when adding preferences. + +about-config-pref-add-type-boolean = Ja'/manäq +about-config-pref-add-type-number = Ajilab'äl +about-config-pref-add-type-string = Cholajil + +## Preferences with a non-default value are differentiated visually, and at the +## same time the state is made accessible to screen readers using an aria-label +## that won't be visible or copied to the clipboard. +## +## Variables: +## $value (String): The full value of the preference. + +about-config-pref-accessible-value-default = + .aria-label = { $value } (k'o wi) +about-config-pref-accessible-value-custom = + .aria-label = { $value } (ichinan) diff --git a/l10n-cak/toolkit/toolkit/about/url-classifier.ftl b/l10n-cak/toolkit/toolkit/about/url-classifier.ftl new file mode 100644 index 0000000000..80ce1c8251 --- /dev/null +++ b/l10n-cak/toolkit/toolkit/about/url-classifier.ftl @@ -0,0 +1,54 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +url-classifier-title = Etamab'äl chi rij ri URL Cha'onel +url-classifier-search-title = Tikanöx +url-classifier-search-result-title = Taq q'i'oj +url-classifier-search-result-uri = URI: { $uri } +url-classifier-search-result-list = Kicholajem taq kajtz'ik: { $list } +url-classifier-search-input = JAY +url-classifier-search-error-invalid-url = Me'okel URL +url-classifier-search-error-no-features = Majun ichinil cha'on +url-classifier-search-btn = Titikirisäx ri kanoxïk +url-classifier-search-features = Taq b'anikil +url-classifier-search-listType = Rucholajem ruwäch +url-classifier-provider-title = Ajya'öl +url-classifier-provider = Ajya'öl +url-classifier-provider-last-update-time = Ruk'isib'äl ruq'ijul toq xk'ex +url-classifier-provider-next-update-time = Jun chik ruq'ijul toq xtik'ex +url-classifier-provider-back-off-time = Ramaj richin chi rij +url-classifier-provider-last-update-status = Rub'anikil ri ruk'isib'äl k'exoj +url-classifier-provider-update-btn = Tik'ex +url-classifier-cache-title = Jumejyak +url-classifier-cache-refresh-btn = Titzolïx +url-classifier-cache-clear-btn = Tijosq'ïx +url-classifier-cache-table-name = Rutz'ajalil b'i'aj +url-classifier-cache-ncache-entries = Kajlab'al taq rokitz'ib' ri xokonil jumejyak +url-classifier-cache-pcache-entries = Kajlab'al taq rokitz'ib' ri ikiq'alil jumejyak +url-classifier-cache-show-entries = Kek'ut pe ri taq okitz'ib' +url-classifier-cache-entries = Jumejyak taq okitz'ib' +url-classifier-cache-prefix = Ruwäch tzij +url-classifier-cache-ncache-expiry = Q'ij nik'is ri xokonil jumejyak +url-classifier-cache-fullhash = Tz'aqät jax +url-classifier-cache-pcache-expiry = Q'ij nik'is ri ikiq'alil jumejyak +url-classifier-debug-title = Tichojmirisäx +url-classifier-debug-module-btn = Tijikib'äx Yetz'ib'äx taq Juperaj +url-classifier-debug-file-btn = Tijikib'äx nitz'ib'äx yakb'äl +url-classifier-debug-js-log-chk = Tijikib'äx JS nitz'ib'äx +url-classifier-debug-sb-modules = Taq rujuperaj rutz'ibaxik ütz okem pa k'amaya'l +url-classifier-debug-modules = Wakami taq rujuperaj tz'ib'anïk +url-classifier-debug-sbjs-modules = Ütz okem pa k'amaya'l JS nitz'ib'äx +url-classifier-debug-file = Ruyakb'al tz'ib'anïk k'o wakami + +url-classifier-trigger-update = Ruk'exïk K'aqob'äl +url-classifier-not-available = M/O +url-classifier-disable-sbjs-log = Tichup ütz okem pa K'amaya'l JS nitz'ib'äx +url-classifier-enable-sbjs-log = Titzij ütz okem pa K'amaya'l JS nitz'ib'äx +url-classifier-enabled = Tzijon +url-classifier-disabled = Chupun +url-classifier-updating = tajin nik'ex +url-classifier-cannot-update = man tikirel ta nik'ex +url-classifier-success = xojtikïr +url-classifier-update-error = rusachoj k'exoj ({ $error }) +url-classifier-download-error = rusachoj qasanïk ({ $error }) diff --git a/l10n-cak/toolkit/toolkit/extensions/blocklist.ftl b/l10n-cak/toolkit/toolkit/extensions/blocklist.ftl new file mode 100644 index 0000000000..c60e32c1f4 --- /dev/null +++ b/l10n-cak/toolkit/toolkit/extensions/blocklist.ftl @@ -0,0 +1,22 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0 + +blocklist-window = + .title = Jujun taq tz'aqat rik'in jub'a' tajin nikiya' k'ayewal + .style = width: 45em; height: 30em; +blocklist-accept = + .label = Titikirisäx chik { -brand-short-name } + .accesskey = T + +blocklist-label-summary = { -brand-short-name } xuya' retal chi ri taq tz'aqat, etaman kiwäch ruma nikiya' k'ayewal pa ruwi' k'ojlemal chuqa' chajinïk: +blocklist-soft-and-hard = Xeq'at ri taq tz'aqat nikib'än nïm taq k'ayewal richin ruchuq'a' nisamäj chuqa' chajinïk. Ri ch'aqa' chik man kan ta ye'itzelan, xa xe chi niqachilab'ej chi kechup k'a ri'' tatikirisäx chik. +blocklist-hard-blocked = Re taq tz'aqat re', k'o ketal chi janila ye'itzelan pa ruwi' k'ojlemal o chajinïk, ruma ri' toq xeq'at, xa xe chi rajowaxik natikirisaj chik richin kan natz'aqatisaj pa ruwi'. +blocklist-soft-blocked = Richin achajixik, janila niqachilab'ej chawe chi ke'atikirisaj chik el re taq tz'aqat e chupül. +blocklist-more-information = + .value = Ch'aqa' chik rutzijol + +blocklist-blocked = + .label = Q'aton +blocklist-checkbox = + .label = Tichup diff --git a/l10n-cak/toolkit/toolkit/featuregates/features.ftl b/l10n-cak/toolkit/toolkit/featuregates/features.ftl new file mode 100644 index 0000000000..d7abe78cbb --- /dev/null +++ b/l10n-cak/toolkit/toolkit/featuregates/features.ftl @@ -0,0 +1,103 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# The title of the experiment should be kept in English as it may be referenced +# by various online articles and is technical in nature. +experimental-features-css-masonry2 = + .label = CSS: Masonry Layout +experimental-features-css-masonry-description = Tatz'ija' ri k'amoj rik'in ri tojtob'enel rusamaj ruwachib'enik mamposteria CSS. Tab'etz'eta' ri <a data-l10n-name="explainer">rutzijol</a> richin nik'ul jun nïm rutzijoxik rusamaj. Richin nitaq rutzijol. Richin nitaq rutzijol, katzijon pa <a data-l10n-name="w3c-issue"> rere' ruk'ayewal GitHub</a> o <a data-l10n-name="bug"> re sacjpk re'</a>. +# The title of the experiment should be kept in English as it may be referenced +# by various online articles and is technical in nature. +experimental-features-web-gpu2 = + .label = Web API: WebGPU +experimental-features-web-gpu-description2 = Re k'ak'a' API ko'öl to'ïk nuya' richin niq'ijüx chuqa' rumolsamaj wachib'äl akuchi' nokisäx ri <a data-l10n-name="wikipedia">Graphics Processing Unit (GPU)</a> pa rukematz'ib' o royonib'al okisaxel. Ri <a data-l10n-name="spec">rujikib'axik</a> k'a man jikïl ta. Tab'etz'eta' ri <a data-l10n-name="bugzilla">bug1602129</a> richin ch'aqa' rutzijol. +# The title of the experiment should be kept in English as it may be referenced +# by various online articles and is technical in nature. +experimental-features-media-avif = + .label = Media: AVIF +experimental-features-media-avif-description = Rik'in re samaj tzijon re', { -brand-short-name } nutob'ej ri rub'anikil ruyakb'al wachib'äl AV1 (AVIF). Re re' jun rub'anikil ruyakb'al wachib'äl ri nikokisab'ej ketamab'al taq algoritmo richin kijitz'oj AV1 richin nich'utinisäx rupalem. Tab'etz'eta' ri <a data-l10n-name="bugzilla">bug 1443863</a> richin ri rub'anikil. +# The title of the experiment should be kept in English as it may be referenced +# by various online articles and is technical in nature. +experimental-features-web-api-inputmode = + .label = Web API: inputmode +# "inputmode" and "contenteditable" are technical terms and shouldn't be translated. +experimental-features-web-api-inputmode-description = Ri qanimirisanem richin ri chijun b'anikil <a data-l10n-name="mdn-inputmode">inputmode</a> xk'ex rik'in <a data-l10n-name="whatwg">ri WHATWG retal</a>, po k'a k'o na chi niqab'än taq jaloj, achi'el chi kek'ojel pa contenteditable content. Titz'et <a data-l10n-name="bugzilla">sachoj 1205133</a> richin ri retal. +# The title of the experiment should be kept in English as it may be referenced +# by various online articles and is technical in nature. +experimental-features-web-api-link-preload = + .label = Web API: <link rel="preload"> +# Do not translate "rel", "preload" or "link" here, as they are all HTML spec +# values that do not get translated. +experimental-features-web-api-link-preload-description = Ri <a data-l10n-name="rel">rel</a> b'anikil rik'in rejqalem <code>"preload"</code> pa jun wachinäq <a data-l10n-name="link">link></a> richin nito'on nutzilaj rub'eyal nisamäj toq nuqasaj taq rutob'al ruxaq, nutz'ët chi k'o chi e k'o richin majun niq'at ri ruwachib'al ruxaq. Tisik'ïx <a data-l10n-name="readmore">“Rusamajixik chik rupam <code> %MOZ_APP_DISPLAYNAME% </code>”</a> o titz'et <a data-l10n-name="bugzilla">sachoj 1583604</a> richin rutzijol. +# The title of the experiment should be kept in English as it may be referenced +# by various online articles and is technical in nature. +experimental-features-css-focus-visible = + .label = CSS: Pseudo-class: :focus-visible +experimental-features-css-focus-visible-description = Nuya' q'ij chi kib'anikil jikib'anïk tisamajïx pa kiwi' taq wachinäq achi'el taq pitz'b'äl chuqa' chajinel taq nojwuj, toq nijikib'äx rik'in pitz'b'äl (achi'el toq nijal ruwi' rik'in wachinäq), man ke ta ri' toq nijikib'äx rik'in ri ch'oy o jun chik okisab'äl. Tatz'eta' <a data-l10n-name="bugzilla">bug 1617600</a> richin rutzijol. +# The title of the experiment should be kept in English as it may be referenced +# by various online articles and is technical in nature. +experimental-features-web-api-beforeinput = + .label = Web API: beforeinput Event +# The terms "beforeinput", "input", "textarea", and "contenteditable" are technical terms +# and shouldn't be translated. +experimental-features-web-api-beforeinput-description = Ri chijun nimaq'ij <a data-l10n-name="mdn-beforeinput">beforeinput</a> nitzij pa wachinäq <a data-l10n-name="mdn-input">input></a> chuqa' <a data-l10n-name="mdn-textarea"><textarea></a> o xab'achike wachinäq ruk'wan<a data-l10n-name="mdn-contenteditable">contentenditable</a> tzijïl, chuwäch nujäl ri' ri rejqalem wachinäq. Ri samaj nuya' q'ij chi ri ajk'amaya'l chokoy nujäl rub'anikil ri okik'amaya'l richin nisamäj ri okisanel, akuchi' nuya' q'ij chi ri ajk'amaya'l taq chokoy nuq'ät koken okisanela' rik'in xa xe jikïl taq tz'ib' o nuya' q'ij nikitz'ib'aj jikïl taq tz'ib' o nikijäl rujalik tz'ib' rik'in rub'anikil, akuchi' nuya' q'ij xa xe chi ke ri jikib'an taq b'anikil +# The title of the experiment should be kept in English as it may be referenced +# by various online articles and is technical in nature. +experimental-features-css-constructable-stylesheets = + .label = CSS: Constructable Stylesheets +experimental-features-css-constructable-stylesheets-description = Ri rutz'aqatisaxik jun nuk'unel pa ri <a data-l10n-name="mdn-cssstylesheet">CSSStyleSheet</a> k'amal achi'el chuqa' juley taq jaloj kik'amon ki' nub'än chi jumul yetz'uk k'ak'a' taq ruxaq rik'in kib'anikil akuchi' man nitz'aqatisäx ta ri HTML ruxaq. Re re' nub'än chi man k'ayew ta yetz'uk kib'anikil ruxaq ri ye'okisäx chik rik'in <a data-l10n-name="mdn-shadowdom">Shadow DOM</a>. Titz'et <a data-l10n-name="bugzilla">bug 1520690</a> richin ch'aqa' rutzijol. +experimental-features-devtools-color-scheme-simulation = + .label = Developer Tools: Color Scheme Simulation +experimental-features-devtools-color-scheme-simulation-description = Titz'aqatisäx jun cha'oj richin yetojtob'ëx jalajöj taq kichib'enik b'onil, nikiya' q'ij chawe richin ye'atz'ét taq q'ojom <a data-l10n-name="mdn-preferscolorscheme">@prefers-color-scheme</a>. Ri rokisaxik re samaj re' nuya' q'ij chi ri ruxaq b'anikil tutzolij pe tzij chi rij we ri okisanel nrajo' jun ruk'amal okisanel q'equm o säq ruwa. Re re' nuya' q'ij chawe natojtob'ej ri b'itz'ib' akuchi' man najäl ta ri runuk'ulem okik'amaya'l (o ri rusamajel q'inoj we ri okik'amaya'l nrojqaj jun runuk'ulem ruchib'enik b'onil jikib'an richin chijun ri q'inoj). Tatz'eta' <a data-l10n-name="bugzilla1">bug 1550804</a> chuqa' <a data-l10n-name="bugzilla2">bug 1137699</a> richin ch'aqa' retal. +experimental-features-devtools-execution-context-selector = + .label = Developer Tools: Execution Context Selector +experimental-features-devtools-execution-context-selector-description = Re samaj nuk'üt jun pitz'b'äl pa ruk'amal rukomanto' konsola richin yatikïr najäl rub'eyal ruk'ojlem xtisamajïx ri tz'ib'anïk xatz'ib'aj, Tatz'eta' <a data-l10n-name="bugzilla1">sachoj 1605154</a> chuqa' <a data-l10n-name="bugzilla2">bug 1605153</a> richin ch'aqa' retal. +experimental-features-devtools-compatibility-panel = + .label = Developer Tools: Compatibility Panel +experimental-features-devtools-compatibility-panel-description = Jun ruchi' pas richin ri Runik'onel Ruxaq ri nuk'üt pe ri etamab'äl akuchi' nuya' retal rub'anikil k'amoj chi kikojol ri okik'amaya' richin ri achokoy. Tatz'eta' <a data-l10n-name="bugzilla">bug 1584464</a> richin ch'aqa' rutzijol. +# Do not translate 'SameSite', 'Lax' and 'None'. +experimental-features-cookie-samesite-lax-by-default2 = + .label = Cookies: SameSite=Lax k'o wi +experimental-features-cookie-samesite-lax-by-default2-description = Yerutz'ët ri taq cookies achi'el “SameSite=Lax” ri k'o wi we man nijikib'äx ta ri “SameSite” b'anikil. Ri b'anonela' k'o chi nikojqaj ri status quo k'o wakami toq nub'ij “SameSite=None”. +# Do not translate 'SameSite', 'Lax' and 'None'. +experimental-features-cookie-samesite-none-requires-secure2 = + .label = Cookies: SameSite=None nrajo' jun jikïl b'anikil +experimental-features-cookie-samesite-none-requires-secure2-description = Taq cookies rik'in “SameSite=None” nrajo' ri jikïl b'anikil. Re b'anikil re' nrajo' “Cookies: SameSite=Lax k'o wi”. +# about:home should be kept in English, as it refers to the the URI for +# the internal default home page. +experimental-features-abouthome-startup-cache = + .label = about:home rujumejyak tikirib'äl +experimental-features-abouthome-startup-cache-description = Rujumejyak tikirinel wuj about:home ri nusamajij ri' ruyon pa rutikiribal. Ri nrojqaj ri jumejyak richin ninimirisäx rusamaj ri tikirib'äl. +experimental-features-print-preview-tab-modal = + .label = Ruwachib'exik Chik Nab'ey Rutz'etoj Tz'ajb'anïk +experimental-features-print-preview-tab-modal-description = Nuk'üt ri nab'ey rutz'etoj tz'ajb'anïk xwachib'ëx chik chuqa' nub'än chi ri tz'ajb'anïk k'o pa macOS. Nuq'alajisaj nima'q taq sachoj chuqa' man ruk'wan ta ronojel runuk'ulem pa ruwi' rutz'ajb'axik. Richin yatol pa runuk'ulem tz'ajb'anïk tacha' “Titz'ajb'äx rik'in rutzijol q'inoj…” pa rupas Tz'ajb'anïk. +# The title of the experiment should be kept in English as it may be referenced +# by various online articles and is technical in nature. +experimental-features-cookie-samesite-schemeful = + .label = Cookies: Schemeful SameSite +experimental-features-cookie-samesite-schemeful-description = Kisamajixik taq cookies richin junam ajk'amal po rik'in jalajöj chib'enïk (achi'el, http://example.com chuqa' https://example.com) achi'el xoch'in taq ruxaq pa ruk'exel ri jun ruxaq. Nrutzilaj ri jikomal po nuya' k'ïy sachoj. +# "Service Worker" is an API name and is usually not translated. +experimental-features-devtools-serviceworker-debugger-support = + .label = Developer Tools: Service Worker debugging +# "Service Worker" is an API name and is usually not translated. +experimental-features-devtools-serviceworker-debugger-support-description = Nutzïj ri tojtob'enel tob'äl richin Service Workers pa Rupas Chojmirisanel. Re rub'anikil re' nub'än eqal chi ke ri Kisamajib'al B'anonela' chuqa' yalan uchuqa' nrokisaj. +# WebRTC global mute toggle controls +experimental-features-webrtc-global-mute-toggles = + .label = WebRTC Chijun K'oxom Silowäch +experimental-features-webrtc-global-mute-toggles-description = Ketz'aqatisäx taq samajib'äl pa ri WebRTC chijun komonïk etanel ri nikiya' q'ij chi ke ri okisanela' yekichüp chijun ri ketal q'asäy taq kich'ab'äl chuqa' elesäy wachib'äl. +# JS JIT Warp project +experimental-features-js-warp = + .label = JavaScript JIT: Warp +experimental-features-js-warp-description = Titzij Warp, jun nuk'samaj richin nutziläx ri rub'eyal nisamäj chuqa' rokisaxik ruchuq'a' JavaScript. +# Fission is the name of the feature and should not be translated. +experimental-features-fission = + .label = Fission (Rujech'unik Ruxaq) +experimental-features-fission-description = Fission (rujech'unik ruxaq) jun tojtob'enel samaj pa richin jun rutz'aqat pisoj richin yeruchajij taq rusachoj jikomal. Toq yerujech'uj jujun ruxaq pa kiyonil, Fission k'ayew nub'än chi ke ri itzel taq ajk'amaya'l ruxaq richin ye'ok pa ketamab'al ch'aqa' chik taq ruxaq ye'atz'ët. Re re' jun nimaläj tz'aqonel jaloj pa { -brand-short-name } chuqa' niqamatyoxij chawe chi natojtob'ej chuqa' naya' rutzijol xab'achike k'ayewal nawïl. Richin nawetamaj ch'aqa' chik rub'anikil, tatz'eta' <a data-l10n-name="wiki">ri wiki</a>. +# Support for having multiple Picture-in-Picture windows open simultaneously +experimental-features-multi-pip = + .label = Rutob'al Picture-in-Picture +experimental-features-multi-pip-description = Tojtob'enel chi to'ïk richin niya' q'ij chi yejaq k'ïy taq rutzub'al Picture-in-Picture pa jub'ey. +experimental-features-http3 = + .label = HTTP/3 protokolo' +experimental-features-http3-description = Tojtob'enel Rutob'al ri HTTP/3 protokolo'. diff --git a/l10n-cak/toolkit/toolkit/global/createProfileWizard.ftl b/l10n-cak/toolkit/toolkit/global/createProfileWizard.ftl new file mode 100644 index 0000000000..77792f4717 --- /dev/null +++ b/l10n-cak/toolkit/toolkit/global/createProfileWizard.ftl @@ -0,0 +1,53 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +create-profile-window = + .title = To'onel richin kinuk'ik taq ruwäch b'i'aj + .style = width: 45em; height: 32em; + +## First wizard page + +create-profile-first-page-header = + { PLATFORM() -> + [macos] Nab'ey taq tzij + *[other] Ütz apetik pa { create-profile-window.title } + } + +profile-creation-explanation-1 = { -brand-short-name } nuyäk etamab'äl pa ruwi' ri anuk'ulem chuqa' awajowab'äl pa ri ruwäch ab'i'. + +profile-creation-explanation-2 = We nakomonij re ruwachib'äl { -brand-short-name } kik'in ch'aqa' chik taq winäq, yatikïr ye'awokisaj taq ruwäch b'i'aj richin chi ejachon ri ketamab'al jujun taq winäq. Ruma ri', chi kijujunal ri winaqi' nikinük' ruwäch kib'i'. + +profile-creation-explanation-3 = We rat ayonil nawokisaj re ruwachib'al { -brand-short-name }, k'o chi k'o jun ruwäch ab'i'. We nawajo', yatikïr ye'anük' jalajöj chi kiwäch taq b'i'aj richin ye'ayák kan jalajöj taq nuk'ulem chuqa' taq ajowab'äl. Achi'el, jun ruwäch b'i'aj xa xe awichin chuqa' jun chik richin pan asamaj. + +profile-creation-explanation-4 = + { PLATFORM() -> + [macos] Tapitz'a' pa Tichap chik el richin natikirisaj nanük' ruwäch ab'i'. + *[other] Tapitz'a' pa Jun chik richin natikirisaj nanük' ruwäch ab'i'. + } + +## Second wizard page + +create-profile-last-page-header = + { PLATFORM() -> + [macos] Ruk'isib'äl taq tzij + *[other] Tajin nitz'aqatisäx ri { create-profile-window.title } + } + +profile-creation-intro = We ye'anük' k'ïy taq ruwäch b'i'aj, yatikïr naya' ketal ruma ri kib'i'. Yatikïr natz'ib'aj rub'i' achi'el re' chuqa' natz'ib'aj jun chik. + +profile-prompt = Tatz'ib'aj rub'i' ri k'ak'a' ruwäch b'i'aj: + .accesskey = T + +profile-default-name = + .value = Winäq ri ruk'amon wi pe + +profile-directory-explanation = Ri anuk'ulem winäq, taq ajowab'äl chuqa' ch'aqa' chik taq tzij pa ruwi' ri winäq xkeyak pa: + +create-profile-choose-folder = + .label = Ticha' yakwuj… + .accesskey = T + +create-profile-use-default = + .label = Tokisäx ri yakwuj ri ruk'amon wi pe + .accesskey = o diff --git a/l10n-cak/toolkit/toolkit/global/handlerDialog.ftl b/l10n-cak/toolkit/toolkit/global/handlerDialog.ftl new file mode 100644 index 0000000000..384598f36c --- /dev/null +++ b/l10n-cak/toolkit/toolkit/global/handlerDialog.ftl @@ -0,0 +1,69 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# Please keep the emphasis around the hostname and scheme (ie the +# `<strong>` HTML tags). Please also keep the hostname as close to the start +# of the sentence as your language's grammar allows. +# +# Variables: +# $host - the hostname that is initiating the request +# $scheme - the type of link that's being opened. +handler-dialog-host = <strong>{ $host }</strong> nrajo' nujäq jun <strong>{ $scheme }</strong> ximonel. + +## Permission Dialog +## Variables: +## $host - the hostname that is initiating the request +## $scheme - the type of link that's being opened. +## $appName - Name of the application that will be opened. + +permission-dialog-description = ¿La niya' q'ij chi re re ruxaq nujäq ri { $scheme } ximonel? +permission-dialog-description-file = ¿La niya' q'ij chi re re yakb'äl nujäq ri { $scheme } ximonel? +permission-dialog-description-host = ¿La niya' q'ij { $host } nujäq ri { $scheme } ximonel? +permission-dialog-description-app = ¿La niya' q'ij chi re re ruxaq nujäq ri { $scheme } ximonel rik'in { $appName }? +permission-dialog-description-host-app = ¿La niya' q'ij { $host } nujäq ri { $scheme } ximonel rik'in { $appName }? +permission-dialog-description-file-app = ¿La niya' q'ij chi re re yakb'äl nujäq ri { $scheme } ximonel rik'in { $appName }? + +## Please keep the emphasis around the hostname and scheme (ie the +## `<strong>` HTML tags). Please also keep the hostname as close to the start +## of the sentence as your language's grammar allows. + +permission-dialog-remember = Junelïk tiya' q'ij chi ri <strong>{ $host }</strong> nujäq <strong>{ $scheme }</strong> ximonel +permission-dialog-remember-file = Junelïk tokisäx re yakb'äl richin nijaq ri <strong>{ $scheme }</strong> ximonel + +## + +permission-dialog-btn-open-link = + .label = Tijaq Ximonel + .accessKey = T +permission-dialog-btn-choose-app = + .label = Ticha' Chokoy + .accessKey = C +permission-dialog-unset-description = K'o chi nacha' jun chokoy. +permission-dialog-set-change-app-link = Tacha' jun chik wi chi chokoy. + +## Chooser dialog +## Variables: +## $scheme - the type of link that's being opened. + +chooser-window = + .title = Ticha' Chokoy + .style = min-width: 26em; min-height: 26em; +chooser-dialog = + .buttonlabelaccept = Tijaq Ximonel + .buttonaccesskeyaccept = T +chooser-dialog-description = Tacha' jun chokoy richin najäq ri { $scheme } chokoy. +# Please keep the emphasis around the scheme (ie the `<strong>` HTML tags). +chooser-dialog-remember = Junelïk tokisäx re chokoy richin nijaq ri <strong>{ $scheme }</strong> ximonel +chooser-dialog-remember-extra = + { PLATFORM() -> + [windows] Re re' tikirel nijal pa { -brand-short-name } taq cha'oj. + *[other] Re re' tikirel nijal pa { -brand-short-name } taq ajowab'äl. + } +choose-other-app-description = Ticha' jun chokoy +choose-app-btn = + .label = Ticha'… + .accessKey = T +choose-other-app-window-title = Jun chik chokoy… +# Displayed under the name of a protocol handler in the Launch Application dialog. +choose-dialog-privatebrowsing-disabled = Xchup pan Ichinan Tzuwäch diff --git a/l10n-cak/toolkit/toolkit/global/processTypes.ftl b/l10n-cak/toolkit/toolkit/global/processTypes.ftl new file mode 100644 index 0000000000..1b5ba736dc --- /dev/null +++ b/l10n-cak/toolkit/toolkit/global/processTypes.ftl @@ -0,0 +1,36 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +process-type-web = Ajk'amaya'l Rupam + +# process used to run privileged about pages, +# such as about:home +process-type-privilegedabout = Chi rij Ichinanem + +# process used to run privileged mozilla pages, +# such as accounts.firefox.com +process-type-privilegedmozilla = Ichinan Rupam Mozilla + +process-type-extension = K'amal + +# process used to open file:// URLs +process-type-file = Aj Wawe' Yakb'äl + +# process used to isolate webpages that requested special +# permission to allocate large amounts of memory +process-type-weblargeallocation = Nïm Ya'oj + +# process used to isolate a webpage from other web pages +# to improve security +process-type-webisolated = Rupam K'amaya'l pa Mejmïk + +# process used to communicate with the GPU for +# graphics acceleration +process-type-gpu = GPU + +# process used to perform network operations +process-type-socket = Chuq'b'äl + +# process preallocated; may change to other types +process-type-prealloc = Ya'on chik chi re diff --git a/l10n-cak/toolkit/toolkit/global/profileDowngrade.ftl b/l10n-cak/toolkit/toolkit/global/profileDowngrade.ftl new file mode 100644 index 0000000000..e5f80c5d41 --- /dev/null +++ b/l10n-cak/toolkit/toolkit/global/profileDowngrade.ftl @@ -0,0 +1,20 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +profiledowngrade-window = + .title = Xatikirisaj jun ojer ruwäch chi { -brand-product-name }. + .style = width: 490px; + +profiledowngrade-window-create = + .label = Tinuk' jun K'ak'a' Ruwäch B'i'aj + +profiledowngrade-sync = We nawokisaj jun ojer ruwäch { -brand-product-name } nitikïr yerutz'ila' ri taq ayaketal chuqa' ri runatab'al awokem pa k'amaya'l eyakon chik pa ri ruwäch b'i'aj k'o chik richin ri { -brand-product-name }. Richin nachajij ri etamab'äl, k'o ta chi natz'ük jun k'ak'a' ruwäch b'i'aj richin ri ruyakik ri { -brand-short-name }. Jantape' yatikïr yatok rik'in jun { -fxaccount-brand-name } richin ye'axïm ri taq ayaketal chuqa' runatab'al awokem pa k'amaya'l chi kikojol ri taq ruwäch ab'i'. +profiledowngrade-nosync = We nawokisaj jun ojer ruwäch { -brand-product-name } nitikïr yerutz'ila' ri taq ayaketal chuqa' ri runatab'al awokem pa k'amaya'l eyakon chik pa ri ruwäch b'i'aj k'o chik richin ri { -brand-product-name }. Richin nachajij ri etamab'äl, k'o ta chi natz'ük jun k'ak'a' ruwäch b'i'aj richin ri ruyakik ri { -brand-short-name }. + +profiledowngrade-quit = + .label = + { PLATFORM() -> + [windows] Tel + *[other] Tel + } diff --git a/l10n-cak/toolkit/toolkit/global/profileSelection.ftl b/l10n-cak/toolkit/toolkit/global/profileSelection.ftl new file mode 100644 index 0000000000..e1e4d73181 --- /dev/null +++ b/l10n-cak/toolkit/toolkit/global/profileSelection.ftl @@ -0,0 +1,36 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +profile-selection-window = + .title = { -brand-short-name } - Tacha' jun ruwäch rub'i' winäq + +profile-selection-button-accept = + .label = Titikirisäx { -brand-short-name } + +profile-selection-button-cancel = + .label = Tel + +profile-selection-new-button = + .label = Tinuk' ruwäch b'i'aj… + .accesskey = T + +profile-selection-rename-button = + .label = Titz'ib'äx chi rub'i' ri ruwäch b'i'aj… + .accesskey = T + +profile-selection-delete-button = + .label = Tiyuj el ri ruwäch b'i'aj… + .accesskey = T + +## Messages used in the profile manager + +profile-manager-description = { -brand-short-name } nuyäk etamab'äl pa ruwi' ri anuk'ulem, taq awajowab'äl chuqa' juley chik taq ch'akulal pa ri ruwäch ab'i'. + +profile-manager-work-offline = + .label = Tisamäj rik'in majun okem pa k'amaya'l + .accesskey = T + +profile-manager-use-selected = + .label = Tokisäx ri ruwäch b'i'aj cha'on, majun tik'utüx toq nitikirisäx. + .accesskey = T diff --git a/l10n-cak/toolkit/toolkit/global/resetProfile.ftl b/l10n-cak/toolkit/toolkit/global/resetProfile.ftl new file mode 100644 index 0000000000..999ec8ce7f --- /dev/null +++ b/l10n-cak/toolkit/toolkit/global/resetProfile.ftl @@ -0,0 +1,14 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +refresh-profile-dialog = + .title = Titzolïx { -brand-short-name } +refresh-profile-dialog-button = + .label = Titzolïx { -brand-short-name } +refresh-profile-description = Tatikirisaj rik'in majun richin nasöl kiwäch k'ayewal chuqa' nanük' rub'eyal nisamäj. +refresh-profile-description-details = Re re' +refresh-profile-remove = Ke'elesäx el ri taq atz'aqat chuqa' taq awichinaxik +refresh-profile-restore = Ke'atzolij chik ri runuk'ulem awokik'amaya'l rik'in ri taq wachinel e k'o wi +refresh-profile = Tiya' jun rukamuluxik chi re { -brand-short-name } +refresh-profile-button = Titzolïx { -brand-short-name }… diff --git a/l10n-cak/toolkit/toolkit/global/textActions.ftl b/l10n-cak/toolkit/toolkit/global/textActions.ftl new file mode 100644 index 0000000000..be695968be --- /dev/null +++ b/l10n-cak/toolkit/toolkit/global/textActions.ftl @@ -0,0 +1,49 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +text-action-undo = + .label = Titzolïx + .accesskey = t + +text-action-undo-shortcut = + .key = Z + +text-action-redo = + .label = Tikamulüx + .accesskey = m + +text-action-redo-shortcut = + .key = Y + +text-action-cut = + .label = Tiqupïx + .accesskey = q + +text-action-cut-shortcut = + .key = X + +text-action-copy = + .label = Tiwachib'ëx + .accesskey = c + +text-action-copy-shortcut = + .key = C + +text-action-paste = + .label = Titz'ajb'äx + .accesskey = T + +text-action-paste-shortcut = + .key = V + +text-action-delete = + .label = Tiyuj + .accesskey = T + +text-action-select-all = + .label = Ticha' Ronojel + .accesskey = R + +text-action-select-all-shortcut = + .key = A diff --git a/l10n-cak/toolkit/toolkit/global/unknownContentType.ftl b/l10n-cak/toolkit/toolkit/global/unknownContentType.ftl new file mode 100644 index 0000000000..c5be39d783 --- /dev/null +++ b/l10n-cak/toolkit/toolkit/global/unknownContentType.ftl @@ -0,0 +1,13 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +unknowncontenttype-handleinternally = + .label = Tijaq rik'in { -brand-short-name } + .accesskey = a +unknowncontenttype-settingschange = + .value = + { PLATFORM() -> + [windows] Yatikïr najäl runuk'ulem { -brand-short-name } pa ri taq rucha'oj. + *[other] Yatikïr najäl runuk'ulem { -brand-short-name } pa ri taq awajowab'al. + } diff --git a/l10n-cak/toolkit/toolkit/global/videocontrols.ftl b/l10n-cak/toolkit/toolkit/global/videocontrols.ftl new file mode 100644 index 0000000000..eebb5c4d2a --- /dev/null +++ b/l10n-cak/toolkit/toolkit/global/videocontrols.ftl @@ -0,0 +1,14 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +videocontrols-scrubber = + .aria-label = K'ojlib'äl +# This label is used by screenreaders and other assistive technology to indicate +# to users how much of the video has been loaded from the network. It will be +# followed by the percentage of the video that has loaded (e.g. "Loading: 13%"). +videocontrols-buffer-bar-label = Nusamajij: +videocontrols-volume-control = + .aria-label = Ruch'ab'äl +videocontrols-closed-caption-button = + .aria-label = Kicha'oj richin Nitz'apïx diff --git a/l10n-cak/toolkit/toolkit/global/wizard.ftl b/l10n-cak/toolkit/toolkit/global/wizard.ftl new file mode 100644 index 0000000000..18a62950b9 --- /dev/null +++ b/l10n-cak/toolkit/toolkit/global/wizard.ftl @@ -0,0 +1,37 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +wizard-macos-button-back = + .label = Titzolin + .accesskey = T +wizard-linux-button-back = + .label = Chi rij + .accesskey = C +wizard-win-button-back = + .label = < Chi rij + .accesskey = C + +wizard-macos-button-next = + .label = Titikïr chik el + .accesskey = T +wizard-linux-button-next = + .label = Jun chik + .accesskey = J +wizard-win-button-next = + .label = Jun chik > + .accesskey = J + +wizard-macos-button-finish = + .label = Xk'is +wizard-linux-button-finish = + .label = Tik'is +wizard-win-button-finish = + .label = Tik'is + +wizard-macos-button-cancel = + .label = Tiq'at +wizard-linux-button-cancel = + .label = Tiq'at +wizard-win-button-cancel = + .label = Tiq'at diff --git a/l10n-cak/toolkit/toolkit/intl/languageNames.ftl b/l10n-cak/toolkit/toolkit/intl/languageNames.ftl new file mode 100644 index 0000000000..f06451185f --- /dev/null +++ b/l10n-cak/toolkit/toolkit/intl/languageNames.ftl @@ -0,0 +1,212 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +language-name-aa = Afar +language-name-ab = Abkhazian +language-name-ach = Acholi' +language-name-ae = Avéstico +language-name-af = aj Africa +language-name-ak = Akan +language-name-am = Amarico +language-name-an = aj Aragon +language-name-ar = Aj Arabia +language-name-as = Asames +language-name-ast = aj Asturia +language-name-av = Avaro +language-name-ay = Aymara +language-name-az = Azerbaijani +language-name-ba = Bashkir +language-name-be = Bielorruso +language-name-bg = aj Bulgaria +language-name-bh = Bihari +language-name-bi = Bislama +language-name-bm = Bambara +language-name-bn = Bengali +language-name-bo = Tibetano' +language-name-br = Breton +language-name-bs = aj Bosnia +language-name-ca = Catalan +language-name-cak = Kaqchikel +language-name-ce = aj Chechenia +language-name-ch = Chamorro +language-name-co = Corso +language-name-cr = Cree +language-name-crh = Krime'an Tatar +language-name-cs = aj Chicoslavia +language-name-csb = Kashubian +language-name-cu = Eslavo eclesiástico +language-name-cv = Chuvash +language-name-cy = aj Gale +language-name-da = Danes +language-name-de = aj Alemania +language-name-dsb = Lower Sorbian +language-name-dv = Divehi +language-name-dz = Dzongkha +language-name-ee = Ewe +language-name-el = aj Gresia +language-name-en = Q'anchi' +language-name-eo = Esperanto +language-name-es = Kaxlan ch'ab'äl +language-name-et = aj Estonia +language-name-eu = Basque +language-name-fa = aj Persia +language-name-ff = Fulah +language-name-fi = aj Finlandia +language-name-fj = Fiji +language-name-fo = Feroes +language-name-fr = aj Francia +language-name-fur = Friuliano +language-name-fy = aj Frisia +language-name-ga = aj Irlanda +language-name-gd = Gaelico aj Escosia +language-name-gl = aj Galicia +language-name-gn = Guarani +language-name-gu = Gujarati +language-name-gv = Manes +language-name-ha = Hausa +language-name-haw = aj Hawai +language-name-he = Aj Heb'reya +language-name-hi = Hindu +language-name-hil = Hiligaynon +language-name-ho = Hiri Motu +language-name-hr = aj Croacia +language-name-hsb = Serbio superior +language-name-ht = aj Haiti +language-name-hu = Hungaro +language-name-hy = Armeni'o' ch'ab'äl +language-name-hz = Herero +language-name-ia = Interlingua +language-name-id = aj Indonesia +language-name-ie = Interlingue +language-name-ig = Igbo +language-name-ii = Sichuan Yi +language-name-ik = Inupiaq +language-name-io = Ido +language-name-is = aj Islandia +language-name-it = aj Italia +language-name-iu = Inuktitut +language-name-ja = aj Japon +language-name-jv = aj Javan +language-name-ka = Georgian ch'ab'äl +language-name-kab = Kawyle' ch'ab'äl +language-name-kg = Kongo +language-name-ki = Kikuyu +language-name-kj = Kuanyama +language-name-kk = Kazajo +language-name-kl = aj Groenlandia +language-name-km = Aj CamboyaKhmer +language-name-kn = Kannada +language-name-ko = KORYANO +language-name-kok = Konkani +language-name-kr = Kanuri +language-name-ks = Kashmiri +language-name-ku = Kurdo +language-name-kv = Komi +language-name-kw = Cornish +language-name-ky = Kirghiz +language-name-la = Latin +language-name-lb = aj Loxemburgo +language-name-lg = Ganda +language-name-li = Limburgan +language-name-lij = Liwuryan +language-name-ln = Lingala +language-name-lo = Lao +language-name-lt = aj Lituania +language-name-ltg = Latwalyan +language-name-lu = Luba-Katanga +language-name-lv = Leton +language-name-mai = Maithili +language-name-meh = Mixteco Tlaxiaco del suroeste +language-name-mg = Malagasy +language-name-mh = Marshales +language-name-mi = Maori +language-name-mix = Mixtepec Mixtec +language-name-mk = Macedonio +language-name-ml = Malayo +language-name-mn = aj Mongolia +language-name-mr = Marati +language-name-ms = aj Malasia +language-name-mt = Maltes +language-name-my = Birmano +language-name-na = Nauru +language-name-nb = aj Noruega/Bakmal +language-name-nd = Ndeble, Norte +language-name-ne = Nepali +language-name-ng = Ndonga +language-name-nl = aj Holanda +language-name-nn = aj Noruega/Nynorsk +language-name-no = aj Noruega +language-name-nr = Ndebele del sur +language-name-nso = Sotho del norte +language-name-nv = Navajo +language-name-ny = Chichiwa +language-name-oc = Occitano +language-name-oj = Ojibwa +language-name-om = Oromo +language-name-or = Odia +language-name-os = Osetio +language-name-pa = Punjabi +language-name-pi = Pali +language-name-pl = aj Polonia +language-name-ps = Pashto +language-name-pt = aj Portugal +language-name-qu = Quechua +language-name-rm = Rhaeto-Romanic +language-name-rn = Kirundi +language-name-ro = Rumania +language-name-ru = Aj Rusia +language-name-rw = Kinyarwanda +language-name-sa = Sanscrito +language-name-sc = Sardinian +language-name-sd = Sindhi +language-name-se = Sami del norte +language-name-sg = Sango +language-name-si = Cingales +language-name-sk = aj Eslovaquia +language-name-sl = aj Eslovenia +language-name-sm = aj Samoa +language-name-sn = Shona +language-name-so = aj Somalia +language-name-son = Songhay +language-name-sq = aj Albania +language-name-sr = Serbia +language-name-ss = Siswati +language-name-st = Sotho del sur +language-name-su = aj Sudan +language-name-sv = aj Suecia +language-name-sw = Swahili +language-name-ta = Tamil +language-name-te = Telugu +language-name-tg = Tajik +language-name-th = Taylanes +language-name-ti = Tigriya +language-name-tig = Tigre +language-name-tk = Turkmen +language-name-tl = Tagalo +language-name-tlh = Klingon +language-name-tn = Tswana +language-name-to = Tonga +language-name-tr = Kurdo +language-name-trs = Triqui +language-name-ts = Tsonga +language-name-tt = Tartaro +language-name-tw = Twi +language-name-ty = Tahiti +language-name-ug = Uighur +language-name-uk = aj Ukranya +language-name-ur = Urdu +language-name-uz = Uzbekistan +language-name-ve = Venda +language-name-vi = aj BYETNAM +language-name-vo = Volapük +language-name-wa = Valon +language-name-wen = aj Serbia +language-name-wo = Wolof +language-name-xh = Xhosa +language-name-yi = Judio +language-name-yo = Yoruba +language-name-za = Zhuang +language-name-zam = Myawatlan Sapotek +language-name-zh = Chino ch'ab'äl +language-name-zu = Zulu diff --git a/l10n-cak/toolkit/toolkit/intl/regionNames.ftl b/l10n-cak/toolkit/toolkit/intl/regionNames.ftl new file mode 100644 index 0000000000..48fd53dd2c --- /dev/null +++ b/l10n-cak/toolkit/toolkit/intl/regionNames.ftl @@ -0,0 +1,280 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + + +### Notice: If you're updating this list, you should also +### update the list in mozIntl.js. + +region-name-ad = Andorra +region-name-ae = Emiratos Arabe Unidos +region-name-af = Afganistan +region-name-ag = Antigua y Barbuda +region-name-ai = Anguilla +region-name-al = Albania +region-name-am = Armenia +region-name-ao = Angola +region-name-aq = Antartida +region-name-ar = Argentina +region-name-as = American Samoa +region-name-at = Austria +region-name-au = Australia +region-name-aw = Aruba +region-name-az = Azerbayan +region-name-ba = Bosnia-Herzegovina +region-name-bb = Barbados +region-name-bd = Bangladesh +region-name-be = Belgica +region-name-bf = Burkina Faso +region-name-bg = Bulgaria +region-name-bh = bahrein +region-name-bi = Burundi +region-name-bj = Benin +region-name-bl = San Bartolome +region-name-bm = Bermudas +region-name-bn = Brunei +region-name-bo = Bolivia +region-name-bq = Bonaire, San Eustaquio y Saba +region-name-br = Brasil +region-name-bs = Bahamas, Ri +region-name-bt = Bhutan +region-name-bv = Isla Bouvet +region-name-bw = Botswana +region-name-by = Belarus +region-name-bz = Belice +region-name-ca = Canada +region-name-cc = Islas Cocos (Keeling) +region-name-cd = Congo (Kinshasa) +region-name-cf = Republica Central aj Africa +region-name-cg = Republica del Congo +region-name-ch = Suiza +region-name-ci = Costa de Marfil +region-name-ck = Islas Cook +region-name-cl = Chile +region-name-cm = Camerun +region-name-cn = China +region-name-co = Colombia +region-name-cp = Isla Clipperton +region-name-cr = Costa Rica +region-name-cu = Cuba +region-name-cv = Cabo Verde +region-name-cw = Curazao +region-name-cx = Isla de Navidad +region-name-cy = Chipre +region-name-cz = Republica Checa +region-name-de = Alemania +region-name-dg = Diego García +region-name-dj = Djibouti +region-name-dk = Dinamarca +region-name-dm = Dominica +region-name-do = Republica Dominicana +region-name-dz = Argelia +region-name-ec = Ecuador +region-name-ee = Estonia +region-name-eg = Egipto +region-name-eh = Sáhara Occidental +region-name-er = Eritrea +region-name-es = España +region-name-et = Etiopia +region-name-fi = Finlandia +region-name-fj = Fiji +region-name-fk = Islas Malvinas +region-name-fm = Estados Federados de la Micronesia +region-name-fo = Islas Faroe +region-name-fr = Francia +region-name-ga = Gabon +region-name-gb = Reino Unido +region-name-gd = Granada +region-name-ge = Georgia +region-name-gf = Guayana Francesa +region-name-gg = Guernsey +region-name-gh = Ghana +region-name-gi = Gibraltar +region-name-gl = Groenlandia +region-name-gm = Gambia +region-name-gn = Guinea +region-name-gp = Guadalupe +region-name-gq = Guinea Ecuatorial +region-name-gr = Grecia +region-name-gs = Islas Georgias del Sur chuqa' Sandwich del Sur +region-name-gt = Guatemala +region-name-gu = Guam +region-name-gw = Guinea-Bissau +region-name-gy = Guyana +region-name-hk = Hong kong +region-name-hm = Islas Heard e Islas McDonald +region-name-hn = Honduras +region-name-hr = Croacia +region-name-ht = Haiti +region-name-hu = Hungria +region-name-id = Indonesia +region-name-ie = Irlanda +region-name-il = Israel +region-name-im = Isla de Man +region-name-in = India +region-name-io = Territorio británico en el Océano Índico +region-name-iq = Irak +region-name-ir = Iran +region-name-is = Islandia +region-name-it = Italia +region-name-je = Jersey +region-name-jm = Jamaica +region-name-jo = Jordania +region-name-jp = Japon +region-name-ke = Kenia +region-name-kg = Kirguistan +region-name-kh = Camboya +region-name-ki = Kiribati +region-name-km = Comoras +region-name-kn = Saint Kitts chuqa' Nevis +region-name-kp = Corea del Norte +region-name-kr = Corea del Sur +region-name-kw = Kuwait +region-name-ky = Islas Caimán +region-name-kz = Kasajistan +region-name-la = Laos +region-name-lb = Libano +region-name-lc = Santa Lucia +region-name-li = Liechtenstein +region-name-lk = Sri Lanka +region-name-lr = Liberia +region-name-ls = Lesotho +region-name-lt = Lituania +region-name-lu = Luxemburgo +region-name-lv = Letonia +region-name-ly = Libia +region-name-ma = aj Marueco +region-name-mc = Monaco +region-name-md = Moldova +region-name-me = Montenegro +region-name-mf = San Martin +region-name-mg = Madagascar +region-name-mh = Islas Marshall +region-name-mk = Macedonia +region-name-ml = Mali +region-name-mm = Burma +region-name-mn = Mongolia +region-name-mo = Macao +region-name-mp = Islas Marianas del Norte +region-name-mq = Martinica +region-name-mr = Mauritania +region-name-ms = Montserrat +region-name-mt = Malta +region-name-mu = Mauricio +region-name-mv = Maldivas +region-name-mw = Malawi +region-name-mx = Mexico +region-name-my = Malasia +region-name-mz = Mozambique +region-name-na = Namibia +region-name-nc = Nueva Caledonia +region-name-ne = Niger +region-name-nf = Isla Norfolk +region-name-ng = NIgeria +region-name-ni = Nicaragua +region-name-nl = Holanda (Países Bajos) +region-name-no = Noruega +region-name-np = Nepal +region-name-nr = Nauru +region-name-nu = Niue +region-name-nz = Nueva Zelanda +region-name-om = Oman +region-name-pa = Panama +region-name-pe = Peru +region-name-pf = Polinesia Francesa +region-name-pg = Papua Nueva Guinea +region-name-ph = Filipinas +region-name-pk = Pakistan +region-name-pl = Polonia +region-name-pm = San Pedro y Miquelon +region-name-pn = Islas Pitcairn +region-name-pr = Puerto Rico +region-name-pt = Portugal +region-name-pw = Palau +region-name-py = Paraguay +region-name-qa = Qatar +region-name-qm = Islas Midway +region-name-qs = Bassas da India +region-name-qu = Isla Juan de Nova +region-name-qw = Isla Wake +region-name-qx = Islas Glorioso +region-name-qz = Acrotiri +region-name-re = Moloj +region-name-ro = Rumania +region-name-rs = Serbia +region-name-ru = Rusia +region-name-rw = Ruanda +region-name-sa = Arabia Saudi +region-name-sb = Islas Salomon +region-name-sc = Seychelles +region-name-sd = Sudan +region-name-se = Suecia +region-name-sg = Singapur +region-name-sh = Santa Elena, Ascension y Tristan de Acuña +region-name-si = Eslovenia +region-name-sk = Eslovaquia +region-name-sl = Sierra Leone +region-name-sm = San Marino +region-name-sn = Senegal +region-name-so = Somalia +region-name-sr = Surinam +region-name-ss = Sudan del Sur +region-name-st = Sao Tome and Principe +region-name-sv = El Salvador +region-name-sx = San Martín +region-name-sy = Siria +region-name-sz = Swaziland +region-name-tc = Islas Turcas y Caicos +region-name-td = Chad +region-name-tf = Terrirorios franceses del sur y tierras antarticas +region-name-tg = Togo +region-name-th = Tailandia +region-name-tj = Tajikistan +region-name-tk = Tokelau +region-name-tl = Timor Oriental +region-name-tm = Turkmenistan +region-name-tn = Tunez +region-name-to = Tonga +region-name-tr = Turquia +region-name-tt = Trinidad y Tobago +region-name-tv = Tuvalu +region-name-tw = Taiwan +region-name-tz = Tanzania +region-name-ua = Ucrania +region-name-ug = Uganda +region-name-us = Estados Unidos +region-name-uy = Uruguay +region-name-uz = Uzbekistan +region-name-va = Ciudad del Vaticano +region-name-vc = San Vicente y las Granadinas +region-name-ve = Venezuela +region-name-vg = Islas Virgenes, aj Bretaña +region-name-vi = Islas Virgenes, de EEUU +region-name-vn = Vietnam +region-name-vu = Vanuatu +region-name-wf = Wallis y Futuna +region-name-ws = Samoa +region-name-xa = Islas Ashmore y Cartier +region-name-xb = Isla Baker +region-name-xc = Islas del Mar del Coral +region-name-xd = Dhekelia +region-name-xe = Isla Europa +region-name-xg = Franja de Gaza +region-name-xh = Isla Howland +region-name-xj = Jan Mayen +region-name-xk = Kosovo +region-name-xl = Atolon Palmira +region-name-xm = Arrecife Kingman +region-name-xp = Islas Paracelso +region-name-xq = Isla Jarvis +region-name-xr = Svalbard +region-name-xs = Islas Spratly +region-name-xt = Isla Tromelin +region-name-xu = Atolon Johnston +region-name-xv = Isla de Navaza +region-name-xw = Cisjordania +region-name-ye = Yemen +region-name-yt = Mayotte +region-name-za = Sudafrica +region-name-zm = Zambia +region-name-zw = Zimbabwe diff --git a/l10n-cak/toolkit/toolkit/main-window/autocomplete.ftl b/l10n-cak/toolkit/toolkit/main-window/autocomplete.ftl new file mode 100644 index 0000000000..a3889af433 --- /dev/null +++ b/l10n-cak/toolkit/toolkit/main-window/autocomplete.ftl @@ -0,0 +1,32 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + + +## Import Logins Autocomplete + +# Variables: +# $browser (String) - Browser name to import logins from. +# $host (String) - Host name of the current site. +autocomplete-import-logins = + <div data-l10n-name = "line1">Tajik'a' rutikirib'al amolojri'ïl pa { $browser }</div> + <div data-l10n-name = "line2">richin { $host } chuqa' ch'aqa' chik taq ruxaq</div> +autocomplete-import-logins-info = + .tooltiptext = Tetamäx ch'aqa' chik + +## Variables: +## $host (String) - Host name of the current site. + +autocomplete-import-logins-chrome = + <div data-l10n-name = "line1">Tajik'a' rutikirib'al amolojri'ïl pa Google Chrome</div> + <div data-l10n-name = "line2">richin { $host } chuqa' ch'aqa' chik taq ruxaq</div> +autocomplete-import-logins-chromium = + <div data-l10n-name = "line1">Tajik'a' rutikirib'al amolojri'ïl pa Chromium</div> + <div data-l10n-name = "line2">richin { $host } chuqa' ch'aqa' chik taq ruxaq</div> +autocomplete-import-logins-chromium-edge = + <div data-l10n-name = "line1">Tajik'a' rutikirib'al amolojri'ïl pa Microsoft Edge</div> + <div data-l10n-name = "line2">richin { $host } chuqa' ch'aqa' chik taq ruxaq</div> + +## + +autocomplete-import-learn-more = Tetamäx ch'aqa' chik diff --git a/l10n-cak/toolkit/toolkit/main-window/findbar.ftl b/l10n-cak/toolkit/toolkit/main-window/findbar.ftl new file mode 100644 index 0000000000..58efd1b914 --- /dev/null +++ b/l10n-cak/toolkit/toolkit/main-window/findbar.ftl @@ -0,0 +1,38 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + + +### This file contains the entities needed to use the Find Bar. + +findbar-next = + .tooltiptext = Tib'e pa ri jun chik pajtzij xilitäj +findbar-previous = + .tooltiptext = Tib'an b'enam pa ri jun kan q'aptzij xilitäj + +findbar-find-button-close = + .tooltiptext = Titz'apïx ri rukajtz'ik kanob'äl + +findbar-highlight-all2 = + .label = Tiya' retal ronojel + .accesskey = + { PLATFORM() -> + [macos] I + *[other] a + } + .tooltiptext = Tiya' ketal ronojel ri taq q'aptzij xkewachin pe + +findbar-case-sensitive = + .label = Na'onel chi ke taq nimatz'ib' + .accesskey = n + .tooltiptext = Tikanöx rik'in retal nimatz'ib' chuqa' ch'utitz'ib' + +findbar-match-diacritics = + .label = Tiya' Kikojol Tz'aqat taq Tz'ib' + .accesskey = i + .tooltiptext = Taya' kikojol ri k'oxon taq tz'ib' chuqa' ri ruxe'el taq kitz'ib' (achi'el, toq nikanöx “resume”, “résumé” man xtuk'äm ta ri') + +findbar-entire-word = + .label = Tz'aqät taq tzij + .accesskey = T + .tooltiptext = Kekanöx xa xe tz'aqät taq tzij diff --git a/l10n-cak/toolkit/toolkit/payments/payments.ftl b/l10n-cak/toolkit/toolkit/payments/payments.ftl new file mode 100644 index 0000000000..a472f97407 --- /dev/null +++ b/l10n-cak/toolkit/toolkit/payments/payments.ftl @@ -0,0 +1,69 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# This value isn't used directly, but is defined to avoid duplication +# in the "credit-card-label-*" strings. +# +# Variables: +# $month (String): Numeric month the credit card expires +# $year (String): Four-digit year the credit card expires +credit-card-expiration = Nik'is ruq'ijul pa { $month }/{ $year } + +## These labels serve as a description of a credit card. +## The description must include a credit card number, and may optionally +## include a cardholder name, an expiration date, or both, so we have +## four variations. + +# Label for a credit card with a number only +# +# Variables: +# $number (String): Partially-redacted credit card number +credit-card-label-number = { $number } +# Label for a credit card with a number and name +# +# Variables: +# $number (String): Partially-redacted credit card number +# $name (String): Cardholder name +credit-card-label-number-name = { $number }, { $name } +# Label for a credit card with a number and expiration date +# +# Variables: +# $number (String): Partially-redacted credit card number +credit-card-label-number-expiration = { $number }, { credit-card-expiration } +# Label for a credit card with a number, name, and expiration date +# +# Variables: +# $number (String): Partially-redacted credit card number +# $name (String): Cardholder name +credit-card-label-number-name-expiration = { $number }, { $name }, { credit-card-expiration } +# Label for a credit card with a number only +# +# Variables: +# $number (String): Partially-redacted credit card number +# $type (String): Credit card type +credit-card-label-number-2 = { $number } + .aria-label = { $type } { credit-card-label-number-2 } +# Label for a credit card with a number and name +# +# Variables: +# $number (String): Partially-redacted credit card number +# $name (String): Cardholder name +# $type (String): Credit card type +credit-card-label-number-name-2 = { $number }, { $name } + .aria-label = { $type } { credit-card-label-number-name-2 } +# Label for a credit card with a number and expiration date +# +# Variables: +# $number (String): Partially-redacted credit card number +# $type (String): Credit card type +credit-card-label-number-expiration-2 = { $number }, { credit-card-expiration } + .aria-label = { $type } { credit-card-label-number-expiration-2 } +# Label for a credit card with a number, name, and expiration date +# +# Variables: +# $number (String): Partially-redacted credit card number +# $name (String): Cardholder name +# $type (String): Credit card type +credit-card-label-number-name-expiration-2 = { $number }, { $name }, { credit-card-expiration } + .aria-label = { $type } { credit-card-label-number-name-expiration-2 } diff --git a/l10n-cak/toolkit/toolkit/pictureinpicture/pictureinpicture.ftl b/l10n-cak/toolkit/toolkit/pictureinpicture/pictureinpicture.ftl new file mode 100644 index 0000000000..325a46a6cf --- /dev/null +++ b/l10n-cak/toolkit/toolkit/pictureinpicture/pictureinpicture.ftl @@ -0,0 +1,22 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +pictureinpicture-player-title = Picture-in-Picture + +pictureinpicture-pause = + .aria-label = Titanab'äx +pictureinpicture-play = + .aria-label = Titzij + +pictureinpicture-mute = + .aria-label = Timemür +pictureinpicture-unmute = + .aria-label = Tak'axäx + +pictureinpicture-unpip = + .aria-label = Titaq chik pa ri ruwi' + +pictureinpicture-close = + .aria-label = Titz'apïx + diff --git a/l10n-cak/toolkit/toolkit/preferences/preferences.ftl b/l10n-cak/toolkit/toolkit/preferences/preferences.ftl new file mode 100644 index 0000000000..b1b257712f --- /dev/null +++ b/l10n-cak/toolkit/toolkit/preferences/preferences.ftl @@ -0,0 +1,51 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +password-not-set = + .value = (man jikib'an ta) +failed-pw-change = Man tikirel ta xjal ri ajtij ewan tzij. +incorrect-pw = Man ütz ta ri nimaläj ewan tzij xatz'ib'aj. Tatojtob'ej chik. +pw-change-ok = Ütz xjal ri ajtij ewan tzij. +pw-empty-warning = Ri ichinan taq ewan atzij, taq rutzij nojwuj chuqa' ewan taq rutzij ataqoya'l, ri eyakon pa ri kematz'ib' man xkechajïx ta. +pw-erased-ok = Xayüj el ri nimaläj ewan tzij. { pw-empty-warning } +pw-not-wanted = ¡Tawak'axaj! Man xawajo' ta xawokisaj jun ajtij ewan tzij. { pw-empty-warning } +pw-change2empty-in-fips-mode = Wakami at k'o pa rub'eyal FIPS. FIPS nrajo' jun nimaläj ewan tzij ri man kowöl ta. +failed-pp-change = Man tikirel ta xjal ri Nab'ey Ewan Tzij. +incorrect-pp = Man ütz ta ri Nab'ey Ewan Tzij xatz'ib'aj. Tatojtob'ej chik. +pp-change-ok = Ütz xjal ri Nab'ey Ewan Tzij. +pp-empty-warning = Man xkechajïx ta ri ewan taq atzij chuqa' ichinan ewan taq atzij e'ayakon. +pp-erased-ok = Xayüj el ri Nab'ey Ewan Tzij. { pp-empty-warning } +pp-not-wanted = ¡Tawak'axaj! Man xawajo' ta xawokisaj jun Nab'ey Ewan Tzij. { pp-empty-warning } +pp-change2empty-in-fips-mode = Wakami at k'o pa rub'eyal FIPS. FIPS nrajo' jun Nab'ey Ewan Tzij ri man kowöl ta. +pw-change-success-title = Ütz rujalik ri ewan tzij +pw-change-failed-title = Xsach toq Nijal ri Ewan Tzij +pw-remove-button = + .label = Tiyuj +set-password = + .title = Tik'ex nimaläj ewan tzij +primary-password-dialog = + .title = Nab'ey Ewan Tzij +set-password-old-password = Ewan tzij wakami: +set-password-new-password = Titz'ib'äx ri k'ak'a' ewan atzij: +set-password-reenter-password = Tijikib'äx ewan tzij: +set-password-meter = Retanel rutzil ri ewan tzij +set-password-meter-loading = Nusamajij +master-password-admin = Ri anuk'samajel nrajo' chi k'o jun Ajtij Ewan Atzij ab'anon runuk'ulem richin yeyak ri ewan taq tzij +master-password-description = Jun rute' ewan tzij nokisäx richin nichajïx ri jeb'ël na'oj achi'el ewan taq rutzij ruxaq k'amaya'l. We nanük' jun rute' ewan atzij, junelïk xtatz'ib'aj qa jumul pa jujun molojri'ïl toq { -brand-short-name } nuköl ri na'oj chajin ruma re ewan tzij re'. +master-password-warning = Jantape' tanataj ri Ajtij Ewan Tzij xatz'ib'aj. We xtamestaj, man xkatikïr ta chik xkatok chi kipam ri na'oj eruchajin. +remove-password = + .title = Tiyuj nimaläj ewan tzij +primary-password-admin = Ri anuk'samajel nrajo' chi k'o jun Nab'ey Ewan Atzij ab'anon runuk'ulem richin yeyak molojri'ïl chuqa' ri ewan taq tzij +primary-password-description = Jun Nab'ey Ewan Tzij nokisäx richin nichajïx ri jeb'ël na'oj achi'el ri wujil chuqa' ewan taq rutzij pa re okisab'äl re'. We nanük' jun Nab'ey Ewan Atzij, junelïk xtatz'ib'aj qa jumul pa jujun molojri'ïl toq { -brand-short-name } nuköl ri na'oj chajin ruma re ewan tzij re'. +primary-password-warning = Jantape' tanataj ri Nab'ey Ewan Tzij xatz'ib'aj. We xtamestaj, man xkatikïr ta chik xkatok chi kipam ri na'oj eruchajin pa re okisab'äl re'. +remove-primary-password = + .title = Tiyuj Nab'ey Ewan Tzij +remove-info = + .value = K'o chi natz'ib'aj ri ewan tzij wakami richin yasamäj el: +remove-warning1 = Ri nimaläj ewan tzij nokisäx richin nichajïx loq'el etamab'äl, achi'el rewan tzij ruxaq k'amaya'l. +remove-warning2 = We nayüj el ri nimaläj ewan tzij, man xtuchajij taq chik ri etamab'äl tajin nuchajij, chuqa' xtik'oje' pa k'ayewal ri akematz'ib' we man chajin ta ütz. +remove-primary-password-warning1 = Ri Nab'ey Ewan Tzij nokisäx richin nichajïx loq'el etamab'äl, achi'el rewan molojri'ïl chuqa' ewan taq tzij. +remove-primary-password-warning2 = We nayüj el ri Nab'ey Ewan Tzij, man xtuchajij taq chik ri etamab'äl tajin nuchajij, chuqa' xtik'oje' pa k'ayewal ri akematz'ib' we man chajin ta ütz. +remove-password-old-password = + .value = Ewan tzij wakami: diff --git a/l10n-cak/toolkit/toolkit/printing/printDialogs.ftl b/l10n-cak/toolkit/toolkit/printing/printDialogs.ftl new file mode 100644 index 0000000000..e947528ca6 --- /dev/null +++ b/l10n-cak/toolkit/toolkit/printing/printDialogs.ftl @@ -0,0 +1,112 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +print-setup = + .title = Runuk'ulem Ruxaq +custom-prompt-title = Ichinan… +custom-prompt-prompt = Tatz'ib'aj ri ichinan rucholajem tzij richin ri rujub'i'aj/kamulun tzij +basic-tab = + .label = B'anikil chuqa' taq cha'oj +advanced-tab = + .label = Taq ruchi' chuqa' taq rujub'i'aj/kamulun tzij +format-group-label = + .value = B'anikil +orientation-label = + .value = Ya'öl na'oj: +portrait = + .label = Palem + .accesskey = P +landscape = + .label = Kotz'olem + .accesskey = l +scale = + .label = Xakb'äl: + .accesskey = X +scale-percent = + .value = % +shrink-to-fit = + .label = Tich'utinirisäx k'a nunük' na qa ri' chuwäch ruwa ri ruxaq + .accesskey = T +options-group-label = + .value = Taq cha'oj +print-bg = + .label = Titz'ajb'äx rupam (taq b'onil chuqa' taq wachib'äl) + .accesskey = r +margin-group-label-inches = + .value = Taq ruchi' (ruwi' q'ab'aj) +margin-group-label-metric = + .value = Taq ruchi' (Taq puyaj) +margin-top = + .value = Ajsik: + .accesskey = A +margin-top-invisible = + .value = Ajsik: +margin-bottom = + .value = Chuxe': + .accesskey = C +margin-bottom-invisible = + .value = Chuxe': +margin-left = + .value = Xokon: + .accesskey = X +margin-left-invisible = + .value = Xokon: +margin-right = + .value = Ajkiq'a': + .accesskey = A +margin-right-invisible = + .value = Ajkiq'a': +header-footer-label = + .value = Taq rujub'i'aj chuqa' taq kamulun tzij +hf-left-label = + .value = Xokon: +hf-center-label = + .value = Runik'ajal +hf-right-label = + .value = Ajkiq'a': +header-left-tip = + .tooltiptext = Xokon chi rujub'i'aj +header-center-tip = + .tooltiptext = Ruk'u'x rujub'i'aj +header-right-tip = + .tooltiptext = Ajkiq'a' rujub'i'aj +footer-left-tip = + .tooltiptext = Ajxokon aqanaj +footer-center-tip = + .tooltiptext = Ruk'u'x retal +footer-right-tip = + .tooltiptext = Ajkiq'a' aqanaj +hf-blank = + .label = --majun-- +hf-title = + .label = B'i'aj +hf-url = + .label = JAY +hf-date-and-time = + .label = Q'ijul/ramaj +hf-page = + .label = Ruxaq # +hf-page-and-total = + .label = Ruxaq # richin # +hf-custom = + .label = Ichinan… +print-preview-window = + .title = Nab'ey Tz'etoj +print-title = + .value = B'i'aj: +print-preparing = + .value = Tajin ninuk'… +print-progress = + .value = Tajin: +print-window = + .title = Tajin nitz'ajb'äx +print-complete = + .value = Xtz'aqät ri rutz'ajik. + +# Variables +# $percent (integer) - Number of printed percentage +print-percent = + .value = { $percent }% +dialog-cancel-label = Tiq'at +dialog-close-label = Titz'apïx diff --git a/l10n-cak/toolkit/toolkit/printing/printPreview.ftl b/l10n-cak/toolkit/toolkit/printing/printPreview.ftl new file mode 100644 index 0000000000..444a6a72dc --- /dev/null +++ b/l10n-cak/toolkit/toolkit/printing/printPreview.ftl @@ -0,0 +1,71 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +printpreview-simplify-page-checkbox = + .label = Tich'utinirisäx ruxaq + .accesskey = c + .tooltiptext = Re ruxaq k'amaya'l re' man tikirel ta nich'utinirisäx qa pa ruyonil +printpreview-simplify-page-checkbox-enabled = + .label = { printpreview-simplify-page-checkbox.label } + .accesskey = { printpreview-simplify-page-checkbox.accesskey } + .tooltiptext = Tijal ri ruwachib'enik richin man k'ayew ta nub'än nisik'ïx +printpreview-close = + .label = Titz'apïx + .accesskey = T +printpreview-portrait = + .label = Palem + .accesskey = a +printpreview-landscape = + .label = Kotz'olem + .accesskey = l +printpreview-scale = + .value = Xakb'äl: + .accesskey = X +printpreview-shrink-to-fit = + .label = Tinuk'ub'ëx rik'in ruxaq +printpreview-custom = + .label = Ichinan… +printpreview-print = + .label = Titz'ajb'äx… + .accesskey = T +printpreview-of = + .value = richin +printpreview-custom-scale-prompt-title = Ichinan Xakb'äl +printpreview-page-setup = + .label = Tib'an Runuk'ulem Ruxaq… + .accesskey = u +printpreview-page = + .value = Ruxaq: + .accesskey = x +# Variables +# $sheetNum (integer) - The current sheet number +# $sheetCount (integer) - The total number of sheets to print +printpreview-sheet-of-sheets = { $sheetNum } richin { $sheetCount } + +## Variables +## $percent (integer) - menuitem percent label +## $arrow (String) - UTF-8 arrow character for navigation buttons + +printpreview-percentage-value = + .label = { $percent }% +printpreview-homearrow = + .label = { $arrow } + .tooltiptext = Nab'ey ruxaq +printpreview-previousarrow = + .label = { $arrow } + .tooltiptext = Jun kan ruxaq +printpreview-nextarrow = + .label = { $arrow } + .tooltiptext = Jun chik ruxaq +printpreview-endarrow = + .label = { $arrow } + .tooltiptext = Ruk'isib'äl ruxaq +printpreview-homearrow-button = + .title = Nab'ey ruxaq +printpreview-previousarrow-button = + .title = Jun kan ruxaq +printpreview-nextarrow-button = + .title = Jun chik ruxaq +printpreview-endarrow-button = + .title = Ruk'isib'äl ruxaq diff --git a/l10n-cak/toolkit/toolkit/printing/printUI.ftl b/l10n-cak/toolkit/toolkit/printing/printUI.ftl new file mode 100644 index 0000000000..7aee2a78db --- /dev/null +++ b/l10n-cak/toolkit/toolkit/printing/printUI.ftl @@ -0,0 +1,110 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +printui-title = Titz'ajb'äx +# Dialog title to prompt the user for a filename to save print to PDF. +printui-save-to-pdf-title = Tiyak Achi'el +# Variables +# $sheetCount (integer) - Number of paper sheets +printui-sheets-count = + { $sheetCount -> + [one] { $sheetCount } ruxaq wuj + *[other] { $sheetCount } taq ruxaq wuj + } +printui-page-range-all = Ronojel +printui-page-range-custom = Ichinan +printui-page-range-label = Taq ruxaq +printui-page-range-picker = + .aria-label = Ticha' rupalem ruxaq +printui-page-custom-range = + .aria-label = Titz'ib'äx rupalem ichinan ruxaq +# This label is displayed before the first input field indicating +# the start of the range to print. +printui-range-start = Richin +# This label is displayed between the input fields indicating +# the start and end page of the range to print. +printui-range-end = chi re +printui-page-custom-range-input = + .aria-label = Titz'ib'äx rupalem ichinan ruxaq + .placeholder = e.g. 2-6, 9, 12-16 +# Section title for the number of copies to print +printui-copies-label = Taq wachib'äl +printui-orientation = Rucholajem +printui-landscape = Kotz'olem +printui-portrait = Palem +# Section title for the printer or destination device to target +printui-destination-label = Achoq chi re +printui-destination-pdf-label = Tiyak pa PDF +printui-more-settings = Ch'aqa' taq runuk'ulem +printui-less-settings = Jub'a' runuk'ulem +printui-paper-size-label = Rupalem ruxaq +# Section title (noun) for the print scaling options +printui-scale = Xakb'äl +printui-scale-fit-to-page-width = Titz'aj pa ruwa ri ruxaq +# Label for input control where user can set the scale percentage +printui-scale-pcent = Xakb'äl +# Section title (noun) for the two-sided print options +printui-two-sided-printing = Nitz'ajb'äx pa ka'i'-ruwa +printui-duplex-checkbox = Titz'ajb'äx pa ka'i'-ruwa +# Section title for miscellaneous print options +printui-options = Taq cha'oj +printui-headers-footers-checkbox = Titz'ajb'äl taq nab'ey chuqa' ruxe' rub'i' ruxaq +printui-backgrounds-checkbox = Ketz'ajb'äx taq rupam +printui-selection-checkbox = Titz'ajb'äx xa xe ri cha'oj +printui-color-mode-label = B'onil b'anikil +printui-color-mode-color = B'onil +printui-color-mode-bw = Q'ëq chuqa' säq +printui-margins = Taq ruchi' +printui-margins-default = K'o wi +printui-margins-min = Ko'öl +printui-margins-none = Majun +printui-margins-custom = Ichinan +printui-margins-custom-inches = B'anon runuk'ulem (taq pulwata') +printui-margins-custom-top = Ajsik +printui-margins-custom-top-inches = Nima'q (taq pulwata') +printui-margins-custom-bottom = Ikim +printui-margins-custom-bottom-inches = Koköj (taq pulwata') +printui-margins-custom-left = Xokon +printui-margins-custom-left-inches = Ajxokon (taq pulwata') +printui-margins-custom-right = Ajkiq'a' +printui-margins-custom-right-inches = Ajkiq'a' (taq pulwata') +printui-system-dialog-link = Titz'jb'äl rik'in ri rutzijonem q'inoj… +printui-primary-button = Titz'ajb'äx +printui-primary-button-save = Tiyak +printui-cancel-button = Tiq'at +printui-close-button = Titz'apïx +printui-loading = Runuk'ik Nab'ey Tz'etoj +# Reported by screen readers and other accessibility tools to indicate that +# the print preview has focus. +printui-preview-label = + .aria-label = Nab'ey Tz'etoj +printui-pages-per-sheet = Taq ruxaq chi ruxaq +# This is shown next to the Print button with an indefinite loading spinner +# when the user prints a page and it is being sent to the printer. +printui-print-progress-indicator = Nitz'ajb'äx… + +## Paper sizes that may be supported by the Save to PDF destination: + +printui-paper-a5 = A5 +printui-paper-a4 = A4 +printui-paper-a3 = A3 +printui-paper-a2 = A2 +printui-paper-a1 = A1 +printui-paper-a0 = A0 +printui-paper-b5 = B5 +printui-paper-b4 = B4 +printui-paper-jis-b5 = JIS-B5 +printui-paper-jis-b4 = JIS-B4 +printui-paper-letter = US Kowuj +printui-paper-legal = US Niwuj +printui-paper-tabloid = Taloyit + +## Error messages shown when a user has an invalid input + +printui-error-invalid-scale = Ri rukojol k'o chi jun ajilab'äl 10 o chuqa' 200. +printui-error-invalid-margin = Tatz'ib'aj jun okel ruchi' rupalem wuj xacha'. +# Variables +# $numPages (integer) - Number of pages +printui-error-invalid-range = Ri rupalem k'o chi jun ajilab'äl 1 chuqa' { $numPages }. +printui-error-invalid-start-overflow = Ri rajilab'al ruxaq “richin” k'o chi ko'öl chuwäch ri ajilab'äl “k'a”. diff --git a/l10n-cak/toolkit/toolkit/updates/elevation.ftl b/l10n-cak/toolkit/toolkit/updates/elevation.ftl new file mode 100644 index 0000000000..7c300518a7 --- /dev/null +++ b/l10n-cak/toolkit/toolkit/updates/elevation.ftl @@ -0,0 +1,14 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# This is temporary until bug 1521632 is fixed + +elevation-update-wizard = + .title = K'exoj ruwäch ri kema' +elevation-details-link-label = + .value = Taq b'anikil +elevation-error-manual = Ütz nik'ex ruwäch ri { -brand-short-name } chi q'ab'aj we yab'etz'eton pa re jun ximöy chuqa' we naqasaj ri ruk'isib'äl ruwäch: +elevation-finished-page = Ütz chik ri k'exoj ruwäch richin niyak +elevation-finished-background-page = Xqasäx jun k'exoj ruwäch richin chajinïk chuqa' richin chi k'äs ri { -brand-short-name } chuqa' ütz chik richin niyak chupam. +elevation-finished-background = K'exoj ruwäch: +elevation-more-elevated = Re k'exoj ruwäch re' nrajo' runa'oj nuk'samajel. Ri k'exoj ruwäch xtiyak pa ri jun chik ramaj { -brand-short-name } titikirisäx. Tikirel natikirisaj chik { -brand-short-name } wakami, kasamäj chik el chuqa' tatikirisaj chik pa jun ti mej, o taxutuj re k'exoj ruwäch re'. diff --git a/l10n-cak/toolkit/toolkit/updates/history.ftl b/l10n-cak/toolkit/toolkit/updates/history.ftl new file mode 100644 index 0000000000..0b81575da4 --- /dev/null +++ b/l10n-cak/toolkit/toolkit/updates/history.ftl @@ -0,0 +1,27 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +history-title = Kinatab'al taq k'exoj ruwäch +history-intro = Xeyak re taq k'exoj re' + +close-button-label = + .buttonlabelcancel = Titz'apïx + .title = Kinatab'al taq k'exoj ruwäch + +no-updates-label = Majun taq k'exoj ruwäch eyakon +name-header = Rub'i' ri k'exoj ruwäch +date-header = Ruq'ijul yakoj +type-header = Ruwäch +state-header = Amaq' + +# Used to display update history +# +# Variables: +# $name (String): name of the update +# $buildID (String): build identifier from the local updates.xml +update-full-build-name = { $name } ({ $buildID }) + +update-details = Taq b'anikil +update-installed-on = Xyak pa: { $date } +update-status = B'anikil: { $status } |