Subversion Repositories Applications.papyrus

Rev

Rev 1688 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1688 Rev 1921
Line 1... Line 1...
1
/*
1
/*
2
 * FCKeditor - The text editor for internet
2
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3
 * Copyright (C) 2003-2006 Frederico Caldeira Knabben
3
 * Copyright (C) 2003-2008 Frederico Caldeira Knabben
-
 
4
 *
-
 
5
 * == BEGIN LICENSE ==
4
 * 
6
 *
5
 * Licensed under the terms of the GNU Lesser General Public License:
7
 * Licensed under the terms of any of the following licenses at your
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
8
 * choice:
7
 * 
9
 *
8
 * For further information visit:
10
 *  - GNU General Public License Version 2 or later (the "GPL")
9
 * 		http://www.fckeditor.net/
11
 *    http://www.gnu.org/licenses/gpl.html
10
 * 
12
 *
11
 * "Support Open Source software. What about a donation today?"
13
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
-
 
14
 *    http://www.gnu.org/licenses/lgpl.html
12
 * 
15
 *
13
 * File Name: gl.js
16
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
14
 * 	Galician language file.
17
 *    http://www.mozilla.org/MPL/MPL-1.1.html
15
 * 
18
 *
16
 * File Authors:
19
 * == END LICENSE ==
-
 
20
 *
17
 * 		Fernando Riveiro Lopez
21
 * Galician language file.
18
 */
22
 */
Line 19... Line 23...
19
 
23
 
