1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
|
<?php // ================================================ // SPAW v.2.0 // ================================================ // Welsh language file // ================================================ // Author: Alan Mendelevich, UAB Solmetra // ------------------------------------------------ // www.solmetra.com // ================================================ // v.2.0 // ================================================ // translation: Alan Davies alandavies@cymer.org.uk // charset to be used in dialogs $spaw_lang_charset = 'utf-8';
// language text data array // first dimension - block, second - exact phrase // alternative text for toolbar buttons and title for dropdowns - 'title'
$spaw_lang_data = array( 'cut' => array( 'title' => 'Torri' ), 'copy' => array( 'title' => 'Copïo' ), 'paste' => array( 'title' => 'Gludo' ), 'undo' => array( 'title' => 'Dadwneud' ), 'redo' => array( 'title' => 'Ail-adrodd' ), 'image' => array( 'title' => 'Llwytho llun yn gyflym' ), 'image_prop' => array( 'title' => 'Llun', 'ok' => ' Iawn ', 'cancel' => 'Canslo', 'source' => 'Ffynhonnell', 'alt' => 'Disgrifiad byr', 'align' => 'Gosod', 'left' => 'chwith', 'right' => 'dde', 'top' => 'top', 'middle' => 'canol', 'bottom' => 'gwaelod', 'absmiddle' => 'abs-canol', 'texttop' => 'top-testun', 'baseline' => 'baslinell', 'width' => 'Lled', 'height' => 'Uchder', 'border' => 'Ymyl', 'hspace' => 'Bwlch llor.', 'vspace' => 'Bwlch fert.', 'dimensions' => 'Dimensiynau', // <= new in 2.0.1 'reset_dimensions' => 'Ail-osod dimensiynau', // <= new in 2.0.1 'title_attr' => 'Teitl', // <= new in 2.0.1 'constrain_proportions' => 'cadw cyfrannedd', // <= new in 2.0.1 'error' => 'Gwall', 'error_width_nan' => 'Lled ddim yn rhif', 'error_height_nan' => 'Uchder ddim yn rhif', 'error_border_nan' => 'Ymyl ddim yn rhif', 'error_hspace_nan' => 'Bwlch llorweddol ddim yn rhif', 'error_vspace_nan' => 'Bwlch fertigolis ddim yn rhif', ), 'flash_prop' => array( // <= new in 2.0 'title' => 'Flash', 'ok' => ' Iawn ', 'cancel' => 'Canslo', 'source' => 'Ffynhonnell', 'width' => 'Lled', 'height' => 'Uchder', 'error' => 'Gwall', 'error_width_nan' => 'Lled ddim yn rhif', 'error_height_nan' => 'Uchder ddim yn rhif', ), 'inserthorizontalrule' => array( // <== v.2.0 changed from hr 'title' => 'Riwl llorweddol' ), 'table_create' => array( 'title' => 'Creu tabl' ), 'table_prop' => array( 'title' => 'Priodweddau tabl', 'ok' => ' Iawn ', 'cancel' => 'Canslo', 'rows' => 'Rhesi', 'columns' => 'Colofnau', 'css_class' => 'Dosbarth CSS', 'width' => 'Lled', 'height' => 'Uchder', 'border' => 'Ymyl', 'pixels' => 'picsel', 'cellpadding' => 'Padio cell', 'cellspacing' => 'Bylchiad cell', 'bg_color' => 'Lliw cefndir', 'background' => 'Delwedd cefndir', 'error' => 'Gwall', 'error_rows_nan' => 'Rhesi ddim yn rhif', 'error_columns_nan' => 'Colofnau ddim yn rhif', 'error_width_nan' => 'Lled ddim yn rhif', 'error_height_nan' => 'Uchder ddim yn rhif', 'error_border_nan' => 'Ymyl ddim yn rhif', 'error_cellpadding_nan' => 'Padio cell ddim yn rhif', 'error_cellspacing_nan' => 'Bylchiad cell ddim yn rhif', ), 'table_cell_prop' => array( 'title' => 'Priodweddau cell', 'horizontal_align' => 'Alinio llorweddol', 'vertical_align' => 'Alinio fertigol', 'width' => 'Lled', 'height' => 'Uchder', 'css_class' => 'Dosbarth CSS', 'no_wrap' => 'Dim lapio', 'bg_color' => 'Lliw cefndir', 'background' => 'Delwedd cefndir', 'ok' => ' Iawn ', 'cancel' => 'Canslo', 'left' => 'Chwith', 'center' => 'Canol', 'right' => 'Dde', 'top' => 'Brig', 'middle' => 'Canol', 'bottom' => 'Gwaelod', 'baseline' => 'Baslinell', 'error' => 'Gwall', 'error_width_nan' => 'Lled ddim yn rhif', 'error_height_nan' => 'Uchder ddim yn rhif', ), 'table_row_insert' => array( 'title' => 'Mewnosod rhes' ), 'table_column_insert' => array( 'title' => 'Mewnosod colofn' ), 'table_row_delete' => array( 'title' => 'Dileu rhes' ), 'table_column_delete' => array( 'title' => 'Dileu colofn' ), 'table_cell_merge_right' => array( 'title' => 'Cyfuno i\'r dde' ), 'table_cell_merge_down' => array( 'title' => 'Cyfuno i lawr' ), 'table_cell_split_horizontal' => array( 'title' => 'Hollti cell yn lorweddol' ), 'table_cell_split_vertical' => array( 'title' => 'Hollti cell yn fertigol' ), 'style' => array( 'title' => 'Steil' ), 'fontname' => array( // <== v.2.0 changed from font 'title' => 'Ffont' ), 'fontsize' => array( 'title' => 'Maint' ), 'formatBlock' => array( // <= v.2.0: changed from paragraph 'title' => 'Paragraff' ), 'bold' => array( 'title' => 'Bras' ), 'italic' => array( 'title' => 'Italig' ), 'underline' => array( 'title' => 'Tanlinellu' ), 'strikethrough' => array( 'title' => 'Llinell trwyddo' ), 'insertorderedlist' => array( // <== v.2.0 changed from ordered_list 'title' => 'Rhestr mewn trefn' ), 'insertunorderedlist' => array( // <== v.2.0 changed from bulleted list 'title' => 'Rhestr bwled' ), 'indent' => array( 'title' => 'Tabio' ), 'outdent' => array( // <== v.2.0 changed from unindent 'title' => 'Dad-tabio' ), 'justifyleft' => array( // <== v.2.0 changed from left 'title' => 'Chwith' ), 'justifycenter' => array( // <== v.2.0 changed from center 'title' => 'Canoli' ), 'justifyright' => array( // <== v.2.0 changed from right 'title' => 'Dde' ), 'justifyfull' => array( // <== v.2.0 changed from justify 'title' => 'Ochrau syth' ), 'fore_color' => array( 'title' => 'Lliw' ), 'bg_color' => array( 'title' => 'Lliw cefndir' ), 'design' => array( // <== v.2.0 changed from design_tab 'title' => 'Newid i olwg WYSIWYG (dylunio)' ), 'html' => array( // <== v.2.0 changed from html_tab 'title' => 'Newid i olwg HTML (cod)' ), 'colorpicker' => array( 'title' => 'Dewisydd lliwiau', 'ok' => ' Iawn ', 'cancel' => 'Canslo', ), 'cleanup' => array( 'title' => 'Glanhau HTML', 'confirm' => 'Bydd gwneud hyn yn glanhau eich cod.', 'ok' => ' Iawn ', 'cancel' => 'Canslo', ), 'toggle_borders' => array( 'title' => 'Togl ymylon', ), 'hyperlink' => array( 'title' => 'Dolen', 'url' => 'URL', 'name' => 'Enw', 'target' => 'Targed', 'title_attr' => 'Teitl', 'a_type' => 'Teip', 'type_link' => 'Linc', 'type_anchor' => 'Angor', 'type_link2anchor' => 'Cysylltu i angor', 'anchors' => 'Angor', 'ok' => ' Iawn ', 'cancel' => 'Canslo', ), 'hyperlink_targets' => array( '_self' => 'r\'un ffrâm (_self)', '_blank' => 'ffenstr newydd gwag (_blank)', '_top' => 'ffrâm top (_top)', '_parent' => 'ffrâm uwch (_parent)' ), 'unlink' => array( // <=== new v.2.0 'title' => 'Diddymu dolen' ), 'table_row_prop' => array( 'title' => 'Priodweddau rhes', 'horizontal_align' => 'Alinio llorweddol', 'vertical_align' => 'Alinio fertigol', 'css_class' => 'Dosbarth CSS', 'no_wrap' => 'Dim lapio', 'bg_color' => 'Lliw cefndir', 'ok' => ' Iawn ', 'cancel' => 'Canslo', 'left' => 'Chwith', 'center' => 'Center', 'right' => 'Dde', 'top' => 'Top', 'middle' => 'Canol', 'bottom' => 'Gwaelod', 'baseline' => 'Baslinell', ), 'symbols' => array( 'title' => 'Cymeriadau arbennig', 'ok' => ' Iawn ', 'cancel' => 'Canslo', ), 'templates' => array( 'title' => 'Templedau', ), 'page_prop' => array( 'title' => 'Priodweddau tudalen', 'title_tag' => 'Teitl', 'charset' => 'Charset', 'background' => 'Delwedd cefndir', 'bgcolor' => 'Lliw cefndir', 'text' => 'lliw testun', 'link' => 'Lliw dolen', 'vlink' => 'Lliw dolen a ymwelwyd', 'alink' => 'lliw dolen actif', 'leftmargin' => 'Ffin chwith', 'topmargin' => 'Ffin top', 'css_class' => 'Dosbarth CSS', 'ok' => ' Iawn ', 'cancel' => 'Canslo', ), 'preview' => array( 'title' => 'Rhagolwg', ), 'image_popup' => array( 'title' => 'Popup delwedd', ), 'zoom' => array( 'title' => 'Chwyddo', ), 'subscript' => array( 'title' => 'Is-sgript', ), 'superscript' => array( 'title' => 'Uwch-sgript', ), ); ?>
|