@dangl/angular-material-shared 2.2.0 → 2.3.0-beta0037
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.
- package/{esm2015/dangl-angular-material-shared.js → esm2020/dangl-angular-material-shared.mjs} +0 -0
- package/esm2020/lib/angular-material-shared.module.mjs +38 -0
- package/esm2020/lib/components/footer/footer.component.mjs +33 -0
- package/esm2020/lib/components/header/header.component.mjs +80 -0
- package/esm2020/lib/components/tiny-mce/tiny-mce.component.mjs +104 -0
- package/{esm2015/lib/models/footer-options.js → esm2020/lib/models/footer-options.mjs} +0 -0
- package/{esm2015/lib/utils/guid-generator.js → esm2020/lib/utils/guid-generator.mjs} +0 -0
- package/{esm2015/public_api.js → esm2020/public_api.mjs} +0 -0
- package/fesm2015/dangl-angular-material-shared.mjs +292 -0
- package/fesm2015/dangl-angular-material-shared.mjs.map +1 -0
- package/fesm2020/dangl-angular-material-shared.mjs +290 -0
- package/fesm2020/dangl-angular-material-shared.mjs.map +1 -0
- package/{dangl-angular-material-shared.d.ts → index.d.ts} +1 -0
- package/lib/angular-material-shared.module.d.ts +12 -0
- package/lib/components/footer/footer.component.d.ts +3 -0
- package/lib/components/header/header.component.d.ts +3 -0
- package/lib/components/tiny-mce/tiny-mce.component.d.ts +3 -0
- package/package.json +28 -16
- package/styles/material-style.scss +1 -1
- package/styles/material-theme.scss +4 -3
- package/styles/material-variables.scss +9 -8
- package/tinymce-assets/icons/default/icons.js +11 -1
- package/tinymce-assets/icons/default/icons.min.js +1 -1
- package/tinymce-assets/langs/cs.js +118 -75
- package/tinymce-assets/langs/cy.js +61 -18
- package/tinymce-assets/langs/da.js +60 -17
- package/tinymce-assets/langs/de.js +60 -17
- package/tinymce-assets/langs/eo.js +334 -138
- package/tinymce-assets/langs/es_ES.js +32 -2
- package/tinymce-assets/langs/fa.js +60 -17
- package/tinymce-assets/langs/fa_IR.js +31 -1
- package/tinymce-assets/langs/fr_FR.js +60 -17
- package/tinymce-assets/langs/hu_HU.js +60 -17
- package/tinymce-assets/langs/ja.js +60 -17
- package/tinymce-assets/langs/ko_KR.js +3 -3
- package/tinymce-assets/langs/nb_NO.js +61 -18
- package/tinymce-assets/langs/nl.js +60 -17
- package/tinymce-assets/langs/pl.js +60 -17
- package/tinymce-assets/langs/pt_BR.js +60 -17
- package/tinymce-assets/langs/pt_PT.js +60 -17
- package/tinymce-assets/langs/ro.js +60 -17
- package/tinymce-assets/langs/ro_RO.js +32 -2
- package/tinymce-assets/langs/ru.js +60 -17
- package/tinymce-assets/langs/ru_RU.js +445 -0
- package/tinymce-assets/langs/sl.js +59 -14
- package/tinymce-assets/langs/ta.js +60 -17
- package/tinymce-assets/langs/ta_IN.js +60 -17
- package/tinymce-assets/langs/th_TH.js +60 -17
- package/tinymce-assets/langs/tr_TR.js +81 -8
- package/tinymce-assets/langs/vi.js +179 -21
- package/tinymce-assets/langs/zh_CN.js +60 -17
- package/tinymce-assets/plugins/advlist/plugin.js +29 -48
- package/tinymce-assets/plugins/advlist/plugin.min.js +2 -2
- package/tinymce-assets/plugins/anchor/plugin.js +8 -8
- package/tinymce-assets/plugins/anchor/plugin.min.js +2 -2
- package/tinymce-assets/plugins/autolink/plugin.js +58 -30
- package/tinymce-assets/plugins/autolink/plugin.min.js +2 -2
- package/tinymce-assets/plugins/autoresize/plugin.js +25 -12
- package/tinymce-assets/plugins/autoresize/plugin.min.js +2 -2
- package/tinymce-assets/plugins/autosave/plugin.js +9 -9
- package/tinymce-assets/plugins/autosave/plugin.min.js +2 -2
- package/tinymce-assets/plugins/bbcode/plugin.js +6 -6
- package/tinymce-assets/plugins/bbcode/plugin.min.js +2 -2
- package/tinymce-assets/plugins/charmap/plugin.js +39 -49
- package/tinymce-assets/plugins/charmap/plugin.min.js +2 -2
- package/tinymce-assets/plugins/code/plugin.js +9 -10
- package/tinymce-assets/plugins/code/plugin.min.js +2 -2
- package/tinymce-assets/plugins/codesample/plugin.js +1921 -1914
- package/tinymce-assets/plugins/codesample/plugin.min.js +2 -2
- package/tinymce-assets/plugins/colorpicker/plugin.js +1 -2
- package/tinymce-assets/plugins/colorpicker/plugin.min.js +2 -2
- package/tinymce-assets/plugins/contextmenu/plugin.js +1 -2
- package/tinymce-assets/plugins/contextmenu/plugin.min.js +2 -2
- package/tinymce-assets/plugins/directionality/plugin.js +186 -53
- package/tinymce-assets/plugins/directionality/plugin.min.js +2 -2
- package/tinymce-assets/plugins/emoticons/js/emojiimages.js +1572 -1572
- package/tinymce-assets/plugins/emoticons/js/emojiimages.min.js +1 -1
- package/tinymce-assets/plugins/emoticons/js/emojis.js +1572 -1572
- package/tinymce-assets/plugins/emoticons/js/emojis.min.js +1 -1
- package/tinymce-assets/plugins/emoticons/plugin.js +231 -200
- package/tinymce-assets/plugins/emoticons/plugin.min.js +2 -2
- package/tinymce-assets/plugins/fullpage/plugin.js +42 -42
- package/tinymce-assets/plugins/fullpage/plugin.min.js +2 -2
- package/tinymce-assets/plugins/fullscreen/plugin.js +496 -129
- package/tinymce-assets/plugins/fullscreen/plugin.min.js +2 -2
- package/tinymce-assets/plugins/help/plugin.js +101 -122
- package/tinymce-assets/plugins/help/plugin.min.js +2 -2
- package/tinymce-assets/plugins/hr/plugin.js +9 -10
- package/tinymce-assets/plugins/hr/plugin.min.js +2 -2
- package/tinymce-assets/plugins/image/plugin.js +78 -73
- package/tinymce-assets/plugins/image/plugin.min.js +2 -2
- package/tinymce-assets/plugins/imagetools/plugin.js +484 -307
- package/tinymce-assets/plugins/imagetools/plugin.min.js +2 -2
- package/tinymce-assets/plugins/importcss/plugin.js +50 -51
- package/tinymce-assets/plugins/importcss/plugin.min.js +2 -2
- package/tinymce-assets/plugins/insertdatetime/plugin.js +22 -17
- package/tinymce-assets/plugins/insertdatetime/plugin.min.js +2 -2
- package/tinymce-assets/plugins/legacyoutput/plugin.js +8 -8
- package/tinymce-assets/plugins/legacyoutput/plugin.min.js +2 -2
- package/tinymce-assets/plugins/link/plugin.js +131 -125
- package/tinymce-assets/plugins/link/plugin.min.js +2 -2
- package/tinymce-assets/plugins/lists/plugin.js +256 -229
- package/tinymce-assets/plugins/lists/plugin.min.js +2 -2
- package/tinymce-assets/plugins/media/plugin.js +124 -147
- package/tinymce-assets/plugins/media/plugin.min.js +2 -2
- package/tinymce-assets/plugins/nonbreaking/plugin.js +13 -14
- package/tinymce-assets/plugins/nonbreaking/plugin.min.js +2 -2
- package/tinymce-assets/plugins/noneditable/plugin.js +6 -6
- package/tinymce-assets/plugins/noneditable/plugin.min.js +2 -2
- package/tinymce-assets/plugins/pagebreak/plugin.js +16 -17
- package/tinymce-assets/plugins/pagebreak/plugin.min.js +2 -2
- package/tinymce-assets/plugins/paste/plugin.js +196 -157
- package/tinymce-assets/plugins/paste/plugin.min.js +2 -2
- package/tinymce-assets/plugins/preview/plugin.js +13 -14
- package/tinymce-assets/plugins/preview/plugin.min.js +2 -2
- package/tinymce-assets/plugins/print/plugin.js +13 -14
- package/tinymce-assets/plugins/print/plugin.min.js +2 -2
- package/tinymce-assets/plugins/quickbars/plugin.js +33 -48
- package/tinymce-assets/plugins/quickbars/plugin.min.js +2 -2
- package/tinymce-assets/plugins/save/plugin.js +9 -8
- package/tinymce-assets/plugins/save/plugin.min.js +2 -2
- package/tinymce-assets/plugins/searchreplace/plugin.js +73 -70
- package/tinymce-assets/plugins/searchreplace/plugin.min.js +2 -2
- package/tinymce-assets/plugins/spellchecker/plugin.js +22 -23
- package/tinymce-assets/plugins/spellchecker/plugin.min.js +2 -2
- package/tinymce-assets/plugins/tabfocus/plugin.js +21 -20
- package/tinymce-assets/plugins/tabfocus/plugin.min.js +2 -2
- package/tinymce-assets/plugins/table/plugin.js +2831 -2264
- package/tinymce-assets/plugins/table/plugin.min.js +2 -2
- package/tinymce-assets/plugins/template/plugin.js +84 -70
- package/tinymce-assets/plugins/template/plugin.min.js +2 -2
- package/tinymce-assets/plugins/textcolor/plugin.js +1 -2
- package/tinymce-assets/plugins/textcolor/plugin.min.js +2 -2
- package/tinymce-assets/plugins/textpattern/plugin.js +76 -96
- package/tinymce-assets/plugins/textpattern/plugin.min.js +2 -2
- package/tinymce-assets/plugins/toc/plugin.js +31 -29
- package/tinymce-assets/plugins/toc/plugin.min.js +2 -2
- package/tinymce-assets/plugins/visualblocks/plugin.js +10 -11
- package/tinymce-assets/plugins/visualblocks/plugin.min.js +2 -2
- package/tinymce-assets/plugins/visualchars/plugin.js +52 -67
- package/tinymce-assets/plugins/visualchars/plugin.min.js +2 -2
- package/tinymce-assets/plugins/wordcount/plugin.js +67 -58
- package/tinymce-assets/plugins/wordcount/plugin.min.js +2 -2
- package/tinymce-assets/skins/ui/oxide/content.css +1 -1
- package/tinymce-assets/skins/ui/oxide/content.inline.css +1 -1
- package/tinymce-assets/skins/ui/oxide/content.inline.min.css +1 -1
- package/tinymce-assets/skins/ui/oxide/content.min.css +1 -1
- package/tinymce-assets/skins/ui/oxide/skin.css +35 -22
- package/tinymce-assets/skins/ui/oxide/skin.min.css +1 -1
- package/tinymce-assets/skins/ui/oxide/skin.shadowdom.css +7 -7
- package/tinymce-assets/skins/ui/oxide/skin.shadowdom.min.css +1 -1
- package/tinymce-assets/skins/ui/oxide-dark/content.css +1 -1
- package/tinymce-assets/skins/ui/oxide-dark/content.inline.css +1 -1
- package/tinymce-assets/skins/ui/oxide-dark/content.inline.min.css +1 -1
- package/tinymce-assets/skins/ui/oxide-dark/content.min.css +1 -1
- package/tinymce-assets/skins/ui/oxide-dark/skin.css +35 -22
- package/tinymce-assets/skins/ui/oxide-dark/skin.min.css +1 -1
- package/tinymce-assets/skins/ui/oxide-dark/skin.shadowdom.css +7 -7
- package/tinymce-assets/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -1
- package/tinymce-assets/themes/mobile/theme.js +2798 -3255
- package/tinymce-assets/themes/mobile/theme.min.js +2 -2
- package/tinymce-assets/themes/silver/theme.js +25400 -25371
- package/tinymce-assets/themes/silver/theme.min.js +2 -2
- package/bundles/dangl-angular-material-shared.umd.js +0 -285
- package/bundles/dangl-angular-material-shared.umd.js.map +0 -1
- package/dangl-angular-material-shared.metadata.json +0 -1
- package/esm2015/lib/angular-material-shared.module.js +0 -25
- package/esm2015/lib/components/footer/footer.component.js +0 -27
- package/esm2015/lib/components/header/header.component.js +0 -67
- package/esm2015/lib/components/tiny-mce/tiny-mce.component.js +0 -100
- package/fesm2015/dangl-angular-material-shared.js +0 -259
- package/fesm2015/dangl-angular-material-shared.js.map +0 -1
|
@@ -85,6 +85,7 @@ tinymce.addI18n('pt_BR',{
|
|
|
85
85
|
"B": "B",
|
|
86
86
|
"Left to right": "Da esquerda para a direita",
|
|
87
87
|
"Right to left": "Da direita para a esquerda",
|
|
88
|
+
"Emoticons": "Emoticons",
|
|
88
89
|
"Emoticons...": "Emojis...",
|
|
89
90
|
"Metadata and Document Properties": "Metadados e Propriedades do Documento",
|
|
90
91
|
"Title": "T\u00edtulo",
|
|
@@ -113,7 +114,9 @@ tinymce.addI18n('pt_BR',{
|
|
|
113
114
|
"Handy Shortcuts": "Atalhos \u00fateis",
|
|
114
115
|
"Horizontal line": "Linha horizontal",
|
|
115
116
|
"Insert\/edit image": "Inserir\/editar imagem",
|
|
116
|
-
"
|
|
117
|
+
"Alternative description": "Descri\u00e7\u00e3o alternativa",
|
|
118
|
+
"Accessibility": "Acessibilidade",
|
|
119
|
+
"Image is decorative": "A imagem \u00e9 decorativa",
|
|
117
120
|
"Source": "Endere\u00e7o da imagem",
|
|
118
121
|
"Dimensions": "Dimens\u00f5es",
|
|
119
122
|
"Constrain proportions": "Manter propor\u00e7\u00f5es",
|
|
@@ -147,7 +150,6 @@ tinymce.addI18n('pt_BR',{
|
|
|
147
150
|
"Back": "Voltar",
|
|
148
151
|
"Insert date\/time": "Inserir data\/hora",
|
|
149
152
|
"Date\/time": "data\/hora",
|
|
150
|
-
"Insert\/Edit Link": "Inserir\/Editar Link",
|
|
151
153
|
"Insert\/edit link": "Inserir\/editar link",
|
|
152
154
|
"Text to display": "Texto para mostrar",
|
|
153
155
|
"Url": "Url",
|
|
@@ -155,12 +157,14 @@ tinymce.addI18n('pt_BR',{
|
|
|
155
157
|
"Current window": "Janela atual",
|
|
156
158
|
"None": "Nenhum",
|
|
157
159
|
"New window": "Nova janela",
|
|
160
|
+
"Open link": "Abrir link",
|
|
158
161
|
"Remove link": "Remover link",
|
|
159
162
|
"Anchors": "\u00c2ncoras",
|
|
160
163
|
"Link...": "Link...",
|
|
161
164
|
"Paste or type a link": "Cole ou digite um Link",
|
|
162
165
|
"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?",
|
|
163
166
|
"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "A URL que voc\u00ea informou parece ser um link externo. Deseja incluir o prefixo http:\/\/?",
|
|
167
|
+
"The URL you entered seems to be an external link. Do you want to add the required https:\/\/ prefix?": "A URL informada parece ser um link externo. Voc\u00ea quer adicionar o prefixo necess\u00e1rio https:\/\/ ?",
|
|
164
168
|
"Link list": "Lista de Links",
|
|
165
169
|
"Insert video": "Inserir v\u00eddeo",
|
|
166
170
|
"Insert\/edit video": "Inserir\/editar v\u00eddeo",
|
|
@@ -183,11 +187,15 @@ tinymce.addI18n('pt_BR',{
|
|
|
183
187
|
"Replace all": "Substituir tudo",
|
|
184
188
|
"Previous": "Anterior",
|
|
185
189
|
"Next": "Pr\u00f3ximo",
|
|
190
|
+
"Find and Replace": "Localizar e substituir",
|
|
186
191
|
"Find and replace...": "Encontrar e substituir...",
|
|
187
192
|
"Could not find the specified string.": "N\u00e3o foi poss\u00edvel encontrar o termo especificado",
|
|
188
193
|
"Match case": "Diferenciar mai\u00fasculas e min\u00fasculas",
|
|
189
194
|
"Find whole words only": "Encontrar somente palavras inteiras",
|
|
190
|
-
"
|
|
195
|
+
"Find in selection": "Localizar na sele\u00e7\u00e3o",
|
|
196
|
+
"Spellcheck": "Corretor ortogr\u00e1fico",
|
|
197
|
+
"Spellcheck Language": "Idioma de verifica\u00e7\u00e3o ortogr\u00e1fica",
|
|
198
|
+
"No misspellings found.": "Sem erros ortogr\u00e1ficos",
|
|
191
199
|
"Ignore": "Ignorar",
|
|
192
200
|
"Ignore all": "Ignorar tudo",
|
|
193
201
|
"Finish": "Finalizar",
|
|
@@ -218,6 +226,7 @@ tinymce.addI18n('pt_BR',{
|
|
|
218
226
|
"Height": "Altura",
|
|
219
227
|
"Cell spacing": "Espa\u00e7amento da c\u00e9lula",
|
|
220
228
|
"Cell padding": "Espa\u00e7amento interno da c\u00e9lula",
|
|
229
|
+
"Caption": "Legenda",
|
|
221
230
|
"Show caption": "Mostrar descri\u00e7\u00e3o",
|
|
222
231
|
"Left": "Esquerdo",
|
|
223
232
|
"Center": "Centro",
|
|
@@ -377,32 +386,68 @@ tinymce.addI18n('pt_BR',{
|
|
|
377
386
|
"formatting": "formata\u00e7\u00e3o",
|
|
378
387
|
"alignment": "alinhamento",
|
|
379
388
|
"indentation": "indenta\u00e7\u00e3o",
|
|
380
|
-
"permanent pen": "caneta permanente",
|
|
381
|
-
"comments": "coment\u00e1rios",
|
|
382
|
-
"Format Painter": "Pincel de Formata\u00e7\u00e3o",
|
|
383
|
-
"Insert\/edit iframe": "Inserir\/editar iframe",
|
|
384
|
-
"Capitalization": "Capitaliza\u00e7\u00e3o",
|
|
385
|
-
"lowercase": "min\u00fasculos",
|
|
386
|
-
"UPPERCASE": "MAI\u00daSCULAS",
|
|
387
|
-
"Title Case": "T\u00edtulo do caso",
|
|
388
|
-
"Permanent Pen Properties": "Propriedades da caneta permanente",
|
|
389
|
-
"Permanent pen properties...": "Propriedades de caneta permanentes...",
|
|
390
389
|
"Font": "Fonte",
|
|
391
390
|
"Size": "Tamanho",
|
|
392
391
|
"More...": "Mais...",
|
|
393
|
-
"Spellcheck Language": "Idioma de verifica\u00e7\u00e3o ortogr\u00e1fica",
|
|
394
392
|
"Select...": "Selecionar...",
|
|
395
393
|
"Preferences": "Prefer\u00eancias",
|
|
396
394
|
"Yes": "Sim",
|
|
397
395
|
"No": "N\u00e3o",
|
|
398
396
|
"Keyboard Navigation": "Navega\u00e7\u00e3o por Teclado",
|
|
399
397
|
"Version": "Vers\u00e3o",
|
|
398
|
+
"Code view": "Ver c\u00f3digo",
|
|
399
|
+
"Open popup menu for split buttons": "Abrir menu popup para bot\u00f5es com divis\u00e3o",
|
|
400
|
+
"List Properties": "Listar Propriedades",
|
|
401
|
+
"List properties...": "Listar propriedades...",
|
|
402
|
+
"Start list at number": "Iniciar a lista no n\u00famero",
|
|
403
|
+
"Line height": "Altura da linha",
|
|
404
|
+
"comments": "coment\u00e1rios",
|
|
405
|
+
"Format Painter": "Pincel de Formata\u00e7\u00e3o",
|
|
406
|
+
"Insert\/edit iframe": "Inserir\/editar iframe",
|
|
407
|
+
"Capitalization": "Capitaliza\u00e7\u00e3o",
|
|
408
|
+
"lowercase": "min\u00fasculos",
|
|
409
|
+
"UPPERCASE": "MAI\u00daSCULAS",
|
|
410
|
+
"Title Case": "T\u00edtulo do caso",
|
|
411
|
+
"permanent pen": "caneta permanente",
|
|
412
|
+
"Permanent Pen Properties": "Propriedades da caneta permanente",
|
|
413
|
+
"Permanent pen properties...": "Propriedades de caneta permanentes...",
|
|
414
|
+
"case change": "mudar caixa",
|
|
415
|
+
"page embed": "embutir p\u00e1gina",
|
|
416
|
+
"Advanced sort...": "Ordena\u00e7\u00e3o avan\u00e7ada...",
|
|
417
|
+
"Advanced Sort": "Ordena\u00e7\u00e3o Avan\u00e7ada...",
|
|
418
|
+
"Sort table by column ascending": "Ordenar tabela por coluna ascendente",
|
|
419
|
+
"Sort table by column descending": "Ordenar tabela por coluna descendente",
|
|
420
|
+
"Sort": "Ordenar",
|
|
421
|
+
"Order": "Ordem",
|
|
422
|
+
"Sort by": "Ordenar por",
|
|
423
|
+
"Ascending": "Ascendente",
|
|
424
|
+
"Descending": "Descendente",
|
|
425
|
+
"Column {0}": "Coluna {0}",
|
|
426
|
+
"Row {0}": "Linha {0}",
|
|
427
|
+
"Spellcheck...": "Verifica\u00e7\u00e3o ortogr\u00e1fica",
|
|
428
|
+
"Misspelled word": "Palavra com erro ortogr\u00e1fico",
|
|
429
|
+
"Suggestions": "Sugest\u00f5es",
|
|
430
|
+
"Change": "Mudar",
|
|
431
|
+
"Finding word suggestions": "Encontrando sugest\u00f5es de palavras",
|
|
432
|
+
"Success": "Sucesso",
|
|
433
|
+
"Repair": "Reparo",
|
|
434
|
+
"Issue {0} of {1}": "Problema {0} de {1}",
|
|
435
|
+
"Images must be marked as decorative or have an alternative text description": "Imagens precisam ser marcadas como decorativas ou terem uma descri\u00e7\u00e3o alternativa de texto",
|
|
436
|
+
"Images must have an alternative text description. Decorative images are not allowed.": "Imagens precisam ter uma descri\u00e7\u00e3o alternativa de texto. Imagens decorativas n\u00e3o s\u00e3o permitidas.",
|
|
437
|
+
"Or provide alternative text:": "Ou informe um texto alternativo:",
|
|
438
|
+
"Make image decorative:": "Fa\u00e7a imagem decorativa:",
|
|
439
|
+
"ID attribute must be unique": "O atributo ID precisa ser \u00fanico",
|
|
440
|
+
"Make ID unique": "Fa\u00e7a um ID \u00fanico",
|
|
441
|
+
"Keep this ID and remove all others": "Mantenha esse ID e remova todos os outros",
|
|
442
|
+
"Remove this ID": "Remova esse ID",
|
|
443
|
+
"Remove all IDs": "Remova todos os IDs",
|
|
444
|
+
"Checklist": "Lista de checagem",
|
|
400
445
|
"Anchor": "\u00c2ncora",
|
|
401
446
|
"Special character": "Caracteres especiais",
|
|
402
447
|
"Code sample": "Exemplo de c\u00f3digo",
|
|
403
448
|
"Color": "Cor",
|
|
404
|
-
"Emoticons": "Emoticons",
|
|
405
449
|
"Document properties": "Propriedades do documento",
|
|
450
|
+
"Image description": "Inserir descri\u00e7\u00e3o",
|
|
406
451
|
"Image": "Imagem",
|
|
407
452
|
"Insert link": "Inserir link",
|
|
408
453
|
"Target": "Alvo",
|
|
@@ -413,7 +458,5 @@ tinymce.addI18n('pt_BR',{
|
|
|
413
458
|
"Prev": "Anterior",
|
|
414
459
|
"Find and replace": "Localizar e substituir",
|
|
415
460
|
"Whole words": "Palavras inteiras",
|
|
416
|
-
"Spellcheck": "Corretor ortogr\u00e1fico",
|
|
417
|
-
"Caption": "Legenda",
|
|
418
461
|
"Insert template": "Inserir modelo"
|
|
419
462
|
});
|
|
@@ -85,6 +85,7 @@ tinymce.addI18n('pt_PT',{
|
|
|
85
85
|
"B": "B",
|
|
86
86
|
"Left to right": "Da esquerda para a direita",
|
|
87
87
|
"Right to left": "Da direita para a esquerda",
|
|
88
|
+
"Emoticons": "Emo\u00e7\u00f5es",
|
|
88
89
|
"Emoticons...": "\u00cdcones expressivos...",
|
|
89
90
|
"Metadata and Document Properties": "Metadados e propriedades do documento",
|
|
90
91
|
"Title": "T\u00edtulo",
|
|
@@ -113,7 +114,9 @@ tinymce.addI18n('pt_PT',{
|
|
|
113
114
|
"Handy Shortcuts": "Atalhos \u00fateis",
|
|
114
115
|
"Horizontal line": "Linha horizontal",
|
|
115
116
|
"Insert\/edit image": "Inserir\/editar imagem",
|
|
116
|
-
"
|
|
117
|
+
"Alternative description": "Descri\u00e7\u00e3o alternativa",
|
|
118
|
+
"Accessibility": "Acessibilidade",
|
|
119
|
+
"Image is decorative": "Imagem \u00e9 decorativa",
|
|
117
120
|
"Source": "Localiza\u00e7\u00e3o",
|
|
118
121
|
"Dimensions": "Dimens\u00f5es",
|
|
119
122
|
"Constrain proportions": "Manter propor\u00e7\u00f5es",
|
|
@@ -147,7 +150,6 @@ tinymce.addI18n('pt_PT',{
|
|
|
147
150
|
"Back": "Voltar",
|
|
148
151
|
"Insert date\/time": "Inserir data\/hora",
|
|
149
152
|
"Date\/time": "Data\/hora",
|
|
150
|
-
"Insert\/Edit Link": "Inserir\/editar liga\u00e7\u00e3o",
|
|
151
153
|
"Insert\/edit link": "Inserir\/editar liga\u00e7\u00e3o",
|
|
152
154
|
"Text to display": "Texto a exibir",
|
|
153
155
|
"Url": "URL",
|
|
@@ -155,12 +157,14 @@ tinymce.addI18n('pt_PT',{
|
|
|
155
157
|
"Current window": "Janela atual",
|
|
156
158
|
"None": "Nenhum",
|
|
157
159
|
"New window": "Nova janela",
|
|
160
|
+
"Open link": "Abrir liga\u00e7\u00e3o",
|
|
158
161
|
"Remove link": "Remover liga\u00e7\u00e3o",
|
|
159
162
|
"Anchors": "\u00c2ncora",
|
|
160
163
|
"Link...": "Liga\u00e7\u00e3o...",
|
|
161
164
|
"Paste or type a link": "Copiar ou escrever uma hiperliga\u00e7\u00e3o",
|
|
162
165
|
"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "O URL que indicou parece ser um endere\u00e7o de email. Quer adicionar o prefixo mailto: tal como necess\u00e1rio?",
|
|
163
166
|
"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "O URL que indicou parece ser um endere\u00e7o web. Quer adicionar o prefixo http:\/\/ tal como necess\u00e1rio?",
|
|
167
|
+
"The URL you entered seems to be an external link. Do you want to add the required https:\/\/ prefix?": "O URL que introduziu parece ser uma liga\u00e7\u00e3o externa. Deseja adicionar-lhe o prefixo https:\/\/ ?",
|
|
164
168
|
"Link list": "Lista de liga\u00e7\u00f5es",
|
|
165
169
|
"Insert video": "Inserir v\u00eddeo",
|
|
166
170
|
"Insert\/edit video": "Inserir\/editar v\u00eddeo",
|
|
@@ -183,11 +187,15 @@ tinymce.addI18n('pt_PT',{
|
|
|
183
187
|
"Replace all": "Substituir tudo",
|
|
184
188
|
"Previous": "Anterior",
|
|
185
189
|
"Next": "Pr\u00f3ximo",
|
|
190
|
+
"Find and Replace": "Pesquisar e substituir",
|
|
186
191
|
"Find and replace...": "Localizar e substituir...",
|
|
187
192
|
"Could not find the specified string.": "N\u00e3o foi poss\u00edvel localizar o termo especificado.",
|
|
188
193
|
"Match case": "Diferenciar mai\u00fasculas e min\u00fasculas",
|
|
189
194
|
"Find whole words only": "Localizar apenas palavras inteiras",
|
|
190
|
-
"
|
|
195
|
+
"Find in selection": "Pesquisar na selec\u00e7\u00e3o",
|
|
196
|
+
"Spellcheck": "Corretor ortogr\u00e1fico",
|
|
197
|
+
"Spellcheck Language": "Idioma de verifica\u00e7\u00e3o lingu\u00edstica",
|
|
198
|
+
"No misspellings found.": "N\u00e3o foram encontrados erros ortogr\u00e1ficos.",
|
|
191
199
|
"Ignore": "Ignorar",
|
|
192
200
|
"Ignore all": "Ignorar tudo",
|
|
193
201
|
"Finish": "Concluir",
|
|
@@ -218,6 +226,7 @@ tinymce.addI18n('pt_PT',{
|
|
|
218
226
|
"Height": "Altura",
|
|
219
227
|
"Cell spacing": "Espa\u00e7amento entre c\u00e9lulas",
|
|
220
228
|
"Cell padding": "Espa\u00e7amento interno da c\u00e9lula",
|
|
229
|
+
"Caption": "Legenda",
|
|
221
230
|
"Show caption": "Mostrar legenda",
|
|
222
231
|
"Left": "Esquerda",
|
|
223
232
|
"Center": "Centro",
|
|
@@ -377,32 +386,68 @@ tinymce.addI18n('pt_PT',{
|
|
|
377
386
|
"formatting": "formata\u00e7\u00e3o",
|
|
378
387
|
"alignment": "alinhamento",
|
|
379
388
|
"indentation": "avan\u00e7o",
|
|
380
|
-
"permanent pen": "caneta permanente",
|
|
381
|
-
"comments": "coment\u00e1rios",
|
|
382
|
-
"Format Painter": "Pincel de formata\u00e7\u00e3o",
|
|
383
|
-
"Insert\/edit iframe": "Inserir\/editar iframe",
|
|
384
|
-
"Capitalization": "Capitaliza\u00e7\u00e3o",
|
|
385
|
-
"lowercase": "min\u00fasculas",
|
|
386
|
-
"UPPERCASE": "MAI\u00daSCULAS",
|
|
387
|
-
"Title Case": "Iniciais mai\u00fasculas",
|
|
388
|
-
"Permanent Pen Properties": "Propriedades da Caneta Permanente",
|
|
389
|
-
"Permanent pen properties...": "Propriedades da caneta permanente...",
|
|
390
389
|
"Font": "Tipo de letra",
|
|
391
390
|
"Size": "Tamanho",
|
|
392
391
|
"More...": "Mais...",
|
|
393
|
-
"Spellcheck Language": "Idioma de verifica\u00e7\u00e3o lingu\u00edstica",
|
|
394
392
|
"Select...": "Selecionar...",
|
|
395
393
|
"Preferences": "Prefer\u00eancias",
|
|
396
394
|
"Yes": "Sim",
|
|
397
395
|
"No": "N\u00e3o",
|
|
398
396
|
"Keyboard Navigation": "Navega\u00e7\u00e3o com teclado",
|
|
399
397
|
"Version": "Vers\u00e3o",
|
|
398
|
+
"Code view": "Vista do c\u00f3digo-fonte",
|
|
399
|
+
"Open popup menu for split buttons": "Abrir o menu popup para bot\u00f5es divididos",
|
|
400
|
+
"List Properties": "Propriedades da lista",
|
|
401
|
+
"List properties...": "Propriedades da lista\u2026",
|
|
402
|
+
"Start list at number": "Come\u00e7ar a lista pelo n\u00famero",
|
|
403
|
+
"Line height": "Altura da linha",
|
|
404
|
+
"comments": "coment\u00e1rios",
|
|
405
|
+
"Format Painter": "Pincel de formata\u00e7\u00e3o",
|
|
406
|
+
"Insert\/edit iframe": "Inserir\/editar iframe",
|
|
407
|
+
"Capitalization": "Capitaliza\u00e7\u00e3o",
|
|
408
|
+
"lowercase": "min\u00fasculas",
|
|
409
|
+
"UPPERCASE": "MAI\u00daSCULAS",
|
|
410
|
+
"Title Case": "Iniciais mai\u00fasculas",
|
|
411
|
+
"permanent pen": "caneta permanente",
|
|
412
|
+
"Permanent Pen Properties": "Propriedades da Caneta Permanente",
|
|
413
|
+
"Permanent pen properties...": "Propriedades da caneta permanente...",
|
|
414
|
+
"case change": "mudan\u00e7a de capitaliza\u00e7\u00e3o",
|
|
415
|
+
"page embed": "incorporar p\u00e1gina",
|
|
416
|
+
"Advanced sort...": "Ordena\u00e7\u00e3o avan\u00e7ada\u2026",
|
|
417
|
+
"Advanced Sort": "Ordena\u00e7\u00e3o avan\u00e7ada",
|
|
418
|
+
"Sort table by column ascending": "Ordenar tabela por coluna ascendente",
|
|
419
|
+
"Sort table by column descending": "Ordenar tabela por coluna descendente",
|
|
420
|
+
"Sort": "Ordenar",
|
|
421
|
+
"Order": "Ordem",
|
|
422
|
+
"Sort by": "Ordenar por",
|
|
423
|
+
"Ascending": "Ascendente",
|
|
424
|
+
"Descending": "Descendente",
|
|
425
|
+
"Column {0}": "Coluna {0}",
|
|
426
|
+
"Row {0}": "Linha {0}",
|
|
427
|
+
"Spellcheck...": "Verifica\u00e7\u00e3o ortogr\u00e1fica...",
|
|
428
|
+
"Misspelled word": "Palavra mal escrita",
|
|
429
|
+
"Suggestions": "Sugest\u00f5es",
|
|
430
|
+
"Change": "Alterar",
|
|
431
|
+
"Finding word suggestions": "Encontrar sugest\u00f5es de palavras",
|
|
432
|
+
"Success": "Sucesso",
|
|
433
|
+
"Repair": "Reparar",
|
|
434
|
+
"Issue {0} of {1}": "Problema {0} de {1}",
|
|
435
|
+
"Images must be marked as decorative or have an alternative text description": "As imagens devem ser marcadas como decorativas ou ter uma descri\u00e7\u00e3o textual alternativa",
|
|
436
|
+
"Images must have an alternative text description. Decorative images are not allowed.": "As imagens devem ter uma descri\u00e7\u00e3o textual alternativa. N\u00e3o s\u00e3o permitidas imagens meramente decorativas.",
|
|
437
|
+
"Or provide alternative text:": "Ou forne\u00e7a um texto alternativo:",
|
|
438
|
+
"Make image decorative:": "Marque a imagem como decorativa:",
|
|
439
|
+
"ID attribute must be unique": "O atributo ID tem de ser \u00fanico",
|
|
440
|
+
"Make ID unique": "Tornar o ID \u00fanico",
|
|
441
|
+
"Keep this ID and remove all others": "Mantenha este ID e remova todos os outros",
|
|
442
|
+
"Remove this ID": "Remover este ID",
|
|
443
|
+
"Remove all IDs": "Remover todos os IDs",
|
|
444
|
+
"Checklist": "Lista de verifica\u00e7\u00e3o",
|
|
400
445
|
"Anchor": "\u00c2ncora",
|
|
401
446
|
"Special character": "Car\u00e1cter especial",
|
|
402
447
|
"Code sample": "Amostra de c\u00f3digo",
|
|
403
448
|
"Color": "Cor",
|
|
404
|
-
"Emoticons": "Emo\u00e7\u00f5es",
|
|
405
449
|
"Document properties": "Propriedades do documento",
|
|
450
|
+
"Image description": "Descri\u00e7\u00e3o da imagem",
|
|
406
451
|
"Image": "Imagem",
|
|
407
452
|
"Insert link": "Inserir liga\u00e7\u00e3o",
|
|
408
453
|
"Target": "Alvo",
|
|
@@ -413,7 +458,5 @@ tinymce.addI18n('pt_PT',{
|
|
|
413
458
|
"Prev": "Anterior",
|
|
414
459
|
"Find and replace": "Pesquisar e substituir",
|
|
415
460
|
"Whole words": "Palavras completas",
|
|
416
|
-
"Spellcheck": "Corretor ortogr\u00e1fico",
|
|
417
|
-
"Caption": "Legenda",
|
|
418
461
|
"Insert template": "Inserir modelo"
|
|
419
462
|
});
|
|
@@ -85,6 +85,7 @@ tinymce.addI18n('ro',{
|
|
|
85
85
|
"B": "B",
|
|
86
86
|
"Left to right": "St\u00e2nga la dreapta",
|
|
87
87
|
"Right to left": "Dreapta la st\u00e2nga",
|
|
88
|
+
"Emoticons": "Emoticoane",
|
|
88
89
|
"Emoticons...": "Emoticoane\u2026",
|
|
89
90
|
"Metadata and Document Properties": "Meta date \u0219i Propriet\u0103\u021bi Document",
|
|
90
91
|
"Title": "Titlu",
|
|
@@ -113,7 +114,9 @@ tinymce.addI18n('ro',{
|
|
|
113
114
|
"Handy Shortcuts": "Comenzi rapide accesibile",
|
|
114
115
|
"Horizontal line": "Linie orizontal\u0103",
|
|
115
116
|
"Insert\/edit image": "Inserare\/editarea imaginilor",
|
|
116
|
-
"
|
|
117
|
+
"Alternative description": "Descriere alternativ\u0103",
|
|
118
|
+
"Accessibility": "Accesibilitate",
|
|
119
|
+
"Image is decorative": "Imaginea este decorativ\u0103",
|
|
117
120
|
"Source": "Surs\u0103",
|
|
118
121
|
"Dimensions": "Dimensiuni",
|
|
119
122
|
"Constrain proportions": "Constr\u00e2nge propor\u021biile",
|
|
@@ -147,7 +150,6 @@ tinymce.addI18n('ro',{
|
|
|
147
150
|
"Back": "\u00cenapoi",
|
|
148
151
|
"Insert date\/time": "Insereaz\u0103 data\/ora",
|
|
149
152
|
"Date\/time": "Data\/ora",
|
|
150
|
-
"Insert\/Edit Link": "Inserare\/Editare link",
|
|
151
153
|
"Insert\/edit link": "Inserare\/editare link",
|
|
152
154
|
"Text to display": "Text de afi\u0219at",
|
|
153
155
|
"Url": "Url",
|
|
@@ -155,12 +157,14 @@ tinymce.addI18n('ro',{
|
|
|
155
157
|
"Current window": "Fereastra curent\u0103",
|
|
156
158
|
"None": "Nici unul",
|
|
157
159
|
"New window": "Fereastr\u0103 nou\u0103",
|
|
160
|
+
"Open link": "Deschide leg\u0103tur\u0103",
|
|
158
161
|
"Remove link": "\u0218terge link-ul",
|
|
159
162
|
"Anchors": "Ancor\u0103",
|
|
160
163
|
"Link...": "Link\u2026",
|
|
161
164
|
"Paste or type a link": "Introduce\u021bi un link",
|
|
162
165
|
"The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?": "URL-ul introdus pare s\u0103 fie o adres\u0103 de e-mail. Dori\u021bi s\u0103 ad\u0103uga\u021bi prefixul mailto: ?",
|
|
163
166
|
"The URL you entered seems to be an external link. Do you want to add the required http:\/\/ prefix?": "URL-ul introdus pare s\u0103 fie o adres\u0103 web. Dori\u021bi s\u0103 ad\u0103uga\u021bi prefixul http:\/\/ ?",
|
|
167
|
+
"The URL you entered seems to be an external link. Do you want to add the required https:\/\/ prefix?": "Adresa URL pe care a\u021bi introdus-o pare a fi un leg\u0103tur\u0103 extern\u0103. Dori\u021bi s\u0103 ad\u0103uga\u021bi prefixul https:\/\/ necesar?",
|
|
164
168
|
"Link list": "List\u0103 linkuri",
|
|
165
169
|
"Insert video": "Inserare video",
|
|
166
170
|
"Insert\/edit video": "Inserare\/editare video",
|
|
@@ -183,11 +187,15 @@ tinymce.addI18n('ro',{
|
|
|
183
187
|
"Replace all": "\u00cenlocuie\u015fte toate",
|
|
184
188
|
"Previous": "Anterior",
|
|
185
189
|
"Next": "Precedent",
|
|
190
|
+
"Find and Replace": "G\u0103si\u021bi \u0219i \u00eenlocui\u021bi",
|
|
186
191
|
"Find and replace...": "C\u0103utare \u0219i \u00eenlocuire\u2026",
|
|
187
192
|
"Could not find the specified string.": "Nu am putut g\u0103si \u0219irul specificat.",
|
|
188
193
|
"Match case": "Distinge majuscule\/minuscule",
|
|
189
194
|
"Find whole words only": "G\u0103se\u0219te doar cuvintele \u00eentregi",
|
|
190
|
-
"
|
|
195
|
+
"Find in selection": "G\u0103si\u021bi \u00een selec\u021bie",
|
|
196
|
+
"Spellcheck": "Verificarea ortografic\u0103",
|
|
197
|
+
"Spellcheck Language": "Verificare ortografic\u0103 a limbii",
|
|
198
|
+
"No misspellings found.": "Nu s-au g\u0103sit gre\u0219eli de ortografie.",
|
|
191
199
|
"Ignore": "Ignor\u0103",
|
|
192
200
|
"Ignore all": "Ignor\u0103 toate",
|
|
193
201
|
"Finish": "Finalizeaz\u0103",
|
|
@@ -218,6 +226,7 @@ tinymce.addI18n('ro',{
|
|
|
218
226
|
"Height": "\u00cen\u0103l\u0163ime",
|
|
219
227
|
"Cell spacing": "Spa\u021biere celule",
|
|
220
228
|
"Cell padding": "Spa\u021biere",
|
|
229
|
+
"Caption": "Titlu",
|
|
221
230
|
"Show caption": "Afi\u0219are captur\u0103",
|
|
222
231
|
"Left": "St\u00e2nga",
|
|
223
232
|
"Center": "Centru",
|
|
@@ -377,31 +386,67 @@ tinymce.addI18n('ro',{
|
|
|
377
386
|
"formatting": "formatare",
|
|
378
387
|
"alignment": "aliniere",
|
|
379
388
|
"indentation": "indentare",
|
|
380
|
-
"permanent pen": "stilou permanent",
|
|
381
|
-
"comments": "comentarii",
|
|
382
|
-
"Format Painter": "Descriptor de formate",
|
|
383
|
-
"Insert\/edit iframe": "Inserare\/editare icadru",
|
|
384
|
-
"Capitalization": "Scriere cu majuscule",
|
|
385
|
-
"lowercase": "litere mici",
|
|
386
|
-
"UPPERCASE": "MAJUSCULE",
|
|
387
|
-
"Title Case": "Ini\u021bial\u0103 majuscul\u0103",
|
|
388
|
-
"Permanent Pen Properties": "Propriet\u0103\u021bile stiloului permanent",
|
|
389
|
-
"Permanent pen properties...": "Propriet\u0103\u021bile stiloului permanent...",
|
|
390
389
|
"Font": "Font",
|
|
391
390
|
"Size": "Dimensiuni",
|
|
392
391
|
"More...": "Mai multe...",
|
|
393
|
-
"Spellcheck Language": "Verificare ortografic\u0103 a limbii",
|
|
394
392
|
"Select...": "Selectare...",
|
|
395
393
|
"Preferences": "Preferin\u021be",
|
|
396
394
|
"Yes": "Da",
|
|
397
395
|
"No": "Nu",
|
|
398
396
|
"Keyboard Navigation": "Navigare de la tastatur\u0103",
|
|
399
397
|
"Version": "Versiune",
|
|
398
|
+
"Code view": "Vizualizare cod",
|
|
399
|
+
"Open popup menu for split buttons": "Deschide\u021bi meniul pop-up pentru butoanele divizate",
|
|
400
|
+
"List Properties": "Propriet\u0103\u021bi list\u0103",
|
|
401
|
+
"List properties...": "Propriet\u0103\u021bi list\u0103...",
|
|
402
|
+
"Start list at number": "\u00cencepe\u021bi lista la num\u0103rul",
|
|
403
|
+
"Line height": "\u00cen\u0103l\u021bimea liniei",
|
|
404
|
+
"comments": "comentarii",
|
|
405
|
+
"Format Painter": "Descriptor de formate",
|
|
406
|
+
"Insert\/edit iframe": "Inserare\/editare icadru",
|
|
407
|
+
"Capitalization": "Scriere cu majuscule",
|
|
408
|
+
"lowercase": "litere mici",
|
|
409
|
+
"UPPERCASE": "MAJUSCULE",
|
|
410
|
+
"Title Case": "Ini\u021bial\u0103 majuscul\u0103",
|
|
411
|
+
"permanent pen": "stilou permanent",
|
|
412
|
+
"Permanent Pen Properties": "Propriet\u0103\u021bile stiloului permanent",
|
|
413
|
+
"Permanent pen properties...": "Propriet\u0103\u021bile stiloului permanent...",
|
|
414
|
+
"case change": "schimbarea cazului",
|
|
415
|
+
"page embed": "\u00eencorporare pagin\u0103",
|
|
416
|
+
"Advanced sort...": "Sortare avansat\u0103...",
|
|
417
|
+
"Advanced Sort": "Sortare avansat\u0103",
|
|
418
|
+
"Sort table by column ascending": "Sorta\u021bi tabelul dup\u0103 coloan\u0103 cresc\u0103toare",
|
|
419
|
+
"Sort table by column descending": "Sorta\u021bi tabelul dup\u0103 coloan\u0103 descresc\u0103toare",
|
|
420
|
+
"Sort": "Sortare",
|
|
421
|
+
"Order": "Ordonare",
|
|
422
|
+
"Sort by": "Soreaz\u0103 dup\u0103",
|
|
423
|
+
"Ascending": "Cresc\u0103tor",
|
|
424
|
+
"Descending": "Descresc\u0103tor",
|
|
425
|
+
"Column {0}": "Coloan\u0103 {0}",
|
|
426
|
+
"Row {0}": "R\u00e2nd {0}",
|
|
427
|
+
"Spellcheck...": "Verificare a ortografiei...",
|
|
428
|
+
"Misspelled word": "Cuv\u00e2nt scris gre\u0219it",
|
|
429
|
+
"Suggestions": "Sugestii",
|
|
430
|
+
"Change": "Schimbare",
|
|
431
|
+
"Finding word suggestions": "G\u0103se\u0219te sugestii de cuvinte",
|
|
432
|
+
"Success": "Succes",
|
|
433
|
+
"Repair": "Repar\u0103",
|
|
434
|
+
"Issue {0} of {1}": "Num\u0103rul {0} din {1}",
|
|
435
|
+
"Images must be marked as decorative or have an alternative text description": "Imaginile trebuie s\u0103 fie marcate ca decorative sau s\u0103 aib\u0103 o descriere alternativ\u0103 a textului",
|
|
436
|
+
"Images must have an alternative text description. Decorative images are not allowed.": "Imaginile trebuie s\u0103 aib\u0103 o descriere alternativ\u0103 a textului. Imaginile decorative nu sunt permise.",
|
|
437
|
+
"Or provide alternative text:": "Sau furniza\u021bi un text alternativ:",
|
|
438
|
+
"Make image decorative:": "Face\u021bi imaginea decorativ\u0103:",
|
|
439
|
+
"ID attribute must be unique": "Atributul ID trebuie s\u0103 fie unic",
|
|
440
|
+
"Make ID unique": "Face\u021bi ID-ul unic",
|
|
441
|
+
"Keep this ID and remove all others": "P\u0103stra\u021bi acest ID \u0219i elimina\u021bi pe toate celelalte",
|
|
442
|
+
"Remove this ID": "Elimina\u021bi acest ID",
|
|
443
|
+
"Remove all IDs": "Elimina\u021bi toate ID-urile",
|
|
444
|
+
"Checklist": "Lista de verificare",
|
|
400
445
|
"Anchor": "Ancor\u0103",
|
|
401
446
|
"Special character": "Caractere speciale",
|
|
402
447
|
"Color": "Culoare",
|
|
403
|
-
"Emoticons": "Emoticoane",
|
|
404
448
|
"Document properties": "Propriet\u0103\u021bi document",
|
|
449
|
+
"Image description": "Descrierea imaginii",
|
|
405
450
|
"Image": "Imagine",
|
|
406
451
|
"Insert link": "Inserare link",
|
|
407
452
|
"Link": "Link",
|
|
@@ -412,7 +457,5 @@ tinymce.addI18n('ro',{
|
|
|
412
457
|
"Whole words": "Doar cuv\u00eentul \u00eentreg",
|
|
413
458
|
"Find and replace": "Caut\u0103 \u015fi \u00eenlocuie\u015fte",
|
|
414
459
|
"Prev": "Anterior",
|
|
415
|
-
"Spellcheck": "Verificarea ortografic\u0103",
|
|
416
|
-
"Caption": "Titlu",
|
|
417
460
|
"Insert template": "Insereaz\u0103 \u0219ablon"
|
|
418
461
|
});
|
|
@@ -74,7 +74,7 @@ tinymce.addI18n('ro_RO',{
|
|
|
74
74
|
"Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.": "Id-ul ar trebui s\u0103 \u00eenceap\u0103 cu o liter\u0103, urmat\u0103 doar de litere, numere, cratime, puncte, virgule sau sublinieri.",
|
|
75
75
|
"You have unsaved changes are you sure you want to navigate away?": "Ave\u021bi modific\u0103ri nesalvate. Sigur dori\u021bi s\u0103 naviga\u021bi \u00een alt\u0103 parte?",
|
|
76
76
|
"Restore last draft": "Restabili\u021bi ultima ciorn\u0103",
|
|
77
|
-
"Special
|
|
77
|
+
"Special character...": "Caracter special...",
|
|
78
78
|
"Source code": "Cod surs\u0103",
|
|
79
79
|
"Insert\/Edit code sample": "Inserare\/Editare mostr\u0103 cod",
|
|
80
80
|
"Language": "Limb\u0103",
|
|
@@ -251,6 +251,10 @@ tinymce.addI18n('ro_RO',{
|
|
|
251
251
|
"Show blocks": "Arat\u0103 rubricile",
|
|
252
252
|
"Show invisible characters": "Arat\u0103 caracterele invizibile",
|
|
253
253
|
"Word count": "Num\u0103r\u0103toare cuvinte",
|
|
254
|
+
"Count": "Num\u0103r",
|
|
255
|
+
"Document": "Document",
|
|
256
|
+
"Selection": "Selec\u021bie",
|
|
257
|
+
"Words": "Cuvinte",
|
|
254
258
|
"Words: {0}": "Cuvinte: {0}",
|
|
255
259
|
"{0} words": "{0} cuvinte",
|
|
256
260
|
"File": "Fi\u0219ier",
|
|
@@ -332,6 +336,7 @@ tinymce.addI18n('ro_RO',{
|
|
|
332
336
|
"Flags": "Steaguri",
|
|
333
337
|
"Characters": "Caractere",
|
|
334
338
|
"Characters (no spaces)": "Caractere (f\u0103r\u0103 spa\u021bii)",
|
|
339
|
+
"{0} characters": "{0} caractere",
|
|
335
340
|
"Error: Form submit field collision.": "Eroare: Coliziune c\u00e2mpuri la trimiterea formularului.",
|
|
336
341
|
"Error: No form element found.": "Eroare: Niciun element de formular g\u0103sit.",
|
|
337
342
|
"Update": "Actualizare",
|
|
@@ -356,6 +361,13 @@ tinymce.addI18n('ro_RO',{
|
|
|
356
361
|
"Dark Red": "Ro\u0219u \u00eenchis",
|
|
357
362
|
"Medium Gray": "Gri mediu",
|
|
358
363
|
"Dark Gray": "Gri \u00eenchis",
|
|
364
|
+
"Light Green": "Verde deschis",
|
|
365
|
+
"Light Yellow": "Galben deschis",
|
|
366
|
+
"Light Red": "Ro\u0219u deschis",
|
|
367
|
+
"Light Purple": "Violet deschis",
|
|
368
|
+
"Light Blue": "Albastru deschis",
|
|
369
|
+
"Dark Purple": "Mov \u00eenchis",
|
|
370
|
+
"Dark Blue": "Albastru \u00eenchis",
|
|
359
371
|
"Black": "Negru",
|
|
360
372
|
"White": "Alb",
|
|
361
373
|
"Switch to or from fullscreen mode": "Comutare pe sau de la modul ecran complet",
|
|
@@ -366,5 +378,23 @@ tinymce.addI18n('ro_RO',{
|
|
|
366
378
|
"alignment": "aliniere",
|
|
367
379
|
"indentation": "indentare",
|
|
368
380
|
"permanent pen": "stilou permanent",
|
|
369
|
-
"comments": "comentarii"
|
|
381
|
+
"comments": "comentarii",
|
|
382
|
+
"Format Painter": "Pictor de formate",
|
|
383
|
+
"Insert\/edit iframe": "Introduce\u021bi\/modifica\u021bi iframe",
|
|
384
|
+
"Capitalization": "Majuscule",
|
|
385
|
+
"lowercase": "Minuscule",
|
|
386
|
+
"UPPERCASE": "MAJUSCULE",
|
|
387
|
+
"Title Case": "Cazul titlului",
|
|
388
|
+
"Permanent Pen Properties": "Propriet\u0103\u021bi permanente stilou",
|
|
389
|
+
"Permanent pen properties...": "Propriet\u0103\u021bi permanente stilou...",
|
|
390
|
+
"Font": "Fontul",
|
|
391
|
+
"Size": "M\u0103rimea",
|
|
392
|
+
"More...": "Mai mult...",
|
|
393
|
+
"Spellcheck Language": "Verificarea ortografic\u0103",
|
|
394
|
+
"Select...": "Selecteaz\u0103...",
|
|
395
|
+
"Preferences": "Preferin\u021be",
|
|
396
|
+
"Yes": "Da",
|
|
397
|
+
"No": "Nu",
|
|
398
|
+
"Keyboard Navigation": "Navigare cu tastatura",
|
|
399
|
+
"Version": "Versiune"
|
|
370
400
|
});
|