diff options
Diffstat (limited to 'l10n-gd/toolkit/chrome')
58 files changed, 1645 insertions, 0 deletions
diff --git a/l10n-gd/toolkit/chrome/alerts/alert.dtd b/l10n-gd/toolkit/chrome/alerts/alert.dtd new file mode 100644 index 0000000000..590ced4bbb --- /dev/null +++ b/l10n-gd/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 "Dùin an teachdaireachd seo"> +<!ENTITY settings.label "Roghainnean"> diff --git a/l10n-gd/toolkit/chrome/alerts/alert.properties b/l10n-gd/toolkit/chrome/alerts/alert.properties new file mode 100644 index 0000000000..f79e6b6f02 --- /dev/null +++ b/l10n-gd/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 = Dùin +# 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 = Cuir à comas brathan o %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=slighe %1$S +webActions.settings.label = Roghainnean nam brathan + +# LOCALIZATION NOTE(pauseNotifications.label): %S is replaced with the +# brandShortName of the application. +pauseNotifications.label = Cuir am brath ’na stad gus an ath-thòisich %S diff --git a/l10n-gd/toolkit/chrome/autoconfig/autoconfig.properties b/l10n-gd/toolkit/chrome/autoconfig/autoconfig.properties new file mode 100644 index 0000000000..cca9a5f745 --- /dev/null +++ b/l10n-gd/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 = Mearachd rèiteachaidh +readConfigMsg = Dh'fhàillig leughadh an fhaidhle rèiteachaidh. Leig fios gu rianaire an t-siostaim agad. + +autoConfigTitle = Caismeachd AutoConfig +autoConfigMsg = Dh'fhàillig Netscape.cfg/AutoConfig. Leig fios gu rianaire an t-siostaim agad. \n Mearachd: Dh'fhàillig %S: + +emailPromptTitle = Seòladh puist-dhealain +emailPromptMsg = Cuir a-steach seòladh a' phuist-dhealain agad diff --git a/l10n-gd/toolkit/chrome/global-platform/mac/intl.properties b/l10n-gd/toolkit/chrome/global-platform/mac/intl.properties new file mode 100644 index 0000000000..71265a9ef1 --- /dev/null +++ b/l10n-gd/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-gd/toolkit/chrome/global-platform/mac/platformKeys.properties b/l10n-gd/toolkit/chrome/global-platform/mac/platformKeys.properties new file mode 100644 index 0000000000..e1ce2fd906 --- /dev/null +++ b/l10n-gd/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-gd/toolkit/chrome/global-platform/unix/intl.properties b/l10n-gd/toolkit/chrome/global-platform/unix/intl.properties new file mode 100644 index 0000000000..71265a9ef1 --- /dev/null +++ b/l10n-gd/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-gd/toolkit/chrome/global-platform/unix/platformKeys.properties b/l10n-gd/toolkit/chrome/global-platform/unix/platformKeys.properties new file mode 100644 index 0000000000..28e77ecaa5 --- /dev/null +++ b/l10n-gd/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=Shift + +# The Command key +VK_META=Meta + +# 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-gd/toolkit/chrome/global-platform/win/intl.properties b/l10n-gd/toolkit/chrome/global-platform/win/intl.properties new file mode 100644 index 0000000000..71265a9ef1 --- /dev/null +++ b/l10n-gd/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-gd/toolkit/chrome/global-platform/win/platformKeys.properties b/l10n-gd/toolkit/chrome/global-platform/win/platformKeys.properties new file mode 100644 index 0000000000..2d0dd84b95 --- /dev/null +++ b/l10n-gd/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=Shift + +# The Command key +VK_META=Meta + +# 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-gd/toolkit/chrome/global/aboutReader.properties b/l10n-gd/toolkit/chrome/global/aboutReader.properties new file mode 100644 index 0000000000..119dac46f8 --- /dev/null +++ b/l10n-gd/toolkit/chrome/global/aboutReader.properties @@ -0,0 +1,59 @@ +# 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=’Ga luchdadh… +aboutReader.loadError=Dh'fhàillig luchdadh an artaigil on duilleag + +aboutReader.colorScheme.light=Soilleir +aboutReader.colorScheme.dark=Dorcha +aboutReader.colorScheme.sepia=Sepia +aboutReader.colorScheme.auto=Fèin-obrachail + +# 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 mhionaid;#1 mhionaid;#1 mionaidean;#1 mionaid + +#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 mhionaid;#1-#2 mhionaid;#1-#2 mionaidean;#1-#2 mionaid + +# 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=Serif +aboutReader.fontType.sans-serif=Sans-serif + +# LOCALIZATION NOTE (aboutReader.fontTypeSample): String used to sample font types. +aboutReader.fontTypeSample=AaÀa + +aboutReader.toolbar.close=Dùin sealladh an leughadair +aboutReader.toolbar.typeControls=Uidheaman-smachd sgrìobhaidh + +# These are used for the Reader View toolbar button and the menuitem within the +# View menu. +readerView.enter=Fosgail am modh leughaidh +readerView.enter.accesskey=R +readerView.close=Dùin sealladh an leughadair +readerView.close.accesskey=R + +# These are used as tooltips in Type Control +aboutReader.toolbar.minus = Lùghdaich meud a’ chrutha-chlò +aboutReader.toolbar.plus = Meudaich an cruth-clò +aboutReader.toolbar.contentwidthminus = Lùghdaich leud na susbaint +aboutReader.toolbar.contentwidthplus = Meudaich leud na susbaint +aboutReader.toolbar.lineheightminus = Lùghdaich àirde na loidhne +aboutReader.toolbar.lineheightplus = Meudaich àirde na loidhne +aboutReader.toolbar.colorschemelight = Sgeama dhathan soilleir +aboutReader.toolbar.colorschemedark = Sgeama dhathan dorcha +aboutReader.toolbar.colorschemesepia = Sgeama dhathan sepia diff --git a/l10n-gd/toolkit/chrome/global/aboutStudies.properties b/l10n-gd/toolkit/chrome/global/aboutStudies.properties new file mode 100644 index 0000000000..c1d332a451 --- /dev/null +++ b/l10n-gd/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 = Rannsachadh Shield +removeButton = Thoir air falbh + +# LOCALIZATION NOTE (activeStudiesList): Title above a list of active studies +activeStudiesList = Rannsachadh làithreach +# LOCALIZATION NOTE (activeStudiesList): Title above a list of completed studies +completedStudiesList = Seann-rannsachadh +# LOCALIZATION NOTE (activeStatus): Displayed for an active study +activeStatus = Gnìomhach + +# LOCALIZATION NOTE (completeStatus): Displayed for a study that is already complete +completeStatus = Deiseil + +updateButtonWin = Ùraich na roghainnean +updateButtonUnix = Ùraich na roghainnean +learnMore = Barrachd fiosrachaidh +noStudies = Cha do ghabh thu pàirt ann an obair-rannsachaidh sam bith gu ruige seo. +disabledList = Seo liosta na h-obrach-rannsachaidh anns an do ghabh thu pàirt. Cha ruith rannsachadh ùr. +# LOCALIZATION NOTE (enabledList): %S is brandShortName (e.g. Firefox) +enabledList = Dè tha seo? Faodaidh gun stàlaich ’s gun ruith %S obair-rannsachaidh o àm gu àm. + +# 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 = Cuiridh an rannsachadh seo %2$S an àite %1$S.
\ No newline at end of file diff --git a/l10n-gd/toolkit/chrome/global/aboutWebrtc.properties b/l10n-gd/toolkit/chrome/global/aboutWebrtc.properties new file mode 100644 index 0000000000..d69d22f128 --- /dev/null +++ b/l10n-gd/toolkit/chrome/global/aboutWebrtc.properties @@ -0,0 +1,139 @@ +# 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, cannot_retrieve_log): +# 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 = WebRTC Internals +cannot_retrieve_log = Cha b’ urrainn dhuinn dàta loga WebRTC fhaighinn + +# 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 = chaidh an duilleag a shàbhaladh an-seo: %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 = sàbhail about:webrtc mar + +# 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 = gheibhear an trace log an-seo: %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 = tha am modh dì-bhugachaidh air, an trace log an-seo: %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 = Logadh AEC +aec_logging_off_state_label = Tòisich air logadh AEC +aec_logging_on_state_label = Sguir de logadh AEC +aec_logging_on_state_msg = Tha an logadh AEC gnìomhach (bruidhinn ris an neach a ghairm beagan mhionaidean is sguir dhen ghlacadh an uairsin) + +# 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 = gheibhear na faidhlichean loga an-seo: %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 ID + +# LOCALIZATION NOTE (sdp_heading, local_sdp_heading, remote_sdp_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 = SDP ionadail +remote_sdp_heading = SDP cèin + +# 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 = Offer +answer = Answer + +# 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 = Stats RTP + +# 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 = Staid ICE +ice_stats_heading = Stats ICE +ice_restart_count_label = ICE restarts +ice_rollback_count_label = ICE rollbacks +ice_pair_bytes_sent = Bytes sent +ice_pair_bytes_received = Bytes received + +ice_component_id = Component ID + +# LOCALIZATION NOTE (avg_bitrate_label, avg_framerate_label): "Avg." is an abbreviation +# for Average. These are used as data labels. +avg_bitrate_label = Bitrate cuibheasach +avg_framerate_label = Reat fhrèamaichean cuibheasach + +# 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 = Ionadail +typeRemote = Cèin + +# 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 = Air ainmeachadh + +# 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 = Air a thaghadh + +# 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 = Trickled candidates (arriving after answer) are highlighted in %S +trickle_highlight_color_name2 = blue + +save_page_label = Sàbhail an duilleag +debug_mode_msg_label = Am modh dì-bhugachaidh +debug_mode_off_state_label = Tòisich air a’ mhodh dì-bhugachaidh +debug_mode_on_state_label = Cuir crìoch air a’ mhodh dì-bhugachaidh +stats_heading = Stats an t-seisein +stats_clear = Falamhaich an eachdraidh +log_heading = Loga nan ceangal +log_clear = Falamhaich an loga +log_show_msg = seall an loga +log_hide_msg = falaich an loga +connection_closed = air a dhùnadh +local_candidate = Tagraiche ionadail +remote_candidate = Tagraiche cèin +raw_candidates_heading = All Raw Candidates +raw_local_candidate = Raw Local Candidate +raw_remote_candidate = Raw Remote Candidate +raw_cand_show_msg = show raw candidates +raw_cand_hide_msg = hide raw candidates +priority = Prìomhachas +fold_show_msg = seall am mion-fhiosrachadh +fold_show_hint = dèan briogadh gus an earrann seo a leudachadh +fold_hide_msg = falaich am mion-fhiosrachadh +fold_hide_hint = dèan briogadh gus an earrann seo a cho-theannadh +dropped_frames_label = Frèamaichean a thuit +discarded_packets_label = Pacaidean a chaidh a thilgeil air falbh +decoder_label = Dì-chòdaichear +encoder_label = Còdaichear +received_label = Air fhaighinn +packets = pacaidean +lost_label = Air chall +jitter_label = Jitter +sent_label = Air a chur + diff --git a/l10n-gd/toolkit/chrome/global/appPicker.dtd b/l10n-gd/toolkit/chrome/global/appPicker.dtd new file mode 100644 index 0000000000..a550eabf7b --- /dev/null +++ b/l10n-gd/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 "Cha deach aplacaid a lorg airson a leithid seo de dh'fhaidhle."> +<!ENTITY BrowseButton.label "Brabhsaich…"> +<!ENTITY SendMsg.label "Cuir an rud seo gu:"> diff --git a/l10n-gd/toolkit/chrome/global/autocomplete.properties b/l10n-gd/toolkit/chrome/global/autocomplete.properties new file mode 100644 index 0000000000..5adb652929 --- /dev/null +++ b/l10n-gd/toolkit/chrome/global/autocomplete.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 (searchWithEngine): %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 = Lorg le %S + +# 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 = Gearr leum gun taba + +# 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 = Tadhail air + +# 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-gd/toolkit/chrome/global/browser.properties b/l10n-gd/toolkit/chrome/global/browser.properties new file mode 100644 index 0000000000..4041ea5258 --- /dev/null +++ b/l10n-gd/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 = Rabhadh tèarainteachd +formPostSecureToInsecureWarning.message = Thèid am fiosrachadh a chuir thu a-steach air an duilleag seo a chur a-null air ceangal gun chrioptachadh agus b' urrainn do threas pàrtaidh a leughadh furasta gu leòr.\n\nA bheil thu cinnteach gu bheil thu ag iarraidh am fiosrachadh seo a chur a-null? +formPostSecureToInsecureWarning.continue = Lean air adhart diff --git a/l10n-gd/toolkit/chrome/global/charsetMenu.dtd b/l10n-gd/toolkit/chrome/global/charsetMenu.dtd new file mode 100644 index 0000000000..2a9adee2a4 --- /dev/null +++ b/l10n-gd/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 "Còdachadh teacsa"> diff --git a/l10n-gd/toolkit/chrome/global/charsetMenu.properties b/l10n-gd/toolkit/chrome/global/charsetMenu.properties new file mode 100644 index 0000000000..d72447521c --- /dev/null +++ b/l10n-gd/toolkit/chrome/global/charsetMenu.properties @@ -0,0 +1,111 @@ +# 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 = Còdachadh charactaran +charsetMenuAutodet = Mothachadh leis fhèin +# 'A' is reserved for Arabic: +charsetMenuAutodet.key = D +charsetMenuAutodet.off = (off) +charsetMenuAutodet.off.key = o +charsetMenuAutodet.ru = Ruisis +charsetMenuAutodet.ru.key = R +charsetMenuAutodet.uk = Ucràinis +charsetMenuAutodet.uk.key = U + +# Globally-relevant +UTF-8.key = U +UTF-8 = Unicode +windows-1252.key = W +windows-1252 = Siarach + +# Arabic +windows-1256.key = A +windows-1256 = Arabais (Windows) +ISO-8859-6 = Arabais (ISO) + +# Baltic +windows-1257.key = B +windows-1257 = Baltach (Windows) +ISO-8859-4 = Baltach (ISO) + +# Central European +windows-1250.key = E +windows-1250 = Meadhan-Eòrpach (Windows) +ISO-8859-2.key = I +ISO-8859-2 = Meadhan-Eòrpach (ISO) + +# Chinese, Simplified +gbk.bis.key = S +gbk.bis = Sìnis shimplichte + +# Chinese, Traditional +Big5.key = T +Big5 = Sìnis thradaiseanta + +# Cyrillic +windows-1251.key = C +windows-1251 = Cirilis (Windows) +ISO-8859-5 = Cirilis (ISO) +KOI8-R = Cirilis (KOI8-R) +KOI8-U = Cirilis (KOI8-U) +IBM866 = Cirilis (DOS) + +# UI string in anticipation of Cyrillic analog of bug 1543077; +# deliberately not in use yet + +# Greek +windows-1253.key = G +windows-1253 = Greugais (Windows) +ISO-8859-7.key = O +ISO-8859-7 = Greugais (ISO) + +# Hebrew +windows-1255.key = H +windows-1255 = Eabhra +# 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 = Eabhra lèirsinneach + +# UI string in anticipation of bug 1543077; deliberately not in use yet + +# Korean +EUC-KR.key = K +EUC-KR = Coireanais + +# Thai +windows-874.key = i +windows-874 = Tàidh + +# Turkish +windows-1254.key = r +windows-1254 = Turcais + +# Vietnamese +windows-1258.key = V +windows-1258 = Bhiet-Namais + diff --git a/l10n-gd/toolkit/chrome/global/commonDialog.dtd b/l10n-gd/toolkit/chrome/global/commonDialog.dtd new file mode 100644 index 0000000000..692a5a4b2a --- /dev/null +++ b/l10n-gd/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 "Ainm a' chleachdaiche:"> +<!ENTITY editfield1.label "Facal-faire:"> +<!ENTITY copyCmd.label "Dèan lethbhreac"> +<!ENTITY copyCmd.accesskey "c"> +<!ENTITY selectAllCmd.label "Tagh a h-uile"> +<!ENTITY selectAllCmd.accesskey "a"> diff --git a/l10n-gd/toolkit/chrome/global/commonDialogs.properties b/l10n-gd/toolkit/chrome/global/commonDialogs.properties new file mode 100644 index 0000000000..e51859e596 --- /dev/null +++ b/l10n-gd/toolkit/chrome/global/commonDialogs.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/. + +Alert=Caismeachd +Confirm=Dearbhaich +ConfirmCheck=Dearbhaich +Prompt=Smèid orm +# LOCALIZATION NOTE - %S is brandFullName +# LOCALIZATION NOTE - %S is brandFullName +Select=Tagh +OK=Ceart ma-thà +Cancel=Sguir dheth +Yes=&Tha +No=&Chan eil +Save=&Sàbhail +Revert=&Till +DontSave=&Na sàbhail +ScriptDlgGenericHeading=[Aplacaid JavaScript] +ScriptDlgHeading=Tha an duilleag aig %S ag ràdh: +ScriptDialogLabel=Na leig leis an duilleag seo còmhraidhean eile a chruthachadh +ScriptDialogPreventTitle=Dearbhaich roghainn a' chòmhraidh +# 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=Tha am progsaidh %2$S ag iarraidh ainm-cleachdaiche is facal-faire. Tha an làrach ag ràdh: “%1$S” +EnterLoginForProxy3=Tha am progsaidh %2$S ag iarraidh ainm-cleachdaiche is facal-faire. Tha an làrach ag ràdh: “%1$S” +EnterUserPasswordFor2=Tha %1$S ag iarraidh an ainm-chleachdaiche is an fhacail-fhaire agad. +EnterUserPasswordForCrossOrigin2=Tha %1$S ag iarraidh an ainm-chleachdaiche is an fhacail-fhaire agad. RABHADH: Cha dèid am facal-faire agad a chur gun làrach-lìn air a bheil thu an-dràsta! +EnterPasswordFor=Cuir a-steach facal-faire airson %1$S air %2$S diff --git a/l10n-gd/toolkit/chrome/global/contentAreaCommands.properties b/l10n-gd/toolkit/chrome/global/contentAreaCommands.properties new file mode 100644 index 0000000000..7b3c8536de --- /dev/null +++ b/l10n-gd/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=Sàbhail an dealbh +SaveMediaTitle=Sàbhail am meadhan +SaveVideoTitle=Sàbhail am video +SaveAudioTitle=Sàbhail an fhuaim +SaveLinkTitle=Sàbhail mar +DefaultSaveFileName=clàr-amais +WebPageCompleteFilter=Duilleag-lìn, gu h-iomlan +WebPageHTMLOnlyFilter=Duilleag-lìn, HTML a-mhàin +WebPageXHTMLOnlyFilter=Duilleag-lìn, XHTML a-mhàin +WebPageSVGOnlyFilter=Duilleag-lìn, SVG a-mhàin +WebPageXMLOnlyFilter=Duilleag-lìn, XML a-mhàin + +# 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_faidhlichean diff --git a/l10n-gd/toolkit/chrome/global/datetimebox.dtd b/l10n-gd/toolkit/chrome/global/datetimebox.dtd new file mode 100644 index 0000000000..59866ddd37 --- /dev/null +++ b/l10n-gd/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 "Uairean a thìde"> +<!ENTITY time.minute.label "Mionaidean"> +<!ENTITY time.second.label "Diogan"> +<!ENTITY time.millisecond.label "Mille-dhiogan"> +<!ENTITY time.dayperiod.label "m/f"> + +<!-- Placeholders for input type=date --> + +<!ENTITY date.year.placeholder "bbbb"> +<!ENTITY date.month.placeholder "mm"> +<!ENTITY date.day.placeholder "ll"> + +<!-- Field labels for input type=date --> + +<!ENTITY date.year.label "Bliadhna"> +<!ENTITY date.month.label "Mìos"> +<!ENTITY date.day.label "Latha"> + +<!-- Date/time clear button --> + +<!ENTITY datetime.reset.label "Falamhaich"> diff --git a/l10n-gd/toolkit/chrome/global/dialog.properties b/l10n-gd/toolkit/chrome/global/dialog.properties new file mode 100644 index 0000000000..ff999519d9 --- /dev/null +++ b/l10n-gd/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=Ceart ma-thà +button-cancel=Sguir dheth +button-help=Cobhair +button-disclosure=Barrachd fiosrachaidh +accesskey-accept= +accesskey-cancel= +accesskey-help=H +accesskey-disclosure=I diff --git a/l10n-gd/toolkit/chrome/global/dialogOverlay.dtd b/l10n-gd/toolkit/chrome/global/dialogOverlay.dtd new file mode 100644 index 0000000000..0c4b2a81ad --- /dev/null +++ b/l10n-gd/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 "Ceart ma-thà"> +<!ENTITY cancelButton.label "Sguir dheth"> diff --git a/l10n-gd/toolkit/chrome/global/editMenuOverlay.dtd b/l10n-gd/toolkit/chrome/global/editMenuOverlay.dtd new file mode 100644 index 0000000000..71a8669085 --- /dev/null +++ b/l10n-gd/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 "Lorg"> +<!ENTITY findCmd.key "F"> +<!ENTITY findCmd.accesskey "L"> +<!ENTITY findAgainCmd.label "Lorg a-rithist"> +<!ENTITY findAgainCmd.key "G"> +<!ENTITY findAgainCmd.key2 "VK_F3"> +<!ENTITY findAgainCmd.accesskey "g"> diff --git a/l10n-gd/toolkit/chrome/global/extensions.properties b/l10n-gd/toolkit/chrome/global/extensions.properties new file mode 100644 index 0000000000..8601bb74e2 --- /dev/null +++ b/l10n-gd/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 = Policy is missing a required '%S' directive + +#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' directive contains a forbidden %2$S keyword + +#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' directive contains a forbidden %2$S: protocol source + +#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: protocol requires a host in '%1$S' directives + +#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' must include the source %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: wildcard sources in '%1$S' directives must include at least one non-generic sub-domain (e.g., *.example.com rather than *.com) + +#LOCALIZATION NOTE (uninstall.confirmation.title) %S is the name of the extension which is about to be uninstalled. +uninstall.confirmation.title = Dì-stàlaich %S + +#LOCALIZATION NOTE (uninstall.confirmation.message) %S is the name of the extension which is about to be uninstalled. +uninstall.confirmation.message = Tha an leudachan “%S” ag iarraidh ort gun dì-stàlaich thu e. Dè bu toigh leat dèanamh? + +uninstall.confirmation.button-0.label = Dì-stàlaich +uninstall.confirmation.button-1.label = Cum stàlaichte e + +saveaspdf.saveasdialog.title = Sàbhail mar + +#LOCALIZATION NOTE (newTabControlled.message2) %S is the icon and name of the extension which updated the New Tab page. +newTabControlled.message2 = Dh’atharraich leudachan, %S, an duilleag a chì thu nuair a dh’fhosglas tu taba ùr. +newTabControlled.learnMore = Barrachd fiosrachaidh + +#LOCALIZATION NOTE (homepageControlled.message) %S is the icon and name of the extension which updated the homepage. +homepageControlled.message = Dh’atharraich leudachan, %S, na chì thu nuair a dh’fhosglas tu an duilleag-dhachaidh agad no uinneagan ùra. +homepageControlled.learnMore = Barrachd fiosrachaidh + +#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 = Tha leudachan, %1$S, a’ cur am falach cuid dhe na tabaichean agad. Gheibh thu cothrom air na tabaichean air fad agad o %2$S fhathast. +tabHideControlled.learnMore = Barrachd fiosrachaidh + diff --git a/l10n-gd/toolkit/chrome/global/fallbackMenubar.properties b/l10n-gd/toolkit/chrome/global/fallbackMenubar.properties new file mode 100644 index 0000000000..f4fa9d9801 --- /dev/null +++ b/l10n-gd/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=Fàg an-seo +quitMenuitem.key=q diff --git a/l10n-gd/toolkit/chrome/global/filepicker.properties b/l10n-gd/toolkit/chrome/global/filepicker.properties new file mode 100644 index 0000000000..891857266d --- /dev/null +++ b/l10n-gd/toolkit/chrome/global/filepicker.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/. + +# LOCALIZATION NOTE: The extensions to which these descriptions refer +# now live in toolkit/content/filepicker.properties +allTitle=A h-uile faidhle +htmlTitle=Faidhlichean HTML +textTitle=Faidhlichean teacsa +imageTitle=Faidhlichean deilbh +xmlTitle=Faidhlichean XML +xulTitle=Faidhlichean XUL +appsTitle=Aplacaidean +audioTitle=Faidhlichean fuaime +videoTitle=Faidhlichean video + +formatLabel=Fòrmataich: + diff --git a/l10n-gd/toolkit/chrome/global/findbar.properties b/l10n-gd/toolkit/chrome/global/findbar.properties new file mode 100644 index 0000000000..f0dcf96f26 --- /dev/null +++ b/l10n-gd/toolkit/chrome/global/findbar.properties @@ -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/. + +# strings used by the Find bar, split from browser.properties +NotFound=Cha deach an abairt a lorg +WrappedToTop=Ràinig sinn bun na duilleige, a' leantainn air adhart o bharr na duilleige +WrappedToBottom=Ràinig sinn barr na duilleige, a' leantainn air adhart o bhun na duilleige +NormalFind=Lorg air an duilleag +FastFind=Lorg luath +FastFindLinks=Lorg luath (ceanglaichean a-mhàin) +CaseSensitive=(aire do litrichean mòra/beaga) +EntireWord=(Faclan slàna a-mhàin) +# 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 à #2 mhaids;#1 à #2 mhaids;#1 à #2 maidsichean;#1 à #2 maids +# 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=Barrachd air #1 mhaids;Barrachd air #1 mhaids;Barrachd air #1 maidsichean;Barrachd air #1 maids diff --git a/l10n-gd/toolkit/chrome/global/global-extension-fields.properties b/l10n-gd/toolkit/chrome/global/global-extension-fields.properties new file mode 100644 index 0000000000..26d24f7b0d --- /dev/null +++ b/l10n-gd/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=Bun-roghainn +extension.default-theme@mozilla.org.description=Ùrlar le sgeama dhathan an t-siostaim-obrachaidh. + diff --git a/l10n-gd/toolkit/chrome/global/globalKeys.dtd b/l10n-gd/toolkit/chrome/global/globalKeys.dtd new file mode 100644 index 0000000000..76b9235713 --- /dev/null +++ b/l10n-gd/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-gd/toolkit/chrome/global/intl.css b/l10n-gd/toolkit/chrome/global/intl.css new file mode 100755 index 0000000000..0221f963e1 --- /dev/null +++ b/l10n-gd/toolkit/chrome/global/intl.css @@ -0,0 +1,7 @@ +/* + * 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-gd/toolkit/chrome/global/intl.properties b/l10n-gd/toolkit/chrome/global/intl.properties new file mode 100644 index 0000000000..2d799062b0 --- /dev/null +++ b/l10n-gd/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=gd-gb, gd, en-gb, 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=4 + +# 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-gd/toolkit/chrome/global/keys.properties b/l10n-gd/toolkit/chrome/global/keys.properties new file mode 100644 index 0000000000..17c1399955 --- /dev/null +++ b/l10n-gd/toolkit/chrome/global/keys.properties @@ -0,0 +1,78 @@ +# 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 prevelant 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. + +# 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=Saighead suas +VK_DOWN=Saighead sìos +VK_LEFT=Saighead chlì +VK_RIGHT=Saighead dheis +VK_PAGE_UP=Duilleag suas +VK_PAGE_DOWN=Duilleag sìos +# 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 + +VK_TAB=Tab +VK_BACK=Backspace +VK_DELETE=Del +# LOCALIZATION NOTE : BLOCK end maybe GLYPHS +# LOCALIZATION NOTE : BLOCK typing state keys +VK_HOME=Home +VK_END=End + +VK_ESCAPE=Esc +VK_INSERT=Ins +# LOCALIZATION NOTE : BLOCK end diff --git a/l10n-gd/toolkit/chrome/global/mozilla.dtd b/l10n-gd/toolkit/chrome/global/mozilla.dtd new file mode 100644 index 0000000000..684e9530c1 --- /dev/null +++ b/l10n-gd/toolkit/chrome/global/mozilla.dtd @@ -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/. --> + +<!ENTITY mozilla.title.11.14 +'Leabhar Mozilla, 11:14'> + +<!ENTITY mozilla.quote.11.14 +'Agus ghabh a’ Bhiast <em>èideadh ùr</em> is rannsaich e dòighean <em>an ama</em> agus <em>an spàis</em> agus <em>an t-solais</em> agus <em>sruthadh</em> lùthas tron domhan. An cois a cuid rannsachaidh, dhealbh a’ Bhiast structaran ùra de <em>mheatailt ogsaidichte</em> agus ghairm e an glòir. Agus rinn luchd-leantainn na Bèiste gàirdeachas agus fhuair iad spionnadh ùr ann an <em>teagasg</em> na Bèiste.'> + +<!ENTITY mozilla.from.11.14 +'o <strong>Leabhar Mhozilla,</strong> 11:14'> diff --git a/l10n-gd/toolkit/chrome/global/narrate.properties b/l10n-gd/toolkit/chrome/global/narrate.properties new file mode 100644 index 0000000000..5fa8b8f3c2 --- /dev/null +++ b/l10n-gd/toolkit/chrome/global/narrate.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/. + +back = Air ais +start = Tòisich +stop = Sguir dheth +forward = Air adhart +speed = Luaths +selectvoicelabel = Guth: +# Default voice is determined by the language of the document. +defaultvoice = Bun-roghainn + +# Voice name and language. +# eg. David (English) +voiceLabel = %S (%S) diff --git a/l10n-gd/toolkit/chrome/global/notification.dtd b/l10n-gd/toolkit/chrome/global/notification.dtd new file mode 100644 index 0000000000..40ab8a6d47 --- /dev/null +++ b/l10n-gd/toolkit/chrome/global/notification.dtd @@ -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/. --> + +<!ENTITY closeNotification.tooltip "Dùin an teachdaireachd seo"> + +<!ENTITY checkForUpdates "Lorg ùrachaidhean…"> + +<!ENTITY defaultButton.label "Ceart ma-thà!"> +<!ENTITY defaultButton.accesskey "C"> + +<!ENTITY moreActionsButton.accessibleLabel "Barrachd ghnìomhan"> diff --git a/l10n-gd/toolkit/chrome/global/printdialog.properties b/l10n-gd/toolkit/chrome/global/printdialog.properties new file mode 100644 index 0000000000..02209eca36 --- /dev/null +++ b/l10n-gd/toolkit/chrome/global/printdialog.properties @@ -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 are used in the native GTK, Mac and Windows print dialogs. + +# GTK titles: +printTitleGTK=Clò-bhuail +optionsTabLabelGTK=Roghainnean + +# Mac titles: +optionsTitleMac=Roghainnean: +appearanceTitleMac=Riochd: +pageHeadersTitleMac=Bannan-cinn na duilleige: +pageFootersTitleMac=Bannan-coise na duilleige: + +# Windows titles: +optionsTitleWindows=Roghainnean + +# 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=Leig seachad sgèileadh is c_rùbadh gu leud na duilleige +selectionOnly=Clò-bhuail na chaidh a thaghadh _a-mhàin +printBGOptions=Clò-bhuail an cùlaibh +printBGColors=Clò-bhuail dathan a' _chùlaibh +printBGImages=Clò-bhuail deal_bhan a' chùlaibh +headerFooter=Bann-cinn is bann-coise +left=Clì +center=Cuir sa mheadhan +right=Deis +headerFooterBlank=--bàn-- +headerFooterTitle=Tiotal +headerFooterURL=URL +headerFooterDate=Ceann-là/Àm +headerFooterPage=Duilleag a # +headerFooterPageTotal=Duilleag a # à # +headerFooterCustom=Gnàthaichte… +customHeaderFooterPrompt=Cuir a-steach teacsa gnàthaichte a' bhanna-chinn/-choise agad + +summarySelectionOnlyTitle=Clò-bhuail na thagh thu +summaryShrinkToFitTitle=Crùb gu freagarrachd +summaryPrintBGColorsTitle=Clò-bhuail dathan a' chùlaibh +summaryPrintBGImagesTitle=Clò-bhuail dealbhan a' chùlaibh +summaryHeaderTitle=Bannan-cinn na duilleige +summaryFooterTitle=Bannan-coise na duilleige +summaryNAValue=Chan eil gin +summaryOnValue=Air +summaryOffValue=Dheth diff --git a/l10n-gd/toolkit/chrome/global/resetProfile.dtd b/l10n-gd/toolkit/chrome/global/resetProfile.dtd new file mode 100644 index 0000000000..d791e8777a --- /dev/null +++ b/l10n-gd/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 "Ath-nuadhaich &brandShortName;"> + +<!ENTITY refreshProfile.cleaning.description "Cha mhòr deiseil…"> diff --git a/l10n-gd/toolkit/chrome/global/resetProfile.properties b/l10n-gd/toolkit/chrome/global/resetProfile.properties new file mode 100644 index 0000000000..86eceb7d98 --- /dev/null +++ b/l10n-gd/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=Tha coltas nach do thòisich thu %S o chionn greis. A bheil thu airson a sgioblachadh airson 's gum bi gach rud glan sgiobalta, mar gum biodh e ùr nodha? Agus fàilte air ais, eadar dà sgeul! +# LOCALIZATION NOTE (resetUninstalled.message): %S is brandShortName. +resetUninstalled.message=Tha coltas gun do stàlaich thu %S às ùr. A bheil thu airson ’s gun sgioblaich sinn dhut e ach am bi e cho glan ùr ’s a ghabhas? + +# LOCALIZATION NOTE (refreshProfile.resetButton.label): %S is brandShortName. +refreshProfile.resetButton.label=Ath-nuadhaich %S… +refreshProfile.resetButton.accesskey=n diff --git a/l10n-gd/toolkit/chrome/global/textcontext.dtd b/l10n-gd/toolkit/chrome/global/textcontext.dtd new file mode 100644 index 0000000000..ebe9c6a51a --- /dev/null +++ b/l10n-gd/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 "Cuir ris an fhaclair"> +<!ENTITY spellAddToDictionary.accesskey "C"> +<!ENTITY spellUndoAddToDictionary.label "Neo-dhèan cur ris an fhaclair"> +<!ENTITY spellUndoAddToDictionary.accesskey "N"> +<!ENTITY spellCheckToggle.label "Ceartaich an litreachadh"> +<!ENTITY spellCheckToggle.accesskey "C"> +<!ENTITY spellNoSuggestions.label "(Gun mholaidhean litreachaidh)"> +<!ENTITY spellDictionaries.label "Cànain"> +<!ENTITY spellDictionaries.accesskey "C"> + +<!ENTITY searchTextBox.clear.label "Falamhaich"> + +<!ENTITY fillLoginMenu.label "Lìon am fiosrachadh clàraidh"> +<!ENTITY fillLoginMenu.accesskey "f"> +<!ENTITY fillPasswordMenu.label "Lìon am facal-faire"> +<!ENTITY fillPasswordMenu.accesskey "f"> +<!ENTITY fillUsernameMenu.label "Lìon an t-ainm"> +<!ENTITY fillUsernameMenu.accesskey "L"> +<!ENTITY noLoginSuggestions.label "(Gun dàta clàraidh)"> +<!ENTITY viewSavedLogins.label "Seall an dàta clàraidh a chaidh a shàbhaladh"> diff --git a/l10n-gd/toolkit/chrome/global/tree.dtd b/l10n-gd/toolkit/chrome/global/tree.dtd new file mode 100644 index 0000000000..e8a2937499 --- /dev/null +++ b/l10n-gd/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 "Aisig òrdugh nan colbh"> diff --git a/l10n-gd/toolkit/chrome/global/videocontrols.dtd b/l10n-gd/toolkit/chrome/global/videocontrols.dtd new file mode 100644 index 0000000000..fa7768c6cd --- /dev/null +++ b/l10n-gd/toolkit/chrome/global/videocontrols.dtd @@ -0,0 +1,39 @@ +<!-- 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 playButton.playLabel "Cluich"> +<!ENTITY playButton.pauseLabel "Cuir 'na stad"> +<!ENTITY muteButton.muteLabel "Tostaich"> +<!ENTITY muteButton.unmuteLabel "Till an fhuaim"> +<!ENTITY fullscreenButton.enterfullscreenlabel "Làn-sgrìn"> +<!ENTITY fullscreenButton.exitfullscreenlabel "Fàg an làn-sgrìn"> +<!ENTITY castingButton.castingLabel "Tilg air an sgrìn"> +<!ENTITY closedCaption.off "Dheth"> +<!-- LOCALIZATION NOTE (volumeScrubber.label): This label is exposed to + accessibility software to clarify what the slider is for. --> +<!ENTITY volumeScrubber.label "Sleamhnachan na fuaime"> + +<!-- 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 "Dealbh am broinn deilbh"> + +<!ENTITY error.aborted "Sguireadh de luchdadh a' video."> +<!ENTITY error.network "Sguireadh cluich a' video air sgàth mearachd lìonraidh."> +<!ENTITY error.decode "Cha ghabh a' video a chluich a chionn 's gu bheil am faidhle coirbte."> +<!ENTITY error.srcNotSupported "Chan eil taic ann ri fòrmat a' video no an seòrsa MIME."> +<!ENTITY error.noSource2 "Cha deach video a lorg aig a bheil fòrmat no seòrsa MIME a tha taic ris."> +<!ENTITY error.generic "Sguireadh de chluich a' video air sgàth mearachd neo-aithnichte."> + +<!ENTITY status.pictureInPicture "Tha a’ video seo a’ cluich sa mhodh dealbh am broinn deilbh."> + +<!-- 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-gd/toolkit/chrome/global/viewSource.properties b/l10n-gd/toolkit/chrome/global/viewSource.properties new file mode 100644 index 0000000000..115425de65 --- /dev/null +++ b/l10n-gd/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 = Rach gu loidhne +goToLineText = Cuir a-steach àireamh na loidhne +invalidInputTitle = Steach-chur mì-dhligheach +invalidInputText = Tha àireamh na loidhne a chuir thu a-steach mì-dhligheach. +outOfRangeTitle = Cha deach an loidhne a lorg +outOfRangeText = Cha deach an loidhne a shònraich thu a lorg. +viewSelectionSourceTitle = Bun-tùs DOM na thagh thu + +context_goToLine_label = Rach gu loidhne… +context_goToLine_accesskey = L +context_wrapLongLines_label = Paisg loidhnichean fada +context_highlightSyntax_label = Soillseachadh a’ cho-chàraidh diff --git a/l10n-gd/toolkit/chrome/global/wizard.properties b/l10n-gd/toolkit/chrome/global/wizard.properties new file mode 100644 index 0000000000..095b2ef50d --- /dev/null +++ b/l10n-gd/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=Fàilte gu %S +default-last-title=A' toirt gu buil an %S +default-first-title-mac=Ro-ràdh +default-last-title-mac=Co-dhùnadh diff --git a/l10n-gd/toolkit/chrome/mozapps/downloads/downloads.properties b/l10n-gd/toolkit/chrome/mozapps/downloads/downloads.properties new file mode 100644 index 0000000000..66e9607ec2 --- /dev/null +++ b/l10n-gd/toolkit/chrome/mozapps/downloads/downloads.properties @@ -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/. + +# 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=d;d;d;d + +# 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=m;m;m;m + +# 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=u;u;u;u + +# 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=l;l;l;l + +downloadErrorAlertTitle=Mearachd leis an luchdadh a-nuas +downloadErrorGeneric=Cha ghabh an luchdadh a-nuas a shàbhaladh a chionn 's gun do thachair mearachd neo-aithniche.\n\nFeuch ris a-rithist. + +# LOCALIZATION NOTE: we don't have proper plural support in the CPP code; bug 463102 +quitCancelDownloadsAlertTitle=A bheil thu airson sgur de gach luchdadh a-nuas? +quitCancelDownloadsAlertMsg=Ma sguireas tu dheth an-dràsta, thèid casg a chur air aon luchdadh a-nuas. A bheil thu cinnteach gu bheil thu airson leantainn ort? +quitCancelDownloadsAlertMsgMultiple=Ma sguireas tu dheth an-dràsta, thèid casg a chur air luchdadh a-nuas de %S rudan. A bheil thu cinnteach gu bheil thu airson leantainn ort? +quitCancelDownloadsAlertMsgMac=Ma sguireas tu dheth an-dràsta, thèid casg a chur air aon luchdadh a-nuas. A bheil thu cinnteach gu bheil thu airson leantainn ort? +quitCancelDownloadsAlertMsgMacMultiple=Ma sguireas tu dheth an-dràsta, thèid casg a chur air luchdadh a-nuas de %S rudan. A bheil thu cinnteach gu bheil thu airson leantainn ort? +offlineCancelDownloadsAlertTitle=A bheil thu airson sgur de gach luchdadh a-nuas? +offlineCancelDownloadsAlertMsg=Ma thèid thu far loidhne an-dràsta, thèid casg a chur air aon luchdadh a-nuas. A bheil thu cinnteach gu bheil thu airson a dhol far loidhne? +offlineCancelDownloadsAlertMsgMultiple=Ma thèid thu far loidhne an-dràsta, thèid casg a chur air luchdadh a-nuas de %S rudan. A bheil thu cinnteach gu bheil thu airson a dhol far loidhne? +leavePrivateBrowsingCancelDownloadsAlertTitle=A bheil thu airson sgur de gach luchdadh a-nuas? +leavePrivateBrowsingWindowsCancelDownloadsAlertMsg2=Ma dhùineas tu gach uinneag brabhsaidh prìobhaideach an-dràsta, thèid crìoch a chur air aon luchdadh a-nuas. A bheil thu cinnteach gu bheil thu airson sgur dhen bhrabhsadh phrìobhaideach? +leavePrivateBrowsingWindowsCancelDownloadsAlertMsgMultiple2=Ma dhùineas tu gach uinneag brabhsaidh prìobhaideach an-dràsta, thèid crìoch a chur air luchdadh a-nuas de %S rudan. A bheil thu cinnteach gu bheil thu airson sgur dhen bhrabhsadh phrìobhaideach? +cancelDownloadsOKText=Sguir de 1 luchdadh a-nuas +cancelDownloadsOKTextMultiple=Sguir de luchdadh a-nuas de %S rudan +dontQuitButtonWin=Na sguir +dontQuitButtonMac=Na sguir +dontGoOfflineButton=Fuirich air loidhne +dontLeavePrivateBrowsingButton2=Fuirich sa bhrabhsadh phrìobhaideach + +# LOCALIZATION NOTE (infiniteRate): +# If download speed is a JavaScript Infinity value, this phrase is used +infiniteRate=Cho luath ri seabhag + +# 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=byte +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 de %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 de %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 air fhàgail +# 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 air fhàgail +timeFewSeconds2=Diog no dhà air fhàgail +timeUnknown2=Chan eil fhios dè an ùine a tha air fhàgail + +# LOCALIZATION NOTE (doneScheme): #1 URI scheme like data: jar: about: +doneScheme2=Goireas %1$S +# 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=faidhle ionadail + +# LOCALIZATION NOTE (yesterday): Displayed time for files finished yesterday +yesterday=An-dè + +fileExecutableSecurityWarning='S e faidhle so-ghnìomhaichte a tha ann an "%S". Dh'fhaodadh bìorasan no còd droch rùnach eile a bhith ann am faidhlichean so-ghnìomhaichte 's faodaidh iad an coimpiutair agad a mhilleadh. Bi faiceallach le fosgladh an fhaidhle seo. A bheil thu cinnteach gu bheil thu airson "%S" a chur a dhol? +fileExecutableSecurityWarningTitle=Cinnteach a thaobh fosgladh an fhaidhle sho-ghnìomhaichte? + +# Desktop folder name for downloaded files +downloadsFolder=Luchdaidhean a-nuas diff --git a/l10n-gd/toolkit/chrome/mozapps/downloads/settingsChange.dtd b/l10n-gd/toolkit/chrome/mozapps/downloads/settingsChange.dtd new file mode 100644 index 0000000000..76efc41441 --- /dev/null +++ b/l10n-gd/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 "'S urrainn dhut na roghainnean atharrachadh ann an roghainnean &brandShortName;."> +<!ENTITY settingsChangeOptions.label "'S urrainn dhut na roghainnean atharrachadh ann an roghainnean &brandShortName;."> diff --git a/l10n-gd/toolkit/chrome/mozapps/downloads/unknownContentType.dtd b/l10n-gd/toolkit/chrome/mozapps/downloads/unknownContentType.dtd new file mode 100644 index 0000000000..f3962533b3 --- /dev/null +++ b/l10n-gd/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 "Chuir thu romhad na leanas fhosgladh:"> +<!ENTITY from.label "o:"> +<!ENTITY actionQuestion.label "Dè nì &brandShortName; leis an fhaidhle seo?"> + +<!ENTITY openWith.label "Fosgail le"> +<!ENTITY openWith.accesskey "o"> +<!ENTITY other.label "Eile…"> + +<!ENTITY saveFile.label "Sàbhail am faidhle"> +<!ENTITY saveFile.accesskey "S"> + +<!ENTITY rememberChoice.label "Dèantar seo leis fhèin le faidhlichean d' a leithid san àm ri teachd."> +<!ENTITY rememberChoice.accesskey "a"> + +<!ENTITY whichIs.label "a tha 'na:"> + +<!ENTITY chooseHandlerMac.label "Tagh…"> +<!ENTITY chooseHandlerMac.accesskey "T"> +<!ENTITY chooseHandler.label "Brabhsaich…"> +<!ENTITY chooseHandler.accesskey "B"> + +<!ENTITY unknownPromptText.label "A bheil thu airson am faidhle seo a shàbhaladh?"> diff --git a/l10n-gd/toolkit/chrome/mozapps/downloads/unknownContentType.properties b/l10n-gd/toolkit/chrome/mozapps/downloads/unknownContentType.properties new file mode 100644 index 0000000000..a4e042c62d --- /dev/null +++ b/l10n-gd/toolkit/chrome/mozapps/downloads/unknownContentType.properties @@ -0,0 +1,18 @@ +# -*- 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=A' fosgladh %S +saveDialogTitle=Cuir a-steach ainm an fhaidhle a thèid a shàbhaladh thuige… +defaultApp=%S (bunaiteach) +chooseAppFilePickerTitle=Tagh an aplacaid chobharach +badApp=Cha deach an aplacaid a shònraich thu ("%S") a lorg. Cuir sùil air ainm an fhaidhle no sònraich aplacaid eile. +badApp.title=Cha deach an aplacaid a lorg +badPermissions=Cha b' urrainn dhuinn am faidhle a shàbhaladh a chionn 's nach eil cead iomchaidh agad. Tagh pasgan sàbhalaidh eile. +badPermissions.title=Cead sàbhalaidh mì-dhligheach +unknownAccept.label=Sàbhail am faidhle +unknownCancel.label=Sguir dheth +fileType=Faidhle %S +# LOCALIZATION NOTE (orderedFileSizeWithType): first %S is type, second %S is size, and third %S is unit +orderedFileSizeWithType=%1$S (%2$S %3$S) diff --git a/l10n-gd/toolkit/chrome/mozapps/extensions/extensions.dtd b/l10n-gd/toolkit/chrome/mozapps/extensions/extensions.dtd new file mode 100644 index 0000000000..460ce4d335 --- /dev/null +++ b/l10n-gd/toolkit/chrome/mozapps/extensions/extensions.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 setting.learnmore "Barrachd fiosrachaidh…"> diff --git a/l10n-gd/toolkit/chrome/mozapps/extensions/extensions.properties b/l10n-gd/toolkit/chrome/mozapps/extensions/extensions.properties new file mode 100644 index 0000000000..46709c8f57 --- /dev/null +++ b/l10n-gd/toolkit/chrome/mozapps/extensions/extensions.properties @@ -0,0 +1,82 @@ +# 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=Chan eil %1$S co-chòrdail le %2$S %3$S. +#LOCALIZATION NOTE (notification.unsigned, notification.unsignedAndDisabled) %1$S is the add-on name, %2$S is brand name +notification.unsignedAndDisabled=Cha b’ urrainn dhuinn %1$S a dhearbhadh a chum cleachdaidh ann am %2$S agus chaidh a chur à comas. +notification.unsigned=Cha b’ urrainn dhuinn %1$S a dhearbhadh a chum cleachdaidh ann an %2$S. Bi faiceallach. +notification.unsigned.link=Barrachd fiosrachaidh +#LOCALIZATION NOTE (notification.blocked) %1$S is the add-on name +notification.blocked=Chaidh %1$S a chur à comas air sgàth adhbharan tèarainteachd no seasmhachd. +notification.blocked.link=Barrachd fiosrachaidh +#LOCALIZATION NOTE (notification.softblocked) %1$S is the add-on name +notification.softblocked=Tha fhios gun adhbharaich %1$S duilgheadasan tèarainteachd is seasmhachd. +notification.softblocked.link=Barrachd fiosrachaidh +#LOCALIZATION NOTE (notification.outdated) %1$S is the add-on name +notification.outdated=Tha ùrachadh cudromach ri fhaighinn airson %1$S. +notification.outdated.link=Ùraich an-dràsta +#LOCALIZATION NOTE (notification.vulnerableUpdatable) %1$S is the add-on name +notification.vulnerableUpdatable=Tha fhios gu bheil %1$S so-leònte agus bu chòir dhut ùrachadh. +notification.vulnerableUpdatable.link=Ùraich an-dràsta +#LOCALIZATION NOTE (notification.vulnerableNoUpdate) %1$S is the add-on name +notification.vulnerableNoUpdate=Tha fhios gu bheil %1$S so-leònte. Bi faiceallach leis. +notification.vulnerableNoUpdate.link=Barrachd fiosrachaidh +#LOCALIZATION NOTE (notification.restartless-uninstall) %1$S is the add-on name +notification.restartless-uninstall=Thèid %1$S a dhì-stàladh às dèidh dhut an taba seo a dhùnadh. +#LOCALIZATION NOTE (notification.downloadError) %1$S is the add-on name. +notification.downloadError=Thachair mearachd rè luchdadh a-nuas %1$S. +notification.downloadError.retry=Feuch ris a-rithist +notification.downloadError.retry.tooltip=Feuch ri luchdadh a-nuas an tuilleadain seo a-rithist +#LOCALIZATION NOTE (notification.installError) %1$S is the add-on name. +notification.installError=Thachair mearachd rè stàladh %1$S. +notification.installError.retry=Feuch ris a-rithist +notification.installError.retry.tooltip=Feuch ri luchdadh a-nuas is ri stàladh an tuilleadain seo a-rithist +#LOCALIZATION NOTE (notification.gmpPending) %1$S is the add-on name. +notification.gmpPending=Thèid %1$S stàladh a dh'aithghearr. + +#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=Chan eil %1$S co-chòrdail le %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=Cha b’ urrainn dhuinn %1$S a dhearbhadh a chum cleachdaidh ann an %2$S agus chaidh a chur à comas. +details.notification.unsigned=Cha b’ urrainn dhuinn %1$S a dhearbhadh a chum cleachdaidh ann an %2$S. Bi faiceallach. +details.notification.unsigned.link=Barrachd fiosrachaidh +#LOCALIZATION NOTE (details.notification.blocked) %1$S is the add-on name +details.notification.blocked=Chaidh %1$S a chur à comas air sgàth adhbharan tèarainteachd no seasmhachd. +details.notification.blocked.link=Barrachd fiosrachaidh +#LOCALIZATION NOTE (details.notification.softblocked) %1$S is the add-on name +details.notification.softblocked=Tha fhios gun adhbharaich %1$S duilgheadasan tèarainteachd is seasmhachd. +details.notification.softblocked.link=Barrachd fiosrachaidh +#LOCALIZATION NOTE (details.notification.outdated) %1$S is the add-on name +details.notification.outdated=Tha ùrachadh cudromach ri fhaighinn airson %1$S. +details.notification.outdated.link=Ùraich an-dràsta +#LOCALIZATION NOTE (details.notification.vulnerableUpdatable) %1$S is the add-on name +details.notification.vulnerableUpdatable=Tha fhios gu bheil %1$S so-leònte agus bu chòir dhut ùrachadh. +details.notification.vulnerableUpdatable.link=Ùraich an-dràsta +#LOCALIZATION NOTE (details.notification.vulnerableNoUpdate) %1$S is the add-on name +details.notification.vulnerableNoUpdate=Tha fhios gu bheil %1$S so-leònte. Bi faiceallach leis. +details.notification.vulnerableNoUpdate.link=Barrachd fiosrachaidh +#LOCALIZATION NOTE (details.notification.restartless-uninstall) %1$S is the add-on name. +details.notification.restartless-uninstall=Thèid %1$S a dhì-stàladh às dèidh dhut an taba seo a dhùnadh. +#LOCALIZATION NOTE (details.notification.gmpPending) %1$S is the add-on name +details.notification.gmpPending=Thèid %1$S stàladh a dh'aithghearr. + +type.extension.name=Leudachain +type.themes.name=Ùrlaran +type.locale.name=Cànain +type.plugin.name=Plugain +type.dictionary.name=Faclairean +type.service.name=Seirbheisean +type.legacy.name=Leudachain dhìleabach +type.unsupported.name=Gun taic + +listHeading.extension=Stiùirich na leudachain agad +listHeading.shortcuts=Stiùirich ath-ghoiridean an leudachain +listHeading.theme=Stiùirich na h-ùrlaran agad +listHeading.plugin=Stiùirich na plugain agad +listHeading.locale=Stiùirich na cànain agad +listHeading.dictionary=Stiùirich na faclairean agad + +searchLabel.extension=Lorg barrachd leudachan +searchLabel.theme=Lorg barrachd ùrlaran diff --git a/l10n-gd/toolkit/chrome/mozapps/handling/handling.dtd b/l10n-gd/toolkit/chrome/mozapps/handling/handling.dtd new file mode 100644 index 0000000000..7873c39f28 --- /dev/null +++ b/l10n-gd/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 "30em"> +<!ENTITY window.emHeight "30em"> +<!ENTITY ChooseOtherApp.description "Tagh aplacaid eile"> +<!ENTITY ChooseApp.label "Tagh…"> +<!ENTITY ChooseApp.accessKey "h"> +<!ENTITY accept "Fosgail an ceangal"> diff --git a/l10n-gd/toolkit/chrome/mozapps/handling/handling.properties b/l10n-gd/toolkit/chrome/mozapps/handling/handling.properties new file mode 100644 index 0000000000..fce8f75f4d --- /dev/null +++ b/l10n-gd/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=Tòisich aplacaid +protocol.description=Feumaidh tu an ceangal seo fhosgladh le aplacaid. +protocol.choices.label=Cuir gu: +protocol.checkbox.label=Cuimhnich mo roghainn airson ceanglaichean %S. +protocol.checkbox.accesskey=r +protocol.checkbox.extra='S urrainn dhut seo atharrachadh anns na roghainnean aig %S.\u0020 + +# Displayed under the name of a protocol handler in the Launch Application dialog. +privatebrowsing.disabled.label=À comas ann an uinneagan prìobhaideach + +choose.application.title=Aplacaid eile… diff --git a/l10n-gd/toolkit/chrome/mozapps/profile/profileSelection.properties b/l10n-gd/toolkit/chrome/mozapps/profile/profileSelection.properties new file mode 100644 index 0000000000..2e03db93cd --- /dev/null +++ b/l10n-gd/toolkit/chrome/mozapps/profile/profileSelection.properties @@ -0,0 +1,56 @@ +# 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, restartMessageNoUnlocker, restartMessageUnlocker, restartMessageNoUnlockerMac, restartMessageUnlockerMac): Messages displayed when the application is running but is not responding to commands. %S is the application name. +restartTitle=Dùin %S +restartMessageUnlocker=Tha %S a' dol mu thràth ach chan eil e a' freagairt. Feumaidh tu crìoch a chur air seann phròiseas %S mus urrainn dhut uinneag ùr fhosgladh. +restartMessageNoUnlockerMac=Tha lethbhreac de %S fosgailte mu thràth. Chan urrainn dhut barrachd air aon lethbhreac de %S fhosgladh aig an aon àm. +restartMessageUnlockerMac=Tha lethbhreac de %S fosgailte mu thràth. Dùinidh lethbhreac %S a tha a' dol an-dràsta gus am fear seo fhosgladh. + +# Profile manager +# LOCALIZATION NOTE (profileTooltip): First %S is the profile name, second %S is the path to the profile folder. +profileTooltip=Pròifil: "%S" - Slighe: "%S" + +pleaseSelectTitle=Tagh pròifil +pleaseSelect=Tagh pròifil gus %S a thòiseachadh no cruthaich pròifil ùr. + +renameProfileTitle=Cuir ainm ùr air pròifil +renameProfilePrompt=Atharraich ainm na pròifile "%S" gu: + +profileNameInvalidTitle=Ainm pròifile mì-dhligheach +profileNameInvalid=Chan eil an t-ainm pròifile "%S" ceadaichte. + +chooseFolder=Tagh pasgan na pròifile +profileNameEmpty=Chan fhaod ainm pròifil a bhith bàn. +invalidChar=Chan eil an caractair "%S" ceadaichte ann an ainmean pròifile. Tagh ainm eile. + +deleteTitle=Sguab às pròifil +deleteProfileConfirm=Ma sguabas tu às pròifil, thèid a chur far liosta nam pròifilean a tha rim faighinn is chan urrainn dhut seo aiseag.\n'S urrainn dhut faidhlichean dàta na pròifile a sguabadh às cuideachd, a' gabhail a-steach nan roghainnean, ceadachasan is dàta eile co-cheangailte ris a' chleachdaiche. Sguabaidh an roghainn seo às am pasgan "%S" is chan urrainn dhut seo aiseag.\nA bheil thu airson faidhlichean dàta na pròifile a sguabadh às? +deleteFiles=Sguab às na faidhlichean +dontDeleteFiles=Na sguab às na faidhlichean + +profileCreationFailed=Cha do ghabh a' phròifil a chruthachadh. 'S mathaid gu bheil am pasgan a thagh thu ri leughadh a-mhàin. +profileCreationFailedTitle=Dh'fhàillig cruthachadh na pròifile +profileExists=Tha pròifil ann mu thràth air a bheil an t-ainm seo. Tagh ainm eile. +profileFinishText=Briog air "Crìochnaich" gus a' phròifil ùr seo a chruthachadh. +profileFinishTextMac=Briog air "Dèanta" gus a' phròifil ùr seo a chruthachadh. +profileMissing=Chan urrainn dhuinn a' phròifil agad (%S) a luchdadh. Faodaidh nach eil e ann no nach gabh a ruigsinn. +profileMissingTitle=Pròifil a dhìth +profileDeletionFailed=Cha b’ urrainn dhuinn a’ phròifil a sguabadh às, dh’fhaoidte gu bheil e ’ga chleachdadh. +profileDeletionFailedTitle=Dh’fhàillig an sguabadh às + +# 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=Seann-dàta %S + +flushFailTitle=Cha deach na h-atharraichean a shàbhaladh +# LOCALIZATION NOTE (conflictMessage): %1$S is brandProductName, %2$S is brandShortName. +conflictMessage=Rinn lethbhreac eile de %1$S atharraichean air pròifilean. Feumaidh tu %2$S ath-thòiseachadh mus atharraich thu dad eile. +flushFailMessage=Thachair mearachd ris nach robh dùil agus cha deach na h-atharraichean agad a shàbhaladh ri linn sin. +# LOCALIZATION NOTE (flushFailRestartButton): $S is brandShortName. +flushFailRestartButton=Ath-thòisich %S +flushFailExitButton=Fàg an-seo diff --git a/l10n-gd/toolkit/chrome/mozapps/update/updates.properties b/l10n-gd/toolkit/chrome/mozapps/update/updates.properties new file mode 100644 index 0000000000..66f151a46b --- /dev/null +++ b/l10n-gd/toolkit/chrome/mozapps/update/updates.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/. + +# 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=Na ùraich, mòran taing +noThanksButton.accesskey=N +# NOTE: The restartLaterButton string is also used in +# mozapps/extensions/content/blocklist.js +restartLaterButton=Ath-thòisich uaireigin eile +restartLaterButton.accesskey=l +restartNowButton=Ath-thòisich %S +restartNowButton.accesskey=A + +statusFailed=Dh'fhàillig an stàladh + +installSuccess=Shoirbhich le stàladh an ùrachaidh +installPending=Stàladh ri dhèanamh +patchApplyFailure=Cha do ghabh an t-ùrachadh a stàladh (dh'fhàillig cur an sàs a' bhrèide) +elevationFailure=Chan eil cead agad an t-ùrachadh seo a stàladh. Cuir fios gu rianaire an t-siostaim. + +check_error-200=Tha faidhle XML an ùrachaidh droch chumte (200) +check_error-403=Inntrigeadh air a dhiùltadh (403) +check_error-404=Cha deach faidhle XML an ùrachaidh a lorg (404) +check_error-500=Mearachd taobh a-staigh an fhrithealaiche (500) +check_error-2152398849=Dh'fhàillig e (chan eil fhios carson) +check_error-2152398861=Ceangal air a dhiùltadh +check_error-2152398862=Dh'fhalbh an ùine air a' cheangal +# NS_ERROR_OFFLINE +check_error-2152398864=Tha an lìonra far loidhe (rach air loidhne) +check_error-2152398867=Chan eil am port ceadaichte +check_error-2152398868=Cha d' fhuaradh dàta (feuch ris a-rithist) +check_error-2152398878=Cha deach am frithealaiche ùrachaidh a lorg (cuir sùil air a' cheangal agad ris an lìon) +check_error-2152398890=Cha deach am frithealaiche progsaidh a lorg (cuir sùil air a' cheangal agad ris an lìon) +# NS_ERROR_DOCUMENT_NOT_CACHED +check_error-2152398918=Tha an lìonra far loidhe (rach air loidhne) +check_error-2152398919=Bhris tar-aiseag an dàta (cuir sùil air a' cheangal agad ris an lìon) +check_error-2152398920=Chaidh ceangal ris an fhrithealaiche phrogsaidh a dhiùltadh +check_error-2153390069=Dh'fhalbh an ùine air ceadachas an fhrithealaiche (cuir ceart ceann-là is uair an t-siostaim agad ma tha e cearr) +check_error-verification_failed=Cha do ghabh iomlanachd an ùrachaidh a dhearbhadh diff --git a/l10n-gd/toolkit/chrome/passwordmgr/passwordmgr.properties b/l10n-gd/toolkit/chrome/passwordmgr/passwordmgr.properties new file mode 100644 index 0000000000..71bfb5984d --- /dev/null +++ b/l10n-gd/toolkit/chrome/passwordmgr/passwordmgr.properties @@ -0,0 +1,62 @@ +# 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 = Cleachd manaidsear nam faclan-faire gus am facal-faire seo a chumail ann an cuimhne. +savePasswordTitle = Dearbhaich +# LOCALIZATION NOTE (saveLoginMsg, saveLoginMsgNoUser): +# %1$S is brandShortName, %2$S is the login's hostname. +saveLoginMsg = An sàbhail %1$S an clàradh a-steach seo dhut mu choinneamh %2$S? +saveLoginMsgNoUser = An sàbhail %1$S am facal-faire seo dhut mu choinneamh %2$S? +saveLoginButtonAllow.label = Sàbhail +saveLoginButtonAllow.accesskey = S +saveLoginButtonDeny.label = Na sàbhail +saveLoginButtonDeny.accesskey = N +saveLoginButtonNever.label = Na sàbhail idir +saveLoginButtonNever.accesskey = e +updateLoginMsg = A bheil thu airson an clàradh seo ùrachadh? +updateLoginMsgNoUser = A bheil thu airson am facal-faire seo ùrachadh? +updateLoginButtonText = Ùraich +updateLoginButtonAccessKey = U +updateLoginButtonDeny.label = Na ùraich +updateLoginButtonDeny.accesskey = N +# 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 = A bheil thu ag iarraidh am facal-faire airson "%1$S" a chumail an cuimhne air %2$S? +# LOCALIZATION NOTE (rememberPasswordMsgNoUsername): +# String is the login's hostname. +rememberPasswordMsgNoUsername = A bheil thu airson am facal-faire a chumail an cuimhne air %S? +# LOCALIZATION NOTE (noUsernamePlaceholder): +# This is displayed in place of the username when it is missing. +noUsernamePlaceholder=Gun ainm-cleachdaiche +togglePasswordLabel=Seall am facal-faire +togglePasswordAccessKey2=h +notNowButtonText = &Na cum an cuimhne an turas seo +neverForSiteButtonText = Na cu&m an cuimhne gu sìorraidh bràth +rememberButtonText = &Cum an cuimhne +passwordChangeTitle = Dearbhaich atharrachadh an fhacail-fhaire +# LOCALIZATION NOTE (updatePasswordMsg): +# String is the username for the login. +updatePasswordMsg = A bheil thu airson am facal-faire a chaidh a shàbhaladh airson %S ùrachadh? +updatePasswordMsgNoUser = A bheil thu airson am facal-faire a chaidh a shàbhaladh ùrachadh? +userSelectText2 = Tagh an login a thèid ùrachadh: +loginsDescriptionAll2=Tha clàraidhean a-steach air na làraichean a leanas ’gan stòradh air a’ choimpiutair agad + +# 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=Gun ainm-cleachdaiche + +# LOCALIZATION NOTE (insecureFieldWarningDescription2, insecureFieldWarningDescription3): +# %1$S will contain insecureFieldWarningLearnMore and look like a link to indicate that clicking will open a tab with support information. +insecureFieldWarningDescription2 = Chan eil an ceangal seo tèarainte. Ma chlàraicheas tu a-steach an-seo, dh’fhaoidte gun goid cuideigin an dàta ort. %1$S +insecureFieldWarningLearnMore = Barrachd fiosrachaidh + +# LOCALIZATION NOTE (viewSavedLogins.label): +# This label is used in the footer of login autocomplete menus. +viewSavedLogins.label= Seall an dàta clàraidh a chaidh a shàbhaladh + diff --git a/l10n-gd/toolkit/chrome/places/places.properties b/l10n-gd/toolkit/chrome/places/places.properties new file mode 100644 index 0000000000..7e7ffde112 --- /dev/null +++ b/l10n-gd/toolkit/chrome/places/places.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/. + +BookmarksMenuFolderTitle=Clàr-taice nan comharra-lìn +BookmarksToolbarFolderTitle=Bàr nan comharra-lìn +OtherBookmarksFolderTitle=Comharran-lìn eile +TagsFolderTitle=Tagaichean +MobileBookmarksFolderTitle=Comharran-lìn mobile + +OrganizerQueryHistory=Eachdraidh +OrganizerQueryDownloads=Luchdaidhean a-nuas +OrganizerQueryAllBookmarks=A h-uile comharra-lìn + +# LOCALIZATION NOTE : +# These are used to generate history containers when history is grouped by date +finduri-AgeInDays-is-0=An-diugh +finduri-AgeInDays-is-1=An-dè +finduri-AgeInDays-is=%S làithean air ais +finduri-AgeInDays-last-is=Na %S làithean seo chaidh +finduri-AgeInDays-isgreater=Nas sine na %S làithean +finduri-AgeInMonths-is-0=Am mìos seo +finduri-AgeInMonths-isgreater=Nas sine na %S mìosan + +# LOCALIZATION NOTE (localhost): +# This is used to generate local files container when history is grouped by site +localhost=(faidhlichean ionadail) + +# 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-gd/toolkit/chrome/pluginproblem/pluginproblem.dtd b/l10n-gd/toolkit/chrome/pluginproblem/pluginproblem.dtd new file mode 100644 index 0000000000..02a8cd7458 --- /dev/null +++ b/l10n-gd/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 "Gnog an-seo gus am plugan a chur an gnìomh."> +<!ENTITY clickToActivatePlugin "Cuir am plugan an gnìomh."> +<!ENTITY checkForUpdates "Thoir sùil airson ùrachaidhean…"> +<!ENTITY blockedPlugin.label "Chaidh am plugan seo a bhacadh a chum do thèarainteachd."> +<!ENTITY hidePluginBtn.label "Falaich am plugan"> +<!ENTITY managePlugins "Stiùirich na plugain…"> + +<!-- 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 "Ath-luchdaich an duilleag"> +<!ENTITY reloadPlugin.post " gus feuchainn ris a-rithist."> +<!-- LOCALIZATION NOTE (report.please): This and the other report.* strings should be as short as possible, ideally 2-3 words. --> +<!ENTITY report.please "Cuir a-steach aithisg tuislidh"> +<!ENTITY report.submitting "A’ cur a-null na h-aithisge…"> +<!ENTITY report.submitted "Chaidh an aithisg tuislidh a chur a-null."> +<!ENTITY report.disabled "Tha aithisgean air tuislidhean à comas."> +<!ENTITY report.failed "Dh’fhàillig a chur a-null."> +<!ENTITY report.unavailable "Chan eil aithisg ann."> +<!ENTITY report.comment "Cuir beachd ris (chithear na beachdan gu poblach)"> +<!ENTITY report.pageURL "Gabh a-steach URL na duilleige"> + +<!ENTITY plugin.file "Faidhle"> +<!ENTITY plugin.mimeTypes "Seòrsachan MIME"> +<!ENTITY plugin.flashProtectedMode.label "Cuir an comas modh dìonta Adobe Flash"> +<!ENTITY plugin.enableBlocklists.label "Bac susbaint chunnartach is shàithteach Flash"> diff --git a/l10n-gd/toolkit/chrome/search/search.properties b/l10n-gd/toolkit/chrome/search/search.properties new file mode 100644 index 0000000000..ad0735edc3 --- /dev/null +++ b/l10n-gd/toolkit/chrome/search/search.properties @@ -0,0 +1,19 @@ +# 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=Cuir einnsean-luirg ris +addEngineConfirmation=A bheil thu airson "%S" a chur ri liosta nan einnseanan-luirg a chithear sa bhàr-luirg?\n\nO: %S +addEngineAsCurrentText=Cleachd seo mar an einnsean-l&uirg làithreach +addEngineAddButtonLabel=Cuir ris + +error_loading_engine_title=Mearachd leis an luchdadh a-nuas +# LOCALIZATION NOTE (error_loading_engine_msg2): %1$S = brandShortName, %2$S = location +error_loading_engine_msg2=Cha b' urrainn do %S am plugan-rannsachaidh a luchdadh a-nuas o:\n%S +error_duplicate_engine_msg=Cha b' urrainn do %S am plugan-luirg o "%S" a stàladh a chionn 's gu bheil einnsean-luirg air a bheil an dearbh ainm ann mu thràth. + +error_invalid_engine_title=Mearachd stàlaidh +error_invalid_format_title=Fòrmat mì-dhligheach +# LOCALIZATION NOTE (error_invalid_engine_msg2): %1$S = brandShortName, %2$S = location (url) +error_invalid_engine_msg2=Cha b’ urrainn dha %1$S an t-einnsean-luirg o %2$S a stàladh + |