tinymce-rails-langs 4.20160310 → 4.20180103
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/vendor/assets/javascripts/tinymce/langs/af_ZA.js +230 -0
- data/vendor/assets/javascripts/tinymce/langs/ar.js +164 -130
- data/vendor/assets/javascripts/tinymce/langs/be.js +12 -1
- data/vendor/assets/javascripts/tinymce/langs/bg_BG.js +164 -130
- data/vendor/assets/javascripts/tinymce/langs/ca.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/cs.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/cy.js +74 -23
- data/vendor/assets/javascripts/tinymce/langs/da.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/de.js +172 -131
- data/vendor/assets/javascripts/tinymce/langs/de_AT.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/dv.js +39 -1
- data/vendor/assets/javascripts/tinymce/langs/el.js +12 -1
- data/vendor/assets/javascripts/tinymce/langs/en_CA.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/en_GB.js +54 -3
- data/vendor/assets/javascripts/tinymce/langs/es.js +164 -130
- data/vendor/assets/javascripts/tinymce/langs/es_MX.js +171 -137
- data/vendor/assets/javascripts/tinymce/langs/et.js +12 -1
- data/vendor/assets/javascripts/tinymce/langs/fa_IR.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/fr_FR.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/ga.js +164 -130
- data/vendor/assets/javascripts/tinymce/langs/gl.js +175 -113
- data/vendor/assets/javascripts/tinymce/langs/he_IL.js +12 -1
- data/vendor/assets/javascripts/tinymce/langs/hr.js +164 -130
- data/vendor/assets/javascripts/tinymce/langs/hu_HU.js +174 -133
- data/vendor/assets/javascripts/tinymce/langs/it.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/ja.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/ka_GE.js +12 -1
- data/vendor/assets/javascripts/tinymce/langs/kab.js +22 -11
- data/vendor/assets/javascripts/tinymce/langs/kk.js +56 -5
- data/vendor/assets/javascripts/tinymce/langs/km_KH.js +166 -132
- data/vendor/assets/javascripts/tinymce/langs/ko_KR.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/lv.js +205 -145
- data/vendor/assets/javascripts/tinymce/langs/nb_NO.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/nl.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/pl.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/pt_BR.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/pt_PT.js +174 -133
- data/vendor/assets/javascripts/tinymce/langs/ro.js +20 -9
- data/vendor/assets/javascripts/tinymce/langs/ru.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/sk.js +165 -131
- data/vendor/assets/javascripts/tinymce/langs/sl_SI.js +34 -1
- data/vendor/assets/javascripts/tinymce/langs/sv_SE.js +172 -131
- data/vendor/assets/javascripts/tinymce/langs/ta.js +176 -135
- data/vendor/assets/javascripts/tinymce/langs/ta_IN.js +177 -136
- data/vendor/assets/javascripts/tinymce/langs/th_TH.js +43 -10
- data/vendor/assets/javascripts/tinymce/langs/tr.js +164 -130
- data/vendor/assets/javascripts/tinymce/langs/tr_TR.js +169 -116
- data/vendor/assets/javascripts/tinymce/langs/uk.js +164 -130
- data/vendor/assets/javascripts/tinymce/langs/uk_UA.js +171 -130
- data/vendor/assets/javascripts/tinymce/langs/uz.js +260 -0
- data/vendor/assets/javascripts/tinymce/langs/vi_VN.js +14 -3
- data/vendor/assets/javascripts/tinymce/langs/zh_CN.js +177 -114
- data/vendor/assets/javascripts/tinymce/langs/zh_TW.js +164 -130
- metadata +5 -4
@@ -1,8 +1,11 @@
|
|
1
1
|
tinymce.addI18n('en_GB',{
|
2
2
|
"Cut": "Cut",
|
3
|
+
"Heading 5": "Heading 5",
|
3
4
|
"Header 2": "Header 2",
|
4
5
|
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.",
|
6
|
+
"Heading 4": "Heading 4",
|
5
7
|
"Div": "Div",
|
8
|
+
"Heading 2": "Heading 2",
|
6
9
|
"Paste": "Paste",
|
7
10
|
"Close": "Close",
|
8
11
|
"Font Family": "Font Family",
|
@@ -11,6 +14,8 @@ tinymce.addI18n('en_GB',{
|
|
11
14
|
"New document": "New document",
|
12
15
|
"Blockquote": "Blockquote",
|
13
16
|
"Numbered list": "Numbered list",
|
17
|
+
"Heading 1": "Heading 1",
|
18
|
+
"Headings": "Headings",
|
14
19
|
"Increase indent": "Increase indent",
|
15
20
|
"Formats": "Formats",
|
16
21
|
"Headers": "Headers",
|
@@ -34,6 +39,8 @@ tinymce.addI18n('en_GB',{
|
|
34
39
|
"Italic": "Italic",
|
35
40
|
"Align center": "Align centre",
|
36
41
|
"Header 5": "Header 5",
|
42
|
+
"Heading 6": "Heading 6",
|
43
|
+
"Heading 3": "Heading 3",
|
37
44
|
"Decrease indent": "Decrease indent",
|
38
45
|
"Header 4": "Header 4",
|
39
46
|
"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.",
|
@@ -53,12 +60,20 @@ tinymce.addI18n('en_GB',{
|
|
53
60
|
"Upper Alpha": "Upper Alpha",
|
54
61
|
"Upper Roman": "Upper Roman",
|
55
62
|
"Lower Roman": "Lower Roman",
|
63
|
+
"Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.",
|
56
64
|
"Name": "Name",
|
57
65
|
"Anchor": "Anchor",
|
66
|
+
"Id": "ID",
|
58
67
|
"You have unsaved changes are you sure you want to navigate away?": "You have unsaved changes are you sure you want to navigate away?",
|
59
68
|
"Restore last draft": "Restore last draft",
|
60
69
|
"Special character": "Special character",
|
61
70
|
"Source code": "Source code",
|
71
|
+
"Language": "Language",
|
72
|
+
"Insert\/Edit code sample": "Insert\/Edit code sample",
|
73
|
+
"B": "B",
|
74
|
+
"R": "R",
|
75
|
+
"G": "G",
|
76
|
+
"Color": "Colour",
|
62
77
|
"Right to left": "Right to left",
|
63
78
|
"Left to right": "Left to right",
|
64
79
|
"Emoticons": "Emoticons",
|
@@ -83,23 +98,48 @@ tinymce.addI18n('en_GB',{
|
|
83
98
|
"Style": "Style",
|
84
99
|
"Dimensions": "Dimensions",
|
85
100
|
"Insert image": "Insert image",
|
101
|
+
"Image": "Image",
|
102
|
+
"Zoom in": "Zoom in",
|
103
|
+
"Contrast": "Contrast",
|
104
|
+
"Back": "Back",
|
105
|
+
"Gamma": "Gamma",
|
106
|
+
"Flip horizontally": "Flip horizontally",
|
107
|
+
"Resize": "Resize",
|
108
|
+
"Sharpen": "Sharpen",
|
109
|
+
"Zoom out": "Zoom out",
|
110
|
+
"Image options": "Image options",
|
111
|
+
"Apply": "Apply",
|
112
|
+
"Brightness": "Brightness",
|
113
|
+
"Rotate clockwise": "Rotate clockwise",
|
114
|
+
"Rotate counterclockwise": "Rotate counterclockwise",
|
115
|
+
"Edit image": "Edit image",
|
116
|
+
"Color levels": "Colour levels",
|
117
|
+
"Crop": "Crop",
|
118
|
+
"Orientation": "Orientation",
|
119
|
+
"Flip vertically": "Flip vertically",
|
120
|
+
"Invert": "Invert",
|
121
|
+
"Date\/time": "Date\/time",
|
86
122
|
"Insert date\/time": "Insert date\/time",
|
87
123
|
"Remove link": "Remove link",
|
88
124
|
"Url": "URL",
|
89
125
|
"Text to display": "Text to display",
|
90
126
|
"Anchors": "Anchors",
|
91
127
|
"Insert link": "Insert link",
|
128
|
+
"Link": "Link",
|
92
129
|
"New window": "New window",
|
93
130
|
"None": "None",
|
94
131
|
"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?",
|
132
|
+
"Paste or type a link": "Paste or type a link",
|
95
133
|
"Target": "Target",
|
96
134
|
"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?",
|
97
135
|
"Insert\/edit link": "Insert\/edit link",
|
98
136
|
"Insert\/edit video": "Insert\/edit video",
|
99
|
-
"
|
137
|
+
"Media": "Media",
|
100
138
|
"Alternative source": "Alternative source",
|
101
139
|
"Paste your embed code below:": "Paste your embed code below:",
|
102
140
|
"Insert video": "Insert video",
|
141
|
+
"Poster": "Poster",
|
142
|
+
"Insert\/edit media": "Insert\/edit media",
|
103
143
|
"Embed": "Embed",
|
104
144
|
"Nonbreaking space": "Non-breaking space",
|
105
145
|
"Page break": "Page break",
|
@@ -121,11 +161,13 @@ tinymce.addI18n('en_GB',{
|
|
121
161
|
"Finish": "Finish",
|
122
162
|
"Ignore all": "Ignore all",
|
123
163
|
"Ignore": "Ignore",
|
164
|
+
"Add to Dictionary": "Add to Dictionary",
|
124
165
|
"Insert row before": "Insert row before",
|
125
166
|
"Rows": "Rows",
|
126
167
|
"Height": "Height",
|
127
168
|
"Paste row after": "Paste row after",
|
128
169
|
"Alignment": "Alignment",
|
170
|
+
"Border color": "Border colour",
|
129
171
|
"Column group": "Column group",
|
130
172
|
"Row": "Row",
|
131
173
|
"Insert column before": "Insert column before",
|
@@ -141,15 +183,20 @@ tinymce.addI18n('en_GB',{
|
|
141
183
|
"Paste row before": "Paste row before",
|
142
184
|
"Scope": "Scope",
|
143
185
|
"Delete table": "Delete table",
|
186
|
+
"H Align": "H Align",
|
187
|
+
"Top": "Top",
|
144
188
|
"Header cell": "Header cell",
|
145
189
|
"Column": "Column",
|
190
|
+
"Row group": "Row group",
|
146
191
|
"Cell": "Cell",
|
147
|
-
"
|
192
|
+
"Middle": "Middle",
|
148
193
|
"Cell type": "Cell type",
|
149
194
|
"Copy row": "Copy row",
|
150
195
|
"Row properties": "Row properties",
|
151
196
|
"Table properties": "Table properties",
|
152
|
-
"
|
197
|
+
"Bottom": "Bottom",
|
198
|
+
"V Align": "V Align",
|
199
|
+
"Header": "Header",
|
153
200
|
"Right": "Right",
|
154
201
|
"Insert column after": "Insert column after",
|
155
202
|
"Cols": "Cols",
|
@@ -164,7 +211,11 @@ tinymce.addI18n('en_GB',{
|
|
164
211
|
"Insert template": "Insert template",
|
165
212
|
"Templates": "Templates",
|
166
213
|
"Background color": "Background colour",
|
214
|
+
"Custom...": "Custom...",
|
215
|
+
"Custom color": "Custom colour",
|
216
|
+
"No color": "No colour",
|
167
217
|
"Text color": "Text colour",
|
218
|
+
"Table of Contents": "Table of Contents",
|
168
219
|
"Show blocks": "Show blocks",
|
169
220
|
"Show invisible characters": "Show invisible characters",
|
170
221
|
"Words: {0}": "Words: {0}",
|
@@ -1,219 +1,253 @@
|
|
1
1
|
tinymce.addI18n('es',{
|
2
|
+
"Redo": "Rehacer",
|
3
|
+
"Undo": "Deshacer",
|
2
4
|
"Cut": "Cortar",
|
3
|
-
"
|
4
|
-
"Header 2": "Encabezado 2 ",
|
5
|
-
"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",
|
6
|
-
"Heading 4": "Encabezado 4",
|
7
|
-
"Div": "Capa",
|
8
|
-
"Heading 2": "Encabezado 2",
|
5
|
+
"Copy": "Copiar",
|
9
6
|
"Paste": "Pegar",
|
10
|
-
"
|
11
|
-
"Font Family": "Familia de fuentes",
|
12
|
-
"Pre": "Pre",
|
13
|
-
"Align right": "Alinear a la derecha",
|
7
|
+
"Select all": "Seleccionar todo",
|
14
8
|
"New document": "Nuevo documento",
|
15
|
-
"
|
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",
|
16
24
|
"Numbered list": "Lista numerada",
|
17
|
-
"
|
18
|
-
"Headings": "Encabezados",
|
25
|
+
"Decrease indent": "Disminuir sangr\u00eda",
|
19
26
|
"Increase indent": "Incrementar sangr\u00eda",
|
27
|
+
"Close": "Cerrar",
|
20
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",
|
21
30
|
"Headers": "Encabezados",
|
22
|
-
"Select all": "Seleccionar todo",
|
23
|
-
"Header 3": "Encabezado 3",
|
24
|
-
"Blocks": "Bloques",
|
25
|
-
"Undo": "Deshacer",
|
26
|
-
"Strikethrough": "Tachado",
|
27
|
-
"Bullet list": "Lista de vi\u00f1etas",
|
28
31
|
"Header 1": "Encabezado 1",
|
29
|
-
"
|
30
|
-
"
|
31
|
-
"
|
32
|
-
"Subscript": "Sub\u00edndice",
|
33
|
-
"Header 6": "Encabezado 6",
|
34
|
-
"Redo": "Rehacer",
|
35
|
-
"Paragraph": "P\u00e1rrafo",
|
36
|
-
"Ok": "Ok",
|
37
|
-
"Bold": "Negrita",
|
38
|
-
"Code": "C\u00f3digo",
|
39
|
-
"Italic": "It\u00e1lica",
|
40
|
-
"Align center": "Alinear al centro",
|
32
|
+
"Header 2": "Encabezado 2 ",
|
33
|
+
"Header 3": "Encabezado 3",
|
34
|
+
"Header 4": "Encabezado 4",
|
41
35
|
"Header 5": "Encabezado 5 ",
|
42
|
-
"
|
36
|
+
"Header 6": "Encabezado 6",
|
37
|
+
"Headings": "Encabezados",
|
38
|
+
"Heading 1": "Encabezado 1",
|
39
|
+
"Heading 2": "Encabezado 2",
|
43
40
|
"Heading 3": "Encabezado 3",
|
44
|
-
"
|
45
|
-
"
|
46
|
-
"
|
47
|
-
"
|
48
|
-
"
|
49
|
-
"
|
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",
|
50
49
|
"Inline": "en l\u00ednea",
|
51
|
-
"
|
52
|
-
"
|
53
|
-
"
|
54
|
-
"
|
55
|
-
"
|
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",
|
56
59
|
"Default": "Por defecto",
|
57
|
-
"Lower Alpha": "Inferior Alfa",
|
58
60
|
"Circle": "C\u00edrculo",
|
59
61
|
"Disc": "Disco",
|
62
|
+
"Square": "Cuadrado",
|
63
|
+
"Lower Alpha": "Inferior Alfa",
|
64
|
+
"Lower Greek": "Inferior Griega",
|
65
|
+
"Lower Roman": "Inferior Romana",
|
60
66
|
"Upper Alpha": "Superior Alfa",
|
61
67
|
"Upper Roman": "Superior Romana",
|
62
|
-
"Lower Roman": "Inferior Romana",
|
63
|
-
"Name": "Nombre",
|
64
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.",
|
65
72
|
"You have unsaved changes are you sure you want to navigate away?": "Tiene cambios sin guardar. \u00bfEst\u00e1 seguro de que quiere salir?",
|
66
73
|
"Restore last draft": "Restaurar el \u00faltimo borrador",
|
67
74
|
"Special character": "Car\u00e1cter especial",
|
68
75
|
"Source code": "C\u00f3digo fuente",
|
69
|
-
"
|
76
|
+
"Insert\/Edit code sample": "Insertar\/editar c\u00f3digo de prueba",
|
77
|
+
"Language": "Idioma",
|
78
|
+
"Color": "Color",
|
70
79
|
"R": "R",
|
71
80
|
"G": "V",
|
72
|
-
"
|
73
|
-
"Right to left": "De derecha a izquierda",
|
81
|
+
"B": "A",
|
74
82
|
"Left to right": "De izquierda a derecha",
|
83
|
+
"Right to left": "De derecha a izquierda",
|
75
84
|
"Emoticons": "Emoticonos",
|
76
|
-
"Robots": "Robots",
|
77
85
|
"Document properties": "Propiedades del documento",
|
78
86
|
"Title": "T\u00edtulo",
|
79
87
|
"Keywords": "Palabras clave",
|
80
|
-
"Encoding": "Codificaci\u00f3n",
|
81
88
|
"Description": "Descripci\u00f3n",
|
89
|
+
"Robots": "Robots",
|
82
90
|
"Author": "Autor",
|
91
|
+
"Encoding": "Codificaci\u00f3n",
|
83
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}",
|
84
108
|
"Horizontal line": "L\u00ednea horizontal",
|
85
|
-
"Horizontal space": "Espacio horizontal",
|
86
109
|
"Insert\/edit image": "Insertar\/editar imagen",
|
87
|
-
"
|
88
|
-
"Advanced": "Avanzado",
|
110
|
+
"Image description": "Descripci\u00f3n de la imagen",
|
89
111
|
"Source": "Enlace",
|
90
|
-
"
|
112
|
+
"Dimensions": "Dimensiones",
|
91
113
|
"Constrain proportions": "Restringir proporciones",
|
92
|
-
"
|
93
|
-
"
|
114
|
+
"General": "General",
|
115
|
+
"Advanced": "Avanzado",
|
94
116
|
"Style": "Estilo",
|
95
|
-
"
|
117
|
+
"Vertical space": "Espacio vertical",
|
118
|
+
"Horizontal space": "Espacio horizontal",
|
119
|
+
"Border": "Borde",
|
96
120
|
"Insert image": "Insertar imagen",
|
97
|
-
"
|
98
|
-
"
|
99
|
-
"Back": "Atr\u00e1s",
|
100
|
-
"Gamma": "Gamma",
|
101
|
-
"Flip horizontally": "Invertir horizontalmente",
|
102
|
-
"Resize": "Redimensionar",
|
103
|
-
"Sharpen": "Forma",
|
104
|
-
"Zoom out": "Alejar",
|
105
|
-
"Image options": "Opciones de imagen",
|
106
|
-
"Apply": "Aplicar",
|
107
|
-
"Brightness": "Brillo",
|
108
|
-
"Rotate clockwise": "Girar a la derecha",
|
121
|
+
"Image": "Imagen",
|
122
|
+
"Image list": "Image list",
|
109
123
|
"Rotate counterclockwise": "Girar a la izquierda",
|
124
|
+
"Rotate clockwise": "Girar a la derecha",
|
125
|
+
"Flip vertically": "Invertir verticalmente",
|
126
|
+
"Flip horizontally": "Invertir horizontalmente",
|
110
127
|
"Edit image": "Editar imagen",
|
111
|
-
"
|
128
|
+
"Image options": "Opciones de imagen",
|
129
|
+
"Zoom in": "Acercar",
|
130
|
+
"Zoom out": "Alejar",
|
112
131
|
"Crop": "Recortar",
|
132
|
+
"Resize": "Redimensionar",
|
113
133
|
"Orientation": "Orientaci\u00f3n",
|
114
|
-
"
|
134
|
+
"Brightness": "Brillo",
|
135
|
+
"Sharpen": "Forma",
|
136
|
+
"Contrast": "Contraste",
|
137
|
+
"Color levels": "Niveles de color",
|
138
|
+
"Gamma": "Gamma",
|
115
139
|
"Invert": "Invertir",
|
140
|
+
"Apply": "Aplicar",
|
141
|
+
"Back": "Atr\u00e1s",
|
116
142
|
"Insert date\/time": "Insertar fecha\/hora",
|
117
|
-
"
|
118
|
-
"Url": "URL",
|
119
|
-
"Text to display": "Texto para mostrar",
|
120
|
-
"Anchors": "Anclas",
|
143
|
+
"Date\/time": "Fecha\/hora",
|
121
144
|
"Insert link": "Insertar enlace",
|
122
|
-
"
|
123
|
-
"
|
124
|
-
"
|
145
|
+
"Insert\/edit link": "Insertar\/editar enlace",
|
146
|
+
"Text to display": "Texto para mostrar",
|
147
|
+
"Url": "URL",
|
125
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",
|
126
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: ?",
|
127
|
-
"
|
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",
|
128
159
|
"Insert\/edit video": "Insertar\/editar video",
|
129
|
-
"
|
160
|
+
"Insert\/edit media": "Insertar\/editar medio",
|
130
161
|
"Alternative source": "Enlace alternativo",
|
162
|
+
"Poster": "Miniatura",
|
131
163
|
"Paste your embed code below:": "Pega tu c\u00f3digo embebido debajo",
|
132
|
-
"Insert video": "Insertar video",
|
133
164
|
"Embed": "Incrustado",
|
165
|
+
"Media": "Media",
|
134
166
|
"Nonbreaking space": "Espacio fijo",
|
135
167
|
"Page break": "Salto de p\u00e1gina",
|
136
168
|
"Paste as text": "Pegar como texto",
|
137
169
|
"Preview": "Previsualizar",
|
138
170
|
"Print": "Imprimir",
|
139
171
|
"Save": "Guardar",
|
140
|
-
"
|
172
|
+
"Find": "Buscar",
|
173
|
+
"Replace with": "Reemplazar con",
|
141
174
|
"Replace": "Reemplazar",
|
175
|
+
"Replace all": "Reemplazar todo",
|
176
|
+
"Prev": "Anterior",
|
142
177
|
"Next": "Siguiente",
|
143
|
-
"Whole words": "Palabras completas",
|
144
178
|
"Find and replace": "Buscar y reemplazar",
|
145
|
-
"
|
146
|
-
"Find": "Buscar",
|
147
|
-
"Replace all": "Reemplazar todo",
|
179
|
+
"Could not find the specified string.": "No se encuentra la cadena de texto especificada",
|
148
180
|
"Match case": "Coincidencia exacta",
|
149
|
-
"
|
181
|
+
"Whole words": "Palabras completas",
|
150
182
|
"Spellcheck": "Corrector ortogr\u00e1fico",
|
151
|
-
"Finish": "Finalizar",
|
152
|
-
"Ignore all": "Ignorar todos",
|
153
183
|
"Ignore": "Ignorar",
|
184
|
+
"Ignore all": "Ignorar todos",
|
185
|
+
"Finish": "Finalizar",
|
154
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",
|
155
196
|
"Insert row before": "Insertar fila antes",
|
156
|
-
"
|
157
|
-
"
|
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",
|
158
203
|
"Paste row after": "Pegar la fila despu\u00e9s",
|
159
|
-
"Alignment": "Alineaci\u00f3n",
|
160
|
-
"Border color": "Color del borde",
|
161
|
-
"Column group": "Grupo de columnas",
|
162
|
-
"Row": "Fila",
|
163
204
|
"Insert column before": "Insertar columna antes",
|
164
|
-
"
|
165
|
-
"
|
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",
|
166
211
|
"Cell spacing": "Espacio entre celdas",
|
167
|
-
"
|
168
|
-
"Insert table": "Insertar tabla",
|
169
|
-
"Body": "Cuerpo",
|
212
|
+
"Cell padding": "Relleno de celda",
|
170
213
|
"Caption": "Subt\u00edtulo",
|
171
|
-
"
|
172
|
-
"
|
173
|
-
"
|
214
|
+
"Left": "Izquierda",
|
215
|
+
"Center": "Centrado",
|
216
|
+
"Right": "Derecha",
|
217
|
+
"Cell type": "Tipo de celda",
|
174
218
|
"Scope": "\u00c1mbito",
|
175
|
-
"
|
219
|
+
"Alignment": "Alineaci\u00f3n",
|
176
220
|
"H Align": "Alineamiento Horizontal",
|
221
|
+
"V Align": "Alineamiento Vertical",
|
177
222
|
"Top": "Arriba",
|
178
|
-
"Header cell": "Celda de la cebecera",
|
179
|
-
"Column": "Columna",
|
180
|
-
"Row group": "Grupo de filas",
|
181
|
-
"Cell": "Celda",
|
182
223
|
"Middle": "Centro",
|
183
|
-
"Cell type": "Tipo de celda",
|
184
|
-
"Copy row": "Copiar fila",
|
185
|
-
"Row properties": "Propiedades de la fila",
|
186
|
-
"Table properties": "Propiedades de la tabla",
|
187
224
|
"Bottom": "Abajo",
|
188
|
-
"
|
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",
|
189
229
|
"Header": "Cabecera",
|
190
|
-
"
|
191
|
-
"
|
192
|
-
"
|
193
|
-
"Insert row after": "Insertar fila despu\u00e9s ",
|
194
|
-
"Width": "Ancho",
|
195
|
-
"Cell properties": "Propiedades de la celda",
|
196
|
-
"Left": "Izquierda",
|
197
|
-
"Cut row": "Cortar fila",
|
198
|
-
"Delete column": "Eliminar columna",
|
199
|
-
"Center": "Centrado",
|
200
|
-
"Merge cells": "Combinar celdas",
|
230
|
+
"Body": "Cuerpo",
|
231
|
+
"Footer": "Pie de p\u00e1gina",
|
232
|
+
"Border color": "Color del borde",
|
201
233
|
"Insert template": "Insertar plantilla",
|
202
234
|
"Templates": "Plantillas",
|
235
|
+
"Template": "Template",
|
236
|
+
"Text color": "Color del texto",
|
203
237
|
"Background color": "Color de fondo",
|
204
238
|
"Custom...": "Personalizar...",
|
205
239
|
"Custom color": "Color personalizado",
|
206
240
|
"No color": "Sin color",
|
207
|
-
"
|
241
|
+
"Table of Contents": "Tabla de contenidos",
|
208
242
|
"Show blocks": "Mostrar bloques",
|
209
243
|
"Show invisible characters": "Mostrar caracteres invisibles",
|
210
244
|
"Words: {0}": "Palabras: {0}",
|
211
|
-
"Insert": "Insertar",
|
212
245
|
"File": "Archivo",
|
213
246
|
"Edit": "Editar",
|
214
|
-
"
|
215
|
-
"Tools": "Herramientas",
|
247
|
+
"Insert": "Insertar",
|
216
248
|
"View": "Ver",
|
249
|
+
"Format": "Formato",
|
217
250
|
"Table": "Tabla",
|
218
|
-
"
|
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"
|
219
253
|
});
|