| 1 | 1 |
deleted file mode 100644 |
| ... | ... |
@@ -1,66 +0,0 @@ |
| 1 |
-// NL lang variables |
|
| 2 |
- |
|
| 3 |
-tinyMCE.addToLang('',{
|
|
| 4 |
-theme_style_select : 'Stijlen', |
|
| 5 |
-theme_code_desc : 'Toon/bewerk HTML broncode', |
|
| 6 |
-theme_code_title : 'HTML broncode editor', |
|
| 7 |
-theme_code_wordwrap : 'Word wrap', |
|
| 8 |
-theme_sub_desc : 'Subscript', |
|
| 9 |
-theme_sup_desc : 'Superscript', |
|
| 10 |
-theme_hr_desc : 'Invoegen horizontale lijn', |
|
| 11 |
-theme_removeformat_desc : 'Verwijder opmaak', |
|
| 12 |
-theme_custom1_desc : 'Uw eigen omschrijving hier', |
|
| 13 |
-insert_image_border : 'Omranding (pixels)', |
|
| 14 |
-insert_image_dimensions : 'Afmetingen (Leeg: Originele afm.)', |
|
| 15 |
-insert_image_vspace : 'Verticale marge (pixels)', |
|
| 16 |
-insert_image_hspace : 'Horizontale marge (pixels)', |
|
| 17 |
-insert_image_align : 'Uitlijning', |
|
| 18 |
-insert_image_align_default : 'Standaard', |
|
| 19 |
-insert_image_align_baseline : 'Basislijn', |
|
| 20 |
-insert_image_align_top : 'Boven', |
|
| 21 |
-insert_image_align_middle : 'Midden', |
|
| 22 |
-insert_image_align_bottom : 'Onder', |
|
| 23 |
-insert_image_align_texttop : 'TextTop', |
|
| 24 |
-insert_image_align_absmiddle : 'Absoluut Midden', |
|
| 25 |
-insert_image_align_absbottom : 'Absoluut Onder', |
|
| 26 |
-insert_image_align_left : 'Links', |
|
| 27 |
-insert_image_align_right : 'Rechts', |
|
| 28 |
-insert_image_delta_height : 0, |
|
| 29 |
-theme_font_size : '-- Font size --', |
|
| 30 |
-theme_fontdefault : '-- Font family --', |
|
| 31 |
-theme_block : '-- Format --', |
|
| 32 |
-theme_paragraph : 'Paragraaf', |
|
| 33 |
-theme_div : 'Div', |
|
| 34 |
-theme_address : 'Adres', |
|
| 35 |
-theme_pre : 'voorgeformatteerd', |
|
| 36 |
-theme_h1 : 'Titel 1', |
|
| 37 |
-theme_h2 : 'Titel 2', |
|
| 38 |
-theme_h3 : 'Titel 3', |
|
| 39 |
-theme_h4 : 'Titel 4', |
|
| 40 |
-theme_h5 : 'Titel 5', |
|
| 41 |
-theme_h6 : 'Titel 6', |
|
| 42 |
-theme_colorpicker_title : 'Kies een kleur', |
|
| 43 |
-theme_colorpicker_apply : 'Toepassen', |
|
| 44 |
-theme_forecolor_desc : 'Selecteer voorgrondkleur', |
|
| 45 |
-theme_backcolor_desc : 'Select background color', |
|
| 46 |
-theme_charmap_title : 'Kies een bijzonder karakter', |
|
| 47 |
-theme_charmap_desc : 'Voeg een bijzonder karakter in', |
|
| 48 |
-theme_preview_desc : 'Toon de pagina in een nieuw venster', |
|
| 49 |
-theme_visualaid_desc : 'Toon/verberg hulplijnen', |
|
| 50 |
-insert_anchor_title : 'Anker toevoegen/wijzigen', |
|
| 51 |
-insert_anchor_name : 'Anker naam', |
|
| 52 |
-theme_anchor_desc : 'Anker toevoegen/wijzigen', |
|
| 53 |
-theme_insert_link_titlefield : 'Titel', |
|
| 54 |
-theme_clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?', |
|
| 55 |
-theme_path : 'Path', |
|
| 56 |
-cut_desc : 'Cut', |
|
| 57 |
-copy_desc : 'Copy', |
|
| 58 |
-paste_desc : 'Paste', |
|
| 59 |
-link_list : 'Link list', |
|
| 60 |
-image_list : 'Image list', |
|
| 61 |
-browse : 'Browse', |
|
| 62 |
-image_props_desc : 'Image properties', |
|
| 63 |
-newdocument_desc : 'New document', |
|
| 64 |
-class_name : 'CSS-Stijl', |
|
| 65 |
-newdocument : 'Are you sure you want clear all contents?' |
|
| 66 |
-}); |
| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,66 @@ |
| 1 |
+// NL lang variables |
|
| 2 |
+ |
|
| 3 |
+tinyMCE.addToLang('',{
|
|
| 4 |
+theme_style_select : 'Stijlen', |
|
| 5 |
+theme_code_desc : 'Toon/bewerk HTML broncode', |
|
| 6 |
+theme_code_title : 'HTML broncode editor', |
|
| 7 |
+theme_code_wordwrap : 'Word wrap', |
|
| 8 |
+theme_sub_desc : 'Subscript', |
|
| 9 |
+theme_sup_desc : 'Superscript', |
|
| 10 |
+theme_hr_desc : 'Invoegen horizontale lijn', |
|
| 11 |
+theme_removeformat_desc : 'Verwijder opmaak', |
|
| 12 |
+theme_custom1_desc : 'Uw eigen omschrijving hier', |
|
| 13 |
+insert_image_border : 'Omranding (pixels)', |
|
| 14 |
+insert_image_dimensions : 'Afmetingen (Leeg: Originele afm.)', |
|
| 15 |
+insert_image_vspace : 'Verticale marge (pixels)', |
|
| 16 |
+insert_image_hspace : 'Horizontale marge (pixels)', |
|
| 17 |
+insert_image_align : 'Uitlijning', |
|
| 18 |
+insert_image_align_default : 'Standaard', |
|
| 19 |
+insert_image_align_baseline : 'Basislijn', |
|
| 20 |
+insert_image_align_top : 'Boven', |
|
| 21 |
+insert_image_align_middle : 'Midden', |
|
| 22 |
+insert_image_align_bottom : 'Onder', |
|
| 23 |
+insert_image_align_texttop : 'TextTop', |
|
| 24 |
+insert_image_align_absmiddle : 'Absoluut Midden', |
|
| 25 |
+insert_image_align_absbottom : 'Absoluut Onder', |
|
| 26 |
+insert_image_align_left : 'Links', |
|
| 27 |
+insert_image_align_right : 'Rechts', |
|
| 28 |
+insert_image_delta_height : 0, |
|
| 29 |
+theme_font_size : '-- Font size --', |
|
| 30 |
+theme_fontdefault : '-- Font family --', |
|
| 31 |
+theme_block : '-- Format --', |
|
| 32 |
+theme_paragraph : 'Paragraaf', |
|
| 33 |
+theme_div : 'Div', |
|
| 34 |
+theme_address : 'Adres', |
|
| 35 |
+theme_pre : 'voorgeformatteerd', |
|
| 36 |
+theme_h1 : 'Titel 1', |
|
| 37 |
+theme_h2 : 'Titel 2', |
|
| 38 |
+theme_h3 : 'Titel 3', |
|
| 39 |
+theme_h4 : 'Titel 4', |
|
| 40 |
+theme_h5 : 'Titel 5', |
|
| 41 |
+theme_h6 : 'Titel 6', |
|
| 42 |
+theme_colorpicker_title : 'Kies een kleur', |
|
| 43 |
+theme_colorpicker_apply : 'Toepassen', |
|
| 44 |
+theme_forecolor_desc : 'Selecteer voorgrondkleur', |
|
| 45 |
+theme_backcolor_desc : 'Select background color', |
|
| 46 |
+theme_charmap_title : 'Kies een bijzonder karakter', |
|
| 47 |
+theme_charmap_desc : 'Voeg een bijzonder karakter in', |
|
| 48 |
+theme_preview_desc : 'Toon de pagina in een nieuw venster', |
|
| 49 |
+theme_visualaid_desc : 'Toon/verberg hulplijnen', |
|
| 50 |
+insert_anchor_title : 'Anker toevoegen/wijzigen', |
|
| 51 |
+insert_anchor_name : 'Anker naam', |
|
| 52 |
+theme_anchor_desc : 'Anker toevoegen/wijzigen', |
|
| 53 |
+theme_insert_link_titlefield : 'Titel', |
|
| 54 |
+theme_clipboard_msg : 'Copy/Cut/Paste is not available in Mozilla and Firefox.\nDo you want more information about this issue?', |
|
| 55 |
+theme_path : 'Path', |
|
| 56 |
+cut_desc : 'Cut', |
|
| 57 |
+copy_desc : 'Copy', |
|
| 58 |
+paste_desc : 'Paste', |
|
| 59 |
+link_list : 'Link list', |
|
| 60 |
+image_list : 'Image list', |
|
| 61 |
+browse : 'Browse', |
|
| 62 |
+image_props_desc : 'Image properties', |
|
| 63 |
+newdocument_desc : 'New document', |
|
| 64 |
+class_name : 'CSS-Stijl', |
|
| 65 |
+newdocument : 'Are you sure you want clear all contents?' |
|
| 66 |
+}); |