alchemy_i18n 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/LICENSE +20 -0
- data/README.md +67 -0
- data/app/assets/javascripts/alchemy_i18n.js +21 -0
- data/app/assets/javascripts/alchemy_i18n/de.js +28 -0
- data/app/assets/javascripts/alchemy_i18n/es.js +28 -0
- data/app/assets/javascripts/alchemy_i18n/fr.js +28 -0
- data/app/assets/javascripts/alchemy_i18n/it.js +28 -0
- data/app/assets/javascripts/alchemy_i18n/nl.js +28 -0
- data/app/assets/javascripts/alchemy_i18n/ru.js +28 -0
- data/app/assets/javascripts/alchemy_i18n/zh-CN.js +28 -0
- data/config/locales/alchemy.de.yml +836 -0
- data/config/locales/alchemy.es.yml +818 -0
- data/config/locales/alchemy.fr.yml +845 -0
- data/config/locales/alchemy.it.yml +815 -0
- data/config/locales/alchemy.nl.yml +815 -0
- data/config/locales/alchemy.pl.yml +823 -0
- data/config/locales/alchemy.ru.yml +843 -0
- data/config/locales/alchemy.zh-CN.yml +832 -0
- data/lib/alchemy_i18n.rb +1 -0
- data/lib/alchemy_i18n/engine.rb +4 -0
- data/lib/alchemy_i18n/version.rb +3 -0
- data/vendor/assets/javascripts/flatpickr/de.js +34 -0
- data/vendor/assets/javascripts/flatpickr/es.js +34 -0
- data/vendor/assets/javascripts/flatpickr/fr.js +38 -0
- data/vendor/assets/javascripts/flatpickr/it.js +37 -0
- data/vendor/assets/javascripts/flatpickr/nl.js +38 -0
- data/vendor/assets/javascripts/flatpickr/pl.js +37 -0
- data/vendor/assets/javascripts/flatpickr/ru.js +39 -0
- data/vendor/assets/javascripts/flatpickr/zh.js +33 -0
- data/vendor/assets/javascripts/tinymce/langs/de.js +260 -0
- data/vendor/assets/javascripts/tinymce/langs/es.js +253 -0
- data/vendor/assets/javascripts/tinymce/langs/fr.js +260 -0
- data/vendor/assets/javascripts/tinymce/langs/it.js +260 -0
- data/vendor/assets/javascripts/tinymce/langs/nl.js +260 -0
- data/vendor/assets/javascripts/tinymce/langs/ru.js +260 -0
- data/vendor/assets/javascripts/tinymce/langs/zh-CN.js +221 -0
- metadata +99 -0
@@ -0,0 +1,253 @@
|
|
1
|
+
tinymce.addI18n('es',{
|
2
|
+
"Redo": "Rehacer",
|
3
|
+
"Undo": "Deshacer",
|
4
|
+
"Cut": "Cortar",
|
5
|
+
"Copy": "Copiar",
|
6
|
+
"Paste": "Pegar",
|
7
|
+
"Select all": "Seleccionar todo",
|
8
|
+
"New document": "Nuevo documento",
|
9
|
+
"Ok": "Ok",
|
10
|
+
"Cancel": "Cancelar",
|
11
|
+
"Visual aids": "Ayudas visuales",
|
12
|
+
"Bold": "Negrita",
|
13
|
+
"Italic": "It\u00e1lica",
|
14
|
+
"Underline": "Subrayado",
|
15
|
+
"Strikethrough": "Tachado",
|
16
|
+
"Superscript": "Super\u00edndice",
|
17
|
+
"Subscript": "Sub\u00edndice",
|
18
|
+
"Clear formatting": "Limpiar formato",
|
19
|
+
"Align left": "Alinear a la izquierda",
|
20
|
+
"Align center": "Alinear al centro",
|
21
|
+
"Align right": "Alinear a la derecha",
|
22
|
+
"Justify": "Justificar",
|
23
|
+
"Bullet list": "Lista de vi\u00f1etas",
|
24
|
+
"Numbered list": "Lista numerada",
|
25
|
+
"Decrease indent": "Disminuir sangr\u00eda",
|
26
|
+
"Increase indent": "Incrementar sangr\u00eda",
|
27
|
+
"Close": "Cerrar",
|
28
|
+
"Formats": "Formatos",
|
29
|
+
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Tu navegador no soporta acceso directo al portapapeles. Por favor usa las teclas Crtl+X\/C\/V de tu teclado",
|
30
|
+
"Headers": "Encabezados",
|
31
|
+
"Header 1": "Encabezado 1",
|
32
|
+
"Header 2": "Encabezado 2 ",
|
33
|
+
"Header 3": "Encabezado 3",
|
34
|
+
"Header 4": "Encabezado 4",
|
35
|
+
"Header 5": "Encabezado 5 ",
|
36
|
+
"Header 6": "Encabezado 6",
|
37
|
+
"Headings": "Encabezados",
|
38
|
+
"Heading 1": "Encabezado 1",
|
39
|
+
"Heading 2": "Encabezado 2",
|
40
|
+
"Heading 3": "Encabezado 3",
|
41
|
+
"Heading 4": "Encabezado 4",
|
42
|
+
"Heading 5": "Encabezado 5",
|
43
|
+
"Heading 6": "Encabezado 6",
|
44
|
+
"Div": "Capa",
|
45
|
+
"Pre": "Pre",
|
46
|
+
"Code": "C\u00f3digo",
|
47
|
+
"Paragraph": "P\u00e1rrafo",
|
48
|
+
"Blockquote": "Bloque de cita",
|
49
|
+
"Inline": "en l\u00ednea",
|
50
|
+
"Blocks": "Bloques",
|
51
|
+
"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Pegar est\u00e1 ahora en modo de texto plano. El contenido se pegar\u00e1 como texto plano hasta que desactive esta opci\u00f3n.",
|
52
|
+
"Font Family": "Familia de fuentes",
|
53
|
+
"Font Sizes": "Tama\u00f1os de fuente",
|
54
|
+
"Class": "Clase",
|
55
|
+
"Browse for an image": "Exporador de imagenes",
|
56
|
+
"OR": "\u00d3",
|
57
|
+
"Drop an image here": "Arrastre una imagen aqu\u00ed",
|
58
|
+
"Upload": "Subir",
|
59
|
+
"Default": "Por defecto",
|
60
|
+
"Circle": "C\u00edrculo",
|
61
|
+
"Disc": "Disco",
|
62
|
+
"Square": "Cuadrado",
|
63
|
+
"Lower Alpha": "Inferior Alfa",
|
64
|
+
"Lower Greek": "Inferior Griega",
|
65
|
+
"Lower Roman": "Inferior Romana",
|
66
|
+
"Upper Alpha": "Superior Alfa",
|
67
|
+
"Upper Roman": "Superior Romana",
|
68
|
+
"Anchor": "Ancla",
|
69
|
+
"Name": "Nombre",
|
70
|
+
"Id": "Id",
|
71
|
+
"Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "Deber\u00eda comenzar por una letra, seguida solo de letras, n\u00fameros, guiones, puntos, dos puntos o guiones bajos.",
|
72
|
+
"You have unsaved changes are you sure you want to navigate away?": "Tiene cambios sin guardar. \u00bfEst\u00e1 seguro de que quiere salir?",
|
73
|
+
"Restore last draft": "Restaurar el \u00faltimo borrador",
|
74
|
+
"Special character": "Car\u00e1cter especial",
|
75
|
+
"Source code": "C\u00f3digo fuente",
|
76
|
+
"Insert\/Edit code sample": "Insertar\/editar c\u00f3digo de prueba",
|
77
|
+
"Language": "Idioma",
|
78
|
+
"Color": "Color",
|
79
|
+
"R": "R",
|
80
|
+
"G": "V",
|
81
|
+
"B": "A",
|
82
|
+
"Left to right": "De izquierda a derecha",
|
83
|
+
"Right to left": "De derecha a izquierda",
|
84
|
+
"Emoticons": "Emoticonos",
|
85
|
+
"Document properties": "Propiedades del documento",
|
86
|
+
"Title": "T\u00edtulo",
|
87
|
+
"Keywords": "Palabras clave",
|
88
|
+
"Description": "Descripci\u00f3n",
|
89
|
+
"Robots": "Robots",
|
90
|
+
"Author": "Autor",
|
91
|
+
"Encoding": "Codificaci\u00f3n",
|
92
|
+
"Fullscreen": "Pantalla completa",
|
93
|
+
"Action": "Acci\u00f3n",
|
94
|
+
"Shortcut": "Atajo",
|
95
|
+
"Help": "Ayuda",
|
96
|
+
"Address": "Direcci\u00f3n",
|
97
|
+
"Focus to menubar": "Enfocar la barra del men\u00fa",
|
98
|
+
"Focus to toolbar": "Enfocar la barra de herramientas",
|
99
|
+
"Focus to element path": "Enfocar la ruta del elemento",
|
100
|
+
"Focus to contextual toolbar": "Enfocar la barra de herramientas contextual",
|
101
|
+
"Insert link (if link plugin activated)": "Insertar enlace (si el complemento de enlace est\u00e1 activado)",
|
102
|
+
"Save (if save plugin activated)": "Guardar (si el componente de salvar est\u00e1 activado)",
|
103
|
+
"Find (if searchreplace plugin activated)": "Buscar (si el complemento buscar-remplazar est\u00e1 activado)",
|
104
|
+
"Plugins installed ({0}):": "Plugins instalados ({0}):",
|
105
|
+
"Premium plugins:": "Complementos premium:",
|
106
|
+
"Learn more...": "Aprende m\u00e1s...",
|
107
|
+
"You are using {0}": "Estas usando {0}",
|
108
|
+
"Horizontal line": "L\u00ednea horizontal",
|
109
|
+
"Insert\/edit image": "Insertar\/editar imagen",
|
110
|
+
"Image description": "Descripci\u00f3n de la imagen",
|
111
|
+
"Source": "Enlace",
|
112
|
+
"Dimensions": "Dimensiones",
|
113
|
+
"Constrain proportions": "Restringir proporciones",
|
114
|
+
"General": "General",
|
115
|
+
"Advanced": "Avanzado",
|
116
|
+
"Style": "Estilo",
|
117
|
+
"Vertical space": "Espacio vertical",
|
118
|
+
"Horizontal space": "Espacio horizontal",
|
119
|
+
"Border": "Borde",
|
120
|
+
"Insert image": "Insertar imagen",
|
121
|
+
"Image": "Imagen",
|
122
|
+
"Image list": "Image list",
|
123
|
+
"Rotate counterclockwise": "Girar a la izquierda",
|
124
|
+
"Rotate clockwise": "Girar a la derecha",
|
125
|
+
"Flip vertically": "Invertir verticalmente",
|
126
|
+
"Flip horizontally": "Invertir horizontalmente",
|
127
|
+
"Edit image": "Editar imagen",
|
128
|
+
"Image options": "Opciones de imagen",
|
129
|
+
"Zoom in": "Acercar",
|
130
|
+
"Zoom out": "Alejar",
|
131
|
+
"Crop": "Recortar",
|
132
|
+
"Resize": "Redimensionar",
|
133
|
+
"Orientation": "Orientaci\u00f3n",
|
134
|
+
"Brightness": "Brillo",
|
135
|
+
"Sharpen": "Forma",
|
136
|
+
"Contrast": "Contraste",
|
137
|
+
"Color levels": "Niveles de color",
|
138
|
+
"Gamma": "Gamma",
|
139
|
+
"Invert": "Invertir",
|
140
|
+
"Apply": "Aplicar",
|
141
|
+
"Back": "Atr\u00e1s",
|
142
|
+
"Insert date\/time": "Insertar fecha\/hora",
|
143
|
+
"Date\/time": "Fecha\/hora",
|
144
|
+
"Insert link": "Insertar enlace",
|
145
|
+
"Insert\/edit link": "Insertar\/editar enlace",
|
146
|
+
"Text to display": "Texto para mostrar",
|
147
|
+
"Url": "URL",
|
148
|
+
"Target": "Destino",
|
149
|
+
"None": "Ninguno",
|
150
|
+
"New window": "Nueva ventana",
|
151
|
+
"Remove link": "Quitar enlace",
|
152
|
+
"Anchors": "Anclas",
|
153
|
+
"Link": "Enlace",
|
154
|
+
"Paste or type a link": "Pega o introduce un enlace",
|
155
|
+
"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "El enlace que has introducido no parece ser una direcci\u00f3n de correo electr\u00f3nico. Quieres a\u00f1adir el prefijo necesario mailto: ?",
|
156
|
+
"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "El enlace que has introducido no parece ser una enlace externo. Quieres a\u00f1adir el prefijo necesario http:\/\/ ?",
|
157
|
+
"Link list": "Lista de enlaces",
|
158
|
+
"Insert video": "Insertar video",
|
159
|
+
"Insert\/edit video": "Insertar\/editar video",
|
160
|
+
"Insert\/edit media": "Insertar\/editar medio",
|
161
|
+
"Alternative source": "Enlace alternativo",
|
162
|
+
"Poster": "Miniatura",
|
163
|
+
"Paste your embed code below:": "Pega tu c\u00f3digo embebido debajo",
|
164
|
+
"Embed": "Incrustado",
|
165
|
+
"Media": "Media",
|
166
|
+
"Nonbreaking space": "Espacio fijo",
|
167
|
+
"Page break": "Salto de p\u00e1gina",
|
168
|
+
"Paste as text": "Pegar como texto",
|
169
|
+
"Preview": "Previsualizar",
|
170
|
+
"Print": "Imprimir",
|
171
|
+
"Save": "Guardar",
|
172
|
+
"Find": "Buscar",
|
173
|
+
"Replace with": "Reemplazar con",
|
174
|
+
"Replace": "Reemplazar",
|
175
|
+
"Replace all": "Reemplazar todo",
|
176
|
+
"Prev": "Anterior",
|
177
|
+
"Next": "Siguiente",
|
178
|
+
"Find and replace": "Buscar y reemplazar",
|
179
|
+
"Could not find the specified string.": "No se encuentra la cadena de texto especificada",
|
180
|
+
"Match case": "Coincidencia exacta",
|
181
|
+
"Whole words": "Palabras completas",
|
182
|
+
"Spellcheck": "Corrector ortogr\u00e1fico",
|
183
|
+
"Ignore": "Ignorar",
|
184
|
+
"Ignore all": "Ignorar todos",
|
185
|
+
"Finish": "Finalizar",
|
186
|
+
"Add to Dictionary": "A\u00f1adir al Diccionario",
|
187
|
+
"Insert table": "Insertar tabla",
|
188
|
+
"Table properties": "Propiedades de la tabla",
|
189
|
+
"Delete table": "Eliminar tabla",
|
190
|
+
"Cell": "Celda",
|
191
|
+
"Row": "Fila",
|
192
|
+
"Column": "Columna",
|
193
|
+
"Cell properties": "Propiedades de la celda",
|
194
|
+
"Merge cells": "Combinar celdas",
|
195
|
+
"Split cell": "Dividir celdas",
|
196
|
+
"Insert row before": "Insertar fila antes",
|
197
|
+
"Insert row after": "Insertar fila despu\u00e9s ",
|
198
|
+
"Delete row": "Eliminar fila",
|
199
|
+
"Row properties": "Propiedades de la fila",
|
200
|
+
"Cut row": "Cortar fila",
|
201
|
+
"Copy row": "Copiar fila",
|
202
|
+
"Paste row before": "Pegar la fila antes",
|
203
|
+
"Paste row after": "Pegar la fila despu\u00e9s",
|
204
|
+
"Insert column before": "Insertar columna antes",
|
205
|
+
"Insert column after": "Insertar columna despu\u00e9s",
|
206
|
+
"Delete column": "Eliminar columna",
|
207
|
+
"Cols": "Columnas",
|
208
|
+
"Rows": "Filas",
|
209
|
+
"Width": "Ancho",
|
210
|
+
"Height": "Alto",
|
211
|
+
"Cell spacing": "Espacio entre celdas",
|
212
|
+
"Cell padding": "Relleno de celda",
|
213
|
+
"Caption": "Subt\u00edtulo",
|
214
|
+
"Left": "Izquierda",
|
215
|
+
"Center": "Centrado",
|
216
|
+
"Right": "Derecha",
|
217
|
+
"Cell type": "Tipo de celda",
|
218
|
+
"Scope": "\u00c1mbito",
|
219
|
+
"Alignment": "Alineaci\u00f3n",
|
220
|
+
"H Align": "Alineamiento Horizontal",
|
221
|
+
"V Align": "Alineamiento Vertical",
|
222
|
+
"Top": "Arriba",
|
223
|
+
"Middle": "Centro",
|
224
|
+
"Bottom": "Abajo",
|
225
|
+
"Header cell": "Celda de la cebecera",
|
226
|
+
"Row group": "Grupo de filas",
|
227
|
+
"Column group": "Grupo de columnas",
|
228
|
+
"Row type": "Tipo de fila",
|
229
|
+
"Header": "Cabecera",
|
230
|
+
"Body": "Cuerpo",
|
231
|
+
"Footer": "Pie de p\u00e1gina",
|
232
|
+
"Border color": "Color del borde",
|
233
|
+
"Insert template": "Insertar plantilla",
|
234
|
+
"Templates": "Plantillas",
|
235
|
+
"Template": "Template",
|
236
|
+
"Text color": "Color del texto",
|
237
|
+
"Background color": "Color de fondo",
|
238
|
+
"Custom...": "Personalizar...",
|
239
|
+
"Custom color": "Color personalizado",
|
240
|
+
"No color": "Sin color",
|
241
|
+
"Table of Contents": "Tabla de contenidos",
|
242
|
+
"Show blocks": "Mostrar bloques",
|
243
|
+
"Show invisible characters": "Mostrar caracteres invisibles",
|
244
|
+
"Words: {0}": "Palabras: {0}",
|
245
|
+
"File": "Archivo",
|
246
|
+
"Edit": "Editar",
|
247
|
+
"Insert": "Insertar",
|
248
|
+
"View": "Ver",
|
249
|
+
"Format": "Formato",
|
250
|
+
"Table": "Tabla",
|
251
|
+
"Tools": "Herramientas",
|
252
|
+
"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\u00c1rea de texto enriquecido. Pulse ALT-F9 para el menu. Pulse ALT-F10 para la barra de herramientas. Pulse ALT-0 para ayuda"
|
253
|
+
});
|
@@ -0,0 +1,260 @@
|
|
1
|
+
tinymce.addI18n('fr_FR',{
|
2
|
+
"Redo": "R\u00e9tablir",
|
3
|
+
"Undo": "Annuler",
|
4
|
+
"Cut": "Couper",
|
5
|
+
"Copy": "Copier",
|
6
|
+
"Paste": "Coller",
|
7
|
+
"Select all": "Tout s\u00e9lectionner",
|
8
|
+
"New document": "Nouveau document",
|
9
|
+
"Ok": "Ok",
|
10
|
+
"Cancel": "Annuler",
|
11
|
+
"Visual aids": "Aides visuelle",
|
12
|
+
"Bold": "Gras",
|
13
|
+
"Italic": "Italique",
|
14
|
+
"Underline": "Soulign\u00e9",
|
15
|
+
"Strikethrough": "Barr\u00e9",
|
16
|
+
"Superscript": "Exposant",
|
17
|
+
"Subscript": "Indice",
|
18
|
+
"Clear formatting": "Effacer la mise en forme",
|
19
|
+
"Align left": "Aligner \u00e0 gauche",
|
20
|
+
"Align center": "Centrer",
|
21
|
+
"Align right": "Aligner \u00e0 droite",
|
22
|
+
"Justify": "Justifier",
|
23
|
+
"Bullet list": "Puces",
|
24
|
+
"Numbered list": "Num\u00e9rotation",
|
25
|
+
"Decrease indent": "Diminuer le retrait",
|
26
|
+
"Increase indent": "Augmenter le retrait",
|
27
|
+
"Close": "Fermer",
|
28
|
+
"Formats": "Formats",
|
29
|
+
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Votre navigateur ne supporte pas la copie directe. Merci d'utiliser les touches Ctrl+X\/C\/V.",
|
30
|
+
"Headers": "Titres",
|
31
|
+
"Header 1": "Titre 1",
|
32
|
+
"Header 2": "Titre 2",
|
33
|
+
"Header 3": "Titre 3",
|
34
|
+
"Header 4": "Titre 4",
|
35
|
+
"Header 5": "Titre 5",
|
36
|
+
"Header 6": "Titre 6",
|
37
|
+
"Headings": "En-t\u00eates",
|
38
|
+
"Heading 1": "En-t\u00eate 1",
|
39
|
+
"Heading 2": "En-t\u00eate 2",
|
40
|
+
"Heading 3": "En-t\u00eate 3",
|
41
|
+
"Heading 4": "En-t\u00eate 4",
|
42
|
+
"Heading 5": "En-t\u00eate 5",
|
43
|
+
"Heading 6": "En-t\u00eate 6",
|
44
|
+
"Div": "Div",
|
45
|
+
"Pre": "Pre",
|
46
|
+
"Code": "Code",
|
47
|
+
"Paragraph": "Paragraphe",
|
48
|
+
"Blockquote": "Citation",
|
49
|
+
"Inline": "En ligne",
|
50
|
+
"Blocks": "Blocs",
|
51
|
+
"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Le presse-papiers est maintenant en mode \"texte plein\". Les contenus seront coll\u00e9s sans retenir les formatages jusqu'\u00e0 ce que vous d\u00e9sactiviez cette option.",
|
52
|
+
"Font Family": "Police",
|
53
|
+
"Font Sizes": "Taille de police",
|
54
|
+
"Class": "Classe",
|
55
|
+
"Browse for an image": "Parcourir pour s\u00e9lectionner une image",
|
56
|
+
"OR": "OU",
|
57
|
+
"Drop an image here": "Glisser une image ici",
|
58
|
+
"Upload": "D\u00e9poser",
|
59
|
+
"Block": "Bloquer",
|
60
|
+
"Align": "Aligner",
|
61
|
+
"Default": "Par d\u00e9faut",
|
62
|
+
"Circle": "Cercle",
|
63
|
+
"Disc": "Disque",
|
64
|
+
"Square": "Carr\u00e9",
|
65
|
+
"Lower Alpha": "Alpha minuscule",
|
66
|
+
"Lower Greek": "Grec minuscule",
|
67
|
+
"Lower Roman": "Romain minuscule",
|
68
|
+
"Upper Alpha": "Alpha majuscule",
|
69
|
+
"Upper Roman": "Romain majuscule",
|
70
|
+
"Anchor": "Ancre",
|
71
|
+
"Name": "Nom",
|
72
|
+
"Id": "Id",
|
73
|
+
"Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "L'Id doit commencer par une lettre suivi par des lettres, nombres, tirets, points, deux-points ou underscores",
|
74
|
+
"You have unsaved changes are you sure you want to navigate away?": "Vous avez des modifications non enregistr\u00e9es, \u00eates-vous s\u00fbr de quitter la page?",
|
75
|
+
"Restore last draft": "Restaurer le dernier brouillon",
|
76
|
+
"Special character": "Caract\u00e8res sp\u00e9ciaux",
|
77
|
+
"Source code": "Code source",
|
78
|
+
"Insert\/Edit code sample": "Ins\u00e9rer \/ modifier une exemple de code",
|
79
|
+
"Language": "Langue",
|
80
|
+
"Code sample": "Extrait de code",
|
81
|
+
"Color": "Couleur",
|
82
|
+
"R": "R",
|
83
|
+
"G": "V",
|
84
|
+
"B": "B",
|
85
|
+
"Left to right": "Gauche \u00e0 droite",
|
86
|
+
"Right to left": "Droite \u00e0 gauche",
|
87
|
+
"Emoticons": "Emotic\u00f4nes",
|
88
|
+
"Document properties": "Propri\u00e9t\u00e9 du document",
|
89
|
+
"Title": "Titre",
|
90
|
+
"Keywords": "Mots-cl\u00e9s",
|
91
|
+
"Description": "Description",
|
92
|
+
"Robots": "Robots",
|
93
|
+
"Author": "Auteur",
|
94
|
+
"Encoding": "Encodage",
|
95
|
+
"Fullscreen": "Plein \u00e9cran",
|
96
|
+
"Action": "Action",
|
97
|
+
"Shortcut": "Raccourci",
|
98
|
+
"Help": "Aide",
|
99
|
+
"Address": "Adresse",
|
100
|
+
"Focus to menubar": "Cibler la barre de menu",
|
101
|
+
"Focus to toolbar": "Cibler la barre d'outils",
|
102
|
+
"Focus to element path": "Cibler le chemin vers l'\u00e9l\u00e9ment",
|
103
|
+
"Focus to contextual toolbar": "Cibler la barre d'outils contextuelle",
|
104
|
+
"Insert link (if link plugin activated)": "Ins\u00e9rer un lien (si le module link est activ\u00e9)",
|
105
|
+
"Save (if save plugin activated)": "Enregistrer (si le module save est activ\u00e9)",
|
106
|
+
"Find (if searchreplace plugin activated)": "Rechercher (si le module searchreplace est activ\u00e9)",
|
107
|
+
"Plugins installed ({0}):": "Modules install\u00e9s ({0}) : ",
|
108
|
+
"Premium plugins:": "Modules premium :",
|
109
|
+
"Learn more...": "En savoir plus...",
|
110
|
+
"You are using {0}": "Vous utilisez {0}",
|
111
|
+
"Plugins": "Plugins",
|
112
|
+
"Handy Shortcuts": "Raccourci",
|
113
|
+
"Horizontal line": "Ligne horizontale",
|
114
|
+
"Insert\/edit image": "Ins\u00e9rer\/modifier une image",
|
115
|
+
"Image description": "Description de l'image",
|
116
|
+
"Source": "Source",
|
117
|
+
"Dimensions": "Dimensions",
|
118
|
+
"Constrain proportions": "Conserver les proportions",
|
119
|
+
"General": "G\u00e9n\u00e9ral",
|
120
|
+
"Advanced": "Avanc\u00e9",
|
121
|
+
"Style": "Style",
|
122
|
+
"Vertical space": "Espacement vertical",
|
123
|
+
"Horizontal space": "Espacement horizontal",
|
124
|
+
"Border": "Bordure",
|
125
|
+
"Insert image": "Ins\u00e9rer une image",
|
126
|
+
"Image": "Image",
|
127
|
+
"Image list": "Liste d'images",
|
128
|
+
"Rotate counterclockwise": "Rotation anti-horaire",
|
129
|
+
"Rotate clockwise": "Rotation horaire",
|
130
|
+
"Flip vertically": "Retournement vertical",
|
131
|
+
"Flip horizontally": "Retournement horizontal",
|
132
|
+
"Edit image": "Modifier l'image",
|
133
|
+
"Image options": "Options de l'image",
|
134
|
+
"Zoom in": "Zoomer",
|
135
|
+
"Zoom out": "D\u00e9zoomer",
|
136
|
+
"Crop": "Rogner",
|
137
|
+
"Resize": "Redimensionner",
|
138
|
+
"Orientation": "Orientation",
|
139
|
+
"Brightness": "Luminosit\u00e9",
|
140
|
+
"Sharpen": "Affiner",
|
141
|
+
"Contrast": "Contraste",
|
142
|
+
"Color levels": "Niveaux de couleur",
|
143
|
+
"Gamma": "Gamma",
|
144
|
+
"Invert": "Inverser",
|
145
|
+
"Apply": "Appliquer",
|
146
|
+
"Back": "Retour",
|
147
|
+
"Insert date\/time": "Ins\u00e9rer date\/heure",
|
148
|
+
"Date\/time": "Date\/heure",
|
149
|
+
"Insert link": "Ins\u00e9rer un lien",
|
150
|
+
"Insert\/edit link": "Ins\u00e9rer\/modifier un lien",
|
151
|
+
"Text to display": "Texte \u00e0 afficher",
|
152
|
+
"Url": "Url",
|
153
|
+
"Target": "Cible",
|
154
|
+
"None": "n\/a",
|
155
|
+
"New window": "Nouvelle fen\u00eatre",
|
156
|
+
"Remove link": "Enlever le lien",
|
157
|
+
"Anchors": "Ancres",
|
158
|
+
"Link": "Lien",
|
159
|
+
"Paste or type a link": "Coller ou taper un lien",
|
160
|
+
"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "L'URL que vous avez entr\u00e9e semble \u00eatre une adresse e-mail. Voulez-vous ajouter le pr\u00e9fixe mailto: n\u00e9cessaire?",
|
161
|
+
"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "L'URL que vous avez entr\u00e9e semble \u00eatre un lien externe. Voulez-vous ajouter le pr\u00e9fixe http:\/\/ n\u00e9cessaire?",
|
162
|
+
"Link list": "Liste de liens",
|
163
|
+
"Insert video": "Ins\u00e9rer une vid\u00e9o",
|
164
|
+
"Insert\/edit video": "Ins\u00e9rer\/modifier une vid\u00e9o",
|
165
|
+
"Insert\/edit media": "Ins\u00e9rer\/modifier un m\u00e9dia",
|
166
|
+
"Alternative source": "Source alternative",
|
167
|
+
"Poster": "Publier",
|
168
|
+
"Paste your embed code below:": "Collez votre code d'int\u00e9gration ci-dessous :",
|
169
|
+
"Embed": "Int\u00e9grer",
|
170
|
+
"Media": "M\u00e9dia",
|
171
|
+
"Nonbreaking space": "Espace ins\u00e9cable",
|
172
|
+
"Page break": "Saut de page",
|
173
|
+
"Paste as text": "Coller comme texte",
|
174
|
+
"Preview": "Pr\u00e9visualiser",
|
175
|
+
"Print": "Imprimer",
|
176
|
+
"Save": "Enregistrer",
|
177
|
+
"Find": "Chercher",
|
178
|
+
"Replace with": "Remplacer par",
|
179
|
+
"Replace": "Remplacer",
|
180
|
+
"Replace all": "Tout remplacer",
|
181
|
+
"Prev": "Pr\u00e9c ",
|
182
|
+
"Next": "Suiv",
|
183
|
+
"Find and replace": "Trouver et remplacer",
|
184
|
+
"Could not find the specified string.": "Impossible de trouver la cha\u00eene sp\u00e9cifi\u00e9e.",
|
185
|
+
"Match case": "Respecter la casse",
|
186
|
+
"Whole words": "Mots entiers",
|
187
|
+
"Spellcheck": "V\u00e9rification orthographique",
|
188
|
+
"Ignore": "Ignorer",
|
189
|
+
"Ignore all": "Tout ignorer",
|
190
|
+
"Finish": "Finie",
|
191
|
+
"Add to Dictionary": "Ajouter au dictionnaire",
|
192
|
+
"Insert table": "Ins\u00e9rer un tableau",
|
193
|
+
"Table properties": "Propri\u00e9t\u00e9s du tableau",
|
194
|
+
"Delete table": "Supprimer le tableau",
|
195
|
+
"Cell": "Cellule",
|
196
|
+
"Row": "Ligne",
|
197
|
+
"Column": "Colonne",
|
198
|
+
"Cell properties": "Propri\u00e9t\u00e9s de la cellule",
|
199
|
+
"Merge cells": "Fusionner les cellules",
|
200
|
+
"Split cell": "Diviser la cellule",
|
201
|
+
"Insert row before": "Ins\u00e9rer une ligne avant",
|
202
|
+
"Insert row after": "Ins\u00e9rer une ligne apr\u00e8s",
|
203
|
+
"Delete row": "Effacer la ligne",
|
204
|
+
"Row properties": "Propri\u00e9t\u00e9s de la ligne",
|
205
|
+
"Cut row": "Couper la ligne",
|
206
|
+
"Copy row": "Copier la ligne",
|
207
|
+
"Paste row before": "Coller la ligne avant",
|
208
|
+
"Paste row after": "Coller la ligne apr\u00e8s",
|
209
|
+
"Insert column before": "Ins\u00e9rer une colonne avant",
|
210
|
+
"Insert column after": "Ins\u00e9rer une colonne apr\u00e8s",
|
211
|
+
"Delete column": "Effacer la colonne",
|
212
|
+
"Cols": "Colonnes",
|
213
|
+
"Rows": "Lignes",
|
214
|
+
"Width": "Largeur",
|
215
|
+
"Height": "Hauteur",
|
216
|
+
"Cell spacing": "Espacement inter-cellulles",
|
217
|
+
"Cell padding": "Espacement interne cellule",
|
218
|
+
"Caption": "Titre",
|
219
|
+
"Left": "Gauche",
|
220
|
+
"Center": "Centr\u00e9",
|
221
|
+
"Right": "Droite",
|
222
|
+
"Cell type": "Type de cellule",
|
223
|
+
"Scope": "Etendue",
|
224
|
+
"Alignment": "Alignement",
|
225
|
+
"H Align": "Alignement H",
|
226
|
+
"V Align": "Alignement V",
|
227
|
+
"Top": "Haut",
|
228
|
+
"Middle": "Milieu",
|
229
|
+
"Bottom": "Bas",
|
230
|
+
"Header cell": "Cellule d'en-t\u00eate",
|
231
|
+
"Row group": "Groupe de lignes",
|
232
|
+
"Column group": "Groupe de colonnes",
|
233
|
+
"Row type": "Type de ligne",
|
234
|
+
"Header": "En-t\u00eate",
|
235
|
+
"Body": "Corps",
|
236
|
+
"Footer": "Pied",
|
237
|
+
"Border color": "Couleur de la bordure",
|
238
|
+
"Insert template": "Ajouter un th\u00e8me",
|
239
|
+
"Templates": "Th\u00e8mes",
|
240
|
+
"Template": "Mod\u00e8le",
|
241
|
+
"Text color": "Couleur du texte",
|
242
|
+
"Background color": "Couleur d'arri\u00e8re-plan",
|
243
|
+
"Custom...": "Personnalis\u00e9...",
|
244
|
+
"Custom color": "Couleur personnalis\u00e9e",
|
245
|
+
"No color": "Aucune couleur",
|
246
|
+
"Table of Contents": "Table des mati\u00e8res",
|
247
|
+
"Show blocks": "Afficher les blocs",
|
248
|
+
"Show invisible characters": "Afficher les caract\u00e8res invisibles",
|
249
|
+
"Words: {0}": "Mots : {0}",
|
250
|
+
"{0} words": "{0} mots",
|
251
|
+
"File": "Fichier",
|
252
|
+
"Edit": "Editer",
|
253
|
+
"Insert": "Ins\u00e9rer",
|
254
|
+
"View": "Voir",
|
255
|
+
"Format": "Format",
|
256
|
+
"Table": "Tableau",
|
257
|
+
"Tools": "Outils",
|
258
|
+
"Powered by {0}": "Propuls\u00e9 par {0}",
|
259
|
+
"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Zone Texte Riche. Appuyer sur ALT-F9 pour le menu. Appuyer sur ALT-F10 pour la barre d'outils. Appuyer sur ALT-0 pour de l'aide."
|
260
|
+
});
|