X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Ffo.js;h=512cfefef387ebd8e988a614505f1245b2f0b6a6;hb=refs%2Ftags%2Fv3.6.1;hp=275e588f3e0fc878e78aec9ada4588d323527fc7;hpb=4e90e78dc97789709ee7404359a5517540c27553;p=ckeditor.git diff --git a/_source/lang/fo.js b/_source/lang/fo.js index 275e588..512cfef 100644 --- a/_source/lang/fo.js +++ b/_source/lang/fo.js @@ -34,8 +34,8 @@ CKEDITOR.lang['fo'] = editorTitle : 'Rich text editor, %1, trýst ALT og 0 fyri vegleiðing.', // ARIA descriptions. - toolbar : 'Toolbar', - editor : 'Rich Text Editor', + toolbars : 'Editor toolbars', // MISSING + editor : 'Rich Text Editor', // Toolbar buttons without dialogs. source : 'Kelda', @@ -121,6 +121,8 @@ CKEDITOR.lang['fo'] = alignBottom : 'Botnur', invalidHeight : 'Hædd má vera eitt tal.', invalidWidth : 'Breidd má vera eitt tal.', + invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING + invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, ikki tøkt' @@ -201,7 +203,8 @@ CKEDITOR.lang['fo'] = menu : 'Eginleikar fyri marknastein', title : 'Eginleikar fyri marknastein', name : 'Heiti marknasteinsins', - errorName : 'Vinarliga rita marknasteinsins heiti' + errorName : 'Vinarliga rita marknasteinsins heiti', + remove : 'Remove Anchor' // MISSING }, // List style dialog @@ -413,7 +416,6 @@ CKEDITOR.lang['fo'] = upload : 'Send', alt : 'Alternativur tekstur', lockRatio : 'Læs lutfallið', - unlockRatio : 'Lutfallið ikki læst', resetSize : 'Upprunastødd', border : 'Bordi', hSpace : 'Høgri breddi', @@ -715,6 +717,8 @@ CKEDITOR.lang['fo'] = { title : 'Um CKEditor', dlgTitle : 'Um CKEditor', + help : 'Check $1 for help.', // MISSING + userGuide : 'CKEditor User\'s Guide', // MISSING moreInfo : 'Licens upplýsingar finnast á heimasíðu okkara:', copy : 'Copyright © $1. All rights reserved.' }, @@ -745,9 +749,64 @@ CKEDITOR.lang['fo'] = toolbarCollapse : 'Lat Toolbar aftur', toolbarExpand : 'Vís Toolbar', + toolbarGroups : + { + document : 'Document', // MISSING + clipboard : 'Clipboard/Undo', // MISSING + editing : 'Editing', // MISSING + forms : 'Forms', // MISSING + basicstyles : 'Basic Styles', // MISSING + paragraph : 'Paragraph', // MISSING + links : 'Links', // MISSING + insert : 'Insert', // MISSING + styles : 'Styles', // MISSING + colors : 'Colors', // MISSING + tools : 'Tools' // MISSING + }, + bidi : { ltr : 'Tekstkós frá vinstru til høgru', rtl : 'Tekstkós frá høgru til vinstru' + }, + + docprops : + { + label : 'Eginleikar fyri dokument', + title : 'Eginleikar fyri dokument', + design : 'Design', // MISSING + meta : 'META-upplýsingar', + chooseColor : 'Vel', + other : '', + docTitle : 'Síðuheiti', + charset : 'Teknsett koda', + charsetOther : 'Onnur teknsett koda', + charsetASCII : 'ASCII', // MISSING + charsetCE : 'Miðeuropa', + charsetCT : 'Kinesiskt traditionelt (Big5)', + charsetCR : 'Cyrilliskt', + charsetGR : 'Grikst', + charsetJP : 'Japanskt', + charsetKR : 'Koreanskt', + charsetTR : 'Turkiskt', + charsetUN : 'Unicode (UTF-8)', // MISSING + charsetWE : 'Vestureuropa', + docType : 'Dokumentslag yvirskrift', + docTypeOther : 'Annað dokumentslag yvirskrift', + xhtmlDec : 'Viðfest XHTML deklaratiónir', + bgColor : 'Bakgrundslitur', + bgImage : 'Leið til bakgrundsmynd (URL)', + bgFixed : 'Læst bakgrund (rullar ikki)', + txtColor : 'Tekstlitur', + margin : 'Síðubreddar', + marginTop : 'Ovast', + marginLeft : 'Vinstra', + marginRight : 'Høgra', + marginBottom : 'Niðast', + metaKeywords : 'Dokument index lyklaorð (sundurbýtt við komma)', + metaDescription : 'Dokumentlýsing', + metaAuthor : 'Høvundur', + metaCopyright : 'Upphavsrættindi', + previewHtml : '

This is some sample text. You are using CKEditor.

' // MISSING } };