alchemy_i18n 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +20 -0
  3. data/README.md +67 -0
  4. data/app/assets/javascripts/alchemy_i18n.js +21 -0
  5. data/app/assets/javascripts/alchemy_i18n/de.js +28 -0
  6. data/app/assets/javascripts/alchemy_i18n/es.js +28 -0
  7. data/app/assets/javascripts/alchemy_i18n/fr.js +28 -0
  8. data/app/assets/javascripts/alchemy_i18n/it.js +28 -0
  9. data/app/assets/javascripts/alchemy_i18n/nl.js +28 -0
  10. data/app/assets/javascripts/alchemy_i18n/ru.js +28 -0
  11. data/app/assets/javascripts/alchemy_i18n/zh-CN.js +28 -0
  12. data/config/locales/alchemy.de.yml +836 -0
  13. data/config/locales/alchemy.es.yml +818 -0
  14. data/config/locales/alchemy.fr.yml +845 -0
  15. data/config/locales/alchemy.it.yml +815 -0
  16. data/config/locales/alchemy.nl.yml +815 -0
  17. data/config/locales/alchemy.pl.yml +823 -0
  18. data/config/locales/alchemy.ru.yml +843 -0
  19. data/config/locales/alchemy.zh-CN.yml +832 -0
  20. data/lib/alchemy_i18n.rb +1 -0
  21. data/lib/alchemy_i18n/engine.rb +4 -0
  22. data/lib/alchemy_i18n/version.rb +3 -0
  23. data/vendor/assets/javascripts/flatpickr/de.js +34 -0
  24. data/vendor/assets/javascripts/flatpickr/es.js +34 -0
  25. data/vendor/assets/javascripts/flatpickr/fr.js +38 -0
  26. data/vendor/assets/javascripts/flatpickr/it.js +37 -0
  27. data/vendor/assets/javascripts/flatpickr/nl.js +38 -0
  28. data/vendor/assets/javascripts/flatpickr/pl.js +37 -0
  29. data/vendor/assets/javascripts/flatpickr/ru.js +39 -0
  30. data/vendor/assets/javascripts/flatpickr/zh.js +33 -0
  31. data/vendor/assets/javascripts/tinymce/langs/de.js +260 -0
  32. data/vendor/assets/javascripts/tinymce/langs/es.js +253 -0
  33. data/vendor/assets/javascripts/tinymce/langs/fr.js +260 -0
  34. data/vendor/assets/javascripts/tinymce/langs/it.js +260 -0
  35. data/vendor/assets/javascripts/tinymce/langs/nl.js +260 -0
  36. data/vendor/assets/javascripts/tinymce/langs/ru.js +260 -0
  37. data/vendor/assets/javascripts/tinymce/langs/zh-CN.js +221 -0
  38. metadata +99 -0
