@instructure/canvas-rce 5.12.2 → 5.13.1
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/CHANGELOG.md +33 -1
- package/es/common/fileUrl.js +5 -1
- package/es/defaultTinymceConfig.js +2 -1
- package/es/enhance-user-content/enhance_user_content.js +30 -1
- package/es/getTranslations.js +5 -1
- package/es/rce/RCEWrapper.js +63 -22
- package/es/rce/RCEWrapperProps.js +1 -0
- package/es/rce/StatusBar.js +5 -4
- package/es/rce/editorLanguage.js +2 -0
- package/es/rce/plugins/instructure_image/ImageEmbedOptions.js +1 -1
- package/es/rce/plugins/instructure_rce_external_tools/ExternalToolsEnv.js +6 -0
- package/es/rce/plugins/instructure_rce_external_tools/RceToolWrapper.js +30 -1
- package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialog.js +14 -1
- package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/processEditorContentItems.js +9 -3
- package/es/rce/plugins/instructure_rce_external_tools/plugin.js +3 -2
- package/es/rce/plugins/instructure_search_and_replace/clickCallback.js +55 -0
- package/es/rce/plugins/instructure_search_and_replace/components/FindReplaceTray.js +360 -0
- package/es/rce/plugins/instructure_search_and_replace/components/FindReplaceTrayController.js +139 -0
- package/es/rce/plugins/instructure_search_and_replace/getSelectionContext.js +68 -0
- package/es/rce/plugins/instructure_search_and_replace/plugin.js +39 -0
- package/es/rce/plugins/instructure_search_and_replace/types.d.js +1 -0
- package/es/rce/plugins/shared/fileTypeUtils.js +3 -1
- package/es/rce/plugins/tinymce-a11y-checker/plugin.js +11 -1
- package/es/rce/plugins/tinymce-a11y-checker/utils/indicate.js +1 -1
- package/es/rce/tinyRCE.js +3 -1
- package/es/translations/locales/ar.js +54 -0
- package/es/translations/locales/ca.js +54 -0
- package/es/translations/locales/cy.js +54 -0
- package/es/translations/locales/da-x-k12.js +54 -0
- package/es/translations/locales/da.js +54 -0
- package/es/translations/locales/de.js +54 -0
- package/es/translations/locales/el.js +9 -0
- package/es/translations/locales/en-AU-x-unimelb.js +54 -0
- package/es/translations/locales/en-GB-x-ukhe.js +54 -0
- package/es/translations/locales/en.js +54 -0
- package/es/translations/locales/en_AU.js +54 -0
- package/es/translations/locales/en_CA.js +54 -0
- package/es/translations/locales/en_CY.js +54 -0
- package/es/translations/locales/en_GB.js +54 -0
- package/es/translations/locales/es.js +54 -0
- package/es/translations/locales/es_ES.js +54 -0
- package/es/translations/locales/fa_IR.js +9 -0
- package/es/translations/locales/fi.js +54 -0
- package/es/translations/locales/fr.js +54 -0
- package/es/translations/locales/fr_CA.js +54 -0
- package/es/translations/locales/ga.js +2427 -0
- package/es/translations/locales/he.js +10 -1
- package/es/translations/locales/ht.js +54 -0
- package/es/translations/locales/hu.js +15 -0
- package/es/translations/locales/hy.js +9 -0
- package/es/translations/locales/id.js +55 -0
- package/es/translations/locales/id_ID.js +1 -0
- package/es/translations/locales/is.js +54 -0
- package/es/translations/locales/it.js +54 -0
- package/es/translations/locales/ja.js +61 -7
- package/es/translations/locales/ko.js +9 -0
- package/es/translations/locales/mi.js +54 -0
- package/es/translations/locales/ms.js +54 -0
- package/es/translations/locales/nb-x-k12.js +54 -0
- package/es/translations/locales/nb.js +54 -0
- package/es/translations/locales/nl.js +54 -0
- package/es/translations/locales/nn.js +9 -0
- package/es/translations/locales/pl.js +54 -0
- package/es/translations/locales/pt.js +54 -0
- package/es/translations/locales/pt_BR.js +54 -0
- package/es/translations/locales/ru.js +54 -0
- package/es/translations/locales/sl.js +54 -0
- package/es/translations/locales/sv-x-k12.js +54 -0
- package/es/translations/locales/sv.js +54 -0
- package/es/translations/locales/th.js +54 -0
- package/es/translations/locales/tr.js +9 -0
- package/es/translations/locales/uk_UA.js +9 -0
- package/es/translations/locales/vi.js +54 -0
- package/es/translations/locales/zh-Hans.js +54 -0
- package/es/translations/locales/zh-Hant.js +54 -0
- package/es/translations/locales/zh.js +54 -0
- package/es/translations/locales/zh_HK.js +54 -0
- package/es/translations/tinymce/ga.js +423 -0
- package/es/translations/tinymce/id.js +423 -0
- package/es/translations/tinymce/ja.js +1 -1
- package/package.json +3 -3
- package/scripts/commitTranslations.sh +2 -2
- package/scripts/publish_to_npm.sh +1 -1
- package/bin/jira_tickets.sh +0 -14
|
@@ -0,0 +1,423 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (C) 2024 - present Instructure, Inc.
|
|
3
|
+
*
|
|
4
|
+
* This file is part of Canvas.
|
|
5
|
+
*
|
|
6
|
+
* Canvas is free software: you can redistribute it and/or modify it under
|
|
7
|
+
* the terms of the GNU Affero General Public License as published by the Free
|
|
8
|
+
* Software Foundation, version 3 of the License.
|
|
9
|
+
*
|
|
10
|
+
* Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
11
|
+
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
12
|
+
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
|
13
|
+
* details.
|
|
14
|
+
*
|
|
15
|
+
* You should have received a copy of the GNU Affero General Public License along
|
|
16
|
+
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
17
|
+
*/
|
|
18
|
+
tinymce.addI18n('ga', {
|
|
19
|
+
Redo: 'Athdh\xe9an',
|
|
20
|
+
Undo: 'Cealaigh',
|
|
21
|
+
Cut: 'Gearr',
|
|
22
|
+
Copy: 'C\xf3ipe\xe1il',
|
|
23
|
+
Paste: 'Greamaigh',
|
|
24
|
+
'Select all': 'Roghnaigh uile',
|
|
25
|
+
'New document': 'C\xe1ip\xe9is nua',
|
|
26
|
+
Ok: 'OK',
|
|
27
|
+
Cancel: 'Cealaigh',
|
|
28
|
+
'Visual aids': '\xc1iseanna amhairc',
|
|
29
|
+
Bold: 'Trom',
|
|
30
|
+
Italic: 'Iod\xe1lach',
|
|
31
|
+
Underline: 'Fol\xedne',
|
|
32
|
+
Strikethrough: 'L\xedne tr\xedd',
|
|
33
|
+
Superscript: 'Forscript',
|
|
34
|
+
Subscript: 'Foscript',
|
|
35
|
+
'Clear formatting': 'Glan form\xe1idi\xfa',
|
|
36
|
+
Remove: '',
|
|
37
|
+
'Align left': 'Ail\xednigh ar chl\xe9',
|
|
38
|
+
'Align center': 'Ail\xednigh sa l\xe1r',
|
|
39
|
+
'Align right': 'Ail\xednigh ar dheis',
|
|
40
|
+
'No alignment': '',
|
|
41
|
+
Justify: 'Comhfhadaigh',
|
|
42
|
+
'Bullet list': 'Liosta Urchar',
|
|
43
|
+
'Numbered list': 'Liosta Uimhrithe',
|
|
44
|
+
'Decrease indent': 'Laghdaigh eang',
|
|
45
|
+
'Increase indent': 'M\xe9adaigh eang',
|
|
46
|
+
Close: 'D\xfan',
|
|
47
|
+
Formats: 'Form\xe1id\xed',
|
|
48
|
+
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": 'N\xed f\xe9idir le do bhrabhs\xe1la\xed teacht go d\xedreach ar an ngearrthaisce. Bain \xfas\xe1id as na haicearra\xed Ctrl+X/C/V. ',
|
|
49
|
+
Headings: 'Ceannteidil',
|
|
50
|
+
'Heading 1': 'Ceannteideal 1',
|
|
51
|
+
'Heading 2': 'Ceannteideal 2',
|
|
52
|
+
'Heading 3': 'Ceannteideal 3',
|
|
53
|
+
'Heading 4': 'Ceannteideal 4',
|
|
54
|
+
'Heading 5': 'Ceannteideal 5',
|
|
55
|
+
'Heading 6': 'Ceannteideal 6',
|
|
56
|
+
Preformatted: 'R\xe9amhfhorm\xe1idithe',
|
|
57
|
+
Div: 'Deighilt',
|
|
58
|
+
Pre: 'R\xe9amh',
|
|
59
|
+
Code: 'C\xf3d',
|
|
60
|
+
Paragraph: 'Alt',
|
|
61
|
+
Blockquote: 'Athfhriotal',
|
|
62
|
+
Inline: 'Inl\xedne',
|
|
63
|
+
Blocks: 'Blocanna',
|
|
64
|
+
'Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.': 'Sa m\xf3d gn\xe1th-th\xe9acs anois. Gream\xf3far \xe1bhar mar ghn\xe1th-th\xe9acs go dt\xed go m\xfachfaidh t\xfa an rogha seo.',
|
|
65
|
+
Fonts: 'Cl\xf3fhoirne',
|
|
66
|
+
'Font sizes': '',
|
|
67
|
+
Class: 'Aicme',
|
|
68
|
+
'Browse for an image': 'Brabhs\xe1il le haghaidh \xedomh\xe1',
|
|
69
|
+
OR: 'N\xd3',
|
|
70
|
+
'Drop an image here': 'Scaoil \xedomh\xe1 anseo',
|
|
71
|
+
Upload: 'Uasl\xf3d\xe1il',
|
|
72
|
+
'Uploading image': '',
|
|
73
|
+
Block: 'Bloc',
|
|
74
|
+
Align: 'Ail\xednigh',
|
|
75
|
+
Default: 'R\xe9amhshocr\xfa',
|
|
76
|
+
Circle: 'Ciorcal',
|
|
77
|
+
Disc: 'Diosca',
|
|
78
|
+
Square: 'Cearn\xf3g',
|
|
79
|
+
'Lower Alpha': 'Alfa Beag',
|
|
80
|
+
'Lower Greek': 'Litir Bheag Ghr\xe9agach',
|
|
81
|
+
'Lower Roman': 'Litir Bheag R\xf3mh\xe1nach',
|
|
82
|
+
'Upper Alpha': 'Alfa M\xf3r',
|
|
83
|
+
'Upper Roman': 'Litir Mh\xf3r R\xf3mh\xe1nach',
|
|
84
|
+
'Anchor...': 'Ancaire...',
|
|
85
|
+
Anchor: '',
|
|
86
|
+
Name: 'Ainm',
|
|
87
|
+
ID: '',
|
|
88
|
+
'ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.': '',
|
|
89
|
+
'You have unsaved changes are you sure you want to navigate away?': 'T\xe1 athruithe gan s\xe1bh\xe1il ann. An bhfuil t\xfa cinnte gur mhaith leat imeacht amach as seo?',
|
|
90
|
+
'Restore last draft': 'Oscail an dr\xe9acht is d\xe9ana\xed',
|
|
91
|
+
'Special character...': 'Carachtar speisialta,,,',
|
|
92
|
+
'Special Character': '',
|
|
93
|
+
'Source code': 'C\xf3d foinseach',
|
|
94
|
+
'Insert/Edit code sample': 'Cuir sampla c\xf3id isteach/in eagar',
|
|
95
|
+
Language: 'Teanga',
|
|
96
|
+
'Code sample...': 'Sampla c\xf3id',
|
|
97
|
+
'Left to right': 'Cl\xe9-go-deas',
|
|
98
|
+
'Right to left': 'Deas-go-cl\xe9',
|
|
99
|
+
Title: 'Teideal',
|
|
100
|
+
Fullscreen: 'L\xe1nsc\xe1ile\xe1n',
|
|
101
|
+
Action: 'Gn\xedomh',
|
|
102
|
+
Shortcut: 'Aicearra',
|
|
103
|
+
Help: 'Cabhair',
|
|
104
|
+
Address: 'Seoladh',
|
|
105
|
+
'Focus to menubar': 'F\xf3cas sa bharra roghchl\xe1ir',
|
|
106
|
+
'Focus to toolbar': 'F\xf3cas sa bharra uirlis\xed',
|
|
107
|
+
'Focus to element path': 'F\xf3cas sa chonair eiliminte',
|
|
108
|
+
'Focus to contextual toolbar': 'F\xf3cas sa bharra uirlis\xed comhth\xe9acs\xfail',
|
|
109
|
+
'Insert link (if link plugin activated)': 'Cuir nasc isteach (m\xe1 t\xe1 an breise\xe1n naisc ar si\xfal)',
|
|
110
|
+
'Save (if save plugin activated)': 'S\xe1bh\xe1il (m\xe1 t\xe1 an breise\xe1n s\xe1bh\xe1la ar si\xfal)',
|
|
111
|
+
'Find (if searchreplace plugin activated)': 'Aimsigh (m\xe1 t\xe1 an breise\xe1n cuardaigh ar si\xfal)',
|
|
112
|
+
'Plugins installed ({0}):': 'Breise\xe1in shuite\xe1ilte ({0}):',
|
|
113
|
+
'Premium plugins:': 'Scothbhreise\xe1in:',
|
|
114
|
+
'Learn more...': 'Tuilleadh eolais...',
|
|
115
|
+
'You are using {0}': 'T\xe1 t\xfa ag \xfas\xe1id {0}',
|
|
116
|
+
Plugins: 'Breise\xe1in',
|
|
117
|
+
'Handy Shortcuts': 'Aicearra\xed \xdas\xe1ideacha',
|
|
118
|
+
'Horizontal line': 'L\xedne chothrom\xe1nach',
|
|
119
|
+
'Insert/edit image': 'Cuir \xedomh\xe1 isteach/in eagar',
|
|
120
|
+
'Alternative description': '',
|
|
121
|
+
Accessibility: 'Inrochtaineacht',
|
|
122
|
+
'Image is decorative': '',
|
|
123
|
+
Source: 'Foinse',
|
|
124
|
+
Dimensions: 'Tois\xed',
|
|
125
|
+
'Constrain proportions': 'Comhr\xe9ir faoi ghlas',
|
|
126
|
+
General: 'Ginear\xe1lta',
|
|
127
|
+
Advanced: 'Casta',
|
|
128
|
+
Style: 'St\xedl',
|
|
129
|
+
'Vertical space': 'Sp\xe1s ingearach',
|
|
130
|
+
'Horizontal space': 'Sp\xe1s cothrom\xe1nach',
|
|
131
|
+
Border: 'Iml\xedne',
|
|
132
|
+
'Insert image': 'Cuir \xedomh\xe1 isteach',
|
|
133
|
+
'Image...': '\xcdomh\xe1...',
|
|
134
|
+
'Image list': 'Liosta \xedomh\xe1nna',
|
|
135
|
+
Resize: 'Athraigh m\xe9id',
|
|
136
|
+
'Insert date/time': 'Cuir d\xe1ta/am isteach',
|
|
137
|
+
'Date/time': 'D\xe1ta/am',
|
|
138
|
+
'Insert/edit link': 'Cuir nasc isteach/in eagar',
|
|
139
|
+
'Text to display': 'T\xe9acs le taispe\xe1int',
|
|
140
|
+
Url: 'URL',
|
|
141
|
+
'Open link in...': 'Oscail nasc in...',
|
|
142
|
+
'Current window': 'Fuinneog reatha',
|
|
143
|
+
None: 'Dada',
|
|
144
|
+
'New window': 'Fuinneog nua',
|
|
145
|
+
'Open link': 'Oscail nasc',
|
|
146
|
+
'Remove link': 'Bain an nasc',
|
|
147
|
+
Anchors: 'Ancair\xed',
|
|
148
|
+
'Link...': 'Nasc...',
|
|
149
|
+
'Paste or type a link': 'Greamaigh n\xf3 cl\xf3scr\xedobh nasc',
|
|
150
|
+
'The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?': 'Is seoladh r\xedomhphoist \xe9 an URL a chuir t\xfa isteach. An bhfuil fonn ort an r\xe9im\xedr riachtanach mailto: a chur leis?',
|
|
151
|
+
'The URL you entered seems to be an external link. Do you want to add the required http:// prefix?': 'Is nasc seachtrach \xe9 an URL a chuir t\xfa isteach. An bhfuil fonn ort an r\xe9im\xedr riachtanach http:// a chur leis?',
|
|
152
|
+
'The URL you entered seems to be an external link. Do you want to add the required https:// prefix?': ' Is nasc seachtrach \xe9 an URL a chuir t\xfa isteach. An bhfuil fonn ort an r\xe9im\xedr riachtanach https:// a chur leis?',
|
|
153
|
+
'Link list': 'Liosta nascanna',
|
|
154
|
+
'Insert video': 'Cuir f\xedse\xe1n isteach',
|
|
155
|
+
'Insert/edit video': 'Cuir f\xedse\xe1n isteach/in eagar',
|
|
156
|
+
'Insert/edit media': 'Cuir me\xe1n isteach/in eagar',
|
|
157
|
+
'Alternative source': 'Foinse mhalartach',
|
|
158
|
+
'Alternative source URL': '',
|
|
159
|
+
'Media poster (Image URL)': '',
|
|
160
|
+
'Paste your embed code below:': 'Greamaigh do ch\xf3d leabaithe th\xedos:',
|
|
161
|
+
Embed: 'Leabaigh',
|
|
162
|
+
'Media...': 'Me\xe1n...',
|
|
163
|
+
'Nonbreaking space': 'Sp\xe1s neamhbhristeach',
|
|
164
|
+
'Page break': 'Briseadh leathanaigh',
|
|
165
|
+
'Paste as text': 'Greamaigh mar th\xe9acs',
|
|
166
|
+
Preview: 'R\xe9amhamharc',
|
|
167
|
+
Print: '',
|
|
168
|
+
'Print...': 'Priont\xe1il...',
|
|
169
|
+
Save: 'S\xe1bh\xe1il',
|
|
170
|
+
Find: 'Aimsigh',
|
|
171
|
+
'Replace with': 'Ionadaigh le',
|
|
172
|
+
Replace: 'Ionadaigh',
|
|
173
|
+
'Replace all': 'Ionadaigh uile',
|
|
174
|
+
Previous: '',
|
|
175
|
+
Next: 'Ar aghaidh',
|
|
176
|
+
'Find and Replace': 'Aimsigh agus Ionadaigh',
|
|
177
|
+
'Find and replace...': 'Aimsigh agus ionadaigh...',
|
|
178
|
+
'Could not find the specified string.': 'N\xedor aims\xedodh an teaghr\xe1n.',
|
|
179
|
+
'Match case': 'C\xe1s-\xedogair',
|
|
180
|
+
'Find whole words only': '',
|
|
181
|
+
'Find in selection': '',
|
|
182
|
+
'Insert table': 'Ions\xe1igh t\xe1bla',
|
|
183
|
+
'Table properties': 'Air\xedonna an t\xe1bla',
|
|
184
|
+
'Delete table': 'Scrios an t\xe1bla',
|
|
185
|
+
Cell: 'Cill',
|
|
186
|
+
Row: 'R\xf3',
|
|
187
|
+
Column: 'Col\xfan',
|
|
188
|
+
'Cell properties': 'Air\xedonna na cille',
|
|
189
|
+
'Merge cells': 'Cumaisc cealla',
|
|
190
|
+
'Split cell': 'Roinn cill',
|
|
191
|
+
'Insert row before': 'Ions\xe1igh r\xf3 os a chionn',
|
|
192
|
+
'Insert row after': 'Ions\xe1igh r\xf3 faoi',
|
|
193
|
+
'Delete row': 'Scrios an r\xf3',
|
|
194
|
+
'Row properties': 'Air\xedonna an r\xf3',
|
|
195
|
+
'Cut row': 'Gearr an r\xf3',
|
|
196
|
+
'Cut column': '',
|
|
197
|
+
'Copy row': 'C\xf3ipe\xe1il an r\xf3',
|
|
198
|
+
'Copy column': '',
|
|
199
|
+
'Paste row before': 'Greamaigh r\xf3 os a chionn',
|
|
200
|
+
'Paste column before': '',
|
|
201
|
+
'Paste row after': 'Greamaigh r\xf3 faoi',
|
|
202
|
+
'Paste column after': '',
|
|
203
|
+
'Insert column before': 'Ions\xe1igh col\xfan ar chl\xe9',
|
|
204
|
+
'Insert column after': 'Ions\xe1igh col\xfan ar dheis',
|
|
205
|
+
'Delete column': 'Scrios an col\xfan',
|
|
206
|
+
Cols: 'Col\xfain',
|
|
207
|
+
Rows: 'R\xf3nna',
|
|
208
|
+
Width: 'Leithead',
|
|
209
|
+
Height: 'Airde',
|
|
210
|
+
'Cell spacing': 'Sp\xe1s\xe1il ceall',
|
|
211
|
+
'Cell padding': 'Stu\xe1il ceall',
|
|
212
|
+
'Row clipboard actions': '',
|
|
213
|
+
'Column clipboard actions': '',
|
|
214
|
+
'Table styles': '',
|
|
215
|
+
'Cell styles': '',
|
|
216
|
+
'Column header': '',
|
|
217
|
+
'Row header': '',
|
|
218
|
+
'Table caption': '',
|
|
219
|
+
Caption: 'Fotheideal',
|
|
220
|
+
'Show caption': '',
|
|
221
|
+
Left: 'Ar Chl\xe9',
|
|
222
|
+
Center: 'Sa L\xe1r',
|
|
223
|
+
Right: 'Ar Dheis',
|
|
224
|
+
'Cell type': 'Cine\xe1l na cille',
|
|
225
|
+
Scope: 'Sc\xf3ip',
|
|
226
|
+
Alignment: 'Ail\xedni\xfa',
|
|
227
|
+
'Horizontal align': '',
|
|
228
|
+
'Vertical align': '',
|
|
229
|
+
Top: 'Barr',
|
|
230
|
+
Middle: 'L\xe1r',
|
|
231
|
+
Bottom: 'Bun',
|
|
232
|
+
'Header cell': 'Cill cheannt\xe1isc',
|
|
233
|
+
'Row group': 'Gr\xfapa r\xf3nna',
|
|
234
|
+
'Column group': 'Gr\xfapa col\xfan',
|
|
235
|
+
'Row type': 'Cine\xe1l an r\xf3',
|
|
236
|
+
Header: 'Ceannt\xe1sc',
|
|
237
|
+
Body: 'Corp',
|
|
238
|
+
Footer: 'Bunt\xe1sc',
|
|
239
|
+
'Border color': 'Dath na himl\xedne',
|
|
240
|
+
Solid: '',
|
|
241
|
+
Dotted: '',
|
|
242
|
+
Dashed: '',
|
|
243
|
+
Double: '',
|
|
244
|
+
Groove: '',
|
|
245
|
+
Ridge: '',
|
|
246
|
+
Inset: '',
|
|
247
|
+
Outset: '',
|
|
248
|
+
Hidden: '',
|
|
249
|
+
'Insert template...': 'Ions\xe1igh teimpl\xe9ad...',
|
|
250
|
+
Templates: 'Teimpl\xe9id',
|
|
251
|
+
Template: 'Teimpl\xe9ad',
|
|
252
|
+
'Insert Template': '',
|
|
253
|
+
'Text color': 'Dath an t\xe9acs',
|
|
254
|
+
'Background color': 'Dath an ch\xfalra',
|
|
255
|
+
'Custom...': 'Saincheap...',
|
|
256
|
+
'Custom color': 'Dath saincheaptha',
|
|
257
|
+
'No color': 'Gan dath',
|
|
258
|
+
'Remove color': '',
|
|
259
|
+
'Show blocks': 'Taispe\xe1in blocanna',
|
|
260
|
+
'Show invisible characters': 'Taispe\xe1in carachtair dhofheicthe',
|
|
261
|
+
'Word count': '',
|
|
262
|
+
Count: '',
|
|
263
|
+
Document: '',
|
|
264
|
+
Selection: '',
|
|
265
|
+
Words: '',
|
|
266
|
+
'Words: {0}': 'Focail: {0}',
|
|
267
|
+
'{0} words': '{0} focal',
|
|
268
|
+
File: 'Comhad',
|
|
269
|
+
Edit: 'Eagar',
|
|
270
|
+
Insert: 'Ions\xe1ig',
|
|
271
|
+
View: 'Amharc',
|
|
272
|
+
Format: 'Form\xe1id',
|
|
273
|
+
Table: 'T\xe1bla',
|
|
274
|
+
Tools: 'Uirlis\xed',
|
|
275
|
+
'Powered by {0}': '\xc1 chumhacht\xfa ag {0}',
|
|
276
|
+
'Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help': 'Limist\xe9ar M\xe9ith-Th\xe9acs. Br\xfaigh ALT-F9 le haghaidh roghchl\xe1ir, ALT-F10 le haghaidh barra uirlis\xed, agus ALT-0 le c\xfanamh a fh\xe1il',
|
|
277
|
+
'Image title': '',
|
|
278
|
+
'Border width': '',
|
|
279
|
+
'Border style': '',
|
|
280
|
+
Error: '',
|
|
281
|
+
Warn: '',
|
|
282
|
+
Valid: '',
|
|
283
|
+
'To open the popup, press Shift+Enter': '',
|
|
284
|
+
'Rich Text Area': '',
|
|
285
|
+
'Rich Text Area. Press ALT-0 for help.': '',
|
|
286
|
+
'System Font': 'Cl\xf3fhoireann C\xf3rais',
|
|
287
|
+
'Failed to upload image: {0}': '',
|
|
288
|
+
'Failed to load plugin: {0} from url {1}': '',
|
|
289
|
+
'Failed to load plugin url: {0}': '',
|
|
290
|
+
'Failed to initialize plugin: {0}': '',
|
|
291
|
+
example: '',
|
|
292
|
+
Search: '',
|
|
293
|
+
All: '',
|
|
294
|
+
Currency: '',
|
|
295
|
+
Text: '',
|
|
296
|
+
Quotations: '',
|
|
297
|
+
Mathematical: '',
|
|
298
|
+
'Extended Latin': '',
|
|
299
|
+
Symbols: 'Siombail\xed',
|
|
300
|
+
Arrows: '',
|
|
301
|
+
'User Defined': '',
|
|
302
|
+
'dollar sign': '',
|
|
303
|
+
'currency sign': '',
|
|
304
|
+
'euro-currency sign': '',
|
|
305
|
+
'colon sign': '',
|
|
306
|
+
'cruzeiro sign': '',
|
|
307
|
+
'french franc sign': '',
|
|
308
|
+
'lira sign': '',
|
|
309
|
+
'mill sign': '',
|
|
310
|
+
'naira sign': '',
|
|
311
|
+
'peseta sign': '',
|
|
312
|
+
'rupee sign': '',
|
|
313
|
+
'won sign': '',
|
|
314
|
+
'new sheqel sign': '',
|
|
315
|
+
'dong sign': '',
|
|
316
|
+
'kip sign': '',
|
|
317
|
+
'tugrik sign': '',
|
|
318
|
+
'drachma sign': '',
|
|
319
|
+
'german penny symbol': '',
|
|
320
|
+
'peso sign': '',
|
|
321
|
+
'guarani sign': '',
|
|
322
|
+
'austral sign': '',
|
|
323
|
+
'hryvnia sign': '',
|
|
324
|
+
'cedi sign': '',
|
|
325
|
+
'livre tournois sign': '',
|
|
326
|
+
'spesmilo sign': '',
|
|
327
|
+
'tenge sign': '',
|
|
328
|
+
'indian rupee sign': '',
|
|
329
|
+
'turkish lira sign': '',
|
|
330
|
+
'nordic mark sign': '',
|
|
331
|
+
'manat sign': '',
|
|
332
|
+
'ruble sign': '',
|
|
333
|
+
'yen character': '',
|
|
334
|
+
'yuan character': '',
|
|
335
|
+
'yuan character, in hong kong and taiwan': '',
|
|
336
|
+
'yen/yuan character variant one': '',
|
|
337
|
+
Emojis: '',
|
|
338
|
+
'Emojis...': '',
|
|
339
|
+
'Loading emojis...': '',
|
|
340
|
+
'Could not load emojis': '',
|
|
341
|
+
People: '',
|
|
342
|
+
'Animals and Nature': '',
|
|
343
|
+
'Food and Drink': '',
|
|
344
|
+
Activity: '',
|
|
345
|
+
'Travel and Places': '',
|
|
346
|
+
Objects: '',
|
|
347
|
+
Flags: '',
|
|
348
|
+
Characters: '',
|
|
349
|
+
'Characters (no spaces)': '',
|
|
350
|
+
'{0} characters': '',
|
|
351
|
+
'Error: Form submit field collision.': '',
|
|
352
|
+
'Error: No form element found.': '',
|
|
353
|
+
'Color swatch': '',
|
|
354
|
+
'Color Picker': '',
|
|
355
|
+
'Invalid hex color code: {0}': '',
|
|
356
|
+
'Invalid input': '',
|
|
357
|
+
R: 'D',
|
|
358
|
+
'Red component': '',
|
|
359
|
+
G: 'U',
|
|
360
|
+
'Green component': '',
|
|
361
|
+
B: 'G',
|
|
362
|
+
'Blue component': '',
|
|
363
|
+
'#': '',
|
|
364
|
+
'Hex color code': '',
|
|
365
|
+
'Range 0 to 255': '',
|
|
366
|
+
Turquoise: '',
|
|
367
|
+
Green: '',
|
|
368
|
+
Blue: '',
|
|
369
|
+
Purple: '',
|
|
370
|
+
'Navy Blue': '',
|
|
371
|
+
'Dark Turquoise': '',
|
|
372
|
+
'Dark Green': '',
|
|
373
|
+
'Medium Blue': '',
|
|
374
|
+
'Medium Purple': '',
|
|
375
|
+
'Midnight Blue': '',
|
|
376
|
+
Yellow: '',
|
|
377
|
+
Orange: '',
|
|
378
|
+
Red: '',
|
|
379
|
+
'Light Gray': '',
|
|
380
|
+
Gray: '',
|
|
381
|
+
'Dark Yellow': '',
|
|
382
|
+
'Dark Orange': '',
|
|
383
|
+
'Dark Red': '',
|
|
384
|
+
'Medium Gray': '',
|
|
385
|
+
'Dark Gray': '',
|
|
386
|
+
'Light Green': '',
|
|
387
|
+
'Light Yellow': '',
|
|
388
|
+
'Light Red': '',
|
|
389
|
+
'Light Purple': '',
|
|
390
|
+
'Light Blue': '',
|
|
391
|
+
'Dark Purple': '',
|
|
392
|
+
'Dark Blue': '',
|
|
393
|
+
Black: 'Dubh',
|
|
394
|
+
White: '',
|
|
395
|
+
'Switch to or from fullscreen mode': '',
|
|
396
|
+
'Open help dialog': '',
|
|
397
|
+
history: '',
|
|
398
|
+
styles: '',
|
|
399
|
+
formatting: '',
|
|
400
|
+
alignment: '',
|
|
401
|
+
indentation: '',
|
|
402
|
+
Font: 'Cl\xf3fhoireann',
|
|
403
|
+
Size: '',
|
|
404
|
+
'More...': 'Tuilleadh...',
|
|
405
|
+
'Select...': '',
|
|
406
|
+
Preferences: '',
|
|
407
|
+
Yes: '',
|
|
408
|
+
No: '',
|
|
409
|
+
'Keyboard Navigation': '',
|
|
410
|
+
Version: '',
|
|
411
|
+
'Code view': '',
|
|
412
|
+
'Open popup menu for split buttons': '',
|
|
413
|
+
'List Properties': '',
|
|
414
|
+
'List properties...': '',
|
|
415
|
+
'Start list at number': '',
|
|
416
|
+
'Line height': '',
|
|
417
|
+
'Dropped file type is not supported': '',
|
|
418
|
+
'Loading...': '',
|
|
419
|
+
'ImageProxy HTTP error: Rejected request': '',
|
|
420
|
+
'ImageProxy HTTP error: Could not find Image Proxy': '',
|
|
421
|
+
'ImageProxy HTTP error: Incorrect Image Proxy URL': '',
|
|
422
|
+
'ImageProxy HTTP error: Unknown ImageProxy error': ''
|
|
423
|
+
});
|