X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Flang%2Ffo.js;h=512cfefef387ebd8e988a614505f1245b2f0b6a6;hp=6622881c13398d38b52a9e272743393f45ab618e;hb=f0610347140239143439a511ee2bd48cb784f470;hpb=4e70ea24db840898be8cc21c950363a52a2a6aba diff --git a/_source/lang/fo.js b/_source/lang/fo.js index 6622881..512cfef 100644 --- a/_source/lang/fo.js +++ b/_source/lang/fo.js @@ -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', @@ -770,41 +772,41 @@ CKEDITOR.lang['fo'] = docprops : { - label : 'Document Properties', // MISSING - title : 'Document Properties', // MISSING + label : 'Eginleikar fyri dokument', + title : 'Eginleikar fyri dokument', design : 'Design', // MISSING - meta : 'Meta Tags', // MISSING - chooseColor : 'Choose', // MISSING - other : 'Other...', // MISSING - docTitle : 'Page Title', // MISSING - charset : 'Character Set Encoding', // MISSING - charsetOther : 'Other Character Set Encoding', // MISSING + meta : 'META-upplýsingar', + chooseColor : 'Vel', + other : '', + docTitle : 'Síðuheiti', + charset : 'Teknsett koda', + charsetOther : 'Onnur teknsett koda', charsetASCII : 'ASCII', // MISSING - charsetCE : 'Central European', // MISSING - charsetCT : 'Chinese Traditional (Big5)', // MISSING - charsetCR : 'Cyrillic', // MISSING - charsetGR : 'Greek', // MISSING - charsetJP : 'Japanese', // MISSING - charsetKR : 'Korean', // MISSING - charsetTR : 'Turkish', // MISSING + charsetCE : 'Miðeuropa', + charsetCT : 'Kinesiskt traditionelt (Big5)', + charsetCR : 'Cyrilliskt', + charsetGR : 'Grikst', + charsetJP : 'Japanskt', + charsetKR : 'Koreanskt', + charsetTR : 'Turkiskt', charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Western European', // MISSING - docType : 'Document Type Heading', // MISSING - docTypeOther : 'Other Document Type Heading', // MISSING - xhtmlDec : 'Include XHTML Declarations', // MISSING - bgColor : 'Background Color', // MISSING - bgImage : 'Background Image URL', // MISSING - bgFixed : 'Non-scrolling (Fixed) Background', // MISSING - txtColor : 'Text Color', // MISSING - margin : 'Page Margins', // MISSING - marginTop : 'Top', // MISSING - marginLeft : 'Left', // MISSING - marginRight : 'Right', // MISSING - marginBottom : 'Bottom', // MISSING - metaKeywords : 'Document Indexing Keywords (comma separated)', // MISSING - metaDescription : 'Document Description', // MISSING - metaAuthor : 'Author', // MISSING - metaCopyright : 'Copyright', // 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 } };