Line 1... |
Line 1... |
1 |
/*
|
1 |
/*
|
2 |
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
|
2 |
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
|
3 |
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
|
3 |
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
|
4 |
*
|
4 |
*
|
5 |
* == BEGIN LICENSE ==
|
5 |
* == BEGIN LICENSE ==
|
6 |
*
|
6 |
*
|
7 |
* Licensed under the terms of any of the following licenses at your
|
7 |
* Licensed under the terms of any of the following licenses at your
|
8 |
* choice:
|
8 |
* choice:
|
Line 29... |
Line 29... |
29 |
ToolbarCollapse : "Ocultar Ferramentas",
|
29 |
ToolbarCollapse : "Ocultar Ferramentas",
|
30 |
ToolbarExpand : "Mostrar Ferramentas",
|
30 |
ToolbarExpand : "Mostrar Ferramentas",
|
Line 31... |
Line 31... |
31 |
|
31 |
|
32 |
// Toolbar Items and Context Menu
|
32 |
// Toolbar Items and Context Menu
|
33 |
Save : "Gardar",
|
33 |
Save : "Gardar",
|
34 |
NewPage : "Nova Páxina",
|
34 |
NewPage : "Nova Páxina",
|
35 |
Preview : "Vista Previa",
|
35 |
Preview : "Vista Previa",
|
36 |
Cut : "Cortar",
|
36 |
Cut : "Cortar",
|
37 |
Copy : "Copiar",
|
37 |
Copy : "Copiar",
|
38 |
Paste : "Pegar",
|
38 |
Paste : "Pegar",
|
39 |
PasteText : "Pegar como texto plano",
|
39 |
PasteText : "Pegar como texto plano",
|
40 |
PasteWord : "Pegar dende Word",
|
40 |
PasteWord : "Pegar dende Word",
|
41 |
Print : "Imprimir",
|
41 |
Print : "Imprimir",
|
42 |
SelectAll : "Seleccionar todo",
|
42 |
SelectAll : "Seleccionar todo",
|
43 |
RemoveFormat : "Eliminar Formato",
|
43 |
RemoveFormat : "Eliminar Formato",
|
44 |
InsertLinkLbl : "Ligazón",
|
44 |
InsertLinkLbl : "Ligazón",
|
45 |
InsertLink : "Inserir/Editar Ligazón",
|
45 |
InsertLink : "Inserir/Editar Ligazón",
|
46 |
RemoveLink : "Eliminar Ligazón",
|
46 |
RemoveLink : "Eliminar Ligazón",
|
47 |
VisitLink : "Open Link", //MISSING
|
47 |
VisitLink : "Open Link", //MISSING
|
48 |
Anchor : "Inserir/Editar Referencia",
|
48 |
Anchor : "Inserir/Editar Referencia",
|
49 |
AnchorDelete : "Remove Anchor", //MISSING
|
49 |
AnchorDelete : "Remove Anchor", //MISSING
|
50 |
InsertImageLbl : "Imaxe",
|
50 |
InsertImageLbl : "Imaxe",
|
51 |
InsertImage : "Inserir/Editar Imaxe",
|
51 |
InsertImage : "Inserir/Editar Imaxe",
|
52 |
InsertFlashLbl : "Flash",
|
52 |
InsertFlashLbl : "Flash",
|
53 |
InsertFlash : "Inserir/Editar Flash",
|
53 |
InsertFlash : "Inserir/Editar Flash",
|
54 |
InsertTableLbl : "Tabla",
|
54 |
InsertTableLbl : "Tabla",
|
55 |
InsertTable : "Inserir/Editar Tabla",
|
55 |
InsertTable : "Inserir/Editar Tabla",
|
56 |
InsertLineLbl : "Liña",
|
56 |
InsertLineLbl : "Liña",
|
57 |
InsertLine : "Inserir Liña Horizontal",
|
57 |
InsertLine : "Inserir Liña Horizontal",
|
58 |
InsertSpecialCharLbl: "Carácter Special",
|
58 |
InsertSpecialCharLbl: "Carácter Special",
|
59 |
InsertSpecialChar : "Inserir Carácter Especial",
|
59 |
InsertSpecialChar : "Inserir Carácter Especial",
|
60 |
InsertSmileyLbl : "Smiley",
|
60 |
InsertSmileyLbl : "Smiley",
|
61 |
InsertSmiley : "Inserir Smiley",
|
61 |
InsertSmiley : "Inserir Smiley",
|
62 |
About : "Acerca de FCKeditor",
|
62 |
About : "Acerca de FCKeditor",
|
63 |
Bold : "Negrita",
|
63 |
Bold : "Negrita",
|
64 |
Italic : "Cursiva",
|
64 |
Italic : "Cursiva",
|
65 |
Underline : "Sub-raiado",
|
65 |
Underline : "Sub-raiado",
|
66 |
StrikeThrough : "Tachado",
|
66 |
StrikeThrough : "Tachado",
|
67 |
Subscript : "Subíndice",
|
67 |
Subscript : "Subíndice",
|
68 |
Superscript : "Superíndice",
|
68 |
Superscript : "Superíndice",
|
69 |
LeftJustify : "Aliñar á Esquerda",
|
69 |
LeftJustify : "Aliñar á Esquerda",
|
70 |
CenterJustify : "Centrado",
|
70 |
CenterJustify : "Centrado",
|
71 |
RightJustify : "Aliñar á Dereita",
|
71 |
RightJustify : "Aliñar á Dereita",
|
72 |
BlockJustify : "Xustificado",
|
72 |
BlockJustify : "Xustificado",
|
73 |
DecreaseIndent : "Disminuir Sangría",
|
73 |
DecreaseIndent : "Disminuir Sangría",
|
74 |
IncreaseIndent : "Aumentar Sangría",
|
74 |
IncreaseIndent : "Aumentar Sangría",
|
75 |
Blockquote : "Blockquote", //MISSING
|
75 |
Blockquote : "Blockquote", //MISSING
|
76 |
CreateDiv : "Create Div Container", //MISSING
|
76 |
CreateDiv : "Create Div Container", //MISSING
|
77 |
EditDiv : "Edit Div Container", //MISSING
|
77 |
EditDiv : "Edit Div Container", //MISSING
|
78 |
DeleteDiv : "Remove Div Container", //MISSING
|
78 |
DeleteDiv : "Remove Div Container", //MISSING
|
79 |
Undo : "Desfacer",
|
79 |
Undo : "Desfacer",
|
80 |
Redo : "Refacer",
|
80 |
Redo : "Refacer",
|
81 |
NumberedListLbl : "Lista Numerada",
|
81 |
NumberedListLbl : "Lista Numerada",
|
82 |
NumberedList : "Inserir/Eliminar Lista Numerada",
|
82 |
NumberedList : "Inserir/Eliminar Lista Numerada",
|
83 |
BulletedListLbl : "Marcas",
|
83 |
BulletedListLbl : "Marcas",
|
84 |
BulletedList : "Inserir/Eliminar Marcas",
|
84 |
BulletedList : "Inserir/Eliminar Marcas",
|
85 |
ShowTableBorders : "Mostrar Bordes das Táboas",
|
85 |
ShowTableBorders : "Mostrar Bordes das Táboas",
|
86 |
ShowDetails : "Mostrar Marcas Parágrafo",
|
86 |
ShowDetails : "Mostrar Marcas Parágrafo",
|
87 |
Style : "Estilo",
|
87 |
Style : "Estilo",
|
88 |
FontFormat : "Formato",
|
88 |
FontFormat : "Formato",
|
89 |
Font : "Tipo",
|
89 |
Font : "Tipo",
|
90 |
FontSize : "Tamaño",
|
90 |
FontSize : "Tamaño",
|
91 |
TextColor : "Cor do Texto",
|
91 |
TextColor : "Cor do Texto",
|
92 |
BGColor : "Cor do Fondo",
|
92 |
BGColor : "Cor do Fondo",
|
93 |
Source : "Código Fonte",
|
93 |
Source : "Código Fonte",
|
94 |
Find : "Procurar",
|
94 |
Find : "Procurar",
|
95 |
Replace : "Substituir",
|
95 |
Replace : "Substituir",
|
96 |
SpellCheck : "Corrección Ortográfica",
|
96 |
SpellCheck : "Corrección Ortográfica",
|
97 |
UniversalKeyboard : "Teclado Universal",
|
97 |
UniversalKeyboard : "Teclado Universal",
|
98 |
PageBreakLbl : "Salto de Páxina",
|
98 |
PageBreakLbl : "Salto de Páxina",
|
Line 99... |
Line 99... |
99 |
PageBreak : "Inserir Salto de Páxina",
|
99 |
PageBreak : "Inserir Salto de Páxina",
|
100 |
|
100 |
|
101 |
Form : "Formulario",
|
101 |
Form : "Formulario",
|
102 |
Checkbox : "Cadro de Verificación",
|
102 |
Checkbox : "Cadro de Verificación",
|
103 |
RadioButton : "Botón de Radio",
|
103 |
RadioButton : "Botón de Radio",
|
104 |
TextField : "Campo de Texto",
|
104 |
TextField : "Campo de Texto",
|
105 |
Textarea : "Área de Texto",
|
105 |
Textarea : "Área de Texto",
|
106 |
HiddenField : "Campo Oculto",
|
106 |
HiddenField : "Campo Oculto",
|
107 |
Button : "Botón",
|
107 |
Button : "Botón",
|
Line 108... |
Line 108... |
108 |
SelectionField : "Campo de Selección",
|
108 |
SelectionField : "Campo de Selección",
|
109 |
ImageButton : "Botón de Imaxe",
|
109 |
ImageButton : "Botón de Imaxe",
|
Line 110... |
Line 110... |
110 |
|
110 |
|
111 |
FitWindow : "Maximizar o tamaño do editor",
|
111 |
FitWindow : "Maximizar o tamaño do editor",
|
112 |
ShowBlocks : "Show Blocks", //MISSING
|
112 |
ShowBlocks : "Show Blocks", //MISSING
|
113 |
|
113 |
|
114 |
// Context Menu
|
114 |
// Context Menu
|
115 |
EditLink : "Editar Ligazón",
|
115 |
EditLink : "Editar Ligazón",
|
116 |
CellCM : "Cela",
|
116 |
CellCM : "Cela",
|
Line 128... |
Line 128... |
128 |
MergeCells : "Unir Celas",
|
128 |
MergeCells : "Unir Celas",
|
129 |
MergeRight : "Merge Right", //MISSING
|
129 |
MergeRight : "Merge Right", //MISSING
|
130 |
MergeDown : "Merge Down", //MISSING
|
130 |
MergeDown : "Merge Down", //MISSING
|
131 |
HorizontalSplitCell : "Split Cell Horizontally", //MISSING
|
131 |
HorizontalSplitCell : "Split Cell Horizontally", //MISSING
|
132 |
VerticalSplitCell : "Split Cell Vertically", //MISSING
|
132 |
VerticalSplitCell : "Split Cell Vertically", //MISSING
|
133 |
TableDelete : "Borrar Táboa",
|
133 |
TableDelete : "Borrar Táboa",
|
134 |
CellProperties : "Propriedades da Cela",
|
134 |
CellProperties : "Propriedades da Cela",
|
135 |
TableProperties : "Propriedades da Táboa",
|
135 |
TableProperties : "Propriedades da Táboa",
|
136 |
ImageProperties : "Propriedades Imaxe",
|
136 |
ImageProperties : "Propriedades Imaxe",
|
137 |
FlashProperties : "Propriedades Flash",
|
137 |
FlashProperties : "Propriedades Flash",
|
Line 138... |
Line 138... |
138 |
|
138 |
|
139 |
AnchorProp : "Propriedades da Referencia",
|
139 |
AnchorProp : "Propriedades da Referencia",
|
140 |
ButtonProp : "Propriedades do Botón",
|
140 |
ButtonProp : "Propriedades do Botón",
|
141 |
CheckboxProp : "Propriedades do Cadro de Verificación",
|
141 |
CheckboxProp : "Propriedades do Cadro de Verificación",
|
142 |
HiddenFieldProp : "Propriedades do Campo Oculto",
|
142 |
HiddenFieldProp : "Propriedades do Campo Oculto",
|
143 |
RadioButtonProp : "Propriedades do Botón de Radio",
|
143 |
RadioButtonProp : "Propriedades do Botón de Radio",
|
144 |
ImageButtonProp : "Propriedades do Botón de Imaxe",
|
144 |
ImageButtonProp : "Propriedades do Botón de Imaxe",
|
145 |
TextFieldProp : "Propriedades do Campo de Texto",
|
145 |
TextFieldProp : "Propriedades do Campo de Texto",
|
146 |
SelectionFieldProp : "Propriedades do Campo de Selección",
|
146 |
SelectionFieldProp : "Propriedades do Campo de Selección",
|
147 |
TextareaProp : "Propriedades da Área de Texto",
|
147 |
TextareaProp : "Propriedades da Área de Texto",
|
Line 148... |
Line 148... |
148 |
FormProp : "Propriedades do Formulario",
|
148 |
FormProp : "Propriedades do Formulario",
|
Line 149... |
Line 149... |
149 |
|
149 |
|
150 |
FontFormats : "Normal;Formateado;Enderezo;Enacabezado 1;Encabezado 2;Encabezado 3;Encabezado 4;Encabezado 5;Encabezado 6;Paragraph (DIV)",
|
150 |
FontFormats : "Normal;Formateado;Enderezo;Enacabezado 1;Encabezado 2;Encabezado 3;Encabezado 4;Encabezado 5;Encabezado 6;Paragraph (DIV)",
|
151 |
|
151 |
|
152 |
// Alerts and Messages
|
152 |
// Alerts and Messages
|
153 |
ProcessingXHTML : "Procesando XHTML. Por facor, agarde...",
|
153 |
ProcessingXHTML : "Procesando XHTML. Por facor, agarde...",
|
154 |
Done : "Feiro",
|
154 |
Done : "Feiro",
|
155 |
PasteWordConfirm : "Parece que o texto que quere pegar está copiado do Word.¿Quere limpar o formato antes de pegalo?",
|
155 |
PasteWordConfirm : "Parece que o texto que quere pegar está copiado do Word.¿Quere limpar o formato antes de pegalo?",
|
156 |
NotCompatiblePaste : "Este comando está disponible para Internet Explorer versión 5.5 ou superior. ¿Quere pegalo sen limpar o formato?",
|
156 |
NotCompatiblePaste : "Este comando está disponible para Internet Explorer versión 5.5 ou superior. ¿Quere pegalo sen limpar o formato?",
|
157 |
UnknownToolbarItem : "Ítem de ferramentas descoñecido \"%1\"",
|
157 |
UnknownToolbarItem : "Ítem de ferramentas descoñecido \"%1\"",
|
158 |
UnknownCommand : "Nome de comando descoñecido \"%1\"",
|
158 |
UnknownCommand : "Nome de comando descoñecido \"%1\"",
|
159 |
NotImplemented : "Comando non implementado",
|
159 |
NotImplemented : "Comando non implementado",
|
160 |
UnknownToolbarSet : "O conxunto de ferramentas \"%1\" non existe",
|
160 |
UnknownToolbarSet : "O conxunto de ferramentas \"%1\" non existe",
|
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",
|
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",
|
Line 162... |
Line 162... |
162 |
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",
|
163 |
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
|
164 |
VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING
|
Line 174... |
Line 174... |
174 |
DlgAlertUrl : "Por favor, insira a URL",
|
174 |
DlgAlertUrl : "Por favor, insira a URL",
|
Line 175... |
Line 175... |
175 |
|
175 |
|
176 |
// General Dialogs Labels
|
176 |
// General Dialogs Labels
|
177 |
DlgGenNotSet : "<non definido>",
|
177 |
DlgGenNotSet : "<non definido>",
|
178 |
DlgGenId : "Id",
|
178 |
DlgGenId : "Id",
|
179 |
DlgGenLangDir : "Orientación do Idioma",
|
179 |
DlgGenLangDir : "Orientación do Idioma",
|
180 |
DlgGenLangDirLtr : "Esquerda a Dereita (LTR)",
|
180 |
DlgGenLangDirLtr : "Esquerda a Dereita (LTR)",
|
181 |
DlgGenLangDirRtl : "Dereita a Esquerda (RTL)",
|
181 |
DlgGenLangDirRtl : "Dereita a Esquerda (RTL)",
|
182 |
DlgGenLangCode : "Código do Idioma",
|
182 |
DlgGenLangCode : "Código do Idioma",
|
183 |
DlgGenAccessKey : "Chave de Acceso",
|
183 |
DlgGenAccessKey : "Chave de Acceso",
|
184 |
DlgGenName : "Nome",
|
184 |
DlgGenName : "Nome",
|
185 |
DlgGenTabIndex : "Índice de Tabulación",
|
185 |
DlgGenTabIndex : "Índice de Tabulación",
|
186 |
DlgGenLongDescr : "Descrición Completa da URL",
|
186 |
DlgGenLongDescr : "Descrición Completa da URL",
|
187 |
DlgGenClass : "Clases da Folla de Estilos",
|
187 |
DlgGenClass : "Clases da Folla de Estilos",
|
188 |
DlgGenTitle : "Título",
|
188 |
DlgGenTitle : "Título",
|
189 |
DlgGenContType : "Tipo de Contido",
|
189 |
DlgGenContType : "Tipo de Contido",
|
190 |
DlgGenLinkCharset : "Fonte de Caracteres Vinculado",
|
190 |
DlgGenLinkCharset : "Fonte de Caracteres Vinculado",
|
Line 191... |
Line 191... |
191 |
DlgGenStyle : "Estilo",
|
191 |
DlgGenStyle : "Estilo",
|
192 |
|
192 |
|
193 |
// Image Dialog
|
193 |
// Image Dialog
|
194 |
DlgImgTitle : "Propriedades da Imaxe",
|
194 |
DlgImgTitle : "Propriedades da Imaxe",
|
195 |
DlgImgInfoTab : "Información da Imaxe",
|
195 |
DlgImgInfoTab : "Información da Imaxe",
|
196 |
DlgImgBtnUpload : "Enviar ó Servidor",
|
196 |
DlgImgBtnUpload : "Enviar ó Servidor",
|
197 |
DlgImgURL : "URL",
|
197 |
DlgImgURL : "URL",
|
198 |
DlgImgUpload : "Carregar",
|
198 |
DlgImgUpload : "Carregar",
|
199 |
DlgImgAlt : "Texto Alternativo",
|
199 |
DlgImgAlt : "Texto Alternativo",
|
200 |
DlgImgWidth : "Largura",
|
200 |
DlgImgWidth : "Largura",
|
201 |
DlgImgHeight : "Altura",
|
201 |
DlgImgHeight : "Altura",
|
202 |
DlgImgLockRatio : "Proporcional",
|
202 |
DlgImgLockRatio : "Proporcional",
|
203 |
DlgBtnResetSize : "Tamaño Orixinal",
|
203 |
DlgBtnResetSize : "Tamaño Orixinal",
|
204 |
DlgImgBorder : "Límite",
|
204 |
DlgImgBorder : "Límite",
|
205 |
DlgImgHSpace : "Esp. Horiz.",
|
205 |
DlgImgHSpace : "Esp. Horiz.",
|
206 |
DlgImgVSpace : "Esp. Vert.",
|
206 |
DlgImgVSpace : "Esp. Vert.",
|
207 |
DlgImgAlign : "Aliñamento",
|
207 |
DlgImgAlign : "Aliñamento",
|
208 |
DlgImgAlignLeft : "Esquerda",
|
208 |
DlgImgAlignLeft : "Esquerda",
|
209 |
DlgImgAlignAbsBottom: "Abs Inferior",
|
209 |
DlgImgAlignAbsBottom: "Abs Inferior",
|
210 |
DlgImgAlignAbsMiddle: "Abs Centro",
|
210 |
DlgImgAlignAbsMiddle: "Abs Centro",
|
211 |
DlgImgAlignBaseline : "Liña Base",
|
211 |
DlgImgAlignBaseline : "Liña Base",
|
212 |
DlgImgAlignBottom : "Pé",
|
212 |
DlgImgAlignBottom : "Pé",
|
213 |
DlgImgAlignMiddle : "Centro",
|
213 |
DlgImgAlignMiddle : "Centro",
|
214 |
DlgImgAlignRight : "Dereita",
|
214 |
DlgImgAlignRight : "Dereita",
|
215 |
DlgImgAlignTextTop : "Tope do Texto",
|
215 |
DlgImgAlignTextTop : "Tope do Texto",
|
216 |
DlgImgAlignTop : "Tope",
|
216 |
DlgImgAlignTop : "Tope",
|
217 |
DlgImgPreview : "Vista Previa",
|
217 |
DlgImgPreview : "Vista Previa",
|
Line 218... |
Line 218... |
218 |
DlgImgAlertUrl : "Por favor, escriba a URL da imaxe",
|
218 |
DlgImgAlertUrl : "Por favor, escriba a URL da imaxe",
|
219 |
DlgImgLinkTab : "Ligazón",
|
219 |
DlgImgLinkTab : "Ligazón",
|
220 |
|
220 |
|
221 |
// Flash Dialog
|
221 |
// Flash Dialog
|
222 |
DlgFlashTitle : "Propriedades Flash",
|
222 |
DlgFlashTitle : "Propriedades Flash",
|
223 |
DlgFlashChkPlay : "Auto Execución",
|
223 |
DlgFlashChkPlay : "Auto Execución",
|
224 |
DlgFlashChkLoop : "Bucle",
|
224 |
DlgFlashChkLoop : "Bucle",
|
225 |
DlgFlashChkMenu : "Activar Menú Flash",
|
225 |
DlgFlashChkMenu : "Activar Menú Flash",
|
226 |
DlgFlashScale : "Escalar",
|
226 |
DlgFlashScale : "Escalar",
|
Line 227... |
Line 227... |
227 |
DlgFlashScaleAll : "Amosar Todo",
|
227 |
DlgFlashScaleAll : "Amosar Todo",
|
228 |
DlgFlashScaleNoBorder : "Sen Borde",
|
228 |
DlgFlashScaleNoBorder : "Sen Borde",
|
229 |
DlgFlashScaleFit : "Encaixar axustando",
|
229 |
DlgFlashScaleFit : "Encaixar axustando",
|
230 |
|
230 |
|
Line 231... |
Line 231... |
231 |
// Link Dialog
|
231 |
// Link Dialog
|
232 |
DlgLnkWindowTitle : "Ligazón",
|
232 |
DlgLnkWindowTitle : "Ligazón",
|
233 |
DlgLnkInfoTab : "Información da Ligazón",
|
233 |
DlgLnkInfoTab : "Información da Ligazón",
|
234 |
DlgLnkTargetTab : "Referencia a esta páxina",
|
234 |
DlgLnkTargetTab : "Referencia a esta páxina",
|
235 |
|
235 |
|
236 |
DlgLnkType : "Tipo de Ligazón",
|
236 |
DlgLnkType : "Tipo de Ligazón",
|
237 |
DlgLnkTypeURL : "URL",
|
237 |
DlgLnkTypeURL : "URL",
|
238 |
DlgLnkTypeAnchor : "Referencia nesta páxina",
|
238 |
DlgLnkTypeAnchor : "Referencia nesta páxina",
|
Line 246... |
Line 246... |
246 |
DlgLnkNoAnchors : "(Non hai referencias disponibles no documento)",
|
246 |
DlgLnkNoAnchors : "(Non hai referencias disponibles no documento)",
|
247 |
DlgLnkEMail : "Enderezo de E-Mail",
|
247 |
DlgLnkEMail : "Enderezo de E-Mail",
|
248 |
DlgLnkEMailSubject : "Asunto do Mensaxe",
|
248 |
DlgLnkEMailSubject : "Asunto do Mensaxe",
|
249 |
DlgLnkEMailBody : "Corpo do Mensaxe",
|
249 |
DlgLnkEMailBody : "Corpo do Mensaxe",
|
250 |
DlgLnkUpload : "Carregar",
|
250 |
DlgLnkUpload : "Carregar",
|
251 |
DlgLnkBtnUpload : "Enviar ó servidor",
|
251 |
DlgLnkBtnUpload : "Enviar ó servidor",
|
Line 252... |
Line 252... |
252 |
|
252 |
|
253 |
DlgLnkTarget : "Destino",
|
253 |
DlgLnkTarget : "Destino",
|
254 |
DlgLnkTargetFrame : "<frame>",
|
254 |
DlgLnkTargetFrame : "<frame>",
|
255 |
DlgLnkTargetPopup : "<Xanela Emerxente>",
|
255 |
DlgLnkTargetPopup : "<Xanela Emerxente>",
|
256 |
DlgLnkTargetBlank : "Nova Xanela (_blank)",
|
256 |
DlgLnkTargetBlank : "Nova Xanela (_blank)",
|
257 |
DlgLnkTargetParent : "Xanela Pai (_parent)",
|
257 |
DlgLnkTargetParent : "Xanela Pai (_parent)",
|
258 |
DlgLnkTargetSelf : "Mesma Xanela (_self)",
|
258 |
DlgLnkTargetSelf : "Mesma Xanela (_self)",
|
259 |
DlgLnkTargetTop : "Xanela Primaria (_top)",
|
259 |
DlgLnkTargetTop : "Xanela Primaria (_top)",
|
260 |
DlgLnkTargetFrameName : "Nome do Marco Destino",
|
260 |
DlgLnkTargetFrameName : "Nome do Marco Destino",
|
261 |
DlgLnkPopWinName : "Nome da Xanela Emerxente",
|
261 |
DlgLnkPopWinName : "Nome da Xanela Emerxente",
|
262 |
DlgLnkPopWinFeat : "Características da Xanela Emerxente",
|
262 |
DlgLnkPopWinFeat : "Características da Xanela Emerxente",
|
263 |
DlgLnkPopResize : "Axustable",
|
263 |
DlgLnkPopResize : "Axustable",
|
264 |
DlgLnkPopLocation : "Barra de Localización",
|
264 |
DlgLnkPopLocation : "Barra de Localización",
|
265 |
DlgLnkPopMenu : "Barra de Menú",
|
265 |
DlgLnkPopMenu : "Barra de Menú",
|
266 |
DlgLnkPopScroll : "Barras de Desplazamento",
|
266 |
DlgLnkPopScroll : "Barras de Desplazamento",
|
267 |
DlgLnkPopStatus : "Barra de Estado",
|
267 |
DlgLnkPopStatus : "Barra de Estado",
|
268 |
DlgLnkPopToolbar : "Barra de Ferramentas",
|
268 |
DlgLnkPopToolbar : "Barra de Ferramentas",
|
269 |
DlgLnkPopFullScrn : "A Toda Pantalla (IE)",
|
269 |
DlgLnkPopFullScrn : "A Toda Pantalla (IE)",
|
270 |
DlgLnkPopDependent : "Dependente (Netscape)",
|
270 |
DlgLnkPopDependent : "Dependente (Netscape)",
|
271 |
DlgLnkPopWidth : "Largura",
|
271 |
DlgLnkPopWidth : "Largura",
|
272 |
DlgLnkPopHeight : "Altura",
|
272 |
DlgLnkPopHeight : "Altura",
|
273 |
DlgLnkPopLeft : "Posición Esquerda",
|
273 |
DlgLnkPopLeft : "Posición Esquerda",
|
Line 274... |
Line 274... |
274 |
DlgLnkPopTop : "Posición dende Arriba",
|
274 |
DlgLnkPopTop : "Posición dende Arriba",
|
275 |
|
275 |
|
276 |
DlnLnkMsgNoUrl : "Por favor, escriba a ligazón URL",
|
276 |
DlnLnkMsgNoUrl : "Por favor, escriba a ligazón URL",
|
277 |
DlnLnkMsgNoEMail : "Por favor, escriba o enderezo de e-mail",
|
277 |
DlnLnkMsgNoEMail : "Por favor, escriba o enderezo de e-mail",
|
Line 278... |
Line 278... |
278 |
DlnLnkMsgNoAnchor : "Por favor, seleccione un destino",
|
278 |
DlnLnkMsgNoAnchor : "Por favor, seleccione un destino",
|
Line 289... |
Line 289... |
289 |
|
289 |
|
290 |
// Special Character Dialog
|
290 |
// Special Character Dialog
|
Line 291... |
Line 291... |
291 |
DlgSpecialCharTitle : "Seleccione Caracter Especial",
|
291 |
DlgSpecialCharTitle : "Seleccione Caracter Especial",
|
292 |
|
292 |
|
293 |
// Table Dialog
|
293 |
// Table Dialog
|
294 |
DlgTableTitle : "Propiedades da Táboa",
|
294 |
DlgTableTitle : "Propiedades da Táboa",
|
295 |
DlgTableRows : "Filas",
|
295 |
DlgTableRows : "Filas",
|
296 |
DlgTableColumns : "Columnas",
|
296 |
DlgTableColumns : "Columnas",
|
297 |
DlgTableBorder : "Tamaño do Borde",
|
297 |
DlgTableBorder : "Tamaño do Borde",
|
298 |
DlgTableAlign : "Aliñamento",
|
298 |
DlgTableAlign : "Aliñamento",
|
299 |
DlgTableAlignNotSet : "<Non Definido>",
|
299 |
DlgTableAlignNotSet : "<Non Definido>",
|
300 |
DlgTableAlignLeft : "Esquerda",
|
300 |
DlgTableAlignLeft : "Esquerda",
|
301 |
DlgTableAlignCenter : "Centro",
|
301 |
DlgTableAlignCenter : "Centro",
|
302 |
DlgTableAlignRight : "Ereita",
|
302 |
DlgTableAlignRight : "Ereita",
|
303 |
DlgTableWidth : "Largura",
|
303 |
DlgTableWidth : "Largura",
|
304 |
DlgTableWidthPx : "pixels",
|
304 |
DlgTableWidthPx : "pixels",
|
305 |
DlgTableWidthPc : "percent",
|
305 |
DlgTableWidthPc : "percent",
|
306 |
DlgTableHeight : "Altura",
|
306 |
DlgTableHeight : "Altura",
|
307 |
DlgTableCellSpace : "Marxe entre Celas",
|
307 |
DlgTableCellSpace : "Marxe entre Celas",
|
308 |
DlgTableCellPad : "Marxe interior",
|
308 |
DlgTableCellPad : "Marxe interior",
|
- |
|
309 |
DlgTableCaption : "Título",
|
- |
|
310 |
DlgTableSummary : "Sumario",
|
- |
|
311 |
DlgTableHeaders : "Headers", //MISSING
|
- |
|
312 |
DlgTableHeadersNone : "None", //MISSING
|
- |
|
313 |
DlgTableHeadersColumn : "First column", //MISSING
|
Line 309... |
Line 314... |
309 |
DlgTableCaption : "Título",
|
314 |
DlgTableHeadersRow : "First Row", //MISSING
|
310 |
DlgTableSummary : "Sumario",
|
315 |
DlgTableHeadersBoth : "Both", //MISSING
|
311 |
|
316 |
|
312 |
// Table Cell Dialog
|
317 |
// Table Cell Dialog
|
313 |
DlgCellTitle : "Propriedades da Cela",
|
318 |
DlgCellTitle : "Propriedades da Cela",
|
314 |
DlgCellWidth : "Largura",
|
319 |
DlgCellWidth : "Largura",
|
315 |
DlgCellWidthPx : "pixels",
|
320 |
DlgCellWidthPx : "pixels",
|
316 |
DlgCellWidthPc : "percent",
|
321 |
DlgCellWidthPc : "percent",
|
317 |
DlgCellHeight : "Altura",
|
322 |
DlgCellHeight : "Altura",
|
318 |
DlgCellWordWrap : "Axustar Liñas",
|
323 |
DlgCellWordWrap : "Axustar Liñas",
|
319 |
DlgCellWordWrapNotSet : "<Non Definido>",
|
324 |
DlgCellWordWrapNotSet : "<Non Definido>",
|
320 |
DlgCellWordWrapYes : "Si",
|
325 |
DlgCellWordWrapYes : "Si",
|
321 |
DlgCellWordWrapNo : "Non",
|
326 |
DlgCellWordWrapNo : "Non",
|
322 |
DlgCellHorAlign : "Aliñamento Horizontal",
|
327 |
DlgCellHorAlign : "Aliñamento Horizontal",
|
323 |
DlgCellHorAlignNotSet : "<Non definido>",
|
328 |
DlgCellHorAlignNotSet : "<Non definido>",
|
324 |
DlgCellHorAlignLeft : "Esquerda",
|
329 |
DlgCellHorAlignLeft : "Esquerda",
|
325 |
DlgCellHorAlignCenter : "Centro",
|
330 |
DlgCellHorAlignCenter : "Centro",
|
326 |
DlgCellHorAlignRight: "Dereita",
|
331 |
DlgCellHorAlignRight: "Dereita",
|
327 |
DlgCellVerAlign : "Aliñamento Vertical",
|
332 |
DlgCellVerAlign : "Aliñamento Vertical",
|
328 |
DlgCellVerAlignNotSet : "<Non definido>",
|
333 |
DlgCellVerAlignNotSet : "<Non definido>",
|
329 |
DlgCellVerAlignTop : "Arriba",
|
334 |
DlgCellVerAlignTop : "Arriba",
|
- |
|
335 |
DlgCellVerAlignMiddle : "Medio",
|
- |
|
336 |
DlgCellVerAlignBottom : "Abaixo",
|
- |
|
337 |
DlgCellVerAlignBaseline : "Liña de Base",
|
330 |
DlgCellVerAlignMiddle : "Medio",
|
338 |
DlgCellType : "Cell Type", //MISSING
|
331 |
DlgCellVerAlignBottom : "Abaixo",
|
339 |
DlgCellTypeData : "Data", //MISSING
|
332 |
DlgCellVerAlignBaseline : "Liña de Base",
|
340 |
DlgCellTypeHeader : "Header", //MISSING
|
333 |
DlgCellRowSpan : "Ocupar Filas",
|
341 |
DlgCellRowSpan : "Ocupar Filas",
|
334 |
DlgCellCollSpan : "Ocupar Columnas",
|
342 |
DlgCellCollSpan : "Ocupar Columnas",
|
Line 352... |
Line 360... |
352 |
DlgReplaceReplaceBtn : "Substituir",
|
360 |
DlgReplaceReplaceBtn : "Substituir",
|
353 |
DlgReplaceReplAllBtn : "Substitiur Todo",
|
361 |
DlgReplaceReplAllBtn : "Substitiur Todo",
|
354 |
DlgReplaceWordChk : "Coincidir con toda a palabra",
|
362 |
DlgReplaceWordChk : "Coincidir con toda a palabra",
|
Line 355... |
Line 363... |
355 |
|
363 |
|
356 |
// Paste Operations / Dialog
|
364 |
// Paste Operations / Dialog
|
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).",
|
365 |
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 358... |
Line 366... |
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).",
|
366 |
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).",
|
359 |
|
367 |
|
Line 360... |
Line 368... |
360 |
PasteAsText : "Pegar como texto plano",
|
368 |
PasteAsText : "Pegar como texto plano",
|
361 |
PasteFromWord : "Pegar dende Word",
|
369 |
PasteFromWord : "Pegar dende Word",
|
362 |
|
370 |
|
363 |
DlgPasteMsg2 : "Por favor, pegue dentro do seguinte cadro usando o teclado (<STRONG>Ctrl+V</STRONG>) e pulse <STRONG>OK</STRONG>.",
|
371 |
DlgPasteMsg2 : "Por favor, pegue dentro do seguinte cadro usando o teclado (<STRONG>Ctrl+V</STRONG>) e pulse <STRONG>OK</STRONG>.",
|
Line 364... |
Line 372... |
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
|
372 |
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
|
365 |
DlgPasteIgnoreFont : "Ignorar as definicións de Tipografía",
|
373 |
DlgPasteIgnoreFont : "Ignorar as definicións de Tipografía",
|
366 |
DlgPasteRemoveStyles : "Eliminar as definicións de Estilos",
|
374 |
DlgPasteRemoveStyles : "Eliminar as definicións de Estilos",
|
Line 367... |
Line 375... |
367 |
|
375 |
|
368 |
// Color Picker
|
376 |
// Color Picker
|
Line 369... |
Line 377... |
369 |
ColorAutomatic : "Automático",
|
377 |
ColorAutomatic : "Automático",
|
370 |
ColorMoreColors : "Máis Cores...",
|
378 |
ColorMoreColors : "Máis Cores...",
|
371 |
|
379 |
|
372 |
// Document Properties
|
380 |
// Document Properties
|
Line 373... |
Line 381... |
373 |
DocProps : "Propriedades do Documento",
|
381 |
DocProps : "Propriedades do Documento",
|
374 |
|
382 |
|
375 |
// Anchor Dialog
|
383 |
// Anchor Dialog
|
376 |
DlgAnchorTitle : "Propriedades da Referencia",
|
384 |
DlgAnchorTitle : "Propriedades da Referencia",
|
377 |
DlgAnchorName : "Nome da Referencia",
|
385 |
DlgAnchorName : "Nome da Referencia",
|
378 |
DlgAnchorErrorName : "Por favor, escriba o nome da referencia",
|
386 |
DlgAnchorErrorName : "Por favor, escriba o nome da referencia",
|
379 |
|
387 |
|
380 |
// Speller Pages Dialog
|
388 |
// Speller Pages Dialog
|
381 |
DlgSpellNotInDic : "Non está no diccionario",
|
389 |
DlgSpellNotInDic : "Non está no diccionario",
|
382 |
DlgSpellChangeTo : "Cambiar a",
|
390 |
DlgSpellChangeTo : "Cambiar a",
|
383 |
DlgSpellBtnIgnore : "Ignorar",
|
391 |
DlgSpellBtnIgnore : "Ignorar",
|
384 |
DlgSpellBtnIgnoreAll : "Ignorar Todas",
|
392 |
DlgSpellBtnIgnoreAll : "Ignorar Todas",
|
385 |
DlgSpellBtnReplace : "Substituir",
|
393 |
DlgSpellBtnReplace : "Substituir",
|
386 |
DlgSpellBtnReplaceAll : "Substituir Todas",
|
394 |
DlgSpellBtnReplaceAll : "Substituir Todas",
|
Line 387... |
Line 395... |
387 |
DlgSpellBtnUndo : "Desfacer",
|
395 |
DlgSpellBtnUndo : "Desfacer",
|
Line 388... |
Line 396... |
388 |
DlgSpellNoSuggestions : "- Sen candidatos -",
|
396 |
DlgSpellNoSuggestions : "- Sen candidatos -",
|
389 |
DlgSpellProgress : "Corrección ortográfica en progreso...",
|
397 |
DlgSpellProgress : "Corrección ortográfica en progreso...",
|
390 |
DlgSpellNoMispell : "Corrección ortográfica rematada: Non se atoparon erros",
|
398 |
DlgSpellNoMispell : "Corrección ortográfica rematada: Non se atoparon erros",
|
391 |
DlgSpellNoChanges : "Corrección ortográfica rematada: Non se substituiu nengunha verba",
|
399 |
DlgSpellNoChanges : "Corrección ortográfica rematada: Non se substituiu nengunha verba",
|
Line 406... |
Line 414... |
406 |
DlgCheckboxValue : "Valor",
|
414 |
DlgCheckboxValue : "Valor",
|
407 |
DlgCheckboxSelected : "Seleccionado",
|
415 |
DlgCheckboxSelected : "Seleccionado",
|
Line 408... |
Line 416... |
408 |
|
416 |
|
409 |
// Form Dialog
|
417 |
// Form Dialog
|
410 |
DlgFormName : "Nome",
|
418 |
DlgFormName : "Nome",
|
411 |
DlgFormAction : "Acción",
|
419 |
DlgFormAction : "Acción",
|
Line 412... |
Line 420... |
412 |
DlgFormMethod : "Método",
|
420 |
DlgFormMethod : "Método",
|
413 |
|
421 |
|
414 |
// Select Field Dialog
|
422 |
// Select Field Dialog
|
415 |
DlgSelectName : "Nome",
|
423 |
DlgSelectName : "Nome",
|
416 |
DlgSelectValue : "Valor",
|
424 |
DlgSelectValue : "Valor",
|
417 |
DlgSelectSize : "Tamaño",
|
425 |
DlgSelectSize : "Tamaño",
|
418 |
DlgSelectLines : "liñas",
|
426 |
DlgSelectLines : "liñas",
|
419 |
DlgSelectChkMulti : "Permitir múltiples seleccións",
|
427 |
DlgSelectChkMulti : "Permitir múltiples seleccións",
|
420 |
DlgSelectOpAvail : "Opcións Disponibles",
|
428 |
DlgSelectOpAvail : "Opcións Disponibles",
|
421 |
DlgSelectOpText : "Texto",
|
429 |
DlgSelectOpText : "Texto",
|
422 |
DlgSelectOpValue : "Valor",
|
430 |
DlgSelectOpValue : "Valor",
|
423 |
DlgSelectBtnAdd : "Engadir",
|
431 |
DlgSelectBtnAdd : "Engadir",
|
Line 433... |
Line 441... |
433 |
DlgTextareaRows : "Filas",
|
441 |
DlgTextareaRows : "Filas",
|
Line 434... |
Line 442... |
434 |
|
442 |
|
435 |
// Text Field Dialog
|
443 |
// Text Field Dialog
|
436 |
DlgTextName : "Nome",
|
444 |
DlgTextName : "Nome",
|
437 |
DlgTextValue : "Valor",
|
445 |
DlgTextValue : "Valor",
|
438 |
DlgTextCharWidth : "Tamaño do Caracter",
|
446 |
DlgTextCharWidth : "Tamaño do Caracter",
|
439 |
DlgTextMaxChars : "Máximo de Caracteres",
|
447 |
DlgTextMaxChars : "Máximo de Caracteres",
|
440 |
DlgTextType : "Tipo",
|
448 |
DlgTextType : "Tipo",
|
441 |
DlgTextTypeText : "Texto",
|
449 |
DlgTextTypeText : "Texto",
|
Line 442... |
Line 450... |
442 |
DlgTextTypePass : "Chave",
|
450 |
DlgTextTypePass : "Chave",
|
443 |
|
451 |
|
444 |
// Hidden Field Dialog
|
452 |
// Hidden Field Dialog
|
Line 445... |
Line 453... |
445 |
DlgHiddenName : "Nome",
|
453 |
DlgHiddenName : "Nome",
|
446 |
DlgHiddenValue : "Valor",
|
454 |
DlgHiddenValue : "Valor",
|
447 |
|
455 |
|
448 |
// Bulleted List Dialog
|
456 |
// Bulleted List Dialog
|
449 |
BulletedListProp : "Propriedades das Marcas",
|
457 |
BulletedListProp : "Propriedades das Marcas",
|
450 |
NumberedListProp : "Propriedades da Lista de Numeración",
|
458 |
NumberedListProp : "Propriedades da Lista de Numeración",
|
451 |
DlgLstStart : "Start", //MISSING
|
459 |
DlgLstStart : "Start", //MISSING
|
452 |
DlgLstType : "Tipo",
|
460 |
DlgLstType : "Tipo",
|
453 |
DlgLstTypeCircle : "Círculo",
|
461 |
DlgLstTypeCircle : "Círculo",
|
454 |
DlgLstTypeDisc : "Disco",
|
462 |
DlgLstTypeDisc : "Disco",
|
455 |
DlgLstTypeSquare : "Cuadrado",
|
463 |
DlgLstTypeSquare : "Cuadrado",
|
456 |
DlgLstTypeNumbers : "Números (1, 2, 3)",
|
464 |
DlgLstTypeNumbers : "Números (1, 2, 3)",
|
457 |
DlgLstTypeLCase : "Letras Minúsculas (a, b, c)",
|
465 |
DlgLstTypeLCase : "Letras Minúsculas (a, b, c)",
|
Line 458... |
Line 466... |
458 |
DlgLstTypeUCase : "Letras Maiúsculas (A, B, C)",
|
466 |
DlgLstTypeUCase : "Letras Maiúsculas (A, B, C)",
|
459 |
DlgLstTypeSRoman : "Números Romanos en minúscula (i, ii, iii)",
|
467 |
DlgLstTypeSRoman : "Números Romanos en minúscula (i, ii, iii)",
|
460 |
DlgLstTypeLRoman : "Números Romanos en Maiúscula (I, II, III)",
|
468 |
DlgLstTypeLRoman : "Números Romanos en Maiúscula (I, II, III)",
|
461 |
|
469 |
|
462 |
// Document Properties Dialog
|
470 |
// Document Properties Dialog
|
Line 463... |
Line 471... |
463 |
DlgDocGeneralTab : "Xeral",
|
471 |
DlgDocGeneralTab : "Xeral",
|
464 |
DlgDocBackTab : "Fondo",
|
472 |
DlgDocBackTab : "Fondo",
|
465 |
DlgDocColorsTab : "Cores e Marxes",
|
473 |
DlgDocColorsTab : "Cores e Marxes",
|
466 |
DlgDocMetaTab : "Meta Data",
|
474 |
DlgDocMetaTab : "Meta Data",
|
467 |
|
475 |
|
468 |
DlgDocPageTitle : "Título da Páxina",
|
476 |
DlgDocPageTitle : "Título da Páxina",
|
469 |
DlgDocLangDir : "Orientación do Idioma",
|
477 |
DlgDocLangDir : "Orientación do Idioma",
|
470 |
DlgDocLangDirLTR : "Esquerda a Dereita (LTR)",
|
478 |
DlgDocLangDirLTR : "Esquerda a Dereita (LTR)",
|
471 |
DlgDocLangDirRTL : "Dereita a Esquerda (RTL)",
|
479 |
DlgDocLangDirRTL : "Dereita a Esquerda (RTL)",
|
472 |
DlgDocLangCode : "Código de Idioma",
|
480 |
DlgDocLangCode : "Código de Idioma",
|
473 |
DlgDocCharSet : "Codificación do Xogo de Caracteres",
|
481 |
DlgDocCharSet : "Codificación do Xogo de Caracteres",
|
474 |
DlgDocCharSetCE : "Central European", //MISSING
|
482 |
DlgDocCharSetCE : "Central European", //MISSING
|
475 |
DlgDocCharSetCT : "Chinese Traditional (Big5)", //MISSING
|
483 |
DlgDocCharSetCT : "Chinese Traditional (Big5)", //MISSING
|
476 |
DlgDocCharSetCR : "Cyrillic", //MISSING
|
484 |
DlgDocCharSetCR : "Cyrillic", //MISSING
|
477 |
DlgDocCharSetGR : "Greek", //MISSING
|
485 |
DlgDocCharSetGR : "Greek", //MISSING
|
478 |
DlgDocCharSetJP : "Japanese", //MISSING
|
486 |
DlgDocCharSetJP : "Japanese", //MISSING
|
Line 479... |
Line 487... |
479 |
DlgDocCharSetKR : "Korean", //MISSING
|
487 |
DlgDocCharSetKR : "Korean", //MISSING
|
480 |
DlgDocCharSetTR : "Turkish", //MISSING
|
488 |
DlgDocCharSetTR : "Turkish", //MISSING
|
481 |
DlgDocCharSetUN : "Unicode (UTF-8)", //MISSING
|
489 |
DlgDocCharSetUN : "Unicode (UTF-8)", //MISSING
|
482 |
DlgDocCharSetWE : "Western European", //MISSING
|
490 |
DlgDocCharSetWE : "Western European", //MISSING
|
483 |
DlgDocCharSetOther : "Outra Codificación do Xogo de Caracteres",
|
491 |
DlgDocCharSetOther : "Outra Codificación do Xogo de Caracteres",
|
484 |
|
492 |
|
485 |
DlgDocDocType : "Encabezado do Tipo de Documento",
|
493 |
DlgDocDocType : "Encabezado do Tipo de Documento",
|
486 |
DlgDocDocTypeOther : "Outro Encabezado do Tipo de Documento",
|
494 |
DlgDocDocTypeOther : "Outro Encabezado do Tipo de Documento",
|
487 |
DlgDocIncXHTML : "Incluir Declaracións XHTML",
|
495 |
DlgDocIncXHTML : "Incluir Declaracións XHTML",
|
488 |
DlgDocBgColor : "Cor de Fondo",
|
496 |
DlgDocBgColor : "Cor de Fondo",
|
489 |
DlgDocBgImage : "URL da Imaxe de Fondo",
|
497 |
DlgDocBgImage : "URL da Imaxe de Fondo",
|
490 |
DlgDocBgNoScroll : "Fondo Fixo",
|
498 |
DlgDocBgNoScroll : "Fondo Fixo",
|
491 |
DlgDocCText : "Texto",
|
499 |
DlgDocCText : "Texto",
|
492 |
DlgDocCLink : "Ligazóns",
|
500 |
DlgDocCLink : "Ligazóns",
|
493 |
DlgDocCVisited : "Ligazón Visitada",
|
501 |
DlgDocCVisited : "Ligazón Visitada",
|
494 |
DlgDocCActive : "Ligazón Activa",
|
502 |
DlgDocCActive : "Ligazón Activa",
|
495 |
DlgDocMargins : "Marxes da Páxina",
|
503 |
DlgDocMargins : "Marxes da Páxina",
|
496 |
DlgDocMaTop : "Arriba",
|
504 |
DlgDocMaTop : "Arriba",
|
497 |
DlgDocMaLeft : "Esquerda",
|
505 |
DlgDocMaLeft : "Esquerda",
|
498 |
DlgDocMaRight : "Dereita",
|
506 |
DlgDocMaRight : "Dereita",
|
Line 499... |
Line 507... |
499 |
DlgDocMaBottom : "Abaixo",
|
507 |
DlgDocMaBottom : "Abaixo",
|
Line 511... |
Line 519... |
511 |
DlgTemplatesNoTpl : "(Non hai plantillas definidas)",
|
519 |
DlgTemplatesNoTpl : "(Non hai plantillas definidas)",
|
512 |
DlgTemplatesReplace : "Replace actual contents", //MISSING
|
520 |
DlgTemplatesReplace : "Replace actual contents", //MISSING
|
Line 513... |
Line 521... |
513 |
|
521 |
|
514 |
// About Dialog
|
522 |
// About Dialog
|
515 |
DlgAboutAboutTab : "Acerca de",
|
523 |
DlgAboutAboutTab : "Acerca de",
|
516 |
DlgAboutBrowserInfoTab : "Información do Navegador",
|
524 |
DlgAboutBrowserInfoTab : "Información do Navegador",
|
517 |
DlgAboutLicenseTab : "Licencia",
|
525 |
DlgAboutLicenseTab : "Licencia",
|
518 |
DlgAboutVersion : "versión",
|
526 |
DlgAboutVersion : "versión",
|
Line 519... |
Line 527... |
519 |
DlgAboutInfo : "Para máis información visitar:",
|
527 |
DlgAboutInfo : "Para máis información visitar:",
|
520 |
|
528 |
|
521 |
// Div Dialog
|
529 |
// Div Dialog
|
522 |
DlgDivGeneralTab : "General", //MISSING
|
530 |
DlgDivGeneralTab : "General", //MISSING
|