@@ -0,0 +1,260 @@
1
+ tinymce.addI18n('it',{
2
+ "Redo": "Ripeti",
3
+ "Undo": "Indietro",
4
+ "Cut": "Taglia",
5
+ "Copy": "Copia",
6
+ "Paste": "Incolla",
7
+ "Select all": "Seleziona Tutto",
8
+ "New document": "Nuovo Documento",
9
+ "Ok": "Ok",
10
+ "Cancel": "Annulla",
11
+ "Visual aids": "Elementi Visivi",
12
+ "Bold": "Grassetto",
13
+ "Italic": "Corsivo",
14
+ "Underline": "Sottolineato",
15
+ "Strikethrough": "Barrato",
16
+ "Superscript": "Apice",
17
+ "Subscript": "Pedice",
18
+ "Clear formatting": "Cancella Formattazione",
19
+ "Align left": "Allinea a Sinistra",
20
+ "Align center": "Allinea al Cento",
21
+ "Align right": "Allinea a Destra",
22
+ "Justify": "Giustifica",
23
+ "Bullet list": "Elenchi Puntati",
24
+ "Numbered list": "Elenchi Numerati",
25
+ "Decrease indent": "Riduci Rientro",
26
+ "Increase indent": "Aumenta Rientro",
27
+ "Close": "Chiudi",
28
+ "Formats": "Formattazioni",
29
+ "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Il tuo browser non supporta l'accesso diretto negli Appunti. Per favore usa i tasti di scelta rapida Ctrl+X\/C\/V.",
30
+ "Headers": "Intestazioni",
31
+ "Header 1": "Intestazione 1",
32
+ "Header 2": "Header 2",
33
+ "Header 3": "Intestazione 3",
34
+ "Header 4": "Intestazione 4",
35
+ "Header 5": "Intestazione 5",
36
+ "Header 6": "Intestazione 6",
37
+ "Headings": "Intestazioni",
38
+ "Heading 1": "Intestazione 1",
39
+ "Heading 2": "Intestazione 2",
40
+ "Heading 3": "Intestazione 3",
41
+ "Heading 4": "Intestazione 4",
42
+ "Heading 5": "Intestazione 5",
43
+ "Heading 6": "Intestazione 6",
44
+ "Div": "Div",
45
+ "Pre": "Pre",
46
+ "Code": "Codice",
47
+ "Paragraph": "Paragrafo",
48
+ "Blockquote": "Blockquote",
49
+ "Inline": "Inlinea",
50
+ "Blocks": "Blocchi",
51
+ "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Incolla \u00e8 in modalit\u00e0 testo normale. I contenuti sono incollati come testo normale se non disattivi l'opzione.",
52
+ "Font Family": "Famiglia font",
53
+ "Font Sizes": "Dimensioni font",
54
+ "Class": "Classe",
55
+ "Browse for an image": "Scegli un'immagine",
56
+ "OR": "o",
57
+ "Drop an image here": "Incolla un'immagine qui",
58
+ "Upload": "Carica",
59
+ "Block": "Blocco",
60
+ "Align": "Allinea",
61
+ "Default": "Default",
62
+ "Circle": "Cerchio",
63
+ "Disc": "Disco",
64
+ "Square": "Quadrato",
65
+ "Lower Alpha": "Alpha Minore",
66
+ "Lower Greek": "Greek Minore",
67
+ "Lower Roman": "Roman Minore",
68
+ "Upper Alpha": "Alpha Superiore",
69
+ "Upper Roman": "Roman Superiore",
70
+ "Anchor": "Fissa",
71
+ "Name": "Nome",
72
+ "Id": "Id",
73
+ "Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "L'id dovrebbe cominciare con una lettera, seguito solo da lettere, numeri, linee, punti, virgole.",
74
+ "You have unsaved changes are you sure you want to navigate away?": "Non hai salvato delle modifiche, sei sicuro di andartene?",
75
+ "Restore last draft": "Ripristina l'ultima bozza.",
76
+ "Special character": "Carattere Speciale",
77
+ "Source code": "Codice Sorgente",
78
+ "Insert\/Edit code sample": "Inserisci\/Modifica esempio di codice",
79
+ "Language": "Lingua",
80
+ "Code sample": "Esempio di codice",
81
+ "Color": "Colore",
82
+ "R": "R",
83
+ "G": "G",
84
+ "B": "B",
85
+ "Left to right": "Da Sinistra a Destra",
86
+ "Right to left": "Da Destra a Sinistra",
87
+ "Emoticons": "Emoction",
88
+ "Document properties": "Propriet\u00e0 Documento",
89
+ "Title": "Titolo",
90
+ "Keywords": "Parola Chiave",
91
+ "Description": "Descrizione",
92
+ "Robots": "Robot",
93
+ "Author": "Autore",
94
+ "Encoding": "Codifica",
95
+ "Fullscreen": "Schermo Intero",
96
+ "Action": "Action",
97
+ "Shortcut": "Shortcut",
98
+ "Help": "Help",
99
+ "Address": "Address",
100
+ "Focus to menubar": "Focus to menubar",
101
+ "Focus to toolbar": "Focus to toolbar",
102
+ "Focus to element path": "Focus to element path",
103
+ "Focus to contextual toolbar": "Focus to contextual toolbar",
104
+ "Insert link (if link plugin activated)": "Insert link (if link plugin activated)",
105
+ "Save (if save plugin activated)": "Save (if save plugin activated)",
106
+ "Find (if searchreplace plugin activated)": "Find (if searchreplace plugin activated)",
107
+ "Plugins installed ({0}):": "Plugins installed ({0}):",
108
+ "Premium plugins:": "Premium plugins:",
109
+ "Learn more...": "Learn more...",
110
+ "You are using {0}": "You are using {0}",
111
+ "Plugins": "Plugins",
112
+ "Handy Shortcuts": "Handy Shortcuts",
113
+ "Horizontal line": "Linea Orizzontale",
114
+ "Insert\/edit image": "Aggiungi\/Modifica Immagine",
115
+ "Image description": "Descrizione Immagine",
116
+ "Source": "Fonte",
117
+ "Dimensions": "Dimenzioni",
118
+ "Constrain proportions": "Mantieni Proporzioni",
119
+ "General": "Generale",
120
+ "Advanced": "Avanzato",
121
+ "Style": "Stile",
122
+ "Vertical space": "Spazio Verticale",
123
+ "Horizontal space": "Spazio Orizzontale",
124
+ "Border": "Bordo",
125
+ "Insert image": "Inserisci immagine",
126
+ "Image": "Immagine",
127
+ "Image list": "Image list",
128
+ "Rotate counterclockwise": "Ruota in senso antiorario",
129
+ "Rotate clockwise": "Ruota in senso orario",
130
+ "Flip vertically": "Rifletti verticalmente",
131
+ "Flip horizontally": "Rifletti orizzontalmente",
132
+ "Edit image": "Modifica immagine",
133
+ "Image options": "Opzioni immagine",
134
+ "Zoom in": "Ingrandisci",
135
+ "Zoom out": "Rimpicciolisci",
136
+ "Crop": "Taglia",
137
+ "Resize": "Ridimensiona",
138
+ "Orientation": "Orientamento",
139
+ "Brightness": "Luminosit\u00e0",
140
+ "Sharpen": "Contrasta",
141
+ "Contrast": "Contrasto",
142
+ "Color levels": "Livelli colore",
143
+ "Gamma": "Gamma",
144
+ "Invert": "Inverti",
145
+ "Apply": "Applica",
146
+ "Back": "Indietro",
147
+ "Insert date\/time": "Inserisci Data\/Ora",
148
+ "Date\/time": "Data\/Ora",
149
+ "Insert link": "Inserisci il Link",
150
+ "Insert\/edit link": "Inserisci\/Modifica Link",
151
+ "Text to display": "Testo da Visualizzare",
152
+ "Url": "Url",
153
+ "Target": "Target",
154
+ "None": "No",
155
+ "New window": "Nuova Finestra",
156
+ "Remove link": "Rimuovi link",
157
+ "Anchors": "Anchors",
158
+ "Link": "Collegamento",
159
+ "Paste or type a link": "Incolla o digita un collegamento",
160
+ "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "L'URL inserito sembra essere un indirizzo email. Vuoi aggiungere il prefisso necessario mailto:?",
161
+ "The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "L'URL inserito sembra essere un collegamento esterno. Vuoi aggiungere il prefisso necessario http:\/\/?",
162
+ "Link list": "Elenco link",
163
+ "Insert video": "Inserisci Video",
164
+ "Insert\/edit video": "Inserisci\/Modifica Video",
165
+ "Insert\/edit media": "Inserisci\/Modifica Media",
166
+ "Alternative source": "Alternativo",
167
+ "Poster": "Anteprima",
168
+ "Paste your embed code below:": "Incolla il codice d'incorporamento qui:",
169
+ "Embed": "Incorporare",
170
+ "Media": "Media",
171
+ "Nonbreaking space": "Spazio unificatore",
172
+ "Page break": "Interruzione di pagina",
173
+ "Paste as text": "incolla come testo",
174
+ "Preview": "Anteprima",
175
+ "Print": "Stampa",
176
+ "Save": "Salva",
177
+ "Find": "Trova",
178
+ "Replace with": "Sostituisci Con",
179
+ "Replace": "Sostituisci",
180
+ "Replace all": "Sostituisci Tutto",
181
+ "Prev": "Precedente",
182
+ "Next": "Successivo",
183
+ "Find and replace": "Trova e Sostituisci",
184
+ "Could not find the specified string.": "Impossibile trovare la parola specifica.",
185
+ "Match case": "Maiuscole\/Minuscole ",
186
+ "Whole words": "Parole Sbagliate",
187
+ "Spellcheck": "Controllo ortografico",
188
+ "Ignore": "Ignora",
189
+ "Ignore all": "Ignora Tutto",
190
+ "Finish": "Termina",
191
+ "Add to Dictionary": "Aggiungi al Dizionario",
192
+ "Insert table": "Inserisci Tabella",
193
+ "Table properties": "Propiet\u00e0 della Tabella",
194
+ "Delete table": "Cancella Tabella",
195
+ "Cell": "Cella",
196
+ "Row": "Riga",
197
+ "Column": "Colonna",
198
+ "Cell properties": "Propiet\u00e0 della Cella",
199
+ "Merge cells": "Unisci Cella",
200
+ "Split cell": "Dividi Cella",
201
+ "Insert row before": "Inserisci una Riga Prima",
202
+ "Insert row after": "Inserisci una Riga Dopo",
203
+ "Delete row": "Cancella Riga",
204
+ "Row properties": "Propriet\u00e0 della Riga",
205
+ "Cut row": "Taglia Riga",
206
+ "Copy row": "Copia Riga",
207
+ "Paste row before": "Incolla una Riga Prima",
208
+ "Paste row after": "Incolla una Riga Dopo",
209
+ "Insert column before": "Inserisci una Colonna Prima",
210
+ "Insert column after": "Inserisci una Colonna Dopo",
211
+ "Delete column": "Cancella Colonna",
212
+ "Cols": "Colonne",
213
+ "Rows": "Righe",
214
+ "Width": "Larghezza",
215
+ "Height": "Altezza",
216
+ "Cell spacing": "Spaziatura della Cella",
217
+ "Cell padding": "Padding della Cella",
218
+ "Caption": "Didascalia",
219
+ "Left": "Sinistra",
220
+ "Center": "Centro",
221
+ "Right": "Destra",
222
+ "Cell type": "Tipo di Cella",
223
+ "Scope": "Campo",
224
+ "Alignment": "Allineamento",
225
+ "H Align": "Allineamento H",
226
+ "V Align": "Allineamento V",
227
+ "Top": "In alto",
228
+ "Middle": "In mezzo",
229
+ "Bottom": "In fondo",
230
+ "Header cell": "cella d'intestazione",
231
+ "Row group": "Gruppo di Righe",
232
+ "Column group": "Gruppo di Colonne",
233
+ "Row type": "Tipo di Riga",
234
+ "Header": "Header",
235
+ "Body": "Body",
236
+ "Footer": "Footer",
237
+ "Border color": "Colore bordo",
238
+ "Insert template": "Inserisci Template",
239
+ "Templates": "Template",
240
+ "Template": "Modello",
241
+ "Text color": "Colore Testo",
242
+ "Background color": "Colore Background",
243
+ "Custom...": "Personalizzato...",
244
+ "Custom color": "Colore personalizzato",
245
+ "No color": "Nessun colore",
246
+ "Table of Contents": "Tabella dei contenuti",
247
+ "Show blocks": "Mostra Blocchi",
248
+ "Show invisible characters": "Mostra Caratteri Invisibili",
249
+ "Words: {0}": "Parole: {0}",
250
+ "{0} words": "{0} parole",
251
+ "File": "File",
252
+ "Edit": "Modifica",
253
+ "Insert": "Inserisci",
254
+ "View": "Visualiza",
255
+ "Format": "Formato",
256
+ "Table": "Tabella",
257
+ "Tools": "Strumenti",
258
+ "Powered by {0}": "Powered by {0}",
259
+ "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Rich Text Area. Premi ALT-F9 per il men\u00f9. Premi ALT-F10 per la barra degli strumenti. Premi ALT-0 per l'aiuto."
260
+ });
@@ -0,0 +1,260 @@
1
+ tinymce.addI18n('nl',{
2
+ "Redo": "Opnieuw",
3
+ "Undo": "Ongedaan maken",
4
+ "Cut": "Knippen",
5
+ "Copy": "Kopi\u00ebren",
6
+ "Paste": "Plakken",
7
+ "Select all": "Alles selecteren",
8
+ "New document": "Nieuw document",
9
+ "Ok": "Ok\u00e9",
10
+ "Cancel": "Annuleren",
11
+ "Visual aids": "Hulpmiddelen",
12
+ "Bold": "Vet",
13
+ "Italic": "Cursief",
14
+ "Underline": "Onderstreept",
15
+ "Strikethrough": "Doorhalen",
16
+ "Superscript": "Superscript",
17
+ "Subscript": "Subscript",
18
+ "Clear formatting": "Opmaak verwijderen",
19
+ "Align left": "Links uitlijnen",
20
+ "Align center": "Centreren",
21
+ "Align right": "Rechts uitlijnen",
22
+ "Justify": "Uitlijnen",
23
+ "Bullet list": "Opsommingsteken",
24
+ "Numbered list": "Nummering",
25
+ "Decrease indent": "Inspringen verkleinen",
26
+ "Increase indent": "Inspringen vergroten",
27
+ "Close": "Sluiten",
28
+ "Formats": "Opmaak",
29
+ "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Uw browser ondersteunt geen toegang tot het clipboard. Gelieve ctrl+X\/C\/V sneltoetsen te gebruiken.",
30
+ "Headers": "Kopteksten",
31
+ "Header 1": "Kop 1",
32
+ "Header 2": "Kop 2",
33
+ "Header 3": "Kop 3",
34
+ "Header 4": "Kop 4",
35
+ "Header 5": "Kop 5",
36
+ "Header 6": "Kop 6",
37
+ "Headings": "Koppen",
38
+ "Heading 1": "Kop 1",
39
+ "Heading 2": "Kop 2",
40
+ "Heading 3": "Kop 3",
41
+ "Heading 4": "Kop 4",
42
+ "Heading 5": "Kop 5",
43
+ "Heading 6": "Kop 6",
44
+ "Div": "Div",
45
+ "Pre": "Pre",
46
+ "Code": "Code",
47
+ "Paragraph": "Paragraaf",
48
+ "Blockquote": "Quote",
49
+ "Inline": "Inlijn",
50
+ "Blocks": "Blok",
51
+ "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Plakken gebeurt nu als platte tekst. Tekst wordt nu ingevoegd zonder opmaak tot deze optie uitgeschakeld wordt.",
52
+ "Font Family": "Lettertype",
53
+ "Font Sizes": "Tekengrootte",
54
+ "Class": "Class",
55
+ "Browse for an image": "Zoek naar een afbeelding",
56
+ "OR": "OF",
57
+ "Drop an image here": "Plaats hier een afbeelding",
58
+ "Upload": "Uploaden",
59
+ "Block": "Blok",
60
+ "Align": "Uitlijnen",
61
+ "Default": "Standaard",
62
+ "Circle": "Cirkel",
63
+ "Disc": "Bolletje",
64
+ "Square": "Vierkant",
65
+ "Lower Alpha": "Kleine letters",
66
+ "Lower Greek": "Griekse letters",
67
+ "Lower Roman": "Romeinse cijfers klein",
68
+ "Upper Alpha": "Hoofdletters",
69
+ "Upper Roman": "Romeinse cijfers groot",
70
+ "Anchor": "Anker",
71
+ "Name": "Naam",
72
+ "Id": "ID",
73
+ "Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "ID moet beginnen met een letter, gevolgd door letters, nummers, streepjes, punten, dubbele punten of underscores.",
74
+ "You have unsaved changes are you sure you want to navigate away?": "U hebt niet alles opgeslagen bent u zeker dat u de pagina wenst te verlaten?",
75
+ "Restore last draft": "Herstel het laatste concept",
76
+ "Special character": "Speciale karakters",
77
+ "Source code": "Broncode",
78
+ "Insert\/Edit code sample": "Broncode invoegen\/bewerken",
79
+ "Language": "Programmeertaal",
80
+ "Code sample": "Broncode voorbeeld",
81
+ "Color": "Kleur",
82
+ "R": "Rood",
83
+ "G": "Groen",
84
+ "B": "Blauw",
85
+ "Left to right": "Links naar rechts",
86
+ "Right to left": "Rechts naar links",
87
+ "Emoticons": "Emoticons",
88
+ "Document properties": "Document eigenschappen",
89
+ "Title": "Titel",
90
+ "Keywords": "Sleutelwoorden",
91
+ "Description": "Omschrijving",
92
+ "Robots": "Robots",
93
+ "Author": "Auteur",
94
+ "Encoding": "Codering",
95
+ "Fullscreen": "Volledig scherm",
96
+ "Action": "Actie",
97
+ "Shortcut": "Snelkoppeling",
98
+ "Help": "Help",
99
+ "Address": "Adres",
100
+ "Focus to menubar": "Menubalk selecteren",
101
+ "Focus to toolbar": "Werkbalk selecteren",
102
+ "Focus to element path": "Element pad selecteren",
103
+ "Focus to contextual toolbar": "Contextuele werkbalk selecteren",
104
+ "Insert link (if link plugin activated)": "Link invoegen (als link plug-in geactiveerd is)",
105
+ "Save (if save plugin activated)": "Opslaan (als opslaan plug-in ingeschakeld is)",
106
+ "Find (if searchreplace plugin activated)": "Zoeken (als zoeken\/vervangen plug-in ingeschakeld is)",
107
+ "Plugins installed ({0}):": "Plug-ins ge\u00efnstalleerd ({0}):",
108
+ "Premium plugins:": "Premium plug-ins:",
109
+ "Learn more...": "Leer meer...",
110
+ "You are using {0}": "Je gebruikt {0}",
111
+ "Plugins": "Plug-ins",
112
+ "Handy Shortcuts": "Handige snelkoppelingen",
113
+ "Horizontal line": "Horizontale lijn",
114
+ "Insert\/edit image": "Afbeelding invoegen\/bewerken",
115
+ "Image description": "Afbeelding omschrijving",
116
+ "Source": "Bron",
117
+ "Dimensions": "Afmetingen",
118
+ "Constrain proportions": "Verhoudingen behouden",
119
+ "General": "Algemeen",
120
+ "Advanced": "Geavanceerd",
121
+ "Style": "Stijl",
122
+ "Vertical space": "Verticale ruimte",
123
+ "Horizontal space": "Horizontale ruimte",
124
+ "Border": "Rand",
125
+ "Insert image": "Afbeelding invoegen",
126
+ "Image": "Afbeelding",
127
+ "Image list": "Afbeeldingenlijst",
128
+ "Rotate counterclockwise": "Linksom draaien",
129
+ "Rotate clockwise": "Rechtsom draaien",
130
+ "Flip vertically": "Verticaal spiegelen",
131
+ "Flip horizontally": "Horizontaal spiegelen",
132
+ "Edit image": "Bewerk afbeelding",
133
+ "Image options": "Afbeelding opties",
134
+ "Zoom in": "Inzoomen",
135
+ "Zoom out": "Uitzoomen",
136
+ "Crop": "Uitsnijden",
137
+ "Resize": "Formaat aanpassen",
138
+ "Orientation": "Orientatie",
139
+ "Brightness": "Helderheid",
140
+ "Sharpen": "Scherpte",
141
+ "Contrast": "Contrast",
142
+ "Color levels": "Kleurniveau's",
143
+ "Gamma": "Gamma",
144
+ "Invert": "Omkeren",
145
+ "Apply": "Toepassen",
146
+ "Back": "Terug",
147
+ "Insert date\/time": "Voeg datum\/tijd in",
148
+ "Date\/time": "Datum\/tijd",
149
+ "Insert link": "Hyperlink invoegen",
150
+ "Insert\/edit link": "Hyperlink invoegen\/bewerken",
151
+ "Text to display": "Linktekst",
152
+ "Url": "Url",
153
+ "Target": "Doel",
154
+ "None": "Geen",
155
+ "New window": "Nieuw venster",
156
+ "Remove link": "Link verwijderen",
157
+ "Anchors": "Anker",
158
+ "Link": "Link",
159
+ "Paste or type a link": "Plak of typ een link",
160
+ "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "De ingegeven URL lijkt op een e-mailadres. Wil je er \"mailto:\" aan toevoegen?",
161
+ "The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "De ingegeven URL verwijst naar een extern adres. Wil je er \"http:\/\/\" aan toevoegen?",
162
+ "Link list": "Linklijst",
163
+ "Insert video": "Video invoegen",
164
+ "Insert\/edit video": "Video invoegen\/bewerken",
165
+ "Insert\/edit media": "Media invoegen\/bewerken",
166
+ "Alternative source": "Alternatieve bron",
167
+ "Poster": "Poster",
168
+ "Paste your embed code below:": "Plak u in te sluiten code hieronder:",
169
+ "Embed": "Insluiten",
170
+ "Media": "Media",
171
+ "Nonbreaking space": "Vaste spatie invoegen",
172
+ "Page break": "Pagina einde",
173
+ "Paste as text": "Plakken als tekst",
174
+ "Preview": "Voorbeeld",
175
+ "Print": "Print",
176
+ "Save": "Opslaan",
177
+ "Find": "Zoeken",
178
+ "Replace with": "Vervangen door",
179
+ "Replace": "Vervangen",
180
+ "Replace all": "Alles vervangen",
181
+ "Prev": "Vorige",
182
+ "Next": "Volgende",
183
+ "Find and replace": "Zoek en vervang",
184
+ "Could not find the specified string.": "Geen resultaten gevonden",
185
+ "Match case": "Identieke hoofd\/kleine letters",
186
+ "Whole words": "Alleen hele woorden",
187
+ "Spellcheck": "Spellingscontrole",
188
+ "Ignore": "Negeren",
189
+ "Ignore all": "Alles negeren",
190
+ "Finish": "Einde",
191
+ "Add to Dictionary": "Toevoegen aan woordenlijst",
192
+ "Insert table": "Tabel invoegen",
193
+ "Table properties": "Tabel eigenschappen",
194
+ "Delete table": "Verwijder tabel",
195
+ "Cell": "Cel",
196
+ "Row": "Rij",
197
+ "Column": "Kolom",
198
+ "Cell properties": "Cel eigenschappen",
199
+ "Merge cells": "Cellen samenvoegen",
200
+ "Split cell": "Cel splitsen",
201
+ "Insert row before": "Voeg rij boven toe",
202
+ "Insert row after": "Voeg rij onder toe",
203
+ "Delete row": "Verwijder rij",
204
+ "Row properties": "Rij eigenschappen",
205
+ "Cut row": "Knip rij",
206
+ "Copy row": "Kopieer rij",
207
+ "Paste row before": "Plak rij boven",
208
+ "Paste row after": "Plak rij onder",
209
+ "Insert column before": "Voeg kolom in voor",
210
+ "Insert column after": "Voeg kolom in na",
211
+ "Delete column": "Verwijder kolom",
212
+ "Cols": "Kolommen",
213
+ "Rows": "Rijen",
214
+ "Width": "Breedte",
215
+ "Height": "Hoogte",
216
+ "Cell spacing": "Celruimte",
217
+ "Cell padding": "Ruimte binnen cel",
218
+ "Caption": "Onderschrift",
219
+ "Left": "Links",
220
+ "Center": "Midden",
221
+ "Right": "Rechts",
222
+ "Cell type": "Celtype",
223
+ "Scope": "Bereik",
224
+ "Alignment": "Uitlijning",
225
+ "H Align": "Links uitlijnen",
226
+ "V Align": "Boven uitlijnen",
227
+ "Top": "Bovenaan",
228
+ "Middle": "Centreren",
229
+ "Bottom": "Onderaan",
230
+ "Header cell": "Kopcel",
231
+ "Row group": "Rijgroep",
232
+ "Column group": "Kolomgroep",
233
+ "Row type": "Rijtype",
234
+ "Header": "Koptekst",
235
+ "Body": "Body",
236
+ "Footer": "Voettekst",
237
+ "Border color": "Randkleur",
238
+ "Insert template": "Sjabloon invoegen",
239
+ "Templates": "Sjablonen",
240
+ "Template": "Sjabloon",
241
+ "Text color": "Tekstkleur",
242
+ "Background color": "Achtergrondkleur",
243
+ "Custom...": "Eigen...",
244
+ "Custom color": "Eigen kleur",
245
+ "No color": "Geen kleur",
246
+ "Table of Contents": "Inhoudsopgave",
247
+ "Show blocks": "Blokken tonen",
248
+ "Show invisible characters": "Onzichtbare karakters tonen",
249
+ "Words: {0}": "Woorden: {0}",
250
+ "{0} words": "{0} woorden",
251
+ "File": "Bestand",
252
+ "Edit": "Bewerken",
253
+ "Insert": "Invoegen",
254
+ "View": "Beeld",
255
+ "Format": "Opmaak",
256
+ "Table": "Tabel",
257
+ "Tools": "Gereedschap",
258
+ "Powered by {0}": "Gemaakt door {0}",
259
+ "Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Rich Text Area. Druk ALT-F9 voor het menu. Druk ALT-F10 voor de toolbar. Druk ALT-0 voor help."
260
+ });