~ubuntu-branches/ubuntu/precise/moin/precise-updates

« back to all changes in this revision

Viewing changes to wiki/htdocs/applets/FCKeditor/editor/lang/ca.js

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-11-13 16:45:52 UTC
  • mfrom: (0.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20081113164552-49t6zf2t2o5bqigh
Tags: 1.8.0-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop recommendation of python-xml, the packages isn't anymore in
    sys.path.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 * FCKeditor - The text editor for internet
3
 
 * Copyright (C) 2003-2005 Frederico Caldeira Knabben
4
 
 * 
5
 
 * Licensed under the terms of the GNU Lesser General Public License:
6
 
 *              http://www.opensource.org/licenses/lgpl-license.php
7
 
 * 
8
 
 * For further information visit:
9
 
 *              http://www.fckeditor.net/
10
 
 * 
11
 
 * "Support Open Source software. What about a donation today?"
12
 
 * 
13
 
 * File Name: ca.js
14
 
 *      Catalan language file.
15
 
 * 
16
 
 * File Authors:
17
 
 *              Jordi Cerdan (nan@myp.ad)
18
 
 */
19
 
 
20
 
var FCKLang =
21
 
{
22
 
// Language direction : "ltr" (left to right) or "rtl" (right to left).
23
 
Dir                                     : "ltr",
24
 
 
25
 
ToolbarCollapse         : "Col·lapsar barra",
26
 
ToolbarExpand           : "Expandir barra",
27
 
 
28
 
// Toolbar Items and Context Menu
29
 
Save                            : "Guardar",
30
 
NewPage                         : "Nova Pàgina",
31
 
Preview                         : "Vista Prèvia",
32
 
Cut                                     : "Tallar",
33
 
Copy                            : "Copiar",
34
 
Paste                           : "Enganxar",
35
 
PasteText                       : "Enganxar com text planer",
36
 
PasteWord                       : "Enganxar des de Word",
37
 
Print                           : "Imprimir",
38
 
SelectAll                       : "Seleccionar tot",
39
 
RemoveFormat            : "Eliminar Format",
40
 
InsertLinkLbl           : "Enllaç",
41
 
InsertLink                      : "Afegir/Editar Enllaç",
42
 
RemoveLink                      : "Eliminar Enllaç",
43
 
Anchor                          : "Afegir/Editar Àncora",
44
 
InsertImageLbl          : "Imatge",
45
 
InsertImage                     : "Afegir/Editar Imatge",
46
 
InsertFlashLbl          : "Flash",
47
 
InsertFlash                     : "Afegir/Editar Flash",
48
 
InsertTableLbl          : "Taula",
49
 
InsertTable                     : "Afegir/Editar Taula",
50
 
InsertLineLbl           : "Línia",
51
 
InsertLine                      : "Afegir Línia Horitzontal",
52
 
InsertSpecialCharLbl: "Caràcter Especial",
53
 
InsertSpecialChar       : "Afegir Caràcter Especial",
54
 
InsertSmileyLbl         : "Icona",
55
 
InsertSmiley            : "Afegir Icona",
56
 
About                           : "Sobre FCKeditor",
57
 
Bold                            : "Negreta",
58
 
Italic                          : "Itàlica",
59
 
Underline                       : "Subratllat",
60
 
StrikeThrough           : "Tatxat",
61
 
Subscript                       : "Subscript",
62
 
Superscript                     : "Superscript",
63
 
LeftJustify                     : "Justificar Esquerra",
64
 
CenterJustify           : "Justificar Centrat",
65
 
RightJustify            : "Justificar Dreta",
66
 
BlockJustify            : "Justificar Bloc",
67
 
DecreaseIndent          : "Disminuir Indentació",
68
 
IncreaseIndent          : "Augmentar Indentació",
69
 
Undo                            : "Desfer",
70
 
Redo                            : "Refer",
71
 
NumberedListLbl         : "Llista Numerada",
72
 
NumberedList            : "Afegir/Eliminar Llista Numerada",
73
 
BulletedListLbl         : "Llista Marcada",
74
 
BulletedList            : "Afegir/Eliminar Llista Marcada",
75
 
ShowTableBorders        : "Mostrar Costats de Taules",
76
 
ShowDetails                     : "Mostrar Detalls",
77
 
Style                           : "Estil",
78
 
FontFormat                      : "Format",
79
 
Font                            : "Font",
80
 
FontSize                        : "Tamany",
81
 
TextColor                       : "Color de Text",
82
 
BGColor                         : "Color de Fons",
83
 
Source                          : "Font",
84
 
Find                            : "Cercar",
85
 
Replace                         : "Remplaçar",
86
 
SpellCheck                      : "Verificar sintaxi",
87
 
UniversalKeyboard       : "Teclat universal",
88
 
PageBreakLbl            : "Page Break", //MISSING
89
 
PageBreak                       : "Insert Page Break",  //MISSING
90
 
 
91
 
Form                    : "Formulari",
92
 
Checkbox                : "Casella de verificació",
93
 
RadioButton             : "Botó ràdio",
94
 
TextField               : "Camp de text",
95
 
Textarea                : "Àrea de text",
96
 
HiddenField             : "Camp ocult",
97
 
Button                  : "botó",
98
 
SelectionField  : "Camp de selecció",
99
 
ImageButton             : "Botó imatge",
100
 
 
101
 
// Context Menu
102
 
EditLink                        : "Editar Enllaç",
103
 
InsertRow                       : "Afegir Fila",
104
 
DeleteRows                      : "Eliminar Files",
105
 
InsertColumn            : "Afegir Columna",
106
 
DeleteColumns           : "Eliminar Columnes",
107
 
InsertCell                      : "Afegir Cel·la",
108
 
DeleteCells                     : "Eliminar Cel·les",
109
 
MergeCells                      : "Fusionar Cel·les",
110
 
SplitCell                       : "Separar Cel·les",
111
 
TableDelete                     : "Delete Table",       //MISSING
112
 
CellProperties          : "Proprietats de Cel·la",
113
 
TableProperties         : "Proprietats de Taula",
114
 
ImageProperties         : "Proprietats d'Image",
115
 
FlashProperties         : "Proprietats Flash",
116
 
 
117
 
AnchorProp                      : "Proprietats d'àncora",
118
 
ButtonProp                      : "Proprietats de botó",
119
 
CheckboxProp            : "Proprietats de casella de verificació",
120
 
HiddenFieldProp         : "Proprietats de camp ocult",
121
 
RadioButtonProp         : "Proprietats de botó ràdio",
122
 
ImageButtonProp         : "Proprietats de botó imatge",
123
 
TextFieldProp           : "Proprietats de camp de text",
124
 
SelectionFieldProp      : "Proprietats de camp de selecció",
125
 
TextareaProp            : "Proprietats de camp de text",
126
 
FormProp                        : "Proprietats de formulari",
127
 
 
128
 
FontFormats                     : "Normal;Formatejat;Adreça;Capçalera 1;Capçalera 2;Capçalera 3;Capçalera 4;Capçalera 5;Capçalera 6",
129
 
 
130
 
// Alerts and Messages
131
 
ProcessingXHTML         : "Processant XHTML. Si us plau esperi...",
132
 
Done                            : "Fet",
133
 
PasteWordConfirm        : "El text que voleu enganxar sembla provenir de Word. Voleu netejar aquest text abans que sigui enganxat?",
134
 
NotCompatiblePaste      : "Aquesta funció és disponible per a Internet Explorer versió 5.5 o superior. Voleu enganxar sense netejar?",
135
 
UnknownToolbarItem      : "Element de la Barra d'eines desconegut \"%1\"",
136
 
UnknownCommand          : "Nom de comanda desconegut \"%1\"",
137
 
NotImplemented          : "Mètode no implementat",
138
 
UnknownToolbarSet       : "Conjunt de barra d'eines \"%1\" inexistent",
139
 
NoActiveX                       : "You browser's security settings could limit some features of the editor. You must enable the option \"Run ActiveX controls and plug-ins\". You may experience errors and notice missing features.",  //MISSING
140
 
BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.",     //MISSING
141
 
DialogBlocked           : "It was not possible to open the dialog window. Make sure all popup blockers are disabled.",  //MISSING
142
 
 
143
 
// Dialogs
144
 
DlgBtnOK                        : "OK",
145
 
DlgBtnCancel            : "Cancelar",
146
 
DlgBtnClose                     : "Tancar",
147
 
DlgBtnBrowseServer      : "Veure servidor",
148
 
DlgAdvancedTag          : "Avançat",
149
 
DlgOpOther                      : "Altres",
150
 
DlgInfoTab                      : "Info",
151
 
DlgAlertUrl                     : "Si us plau, afegiu la URL",
152
 
 
153
 
// General Dialogs Labels
154
 
DlgGenNotSet            : "<no definit>",
155
 
DlgGenId                        : "Id",
156
 
DlgGenLangDir           : "Direcció Idioma",
157
 
DlgGenLangDirLtr        : "Esquerra a Dreta (LTR)",
158
 
DlgGenLangDirRtl        : "Dreta a Esquerra (RTL)",
159
 
DlgGenLangCode          : "Codi de Llengua",
160
 
DlgGenAccessKey         : "Clau d'accés",
161
 
DlgGenName                      : "Nom",
162
 
DlgGenTabIndex          : "Index de Tab",
163
 
DlgGenLongDescr         : "Descripció Llarga URL",
164
 
DlgGenClass                     : "Classes del Full d'Estils",
165
 
DlgGenTitle                     : "Títol Consultiu",
166
 
DlgGenContType          : "Tipus de Contingut Consultiu",
167
 
DlgGenLinkCharset       : "Conjunt de Caràcters Font Enllaçat",
168
 
DlgGenStyle                     : "Estil",
169
 
 
170
 
// Image Dialog
171
 
DlgImgTitle                     : "Proprietats d'Imatge",
172
 
DlgImgInfoTab           : "Informació d'Imatge",
173
 
DlgImgBtnUpload         : "Enviar-la al servidor",
174
 
DlgImgURL                       : "URL",
175
 
DlgImgUpload            : "Pujar",
176
 
DlgImgAlt                       : "Text Alternatiu",
177
 
DlgImgWidth                     : "Amplada",
178
 
DlgImgHeight            : "Alçada",
179
 
DlgImgLockRatio         : "Bloquejar Proporcions",
180
 
DlgBtnResetSize         : "Restaurar Tamany",
181
 
DlgImgBorder            : "Costat",
182
 
DlgImgHSpace            : "HSpace",
183
 
DlgImgVSpace            : "VSpace",
184
 
DlgImgAlign                     : "Alineació",
185
 
DlgImgAlignLeft         : "Left",
186
 
DlgImgAlignAbsBottom: "Abs Bottom",
187
 
DlgImgAlignAbsMiddle: "Abs Middle",
188
 
DlgImgAlignBaseline     : "Baseline",
189
 
DlgImgAlignBottom       : "Bottom",
190
 
DlgImgAlignMiddle       : "Middle",
191
 
DlgImgAlignRight        : "Right",
192
 
DlgImgAlignTextTop      : "Text Top",
193
 
DlgImgAlignTop          : "Top",
194
 
DlgImgPreview           : "Vista Prèvia",
195
 
DlgImgAlertUrl          : "Si us plau, escriviu la URL de la imatge",
196
 
DlgImgLinkTab           : "Enllaç",
197
 
 
198
 
// Flash Dialog
199
 
DlgFlashTitle           : "Propietats Flash",
200
 
DlgFlashChkPlay         : "Reprodució Automàtica",
201
 
DlgFlashChkLoop         : "Bucle",
202
 
DlgFlashChkMenu         : "Habilitar Menu Flash",
203
 
DlgFlashScale           : "Escala",
204
 
DlgFlashScaleAll        : "Mostrar tot",
205
 
DlgFlashScaleNoBorder   : "Sense Costats",
206
 
DlgFlashScaleFit        : "Mida exacta",
207
 
 
208
 
// Link Dialog
209
 
DlgLnkWindowTitle       : "Enllaç",
210
 
DlgLnkInfoTab           : "Informació d'Enllaç",
211
 
DlgLnkTargetTab         : "Destí",
212
 
 
213
 
DlgLnkType                      : "Tipus de Link",
214
 
DlgLnkTypeURL           : "URL",
215
 
DlgLnkTypeAnchor        : "Àncora en aquesta pàgina",
216
 
DlgLnkTypeEMail         : "E-Mail",
217
 
DlgLnkProto                     : "Protocol",
218
 
DlgLnkProtoOther        : "<altra>",
219
 
DlgLnkURL                       : "URL",
220
 
DlgLnkAnchorSel         : "Seleccionar una àncora",
221
 
DlgLnkAnchorByName      : "Per nom d'àncora",
222
 
DlgLnkAnchorById        : "Per Id d'element",
223
 
DlgLnkNoAnchors         : "<No hi ha àncores disponibles en aquest document>",
224
 
DlgLnkEMail                     : "Adreça d'E-Mail",
225
 
DlgLnkEMailSubject      : "Subjecte del Missatge",
226
 
DlgLnkEMailBody         : "Cos del Missatge",
227
 
DlgLnkUpload            : "Pujar",
228
 
DlgLnkBtnUpload         : "Enviar al Servidor",
229
 
 
230
 
DlgLnkTarget            : "Destí",
231
 
DlgLnkTargetFrame       : "<marc>",
232
 
DlgLnkTargetPopup       : "<finestra popup>",
233
 
DlgLnkTargetBlank       : "Nova Finestra (_blank)",
234
 
DlgLnkTargetParent      : "Finestra Pare (_parent)",
235
 
DlgLnkTargetSelf        : "Mateixa Finestra (_self)",
236
 
DlgLnkTargetTop         : "Finestra Major (_top)",
237
 
DlgLnkTargetFrameName   : "Nom del marc de destí",
238
 
DlgLnkPopWinName        : "Nom Finestra Popup",
239
 
DlgLnkPopWinFeat        : "Característiques Finestra Popup",
240
 
DlgLnkPopResize         : "Redimensionable",
241
 
DlgLnkPopLocation       : "Barra d'Adreça",
242
 
DlgLnkPopMenu           : "Barra de Menú",
243
 
DlgLnkPopScroll         : "Barres d'Scroll",
244
 
DlgLnkPopStatus         : "Barra d'Estat",
245
 
DlgLnkPopToolbar        : "Barra d'Eines",
246
 
DlgLnkPopFullScrn       : "Pantalla completa (IE)",
247
 
DlgLnkPopDependent      : "Depenent (Netscape)",
248
 
DlgLnkPopWidth          : "Amplada",
249
 
DlgLnkPopHeight         : "Alçada",
250
 
DlgLnkPopLeft           : "Posició Esquerra",
251
 
DlgLnkPopTop            : "Posició Dalt",
252
 
 
253
 
DlnLnkMsgNoUrl          : "Si us plau, escrigui l'enllaç URL",
254
 
DlnLnkMsgNoEMail        : "Si us plau, escrigui l'adreça e-mail",
255
 
DlnLnkMsgNoAnchor       : "Si us plau, escrigui l'àncora",
256
 
 
257
 
// Color Dialog
258
 
DlgColorTitle           : "Seleccioni Color",
259
 
DlgColorBtnClear        : "Netejar",
260
 
DlgColorHighlight       : "Realçar",
261
 
DlgColorSelected        : "Seleccionat",
262
 
 
263
 
// Smiley Dialog
264
 
DlgSmileyTitle          : "Afegir una Icona",
265
 
 
266
 
// Special Character Dialog
267
 
DlgSpecialCharTitle     : "Seleccioneu Caràcter Especial",
268
 
 
269
 
// Table Dialog
270
 
DlgTableTitle           : "Proprietats de Taula",
271
 
DlgTableRows            : "Files",
272
 
DlgTableColumns         : "Columnes",
273
 
DlgTableBorder          : "Tamany de Costat",
274
 
DlgTableAlign           : "Alineació",
275
 
DlgTableAlignNotSet     : "<No Definit>",
276
 
DlgTableAlignLeft       : "Esquerra",
277
 
DlgTableAlignCenter     : "Centre",
278
 
DlgTableAlignRight      : "Dreta",
279
 
DlgTableWidth           : "Amplada",
280
 
DlgTableWidthPx         : "píxels",
281
 
DlgTableWidthPc         : "percentatge",
282
 
DlgTableHeight          : "Alçada",
283
 
DlgTableCellSpace       : "Cell spacing",
284
 
DlgTableCellPad         : "Cell padding",
285
 
DlgTableCaption         : "Capçalera",
286
 
DlgTableSummary         : "Summary",    //MISSING
287
 
 
288
 
// Table Cell Dialog
289
 
DlgCellTitle            : "Proprietats de Cel·la",
290
 
DlgCellWidth            : "Amplada",
291
 
DlgCellWidthPx          : "píxels",
292
 
DlgCellWidthPc          : "percentatge",
293
 
DlgCellHeight           : "Alçada",
294
 
DlgCellWordWrap         : "Word Wrap",
295
 
DlgCellWordWrapNotSet   : "<No Definit>",
296
 
DlgCellWordWrapYes      : "Si",
297
 
DlgCellWordWrapNo       : "No",
298
 
DlgCellHorAlign         : "Alineació Horitzontal",
299
 
DlgCellHorAlignNotSet   : "<No Definit>",
300
 
DlgCellHorAlignLeft     : "Esquerra",
301
 
DlgCellHorAlignCenter   : "Centre",
302
 
DlgCellHorAlignRight: "Dreta",
303
 
DlgCellVerAlign         : "Alineació Vertical",
304
 
DlgCellVerAlignNotSet   : "<No definit>",
305
 
DlgCellVerAlignTop      : "Top",
306
 
DlgCellVerAlignMiddle   : "Middle",
307
 
DlgCellVerAlignBottom   : "Bottom",
308
 
DlgCellVerAlignBaseline : "Baseline",
309
 
DlgCellRowSpan          : "Rows Span",
310
 
DlgCellCollSpan         : "Columns Span",
311
 
DlgCellBackColor        : "Color de Fons",
312
 
DlgCellBorderColor      : "Colr de Costat",
313
 
DlgCellBtnSelect        : "Seleccioni...",
314
 
 
315
 
// Find Dialog
316
 
DlgFindTitle            : "Cercar",
317
 
DlgFindFindBtn          : "Cercar",
318
 
DlgFindNotFoundMsg      : "El text especificat no ha estat trobat.",
319
 
 
320
 
// Replace Dialog
321
 
DlgReplaceTitle                 : "Remplaçar",
322
 
DlgReplaceFindLbl               : "Cercar:",
323
 
DlgReplaceReplaceLbl    : "Remplaçar per:",
324
 
DlgReplaceCaseChk               : "Sensible a Majúscules",
325
 
DlgReplaceReplaceBtn    : "Remplaçar",
326
 
DlgReplaceReplAllBtn    : "Remplaçar Tot",
327
 
DlgReplaceWordChk               : "Cercar Paraula Completa",
328
 
 
329
 
// Paste Operations / Dialog
330
 
PasteErrorPaste : "La seguretat del vostre navigador no permet executar automàticament les operacions d'enganxat. Si us plau, utilitzeu el teclat (Ctrl+V).",
331
 
PasteErrorCut   : "La seguretat del vostre navigador no permet executar automàticament les operacions de tallar. Si us plau, utilitzeu el teclat (Ctrl+X).",
332
 
PasteErrorCopy  : "La seguretat del vostre navigador no permet executar automàticament les operacions de copiar. Si us plau, utilitzeu el teclat (Ctrl+C).",
333
 
 
334
 
PasteAsText             : "Enganxar com Text Planer",
335
 
PasteFromWord   : "Enganxar com Word",
336
 
 
337
 
DlgPasteMsg2    : "Si us plau, enganxeu dins del següent camp utilitzant el teclat (<STRONG>Ctrl+V</STRONG>) i premeu <STRONG>OK</STRONG>.",
338
 
DlgPasteIgnoreFont              : "Ignorar definicions de font",
339
 
DlgPasteRemoveStyles    : "Eliminar definicions d'estil",
340
 
DlgPasteCleanBox                : "Netejar camp",
341
 
 
342
 
 
343
 
// Color Picker
344
 
ColorAutomatic  : "Automàtic",
345
 
ColorMoreColors : "Més Colors...",
346
 
 
347
 
// Document Properties
348
 
DocProps                : "Proprietats de document",
349
 
 
350
 
// Anchor Dialog
351
 
DlgAnchorTitle          : "Proprietats d'àncora",
352
 
DlgAnchorName           : "Nom d'àncora",
353
 
DlgAnchorErrorName      : "Si us plau, escrigui el nom de l'ancora",
354
 
 
355
 
// Speller Pages Dialog
356
 
DlgSpellNotInDic                : "No és al diccionari",
357
 
DlgSpellChangeTo                : "Canviar a",
358
 
DlgSpellBtnIgnore               : "Ignorar",
359
 
DlgSpellBtnIgnoreAll    : "Ignorar tot",
360
 
DlgSpellBtnReplace              : "Remplaçar",
361
 
DlgSpellBtnReplaceAll   : "Replaçar tot",
362
 
DlgSpellBtnUndo                 : "Desfer",
363
 
DlgSpellNoSuggestions   : "Cap suggestió",
364
 
DlgSpellProgress                : "Comprovació de sintaxi en progrés",
365
 
DlgSpellNoMispell               : "Comprovació de sintaxi completada",
366
 
DlgSpellNoChanges               : "Comprovació de sintaxi: cap paraulada canviada",
367
 
DlgSpellOneChange               : "Comprovació de sintaxi: una paraula canviada",
368
 
DlgSpellManyChanges             : "Comprovació de sintaxi %1 paraules canviades",
369
 
 
370
 
IeSpellDownload                 : "Comprovació de sintaxi no instal·lat. Voleu descarregar-ho ara?",
371
 
 
372
 
// Button Dialog
373
 
DlgButtonText   : "Text (Valor)",
374
 
DlgButtonType   : "Tipus",
375
 
 
376
 
// Checkbox and Radio Button Dialogs
377
 
DlgCheckboxName         : "Nom",
378
 
DlgCheckboxValue        : "Valor",
379
 
DlgCheckboxSelected     : "Seleccionat",
380
 
 
381
 
// Form Dialog
382
 
DlgFormName             : "Nom",
383
 
DlgFormAction   : "Acció",
384
 
DlgFormMethod   : "Mètode",
385
 
 
386
 
// Select Field Dialog
387
 
DlgSelectName           : "Nom",
388
 
DlgSelectValue          : "Valor",
389
 
DlgSelectSize           : "Tamany",
390
 
DlgSelectLines          : "Línies",
391
 
DlgSelectChkMulti       : "Permetre múltiples seleccions",
392
 
DlgSelectOpAvail        : "Opcions disponibles",
393
 
DlgSelectOpText         : "Text",
394
 
DlgSelectOpValue        : "Valor",
395
 
DlgSelectBtnAdd         : "Afegir",
396
 
DlgSelectBtnModify      : "Modificar",
397
 
DlgSelectBtnUp          : "Amunt",
398
 
DlgSelectBtnDown        : "Avall",
399
 
DlgSelectBtnSetValue : "Seleccionar per defecte",
400
 
DlgSelectBtnDelete      : "Esborrar",
401
 
 
402
 
// Textarea Dialog
403
 
DlgTextareaName : "Nom",
404
 
DlgTextareaCols : "Columnes",
405
 
DlgTextareaRows : "Files",
406
 
 
407
 
// Text Field Dialog
408
 
DlgTextName                     : "Nom",
409
 
DlgTextValue            : "Valor",
410
 
DlgTextCharWidth        : "Amplada de caràcter",
411
 
DlgTextMaxChars         : "Màxim de caràcters",
412
 
DlgTextType                     : "Tipus",
413
 
DlgTextTypeText         : "Text",
414
 
DlgTextTypePass         : "Contrassenya",
415
 
 
416
 
// Hidden Field Dialog
417
 
DlgHiddenName   : "Nom",
418
 
DlgHiddenValue  : "Valor",
419
 
 
420
 
// Bulleted List Dialog
421
 
BulletedListProp        : "Proprietats de llista marcada",
422
 
NumberedListProp        : "Proprietats de llista numerada",
423
 
DlgLstType                      : "Tipus",
424
 
DlgLstTypeCircle        : "Cercle",
425
 
DlgLstTypeDisc          : "Disc",       //MISSING
426
 
DlgLstTypeSquare        : "Quadrat",
427
 
DlgLstTypeNumbers       : "Números (1, 2, 3)",
428
 
DlgLstTypeLCase         : "Lletres minúscules (a, b, c)",
429
 
DlgLstTypeUCase         : "Lletres majúscules (A, B, C)",
430
 
DlgLstTypeSRoman        : "Números romans minúscules (i, ii, iii)",
431
 
DlgLstTypeLRoman        : "Números romans majúscules (I, II, III)",
432
 
 
433
 
// Document Properties Dialog
434
 
DlgDocGeneralTab        : "General",
435
 
DlgDocBackTab           : "Fons",
436
 
DlgDocColorsTab         : "Colors i marges",
437
 
DlgDocMetaTab           : "Dades Meta",
438
 
 
439
 
DlgDocPageTitle         : "Títol de la pàgina",
440
 
DlgDocLangDir           : "Direcció llenguatge",
441
 
DlgDocLangDirLTR        : "Esquerra a dreta (LTR)",
442
 
DlgDocLangDirRTL        : "Dreta a esquerra (RTL)",
443
 
DlgDocLangCode          : "Codi de llenguatge",
444
 
DlgDocCharSet           : "Codificació de conjunt de caràcters",
445
 
DlgDocCharSetOther      : "Altra codificació de conjunt de caràcters",
446
 
 
447
 
DlgDocDocType           : "Capçalera de tipus de document",
448
 
DlgDocDocTypeOther      : "Altra Capçalera de tipus de document",
449
 
DlgDocIncXHTML          : "Incloure declaracions XHTML",
450
 
DlgDocBgColor           : "Color de fons",
451
 
DlgDocBgImage           : "URL de la imatge de fons",
452
 
DlgDocBgNoScroll        : "Fons fixe",
453
 
DlgDocCText                     : "Text",
454
 
DlgDocCLink                     : "Enllaç",
455
 
DlgDocCVisited          : "Enllaç visitat",
456
 
DlgDocCActive           : "Enllaç actiu",
457
 
DlgDocMargins           : "Marges de pàgina",
458
 
DlgDocMaTop                     : "Cap",
459
 
DlgDocMaLeft            : "Esquerra",
460
 
DlgDocMaRight           : "Dreta",
461
 
DlgDocMaBottom          : "Peu",
462
 
DlgDocMeIndex           : "Mots clau per a indexació (separats per coma)",
463
 
DlgDocMeDescr           : "Descripció del document",
464
 
DlgDocMeAuthor          : "Autor",
465
 
DlgDocMeCopy            : "Copyright",
466
 
DlgDocPreview           : "Vista prèvia",
467
 
 
468
 
// Templates Dialog
469
 
Templates                       : "Plantilles",
470
 
DlgTemplatesTitle       : "Contingut Plantilles",
471
 
DlgTemplatesSelMsg      : "Si us plau, seleccioneu la plantilla per obrir en l'editor<br>(el contingut actual no serà enregistrat):",
472
 
DlgTemplatesLoading     : "Carregant la llista de plantilles. Si us plau, esperi...",
473
 
DlgTemplatesNoTpl       : "(No hi ha plantilles definides)",
474
 
 
475
 
// About Dialog
476
 
DlgAboutAboutTab        : "Sobre",
477
 
DlgAboutBrowserInfoTab  : "Informació del navigador",
478
 
DlgAboutVersion         : "versió",
479
 
DlgAboutLicense         : "Sota els termes de la Llicència GNU Lesser General Public License",
480
 
DlgAboutInfo            : "Per a més informació aneu a"
481
 
}
 
 
b'\\ No newline at end of file'
 
1
/*
 
2
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
 
3
 * Copyright (C) 2003-2008 Frederico Caldeira Knabben
 
4
 *
 
5
 * == BEGIN LICENSE ==
 
6
 *
 
7
 * Licensed under the terms of any of the following licenses at your
 
8
 * choice:
 
9
 *
 
10
 *  - GNU General Public License Version 2 or later (the "GPL")
 
11
 *    http://www.gnu.org/licenses/gpl.html
 
12
 *
 
13
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
 
14
 *    http://www.gnu.org/licenses/lgpl.html
 
15
 *
 
16
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
 
17
 *    http://www.mozilla.org/MPL/MPL-1.1.html
 
18
 *
 
19
 * == END LICENSE ==
 
20
 *
 
21
 * Catalan language file.
 
22
 */
 
23
 
 
24
var FCKLang =
 
25
{
 
26
// Language direction : "ltr" (left to right) or "rtl" (right to left).
 
27
Dir                                     : "ltr",
 
28
 
 
29
ToolbarCollapse         : "Redueix la barra d'eines",
 
30
ToolbarExpand           : "Amplia la barra d'eines",
 
31
 
 
32
// Toolbar Items and Context Menu
 
33
Save                            : "Desa",
 
34
NewPage                         : "Nova Pàgina",
 
35
Preview                         : "Visualització prèvia",
 
36
Cut                                     : "Retalla",
 
37
Copy                            : "Copia",
 
38
Paste                           : "Enganxa",
 
39
PasteText                       : "Enganxa com a text no formatat",
 
40
PasteWord                       : "Enganxa des del Word",
 
41
Print                           : "Imprimeix",
 
42
SelectAll                       : "Selecciona-ho tot",
 
43
RemoveFormat            : "Elimina Format",
 
44
InsertLinkLbl           : "Enllaç",
 
45
InsertLink                      : "Insereix/Edita enllaç",
 
46
RemoveLink                      : "Elimina l'enllaç",
 
47
VisitLink                       : "Obre l'enllaç",
 
48
Anchor                          : "Insereix/Edita àncora",
 
49
AnchorDelete            : "Elimina àncora",
 
50
InsertImageLbl          : "Imatge",
 
51
InsertImage                     : "Insereix/Edita imatge",
 
52
InsertFlashLbl          : "Flash",
 
53
InsertFlash                     : "Insereix/Edita Flash",
 
54
InsertTableLbl          : "Taula",
 
55
InsertTable                     : "Insereix/Edita taula",
 
56
InsertLineLbl           : "Línia",
 
57
InsertLine                      : "Insereix línia horitzontal",
 
58
InsertSpecialCharLbl: "Caràcter Especial",
 
59
InsertSpecialChar       : "Insereix caràcter especial",
 
60
InsertSmileyLbl         : "Icona",
 
61
InsertSmiley            : "Insereix icona",
 
62
About                           : "Quant a l'FCKeditor",
 
63
Bold                            : "Negreta",
 
64
Italic                          : "Cursiva",
 
65
Underline                       : "Subratllat",
 
66
StrikeThrough           : "Barrat",
 
67
Subscript                       : "Subíndex",
 
68
Superscript                     : "Superíndex",
 
69
LeftJustify                     : "Alinia a l'esquerra",
 
70
CenterJustify           : "Centrat",
 
71
RightJustify            : "Alinia a la dreta",
 
72
BlockJustify            : "Justificat",
 
73
DecreaseIndent          : "Redueix el sagnat",
 
74
IncreaseIndent          : "Augmenta el sagnat",
 
75
Blockquote                      : "Bloc de cita",
 
76
CreateDiv                       : "Crea un contenidor Div",
 
77
EditDiv                         : "Edita el contenidor Div",
 
78
DeleteDiv                       : "Elimina el contenidor Div",
 
79
Undo                            : "Desfés",
 
80
Redo                            : "Refés",
 
81
NumberedListLbl         : "Llista numerada",
 
82
NumberedList            : "Numeració activada/desactivada",
 
83
BulletedListLbl         : "Llista de pics",
 
84
BulletedList            : "Pics activats/descativats",
 
85
ShowTableBorders        : "Mostra les vores de les taules",
 
86
ShowDetails                     : "Mostra detalls",
 
87
Style                           : "Estil",
 
88
FontFormat                      : "Format",
 
89
Font                            : "Tipus de lletra",
 
90
FontSize                        : "Mida",
 
91
TextColor                       : "Color de Text",
 
92
BGColor                         : "Color de Fons",
 
93
Source                          : "Codi font",
 
94
Find                            : "Cerca",
 
95
Replace                         : "Reemplaça",
 
96
SpellCheck                      : "Revisa l'ortografia",
 
97
UniversalKeyboard       : "Teclat universal",
 
98
PageBreakLbl            : "Salt de pàgina",
 
99
PageBreak                       : "Insereix salt de pàgina",
 
100
 
 
101
Form                    : "Formulari",
 
102
Checkbox                : "Casella de verificació",
 
103
RadioButton             : "Botó d'opció",
 
104
TextField               : "Camp de text",
 
105
Textarea                : "Àrea de text",
 
106
HiddenField             : "Camp ocult",
 
107
Button                  : "Botó",
 
108
SelectionField  : "Camp de selecció",
 
109
ImageButton             : "Botó d'imatge",
 
110
 
 
111
FitWindow               : "Maximiza la mida de l'editor",
 
112
ShowBlocks              : "Mostra els blocs",
 
113
 
 
114
// Context Menu
 
115
EditLink                        : "Edita l'enllaç",
 
116
CellCM                          : "Cel·la",
 
117
RowCM                           : "Fila",
 
118
ColumnCM                        : "Columna",
 
119
InsertRowAfter          : "Insereix fila darrera",
 
120
InsertRowBefore         : "Insereix fila abans de",
 
121
DeleteRows                      : "Suprimeix una fila",
 
122
InsertColumnAfter       : "Insereix columna darrera",
 
123
InsertColumnBefore      : "Insereix columna abans de",
 
124
DeleteColumns           : "Suprimeix una columna",
 
125
InsertCellAfter         : "Insereix cel·la darrera",
 
126
InsertCellBefore        : "Insereix cel·la abans de",
 
127
DeleteCells                     : "Suprimeix les cel·les",
 
128
MergeCells                      : "Fusiona les cel·les",
 
129
MergeRight                      : "Fusiona cap a la dreta",
 
130
MergeDown                       : "Fusiona cap avall",
 
131
HorizontalSplitCell     : "Divideix la cel·la horitzontalment",
 
132
VerticalSplitCell       : "Divideix la cel·la verticalment",
 
133
TableDelete                     : "Suprimeix la taula",
 
134
CellProperties          : "Propietats de la cel·la",
 
135
TableProperties         : "Propietats de la taula",
 
136
ImageProperties         : "Propietats de la imatge",
 
137
FlashProperties         : "Propietats del Flash",
 
138
 
 
139
AnchorProp                      : "Propietats de l'àncora",
 
140
ButtonProp                      : "Propietats del botó",
 
141
CheckboxProp            : "Propietats de la casella de verificació",
 
142
HiddenFieldProp         : "Propietats del camp ocult",
 
143
RadioButtonProp         : "Propietats del botó d'opció",
 
144
ImageButtonProp         : "Propietats del botó d'imatge",
 
145
TextFieldProp           : "Propietats del camp de text",
 
146
SelectionFieldProp      : "Propietats del camp de selecció",
 
147
TextareaProp            : "Propietats de l'àrea de text",
 
148
FormProp                        : "Propietats del formulari",
 
149
 
 
150
FontFormats                     : "Normal;Formatejat;Adreça;Encapçalament 1;Encapçalament 2;Encapçalament 3;Encapçalament 4;Encapçalament 5;Encapçalament 6;Normal (DIV)",
 
151
 
 
152
// Alerts and Messages
 
153
ProcessingXHTML         : "Processant XHTML. Si us plau esperi...",
 
154
Done                            : "Fet",
 
155
PasteWordConfirm        : "El text que voleu enganxar sembla provenir de Word. Voleu netejar aquest text abans que sigui enganxat?",
 
156
NotCompatiblePaste      : "Aquesta funció és disponible per a Internet Explorer versió 5.5 o superior. Voleu enganxar sense netejar?",
 
157
UnknownToolbarItem      : "Element de la barra d'eines desconegut \"%1\"",
 
158
UnknownCommand          : "Nom de comanda desconegut \"%1\"",
 
159
NotImplemented          : "Mètode no implementat",
 
160
UnknownToolbarSet       : "Conjunt de barra d'eines \"%1\" inexistent",
 
161
NoActiveX                       : "Les preferències del navegador poden limitar algunes funcions d'aquest editor. Cal habilitar l'opció \"Executa controls ActiveX i plug-ins\". Poden sorgir errors i poden faltar algunes funcions.",
 
162
BrowseServerBlocked : "El visualitzador de recursos no s'ha pogut obrir. Assegura't de que els bloquejos de finestres emergents estan desactivats.",
 
163
DialogBlocked           : "No ha estat possible obrir una finestra de diàleg. Assegureu-vos que els bloquejos de finestres emergents estan desactivats.",
 
164
VisitLinkBlocked        : "No ha estat possible obrir una nova finestra. Assegureu-vos que els bloquejos de finestres emergents estan desactivats.",
 
165
 
 
166
// Dialogs
 
167
DlgBtnOK                        : "D'acord",
 
168
DlgBtnCancel            : "Cancel·la",
 
169
DlgBtnClose                     : "Tanca",
 
170
DlgBtnBrowseServer      : "Veure servidor",
 
171
DlgAdvancedTag          : "Avançat",
 
172
DlgOpOther                      : "Altres",
 
173
DlgInfoTab                      : "Info",
 
174
DlgAlertUrl                     : "Si us plau, afegiu la URL",
 
175
 
 
176
// General Dialogs Labels
 
177
DlgGenNotSet            : "<no definit>",
 
178
DlgGenId                        : "Id",
 
179
DlgGenLangDir           : "Direcció de l'idioma",
 
180
DlgGenLangDirLtr        : "D'esquerra a dreta (LTR)",
 
181
DlgGenLangDirRtl        : "De dreta a esquerra (RTL)",
 
182
DlgGenLangCode          : "Codi d'idioma",
 
183
DlgGenAccessKey         : "Clau d'accés",
 
184
DlgGenName                      : "Nom",
 
185
DlgGenTabIndex          : "Index de Tab",
 
186
DlgGenLongDescr         : "Descripció llarga de la URL",
 
187
DlgGenClass                     : "Classes del full d'estil",
 
188
DlgGenTitle                     : "Títol consultiu",
 
189
DlgGenContType          : "Tipus de contingut consultiu",
 
190
DlgGenLinkCharset       : "Conjunt de caràcters font enllaçat",
 
191
DlgGenStyle                     : "Estil",
 
192
 
 
193
// Image Dialog
 
194
DlgImgTitle                     : "Propietats de la imatge",
 
195
DlgImgInfoTab           : "Informació de la imatge",
 
196
DlgImgBtnUpload         : "Envia-la al servidor",
 
197
DlgImgURL                       : "URL",
 
198
DlgImgUpload            : "Puja",
 
199
DlgImgAlt                       : "Text alternatiu",
 
200
DlgImgWidth                     : "Amplada",
 
201
DlgImgHeight            : "Alçada",
 
202
DlgImgLockRatio         : "Bloqueja les proporcions",
 
203
DlgBtnResetSize         : "Restaura la mida",
 
204
DlgImgBorder            : "Vora",
 
205
DlgImgHSpace            : "Espaiat horit.",
 
206
DlgImgVSpace            : "Espaiat vert.",
 
207
DlgImgAlign                     : "Alineació",
 
208
DlgImgAlignLeft         : "Ajusta a l'esquerra",
 
209
DlgImgAlignAbsBottom: "Abs Bottom",
 
210
DlgImgAlignAbsMiddle: "Abs Middle",
 
211
DlgImgAlignBaseline     : "Baseline",
 
212
DlgImgAlignBottom       : "Bottom",
 
213
DlgImgAlignMiddle       : "Middle",
 
214
DlgImgAlignRight        : "Ajusta a la dreta",
 
215
DlgImgAlignTextTop      : "Text Top",
 
216
DlgImgAlignTop          : "Top",
 
217
DlgImgPreview           : "Vista prèvia",
 
218
DlgImgAlertUrl          : "Si us plau, escriviu la URL de la imatge",
 
219
DlgImgLinkTab           : "Enllaç",
 
220
 
 
221
// Flash Dialog
 
222
DlgFlashTitle           : "Propietats del Flash",
 
223
DlgFlashChkPlay         : "Reprodució automàtica",
 
224
DlgFlashChkLoop         : "Bucle",
 
225
DlgFlashChkMenu         : "Habilita menú Flash",
 
226
DlgFlashScale           : "Escala",
 
227
DlgFlashScaleAll        : "Mostra-ho tot",
 
228
DlgFlashScaleNoBorder   : "Sense vores",
 
229
DlgFlashScaleFit        : "Mida exacta",
 
230
 
 
231
// Link Dialog
 
232
DlgLnkWindowTitle       : "Enllaç",
 
233
DlgLnkInfoTab           : "Informació de l'enllaç",
 
234
DlgLnkTargetTab         : "Destí",
 
235
 
 
236
DlgLnkType                      : "Tipus d'enllaç",
 
237
DlgLnkTypeURL           : "URL",
 
238
DlgLnkTypeAnchor        : "Àncora en aquesta pàgina",
 
239
DlgLnkTypeEMail         : "Correu electrònic",
 
240
DlgLnkProto                     : "Protocol",
 
241
DlgLnkProtoOther        : "<altra>",
 
242
DlgLnkURL                       : "URL",
 
243
DlgLnkAnchorSel         : "Selecciona una àncora",
 
244
DlgLnkAnchorByName      : "Per nom d'àncora",
 
245
DlgLnkAnchorById        : "Per Id d'element",
 
246
DlgLnkNoAnchors         : "(No hi ha àncores disponibles en aquest document)",
 
247
DlgLnkEMail                     : "Adreça de correu electrònic",
 
248
DlgLnkEMailSubject      : "Assumpte del missatge",
 
249
DlgLnkEMailBody         : "Cos del missatge",
 
250
DlgLnkUpload            : "Puja",
 
251
DlgLnkBtnUpload         : "Envia al servidor",
 
252
 
 
253
DlgLnkTarget            : "Destí",
 
254
DlgLnkTargetFrame       : "<marc>",
 
255
DlgLnkTargetPopup       : "<finestra emergent>",
 
256
DlgLnkTargetBlank       : "Nova finestra (_blank)",
 
257
DlgLnkTargetParent      : "Finestra pare (_parent)",
 
258
DlgLnkTargetSelf        : "Mateixa finestra (_self)",
 
259
DlgLnkTargetTop         : "Finestra Major (_top)",
 
260
DlgLnkTargetFrameName   : "Nom del marc de destí",
 
261
DlgLnkPopWinName        : "Nom finestra popup",
 
262
DlgLnkPopWinFeat        : "Característiques finestra popup",
 
263
DlgLnkPopResize         : "Redimensionable",
 
264
DlgLnkPopLocation       : "Barra d'adreça",
 
265
DlgLnkPopMenu           : "Barra de menú",
 
266
DlgLnkPopScroll         : "Barres d'scroll",
 
267
DlgLnkPopStatus         : "Barra d'estat",
 
268
DlgLnkPopToolbar        : "Barra d'eines",
 
269
DlgLnkPopFullScrn       : "Pantalla completa (IE)",
 
270
DlgLnkPopDependent      : "Depenent (Netscape)",
 
271
DlgLnkPopWidth          : "Amplada",
 
272
DlgLnkPopHeight         : "Alçada",
 
273
DlgLnkPopLeft           : "Posició esquerra",
 
274
DlgLnkPopTop            : "Posició dalt",
 
275
 
 
276
DlnLnkMsgNoUrl          : "Si us plau, escrigui l'enllaç URL",
 
277
DlnLnkMsgNoEMail        : "Si us plau, escrigui l'adreça correu electrònic",
 
278
DlnLnkMsgNoAnchor       : "Si us plau, escrigui l'àncora",
 
279
DlnLnkMsgInvPopName     : "El nom de la finestra emergent ha de començar amb una lletra i no pot tenir espais",
 
280
 
 
281
// Color Dialog
 
282
DlgColorTitle           : "Selecciona el color",
 
283
DlgColorBtnClear        : "Neteja",
 
284
DlgColorHighlight       : "Realça",
 
285
DlgColorSelected        : "Selecciona",
 
286
 
 
287
// Smiley Dialog
 
288
DlgSmileyTitle          : "Insereix una icona",
 
289
 
 
290
// Special Character Dialog
 
291
DlgSpecialCharTitle     : "Selecciona el caràcter especial",
 
292
 
 
293
// Table Dialog
 
294
DlgTableTitle           : "Propietats de la taula",
 
295
DlgTableRows            : "Files",
 
296
DlgTableColumns         : "Columnes",
 
297
DlgTableBorder          : "Mida vora",
 
298
DlgTableAlign           : "Alineació",
 
299
DlgTableAlignNotSet     : "<No Definit>",
 
300
DlgTableAlignLeft       : "Esquerra",
 
301
DlgTableAlignCenter     : "Centre",
 
302
DlgTableAlignRight      : "Dreta",
 
303
DlgTableWidth           : "Amplada",
 
304
DlgTableWidthPx         : "píxels",
 
305
DlgTableWidthPc         : "percentatge",
 
306
DlgTableHeight          : "Alçada",
 
307
DlgTableCellSpace       : "Espaiat de cel·les",
 
308
DlgTableCellPad         : "Encoixinament de cel·les",
 
309
DlgTableCaption         : "Títol",
 
310
DlgTableSummary         : "Resum",
 
311
 
 
312
// Table Cell Dialog
 
313
DlgCellTitle            : "Propietats de la cel·la",
 
314
DlgCellWidth            : "Amplada",
 
315
DlgCellWidthPx          : "píxels",
 
316
DlgCellWidthPc          : "percentatge",
 
317
DlgCellHeight           : "Alçada",
 
318
DlgCellWordWrap         : "Ajust de paraula",
 
319
DlgCellWordWrapNotSet   : "<No Definit>",
 
320
DlgCellWordWrapYes      : "Si",
 
321
DlgCellWordWrapNo       : "No",
 
322
DlgCellHorAlign         : "Alineació horitzontal",
 
323
DlgCellHorAlignNotSet   : "<No Definit>",
 
324
DlgCellHorAlignLeft     : "Esquerra",
 
325
DlgCellHorAlignCenter   : "Centre",
 
326
DlgCellHorAlignRight: "Dreta",
 
327
DlgCellVerAlign         : "Alineació vertical",
 
328
DlgCellVerAlignNotSet   : "<No definit>",
 
329
DlgCellVerAlignTop      : "Top",
 
330
DlgCellVerAlignMiddle   : "Middle",
 
331
DlgCellVerAlignBottom   : "Bottom",
 
332
DlgCellVerAlignBaseline : "Baseline",
 
333
DlgCellRowSpan          : "Rows Span",
 
334
DlgCellCollSpan         : "Columns Span",
 
335
DlgCellBackColor        : "Color de fons",
 
336
DlgCellBorderColor      : "Color de la vora",
 
337
DlgCellBtnSelect        : "Seleccioneu...",
 
338
 
 
339
// Find and Replace Dialog
 
340
DlgFindAndReplaceTitle  : "Cerca i reemplaça",
 
341
 
 
342
// Find Dialog
 
343
DlgFindTitle            : "Cerca",
 
344
DlgFindFindBtn          : "Cerca",
 
345
DlgFindNotFoundMsg      : "El text especificat no s'ha trobat.",
 
346
 
 
347
// Replace Dialog
 
348
DlgReplaceTitle                 : "Reemplaça",
 
349
DlgReplaceFindLbl               : "Cerca:",
 
350
DlgReplaceReplaceLbl    : "Remplaça amb:",
 
351
DlgReplaceCaseChk               : "Distingeix majúscules/minúscules",
 
352
DlgReplaceReplaceBtn    : "Reemplaça",
 
353
DlgReplaceReplAllBtn    : "Reemplaça-ho tot",
 
354
DlgReplaceWordChk               : "Només paraules completes",
 
355
 
 
356
// Paste Operations / Dialog
 
357
PasteErrorCut   : "La seguretat del vostre navegador no permet executar automàticament les operacions de retallar. Si us plau, utilitzeu el teclat (Ctrl+X).",
 
358
PasteErrorCopy  : "La seguretat del vostre navegador no permet executar automàticament les operacions de copiar. Si us plau, utilitzeu el teclat (Ctrl+C).",
 
359
 
 
360
PasteAsText             : "Enganxa com a text no formatat",
 
361
PasteFromWord   : "Enganxa com a Word",
 
362
 
 
363
DlgPasteMsg2    : "Si us plau, enganxeu dins del següent camp utilitzant el teclat (<STRONG>Ctrl+V</STRONG>) i premeu <STRONG>OK</STRONG>.",
 
364
DlgPasteSec             : "A causa de la configuració de seguretat del vostre navegador, l'editor no pot accedir al porta-retalls directament. Enganxeu-ho un altre cop en aquesta finestra.",
 
365
DlgPasteIgnoreFont              : "Ignora definicions de font",
 
366
DlgPasteRemoveStyles    : "Elimina definicions d'estil",
 
367
 
 
368
// Color Picker
 
369
ColorAutomatic  : "Automàtic",
 
370
ColorMoreColors : "Més colors...",
 
371
 
 
372
// Document Properties
 
373
DocProps                : "Propietats del document",
 
374
 
 
375
// Anchor Dialog
 
376
DlgAnchorTitle          : "Propietats de l'àncora",
 
377
DlgAnchorName           : "Nom de l'àncora",
 
378
DlgAnchorErrorName      : "Si us plau, escriviu el nom de l'ancora",
 
379
 
 
380
// Speller Pages Dialog
 
381
DlgSpellNotInDic                : "No és al diccionari",
 
382
DlgSpellChangeTo                : "Reemplaça amb",
 
383
DlgSpellBtnIgnore               : "Ignora",
 
384
DlgSpellBtnIgnoreAll    : "Ignora-les totes",
 
385
DlgSpellBtnReplace              : "Canvia",
 
386
DlgSpellBtnReplaceAll   : "Canvia-les totes",
 
387
DlgSpellBtnUndo                 : "Desfés",
 
388
DlgSpellNoSuggestions   : "Cap suggeriment",
 
389
DlgSpellProgress                : "Verificació ortogràfica en curs...",
 
390
DlgSpellNoMispell               : "Verificació ortogràfica acabada: no hi ha cap paraula mal escrita",
 
391
DlgSpellNoChanges               : "Verificació ortogràfica: no s'ha canviat cap paraula",
 
392
DlgSpellOneChange               : "Verificació ortogràfica: s'ha canviat una paraula",
 
393
DlgSpellManyChanges             : "Verificació ortogràfica: s'han canviat %1 paraules",
 
394
 
 
395
IeSpellDownload                 : "Verificació ortogràfica no instal·lada. Voleu descarregar-ho ara?",
 
396
 
 
397
// Button Dialog
 
398
DlgButtonText           : "Text (Valor)",
 
399
DlgButtonType           : "Tipus",
 
400
DlgButtonTypeBtn        : "Botó",
 
401
DlgButtonTypeSbm        : "Transmet formulari",
 
402
DlgButtonTypeRst        : "Reinicia formulari",
 
403
 
 
404
// Checkbox and Radio Button Dialogs
 
405
DlgCheckboxName         : "Nom",
 
406
DlgCheckboxValue        : "Valor",
 
407
DlgCheckboxSelected     : "Seleccionat",
 
408
 
 
409
// Form Dialog
 
410
DlgFormName             : "Nom",
 
411
DlgFormAction   : "Acció",
 
412
DlgFormMethod   : "Mètode",
 
413
 
 
414
// Select Field Dialog
 
415
DlgSelectName           : "Nom",
 
416
DlgSelectValue          : "Valor",
 
417
DlgSelectSize           : "Mida",
 
418
DlgSelectLines          : "Línies",
 
419
DlgSelectChkMulti       : "Permet múltiples seleccions",
 
420
DlgSelectOpAvail        : "Opcions disponibles",
 
421
DlgSelectOpText         : "Text",
 
422
DlgSelectOpValue        : "Valor",
 
423
DlgSelectBtnAdd         : "Afegeix",
 
424
DlgSelectBtnModify      : "Modifica",
 
425
DlgSelectBtnUp          : "Amunt",
 
426
DlgSelectBtnDown        : "Avall",
 
427
DlgSelectBtnSetValue : "Selecciona per defecte",
 
428
DlgSelectBtnDelete      : "Elimina",
 
429
 
 
430
// Textarea Dialog
 
431
DlgTextareaName : "Nom",
 
432
DlgTextareaCols : "Columnes",
 
433
DlgTextareaRows : "Files",
 
434
 
 
435
// Text Field Dialog
 
436
DlgTextName                     : "Nom",
 
437
DlgTextValue            : "Valor",
 
438
DlgTextCharWidth        : "Amplada",
 
439
DlgTextMaxChars         : "Nombre màxim de caràcters",
 
440
DlgTextType                     : "Tipus",
 
441
DlgTextTypeText         : "Text",
 
442
DlgTextTypePass         : "Contrasenya",
 
443
 
 
444
// Hidden Field Dialog
 
445
DlgHiddenName   : "Nom",
 
446
DlgHiddenValue  : "Valor",
 
447
 
 
448
// Bulleted List Dialog
 
449
BulletedListProp        : "Propietats de la llista de pics",
 
450
NumberedListProp        : "Propietats de llista numerada",
 
451
DlgLstStart                     : "Inici",
 
452
DlgLstType                      : "Tipus",
 
453
DlgLstTypeCircle        : "Cercle",
 
454
DlgLstTypeDisc          : "Disc",
 
455
DlgLstTypeSquare        : "Quadrat",
 
456
DlgLstTypeNumbers       : "Números (1, 2, 3)",
 
457
DlgLstTypeLCase         : "Lletres minúscules (a, b, c)",
 
458
DlgLstTypeUCase         : "Lletres majúscules (A, B, C)",
 
459
DlgLstTypeSRoman        : "Números romans en minúscules (i, ii, iii)",
 
460
DlgLstTypeLRoman        : "Números romans en majúscules (I, II, III)",
 
461
 
 
462
// Document Properties Dialog
 
463
DlgDocGeneralTab        : "General",
 
464
DlgDocBackTab           : "Fons",
 
465
DlgDocColorsTab         : "Colors i marges",
 
466
DlgDocMetaTab           : "Metadades",
 
467
 
 
468
DlgDocPageTitle         : "Títol de la pàgina",
 
469
DlgDocLangDir           : "Direcció idioma",
 
470
DlgDocLangDirLTR        : "Esquerra a dreta (LTR)",
 
471
DlgDocLangDirRTL        : "Dreta a esquerra (RTL)",
 
472
DlgDocLangCode          : "Codi d'idioma",
 
473
DlgDocCharSet           : "Codificació de conjunt de caràcters",
 
474
DlgDocCharSetCE         : "Centreeuropeu",
 
475
DlgDocCharSetCT         : "Xinès tradicional (Big5)",
 
476
DlgDocCharSetCR         : "Ciríl·lic",
 
477
DlgDocCharSetGR         : "Grec",
 
478
DlgDocCharSetJP         : "Japonès",
 
479
DlgDocCharSetKR         : "Coreà",
 
480
DlgDocCharSetTR         : "Turc",
 
481
DlgDocCharSetUN         : "Unicode (UTF-8)",
 
482
DlgDocCharSetWE         : "Europeu occidental",
 
483
DlgDocCharSetOther      : "Una altra codificació de caràcters",
 
484
 
 
485
DlgDocDocType           : "Capçalera de tipus de document",
 
486
DlgDocDocTypeOther      : "Un altra capçalera de tipus de document",
 
487
DlgDocIncXHTML          : "Incloure declaracions XHTML",
 
488
DlgDocBgColor           : "Color de fons",
 
489
DlgDocBgImage           : "URL de la imatge de fons",
 
490
DlgDocBgNoScroll        : "Fons fixe",
 
491
DlgDocCText                     : "Text",
 
492
DlgDocCLink                     : "Enllaç",
 
493
DlgDocCVisited          : "Enllaç visitat",
 
494
DlgDocCActive           : "Enllaç actiu",
 
495
DlgDocMargins           : "Marges de pàgina",
 
496
DlgDocMaTop                     : "Cap",
 
497
DlgDocMaLeft            : "Esquerra",
 
498
DlgDocMaRight           : "Dreta",
 
499
DlgDocMaBottom          : "Peu",
 
500
DlgDocMeIndex           : "Mots clau per a indexació (separats per coma)",
 
501
DlgDocMeDescr           : "Descripció del document",
 
502
DlgDocMeAuthor          : "Autor",
 
503
DlgDocMeCopy            : "Copyright",
 
504
DlgDocPreview           : "Vista prèvia",
 
505
 
 
506
// Templates Dialog
 
507
Templates                       : "Plantilles",
 
508
DlgTemplatesTitle       : "Contingut plantilles",
 
509
DlgTemplatesSelMsg      : "Si us plau, seleccioneu la plantilla per obrir a l'editor<br>(el contingut actual no serà enregistrat):",
 
510
DlgTemplatesLoading     : "Carregant la llista de plantilles. Si us plau, espereu...",
 
511
DlgTemplatesNoTpl       : "(No hi ha plantilles definides)",
 
512
DlgTemplatesReplace     : "Reemplaça el contingut actual",
 
513
 
 
514
// About Dialog
 
515
DlgAboutAboutTab        : "Quant a",
 
516
DlgAboutBrowserInfoTab  : "Informació del navegador",
 
517
DlgAboutLicenseTab      : "Llicència",
 
518
DlgAboutVersion         : "versió",
 
519
DlgAboutInfo            : "Per a més informació aneu a",
 
520
 
 
521
// Div Dialog
 
522
DlgDivGeneralTab        : "General",
 
523
DlgDivAdvancedTab       : "Avançat",
 
524
DlgDivStyle             : "Estil",
 
525
DlgDivInlineStyle       : "Estil en línia"
 
526
};