tinymce-rails-langs 4.20130625 → 4.20140129
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.
- data/vendor/assets/javascripts/tinymce/langs/ar.js +23 -1
- data/vendor/assets/javascripts/tinymce/langs/az.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/be.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/bg_BG.js +28 -7
- data/vendor/assets/javascripts/tinymce/langs/bs.js +5 -1
- data/vendor/assets/javascripts/tinymce/langs/ca.js +63 -3
- data/vendor/assets/javascripts/tinymce/langs/cs.js +4 -0
- data/vendor/assets/javascripts/tinymce/langs/cy.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/da.js +24 -3
- data/vendor/assets/javascripts/tinymce/langs/de.js +110 -89
- data/vendor/assets/javascripts/tinymce/langs/de_AT.js +32 -11
- data/vendor/assets/javascripts/tinymce/langs/dv.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/el.js +141 -120
- data/vendor/assets/javascripts/tinymce/langs/en_CA.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/en_GB.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/es.js +23 -2
- data/vendor/assets/javascripts/tinymce/langs/et.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/eu.js +4 -0
- data/vendor/assets/javascripts/tinymce/langs/fa.js +18 -12
- data/vendor/assets/javascripts/tinymce/langs/fi.js +21 -0
- data/vendor/assets/javascripts/tinymce/langs/fr_FR.js +21 -2
- data/vendor/assets/javascripts/tinymce/langs/gl.js +32 -11
- data/vendor/assets/javascripts/tinymce/langs/he_IL.js +38 -16
- data/vendor/assets/javascripts/tinymce/langs/hr.js +19 -0
- data/vendor/assets/javascripts/tinymce/langs/hu_HU.js +5 -1
- data/vendor/assets/javascripts/tinymce/langs/hy.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/id.js +71 -0
- data/vendor/assets/javascripts/tinymce/langs/is_IS.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/it.js +21 -0
- data/vendor/assets/javascripts/tinymce/langs/ja.js +18 -0
- data/vendor/assets/javascripts/tinymce/langs/kk.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/km_KH.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/ko_KR.js +39 -20
- data/vendor/assets/javascripts/tinymce/langs/lb.js +14 -12
- data/vendor/assets/javascripts/tinymce/langs/lt.js +15 -0
- data/vendor/assets/javascripts/tinymce/langs/lv.js +19 -0
- data/vendor/assets/javascripts/tinymce/langs/ml_IN.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/nb_NO.js +11 -7
- data/vendor/assets/javascripts/tinymce/langs/nl.js +36 -32
- data/vendor/assets/javascripts/tinymce/langs/pl.js +22 -2
- data/vendor/assets/javascripts/tinymce/langs/pt_BR.js +5 -1
- data/vendor/assets/javascripts/tinymce/langs/pt_PT.js +169 -148
- data/vendor/assets/javascripts/tinymce/langs/ro.js +24 -3
- data/vendor/assets/javascripts/tinymce/langs/ru.js +5 -0
- data/vendor/assets/javascripts/tinymce/langs/sk.js +21 -0
- data/vendor/assets/javascripts/tinymce/langs/sl_SI.js +30 -5
- data/vendor/assets/javascripts/tinymce/langs/sr.js +35 -10
- data/vendor/assets/javascripts/tinymce/langs/sv_SE.js +19 -15
- data/vendor/assets/javascripts/tinymce/langs/ta.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/ta_IN.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/tg.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/th_TH.js +21 -0
- data/vendor/assets/javascripts/tinymce/langs/tr_TR.js +21 -0
- data/vendor/assets/javascripts/tinymce/langs/ug.js +3 -0
- data/vendor/assets/javascripts/tinymce/langs/uk.js +23 -2
- data/vendor/assets/javascripts/tinymce/langs/uk_UA.js +177 -0
- data/vendor/assets/javascripts/tinymce/langs/vi.js +137 -0
- data/vendor/assets/javascripts/tinymce/langs/vi_VN.js +17 -0
- data/vendor/assets/javascripts/tinymce/langs/zh_CN.js +13 -9
- data/vendor/assets/javascripts/tinymce/langs/zh_TW.js +58 -37
- metadata +22 -3
@@ -2,13 +2,14 @@ tinymce.addI18n('nb_NO',{
|
|
2
2
|
"Cut": "Klipp ut",
|
3
3
|
"Header 2": "Overskrift 2",
|
4
4
|
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Nettleseren din st\u00f8tter ikke direkte tilgang til utklippsboken. Bruk istedet tastatur-snarveiene Ctrl+X\/C\/V, eller Cmd+X\/C\/V p\u00e5 Mac.",
|
5
|
-
"Div": "
|
5
|
+
"Div": "Delblokk <div>",
|
6
6
|
"Paste": "Lim inn",
|
7
7
|
"Close": "Lukk",
|
8
|
-
"
|
8
|
+
"Font Family": "Skriftsnitt",
|
9
|
+
"Pre": "Definert <pre>",
|
9
10
|
"Align right": "H\u00f8yrejustert",
|
10
11
|
"New document": "Nytt dokument",
|
11
|
-
"Blockquote": "
|
12
|
+
"Blockquote": "Sitatblokk <blockquote>",
|
12
13
|
"Numbered list": "Nummerliste",
|
13
14
|
"Increase indent": "\u00d8k innrykk",
|
14
15
|
"Formats": "Stiler",
|
@@ -22,13 +23,14 @@ tinymce.addI18n('nb_NO',{
|
|
22
23
|
"Header 1": "Overskrift 1",
|
23
24
|
"Superscript": "Hevet skrift",
|
24
25
|
"Clear formatting": "Fjern formateringer",
|
26
|
+
"Font Sizes": "St\u00f8rrelse",
|
25
27
|
"Subscript": "Senket skrift",
|
26
28
|
"Header 6": "Overskrift 6",
|
27
29
|
"Redo": "Utf\u00f8r likevel",
|
28
|
-
"Paragraph": "Avsnitt",
|
30
|
+
"Paragraph": "Avsnitt <p>",
|
29
31
|
"Ok": "OK",
|
30
32
|
"Bold": "Halvfet",
|
31
|
-
"Code": "Kode",
|
33
|
+
"Code": "Kode <code>",
|
32
34
|
"Italic": "Kursiv",
|
33
35
|
"Align center": "Midtstilt",
|
34
36
|
"Header 5": "Overskrift 5",
|
@@ -38,7 +40,7 @@ tinymce.addI18n('nb_NO',{
|
|
38
40
|
"Underline": "Understreket",
|
39
41
|
"Cancel": "Avbryt",
|
40
42
|
"Justify": "Juster alle linjer",
|
41
|
-
"Inline": "Innkapslet
|
43
|
+
"Inline": "Innkapslet <span>",
|
42
44
|
"Copy": "Kopier",
|
43
45
|
"Align left": "Venstrejustert",
|
44
46
|
"Visual aids": "Visuelle hjelpemidler",
|
@@ -53,7 +55,7 @@ tinymce.addI18n('nb_NO',{
|
|
53
55
|
"Lower Roman": "Romerske minuskler",
|
54
56
|
"Name": "Navn",
|
55
57
|
"Anchor": "Anker",
|
56
|
-
"You have unsaved changes are you sure you want to navigate away?": "
|
58
|
+
"You have unsaved changes are you sure you want to navigate away?": "Du har ikke arkivert endringene. Vil du fortsette uten \u00e5 arkivere?",
|
57
59
|
"Restore last draft": "Gjenopprett siste utkast",
|
58
60
|
"Special character": "Spesialtegn",
|
59
61
|
"Source code": "Kildekode",
|
@@ -85,6 +87,7 @@ tinymce.addI18n('nb_NO',{
|
|
85
87
|
"Remove link": "Fjern lenke",
|
86
88
|
"Url": "Url",
|
87
89
|
"Text to display": "Tekst som skal vises",
|
90
|
+
"Anchors": "Anker",
|
88
91
|
"Insert link": "Sett inn lenke",
|
89
92
|
"New window": "Nytt vindu",
|
90
93
|
"None": "Ingen",
|
@@ -98,6 +101,7 @@ tinymce.addI18n('nb_NO',{
|
|
98
101
|
"Embed": "Inkluder",
|
99
102
|
"Nonbreaking space": "Hardt mellomrom",
|
100
103
|
"Page break": "Sideskifte",
|
104
|
+
"Paste as text": "Lim inn som tekst",
|
101
105
|
"Preview": "Forh\u00e5ndsvisning",
|
102
106
|
"Print": "Skriv ut",
|
103
107
|
"Save": "Arkiver",
|
@@ -1,10 +1,11 @@
|
|
1
1
|
tinymce.addI18n('nl',{
|
2
2
|
"Cut": "Knippen",
|
3
|
-
"Header 2": "
|
3
|
+
"Header 2": "Kop 2",
|
4
4
|
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Uw browser ondersteunt geen toegang tot het clipboard. Gelieve ctrl+X\/C\/V sneltoetsen te gebruiken.",
|
5
5
|
"Div": "Div",
|
6
6
|
"Paste": "Plakken",
|
7
7
|
"Close": "Sluiten",
|
8
|
+
"Font Family": "Lettertype",
|
8
9
|
"Pre": "Pre",
|
9
10
|
"Align right": "Rechts uitlijnen",
|
10
11
|
"New document": "Nieuw document",
|
@@ -12,18 +13,19 @@ tinymce.addI18n('nl',{
|
|
12
13
|
"Numbered list": "Nummering",
|
13
14
|
"Increase indent": "Inspringen vergroten",
|
14
15
|
"Formats": "Opmaak",
|
15
|
-
"Headers": "
|
16
|
+
"Headers": "Kopteksten",
|
16
17
|
"Select all": "Alles selecteren",
|
17
|
-
"Header 3": "
|
18
|
+
"Header 3": "Kop 3",
|
18
19
|
"Blocks": "Blok",
|
19
20
|
"Undo": "Ongedaan maken",
|
20
|
-
"Strikethrough": "
|
21
|
+
"Strikethrough": "Doorhalen",
|
21
22
|
"Bullet list": "Opsommingsteken",
|
22
|
-
"Header 1": "
|
23
|
+
"Header 1": "Kop 1",
|
23
24
|
"Superscript": "Superscript",
|
24
|
-
"Clear formatting": "
|
25
|
+
"Clear formatting": "Opmaak verwijderen",
|
26
|
+
"Font Sizes": "Letter grootte",
|
25
27
|
"Subscript": "Subscript",
|
26
|
-
"Header 6": "
|
28
|
+
"Header 6": "Kop 6",
|
27
29
|
"Redo": "Opnieuw",
|
28
30
|
"Paragraph": "Paragraaf",
|
29
31
|
"Ok": "Ok\u00e9",
|
@@ -31,10 +33,10 @@ tinymce.addI18n('nl',{
|
|
31
33
|
"Code": "Code",
|
32
34
|
"Italic": "Schuin",
|
33
35
|
"Align center": "Centreren",
|
34
|
-
"Header 5": "
|
36
|
+
"Header 5": "Kop 5",
|
35
37
|
"Decrease indent": "Inspringen verkleinen",
|
36
|
-
"Header 4": "
|
37
|
-
"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Plakken
|
38
|
+
"Header 4": "Kop 4",
|
39
|
+
"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Plakken gebeurt nu als platte tekst. Tekst wordt nu ingevoegd zonder opmaak tenzij deze optie uitgeschakeld wordt.",
|
38
40
|
"Underline": "Onderstreept",
|
39
41
|
"Cancel": "Annuleren",
|
40
42
|
"Justify": "Uitlijnen",
|
@@ -42,28 +44,28 @@ tinymce.addI18n('nl',{
|
|
42
44
|
"Copy": "Kopi\u00ebren",
|
43
45
|
"Align left": "Links uitlijnen",
|
44
46
|
"Visual aids": "Hulpmiddelen",
|
45
|
-
"Lower Greek": "
|
47
|
+
"Lower Greek": "Griekse letters",
|
46
48
|
"Square": "Vierkant",
|
47
49
|
"Default": "Standaard",
|
48
|
-
"Lower Alpha": "
|
49
|
-
"Circle": "
|
50
|
-
"Disc": "
|
51
|
-
"Upper Alpha": "
|
52
|
-
"Upper Roman": "
|
53
|
-
"Lower Roman": "
|
50
|
+
"Lower Alpha": "Kleine letters",
|
51
|
+
"Circle": "Cirkel",
|
52
|
+
"Disc": "Bolletje",
|
53
|
+
"Upper Alpha": "Hoofdletters",
|
54
|
+
"Upper Roman": "Romeinse cijfers groot",
|
55
|
+
"Lower Roman": "Romeinse cijfers klein",
|
54
56
|
"Name": "Naam",
|
55
57
|
"Anchor": "Anker",
|
56
58
|
"You have unsaved changes are you sure you want to navigate away?": "U hebt niet alles opgeslagen bent u zeker dat u de pagina wenst te verlaten?",
|
57
|
-
"Restore last draft": "Herstel het laatste
|
59
|
+
"Restore last draft": "Herstel het laatste concept",
|
58
60
|
"Special character": "Speciale karakters",
|
59
61
|
"Source code": "Broncode",
|
60
62
|
"Right to left": "Rechts naar links",
|
61
63
|
"Left to right": "Links naar rechts",
|
62
|
-
"Emoticons": "
|
64
|
+
"Emoticons": "Emoticons",
|
63
65
|
"Robots": "Robots",
|
64
66
|
"Document properties": "Document eigenschappen",
|
65
67
|
"Title": "Titel",
|
66
|
-
"Keywords": "
|
68
|
+
"Keywords": "Sleutelwoorden",
|
67
69
|
"Encoding": "Codering",
|
68
70
|
"Description": "Omschrijving",
|
69
71
|
"Author": "Auteur",
|
@@ -79,12 +81,13 @@ tinymce.addI18n('nl',{
|
|
79
81
|
"Vertical space": "Verticale spatie",
|
80
82
|
"Image description": "Afbeelding omschrijving",
|
81
83
|
"Style": "Stijl",
|
82
|
-
"Dimensions": "
|
84
|
+
"Dimensions": "Afmetingen",
|
83
85
|
"Insert image": "Afbeelding invoegen",
|
84
|
-
"Insert date\/time": "
|
86
|
+
"Insert date\/time": "Voeg datum\/tijd in",
|
85
87
|
"Remove link": "Link verwijderen",
|
86
88
|
"Url": "Url",
|
87
|
-
"Text to display": "
|
89
|
+
"Text to display": "Linktekst",
|
90
|
+
"Anchors": "Anker",
|
88
91
|
"Insert link": "Hyperlink invoegen",
|
89
92
|
"New window": "Nieuw venster",
|
90
93
|
"None": "Geen",
|
@@ -96,13 +99,14 @@ tinymce.addI18n('nl',{
|
|
96
99
|
"Paste your embed code below:": "Plak u in te sluiten code hieronder:",
|
97
100
|
"Insert video": "Video invoegen",
|
98
101
|
"Embed": "insluiten",
|
99
|
-
"Nonbreaking space": "
|
100
|
-
"Page break": "
|
102
|
+
"Nonbreaking space": "Vaste spatie invoegen",
|
103
|
+
"Page break": "Pagina einde",
|
104
|
+
"Paste as text": "Plakken als tekst",
|
101
105
|
"Preview": "Voorbeeld",
|
102
106
|
"Print": "Print",
|
103
107
|
"Save": "Opslaan",
|
104
108
|
"Could not find the specified string.": "Geen resultaten gevonden",
|
105
|
-
"Replace": "
|
109
|
+
"Replace": "Vervangen",
|
106
110
|
"Next": "Volgende",
|
107
111
|
"Whole words": "alleen hele worden",
|
108
112
|
"Find and replace": "Zoek en vervang",
|
@@ -113,9 +117,9 @@ tinymce.addI18n('nl',{
|
|
113
117
|
"Prev": "Vorige",
|
114
118
|
"Spellcheck": "Spellingscontrole",
|
115
119
|
"Finish": "Einde",
|
116
|
-
"Ignore all": "
|
117
|
-
"Ignore": "
|
118
|
-
"Insert row before": "Voeg rij
|
120
|
+
"Ignore all": "Alles negeren",
|
121
|
+
"Ignore": "Negeren",
|
122
|
+
"Insert row before": "Voeg rij boven toe",
|
119
123
|
"Rows": "Rijen",
|
120
124
|
"Height": "Hoogte",
|
121
125
|
"Paste row after": "Plak rij achter",
|
@@ -147,7 +151,7 @@ tinymce.addI18n('nl',{
|
|
147
151
|
"Right": "Rechts",
|
148
152
|
"Insert column after": "Voeg kolom in na",
|
149
153
|
"Cols": "kollomen",
|
150
|
-
"Insert row after": "
|
154
|
+
"Insert row after": "Voeg rij onder toe",
|
151
155
|
"Width": "Breedte",
|
152
156
|
"Cell properties": "Cel eigenschappen",
|
153
157
|
"Left": "Links",
|
@@ -160,11 +164,11 @@ tinymce.addI18n('nl',{
|
|
160
164
|
"Background color": "Achtergrondkleur",
|
161
165
|
"Text color": "Tekstkleur",
|
162
166
|
"Show blocks": "Blokken tonen",
|
163
|
-
"Show invisible characters": "
|
167
|
+
"Show invisible characters": "Onzichtbare karakters tonen",
|
164
168
|
"Words: {0}": "Woorden: {0}",
|
165
169
|
"Insert": "Invoegen",
|
166
170
|
"File": "Bestand",
|
167
|
-
"Edit": "
|
171
|
+
"Edit": "Bewerken",
|
168
172
|
"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "Rich Text Area. Druk ALT-F9 voor de menu. Druk ALT-F10 voor de toolbar. Druk ALT-0 voor de help.",
|
169
173
|
"Tools": "gereedschap",
|
170
174
|
"View": "Beeld",
|
@@ -1,29 +1,46 @@
|
|
1
1
|
tinymce.addI18n('pl',{
|
2
2
|
"Cut": "Wytnij",
|
3
|
-
"
|
3
|
+
"Header 2": "Nag\u0142\u00f3wek 2",
|
4
|
+
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "Twoja przegl\u0105darka nie obs\u0142uguje bezpo\u015bredniego dost\u0119pu do schowka. U\u017cyj zamiast tego kombinacji klawiszy Ctrl+X\/C\/V.",
|
5
|
+
"Div": "Div",
|
4
6
|
"Paste": "Wklej",
|
5
7
|
"Close": "Zamknij",
|
8
|
+
"Font Family": "Kr\u00f3j czcionki",
|
9
|
+
"Pre": "Sformatowany tekst",
|
6
10
|
"Align right": "Wyr\u00f3wnaj do prawej",
|
7
11
|
"New document": "Nowy dokument",
|
12
|
+
"Blockquote": "Blok cytatu",
|
8
13
|
"Numbered list": "Lista numerowana",
|
9
14
|
"Increase indent": "Zwi\u0119ksz wci\u0119cie",
|
10
15
|
"Formats": "Formaty",
|
16
|
+
"Headers": "Nag\u0142\u00f3wki",
|
11
17
|
"Select all": "Zaznacz wszystko",
|
18
|
+
"Header 3": "Nag\u0142\u00f3wek 3",
|
19
|
+
"Blocks": "Bloki",
|
12
20
|
"Undo": "Cofnij",
|
13
21
|
"Strikethrough": "Przekre\u015blenie",
|
14
22
|
"Bullet list": "Lista wypunktowana",
|
23
|
+
"Header 1": "Nag\u0142\u00f3wek 1",
|
15
24
|
"Superscript": "Indeks g\u00f3rny",
|
16
25
|
"Clear formatting": "Wyczy\u015b\u0107 formatowanie",
|
26
|
+
"Font Sizes": "Rozmiar czcionki",
|
17
27
|
"Subscript": "Indeks dolny",
|
28
|
+
"Header 6": "Nag\u0142\u00f3wek 6",
|
18
29
|
"Redo": "Pon\u00f3w",
|
30
|
+
"Paragraph": "Akapit",
|
19
31
|
"Ok": "Ok",
|
20
32
|
"Bold": "Pogrubienie",
|
33
|
+
"Code": "Kod \u017ar\u00f3d\u0142owy",
|
21
34
|
"Italic": "Kursywa",
|
22
35
|
"Align center": "Wyr\u00f3wnaj do \u015brodka",
|
36
|
+
"Header 5": "Nag\u0142\u00f3wek 5",
|
23
37
|
"Decrease indent": "Zmniejsz wci\u0119cie",
|
38
|
+
"Header 4": "Nag\u0142\u00f3wek 4",
|
39
|
+
"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Wklejanie jest w trybie tekstowym. Zawarto\u015b\u0107 zostanie wklejona jako zwyk\u0142y tekst dop\u00f3ki nie wy\u0142\u0105czysz tej opcji.",
|
24
40
|
"Underline": "Podkre\u015blenie",
|
25
41
|
"Cancel": "Anuluj",
|
26
|
-
"Justify": "
|
42
|
+
"Justify": "Do lewej i prawej",
|
43
|
+
"Inline": "W tek\u015bcie",
|
27
44
|
"Copy": "Kopiuj",
|
28
45
|
"Align left": "Wyr\u00f3wnaj do lewej",
|
29
46
|
"Visual aids": "Pomoce wizualne",
|
@@ -67,8 +84,10 @@ tinymce.addI18n('pl',{
|
|
67
84
|
"Dimensions": "Wymiary",
|
68
85
|
"Insert image": "Wstaw obrazek",
|
69
86
|
"Insert date\/time": "Wstaw dat\u0119\/czas",
|
87
|
+
"Remove link": "Usu\u0144 link",
|
70
88
|
"Url": "Url",
|
71
89
|
"Text to display": "Tekst do wy\u015bwietlenia",
|
90
|
+
"Anchors": "Kotwice",
|
72
91
|
"Insert link": "Wstaw link",
|
73
92
|
"New window": "Nowe okno",
|
74
93
|
"None": "\u017baden",
|
@@ -82,6 +101,7 @@ tinymce.addI18n('pl',{
|
|
82
101
|
"Embed": "Osad\u017a",
|
83
102
|
"Nonbreaking space": "Nie\u0142amliwa spacja",
|
84
103
|
"Page break": "Podzia\u0142 strony",
|
104
|
+
"Paste as text": "Wklej jako zwyk\u0142y tekst",
|
85
105
|
"Preview": "Podgl\u0105d",
|
86
106
|
"Print": "Drukuj",
|
87
107
|
"Save": "Zapisz",
|
@@ -5,6 +5,7 @@ tinymce.addI18n('pt_BR',{
|
|
5
5
|
"Div": "Div",
|
6
6
|
"Paste": "Colar",
|
7
7
|
"Close": "Fechar",
|
8
|
+
"Font Family": "Fonte",
|
8
9
|
"Pre": "Pre",
|
9
10
|
"Align right": "Alinhar \u00e0 direita",
|
10
11
|
"New document": "Novo documento",
|
@@ -22,6 +23,7 @@ tinymce.addI18n('pt_BR',{
|
|
22
23
|
"Header 1": "Cabe\u00e7alho 1",
|
23
24
|
"Superscript": "Sobrescrever",
|
24
25
|
"Clear formatting": "Limpar formata\u00e7\u00e3o",
|
26
|
+
"Font Sizes": "Tamanho",
|
25
27
|
"Subscript": "Subscrever",
|
26
28
|
"Header 6": "Cabe\u00e7alho 6",
|
27
29
|
"Redo": "Refazer",
|
@@ -34,7 +36,7 @@ tinymce.addI18n('pt_BR',{
|
|
34
36
|
"Header 5": "Cabe\u00e7alho 5",
|
35
37
|
"Decrease indent": "Diminuir recuo",
|
36
38
|
"Header 4": "Cabe\u00e7alho 4",
|
37
|
-
"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "O comando colar est\u00e1 em modo texto plano. O conte\u00fado ser\u00e1 colado como texto plano at\u00e9 voc\u00ea desligar esta op\u00e7\u00e3o.",
|
39
|
+
"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "O comando colar est\u00e1 agora em modo texto plano. O conte\u00fado ser\u00e1 colado como texto plano at\u00e9 voc\u00ea desligar esta op\u00e7\u00e3o.",
|
38
40
|
"Underline": "Sublinhar",
|
39
41
|
"Cancel": "Cancelar",
|
40
42
|
"Justify": "Justificar",
|
@@ -85,6 +87,7 @@ tinymce.addI18n('pt_BR',{
|
|
85
87
|
"Remove link": "Remover link",
|
86
88
|
"Url": "Url",
|
87
89
|
"Text to display": "Texto para mostrar",
|
90
|
+
"Anchors": "\u00c2ncoras",
|
88
91
|
"Insert link": "Inserir link",
|
89
92
|
"New window": "Nova janela",
|
90
93
|
"None": "Nenhum",
|
@@ -98,6 +101,7 @@ tinymce.addI18n('pt_BR',{
|
|
98
101
|
"Embed": "Incorporar",
|
99
102
|
"Nonbreaking space": "Espa\u00e7o n\u00e3o separ\u00e1vel",
|
100
103
|
"Page break": "Quebra de p\u00e1gina",
|
104
|
+
"Paste as text": "Colar como texto",
|
101
105
|
"Preview": "Pr\u00e9-visualizar",
|
102
106
|
"Print": "Imprimir",
|
103
107
|
"Save": "Salvar",
|
@@ -1,152 +1,173 @@
|
|
1
1
|
tinymce.addI18n('pt_PT',{
|
2
|
-
"Cut": "
|
3
|
-
"
|
4
|
-
"
|
5
|
-
"
|
6
|
-
"
|
7
|
-
"
|
8
|
-
"
|
9
|
-
"
|
10
|
-
"
|
11
|
-
"
|
12
|
-
"
|
13
|
-
"
|
14
|
-
"
|
15
|
-
"
|
16
|
-
"
|
17
|
-
"
|
18
|
-
"
|
2
|
+
"Cut": "Cortar",
|
3
|
+
"Header 2": "Cabe\u00e7alho 2",
|
4
|
+
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X\/C\/V keyboard shortcuts instead.": "O seu navegador n\u00e3o suporta acesso directo \u00e0 \u00e1rea de transfer\u00eancia. Por favor use os atalhos Ctrl+X\/C\/V do seu teclado.",
|
5
|
+
"Div": "Div",
|
6
|
+
"Paste": "Colar",
|
7
|
+
"Close": "Fechar",
|
8
|
+
"Pre": "Pre",
|
9
|
+
"Align right": "Alinhar \u00e0 direita",
|
10
|
+
"New document": "Novo documento",
|
11
|
+
"Blockquote": "Cita\u00e7\u00e3o em bloco",
|
12
|
+
"Numbered list": "Lista numerada",
|
13
|
+
"Increase indent": "Aumentar avan\u00e7o",
|
14
|
+
"Formats": "Formatos",
|
15
|
+
"Headers": "Cabe\u00e7alhos",
|
16
|
+
"Select all": "Seleccionar tudo",
|
17
|
+
"Header 3": "Cabe\u00e7alho 3",
|
18
|
+
"Blocks": "Blocos",
|
19
|
+
"Undo": "Anular",
|
20
|
+
"Strikethrough": "Rasurado",
|
21
|
+
"Bullet list": "Lista com marcadores",
|
22
|
+
"Header 1": "Cabe\u00e7alho 1",
|
23
|
+
"Superscript": "Superior \u00e0 linha",
|
24
|
+
"Clear formatting": "Limpar formata\u00e7\u00e3o",
|
25
|
+
"Subscript": "Inferior \u00e0 linha",
|
26
|
+
"Header 6": "Cabe\u00e7alho 6",
|
27
|
+
"Redo": "Restaurar",
|
28
|
+
"Paragraph": "Par\u00e1grafo",
|
19
29
|
"Ok": "Ok",
|
20
|
-
"Bold": "
|
21
|
-
"
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"
|
25
|
-
"
|
26
|
-
"
|
27
|
-
"
|
28
|
-
"
|
29
|
-
"
|
30
|
-
"
|
31
|
-
"
|
32
|
-
"
|
33
|
-
"
|
34
|
-
"
|
35
|
-
"
|
36
|
-
"
|
37
|
-
"
|
38
|
-
"Lower
|
39
|
-
"
|
40
|
-
"
|
41
|
-
"
|
42
|
-
"
|
43
|
-
"
|
44
|
-
"
|
45
|
-
"
|
46
|
-
"
|
47
|
-
"
|
48
|
-
"
|
49
|
-
"
|
50
|
-
"
|
51
|
-
"
|
52
|
-
"
|
53
|
-
"
|
54
|
-
"
|
55
|
-
"
|
56
|
-
"
|
57
|
-
"
|
58
|
-
"
|
59
|
-
"
|
60
|
-
"
|
61
|
-
"
|
62
|
-
"
|
30
|
+
"Bold": "Negrito",
|
31
|
+
"Code": "C\u00f3digo",
|
32
|
+
"Italic": "It\u00e1lico",
|
33
|
+
"Align center": "Alinhar ao centro",
|
34
|
+
"Header 5": "Cabe\u00e7alho 5",
|
35
|
+
"Decrease indent": "Diminuir avan\u00e7o",
|
36
|
+
"Header 4": "Cabe\u00e7alho 4",
|
37
|
+
"Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "O comando colar est\u00e1 em modo de texto plano. O conte\u00fado ser\u00e1 colado como texto plano at\u00e9 desactivar esta op\u00e7\u00e3o.",
|
38
|
+
"Underline": "Sublinhado",
|
39
|
+
"Cancel": "Cancelar",
|
40
|
+
"Justify": "Justificado",
|
41
|
+
"Inline": "Inline",
|
42
|
+
"Copy": "Copiar",
|
43
|
+
"Align left": "Alinhar \u00e0 esquerda",
|
44
|
+
"Visual aids": "Ajuda visual",
|
45
|
+
"Lower Greek": "\\u03b1. \\u03b2. \\u03b3. ...",
|
46
|
+
"Square": "Quadrado",
|
47
|
+
"Default": "Padr\u00e3o",
|
48
|
+
"Lower Alpha": "a. b. c. ...",
|
49
|
+
"Circle": "C\u00edrculo",
|
50
|
+
"Disc": "Disco",
|
51
|
+
"Upper Alpha": "A. B. C. ...",
|
52
|
+
"Upper Roman": "I. II. III. ...",
|
53
|
+
"Lower Roman": "i. ii. iii. ...",
|
54
|
+
"Name": "Nome",
|
55
|
+
"Anchor": "\u00c2ncora",
|
56
|
+
"You have unsaved changes are you sure you want to navigate away?": "Tem altera\u00e7\u00f5es que ainda n\u00e3o foram guardadas, tem a certeza que pretende sair?",
|
57
|
+
"Restore last draft": "Restaurar o \u00faltimo rascunho",
|
58
|
+
"Special character": "Car\u00e1cter especial",
|
59
|
+
"Source code": "C\u00f3digo fonte",
|
60
|
+
"Right to left": "Da direita para a esquerda",
|
61
|
+
"Left to right": "Da esquerda para a direita",
|
62
|
+
"Emoticons": "\u00cdcones expressivos",
|
63
|
+
"Robots": "Rob\u00f4s",
|
64
|
+
"Document properties": "Propriedades do documento",
|
65
|
+
"Title": "T\u00edtulo",
|
66
|
+
"Keywords": "Palavras-chave",
|
67
|
+
"Encoding": "Codifica\u00e7\u00e3o",
|
68
|
+
"Description": "Descri\u00e7\u00e3o",
|
69
|
+
"Author": "Autor",
|
70
|
+
"Fullscreen": "Ecr\u00e3 completo",
|
71
|
+
"Horizontal line": "Linha horizontal",
|
72
|
+
"Horizontal space": "Espa\u00e7amento horizontal",
|
73
|
+
"Insert\/edit image": "Inserir\/editar imagem",
|
74
|
+
"General": "Geral",
|
75
|
+
"Advanced": "Avan\u00e7ado",
|
76
|
+
"Source": "Localiza\u00e7\u00e3o",
|
77
|
+
"Border": "Contorno",
|
78
|
+
"Constrain proportions": "Manter propor\u00e7\u00f5es",
|
79
|
+
"Vertical space": "Espa\u00e7amento vertical",
|
80
|
+
"Image description": "Descri\u00e7\u00e3o da imagem",
|
81
|
+
"Style": "Estilo",
|
82
|
+
"Dimensions": "Dimens\u00f5es",
|
83
|
+
"Insert image": "Inserir imagem",
|
84
|
+
"Insert date\/time": "Inserir data\/hora",
|
85
|
+
"Remove link": "Remover link",
|
63
86
|
"Url": "Url",
|
64
|
-
"Text to display": "
|
65
|
-
"Insert link": "
|
66
|
-
"New window": "
|
67
|
-
"None": "
|
68
|
-
"Target": "
|
69
|
-
"Insert\/edit link": "
|
70
|
-
"Insert\/edit video": "
|
71
|
-
"
|
72
|
-
"
|
73
|
-
"
|
74
|
-
"
|
75
|
-
"
|
76
|
-
"
|
77
|
-
"
|
78
|
-
"
|
79
|
-
"
|
80
|
-
"
|
81
|
-
"
|
82
|
-
"
|
83
|
-
"
|
84
|
-
"
|
85
|
-
"
|
86
|
-
"
|
87
|
-
"
|
88
|
-
"
|
89
|
-
"
|
90
|
-
"
|
91
|
-
"
|
92
|
-
"
|
93
|
-
"
|
94
|
-
"Ignore
|
95
|
-
"
|
96
|
-
"
|
97
|
-
"
|
98
|
-
"
|
99
|
-
"
|
100
|
-
"
|
101
|
-
"
|
102
|
-
"
|
103
|
-
"
|
104
|
-
"
|
105
|
-
"Cell
|
106
|
-
"
|
107
|
-
"
|
108
|
-
"
|
109
|
-
"
|
110
|
-
"
|
111
|
-
"
|
112
|
-
"
|
113
|
-
"
|
114
|
-
"
|
115
|
-
"
|
116
|
-
"
|
117
|
-
"
|
118
|
-
"
|
119
|
-
"
|
120
|
-
"
|
121
|
-
"
|
122
|
-
"
|
123
|
-
"Row
|
124
|
-
"
|
125
|
-
"
|
126
|
-
"
|
127
|
-
"Insert
|
128
|
-
"
|
129
|
-
"
|
130
|
-
"
|
131
|
-
"
|
132
|
-
"
|
133
|
-
"
|
134
|
-
"
|
135
|
-
"
|
136
|
-
"
|
137
|
-
"
|
138
|
-
"
|
139
|
-
"
|
140
|
-
"
|
141
|
-
"
|
142
|
-
"
|
143
|
-
"
|
144
|
-
"
|
145
|
-
"
|
146
|
-
"
|
147
|
-
"
|
148
|
-
"
|
149
|
-
"
|
150
|
-
"Table": "Table",
|
151
|
-
"Format": "Format"
|
87
|
+
"Text to display": "Texto a exibir",
|
88
|
+
"Insert link": "Inserir link",
|
89
|
+
"New window": "Nova janela",
|
90
|
+
"None": "Nenhum",
|
91
|
+
"Target": "Alvo",
|
92
|
+
"Insert\/edit link": "Inserir\/editar link",
|
93
|
+
"Insert\/edit video": "Inserir\/editar v\u00eddeo",
|
94
|
+
"Poster": "Autor",
|
95
|
+
"Alternative source": "Localiza\u00e7\u00e3o alternativa",
|
96
|
+
"Paste your embed code below:": "Insira o c\u00f3digo de incorpora\u00e7\u00e3o abaixo:",
|
97
|
+
"Insert video": "Inserir v\u00eddeo",
|
98
|
+
"Embed": "Incorporar",
|
99
|
+
"Nonbreaking space": "Espa\u00e7amento n\u00e3o separ\u00e1vel",
|
100
|
+
"Page break": "Quebra de p\u00e1gina",
|
101
|
+
"Preview": "Pr\u00e9-visualizar",
|
102
|
+
"Print": "Imprimir",
|
103
|
+
"Save": "Guardar",
|
104
|
+
"Could not find the specified string.": "N\u00e3o foi poss\u00edvel localizar o termo especificado.",
|
105
|
+
"Replace": "Substituir",
|
106
|
+
"Next": "Pr\u00f3ximo",
|
107
|
+
"Whole words": "Palavras completas",
|
108
|
+
"Find and replace": "Localizar e substituir",
|
109
|
+
"Replace with": "Substituir por",
|
110
|
+
"Find": "Localizar",
|
111
|
+
"Replace all": "Substituir tudo",
|
112
|
+
"Match case": "Diferenciar mai\u00fasculas e min\u00fasculas",
|
113
|
+
"Prev": "Anterior",
|
114
|
+
"Spellcheck": "Corrector ortogr\u00e1fico",
|
115
|
+
"Finish": "Concluir",
|
116
|
+
"Ignore all": "Ignorar tudo",
|
117
|
+
"Ignore": "Ignorar",
|
118
|
+
"Insert row before": "Inserir linha antes",
|
119
|
+
"Rows": "Linhas",
|
120
|
+
"Height": "Altura",
|
121
|
+
"Paste row after": "Colar linha depois",
|
122
|
+
"Alignment": "Alinhamento",
|
123
|
+
"Column group": "Agrupar coluna",
|
124
|
+
"Row": "Linha",
|
125
|
+
"Insert column before": "Inserir coluna antes",
|
126
|
+
"Split cell": "Dividir c\u00e9lula",
|
127
|
+
"Cell padding": "Espa\u00e7amento interno da c\u00e9lula",
|
128
|
+
"Cell spacing": "Espa\u00e7amento da c\u00e9lula",
|
129
|
+
"Row type": "Tipo de linha",
|
130
|
+
"Insert table": "Inserir tabela",
|
131
|
+
"Body": "Corpo",
|
132
|
+
"Caption": "Legenda",
|
133
|
+
"Footer": "Rodap\u00e9",
|
134
|
+
"Delete row": "Eliminar linha",
|
135
|
+
"Paste row before": "Colar linha antes",
|
136
|
+
"Scope": "Escopo",
|
137
|
+
"Delete table": "Eliminar tabela",
|
138
|
+
"Header cell": "Cabe\u00e7alho da c\u00e9lula",
|
139
|
+
"Column": "Coluna",
|
140
|
+
"Cell": "C\u00e9lula",
|
141
|
+
"Header": "Cabe\u00e7alho",
|
142
|
+
"Cell type": "Tipo de c\u00e9lula",
|
143
|
+
"Copy row": "Copiar linha",
|
144
|
+
"Row properties": "Propriedades da linha",
|
145
|
+
"Table properties": "Propriedades da tabela",
|
146
|
+
"Row group": "Agrupar linha",
|
147
|
+
"Right": "Direita",
|
148
|
+
"Insert column after": "Inserir coluna depois",
|
149
|
+
"Cols": "Colunas",
|
150
|
+
"Insert row after": "Inserir linha depois",
|
151
|
+
"Width": "Largura",
|
152
|
+
"Cell properties": "Propriedades da c\u00e9lula",
|
153
|
+
"Left": "Esquerda",
|
154
|
+
"Cut row": "Cortar linha",
|
155
|
+
"Delete column": "Eliminar coluna",
|
156
|
+
"Center": "Centro",
|
157
|
+
"Merge cells": "Unir c\u00e9lulas",
|
158
|
+
"Insert template": "Inserir modelo",
|
159
|
+
"Templates": "Modelos",
|
160
|
+
"Background color": "Cor de fundo",
|
161
|
+
"Text color": "Cor do texto",
|
162
|
+
"Show blocks": "Mostrar blocos",
|
163
|
+
"Show invisible characters": "Mostrar caracteres \u00ednvisiveis",
|
164
|
+
"Words: {0}": "Palavras: {0}",
|
165
|
+
"Insert": "Inserir",
|
166
|
+
"File": "Ficheiro",
|
167
|
+
"Edit": "Editar",
|
168
|
+
"Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help": "\u00c1rea de texto formatado. Pressione ALT-F9 para exibir o menu. Pressione ALT-F10 para exibir a barra de ferramentas. Pressione ALT-0 para exibir a ajuda",
|
169
|
+
"Tools": "Ferramentas",
|
170
|
+
"View": "Ver",
|
171
|
+
"Table": "Tabela",
|
172
|
+
"Format": "Formatar"
|
152
173
|
});
|