source: branches/1.2/workflow/js/fckeditor/editor/lang/gl.js @ 1349

Revision 1349, 17.6 KB checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • Property svn:executable set to *
Line 
1/*
2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 * Copyright (C) 2003-2007 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 * Galician language file.
22 */
23
24var FCKLang =
25{
26// Language direction : "ltr" (left to right) or "rtl" (right to left).
27Dir                                     : "ltr",
28
29ToolbarCollapse         : "Ocultar Ferramentas",
30ToolbarExpand           : "Mostrar Ferramentas",
31
32// Toolbar Items and Context Menu
33Save                            : "Gardar",
34NewPage                         : "Nova Páxina",
35Preview                         : "Vista Previa",
36Cut                                     : "Cortar",
37Copy                            : "Copiar",
38Paste                           : "Pegar",
39PasteText                       : "Pegar como texto plano",
40PasteWord                       : "Pegar dende Word",
41Print                           : "Imprimir",
42SelectAll                       : "Seleccionar todo",
43RemoveFormat            : "Eliminar Formato",
44InsertLinkLbl           : "Ligazón",
45InsertLink                      : "Inserir/Editar Ligazón",
46RemoveLink                      : "Eliminar Ligazón",
47Anchor                          : "Inserir/Editar Referencia",
48InsertImageLbl          : "Imaxe",
49InsertImage                     : "Inserir/Editar Imaxe",
50InsertFlashLbl          : "Flash",
51InsertFlash                     : "Inserir/Editar Flash",
52InsertTableLbl          : "Tabla",
53InsertTable                     : "Inserir/Editar Tabla",
54InsertLineLbl           : "Liña",
55InsertLine                      : "Inserir Liña Horizontal",
56InsertSpecialCharLbl: "Carácter Special",
57InsertSpecialChar       : "Inserir Carácter Especial",
58InsertSmileyLbl         : "Smiley",
59InsertSmiley            : "Inserir Smiley",
60About                           : "Acerca de FCKeditor",
61Bold                            : "Negrita",
62Italic                          : "Cursiva",
63Underline                       : "Sub-raiado",
64StrikeThrough           : "Tachado",
65Subscript                       : "Subíndice",
66Superscript                     : "Superíndice",
67LeftJustify                     : "Aliñar á Esquerda",
68CenterJustify           : "Centrado",
69RightJustify            : "Aliñar á Dereita",
70BlockJustify            : "Xustificado",
71DecreaseIndent          : "Disminuir Sangría",
72IncreaseIndent          : "Aumentar Sangría",
73Undo                            : "Desfacer",
74Redo                            : "Refacer",
75NumberedListLbl         : "Lista Numerada",
76NumberedList            : "Inserir/Eliminar Lista Numerada",
77BulletedListLbl         : "Marcas",
78BulletedList            : "Inserir/Eliminar Marcas",
79ShowTableBorders        : "Mostrar Bordes das Táboas",
80ShowDetails                     : "Mostrar Marcas Parágrafo",
81Style                           : "Estilo",
82FontFormat                      : "Formato",
83Font                            : "Tipo",
84FontSize                        : "Tamaño",
85TextColor                       : "Cor do Texto",
86BGColor                         : "Cor do Fondo",
87Source                          : "Código Fonte",
88Find                            : "Procurar",
89Replace                         : "Substituir",
90SpellCheck                      : "Corrección Ortográfica",
91UniversalKeyboard       : "Teclado Universal",
92PageBreakLbl            : "Salto de Páxina",
93PageBreak                       : "Inserir Salto de Páxina",
94
95Form                    : "Formulario",
96Checkbox                : "Cadro de Verificación",
97RadioButton             : "Botón de Radio",
98TextField               : "Campo de Texto",
99Textarea                : "Área de Texto",
100HiddenField             : "Campo Oculto",
101Button                  : "Botón",
102SelectionField  : "Campo de Selección",
103ImageButton             : "Botón de Imaxe",
104
105FitWindow               : "Maximizar o tamaño do editor",
106
107// Context Menu
108EditLink                        : "Editar Ligazón",
109CellCM                          : "Cela",
110RowCM                           : "Fila",
111ColumnCM                        : "Columna",
112InsertRow                       : "Inserir Fila",
113DeleteRows                      : "Borrar Filas",
114InsertColumn            : "Inserir Columna",
115DeleteColumns           : "Borrar Columnas",
116InsertCell                      : "Inserir Cela",
117DeleteCells                     : "Borrar Cela",
118MergeCells                      : "Unir Celas",
119SplitCell                       : "Partir Celas",
120TableDelete                     : "Borrar Táboa",
121CellProperties          : "Propriedades da Cela",
122TableProperties         : "Propriedades da Táboa",
123ImageProperties         : "Propriedades Imaxe",
124FlashProperties         : "Propriedades Flash",
125
126AnchorProp                      : "Propriedades da Referencia",
127ButtonProp                      : "Propriedades do Botón",
128CheckboxProp            : "Propriedades do Cadro de Verificación",
129HiddenFieldProp         : "Propriedades do Campo Oculto",
130RadioButtonProp         : "Propriedades do Botón de Radio",
131ImageButtonProp         : "Propriedades do Botón de Imaxe",
132TextFieldProp           : "Propriedades do Campo de Texto",
133SelectionFieldProp      : "Propriedades do Campo de Selección",
134TextareaProp            : "Propriedades da Área de Texto",
135FormProp                        : "Propriedades do Formulario",
136
137FontFormats                     : "Normal;Formateado;Enderezo;Enacabezado 1;Encabezado 2;Encabezado 3;Encabezado 4;Encabezado 5;Encabezado 6;Paragraph (DIV)",          //REVIEW : Check _getfontformat.html
138
139// Alerts and Messages
140ProcessingXHTML         : "Procesando XHTML. Por facor, agarde...",
141Done                            : "Feiro",
142PasteWordConfirm        : "Parece que o texto que quere pegar está copiado do Word.¿Quere limpar o formato antes de pegalo?",
143NotCompatiblePaste      : "Este comando está disponible para Internet Explorer versión 5.5 ou superior. ¿Quere pegalo sen limpar o formato?",
144UnknownToolbarItem      : "Ítem de ferramentas descoñecido \"%1\"",
145UnknownCommand          : "Nome de comando descoñecido \"%1\"",
146NotImplemented          : "Comando non implementado",
147UnknownToolbarSet       : "O conxunto de ferramentas \"%1\" non existe",
148NoActiveX                       : "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",
149BrowseServerBlocked : "Non se poido abrir o navegador de recursos. Asegúrese de que están desactivados os bloqueadores de xanelas emerxentes",
150DialogBlocked           : "Non foi posible abrir a xanela de diálogo. Asegúrese de que están desactivados os bloqueadores de xanelas emerxentes",
151
152// Dialogs
153DlgBtnOK                        : "OK",
154DlgBtnCancel            : "Cancelar",
155DlgBtnClose                     : "Pechar",
156DlgBtnBrowseServer      : "Navegar no Servidor",
157DlgAdvancedTag          : "Advanzado",
158DlgOpOther                      : "<Outro>",
159DlgInfoTab                      : "Info",
160DlgAlertUrl                     : "Por favor, insira a URL",
161
162// General Dialogs Labels
163DlgGenNotSet            : "<non definido>",
164DlgGenId                        : "Id",
165DlgGenLangDir           : "Orientación do Idioma",
166DlgGenLangDirLtr        : "Esquerda a Dereita (LTR)",
167DlgGenLangDirRtl        : "Dereita a Esquerda (RTL)",
168DlgGenLangCode          : "Código do Idioma",
169DlgGenAccessKey         : "Chave de Acceso",
170DlgGenName                      : "Nome",
171DlgGenTabIndex          : "Índice de Tabulación",
172DlgGenLongDescr         : "Descrición Completa da URL",
173DlgGenClass                     : "Clases da Folla de Estilos",
174DlgGenTitle                     : "Título",
175DlgGenContType          : "Tipo de Contido",
176DlgGenLinkCharset       : "Fonte de Caracteres Vinculado",
177DlgGenStyle                     : "Estilo",
178
179// Image Dialog
180DlgImgTitle                     : "Propriedades da Imaxe",
181DlgImgInfoTab           : "Información da Imaxe",
182DlgImgBtnUpload         : "Enviar ó Servidor",
183DlgImgURL                       : "URL",
184DlgImgUpload            : "Carregar",
185DlgImgAlt                       : "Texto Alternativo",
186DlgImgWidth                     : "Largura",
187DlgImgHeight            : "Altura",
188DlgImgLockRatio         : "Proporcional",
189DlgBtnResetSize         : "Tamaño Orixinal",
190DlgImgBorder            : "Límite",
191DlgImgHSpace            : "Esp. Horiz.",
192DlgImgVSpace            : "Esp. Vert.",
193DlgImgAlign                     : "Aliñamento",
194DlgImgAlignLeft         : "Esquerda",
195DlgImgAlignAbsBottom: "Abs Inferior",
196DlgImgAlignAbsMiddle: "Abs Centro",
197DlgImgAlignBaseline     : "Liña Base",
198DlgImgAlignBottom       : "Pé",
199DlgImgAlignMiddle       : "Centro",
200DlgImgAlignRight        : "Dereita",
201DlgImgAlignTextTop      : "Tope do Texto",
202DlgImgAlignTop          : "Tope",
203DlgImgPreview           : "Vista Previa",
204DlgImgAlertUrl          : "Por favor, escriba a URL da imaxe",
205DlgImgLinkTab           : "Ligazón",
206
207// Flash Dialog
208DlgFlashTitle           : "Propriedades Flash",
209DlgFlashChkPlay         : "Auto Execución",
210DlgFlashChkLoop         : "Bucle",
211DlgFlashChkMenu         : "Activar Menú Flash",
212DlgFlashScale           : "Escalar",
213DlgFlashScaleAll        : "Amosar Todo",
214DlgFlashScaleNoBorder   : "Sen Borde",
215DlgFlashScaleFit        : "Encaixar axustando",
216
217// Link Dialog
218DlgLnkWindowTitle       : "Ligazón",
219DlgLnkInfoTab           : "Información da Ligazón",
220DlgLnkTargetTab         : "Referencia a esta páxina",
221
222DlgLnkType                      : "Tipo de Ligazón",
223DlgLnkTypeURL           : "URL",
224DlgLnkTypeAnchor        : "Referencia nesta páxina",
225DlgLnkTypeEMail         : "E-Mail",
226DlgLnkProto                     : "Protocolo",
227DlgLnkProtoOther        : "<outro>",
228DlgLnkURL                       : "URL",
229DlgLnkAnchorSel         : "Seleccionar unha Referencia",
230DlgLnkAnchorByName      : "Por Nome de Referencia",
231DlgLnkAnchorById        : "Por Element Id",
232DlgLnkNoAnchors         : "<Non hai referencias disponibles no documento>",             //REVIEW : Change < and > with ( and )
233DlgLnkEMail                     : "Enderezo de E-Mail",
234DlgLnkEMailSubject      : "Asunto do Mensaxe",
235DlgLnkEMailBody         : "Corpo do Mensaxe",
236DlgLnkUpload            : "Carregar",
237DlgLnkBtnUpload         : "Enviar ó servidor",
238
239DlgLnkTarget            : "Destino",
240DlgLnkTargetFrame       : "<frame>",
241DlgLnkTargetPopup       : "<Xanela Emerxente>",
242DlgLnkTargetBlank       : "Nova Xanela (_blank)",
243DlgLnkTargetParent      : "Xanela Pai (_parent)",
244DlgLnkTargetSelf        : "Mesma Xanela (_self)",
245DlgLnkTargetTop         : "Xanela Primaria (_top)",
246DlgLnkTargetFrameName   : "Nome do Marco Destino",
247DlgLnkPopWinName        : "Nome da Xanela Emerxente",
248DlgLnkPopWinFeat        : "Características da Xanela Emerxente",
249DlgLnkPopResize         : "Axustable",
250DlgLnkPopLocation       : "Barra de Localización",
251DlgLnkPopMenu           : "Barra de Menú",
252DlgLnkPopScroll         : "Barras de Desplazamento",
253DlgLnkPopStatus         : "Barra de Estado",
254DlgLnkPopToolbar        : "Barra de Ferramentas",
255DlgLnkPopFullScrn       : "A Toda Pantalla (IE)",
256DlgLnkPopDependent      : "Dependente (Netscape)",
257DlgLnkPopWidth          : "Largura",
258DlgLnkPopHeight         : "Altura",
259DlgLnkPopLeft           : "Posición Esquerda",
260DlgLnkPopTop            : "Posición dende Arriba",
261
262DlnLnkMsgNoUrl          : "Por favor, escriba a ligazón URL",
263DlnLnkMsgNoEMail        : "Por favor, escriba o enderezo de e-mail",
264DlnLnkMsgNoAnchor       : "Por favor, seleccione un destino",
265DlnLnkMsgInvPopName     : "The popup name must begin with an alphabetic character and must not contain spaces", //MISSING
266
267// Color Dialog
268DlgColorTitle           : "Seleccionar Color",
269DlgColorBtnClear        : "Nengunha",
270DlgColorHighlight       : "Destacado",
271DlgColorSelected        : "Seleccionado",
272
273// Smiley Dialog
274DlgSmileyTitle          : "Inserte un Smiley",
275
276// Special Character Dialog
277DlgSpecialCharTitle     : "Seleccione Caracter Especial",
278
279// Table Dialog
280DlgTableTitle           : "Propiedades da Táboa",
281DlgTableRows            : "Filas",
282DlgTableColumns         : "Columnas",
283DlgTableBorder          : "Tamaño do Borde",
284DlgTableAlign           : "Aliñamento",
285DlgTableAlignNotSet     : "<Non Definido>",
286DlgTableAlignLeft       : "Esquerda",
287DlgTableAlignCenter     : "Centro",
288DlgTableAlignRight      : "Ereita",
289DlgTableWidth           : "Largura",
290DlgTableWidthPx         : "pixels",
291DlgTableWidthPc         : "percent",
292DlgTableHeight          : "Altura",
293DlgTableCellSpace       : "Marxe entre Celas",
294DlgTableCellPad         : "Marxe interior",
295DlgTableCaption         : "Título",
296DlgTableSummary         : "Sumario",
297
298// Table Cell Dialog
299DlgCellTitle            : "Propriedades da Cela",
300DlgCellWidth            : "Largura",
301DlgCellWidthPx          : "pixels",
302DlgCellWidthPc          : "percent",
303DlgCellHeight           : "Altura",
304DlgCellWordWrap         : "Axustar Liñas",
305DlgCellWordWrapNotSet   : "<Non Definido>",
306DlgCellWordWrapYes      : "Si",
307DlgCellWordWrapNo       : "Non",
308DlgCellHorAlign         : "Aliñamento Horizontal",
309DlgCellHorAlignNotSet   : "<Non definido>",
310DlgCellHorAlignLeft     : "Esquerda",
311DlgCellHorAlignCenter   : "Centro",
312DlgCellHorAlignRight: "Dereita",
313DlgCellVerAlign         : "Aliñamento Vertical",
314DlgCellVerAlignNotSet   : "<Non definido>",
315DlgCellVerAlignTop      : "Arriba",
316DlgCellVerAlignMiddle   : "Medio",
317DlgCellVerAlignBottom   : "Abaixo",
318DlgCellVerAlignBaseline : "Liña de Base",
319DlgCellRowSpan          : "Ocupar Filas",
320DlgCellCollSpan         : "Ocupar Columnas",
321DlgCellBackColor        : "Color de Fondo",
322DlgCellBorderColor      : "Color de Borde",
323DlgCellBtnSelect        : "Seleccionar...",
324
325// Find Dialog
326DlgFindTitle            : "Procurar",
327DlgFindFindBtn          : "Procurar",
328DlgFindNotFoundMsg      : "Non te atopou o texto indicado.",
329
330// Replace Dialog
331DlgReplaceTitle                 : "Substituir",
332DlgReplaceFindLbl               : "Texto a procurar:",
333DlgReplaceReplaceLbl    : "Substituir con:",
334DlgReplaceCaseChk               : "Coincidir Mai./min.",
335DlgReplaceReplaceBtn    : "Substituir",
336DlgReplaceReplAllBtn    : "Substitiur Todo",
337DlgReplaceWordChk               : "Coincidir con toda a palabra",
338
339// Paste Operations / Dialog
340PasteErrorCut   : "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).",
341PasteErrorCopy  : "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).",
342
343PasteAsText             : "Pegar como texto plano",
344PasteFromWord   : "Pegar dende Word",
345
346DlgPasteMsg2    : "Por favor, pegue dentro do seguinte cadro usando o teclado (<STRONG>Ctrl+V</STRONG>) e pulse <STRONG>OK</STRONG>.",
347DlgPasteSec             : "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
348DlgPasteIgnoreFont              : "Ignorar as definicións de Tipografía",
349DlgPasteRemoveStyles    : "Eliminar as definicións de Estilos",
350DlgPasteCleanBox                : "Limpar o Cadro",
351
352// Color Picker
353ColorAutomatic  : "Automático",
354ColorMoreColors : "Máis Cores...",
355
356// Document Properties
357DocProps                : "Propriedades do Documento",
358
359// Anchor Dialog
360DlgAnchorTitle          : "Propriedades da Referencia",
361DlgAnchorName           : "Nome da Referencia",
362DlgAnchorErrorName      : "Por favor, escriba o nome da referencia",
363
364// Speller Pages Dialog
365DlgSpellNotInDic                : "Non está no diccionario",
366DlgSpellChangeTo                : "Cambiar a",
367DlgSpellBtnIgnore               : "Ignorar",
368DlgSpellBtnIgnoreAll    : "Ignorar Todas",
369DlgSpellBtnReplace              : "Substituir",
370DlgSpellBtnReplaceAll   : "Substituir Todas",
371DlgSpellBtnUndo                 : "Desfacer",
372DlgSpellNoSuggestions   : "- Sen candidatos -",
373DlgSpellProgress                : "Corrección ortográfica en progreso...",
374DlgSpellNoMispell               : "Corrección ortográfica rematada: Non se atoparon erros",
375DlgSpellNoChanges               : "Corrección ortográfica rematada: Non se substituiu nengunha verba",
376DlgSpellOneChange               : "Corrección ortográfica rematada: Unha verba substituida",
377DlgSpellManyChanges             : "Corrección ortográfica rematada: %1 verbas substituidas",
378
379IeSpellDownload                 : "O corrector ortográfico non está instalado. ¿Quere descargalo agora?",
380
381// Button Dialog
382DlgButtonText           : "Texto (Valor)",
383DlgButtonType           : "Tipo",
384DlgButtonTypeBtn        : "Button",     //MISSING
385DlgButtonTypeSbm        : "Submit",     //MISSING
386DlgButtonTypeRst        : "Reset",      //MISSING
387
388// Checkbox and Radio Button Dialogs
389DlgCheckboxName         : "Nome",
390DlgCheckboxValue        : "Valor",
391DlgCheckboxSelected     : "Seleccionado",
392
393// Form Dialog
394DlgFormName             : "Nome",
395DlgFormAction   : "Acción",
396DlgFormMethod   : "Método",
397
398// Select Field Dialog
399DlgSelectName           : "Nome",
400DlgSelectValue          : "Valor",
401DlgSelectSize           : "Tamaño",
402DlgSelectLines          : "liñas",
403DlgSelectChkMulti       : "Permitir múltiples seleccións",
404DlgSelectOpAvail        : "Opcións Disponibles",
405DlgSelectOpText         : "Texto",
406DlgSelectOpValue        : "Valor",
407DlgSelectBtnAdd         : "Engadir",
408DlgSelectBtnModify      : "Modificar",
409DlgSelectBtnUp          : "Subir",
410DlgSelectBtnDown        : "Baixar",
411DlgSelectBtnSetValue : "Definir como valor por defecto",
412DlgSelectBtnDelete      : "Borrar",
413
414// Textarea Dialog
415DlgTextareaName : "Nome",
416DlgTextareaCols : "Columnas",
417DlgTextareaRows : "Filas",
418
419// Text Field Dialog
420DlgTextName                     : "Nome",
421DlgTextValue            : "Valor",
422DlgTextCharWidth        : "Tamaño do Caracter",
423DlgTextMaxChars         : "Máximo de Caracteres",
424DlgTextType                     : "Tipo",
425DlgTextTypeText         : "Texto",
426DlgTextTypePass         : "Chave",
427
428// Hidden Field Dialog
429DlgHiddenName   : "Nome",
430DlgHiddenValue  : "Valor",
431
432// Bulleted List Dialog
433BulletedListProp        : "Propriedades das Marcas",
434NumberedListProp        : "Propriedades da Lista de Numeración",
435DlgLstStart                     : "Start",      //MISSING
436DlgLstType                      : "Tipo",
437DlgLstTypeCircle        : "Círculo",
438DlgLstTypeDisc          : "Disco",
439DlgLstTypeSquare        : "Cuadrado",
440DlgLstTypeNumbers       : "Números (1, 2, 3)",
441DlgLstTypeLCase         : "Letras Minúsculas (a, b, c)",
442DlgLstTypeUCase         : "Letras Maiúsculas (A, B, C)",
443DlgLstTypeSRoman        : "Números Romanos en minúscula (i, ii, iii)",
444DlgLstTypeLRoman        : "Números Romanos en Maiúscula (I, II, III)",
445
446// Document Properties Dialog
447DlgDocGeneralTab        : "Xeral",
448DlgDocBackTab           : "Fondo",
449DlgDocColorsTab         : "Cores e Marxes",
450DlgDocMetaTab           : "Meta Data",
451
452DlgDocPageTitle         : "Título da Páxina",
453DlgDocLangDir           : "Orientación do Idioma",
454DlgDocLangDirLTR        : "Esquerda a Dereita (LTR)",
455DlgDocLangDirRTL        : "Dereita a Esquerda (RTL)",
456DlgDocLangCode          : "Código de Idioma",
457DlgDocCharSet           : "Codificación do Xogo de Caracteres",
458DlgDocCharSetCE         : "Central European",   //MISSING
459DlgDocCharSetCT         : "Chinese Traditional (Big5)", //MISSING
460DlgDocCharSetCR         : "Cyrillic",   //MISSING
461DlgDocCharSetGR         : "Greek",      //MISSING
462DlgDocCharSetJP         : "Japanese",   //MISSING
463DlgDocCharSetKR         : "Korean",     //MISSING
464DlgDocCharSetTR         : "Turkish",    //MISSING
465DlgDocCharSetUN         : "Unicode (UTF-8)",    //MISSING
466DlgDocCharSetWE         : "Western European",   //MISSING
467DlgDocCharSetOther      : "Outra Codificación do Xogo de Caracteres",
468
469DlgDocDocType           : "Encabezado do Tipo de Documento",
470DlgDocDocTypeOther      : "Outro Encabezado do Tipo de Documento",
471DlgDocIncXHTML          : "Incluir Declaracións XHTML",
472DlgDocBgColor           : "Cor de Fondo",
473DlgDocBgImage           : "URL da Imaxe de Fondo",
474DlgDocBgNoScroll        : "Fondo Fixo",
475DlgDocCText                     : "Texto",
476DlgDocCLink                     : "Ligazóns",
477DlgDocCVisited          : "Ligazón Visitada",
478DlgDocCActive           : "Ligazón Activa",
479DlgDocMargins           : "Marxes da Páxina",
480DlgDocMaTop                     : "Arriba",
481DlgDocMaLeft            : "Esquerda",
482DlgDocMaRight           : "Dereita",
483DlgDocMaBottom          : "Abaixo",
484DlgDocMeIndex           : "Palabras Chave de Indexación do Documento (separadas por comas)",
485DlgDocMeDescr           : "Descripción do Documento",
486DlgDocMeAuthor          : "Autor",
487DlgDocMeCopy            : "Copyright",
488DlgDocPreview           : "Vista Previa",
489
490// Templates Dialog
491Templates                       : "Plantillas",
492DlgTemplatesTitle       : "Plantillas de Contido",
493DlgTemplatesSelMsg      : "Por favor, seleccione a plantilla a abrir no editor<br>(o contido actual perderase):",
494DlgTemplatesLoading     : "Cargando listado de plantillas. Por favor, espere...",
495DlgTemplatesNoTpl       : "(Non hai plantillas definidas)",
496DlgTemplatesReplace     : "Replace actual contents",    //MISSING
497
498// About Dialog
499DlgAboutAboutTab        : "Acerca de",
500DlgAboutBrowserInfoTab  : "Información do Navegador",
501DlgAboutLicenseTab      : "Licencia",
502DlgAboutVersion         : "versión",
503DlgAboutInfo            : "Para máis información visitar:"
504};
Note: See TracBrowser for help on using the repository browser.