JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.6
[ckeditor.git] / _source / lang / af.js
index 3777a4c..83012c9 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -14,7 +14,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 */\r
 \r
 /**\r
- * Constains the dictionary of language entries.\r
+ * Contains the dictionary of language entries.\r
  * @namespace\r
  */\r
 CKEDITOR.lang['af'] =\r
@@ -31,11 +31,12 @@ CKEDITOR.lang['af'] =
         * Screenreader titles. Please note that screenreaders are not always capable\r
         * of reading non-English words. So be careful while translating it.\r
         */\r
-       editorTitle : 'Teksverwerker, %1, druk op ALT 0 vir hulp.',\r
+       editorTitle : 'Teksverwerker, %1',\r
+       editorHelp : 'Druk op ALT 0 vir hulp',\r
 \r
        // ARIA descriptions.\r
-       toolbar : 'Werkbalk',\r
-       editor  : 'Teksverwerker',\r
+       toolbars        : 'Editor toolbars', // MISSING\r
+       editor          : 'Teksverwerker',\r
 \r
        // Toolbar buttons without dialogs.\r
        source                  : 'Bron',\r
@@ -119,8 +120,13 @@ CKEDITOR.lang['af'] =
                alignTop                : 'Bo',\r
                alignMiddle             : 'Middel',\r
                alignBottom             : 'Onder',\r
+               invalidValue    : 'Invalid value.', // MISSING\r
                invalidHeight   : 'Hoogte moet \'n getal wees',\r
                invalidWidth    : 'Breedte moet \'n getal wees.',\r
+               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\r
+               invalidHtmlLength       : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING\r
+               invalidInlineStyle      : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING\r
+               cssLengthTooltip        : 'Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING\r
 \r
                // Put the voice-only part of the label in the span.\r
                unavailable             : '%1<span class="cke_accessibility">, nie beskikbaar nie</span>'\r
@@ -201,7 +207,8 @@ CKEDITOR.lang['af'] =
                menu            : 'Anker-eienskappe',\r
                title           : 'Anker-eienskappe',\r
                name            : 'Ankernaam',\r
-               errorName       : 'Voltooi die ankernaam asseblief'\r
+               errorName       : 'Voltooi die ankernaam asseblief',\r
+               remove          : 'Remove Anchor' // MISSING\r
        },\r
 \r
        // List style dialog\r
@@ -237,6 +244,7 @@ CKEDITOR.lang['af'] =
                findWhat                        : 'Soek na:',\r
                replaceWith                     : 'Vervang met:',\r
                notFoundMsg                     : 'Teks nie gevind nie.',\r
+               findOptions                     : 'Find Options', // MISSING\r
                matchCase                       : 'Hoof/kleinletter sensitief',\r
                matchWord                       : 'Hele woord moet voorkom',\r
                matchCyclic                     : 'Soek deurlopend',\r
@@ -413,7 +421,6 @@ CKEDITOR.lang['af'] =
                upload          : 'Oplaai',\r
                alt                     : 'Alternatiewe teks',\r
                lockRatio       : 'Vaste proporsie',\r
-               unlockRatio     : 'Vrye proporsie',\r
                resetSize       : 'Herstel grootte',\r
                border          : 'Rand',\r
                hSpace          : 'HSpasie',\r
@@ -691,7 +698,7 @@ CKEDITOR.lang['af'] =
                ignoreAll               : 'Ignoreer alles',\r
                addWord                 : 'Voeg woord by',\r
                emptyDic                : 'Woordeboeknaam mag nie leeg wees nie.',\r
-\r
+               noSuggestions   : 'Geen voorstel',\r
                optionsTab              : 'Opsies',\r
                allCaps                 : 'Ignoreer woorde in hoofletters',\r
                ignoreDomainNames : 'Ignoreer domeinname',\r
@@ -715,6 +722,8 @@ CKEDITOR.lang['af'] =
        {\r
                title           : 'Info oor CKEditor',\r
                dlgTitle        : 'Info oor CKEditor',\r
+               help    : 'Check $1 for help.', // MISSING\r
+               userGuide : 'CKEditor User\'s Guide', // MISSING\r
                moreInfo        : 'Vir lisensie-informasie, besoek asb. ons webwerf:',\r
                copy            : 'Kopiereg &copy; $1. Alle regte voorbehou.'\r
        },\r
@@ -745,9 +754,64 @@ CKEDITOR.lang['af'] =
        toolbarCollapse : 'Verklein werkbalk',\r
        toolbarExpand   : 'Vergroot werkbalk',\r
 \r
+       toolbarGroups :\r
+       {\r
+               document : 'Document', // MISSING\r
+               clipboard : 'Clipboard/Undo', // MISSING\r
+               editing : 'Editing', // MISSING\r
+               forms : 'Forms', // MISSING\r
+               basicstyles : 'Basic Styles', // MISSING\r
+               paragraph : 'Paragraph', // MISSING\r
+               links : 'Links', // MISSING\r
+               insert : 'Insert', // MISSING\r
+               styles : 'Styles', // MISSING\r
+               colors : 'Colors', // MISSING\r
+               tools : 'Tools' // MISSING\r
+       },\r
+\r
        bidi :\r
        {\r
                ltr : 'Skryfrigting van links na regs',\r
                rtl : 'Skryfrigting van regs na links'\r
+       },\r
+\r
+       docprops :\r
+       {\r
+               label : 'Dokument Eienskappe',\r
+               title : 'Dokument Eienskappe',\r
+               design : 'Design', // MISSING\r
+               meta : 'Meta Data',\r
+               chooseColor : 'Kies',\r
+               other : '<ander>',\r
+               docTitle :      'Bladsy Opskrif',\r
+               charset :       'Karakterstel Kodeering',\r
+               charsetOther : 'Ander Karakterstel Kodeering',\r
+               charsetASCII : 'ASCII', // MISSING\r
+               charsetCE : 'Sentraal Europa',\r
+               charsetCT : 'Chinees Traditioneel (Big5)',\r
+               charsetCR : 'Cyrillic', // MISSING\r
+               charsetGR : 'Grieks',\r
+               charsetJP : 'Japanees',\r
+               charsetKR : 'Koreans',\r
+               charsetTR : 'Turks',\r
+               charsetUN : 'Unicode (UTF-8)', // MISSING\r
+               charsetWE : 'Western European', // MISSING\r
+               docType : 'Dokument Opskrif Soort',\r
+               docTypeOther : 'Ander Dokument Opskrif Soort',\r
+               xhtmlDec : 'Voeg XHTML verklaring by',\r
+               bgColor : 'Agtergrond kleur',\r
+               bgImage : 'Agtergrond Beeld URL',\r
+               bgFixed : 'Vasgeklemde Agtergrond',\r
+               txtColor : 'Tekskleur',\r
+               margin : 'Bladsy Rante',\r
+               marginTop : 'Bo',\r
+               marginLeft : 'Links',\r
+               marginRight : 'Regs',\r
+               marginBottom : 'Onder',\r
+               metaKeywords : 'Dokument Index Sleutelwoorde(comma verdeelt)',\r
+               metaDescription : 'Dokument Beskrywing',\r
+               metaAuthor : 'Skrywer',\r
+               metaCopyright : 'Kopiereg',\r
+               previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING\r
        }\r
 };\r