diff options
Diffstat (limited to 'l10n-gd/editor/ui')
41 files changed, 1672 insertions, 0 deletions
diff --git a/l10n-gd/editor/ui/chrome/composer/editingOverlay.dtd b/l10n-gd/editor/ui/chrome/composer/editingOverlay.dtd new file mode 100644 index 0000000000..0348615a44 --- /dev/null +++ b/l10n-gd/editor/ui/chrome/composer/editingOverlay.dtd @@ -0,0 +1,40 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- File menu items --> +<!ENTITY openFileCmd.label "Fosgail faidhle…"> +<!ENTITY openFileCmd.accesskey "F"> +<!ENTITY openFileCmd.key "O"> +<!ENTITY openRemoteCmd.label "Fosgail seòladh-lìn…"> +<!ENTITY openRemoteCmd.accesskey "s"> +<!ENTITY openRemoteCmd.key "L"> +<!ENTITY fileRecentMenu.label "Duilleagan faisg ort"> +<!ENTITY fileRecentMenu.accesskey "D"> +<!ENTITY saveCmd.label "Sàbhail"> +<!ENTITY saveCmd.accesskey "S"> +<!ENTITY saveAsCmd.label "Sàbhail mar…"> +<!ENTITY saveAsCmd.accesskey "m"> +<!ENTITY saveAsChangeEncodingCmd2.label "Sàbhail e is atharraich còdachadh an teacsa"> +<!ENTITY saveAsChangeEncodingCmd2.accesskey "e"> +<!ENTITY publishCmd.label "Foillsich"> +<!ENTITY publishCmd.accesskey "c"> +<!ENTITY publishCmd.key "S"> +<!ENTITY publishAsCmd.label "Foillsich mar…"> +<!ENTITY publishAsCmd.accesskey "s"> +<!ENTITY fileRevert.label "Neo-dhèan"> +<!ENTITY fileRevert.accesskey "N"> + +<!-- Edit menu items --> +<!ENTITY publishSettings.label "Foillsich roghainnean na làraich…"> +<!ENTITY publishSettings.accesskey "n"> + +<!-- Toolbar buttons/items --> +<!ENTITY newToolbarCmd.label "Ùr"> +<!ENTITY newToolbarCmd.tooltip "Cruthaich duilleag sgrìobhadair ùr"> +<!ENTITY openToolbarCmd.label "Fosgail"> +<!ENTITY openToolbarCmd.tooltip "Fosgail faidhle ionadail"> +<!ENTITY saveToolbarCmd.tooltip "Sàbhail faidhle gu h-ionadail"> +<!ENTITY publishToolbarCmd.tooltip "Luchdaich suas faidhle gu àite cèin"> +<!ENTITY printToolbarCmd.label "Clò-bhuail"> +<!ENTITY printToolbarCmd.tooltip "Clò-bhuail an duilleag seo"> diff --git a/l10n-gd/editor/ui/chrome/composer/editor.dtd b/l10n-gd/editor/ui/chrome/composer/editor.dtd new file mode 100644 index 0000000000..39983cfcf3 --- /dev/null +++ b/l10n-gd/editor/ui/chrome/composer/editor.dtd @@ -0,0 +1,67 @@ +<!-- 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/. --> +<!-- Window title --> +<!-- LOCALIZATION NOTE (editorWindow.titlemodifier): DONT_TRANSLATE --> + +<!ENTITY editorWindow.titlemodifier "Composer"> +<!ENTITY editorWindow.titlemodifiermenuseparator " - "> +<!-- Menu items: the . means that the menu item isn't implemented yet --> +<!-- Toolbar-only items --> + + +<!ENTITY compositionToolbar.tooltip "Bàr-inneal sgrìobhaidh"> +<!ENTITY previewToolbarCmd.label "Brabhsaich"> +<!ENTITY previewToolbarCmd.tooltip "Luchdaich an duilleag seo sa bhrabhsair"> +<!-- File menu items --> + +<!ENTITY exportToTextCmd.label "Às-phortaich gu teacs…"> +<!ENTITY exportToTextCmd.accesskey "t"> +<!ENTITY previewCmd.label "Rannsaich an duilleag"> +<!ENTITY previewCmd.accesskey "R"> +<!ENTITY sendPageCmd.label "Cuir a-null an duilleag…"> +<!ENTITY sendPageCmd.accesskey "d"> +<!-- View menu items --> + +<!ENTITY compositionToolbarCmd.label "Bàr-inneal sgrìobhaidh"> +<!ENTITY compositionToolbarCmd.accesskey "B"> +<!ENTITY formattingToolbarCmd.label "Am bàr-inneal fòrmataidh"> +<!ENTITY formattingToolbarCmd.accesskey "f"> +<!ENTITY editmodeToolbarCmd.label "Bàr-inneil a' mhodh-deasachaidh"> +<!ENTITY editmodeToolbarCmd.accesskey "e"> +<!-- Format menu items --> + +<!ENTITY formatMenu.label "Fòrmat"> +<!ENTITY formatMenu.accesskey "F"> +<!ENTITY grid.label "Cliath suidheachaidh"> +<!ENTITY grid.accesskey "t"> +<!ENTITY pageProperties.label "Ainm is roghainnean na duilleige…"> +<!ENTITY pageProperties.accesskey "g"> +<!-- Tools menu items --> + +<!ENTITY validateCmd.label "Dearbhaich HTML"> +<!ENTITY validateCmd.accesskey "D"> +<!-- Display Mode toolbar and View menu items --> + +<!ENTITY NormalModeTab.label "Àbhaisteach"> +<!ENTITY NormalMode.label "Am modh deasachaidh àbhaisteach"> +<!ENTITY NormalMode.accesskey "A"> +<!ENTITY NormalMode.tooltip "Seall iomallan a' chlàir is na h-acairean ainmichte"> +<!ENTITY AllTagsModeTab.label "Tagaichean HTML"> +<!ENTITY AllTagsMode.label "Tagaichean HTML"> +<!ENTITY AllTagsMode.accesskey "a"> +<!ENTITY AllTagsMode.tooltip "Seall ìomhaigheagan a h-uile taga HTML"> +<!-- LOCALIZATION NOTE: (HTMLSourceModeTab.dir, HTMLSourceModeTab.label) + Do NOT translate text for 'HTMLSourceModeTab.dir', use latin "ltr" if + you want the <html> image to left of the 'HTMLSourceModeTab.label' text, + or use latin "rtl" if you want this image to the right of text. You do + not need to include HTML in the label 'HTMLSourceModeTab.label' --> +<!ENTITY HTMLSourceModeTab.dir "ltr"> +<!ENTITY HTMLSourceModeTab.label "Am bun-tùs"> +<!ENTITY HTMLSourceMode.label "Bun-tùs an HTML"> +<!ENTITY HTMLSourceMode.accesskey "H"> +<!ENTITY HTMLSourceMode.tooltip "Deasaich bun-tùs an HTML"> +<!ENTITY PreviewModeTab.label "Ro-sheall"> +<!ENTITY PreviewMode.label "Ro-sheall"> +<!ENTITY PreviewMode.accesskey "R"> +<!ENTITY PreviewMode.tooltip "Seall mar WYSIWYG (mar a chì thu e sa bhrabhsair)"> diff --git a/l10n-gd/editor/ui/chrome/composer/editor.properties b/l10n-gd/editor/ui/chrome/composer/editor.properties new file mode 100644 index 0000000000..6bccb8309c --- /dev/null +++ b/l10n-gd/editor/ui/chrome/composer/editor.properties @@ -0,0 +1,208 @@ +# 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: embedded "\n" represent HTML breaks (<br>) +# Don't translate embedded "\n". +# Don't translate strings like this: %variable% +# as they will be replaced using JavaScript +# +No=Cha bu toigh l' +Save=Sàbhail +More=Barrachd +Less=Nas lugha +MoreProperties=Barrachd roghainnean +FewerProperties=Nas lugha de roghainnean +PropertiesAccessKey=P +None=Chan eil gin +none=chan eil gin +OpenHTMLFile=Fosgail faidhle HTML +OpenTextFile=Fosgail faidhle teacsa +SelectImageFile=Tagh faidhle deilbh +SaveDocument=Sàbhail an duilleag +SaveDocumentAs=Sàbhail an duilleag mar +SaveTextAs=Sàbhail an teacsa mar +EditMode=Am modh deasachaidh +Preview=Ro-sheall +Publish=Foillsich +PublishPage=Foillsich an duilleag +DontPublish=Na foillsich +SavePassword=Cleachd manaidsear nam faclan-faire gus am facal-faire seo a shàbhaladh +CorrectSpelling=(an litreachadh ceart) +NoSuggestedWords=(gun fhaclan molta) +NoMisspelledWord=Gun fhacal air a dhroch litreachadh +CheckSpellingDone=Tha ceartachadh an litreachaidh deiseil. +CheckSpelling=Ceartaich an litreachadh +InputError=Mearachd +Alert=Caismeachd +CantEditFramesetMsg=Chan urrainn dhan deasaichear HTML Framesets a dheasachadh no duilleagan anns a bheil frèamaichean ion-loidhne. Airson Framesets, feuch ri duilleag gach frèam a dheasachadh 'na aonar. Airson duilleagan le iframes, sàbhail lethbhreac dhen duilleag is thoir air falbh an taga <iframe>. +CantEditMimeTypeMsg=Cha ghabh a leithid seo de dhuilleag a dheasachadh. +CantEditDocumentMsg=Cha ghabh an duilleag seo a dheasachadh air sgàth adhbhair neo-aithnichte. +BeforeClosing=mus dèid a dhùnadh +BeforePreview=mus dèid a shealltainn sa bhrabhsair +BeforeValidate=mus dèid an sgrìobhainn a dhearbhadh +# LOCALIZATION NOTE (SaveFilePrompt, PublishPrompt): Don't translate %title% and %reason% (this is the reason for asking user to close, such as "before closing") +SaveFilePrompt=A bheil thu airson na dh'atharraich thu a shàbhaladh gu "%title%" %reason%?\u0020 +PublishPrompt=A bheil thu airson na dh'atharraich thu a shàbhaladh gu "%title%" %reason%?\u0020 +SaveFileFailed=Dh'fhàillig sàbhaladh an fhaidhle! + +# Publishing error strings: +# LOCALIZATION NOTE Don't translate %dir% or %file% in the Publishing error strings: +FileNotFound=Cha deach am faidhle %file% a lorg. +SubdirDoesNotExist=Chan eil am fo-phasgan "%dir%" ann air an làrach seo no tha an t-ainm "%file%" 'ga chleachdadh ann am fo-phasgan eile mu thràth. +FilenameIsSubdir=Tha an t-ainm "%file%" 'ga chleachdadh ann am fo-phasgan eile mu thràth. +ServerNotAvailable=Chan eil am frithealaiche ri fhaighinn. Cuir sùil air a' cheangal agad 's feuch ris a-rithist an ceann tamaill. +Offline=Tha thu far loidhne an-dràsta. Briog air an ìomhaigheag air an taobh dheis aig bun uinneig sam bith gus a dhol air loidhne. +DiskFull=Chan eil àite gu leòr air an diosg gus am faidhle "%file%" a shàbhaladh. +NameTooLong=Tha an t-ainm airson an fhaidhle no an fho-phasgan ro fhada. +AccessDenied=Chan eil cead foillseachaidh agad san àite seo. +UnknownPublishError=Thachair mearachd foillseachaidh neo-aithnichte. +PublishFailed=Dh'fhàillig am foillseachadh. +PublishCompleted=Deiseil leis an fhoillseachadh. +AllFilesPublished=Chaigh a h-uile faidhle fhoillseachadh +# LOCALIZATION NOTE Don't translate %x% or %total% +FailedFileMsg=Dh'fhàillig foillseachadh de %x% faidhlichean à %total%. +# End-Publishing error strings +Prompt=Smèid orm +# LOCALIZATION NOTE (PromptFTPUsernamePassword): Don't translate %host% +PromptFTPUsernamePassword=Cuir a-steach an t-ainm-cleachdaiche 's am facal-faire airson an fhrithealaiche FTP aig %host% +RevertCaption=Aisig an tionndadh mu dheireadh a chaidh a shàbhaladh +Revert=Aisig +SendPageReason=mus dèid an duilleag seo a chur +Send=Cuir +## LOCALIZATION NOTE (PublishProgressCaption, PublishToSite, AbandonChanges): Don't translate %title% +PublishProgressCaption=A' foillseachadh: %title% +PublishToSite=A' foillseachadh dhan làrach: %title% +AbandonChanges=A bheil thu airson na h-atharrachaidhean a chuir thu air "%title%" ach nach deach a shàbhaladh a thrèigsinn 's an duilleag ath-luchdadh? +DocumentTitle=Tiotal na duilleige +NeedDocTitle=Cuir a-steach tiotal airson na duilleige làithreach. +DocTitleHelp=Aithnichear an duilleag seo air a h-ainm ann an tiotal na h-uinneige agus sna comharran-lìn. +CancelPublishTitle=Sguir dhen fhoillseachadh? +## LOCALIZATION NOTE: "Continue" in this sentence must match the text for +## the CancelPublishContinue key below +CancelPublishMessage=Ma sguireas tu dhen fhoillseachadh fhad 's a tha e a' dol, faodaidh nach deach ach pàirt dhe na faidhlichean agad a thar-aiseag. A bheil thu airson leantainn ort no sguir dheth? +CancelPublishContinue=Lean air adhart +MissingImageError=Cuir a-steach, no tagh, dealbh dhen t-seòrsa gif, jpg no png. +EmptyHREFError=Tagh àite airson ceangal ùr a chruthachadh. +LinkText=Teacsa a' cheangail +LinkImage=Dealbh a' cheangail +MixedSelection=[Taghadh measgaichte] +Mixed=(measgaichte) +# LOCALIZATION NOTE (NotInstalled): %S is the name of the font +NotInstalled=%S (cha deach a stàladh) +EnterLinkText=Cuir a-steach an teacsa a chithear sa cheangal: +EnterLinkTextAccessKey=T +EmptyLinkTextError=Cuir a-steach teacsa airson a' cheangail seo. +EditTextWarning=Thèid seo an àite susbaint a tha ann mu thràth. +#LOCALIZATION NOTE (ValidateNumber):Don't translate: %n% %min% %max% +ValidateRangeMsg=Tha an àireamh a chuir thu a-steach (%n%) taobh a-muigh an raoin cheadaichte. +ValidateNumberMsg=Cuir a-steach àireamh eadar %min% is %max%. +MissingAnchorNameError=Cuir a-steach ainm airson na h-acrach seo. +#LOCALIZATION NOTE (DuplicateAnchorNameError): Don't translate %name% +DuplicateAnchorNameError=Tha "%name%" ann mu thràth san duilleag seo. Cuir a-steach ainm eile. +BulletStyle=Seòrsa nam peilear +SolidCircle=Cearcall soladach +OpenCircle=Cearcall falamh +SolidSquare=Ceàrnag sholadach +NumberStyle=Stoidhle nan àireamh +Automatic=Leis fhèin +Style_1=1, 2, 3… +Style_I=I, II, III… +Style_i=i, ii, iii… +Style_A=A, B, C… +Style_a=a, b, c… +Pixels=pixel +Percent=ceudad +PercentOfCell=% dhen chealla +PercentOfWindow=% dhen uinneag +PercentOfTable=% dhen chlàr +#LOCALIZATION NOTE (untitledTitle): %S is the window #. No plural handling needed. +untitledTitle=gun tiotal-%S +untitledDefaultFilename=gun tiotal +ShowToolbar=Seall am bàr-inneal +HideToolbar=Cuir am bàr-inneal am falach +ImapError=Cha ghabh an dealbh a luchdadh\u0020 +ImapCheck=\nTagh seòladh ùr (URL) is feuch ris a-rithist. +SaveToUseRelativeUrl=Chan urrainn dhut URL dàimheach a chleachdadh ach air duilleag a tha chaidh a shàbhaladh +NoNamedAnchorsOrHeadings=(chan eil acair ainmichte no ceann-sgrìobhadh air an duilleag seo) +TextColor=Dath an teacsa +HighlightColor=An dath soillseachaidh +PageColor=Dath cùlaibh na duilleige +BlockColor=Dath cùlaibh a' bhloca +TableColor=Dath cùlaibh a' chlàir +CellColor=Dath cùlabh na cealla +TableOrCellColor=Dath clàir no cealla +LinkColor=Dath teacsa nan ceangail +ActiveLinkColor=Dath ceagail bheò +VisitedLinkColor=Dath ceangail a chaidh a chleachdadh +NoColorError=Briog air dath no cuir a-steach sreang datha HTML dligheach +Table=Clàr +TableCell=Cealla a' chlàir +NestedTable=Clàr am broinn clàir +HLine=Loidhne chòmhnard +Link=Ceangal +Image=Dealbh +ImageAndLink=Dealbh is ceangal +NamedAnchor=Acair ainmichte +List=Liosta +ListItem=Ball dhen liosta +Form=Foirm +InputTag=Raon an fhoirm +InputImage=Dealbh an fhoirm +TextArea=Raon teacsa +Select=Liosta taghaidh +Button=Putan +Label=Leubail +FieldSet=Raon sheataichean +Tag=Taga +MissingSiteNameError=Cuir a-steach ainm airson na làraich foillseachaidh seo. +MissingPublishUrlError=Cuir a-steach seòladh a chum foillseachadh na duilleige seo. +MissingPublishFilename=Cuir a-steach ainm faidhle airson na duilleige làithreach. +#LOCALIZATION NOTE (DuplicateSiteNameError): Don't translate %name% +DuplicateSiteNameError=Tha "%name%" ann mu thràth. Cuir a-steach ainm eile airson na làraich. +AdvancedProperties=Roghainnean adhartach… +AdvancedEditForCellMsg=Cha bhi an deasachadh adhartach ri fhaighinn nuair a bhios tu air iomadh cealla a thaghadh +# LOCALIZATION NOTE (ObjectProperties):Don't translate "%obj%" it will be replaced with one of above object nouns +ObjectProperties=Roghainnean %obj%… +# LOCALIZATION NOTE This character must be in the above string and not confict with other accesskeys in Format menu +ObjectPropertiesAccessKey=o +# LOCALIZATION NOTE (JoinSelectedCells): This variable should contain the "tableJoinCells.accesskey" +# letter as defined in editorOverlay.dtd +JoinSelectedCells=Coimeasgaich na ceallan a thagh thu +# LOCALIZATION NOTE (JoinCellToRight): This variable should contain the "tableJoinCells.accesskey" +# letter as defined in editorOverlay.dtd +JoinCellToRight=Coimeasgaich leis a' chealla air an taobh dheis +JoinCellAccesskey=j +# LOCALIZATION NOTE (TableSelectKey): Ctrl key on a keyboard +TableSelectKey=Ctrl+ +# LOCALIZATION NOTE (XulKeyMac): Command key on a Mac keyboard +XulKeyMac=Cmd+ +# LOCALIZATION NOTE (Del): Del key on a keyboard +Del=Del +Delete=Sguab às +DeleteCells=Sguab às na ceallan +DeleteTableTitle=Sguab às sreathan no colbhan +DeleteTableMsg=Ma lughdaicheas tu àireamh nan sreathan no colbhan, sguabaidh seo às ceallan a' chlàir is an t-susbaint a tha annta. A bheil thu cinnteach gu bheil thu airson seo a dhèanamh? +Clear=Falamhaich +#Mouse actions +Click=Briog +Drag=Slaod +Unknown=Neo-aithnichte +# +# LOCALIZATION NOTE "RemoveTextStylesAccesskey" is used for both +# menu items: "RemoveTextStyles" and "StopTextStyles" +RemoveTextStylesAccesskey=T +RemoveTextStyles=Thoir air falbh gach stoidhle teacsa +StopTextStyles=Cuir stad air na stoidhlichean teacsa +# +# LOCALIZATION NOTE "RemoveLinksAccesskey" is used for both +# menu items: "RemoveLinks" and "StopLinks" +RemoveLinksAccesskey=n +RemoveLinks=Thoir air falbh ceanglaichean +StopLinks=Cuir stad air ceangal +# +NoFormAction=Thathar a' moladh gun cuir thu a-steach ghnìomh airson an fhoirm seo. Tha foirmichean fèin-phostach 'nan gleus adhartach nach obraich gu cunbhalach anns gach brabhsair. +NoAltText=Ma tha an dealbh iomchaidh do shusbaint na sgrìobhainne, feumaidh tu teacsa a chur ann a nochdas 'na àite ann am brabhsairean nach seall ach teacsa agus a nochdas ann am brabhsairean eile fhad 's a bhios dealbh 'ga luchdadh no ma bhios luchdadh de dhealbhan à comas. +# +Malformed=Cha b' urrainn dhuinn am bun-tùs aiseag 'na sgrìobhainn a chionn 's nach eil e 'na XHTML dligheach. +NoLinksToCheck=Chan eil eileamaidean ann aig a bheil ceanglaichean ri sgrùdadh diff --git a/l10n-gd/editor/ui/chrome/composer/editorOverlay.dtd b/l10n-gd/editor/ui/chrome/composer/editorOverlay.dtd new file mode 100644 index 0000000000..0864ed938b --- /dev/null +++ b/l10n-gd/editor/ui/chrome/composer/editorOverlay.dtd @@ -0,0 +1,365 @@ +<!-- 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/. --> + +<!-- Attn: Localization - some of the menus in this dialog directly affect mail also. --> + +<!-- File menu items --> +<!ENTITY saveCmd.key "S"> + +<!-- Edit menu items --> +<!ENTITY pasteNoFormatting.label "Cuir ann gun fhòrmatadh"> +<!ENTITY pasteNoFormatting.accesskey "C"> +<!ENTITY pasteNoFormatting.key "V"> +<!ENTITY pasteAsQuotationCmd.label "Cuir ann mar luaidh"> +<!ENTITY pasteAsQuotationCmd.accesskey "C"> +<!ENTITY pasteAsQuotationCmd.key "o"> +<!ENTITY findBarCmd.label "Lorg…"> +<!ENTITY findReplaceCmd.label "Lorg is cuir 'na àite…"> +<!ENTITY enableInlineSpellChecker.label "Ceartaich an litreachadh 's tu a' sgrìobhadh"> +<!ENTITY enableInlineSpellChecker.accesskey "s"> +<!ENTITY checkSpellingCmd2.label "Ceartaich an litreachadh"> +<!ENTITY checkSpellingCmd2.accesskey "h"> +<!ENTITY checkSpellingCmd2.key "p"> + +<!-- Insert menu items --> +<!ENTITY insertMenu.label "Cuir a-steach"> +<!ENTITY insertMenu.accesskey "i"> +<!ENTITY insertLinkCmd2.label "Ceangal…"> +<!ENTITY insertLinkCmd2.accesskey "l"> +<!ENTITY insertLinkCmd2.key "K"> +<!ENTITY insertAnchorCmd.label "Acair ainmichte…"> +<!ENTITY insertAnchorCmd.accesskey "A"> +<!ENTITY insertImageCmd.label "Dealbh…"> +<!ENTITY insertImageCmd.accesskey "D"> +<!ENTITY insertHLineCmd.label "Loidhne chòmhnard"> +<!ENTITY insertHLineCmd.accesskey "o"> +<!ENTITY insertTableCmd.label "Clàr…"> +<!ENTITY insertTableCmd.accesskey "C"> +<!ENTITY insertHTMLCmd.label "HTML…"> +<!ENTITY insertHTMLCmd.accesskey "H"> +<!ENTITY insertMathCmd.label "Matamataig…"> +<!ENTITY insertMathCmd.accesskey "M"> +<!ENTITY insertCharsCmd.label "Caractairean is samhlaidhean…"> +<!ENTITY insertCharsCmd.accesskey "C"> +<!ENTITY insertBreakAllCmd.label "Loidhne bhàn fo dhealbh(an)"> +<!ENTITY insertBreakAllCmd.accesskey "L"> + +<!-- Used just in context popup. --> +<!ENTITY createLinkCmd.label "Cruthaich ceangal…"> +<!ENTITY createLinkCmd.accesskey "C"> +<!ENTITY editLinkCmd.label "Deasaich an ceangal ann an cumadair ùr"> +<!ENTITY editLinkCmd.accesskey "i"> + +<!-- Font Face SubMenu --> +<!ENTITY FontFaceSelect.title "Cruth-clò"> +<!ENTITY FontFaceSelect.tooltip "Tagh cruth-clò"> +<!ENTITY fontfaceMenu.label "Cruth-clò"> +<!ENTITY fontfaceMenu.accesskey "C"> +<!ENTITY fontVarWidth.label "Leud caochlaideach"> +<!ENTITY fontVarWidth.accesskey "L"> +<!ENTITY fontFixedWidth.label "Leud suidhichte"> +<!ENTITY fontFixedWidth.accesskey "L"> +<!ENTITY fontFixedWidth.key "T"> +<!ENTITY fontHelvetica.label "Helvetica, Arial"> +<!ENTITY fontHelvetica.accesskey "l"> +<!ENTITY fontTimes.label "Times"> +<!ENTITY fontTimes.accesskey "T"> +<!ENTITY fontCourier.label "Courier"> +<!ENTITY fontCourier.accesskey "C"> + +<!-- Font Size SubMenu --> +<!ENTITY FontSizeSelect.title "Meud a’ chrutha-chlò"> +<!ENTITY FontSizeSelect.tooltip "Tagh meud a' chrutha-chlò"> +<!ENTITY decreaseFontSize.label "Nas lugha"> +<!ENTITY decreaseFontSize.accesskey "N"> +<!ENTITY decrementFontSize.key "<"> +<!ENTITY decrementFontSize.key2 ","> <!-- < is above this key on many keyboards --> +<!ENTITY increaseFontSize.label "Nas motha"> +<!ENTITY increaseFontSize.accesskey "N"> +<!ENTITY incrementFontSize.key ">"> +<!ENTITY incrementFontSize.key2 "."> <!-- > is above this key on many keyboards --> + +<!ENTITY fontSizeMenu.label "Meud"> +<!ENTITY fontSizeMenu.accesskey "M"> +<!ENTITY size-tinyCmd.label "Beag bìodach"> +<!ENTITY size-tinyCmd.accesskey "e"> +<!ENTITY size-smallCmd.label "Beag"> +<!ENTITY size-smallCmd.accesskey "B"> +<!ENTITY size-mediumCmd.label "Meadhanach"> +<!ENTITY size-mediumCmd.accesskey "M"> +<!ENTITY size-largeCmd.label "Mòr"> +<!ENTITY size-largeCmd.accesskey "r"> +<!ENTITY size-extraLargeCmd.label "Glè mhòr"> +<!ENTITY size-extraLargeCmd.accesskey "G"> +<!ENTITY size-hugeCmd.label "Anabarrach mòr"> +<!ENTITY size-hugeCmd.accesskey "A"> + +<!-- Font Style SubMenu --> +<!ENTITY fontStyleMenu.label "Stoidhle an teacsa"> +<!ENTITY fontStyleMenu.accesskey "S"> +<!ENTITY styleBoldCmd.label "Trom"> +<!ENTITY styleBoldCmd.accesskey "T"> +<!ENTITY styleBoldCmd.key "B"> +<!ENTITY styleItalicCmd.label "Eadailteach"> +<!ENTITY styleItalicCmd.accesskey "i"> +<!ENTITY styleItalicCmd.key "I"> +<!ENTITY styleUnderlineCmd.label "Loidhne fodha"> +<!ENTITY styleUnderlineCmd.accesskey "L"> +<!ENTITY styleUnderlineCmd.key "U"> +<!ENTITY styleStrikeThruCmd.label "Loidhne troimhe"> +<!ENTITY styleStrikeThruCmd.accesskey "L"> +<!ENTITY styleSuperscriptCmd.label "Os-sgrìobhte"> +<!ENTITY styleSuperscriptCmd.accesskey "O"> +<!ENTITY styleSubscriptCmd.label "Bun-sgrìobhte"> +<!ENTITY styleSubscriptCmd.accesskey "s"> +<!ENTITY styleNonbreakingCmd.label "Do-bhriste"> +<!ENTITY styleNonbreakingCmd.accesskey "D"> +<!ENTITY styleEm.label "Cudrom"> +<!ENTITY styleEm.accesskey "C"> +<!ENTITY styleStrong.label "Cudrom nas làidire"> +<!ENTITY styleStrong.accesskey "C"> +<!ENTITY styleCite.label "Luaidh"> +<!ENTITY styleCite.accesskey "L"> +<!ENTITY styleAbbr.label "Giorrachadh"> +<!ENTITY styleAbbr.accesskey "a"> +<!ENTITY styleAcronym.label "Gearr-ainm"> +<!ENTITY styleAcronym.accesskey "r"> +<!ENTITY styleCode.label "Còd"> +<!ENTITY styleCode.accesskey "C"> +<!ENTITY styleSamp.label "Toradh sampaill"> +<!ENTITY styleSamp.accesskey "m"> +<!ENTITY styleVar.label "Caochladair"> +<!ENTITY styleVar.accesskey "C"> + +<!ENTITY formatFontColor.label "Dath an teacsa…"> +<!ENTITY formatFontColor.accesskey "c"> +<!ENTITY tableOrCellColor.label "Dath cùlaibh clàir no cealla…"> +<!ENTITY tableOrCellColor.accesskey "b"> + +<!ENTITY formatRemoveStyles.key "Y"> +<!ENTITY formatRemoveLinks.key "K"> +<!ENTITY formatRemoveNamedAnchors.label "Thoir air falbh acairean ainmichte"> +<!ENTITY formatRemoveNamedAnchors.accesskey "r"> +<!ENTITY formatRemoveNamedAnchors2.key "R"> + +<!ENTITY paragraphMenu.label "Paragraf"> +<!ENTITY paragraphMenu.accesskey "P"> +<!ENTITY paragraphParagraphCmd.label "Paragraf"> +<!ENTITY paragraphParagraphCmd.accesskey "P"> +<!ENTITY heading1Cmd.label "Ceann-sgrìobhadh 1"> +<!ENTITY heading1Cmd.accesskey "1"> +<!ENTITY heading2Cmd.label "Ceann-sgrìobhadh 2"> +<!ENTITY heading2Cmd.accesskey "2"> +<!ENTITY heading3Cmd.label "Ceann-sgrìobhadh 3"> +<!ENTITY heading3Cmd.accesskey "3"> +<!ENTITY heading4Cmd.label "Ceann-sgrìobhadh 4"> +<!ENTITY heading4Cmd.accesskey "4"> +<!ENTITY heading5Cmd.label "Ceann-sgrìobhadh 5"> +<!ENTITY heading5Cmd.accesskey "5"> +<!ENTITY heading6Cmd.label "Ceann-sgrìobhadh 6"> +<!ENTITY heading6Cmd.accesskey "6"> +<!ENTITY paragraphAddressCmd.label "Seòladh"> +<!ENTITY paragraphAddressCmd.accesskey "a"> +<!ENTITY paragraphPreformatCmd.label "Air a ro-fhòrmatadh"> +<!ENTITY paragraphPreformatCmd.accesskey "f"> + +<!-- List menu items --> +<!ENTITY formatlistMenu.label "Liosta"> +<!ENTITY formatlistMenu.accesskey "L"> +<!ENTITY noneCmd.label "Chan eil gin"> +<!ENTITY noneCmd.accesskey "n"> +<!ENTITY listBulletCmd.label "Peilearan air a bheulaibh"> +<!ENTITY listBulletCmd.accesskey "b"> +<!ENTITY listNumberedCmd.label "Àireamhan air a bheulaibh"> +<!ENTITY listNumberedCmd.accesskey "m"> +<!ENTITY listTermCmd.label "Briathar"> +<!ENTITY listTermCmd.accesskey "t"> +<!ENTITY listDefinitionCmd.label "Mìneachadh"> +<!ENTITY listDefinitionCmd.accesskey "d"> +<!ENTITY listPropsCmd.label "Roghainnean na liosta…"> +<!ENTITY listPropsCmd.accesskey "l"> + +<!ENTITY ParagraphSelect.title "Paragraf"> +<!ENTITY ParagraphSelect.tooltip "Tagh fòrmat paragraf"> +<!-- Shared in Paragraph, and Toolbar menulist --> +<!ENTITY bodyTextCmd.label "Teacsa na bodhaige"> +<!ENTITY bodyTextCmd.accesskey "T"> +<!-- isn't used in menu now, but may be added in future --> +<!ENTITY advancedPropertiesCmd.label "Roghainnean adhartach"> +<!ENTITY advancedPropertiesCmd.accesskey "R"> + +<!-- Align menu items --> +<!ENTITY alignMenu.label "Co-thaobhaich"> +<!ENTITY alignMenu.accesskey "a"> +<!ENTITY alignLeft.label "Clì"> +<!ENTITY alignLeft.accesskey "l"> +<!ENTITY alignLeft.tooltip "Co-thaobhaich ris an làimh chlì"> +<!ENTITY alignCenter.label "Cuir sa mheadhan"> +<!ENTITY alignCenter.accesskey "C"> +<!ENTITY alignCenter.tooltip "Co-thaobhaich sa mheadhan"> +<!ENTITY alignRight.label "Deis"> +<!ENTITY alignRight.accesskey "D"> +<!ENTITY alignRight.tooltip "Co-thaobhaich ris an làimh dheis"> +<!ENTITY alignJustify.label "Blocaich"> +<!ENTITY alignJustify.accesskey "B"> +<!ENTITY alignJustify.tooltip "Co-thaobhaich ann am bloc"> + +<!-- Layer toolbar items --> +<!ENTITY absolutePosition.label "Suidheachadh"> +<!ENTITY layer.tooltip "Breath"> +<!ENTITY decreaseZIndex.label "Gluais gun chùlaibh"> +<!ENTITY layerSendToBack.tooltip "Gluais gun chùlaibh"> +<!ENTITY increaseZIndex.label "Gluais gun bheulaibh"> +<!ENTITY layerBringToFront.tooltip "Gluais gun bheulaibh"> + +<!ENTITY increaseIndent.label "Meudaich an eag"> +<!ENTITY increaseIndent.accesskey "i"> +<!ENTITY increaseIndent.key "]"> +<!ENTITY decreaseIndent.label "Lùghdaich an eag"> +<!ENTITY decreaseIndent.accesskey "d"> +<!ENTITY decreaseIndent.key "["> + +<!ENTITY colorsAndBackground.label "Dathan is cùlaibh na duilleige…"> +<!ENTITY colorsAndBackground.accesskey "u"> + +<!-- Table Menu --> +<!ENTITY tableMenu.label "Clàr"> +<!ENTITY tableMenu.accesskey "C"> + +<!-- Select Submenu --> +<!ENTITY tableSelectMenu.label "Tagh"> +<!ENTITY tableSelectMenu.accesskey "T"> + +<!ENTITY tableSelectMenu2.label "Tagh clàr"> +<!ENTITY tableSelectMenu2.accesskey "T"> +<!ENTITY tableInsertMenu2.label "Cuir a-steach clàr"> +<!ENTITY tableInsertMenu2.accesskey "i"> +<!ENTITY tableDeleteMenu2.label "Sguab às clàr"> +<!ENTITY tableDeleteMenu2.accesskey "S"> + +<!-- Insert SubMenu --> +<!ENTITY tableInsertMenu.label "Cuir a-steach"> +<!ENTITY tableInsertMenu.accesskey "i"> +<!ENTITY tableTable.label "Clàr"> +<!ENTITY tableTable.accesskey "C"> +<!ENTITY tableRow.label "Sreath"> +<!ENTITY tableRows.label "Sreath(an)"> +<!ENTITY tableRow.accesskey "r"> +<!ENTITY tableRowAbove.label "Sreath os a chionn"> +<!ENTITY tableRowAbove.accesskey "r"> +<!ENTITY tableRowBelow.label "Sreath fodha"> +<!ENTITY tableRowBelow.accesskey "S"> +<!ENTITY tableColumn.label "Colbh"> +<!ENTITY tableColumns.label "Colbh(an)"> +<!ENTITY tableColumn.accesskey "o"> +<!ENTITY tableColumnBefore.label "Colbh roimhe"> +<!ENTITY tableColumnBefore.accesskey "o"> +<!ENTITY tableColumnAfter.label "Colbh 'na dhèidh"> +<!ENTITY tableColumnAfter.accesskey "a"> +<!ENTITY tableCell.label "Cealla"> +<!ENTITY tableCells.label "Cealla(n)"> +<!ENTITY tableCell.accesskey "C"> +<!ENTITY tableCellContents.label "Susbaint na cealla"> +<!ENTITY tableCellContents.accesskey "n"> +<!ENTITY tableAllCells.label "Gach cealla"> +<!ENTITY tableAllCells.accesskey "a"> +<!ENTITY tableCellBefore.label "Cealla roimhe"> +<!ENTITY tableCellBefore.accesskey "C"> +<!ENTITY tableCellAfter.label "Cealla 'na dhèidh"> +<!ENTITY tableCellAfter.accesskey "C"> +<!-- Delete SubMenu --> +<!ENTITY tableDeleteMenu.label "Sguab às"> +<!ENTITY tableDeleteMenu.accesskey "S"> + +<!-- text for "Join Cells" is in editor.properties + ("JoinSelectedCells" and "JoinCellToRight") + the access key must exist in both of those strings + But value must be set here for accesskey to draw properly +--> +<!ENTITY tableJoinCells.label "j"> +<!ENTITY tableJoinCells.accesskey "j"> +<!ENTITY tableSplitCell.label "Sgoilt cealla"> +<!ENTITY tableSplitCell.accesskey "c"> +<!ENTITY convertToTable.label "Cruthaich clàr dhen taghadh"> +<!ENTITY convertToTable.accesskey "r"> +<!ENTITY tableProperties.label "Roghainnean a' chlàir…"> +<!ENTITY tableProperties.accesskey "o"> + +<!-- Toolbar-only items --> +<!ENTITY menuBar.tooltip "Bàr a' chlàir-thaice"> +<!ENTITY formatToolbar.tooltip "Bàr-inneal fòrmataidh"> +<!ENTITY cutToolbarCmd.tooltip "Gearr às"> +<!ENTITY copyToolbarCmd.tooltip "Dèan lethbhreac dheth"> +<!ENTITY pasteToolbarCmd.tooltip "Cuir ann"> +<!ENTITY findToolbarCmd.label "Lorg"> +<!ENTITY findToolbarCmd.tooltip "Lorg teacsa san duilleag"> +<!ENTITY spellToolbarCmd.label "Litreachadh"> +<!ENTITY spellToolbarCmd.tooltip "Ceartaich litreachadh na h-earrainn no na duilleige gu lèir"> +<!ENTITY imageToolbarCmd.label "Dealbh"> +<!ENTITY imageToolbarCmd.tooltip "Cuir a-steach dealbh ùr no deasaich roghainnean an deilbh a thagh thu"> +<!ENTITY hruleToolbarCmd.label "Loidhne.ch"> +<!ENTITY hruleToolbarCmd.tooltip "Cuir a-steach loidhne chòmhnard no deasaich roghainnean na loidhne a thagh thu"> +<!ENTITY tableToolbarCmd.label "Clàr"> +<!ENTITY tableToolbarCmd.tooltip "Cuir a-steach clàr ùr no deasaich roghainnean a' chlàir a thagh thu"> +<!ENTITY linkToolbarCmd.label "Ceangal"> +<!ENTITY linkToolbarCmd.tooltip "Cuir a-steach ceangal ùr no deasaich roghainnean a' cheangail a thagh thu"> +<!ENTITY anchorToolbarCmd.label "Acair"> +<!ENTITY anchorToolbarCmd.tooltip "Cuir a-steach acair ainmichte ùr no deasaich roghainnean na h-acrach a thagh thu"> +<!ENTITY colorButtons.title "Dathan"> +<!ENTITY TextColorButton.tooltip "Tagh dath an teacsa"> +<!ENTITY BackgroundColorButton.tooltip "Tagh dath a' chùlaibh"> +<!ENTITY HighlightColorButton.label "Soillsichear"> +<!ENTITY HighlightColorButton.tooltip "Tagh dath airson teacsa a shoillseachadh"> + +<!-- Editor toolbar --> +<!ENTITY absoluteFontSize.label "Meud a’ chrutha-chlò"> +<!ENTITY absoluteFontSizeToolbarCmd.tooltip "Suidhich meud a’ chrutha-chlò"> +<!ENTITY smaller.label "Nas lugha"> +<!ENTITY decreaseFontSizeToolbarCmd.tooltip "Lughdaich meud a' chrutha-chlò"> +<!ENTITY larger.label "Nas motha"> +<!ENTITY increaseFontSizeToolbarCmd.tooltip "Meudaich meud a' chrutha-chlò"> +<!ENTITY bold.label "Trom"> +<!ENTITY boldToolbarCmd.tooltip "Trom"> +<!ENTITY italic.label "Eadailteach"> +<!ENTITY italicToolbarCmd.tooltip "Eadailteach"> +<!ENTITY underline.label "Loidhne fodha"> +<!ENTITY underlineToolbarCmd.tooltip "Loidhne fodha"> +<!ENTITY bullets.label "Peilearan"> +<!ENTITY bulletListToolbarCmd.tooltip "Cleachd no thoir air falbh liosta pheilearaichte"> +<!ENTITY numbers.label "Àireamhan"> +<!ENTITY numberListToolbarCmd.tooltip "Cleachd no thoir air falbh liosta àireamhaichte"> +<!ENTITY outdent.label "Eagaich a-mach"> +<!ENTITY outdentToolbarCmd.tooltip "Eagaich a-mach teacsa (gluais gun chlì)"> +<!ENTITY indent.label "Eagaich a-steach"> +<!ENTITY indentToolbarCmd.tooltip "Eagaich a-steach teacsa (gluais gun deis)"> +<!ENTITY AlignPopupButton.label "Co-thaobhachadh"> +<!ENTITY AlignPopupButton.tooltip "Tagh co-thaobhachadh an teacsa"> +<!ENTITY InsertPopupButton.label "Cuir a-steach"> +<!ENTITY InsertPopupButton.tooltip "Cuir a-steach ceangal, acair, dealbh, loidhne chòmhnard no clàr"> +<!ENTITY alignLeftButton.label "Co-thaobhaich ris an làimh chlì"> +<!ENTITY alignLeftButton.tooltip "Co-thaobhaich an teacsa a-rèir na h-oire chlì"> +<!ENTITY alignCenterButton.label "Co-thaobhaich ris a’ mheadhan"> +<!ENTITY alignCenterButton.tooltip "Co-thaobhaich an teacsa sa mheadhan"> +<!ENTITY alignRightButton.label "Co-thaobhaich ris an làimh dheis"> +<!ENTITY alignRightButton.tooltip "Co-thaobhaich an teacsa a-rèir na h-oire dheis"> +<!ENTITY alignJustifyButton.label "Co-thaobhaich ann am bloc"> +<!ENTITY alignJustifyButton.tooltip "Co-thaobhaich an teacsa a-rèir nan oirean deis is clì"> + +<!-- Structure Toolbar Context Menu items --> +<!ENTITY structSelect.label "Tagh"> +<!ENTITY structSelect.accesskey "T"> +<!ENTITY structRemoveTag.label "Thoir air falbh taga"> +<!ENTITY structRemoveTag.accesskey "r"> +<!ENTITY structChangeTag.label "Atharraich taga"> +<!ENTITY structChangeTag.accesskey "c"> + +<!-- TOC manipulation --> +<!ENTITY insertTOC.label "Cuir a-steach"> +<!ENTITY insertTOC.accesskey "i"> +<!ENTITY updateTOC.label "Ùraich"> +<!ENTITY updateTOC.accesskey "r"> +<!ENTITY removeTOC.label "Thoir air falbh"> +<!ENTITY removeTOC.accesskey "r"> +<!ENTITY tocMenu.label "An clàr-innse…"> +<!ENTITY tocMenu.accesskey "A"> diff --git a/l10n-gd/editor/ui/chrome/composer/editorPrefsOverlay.dtd b/l10n-gd/editor/ui/chrome/composer/editorPrefsOverlay.dtd new file mode 100644 index 0000000000..0f28144e3e --- /dev/null +++ b/l10n-gd/editor/ui/chrome/composer/editorPrefsOverlay.dtd @@ -0,0 +1,13 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> +<!--LOCALIZATION NOTE (editorCheck.label): DONT_TRANSLATE --> + + +<!ENTITY editorCheck.label "Composer"> +<!ENTITY editorCheck.accesskey "c"> + +<!ENTITY compose.label "Deasaichear"> +<!ENTITY editing.label "Roghainnean duilleige ùr"> +<!ENTITY toolbars.label "Na bàraichean-inneal"> +<!ENTITY publish.label "Foillseachadh"> diff --git a/l10n-gd/editor/ui/chrome/composer/editorSmileyOverlay.dtd b/l10n-gd/editor/ui/chrome/composer/editorSmileyOverlay.dtd new file mode 100644 index 0000000000..8027f39e1f --- /dev/null +++ b/l10n-gd/editor/ui/chrome/composer/editorSmileyOverlay.dtd @@ -0,0 +1,58 @@ +<!-- 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/. --> + +<!-- Smiley Menu items --> +<!ENTITY insertSmiley.label "Samhla-gnùis"> +<!ENTITY insertSmiley.accesskey "S"> + +<!ENTITY smiley1Cmd.label "Fiamh-ghàire"> +<!ENTITY smiley1Cmd.accesskey "F"> +<!ENTITY smiley1Cmd.tooltip "Cuir samhla-gnùis ann"> +<!ENTITY smiley2Cmd.label "Drèin"> +<!ENTITY smiley2Cmd.accesskey "D"> +<!ENTITY smiley2Cmd.tooltip "Cuir ann aghaigh air a bheil drèin"> +<!ENTITY smiley3Cmd.label "Sùil bheag"> +<!ENTITY smiley3Cmd.accesskey "S"> +<!ENTITY smiley3Cmd.tooltip "Cuir ann aghaidh a tha a' dèanamh na sùla bheag"> +<!ENTITY smiley4Cmd.label "Teanga a-mach"> +<!ENTITY smiley4Cmd.accesskey "T"> +<!ENTITY smiley4Cmd.tooltip "Cuir ann aghaidh leis an teanga a-mach"> +<!ENTITY smiley5Cmd.label "Gàire"> +<!ENTITY smiley5Cmd.accesskey "G"> +<!ENTITY smiley5Cmd.tooltip "Cuir ann aghaidh a tha a' dèanamh gàire"> +<!ENTITY smiley6Cmd.label "Nàire"> +<!ENTITY smiley6Cmd.accesskey "e"> +<!ENTITY smiley6Cmd.tooltip "Cuir ann aghaidh nàire"> +<!ENTITY smiley7Cmd.label "Dà bharail"> +<!ENTITY smiley7Cmd.accesskey "D"> +<!ENTITY smiley7Cmd.tooltip "Cuir ann aghaidh ann an dà bharail"> +<!ENTITY smiley8Cmd.label "Iongnadh"> +<!ENTITY smiley8Cmd.accesskey "I"> +<!ENTITY smiley8Cmd.tooltip "Cuir ann aghaidh air a bheil iongnadh"> +<!ENTITY smiley9Cmd.label "Pòg"> +<!ENTITY smiley9Cmd.accesskey "P"> +<!ENTITY smiley9Cmd.tooltip "Cuir ann aghaidh pòige"> +<!ENTITY smiley10Cmd.label "Èigh"> +<!ENTITY smiley10Cmd.accesskey "i"> +<!ENTITY smiley10Cmd.tooltip "Cuir ann aghaidh a tha ag èigheach"> +<!ENTITY smiley11Cmd.label "Sgoinneil"> +<!ENTITY smiley11Cmd.accesskey "S"> +<!ENTITY smiley11Cmd.tooltip "Cuir ann aghaidh sgoinneil"> +<!ENTITY smiley12Cmd.label "Beul-airgid"> +<!ENTITY smiley12Cmd.accesskey "B"> +<!ENTITY smiley12Cmd.tooltip "Cuir ann aghaidh le beul-airgid"> +<!ENTITY smiley13Cmd.label "Cas sa bheul"> +<!ENTITY smiley13Cmd.accesskey "C"> +<!ENTITY smiley13Cmd.tooltip "Cuir ann aghaidh le cas sa bheul"> +<!ENTITY smiley14Cmd.label "Neo-chiontach"> +<!ENTITY smiley14Cmd.accesskey "i"> +<!ENTITY smiley14Cmd.tooltip "Cuir ann aghaidh neo-chiontach"> +<!ENTITY smiley15Cmd.label "Gul"> +<!ENTITY smiley15Cmd.accesskey "G"> +<!ENTITY smiley15Cmd.tooltip "Cuir ann aghaidh a tha a' gul"> +<!ENTITY smiley16Cmd.label "Bilean dùinte"> +<!ENTITY smiley16Cmd.accesskey "a"> +<!ENTITY smiley16Cmd.tooltip "Cuir ann aghaidh air a bheil bilean dùinte"> +<!ENTITY SmileButton.label "Cuir a-steach samhla-gnùis"> +<!ENTITY SmileButton.tooltip "Cuir samhla-gnùis ann"> diff --git a/l10n-gd/editor/ui/chrome/composer/pref-composer.dtd b/l10n-gd/editor/ui/chrome/composer/pref-composer.dtd new file mode 100644 index 0000000000..c4334799f4 --- /dev/null +++ b/l10n-gd/editor/ui/chrome/composer/pref-composer.dtd @@ -0,0 +1,29 @@ +<!-- 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/. --> +<!-- extracted from content/pref-composer.xul --> +<!--LOCALIZATION NOTE : FILE 'Composer' prefs dialog. Similar to Communcator 4.x Document Properties/Colors and Background --> +<!--LOCALIZATION NOTE (pref.composer.title): DONT_TRANSLATE --> + + + +<!ENTITY pref.composer.title "Composer"> +<!ENTITY recentFiles.title "Clàr-taice nan duilleagan faisg ort"> +<!ENTITY documentsInMenu.label "Àireamh as motha de dhuilleagan a chithear:"> +<!ENTITY documentsInMenu.accesskey "n"> +<!ENTITY savingFiles.title "Nuair a shàbhalar no dh'fhoillsichear duilleagan"> +<!ENTITY preserveExisting.label "Glèidh am fòrmatadh bun-tùsail"> +<!ENTITY preserveExisting.accesskey "G"> +<!ENTITY preserveExisting.tooltip "Glèidh briseadh nan loidhnichean is fòrmatadh tùsail na duilleige"> +<!ENTITY saveAssociatedFiles.label "Sàbhail dealbhan is faidhlichean co-cheangailte eile nuair a thèid duilleagan a shàbhaladh"> +<!ENTITY saveAssociatedFiles.accesskey "S"> +<!ENTITY showPublishDialog.label "Seall an còmhradh foillseachaidh nuair a dh'fhoillsichear duilleagan"> +<!ENTITY showPublishDialog.accesskey "a"> +<!ENTITY composerEditing.label "A' deasachadh"> +<!ENTITY maintainStructure.label "Glèidh co-dhealbhachd a' chlàir nuair a chuirear a-steach ceallan no nuair a sguabar às iad"> +<!ENTITY maintainStructure.tooltip "Glèidhidh se cruth ceàrnagach de chlàr is e a' cur ris ceallan leis fhèin às dèidh dhut cealla a chur a-steach no sguabadh às"> +<!ENTITY maintainStructure.accesskey "G"> +<!ENTITY useCSS.label "Cleachd stoidhlichean CSS seach eileamaidean is buadhan HTML"> +<!ENTITY useCSS.accesskey "u"> +<!ENTITY crInPCreatesNewP.label "Thèid paragraf ùr a chruthachadh gach turas a phutar Return ann am paragraf"> +<!ENTITY crInPCreatesNewP.accesskey "R"> diff --git a/l10n-gd/editor/ui/chrome/composer/pref-editing.dtd b/l10n-gd/editor/ui/chrome/composer/pref-editing.dtd new file mode 100644 index 0000000000..2234cec27a --- /dev/null +++ b/l10n-gd/editor/ui/chrome/composer/pref-editing.dtd @@ -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/. --> + +<!ENTITY pref.editing.title "Roghainnean duilleige ùr"> + +<!ENTITY authorName.label "Ùghdar:"> +<!ENTITY authorName.accesskey "h"> +<!ENTITY pageColorHeader "Riochd bunaiteach na duilleige"> + +<!ENTITY defaultColors.label "Dathan bunaiteach an leughadair (Na suidhich dathan san duilleag)"> +<!ENTITY defaultColors.accesskey "D"> +<!ENTITY customColors.label "Cleachd dathan gnàthaichte:"> +<!ENTITY customColors.accesskey "C"> + +<!ENTITY normalText.label "Teacsa àbhaisteach"> +<!ENTITY normalText.accesskey "T"> +<!ENTITY linkText.label "Teacsa a' cheangail"> +<!ENTITY linkText.accesskey "l"> +<!ENTITY activeLinkText.label "Teacsa ceangail ghnìomaich"> +<!ENTITY activeLinkText.accesskey "a"> +<!ENTITY visitedLinkText.label "Teacsa ceangail a chaidh a chleachdadh"> +<!ENTITY visitedLinkText.accesskey "T"> +<!ENTITY background.label "Cùlaibh:"> +<!ENTITY background.accesskey "b"> +<!ENTITY colon.character ":"> + +<!ENTITY backgroundImage.label "Dealbh a' chùlaibh:"> +<!ENTITY backgroundImage.accesskey "D"> +<!ENTITY chooseFile.label "Tagh faidhle…"> +<!ENTITY chooseFile.accesskey "T"> + diff --git a/l10n-gd/editor/ui/chrome/dialogs/EdAdvancedEdit.dtd b/l10n-gd/editor/ui/chrome/dialogs/EdAdvancedEdit.dtd new file mode 100644 index 0000000000..798e4c37b4 --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EdAdvancedEdit.dtd @@ -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/. --> + +<!ENTITY WindowTitle.label "Deasaichear nan roghainnean adhartach"> +<!ENTITY AttName.label "Feart: "> +<!ENTITY AttValue.label "Luach: "> +<!ENTITY PropertyName.label "Buadh: "> +<!ENTITY currentattributesfor.label "Na feartan làithreach aig: "> +<!ENTITY tree.attributeHeader.label "Feart"> +<!ENTITY tree.propertyHeader.label "Buadh"> +<!ENTITY tree.valueHeader.label "Luach"> +<!ENTITY tabHTML.label "Feartan HTML"> +<!ENTITY tabCSS.label "Stoidhle ion-loidhne"> +<!ENTITY tabJSE.label "Tachartasan JavaScript"> + +<!ENTITY editAttribute.label "Briog air nì gu h-àrd gus a luach a dheasachadh"> +<!ENTITY removeAttribute.label "Thoir air falbh"> diff --git a/l10n-gd/editor/ui/chrome/dialogs/EdColorPicker.dtd b/l10n-gd/editor/ui/chrome/dialogs/EdColorPicker.dtd new file mode 100644 index 0000000000..b82acdf638 --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EdColorPicker.dtd @@ -0,0 +1,25 @@ +<!-- 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 windowTitle.label "Dath"> +<!ENTITY lastPickedColor.label "Dath mu dheireadh a thagh thu"> +<!ENTITY lastPickedColor.accessKey "D"> +<!ENTITY setColor1.label "Briog air dath no"> +<!ENTITY setColor2.label "cuir a-steach sreath datha HTML"> +<!ENTITY setColor2.accessKey "H"> +<!ENTITY chooseColor1.label "Tagh dath:"> +<!ENTITY chooseColor2.label "Cuir a-steach sreath datha HTML"> +<!ENTITY chooseColor2.accessKey "H"> +<!ENTITY setColorExample.label "(m.e.: "#0000ff" no "blue"):"> +<!ENTITY default.label "Bun-roghainn"> +<!ENTITY default.accessKey "B"> +<!ENTITY palette.label "Pailead:"> +<!ENTITY standardPalette.label "Bunaiteach"> +<!ENTITY webPalette.label "A h-uile dath-lìn"> +<!ENTITY background.label "Cùlaibh airson:"> +<!ENTITY background.accessKey "b"> +<!ENTITY table.label "Clàr"> +<!ENTITY table.accessKey "C"> +<!ENTITY cell.label "Cealla(n)"> +<!ENTITY cell.accessKey "C"> diff --git a/l10n-gd/editor/ui/chrome/dialogs/EdConvertToTable.dtd b/l10n-gd/editor/ui/chrome/dialogs/EdConvertToTable.dtd new file mode 100644 index 0000000000..e506c98ebf --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EdConvertToTable.dtd @@ -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/. --> +<!-- Window title --> + + +<!ENTITY windowTitle.label "Tionndaidh 'na chlàr"> +<!ENTITY instructions1.label "Cruthaichidh an deasaichear sreath ùr sa chlàr airson gach paragraf dhen taghadh."> +<!ENTITY instructions2.label "Tagh an caractair a tha 'ga chleachdadh gus an taghadh a sgaradh 'na cholbhan:"> +<!ENTITY commaRadio.label "Cromag"> +<!ENTITY spaceRadio.label "Beàrn"> +<!ENTITY otherRadio.label "Caractair eile:"> +<!ENTITY deleteCharCheck.label "Sguab às an caractair sgaraidh"> +<!ENTITY collapseSpaces.label "Leig seachad na beàrnan a bharrachd"> +<!ENTITY collapseSpaces.tooltip "Tionndaidh beàrnan a tha taobh ri thaobh 'na sgaradair a-mhàin"> diff --git a/l10n-gd/editor/ui/chrome/dialogs/EdDialogOverlay.dtd b/l10n-gd/editor/ui/chrome/dialogs/EdDialogOverlay.dtd new file mode 100644 index 0000000000..6f8907eab8 --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EdDialogOverlay.dtd @@ -0,0 +1,20 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY AdvancedEditButton.label "Deasachadh adhartach…"> +<!ENTITY AdvancedEditButton.accessKey "e"> +<!ENTITY AdvancedEditButton.tooltip "Cuir ris, no atharraich, feartan HTML, feartan stoidhle is JavaScript"> +<!ENTITY chooseFileButton.label "Tagh faidhle…"> +<!ENTITY chooseFileButton.accessKey "f"> +<!ENTITY chooseFileLinkButton.label "Tagh faidhle…"> +<!ENTITY chooseFileLinkButton.accessKey "a"> +<!ENTITY makeUrlRelative.label "Tha an t-URL dàimheach a thaobh àite na duilleige"> +<!ENTITY makeUrlRelative.accessKey "R"> +<!ENTITY makeUrlRelative.tooltip "Atharrachadh eadar URL dàimheach is absaloideach. Feumaidh tu an duilleag a shàbhalachadh an toiseach mus urrainn dhut seo atharrachadh."> + +<!-- Shared by Link and Image dialogs --> +<!ENTITY LinkURLEditField.label "Cuir a-steach seòladh duilleige-lìn, faidhle ionadail no tagh acair ainmichte no ceann-sgrìobhadh on phriob-liosta:"> +<!ENTITY LinkURLEditField.accessKey "l"> +<!ENTITY LinkURLEditField2.label "Cuir a-steach ionad duilleige-lìn, faile ionadail no tagh acair ainmichte no ceann-sgrìobhaidh o chlàr-taice co-theacsail an raoin:"> +<!ENTITY LinkURLEditField2.accessKey "d"> diff --git a/l10n-gd/editor/ui/chrome/dialogs/EdNamedAnchorProperties.dtd b/l10n-gd/editor/ui/chrome/dialogs/EdNamedAnchorProperties.dtd new file mode 100644 index 0000000000..f0ed388b68 --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EdNamedAnchorProperties.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/. --> + +<!ENTITY windowTitle.label "Roghainnean na h-acrach ainmichte"> +<!ENTITY anchorNameEditField.label "Ainm na h-acrach:"> +<!ENTITY anchorNameEditField.accessKey "n"> +<!ENTITY nameInput.tooltip "Cuir a-steach ainm sònraichte airson na h-acrach ainmichte seo (amas)"> + diff --git a/l10n-gd/editor/ui/chrome/dialogs/EditConflict.dtd b/l10n-gd/editor/ui/chrome/dialogs/EditConflict.dtd new file mode 100644 index 0000000000..91373f7d0c --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EditConflict.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/. --> +<!-- Window title --> + +<!ENTITY windowTitle.label "Tagh deasachaidhean"> +<!ENTITY conflictWarning.label "Chaidh an duilleag seo atharrachadh le prògram eile ach tha deasachaidhean gun sàbhaladh agad fhèin cuideachd."> +<!ENTITY conflictResolve.label "Tagh an tionndadh a thèid a chumail:"> +<!ENTITY keepCurrentPageButton.label "Cum deasachaidhean na duilleige làithreach"> +<!ENTITY useOtherPageButton.label "Ath-luchdaich an duilleag làithreach leis na deasachaidhean eile"> diff --git a/l10n-gd/editor/ui/chrome/dialogs/EditorButtonProperties.dtd b/l10n-gd/editor/ui/chrome/dialogs/EditorButtonProperties.dtd new file mode 100644 index 0000000000..c65a363216 --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EditorButtonProperties.dtd @@ -0,0 +1,27 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY windowTitle.label "Roghainnean a' phutain"> + +<!ENTITY Settings.label "Roghainnean"> + +<!ENTITY ButtonType.label "Seòrsa"> +<!ENTITY ButtonType.accesskey "S"> +<!ENTITY submit.value "Cuir a-null"> +<!ENTITY reset.value "Ath-shuidhich"> +<!ENTITY button.value "Putan"> + +<!ENTITY ButtonName.label "Ainm:"> +<!ENTITY ButtonName.accesskey "n"> +<!ENTITY ButtonValue.label "Luach:"> +<!ENTITY ButtonValue.accesskey "L"> +<!ENTITY tabIndex.label "Clàr-innse tabaichte:"> +<!ENTITY tabIndex.accesskey "i"> +<!ENTITY ButtonDisabled.label "Air a chur à comas"> +<!ENTITY ButtonDisabled.accesskey "A"> +<!ENTITY AccessKey.label "Iuchair inntrigidh:"> +<!ENTITY AccessKey.accesskey "I"> + +<!ENTITY RemoveButton.label "Thoir air falbh putan"> +<!ENTITY RemoveButton.accesskey "r"> diff --git a/l10n-gd/editor/ui/chrome/dialogs/EditorColorProperties.dtd b/l10n-gd/editor/ui/chrome/dialogs/EditorColorProperties.dtd new file mode 100644 index 0000000000..413cedcadc --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EditorColorProperties.dtd @@ -0,0 +1,29 @@ +<!-- 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/. --> +<!-- Window title --> + +<!ENTITY windowTitle.label "Dathan is cùlaibh na duilleige"> +<!ENTITY pageColors.label "Dathan na duilleige"> +<!ENTITY defaultColorsRadio.label "Dathan bunaiteach an leughadair (Na suidhich dathan san duilleag)"> +<!ENTITY defaultColorsRadio.accessKey "D"> +<!ENTITY defaultColorsRadio.tooltip "Cleachd roghainnean nan dath o bhrabhsair an leughadair a-mhàin"> +<!ENTITY customColorsRadio.label "Cleachd dathan gnàthaichte:"> +<!ENTITY customColorsRadio.accessKey "C"> +<!ENTITY customColorsRadio.tooltip "Brisidh roghainnean nan dath seo na roghainnean a tha ann am brabhsair an leughadair"> + +<!ENTITY normalText.label "Teacsa àbhaisteach"> +<!ENTITY normalText.accessKey "T"> +<!ENTITY linkText.label "Teacsa a' cheangail"> +<!ENTITY linkText.accessKey "l"> +<!ENTITY activeLinkText.label "Teacsa ceangail ghnìomaich"> +<!ENTITY activeLinkText.accessKey "a"> +<!ENTITY visitedLinkText.label "Teacsa ceangail a chaidh a chleachdadh"> +<!ENTITY visitedLinkText.accessKey "c"> +<!ENTITY background.label "Cùlaibh:"> +<!ENTITY background.accessKey "b"> +<!ENTITY colon.character ":"> +<!ENTITY backgroundImage.label "Dealbh a' chùlaibh:"> +<!ENTITY backgroundImage.accessKey "c"> +<!ENTITY backgroundImage.tooltip "Cleachd faidhle deilbh mar chùlaibh na duilleige agad"> +<!ENTITY backgroundImage.shortenedDataURI "URI dàta giorraichte (cuiridh lethbhreac an URI slàn air an stòr-bhòrd)"> diff --git a/l10n-gd/editor/ui/chrome/dialogs/EditorFieldSetProperties.dtd b/l10n-gd/editor/ui/chrome/dialogs/EditorFieldSetProperties.dtd new file mode 100644 index 0000000000..d50749f28d --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EditorFieldSetProperties.dtd @@ -0,0 +1,20 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY windowTitle.label "Roghainnean raon sheataichean"> + +<!ENTITY Legend.label "Mìneachadh"> +<!ENTITY Legend.accesskey "M"> + +<!ENTITY EditLegendText.label "Deasaich am mìneachadh:"> +<!ENTITY EditLegendText.accesskey "D"> +<!ENTITY LegendAlign.label "Co-thaobhaich am mìneachadh:"> +<!ENTITY LegendAlign.accesskey "a"> +<!ENTITY AlignDefault.label "Bunaiteach"> +<!ENTITY AlignLeft.label "Clì"> +<!ENTITY AlignCenter.label "Cuir sa mheadhan"> +<!ENTITY AlignRight.label "Deis"> + +<!ENTITY RemoveFieldSet.label "Thoir air falbh raon sheataichean"> +<!ENTITY RemoveFieldSet.accesskey "r"> diff --git a/l10n-gd/editor/ui/chrome/dialogs/EditorFormProperties.dtd b/l10n-gd/editor/ui/chrome/dialogs/EditorFormProperties.dtd new file mode 100644 index 0000000000..72bab31f79 --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EditorFormProperties.dtd @@ -0,0 +1,21 @@ +<!-- 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 windowTitle.label "Roghainnean an fhoirm"> + +<!ENTITY Settings.label "Roghainnean"> + +<!ENTITY FormName.label "Ainm an fhoirm:"> +<!ENTITY FormName.accesskey "n"> +<!ENTITY FormAction.label "URL gnìomha:"> +<!ENTITY FormAction.accesskey "a"> +<!ENTITY FormMethod.label "Dòigh:"> +<!ENTITY FormMethod.accesskey "D"> +<!ENTITY FormEncType.label "Còdachadh:"> +<!ENTITY FormEncType.accesskey "C"> +<!ENTITY FormTarget.label "Am frèama-amais:"> +<!ENTITY FormTarget.accesskey "A"> + +<!ENTITY RemoveForm.label "Thoir air falbh foirm"> +<!ENTITY RemoveForm.accesskey "r"> diff --git a/l10n-gd/editor/ui/chrome/dialogs/EditorHLineProperties.dtd b/l10n-gd/editor/ui/chrome/dialogs/EditorHLineProperties.dtd new file mode 100644 index 0000000000..17f80a49ef --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EditorHLineProperties.dtd @@ -0,0 +1,27 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> +<!-- Window title --> + + +<!ENTITY windowTitle.label "Roghainnean na loidhne chòmhnard"> + +<!ENTITY dimensionsBox.label "Meudachd"> +<!ENTITY heightEditField.label "Àirde:"> +<!ENTITY heightEditField.accessKey "r"> +<!ENTITY widthEditField.label "Leud:"> +<!ENTITY widthEditField.accessKey "L"> +<!ENTITY pixelsPopup.value "pixel"> +<!ENTITY alignmentBox.label "Co-thaobhachadh"> +<!ENTITY leftRadio.label "Clì"> +<!ENTITY leftRadio.accessKey "l"> +<!ENTITY centerRadio.label "Cuir sa mheadhan"> +<!ENTITY centerRadio.accessKey "C"> +<!ENTITY rightRadio.label "Deas"> +<!ENTITY rightRadio.accessKey "s"> + +<!ENTITY threeDShading.label "Duibhreachadh 3-D"> +<!ENTITY threeDShading.accessKey "3"> +<!ENTITY saveSettings.label "Cleachd mar an roghainn bhunaiteach"> +<!ENTITY saveSettings.accessKey "d"> +<!ENTITY saveSettings.tooltip "Sàbhail na roghainnean seo 's cleachd iad nuair a chuireas mi a-steach loidhnichean còmhnard ùra"> diff --git a/l10n-gd/editor/ui/chrome/dialogs/EditorImageProperties.dtd b/l10n-gd/editor/ui/chrome/dialogs/EditorImageProperties.dtd new file mode 100644 index 0000000000..3644263d79 --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EditorImageProperties.dtd @@ -0,0 +1,79 @@ +<!-- 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 for use specifically in the editor's image and form image dialogs. --> +<!-- Window title --> + + +<!ENTITY windowTitle.label "Roghainnean an deilbh"> + +<!ENTITY pixelsPopup.value "pixel"> +<!-- These are in the Location tab panel --> + +<!ENTITY locationEditField.label "Seòladh an deilbh:"> +<!ENTITY locationEditField.accessKey "l"> +<!ENTITY locationEditField.tooltip "Cuir a-steach ainm no seòladh an deilbh"> +<!ENTITY locationEditField.shortenedDataURI "URI dàta giorraichte (cuiridh lethbhreac an URI slàn air an stòr-bhòrd)"> +<!ENTITY title.label "Gliocas-sgrìn:"> +<!ENTITY title.accessKey "G"> +<!ENTITY title.tooltip "Seo am feart html 'title' a nochdas mar ghliocas-sgrìn"> +<!ENTITY altText.label "Roghainn teacsa eile:"> +<!ENTITY altText.accessKey "a"> +<!ENTITY altTextEditField.tooltip "Cuir a-steach teacsa a chithear an àite an deilbh"> +<!ENTITY noAltText.label "Na cleachd roghainn teacsa eile"> +<!ENTITY noAltText.accessKey "d"> + +<!ENTITY previewBox.label "Ro-shealladh an deilbh"> +<!-- These controls are in the Dimensions tab panel --> +<!-- actualSize.label should be same as actualSizeRadio.label + ":" --> + +<!ENTITY actualSize.label "Am meud fìor:"> +<!ENTITY actualSizeRadio.label "Am meud fìor"> +<!ENTITY actualSizeRadio.accessKey "A"> +<!ENTITY actualSizeRadio.tooltip "Aisig meud fìor an deilbh"> +<!ENTITY customSizeRadio.label "Meud gnàthaichte"> +<!ENTITY customSizeRadio.accessKey "n"> +<!ENTITY customSizeRadio.tooltip "Atharraich meud an deilbh mar a chithear e san duilleag"> +<!ENTITY heightEditField.label "Àirde:"> +<!ENTITY heightEditField.accessKey "d"> +<!ENTITY widthEditField.label "Leud:"> +<!ENTITY widthEditField.accessKey "L"> +<!ENTITY constrainCheckbox.label "Cuir co-èiginn air"> +<!ENTITY constrainCheckbox.accessKey "C"> +<!ENTITY constrainCheckbox.tooltip "Glèidh co-mheas an deilbh"> +<!-- These controls are in the Image Map box of the expanded area --> + +<!ENTITY imagemapBox.label "Mapa an deilbh"> +<!ENTITY removeImageMapButton.label "Thoir air falbh"> +<!ENTITY removeImageMapButton.accessKey "r"> +<!-- These are the options for image alignment --> + +<!ENTITY alignment.label "Co-thaobhaich an teacsa a-rèir an deilbh"> +<!ENTITY bottomPopup.value "Aig a' bhun"> +<!ENTITY topPopup.value "Aig a' bharr"> +<!ENTITY centerPopup.value "Sa mheadhan"> +<!ENTITY wrapRightPopup.value "Paisg gun deis"> +<!ENTITY wrapLeftPopup.value "Paisg gun chlì"> +<!-- These controls are in the Spacing Box --> + +<!ENTITY spacingBox.label "Beàrnadh"> +<!ENTITY leftRightEditField.label "Clì 's deis:"> +<!ENTITY leftRightEditField.accessKey "l"> +<!ENTITY topBottomEditField.label "Bun is barr:"> +<!ENTITY topBottomEditField.accessKey "i"> +<!ENTITY borderEditField.label "Iomall soladach:"> +<!ENTITY borderEditField.accessKey "s"> +<!-- These controls are in the Link Box --> + +<!ENTITY showImageLinkBorder.label "Seall iomall mun dealbh cheangailte"> +<!ENTITY showImageLinkBorder.accessKey "b"> +<!ENTITY LinkAdvancedEditButton.label "Deasachadh adhartachadh a' cheangail…"> +<!ENTITY LinkAdvancedEditButton.accessKey "l"> +<!ENTITY LinkAdvancedEditButton.tooltip "Cuir ris no atharraidh buadhan HTML, stoidhle is JavaScript"> +<!-- These tabs are currently used in the image input dialog --> + +<!ENTITY imageInputTab.label "Foirm"> +<!ENTITY imageLocationTab.label "Seòladh"> +<!ENTITY imageDimensionsTab.label "Meudachd"> +<!ENTITY imageAppearanceTab.label "Riochd"> +<!ENTITY imageLinkTab.label "Ceangal"> diff --git a/l10n-gd/editor/ui/chrome/dialogs/EditorInputProperties.dtd b/l10n-gd/editor/ui/chrome/dialogs/EditorInputProperties.dtd new file mode 100644 index 0000000000..af603eeded --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EditorInputProperties.dtd @@ -0,0 +1,50 @@ +<!-- 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 windowTitle.label "Roghainnean raon an fhoirm"> +<!ENTITY windowTitleImage.label "Roghainnean dealbh an fhoirm"> + +<!ENTITY InputType.label "Seòrsa an raoin"> +<!ENTITY InputType.accesskey "S"> +<!ENTITY text.value "Teacsa"> +<!ENTITY password.value "Facal-faire"> +<!ENTITY checkbox.value "Bogsa-cromaige"> +<!ENTITY radio.value "Putan-rèidio"> +<!ENTITY submit.value "Putan a' chuir"> +<!ENTITY reset.value "Putan an ath-shuidheachaidh"> +<!ENTITY file.value "Faidhle"> +<!ENTITY hidden.value "Falaichte"> +<!ENTITY image.value "Dealbh"> +<!ENTITY button.value "Putan"> + +<!ENTITY InputSettings.label "Roghainnean an raoin"> +<!ENTITY InputName.label "Ainm an raoin:"> +<!ENTITY InputName.accesskey "n"> +<!ENTITY GroupName.label "Ainm a' bhuidhinn:"> +<!ENTITY GroupName.accesskey "n"> +<!ENTITY InputValue.label "Luach an raoin:"> +<!ENTITY InputValue.accesskey "L"> +<!ENTITY InitialValue.label "An luach tùsail:"> +<!ENTITY InitialValue.accesskey "A"> +<!ENTITY InputChecked.label "Le cromag o thùs"> +<!ENTITY InputChecked.accesskey "c"> +<!ENTITY InputSelected.label "Air a thaghadh o thùs"> +<!ENTITY InputSelected.accesskey "s"> +<!ENTITY InputReadOnly.label "Ri leughadh a-mhàin"> +<!ENTITY InputReadOnly.accesskey "R"> +<!ENTITY InputDisabled.label "Air a chur à comas"> +<!ENTITY InputDisabled.accesskey "A"> +<!ENTITY tabIndex.label "Clàr-innse tabaichte:"> +<!ENTITY tabIndex.accesskey "i"> +<!ENTITY TextSize.label "Meud an raoin:"> +<!ENTITY TextSize.accesskey "M"> +<!ENTITY TextLength.label "Faid as motha:"> +<!ENTITY TextLength.accesskey "F"> +<!ENTITY AccessKey.label "Iuchair inntrigidh:"> +<!ENTITY AccessKey.accesskey "I"> +<!ENTITY Accept.label "Gabh ris an t-seòrsa seo:"> +<!ENTITY Accept.accesskey "a"> + +<!ENTITY ImageProperties.label "Roghainnean an deilbh…"> +<!ENTITY ImageProperties.accesskey "e"> diff --git a/l10n-gd/editor/ui/chrome/dialogs/EditorInsertChars.dtd b/l10n-gd/editor/ui/chrome/dialogs/EditorInsertChars.dtd new file mode 100644 index 0000000000..a045dcdef0 --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EditorInsertChars.dtd @@ -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/. --> +<!-- Window title --> + + +<!ENTITY windowTitle.label "Cuir a-steach caractair"> +<!ENTITY category.label "Roinn"> +<!ENTITY letter.label "Litir:"> +<!ENTITY letter.accessKey "L"> +<!ENTITY character.label "Caractair:"> +<!ENTITY character.accessKey "C"> +<!ENTITY accentUpper.label "Stràc air litir mhòr"> +<!ENTITY accentLower.label "Stràc air litir bheag"> +<!ENTITY otherUpper.label "Litir mhòr eile"> +<!ENTITY otherLower.label "Litir bheag eile"> +<!ENTITY commonSymbols.label "Samhlaidhean cumanta"> +<!ENTITY insertButton.label "Cuir a-steach"> +<!ENTITY closeButton.label "Dùin"> diff --git a/l10n-gd/editor/ui/chrome/dialogs/EditorInsertMath.dtd b/l10n-gd/editor/ui/chrome/dialogs/EditorInsertMath.dtd new file mode 100644 index 0000000000..94549a3b2f --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EditorInsertMath.dtd @@ -0,0 +1,21 @@ +<!-- 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/. --> +<!-- Window title --> + +<!ENTITY windowTitle.label "Cuir matamataig a-steach"> + +<!ENTITY sourceEditField.label "Cuir a-steach còd tùsail LaTeX:"> + +<!ENTITY options.label "Roghainnean"> +<!ENTITY optionInline.label "Am modh ion-loidhne"> +<!ENTITY optionInline.accesskey "n"> +<!ENTITY optionDisplay.label "Am modh taisbeanaidh"> +<!ENTITY optionDisplay.accesskey "d"> +<!ENTITY optionLTR.label "Clì gu deas"> +<!ENTITY optionLTR.accesskey "l"> +<!ENTITY optionRTL.label "Deas gu clì"> +<!ENTITY optionRTL.accesskey "D"> + +<!ENTITY insertButton.label "Cuir a-steach"> +<!ENTITY insertButton.accesskey "i"> diff --git a/l10n-gd/editor/ui/chrome/dialogs/EditorInsertSource.dtd b/l10n-gd/editor/ui/chrome/dialogs/EditorInsertSource.dtd new file mode 100644 index 0000000000..1dcf9b6b7c --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EditorInsertSource.dtd @@ -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/. --> +<!-- Window title --> + +<!ENTITY windowTitle.label "Cuir a-stech HTML"> +<!ENTITY sourceEditField.label "Cuir a-steach tagaichean is teacsa HTML:"> +<!ENTITY example.label "Ball-eisimpleir: "> +<!-- LOCALIZATION NOTE (exampleOpenTag.label): DONT_TRANSLATE: they are text for HTML tagnames: "<i>" and "</i>" --> +<!ENTITY exampleOpenTag.label "<i>"> +<!-- LOCALIZATION NOTE (exampleCloseTag.label): DONT_TRANSLATE: they are text for HTML tagnames: "<i>" and "</i>" --> +<!ENTITY exampleCloseTag.label "</i>"> +<!ENTITY exampleText.label "Fàilte ort, a shaoghail!"> +<!ENTITY insertButton.label "Cuir a-steach"> +<!ENTITY insertButton.accesskey "i"> diff --git a/l10n-gd/editor/ui/chrome/dialogs/EditorInsertTOC.dtd b/l10n-gd/editor/ui/chrome/dialogs/EditorInsertTOC.dtd new file mode 100644 index 0000000000..8fd2871ebe --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EditorInsertTOC.dtd @@ -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/. --> + +<!ENTITY Window.title "An clàr-innse"> +<!ENTITY buildToc.label "Tog clàr-innse air:"> +<!ENTITY tag.label "Taga:"> +<!ENTITY class.label "Clas:"> +<!ENTITY header1.label "Leibheil 1"> +<!ENTITY header2.label "Leibheil 2"> +<!ENTITY header3.label "Leibheil 3"> +<!ENTITY header4.label "Leibheil 4"> +<!ENTITY header5.label "Leibheil 5"> +<!ENTITY header6.label "Leibheil 6"> +<!ENTITY makeReadOnly.label "Dèan clàr-innse a tha ri leughadh a-mhàin"> +<!ENTITY orderedList.label "Cuir àireamh ri gach clàr sa chlàr-innse"> diff --git a/l10n-gd/editor/ui/chrome/dialogs/EditorInsertTable.dtd b/l10n-gd/editor/ui/chrome/dialogs/EditorInsertTable.dtd new file mode 100644 index 0000000000..0bf6f1a3a0 --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EditorInsertTable.dtd @@ -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/. --> +<!-- Window title --> + +<!ENTITY windowTitle.label "Cuir a-steach clàr"> + +<!ENTITY size.label "Meud"> +<!ENTITY numRowsEditField.label "Sreathan:"> +<!ENTITY numRowsEditField.accessKey "r"> +<!ENTITY numColumnsEditField.label "Colbhan:"> +<!ENTITY numColumnsEditField.accessKey "C"> +<!ENTITY widthEditField.label "Leud:"> +<!ENTITY widthEditField.accessKey "u"> +<!ENTITY borderEditField.label "Iomall:"> +<!ENTITY borderEditField.accessKey "o"> +<!ENTITY borderEditField.tooltip "Cuir a-steach àireamh airson iomall a' chlàir no cuir a-steach neoini (0) mur eil thu ag iarraidh iomall"> +<!ENTITY pixels.label "pixel"> diff --git a/l10n-gd/editor/ui/chrome/dialogs/EditorLabelProperties.dtd b/l10n-gd/editor/ui/chrome/dialogs/EditorLabelProperties.dtd new file mode 100644 index 0000000000..d9d6223401 --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EditorLabelProperties.dtd @@ -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/. --> + +<!ENTITY windowTitle.label "Roghainnean na leubail"> + +<!ENTITY Settings.label "Roghainnean"> +<!ENTITY Settings.accesskey "R"> + +<!ENTITY EditLabelText.label "Deasaich an teacsa:"> +<!ENTITY EditLabelText.accesskey "t"> +<!ENTITY LabelFor.label "Airson na h-uidheim-smachd:"> +<!ENTITY LabelFor.accesskey "A"> +<!ENTITY AccessKey.label "Iuchair inntrigidh:"> +<!ENTITY AccessKey.accesskey "I"> + +<!ENTITY RemoveLabel.label "Thoir air falbh an leubail"> +<!ENTITY RemoveLabel.accesskey "r"> diff --git a/l10n-gd/editor/ui/chrome/dialogs/EditorLinkProperties.dtd b/l10n-gd/editor/ui/chrome/dialogs/EditorLinkProperties.dtd new file mode 100644 index 0000000000..7c8d979c33 --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EditorLinkProperties.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 windowTitle.label "Roghainnean a' cheangail"> +<!ENTITY LinkURLBox.label "Seòladh a' cheangail"> diff --git a/l10n-gd/editor/ui/chrome/dialogs/EditorListProperties.dtd b/l10n-gd/editor/ui/chrome/dialogs/EditorListProperties.dtd new file mode 100644 index 0000000000..318283d574 --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EditorListProperties.dtd @@ -0,0 +1,20 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> +<!-- Window title --> + + +<!ENTITY windowTitle.label "Roghainnean na liosta"> + +<!ENTITY ListType.label "Seòrsa na liosta"> +<!ENTITY bulletStyle.label "Stoidhle nam peilear:"> +<!ENTITY startingNumber.label "Tòisich aig:"> +<!ENTITY startingNumber.accessKey "s"> +<!ENTITY none.value "Chan eil gin"> +<!ENTITY bulletList.value "Liosta pheilearaichte (gun àireamhan)"> +<!ENTITY numberList.value "Liosta àireamhaichte"> +<!ENTITY definitionList.value "Liosta nam mìneachaidhean"> +<!ENTITY changeEntireListRadio.label "Atharraich an liosta gu lèir"> +<!ENTITY changeEntireListRadio.accessKey "c"> +<!ENTITY changeSelectedRadio.label "Na atharraich ach na rudan a tha air a thaghadh"> +<!ENTITY changeSelectedRadio.accessKey "i"> diff --git a/l10n-gd/editor/ui/chrome/dialogs/EditorPageProperties.dtd b/l10n-gd/editor/ui/chrome/dialogs/EditorPageProperties.dtd new file mode 100644 index 0000000000..260a5d08b3 --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EditorPageProperties.dtd @@ -0,0 +1,17 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> +<!-- Window title --> + +<!ENTITY windowTitle.label "Roghainnean na duilleige"> +<!ENTITY location.label "Seòladh:"> +<!ENTITY lastModified.label "Atharrachadh mu dheireadh:"> +<!ENTITY titleInput.label "Tiotal:"> +<!ENTITY titleInput.accessKey "T"> +<!ENTITY authorInput.label "Ùghdar:"> +<!ENTITY authorInput.accessKey "a"> +<!ENTITY descriptionInput.label "Tuairisgeul:"> +<!ENTITY descriptionInput.accessKey "T"> +<!ENTITY locationNewPage.label "[Duilleag ùr, gun sàbhaladh fhathast]"> +<!ENTITY EditHEADSource1.label "Sàr-chleachdaichean:"> +<!ENTITY EditHEADSource2.label "Gus susbaint eile raon a' <chinn> a dheasachadh, cleachd "Bun-tùs an HTML" sa chlàr-taice "Sealladh" no air a' bhàr-inneal "Modh deasachaidh"."> diff --git a/l10n-gd/editor/ui/chrome/dialogs/EditorPersonalDictionary.dtd b/l10n-gd/editor/ui/chrome/dialogs/EditorPersonalDictionary.dtd new file mode 100644 index 0000000000..90a9bcba05 --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EditorPersonalDictionary.dtd @@ -0,0 +1,20 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> +<!-- Window title --> + +<!ENTITY windowTitle.label "Am faclair pearsanta"> + +<!ENTITY wordEditField.label "Facal ùr:"> +<!ENTITY wordEditField.accessKey "F"> +<!ENTITY AddButton.label "Cuir ris"> +<!ENTITY AddButton.accessKey "C"> +<!ENTITY DictionaryList.label "Faclan san fhaclair:"> +<!ENTITY DictionaryList.accessKey "a"> +<!ENTITY ReplaceButton.label "Cuir 'na àite"> +<!ENTITY ReplaceButton.accessKey "r"> +<!ENTITY RemoveButton.label "Thoir air falbh"> +<!ENTITY RemoveButton.accessKey "o"> + +<!ENTITY CloseButton.label "Dùin"> +<!ENTITY CloseButton.accessKey "D"> diff --git a/l10n-gd/editor/ui/chrome/dialogs/EditorPublish.dtd b/l10n-gd/editor/ui/chrome/dialogs/EditorPublish.dtd new file mode 100644 index 0000000000..d6948ac9c7 --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EditorPublish.dtd @@ -0,0 +1,65 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> +<!-- Window title --> + +<!ENTITY windowTitle.label "Foillsich an duilleag"> +<!ENTITY windowTitleSettings.label "Foillsich na roghainnean"> +<!ENTITY publishTab.label "Foillsich"> +<!ENTITY settingsTab.label "Roghainnean"> +<!ENTITY publishButton.label "Foillsich"> +<!-- Publish Tab Panel --> + +<!ENTITY siteList.label "Ainm na làraich:"> +<!ENTITY siteList.accesskey "A"> +<!ENTITY siteList.tooltip "Tagh an làrach far an dèid fhoillseachadh"> +<!ENTITY newSiteButton.label "Làrach ùr"> +<!ENTITY newSiteButton.accesskey "L"> +<!ENTITY docDirList.label "Fo-phasgan na làraich airson na duilleige seo:"> +<!ENTITY docDirList.accesskey "s"> +<!ENTITY docDirList.tooltip "Tagh no cuir a-steach ainm an fho-phasgan chèin airson na duilleige seo"> +<!ENTITY publishImgCheckbox.label "Gabh a-steach dealbhan is faidhlichean eile"> +<!ENTITY publishImgCheckbox.accesskey "G"> +<!ENTITY publishImgCheckbox.tooltip "Foillsich dealbhan is faidhlichean eile a tha an duilleag seo ag iomradh"> +<!ENTITY sameLocationRadio.label "Cleachd an dearbh sheòladh 's a tha aig an duilleag"> +<!ENTITY sameLocationRadio.accesskey "u"> +<!ENTITY sameLocationRadio.tooltip "Foillsich na faidhlichean far a bheil an duilleag fhèin"> +<!ENTITY useSubdirRadio.label "Cleachd fo-phasgan seo na làraich:"> +<!ENTITY useSubdirRadio.accesskey "d"> +<!ENTITY useSubdirRadio.tooltip "Foillsich na faidhlichean dhan fho-phasgan chèin a thagh thu"> +<!ENTITY otherDirList.tooltip "Tagh no cuir a-steach ainm an fho-phasgan chèin far an dèid na faidhlichean fhoillseachadh"> +<!ENTITY pageTitle.label "Tiotal na duilleige:"> +<!ENTITY pageTitle.accesskey "T"> +<!ENTITY pageTitle.tooltip "Cuir a-steach tiotal air a dh'aithnichear an duilleag san uinneag agus sna comharran-lìn"> +<!ENTITY pageTitleExample.label "m.e.: "An duilleag-lìn agamsa""> +<!ENTITY filename.label "Ainm an fhaidhle:"> +<!ENTITY filename.accesskey "f"> +<!ENTITY filename.tooltip "Cuir a-steach ainm airson an fhaidhle seo, le '.html' aig an deireadh airson duilleag-lìn"> +<!ENTITY filenameExample.label "m.e.: "anduilleagagam.html""> +<!ENTITY setDefaultButton.label "Suidhich e mar an roghainn bhunaiteach"> +<!ENTITY setDefaultButton.accesskey "d"> +<!ENTITY removeButton.label "Thoir air falbh làrach"> +<!ENTITY removeButton.accesskey "r"> +<!-- Settings Tab Panel --> + +<!ENTITY publishSites.label "Làraichean foillseachaidh"> +<!ENTITY serverInfo.label "Fiosrachadh an fhrithealaiche"> +<!ENTITY loginInfo.label "Fiosrachadh logaidh a-steach"> +<!ENTITY siteName.label "Ainm na làraich:"> +<!ENTITY siteName.accesskey "A"> +<!ENTITY siteName.tooltip "Far-ainm air a dh'aithnichear an làrach foillseachaidh seo (m.e.: 'AnLàrachAgam')"> +<!ENTITY siteUrl.label "An seòladh foillseachaidh (m.e.: 'ftp://ftp.anispagam.com/antainmcleachdaicheagam'):"> +<!ENTITY siteUrl.accesskey "A"> +<!ENTITY siteUrl.tooltip "An seòladh FTP:// no HTTP:// a thug an t-ISP no seirbheis òstaireachd-lìn dhut"> +<!ENTITY browseUrl.label "Seòladh HTTP na duilleige-dachaigh agad (m.e.: 'http://www.antispagam.com/antainmcleachdaicheagam'):"> +<!ENTITY browseUrl.accesskey "T"> +<!ENTITY browseUrl.tooltip "Seòladh HTTP:// am pasgan dachaigh agad (na gabh a-steach ainm an fhaidhle)"> +<!ENTITY username.label "Ainm a' chleachdaiche:"> +<!ENTITY username.accesskey "A"> +<!ENTITY username.tooltip "An t-ainm cleachdaiche a chleachdas tu gus logadh a-steach aig an ISP no seirbheis òstaireachd-lìn agad"> +<!ENTITY password.label "Facal-faire:"> +<!ENTITY password.accesskey "F"> +<!ENTITY password.tooltip "Am facal-faire a tha co-cheangailte ris an ainm chleachdaiche agad"> +<!ENTITY savePassword.label "Sàbhail am facal-faire"> +<!ENTITY savePassword.accesskey "S"> +<!ENTITY savePassword.tooltip "Tagh seo gus am facal-faire agad a shàbhaladh gu tèarainte le manaidsear nam faclan-faire"> diff --git a/l10n-gd/editor/ui/chrome/dialogs/EditorPublishProgress.dtd b/l10n-gd/editor/ui/chrome/dialogs/EditorPublishProgress.dtd new file mode 100644 index 0000000000..d2f063cc9f --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EditorPublishProgress.dtd @@ -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/. --> +<!-- Window title --> + +<!ENTITY siteUrl.label "URL na làraich:"> +<!ENTITY docSubdir.label "Fo-phasgan na duilleige:"> +<!ENTITY otherSubdir.label "Fo-phasgan an deilbh:"> + +<!ENTITY status.label "'Ga fhoillseachadh…"> +<!ENTITY fileList.label "Cor an fhoillseachaidh"> +<!ENTITY succeeded.label "Soirbheachail"> +<!ENTITY failed.label "Dh'fhàillig e"> + +<!ENTITY keepOpen "Cum an uinneag seo fosgailte nuair a bhios am foillseachadh deiseil."> +<!ENTITY closeButton.label "Dùin"> diff --git a/l10n-gd/editor/ui/chrome/dialogs/EditorReplace.dtd b/l10n-gd/editor/ui/chrome/dialogs/EditorReplace.dtd new file mode 100644 index 0000000000..aeca93d6e4 --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EditorReplace.dtd @@ -0,0 +1,27 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> +<!-- extracted from EdReplace.xul --> + + +<!ENTITY replaceDialog.title "Lorg is cuir 'na àite"> +<!ENTITY findField.label "Lorg teacsa:"> +<!ENTITY findField.accesskey "L"> +<!ENTITY replaceField.label "Cuir na leanas 'na àite:"> +<!ENTITY replaceField.accesskey "e"> +<!ENTITY caseSensitiveCheckbox.label "Aire do litrichean _mòra ’s beaga"> +<!ENTITY caseSensitiveCheckbox.accesskey "M"> +<!ENTITY wrapCheckbox.label "Paisg mun cuairt air"> +<!ENTITY wrapCheckbox.accesskey "P"> +<!ENTITY backwardsCheckbox.label "Lorg air ais"> +<!ENTITY backwardsCheckbox.accesskey "L"> +<!ENTITY findNextButton.label "Lorg an ath-fhear"> +<!ENTITY findNextButton.accesskey "f"> +<!ENTITY replaceButton.label "Cuir 'na àite"> +<!ENTITY replaceButton.accesskey "r"> +<!ENTITY replaceAndFindButton.label "Lorg is cuir 'na àite"> +<!ENTITY replaceAndFindButton.accesskey "L"> +<!ENTITY replaceAllButton.label "Cuir an àite gach aon dhiubh"> +<!ENTITY replaceAllButton.accesskey "a"> +<!ENTITY closeButton.label "Dùin"> +<!ENTITY closeButton.accesskey "D"> diff --git a/l10n-gd/editor/ui/chrome/dialogs/EditorSaveAsCharset.dtd b/l10n-gd/editor/ui/chrome/dialogs/EditorSaveAsCharset.dtd new file mode 100644 index 0000000000..29aeafac2e --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EditorSaveAsCharset.dtd @@ -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/. --> +<!-- These strings are generic to all or most of the editor's dialogs. --> +<!-- This button is for the progressive disclosure of additional editing functionality --> +<!-- These strings are for use specifically in the editor's link dialog. --> + + + +<!ENTITY windowTitle2.label "Sàbhail is atharraich còdachadh an teacsa"> +<!ENTITY documentTitleTitle.label "Tiotal na duilleige"> +<!ENTITY documentCharsetTitle2.label "Còdachadh an teacsa"> +<!ENTITY documentCharsetDesc2.label "Tagh an còdachadh teacsa san dèid an sgrìobhainn a shàbhaladh:"> +<!ENTITY documentExportToText.label "Às-phortaich gu teacsa"> + diff --git a/l10n-gd/editor/ui/chrome/dialogs/EditorSelectProperties.dtd b/l10n-gd/editor/ui/chrome/dialogs/EditorSelectProperties.dtd new file mode 100644 index 0000000000..1ab3b603a9 --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EditorSelectProperties.dtd @@ -0,0 +1,48 @@ +<!-- 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 windowTitle.label "Roghainnean na liosta taghaidh"> + +<!ENTITY Select.label "Liosta taghaidh"> +<!ENTITY SelectName.label "Ainm na liosta:"> +<!ENTITY SelectName.accesskey "n"> +<!ENTITY SelectSize.label "Àirde:"> +<!ENTITY SelectSize.accesskey "d"> +<!ENTITY SelectMultiple.label "Ioma-thaghadh"> +<!ENTITY SelectMultiple.accesskey "m"> +<!ENTITY SelectDisabled.label "Air a chur à comas"> +<!ENTITY SelectDisabled.accesskey "A"> +<!ENTITY SelectTabIndex.label "Clàr-innse tabaichte:"> +<!ENTITY SelectTabIndex.accesskey "i"> + +<!ENTITY OptGroup.label "Buidheann roghainnean"> +<!ENTITY OptGroupLabel.label "Leubail:"> +<!ENTITY OptGroupLabel.accesskey "L"> +<!ENTITY OptGroupDisabled.label "Air a chur à comas"> +<!ENTITY OptGroupDisabled.accesskey "A"> + +<!ENTITY Option.label "Roghainn"> +<!ENTITY OptionText.label "Teacsa:"> +<!ENTITY OptionText.accesskey "T"> +<!ENTITY OptionValue.label "Luach:"> +<!ENTITY OptionValue.accesskey "L"> +<!ENTITY OptionSelected.label "Air a thaghadh o thùs"> +<!ENTITY OptionSelected.accesskey "s"> +<!ENTITY OptionDisabled.label "Air a chur à comas"> +<!ENTITY OptionDisabled.accesskey "A"> + +<!ENTITY TextHeader.label "Teacsa"> +<!ENTITY ValueHeader.label "Luach"> +<!ENTITY SelectedHeader.label "Air a thaghadh"> + +<!ENTITY AddOption.label "Cuir roghainn ris"> +<!ENTITY AddOption.accesskey "o"> +<!ENTITY AddOptGroup.label "Cuir buidheann ris"> +<!ENTITY AddOptGroup.accesskey "C"> +<!ENTITY RemoveElement.label "Thoir air falbh"> +<!ENTITY RemoveElement.accesskey "r"> +<!ENTITY MoveElementUp.label "Gluais suas"> +<!ENTITY MoveElementUp.accesskey "u"> +<!ENTITY MoveElementDown.label "Gluais sìos"> +<!ENTITY MoveElementDown.accesskey "G"> diff --git a/l10n-gd/editor/ui/chrome/dialogs/EditorSnapToGrid.dtd b/l10n-gd/editor/ui/chrome/dialogs/EditorSnapToGrid.dtd new file mode 100644 index 0000000000..cd2e93ec04 --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EditorSnapToGrid.dtd @@ -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/. --> +<!-- Window title --> + + +<!ENTITY windowTitle.label "Leum ris a' chliath"> + +<!ENTITY enableSnapToGrid.label "cuir an comas leum ris a' chliath"> +<!ENTITY enableSnapToGrid.accessKey "e"> + +<!ENTITY sizeEditField.label "Meud:"> +<!ENTITY sizeEditField.accessKey "e"> + +<!ENTITY pixelsLabel.value "pixel"> diff --git a/l10n-gd/editor/ui/chrome/dialogs/EditorSpellCheck.dtd b/l10n-gd/editor/ui/chrome/dialogs/EditorSpellCheck.dtd new file mode 100644 index 0000000000..010a0625b0 --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EditorSpellCheck.dtd @@ -0,0 +1,38 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> +<!-- Window title --> + +<!ENTITY windowTitle.label "Ceartaich an litreachadh"> + +<!ENTITY misspelledWord.label "Facal air a dhroch litreachadh:"> +<!ENTITY wordEditField.label "Cuir na leanas 'na àite:"> +<!ENTITY wordEditField.accessKey "n"> +<!ENTITY checkwordButton.label "Ceartaich am facal seo"> +<!ENTITY checkwordButton.accessKey "C"> +<!ENTITY suggestions.label "Molaidhean:"> +<!ENTITY suggestions.accessKey "M"> +<!ENTITY ignoreButton.label "Leig seachad"> +<!ENTITY ignoreButton.accessKey "i"> +<!ENTITY ignoreAllButton.label "Leig seachad gach aon dhiubh"> +<!ENTITY ignoreAllButton.accessKey "n"> +<!ENTITY replaceButton.label "Cuir 'na àite"> +<!ENTITY replaceButton.accessKey "r"> +<!ENTITY replaceAllButton.label "Cuir an àite gach aon dhiubh"> +<!ENTITY replaceAllButton.accessKey "a"> +<!ENTITY stopButton.label "Sguir dheth"> +<!ENTITY stopButton.accessKey "u"> +<!ENTITY userDictionary.label "Am faclair pearsanta:"> +<!ENTITY moreDictionaries.label "Luchdaich a-nuas barrachd fhaclairean…"> +<!ENTITY addToUserDictionaryButton.label "Cuir ris facal"> +<!ENTITY addToUserDictionaryButton.accessKey "C"> +<!ENTITY editUserDictionaryButton.label "Deasaich…"> +<!ENTITY editUserDictionaryButton.accessKey "e"> +<!ENTITY recheckButton2.label "Ath-cheartaich an teacsa"> +<!ENTITY recheckButton2.accessKey "t"> +<!ENTITY closeButton.label "Dùin"> +<!ENTITY closeButton.accessKey "D"> +<!ENTITY sendButton.label "Cuir"> +<!ENTITY sendButton.accessKey "C"> +<!ENTITY languagePopup.label "Cànan:"> +<!ENTITY languagePopup.accessKey "C"> diff --git a/l10n-gd/editor/ui/chrome/dialogs/EditorTableProperties.dtd b/l10n-gd/editor/ui/chrome/dialogs/EditorTableProperties.dtd new file mode 100644 index 0000000000..99c543d22c --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EditorTableProperties.dtd @@ -0,0 +1,75 @@ +<!-- 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 tableWindow.title "Roghainnean a' chlàir"> +<!ENTITY applyButton.label "Cuir an sàs"> +<!ENTITY applyButton.accesskey "a"> +<!ENTITY closeButton.label "Dùin"> +<!ENTITY tableTab.label "Clàr"> +<!ENTITY cellTab.label "Ceallan"> +<!ENTITY tableRows.label "Sreathan:"> +<!ENTITY tableRows.accessKey "r"> +<!ENTITY tableColumns.label "Colbhan:"> +<!ENTITY tableColumns.accessKey "C"> +<!ENTITY tableHeight.label "Àirde:"> +<!ENTITY tableHeight.accessKey "e"> +<!ENTITY tableWidth.label "Leud:"> +<!ENTITY tableWidth.accessKey "L"> +<!ENTITY tableBorderSpacing.label "Iomallan is beàrnadh"> +<!ENTITY tableBorderWidth.label "Iomall:"> +<!ENTITY tableBorderWidth.accessKey "I"> +<!ENTITY tableSpacing.label "Beàrnadh:"> +<!ENTITY tableSpacing.accessKey "B"> +<!ENTITY tablePadding.label "Padadh:"> +<!ENTITY tablePadding.accessKey "P"> +<!ENTITY tablePxBetwCells.label "pixel eadar na ceallan"> +<!ENTITY tablePxBetwBrdrCellContent.label "pixel eadar iomall na cealla 's an t-susbaint"> +<!ENTITY tableAlignment.label "Co-thaobhachadh a' chlàir:"> +<!ENTITY tableAlignment.accessKey "t"> +<!ENTITY tableCaption.label "Ceann-sgrìobhadh:"> +<!ENTITY tableCaption.accessKey "n"> +<!ENTITY tableCaptionAbove.label "Os cionn a' chlàir"> +<!ENTITY tableCaptionBelow.label "Fon chlàr"> +<!ENTITY tableCaptionLeft.label "Air taobh clì a' chlàir"> +<!ENTITY tableCaptionRight.label "Air taobh deis a' chlàir"> +<!ENTITY tableCaptionNone.label "Chan eil gin"> +<!ENTITY tableInheritColor.label "(Leig le dath na duilleige a thighinn troimhe)"> + +<!ENTITY cellSelection.label "Na chaidh a thaghadh"> +<!ENTITY cellSelectCell.label "Cealla"> +<!ENTITY cellSelectRow.label "Sreath"> +<!ENTITY cellSelectColumn.label "Colbh"> +<!ENTITY cellSelectNext.label "Air adhart"> +<!ENTITY cellSelectNext.accessKey "A"> +<!ENTITY cellSelectPrevious.label "Air ais"> +<!ENTITY cellSelectPrevious.accessKey "s"> +<!ENTITY applyBeforeChange.label "Theid na h-atharrachaidhean làithreach a chur an sas mus dèid an taghadh atharrachadh."> +<!ENTITY cellContentAlignment.label "Co-thaobhachadh na susbainte"> +<!ENTITY cellHorizontal.label "Còmhnard:"> +<!ENTITY cellHorizontal.accessKey "m"> +<!ENTITY cellVertical.label "Inghearach:"> +<!ENTITY cellVertical.accessKey "I"> +<!ENTITY cellStyle.label "Stoidhle na cealla:"> +<!ENTITY cellStyle.accessKey "c"> +<!ENTITY cellNormal.label "Àbhaisteach"> +<!ENTITY cellHeader.label "Bann-cinn"> +<!ENTITY cellTextWrap.label "Pasgadh an teacsa:"> +<!ENTITY cellTextWrap.accessKey "t"> +<!ENTITY cellWrap.label "Paisg"> +<!ENTITY cellNoWrap.label "Na paisg"> +<!ENTITY cellAlignTop.label "Barr"> +<!ENTITY cellAlignMiddle.label "Meadhan"> +<!ENTITY cellAlignBottom.label "Bun"> +<!ENTITY cellAlignJustify.label "Blocaich"> +<!ENTITY cellInheritColor.label "(Leig le dath a' chlàir a thighinn troimhe)"> +<!ENTITY cellUseCheckboxHelp.label "Tagh na roghainnean a thèid a chur an sàs airson nan ceallan a thagh thu le cromagan sna bogsaichean"> +<!-- Used in both Table and Cell panels --> + +<!ENTITY size.label "Meud"> +<!ENTITY pixels.label "pixel"> +<!ENTITY backgroundColor.label "Dath a' chùlaibh:"> +<!ENTITY backgroundColor.accessKey "b"> +<!ENTITY AlignLeft.label "Clì"> +<!ENTITY AlignCenter.label "Cuir sa mheadhan"> +<!ENTITY AlignRight.label "Deis"> diff --git a/l10n-gd/editor/ui/chrome/dialogs/EditorTextAreaProperties.dtd b/l10n-gd/editor/ui/chrome/dialogs/EditorTextAreaProperties.dtd new file mode 100644 index 0000000000..51eb20cf92 --- /dev/null +++ b/l10n-gd/editor/ui/chrome/dialogs/EditorTextAreaProperties.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/. --> + +<!ENTITY windowTitle.label "Roghainnean raon an teacsa"> + +<!ENTITY Settings.label "Roghainnean"> + +<!ENTITY TextAreaName.label "Ainm an raoin:"> +<!ENTITY TextAreaName.accessKey "n"> +<!ENTITY TextAreaRows.label "Sreathan:"> +<!ENTITY TextAreaRows.accessKey "r"> +<!ENTITY TextAreaCols.label "Colbhan:"> +<!ENTITY TextAreaCols.accessKey "C"> +<!ENTITY TextAreaReadOnly.label "Ri leughadh a-mhàin"> +<!ENTITY TextAreaReadOnly.accessKey "R"> +<!ENTITY TextAreaDisabled.label "Air a chur à comas"> +<!ENTITY TextAreaDisabled.accessKey "o"> +<!ENTITY TextAreaTabIndex.label "Clàr-innse tabaichte:"> +<!ENTITY TextAreaTabIndex.accessKey "i"> +<!ENTITY TextAreaAccessKey.label "Iuchair inntrigidh:"> +<!ENTITY TextAreaAccessKey.accessKey "I"> +<!ENTITY InitialText.label "An teacsa tùsail:"> +<!ENTITY InitialText.accessKey "t"> + +<!ENTITY TextAreaWrap.label "Am modh pasgaidh:"> +<!ENTITY TextAreaWrap.accessKey "m"> +<!ENTITY WrapDefault.value "Bunaiteach"> +<!ENTITY WrapOff.value "Dheth"> +<!ENTITY WrapHard.value "Cruaidh"> +<!ENTITY WrapSoft.value "Bog"> +<!ENTITY WrapPhysical.value "Fiosaigeach"> +<!ENTITY WrapVirtual.value "Mas-fhìor"> diff --git a/l10n-gd/editor/ui/chrome/region/region.properties b/l10n-gd/editor/ui/chrome/region/region.properties new file mode 100644 index 0000000000..fb6fac676e --- /dev/null +++ b/l10n-gd/editor/ui/chrome/region/region.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/. + +# +# editor.js +# editor.properties +editor.throbber.url=http://www.seamonkey-project.org/ |