X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Flang%2Faf.js;h=4e2151d51d555f68f7974f0c4df34fa877d37c4e;hp=5115235be394cd47aee0cad5ddd44c29f447a40d;hb=f0610347140239143439a511ee2bd48cb784f470;hpb=4e70ea24db840898be8cc21c950363a52a2a6aba diff --git a/_source/lang/af.js b/_source/lang/af.js index 5115235..4e2151d 100644 --- a/_source/lang/af.js +++ b/_source/lang/af.js @@ -121,6 +121,8 @@ CKEDITOR.lang['af'] = alignBottom : 'Onder', invalidHeight : 'Hoogte moet \'n getal wees', invalidWidth : 'Breedte moet \'n getal wees.', + 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, nie beskikbaar nie' @@ -201,7 +203,8 @@ CKEDITOR.lang['af'] = menu : 'Anker-eienskappe', title : 'Anker-eienskappe', name : 'Ankernaam', - errorName : 'Voltooi die ankernaam asseblief' + errorName : 'Voltooi die ankernaam asseblief', + remove : 'Remove Anchor' // MISSING }, // List style dialog @@ -413,7 +416,6 @@ CKEDITOR.lang['af'] = upload : 'Oplaai', alt : 'Alternatiewe teks', lockRatio : 'Vaste proporsie', - unlockRatio : 'Vrye proporsie', resetSize : 'Herstel grootte', border : 'Rand', hSpace : 'HSpasie', @@ -770,41 +772,41 @@ CKEDITOR.lang['af'] = docprops : { - label : 'Document Properties', // MISSING - title : 'Document Properties', // MISSING + label : 'Dokument Eienskappe', + title : 'Dokument Eienskappe', 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 Data', + chooseColor : 'Kies', + other : '', + docTitle : 'Bladsy Opskrif', + charset : 'Karakterstel Kodeering', + charsetOther : 'Ander Karakterstel Kodeering', charsetASCII : 'ASCII', // MISSING - charsetCE : 'Central European', // MISSING - charsetCT : 'Chinese Traditional (Big5)', // MISSING + charsetCE : 'Sentraal Europa', + charsetCT : 'Chinees Traditioneel (Big5)', charsetCR : 'Cyrillic', // MISSING - charsetGR : 'Greek', // MISSING - charsetJP : 'Japanese', // MISSING - charsetKR : 'Korean', // MISSING - charsetTR : 'Turkish', // MISSING + charsetGR : 'Grieks', + charsetJP : 'Japanees', + charsetKR : 'Koreans', + charsetTR : 'Turks', 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 + docType : 'Dokument Opskrif Soort', + docTypeOther : 'Ander Dokument Opskrif Soort', + xhtmlDec : 'Voeg XHTML verklaring by', + bgColor : 'Agtergrond kleur', + bgImage : 'Agtergrond Beeld URL', + bgFixed : 'Vasgeklemde Agtergrond', + txtColor : 'Tekskleur', + margin : 'Bladsy Rante', + marginTop : 'Bo', + marginLeft : 'Links', + marginRight : 'Regs', + marginBottom : 'Onder', + metaKeywords : 'Dokument Index Sleutelwoorde(comma verdeelt)', + metaDescription : 'Dokument Beskrywing', + metaAuthor : 'Skrywer', + metaCopyright : 'Kopiereg', previewHtml : '

This is some sample text. You are using CKEditor.

' // MISSING } };