20
var FCKLang =
24
var FCKLang =
21
{
25
{
Line 38... Line 42...
38
SelectAll			: "Seleccionar todo",
42
SelectAll			: "Seleccionar todo",
39
RemoveFormat		: "Eliminar Formato",
43
RemoveFormat		: "Eliminar Formato",
40
InsertLinkLbl		: "Ligazón",
44
InsertLinkLbl		: "Ligazón",
41
InsertLink			: "Inserir/Editar Ligazón",
45
InsertLink			: "Inserir/Editar Ligazón",
42
RemoveLink			: "Eliminar Ligazón",
46
RemoveLink			: "Eliminar Ligazón",
-
 
47
VisitLink			: "Open Link",	//MISSING
43
Anchor				: "Inserir/Editar Referencia",
48
Anchor				: "Inserir/Editar Referencia",
-
 
49
AnchorDelete		: "Remove Anchor",	//MISSING
44
InsertImageLbl		: "Imaxe",
50
InsertImageLbl		: "Imaxe",
45
InsertImage			: "Inserir/Editar Imaxe",
51
InsertImage			: "Inserir/Editar Imaxe",
46
InsertFlashLbl		: "Flash",
52
InsertFlashLbl		: "Flash",
47
InsertFlash			: "Inserir/Editar Flash",
53
InsertFlash			: "Inserir/Editar Flash",
48
InsertTableLbl		: "Tabla",
54
InsertTableLbl		: "Tabla",
Line 64... Line 70...
64
CenterJustify		: "Centrado",
70
CenterJustify		: "Centrado",
65
RightJustify		: "Aliñar á Dereita",
71
RightJustify		: "Aliñar á Dereita",
66
BlockJustify		: "Xustificado",
72
BlockJustify		: "Xustificado",
67
DecreaseIndent		: "Disminuir Sangría",
73
DecreaseIndent		: "Disminuir Sangría",
68
IncreaseIndent		: "Aumentar Sangría",
74
IncreaseIndent		: "Aumentar Sangría",
-
 
75
Blockquote			: "Blockquote",	//MISSING
-
 
76
CreateDiv			: "Create Div Container",	//MISSING
-
 
77
EditDiv				: "Edit Div Container",	//MISSING
-
 
78
DeleteDiv			: "Remove Div Container",	//MISSING
69
Undo				: "Desfacer",
79
Undo				: "Desfacer",
70
Redo				: "Refacer",
80
Redo				: "Refacer",
71
NumberedListLbl		: "Lista Numerada",
81
NumberedListLbl		: "Lista Numerada",
72
NumberedList		: "Inserir/Eliminar Lista Numerada",
82
NumberedList		: "Inserir/Eliminar Lista Numerada",
73
BulletedListLbl		: "Marcas",
83
BulletedListLbl		: "Marcas",
Line 97... Line 107...
97
Button			: "Botón",
107
Button			: "Botón",
98
SelectionField	: "Campo de Selección",
108
SelectionField	: "Campo de Selección",
99
ImageButton		: "Botón de Imaxe",
109
ImageButton		: "Botón de Imaxe",
Line 100... Line 110...
100
 
110
 
-
 
111
FitWindow		: "Maximizar o tamaño do editor",
Line 101... Line 112...
101
FitWindow		: "Maximizar o tamaño do editor",
112
ShowBlocks		: "Show Blocks",	//MISSING
102
 
113
 
103
// Context Menu
114
// Context Menu
104
EditLink			: "Editar Ligazón",
115
EditLink			: "Editar Ligazón",
105
CellCM				: "Cela",
116
CellCM				: "Cela",
106
RowCM				: "Fila",
117
RowCM				: "Fila",
-
 
118
ColumnCM			: "Columna",
107
ColumnCM			: "Columna",
119
InsertRowAfter		: "Insert Row After",	//MISSING
108
InsertRow			: "Inserir Fila",
120
InsertRowBefore		: "Insert Row Before",	//MISSING
-
 
121
DeleteRows			: "Borrar Filas",
109
DeleteRows			: "Borrar Filas",
122
InsertColumnAfter	: "Insert Column After",	//MISSING
110
InsertColumn		: "Inserir Columna",
123
InsertColumnBefore	: "Insert Column Before",	//MISSING
-
 
124
DeleteColumns		: "Borrar Columnas",
111
DeleteColumns		: "Borrar Columnas",
125
InsertCellAfter		: "Insert Cell After",	//MISSING
112
InsertCell			: "Inserir Cela",
126
InsertCellBefore	: "Insert Cell Before",	//MISSING
-
 
127
DeleteCells			: "Borrar Cela",
-
 
128
MergeCells			: "Unir Celas",
-
 
129
MergeRight			: "Merge Right",	//MISSING
113
DeleteCells			: "Borrar Cela",
130
MergeDown			: "Merge Down",	//MISSING
114
MergeCells			: "Unir Celas",
131
HorizontalSplitCell	: "Split Cell Horizontally",	//MISSING
115
SplitCell			: "Partir Celas",
132
VerticalSplitCell	: "Split Cell Vertically",	//MISSING
116
TableDelete			: "Borrar Táboa",
133
TableDelete			: "Borrar Táboa",
117
CellProperties		: "Propriedades da Cela",
134
CellProperties		: "Propriedades da Cela",
118
TableProperties		: "Propriedades da Táboa",
135
TableProperties		: "Propriedades da Táboa",
Line 142... Line 159...
142
NotImplemented		: "Comando non implementado",
159
NotImplemented		: "Comando non implementado",
143
UnknownToolbarSet	: "O conxunto de ferramentas \"%1\" non existe",
160
UnknownToolbarSet	: "O conxunto de ferramentas \"%1\" non existe",
144
NoActiveX			: "As opcións de seguridade do seu navegador poderían limitar algunha das características de editor. Debe activar a opción \"Executar controis ActiveX e plug-ins\". Pode notar que faltan características e experimentar erros",
161
NoActiveX			: "As opcións de seguridade do seu navegador poderían limitar algunha das características de editor. Debe activar a opción \"Executar controis ActiveX e plug-ins\". Pode notar que faltan características e experimentar erros",
145
BrowseServerBlocked : "Non se poido abrir o navegador de recursos. Asegúrese de que están desactivados os bloqueadores de xanelas emerxentes",
162
BrowseServerBlocked : "Non se poido abrir o navegador de recursos. Asegúrese de que están desactivados os bloqueadores de xanelas emerxentes",
146
DialogBlocked		: "Non foi posible abrir a xanela de diálogo. Asegúrese de que están desactivados os bloqueadores de xanelas emerxentes",
163
DialogBlocked		: "Non foi posible abrir a xanela de diálogo. Asegúrese de que están desactivados os bloqueadores de xanelas emerxentes",
-
 
164
VisitLinkBlocked	: "It was not possible to open a new window. Make sure all popup blockers are disabled.",	//MISSING
Line 147... Line 165...
147
 
165
 
148
// Dialogs
166
// Dialogs
149
DlgBtnOK			: "OK",
167
DlgBtnOK			: "OK",
150
DlgBtnCancel		: "Cancelar",
168
DlgBtnCancel		: "Cancelar",
Line 223... Line 241...
223
DlgLnkProtoOther	: "<outro>",
241
DlgLnkProtoOther	: "<outro>",
224
DlgLnkURL			: "URL",
242
DlgLnkURL			: "URL",
225
DlgLnkAnchorSel		: "Seleccionar unha Referencia",
243
DlgLnkAnchorSel		: "Seleccionar unha Referencia",
226
DlgLnkAnchorByName	: "Por Nome de Referencia",
244
DlgLnkAnchorByName	: "Por Nome de Referencia",
227
DlgLnkAnchorById	: "Por Element Id",
245
DlgLnkAnchorById	: "Por Element Id",
228
DlgLnkNoAnchors		: "<Non hai referencias disponibles no documento>",
246
DlgLnkNoAnchors		: "(Non hai referencias disponibles no documento)",
229
DlgLnkEMail			: "Enderezo de E-Mail",
247
DlgLnkEMail			: "Enderezo de E-Mail",
230
DlgLnkEMailSubject	: "Asunto do Mensaxe",
248
DlgLnkEMailSubject	: "Asunto do Mensaxe",
231
DlgLnkEMailBody		: "Corpo do Mensaxe",
249
DlgLnkEMailBody		: "Corpo do Mensaxe",
232
DlgLnkUpload		: "Carregar",
250
DlgLnkUpload		: "Carregar",
233
DlgLnkBtnUpload		: "Enviar ó servidor",
251
DlgLnkBtnUpload		: "Enviar ó servidor",
Line 316... Line 334...
316
DlgCellCollSpan		: "Ocupar Columnas",
334
DlgCellCollSpan		: "Ocupar Columnas",
317
DlgCellBackColor	: "Color de Fondo",
335
DlgCellBackColor	: "Color de Fondo",
318
DlgCellBorderColor	: "Color de Borde",
336
DlgCellBorderColor	: "Color de Borde",
319
DlgCellBtnSelect	: "Seleccionar...",
337
DlgCellBtnSelect	: "Seleccionar...",
Line -... Line 338...
-
 
338
 
-
 
339
// Find and Replace Dialog
-
 
340
DlgFindAndReplaceTitle	: "Find and Replace",	//MISSING
320
 
341
 
321
// Find Dialog
342
// Find Dialog
322
DlgFindTitle		: "Procurar",
343
DlgFindTitle		: "Procurar",
323
DlgFindFindBtn		: "Procurar",
344
DlgFindFindBtn		: "Procurar",
Line 331... Line 352...
331
DlgReplaceReplaceBtn	: "Substituir",
352
DlgReplaceReplaceBtn	: "Substituir",
332
DlgReplaceReplAllBtn	: "Substitiur Todo",
353
DlgReplaceReplAllBtn	: "Substitiur Todo",
333
DlgReplaceWordChk		: "Coincidir con toda a palabra",
354
DlgReplaceWordChk		: "Coincidir con toda a palabra",
Line 334... Line 355...
334
 
355
 
335
// Paste Operations / Dialog
-
 
336
PasteErrorPaste	: "Os axustes de seguridade do seu navegador non permiten que o editor realice automáticamente as tarefas de pegado. Por favor, use o teclado para iso (Ctrl+V).",
356
// Paste Operations / Dialog
337
PasteErrorCut	: "Os axustes de seguridade do seu navegador non permiten que o editor realice automáticamente as tarefas de corte. Por favor, use o teclado para iso (Ctrl+X).",
357
PasteErrorCut	: "Os axustes de seguridade do seu navegador non permiten que o editor realice automáticamente as tarefas de corte. Por favor, use o teclado para iso (Ctrl+X).",
Line 338... Line 358...
338
PasteErrorCopy	: "Os axustes de seguridade do seu navegador non permiten que o editor realice automáticamente as tarefas de copia. Por favor, use o teclado para iso (Ctrl+C).",
358
PasteErrorCopy	: "Os axustes de seguridade do seu navegador non permiten que o editor realice automáticamente as tarefas de copia. Por favor, use o teclado para iso (Ctrl+C).",
339
 
359
 
Line 340... Line 360...
340
PasteAsText		: "Pegar como texto plano",
360
PasteAsText		: "Pegar como texto plano",
-
 
361
PasteFromWord	: "Pegar dende Word",
341
PasteFromWord	: "Pegar dende Word",
362
 
342
 
363
DlgPasteMsg2	: "Por favor, pegue dentro do seguinte cadro usando o teclado (<STRONG>Ctrl+V</STRONG>) e pulse <STRONG>OK</STRONG>.",
343
DlgPasteMsg2	: "Por favor, pegue dentro do seguinte cadro usando o teclado (<STRONG>Ctrl+V</STRONG>) e pulse <STRONG>OK</STRONG>.",
-
 
Line 344... Line 364...
344
DlgPasteIgnoreFont		: "Ignorar as definicións de Tipografía",
364
DlgPasteSec		: "Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.",	//MISSING
345
DlgPasteRemoveStyles	: "Eliminar as definicións de Estilos",
365
DlgPasteIgnoreFont		: "Ignorar as definicións de Tipografía",
346
DlgPasteCleanBox		: "Limpar o Cadro",
366
DlgPasteRemoveStyles	: "Eliminar as definicións de Estilos",
Line 494... Line 514...
494
// About Dialog
514
// About Dialog
495
DlgAboutAboutTab	: "Acerca de",
515
DlgAboutAboutTab	: "Acerca de",
496
DlgAboutBrowserInfoTab	: "Información do Navegador",
516
DlgAboutBrowserInfoTab	: "Información do Navegador",
497
DlgAboutLicenseTab	: "Licencia",
517
DlgAboutLicenseTab	: "Licencia",
498
DlgAboutVersion		: "versión",
518
DlgAboutVersion		: "versión",
499
DlgAboutLicense		: "Licencia concedida baixo os termos da GNU Lesser General Public License",
-
 
500
DlgAboutInfo		: "Para máis información visitar:"
-
 
501
}
-
 
502
519
DlgAboutInfo		: "Para máis información visitar:",
-
 
520
 
-
 
521
// Div Dialog
-
 
522
DlgDivGeneralTab	: "General",	//MISSING
-
 
523
DlgDivAdvancedTab	: "Advanced",	//MISSING
-
 
524
DlgDivStyle		: "Style",	//MISSING
-
 
525
DlgDivInlineStyle	: "Inline Style"	//MISSING
-
 
526
};
-
 
527