mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 22:10:47 +00:00
Added missing internationalisation and more strings in spanish
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29196 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f14fae5c48
commit
1f90f3e40f
3 changed files with 57 additions and 26 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2010-01-03 German Arias <german@xelalug.org>
|
||||||
|
|
||||||
|
* Source/NSPageLayout.m: Added missing internationalisation.
|
||||||
|
* Resources/Spanish.lproj/Localizable.strings: More strings in spanish.
|
||||||
|
|
||||||
2010-01-03 German Arias <german@xelalug.org>
|
2010-01-03 German Arias <german@xelalug.org>
|
||||||
|
|
||||||
* Source/NSFontPanel.m: Added missing internationalisation.
|
* Source/NSFontPanel.m: Added missing internationalisation.
|
||||||
|
|
|
@ -56,6 +56,15 @@ add comments above this one
|
||||||
/* File: ../Source/NSSavePanel.m:1249 */
|
/* File: ../Source/NSSavePanel.m:1249 */
|
||||||
"Dismiss" = "Despedir";
|
"Dismiss" = "Despedir";
|
||||||
|
|
||||||
|
/* File: ../Source/NSColorPanel.m:227 */
|
||||||
|
/* File: ../Source/NSToolbarItem.m:949 */
|
||||||
|
"Colors" = "Colores";
|
||||||
|
|
||||||
|
/* File: ../Source/NSFontPanel.m:687 */
|
||||||
|
/* File: ../Source/NSDocument.m:1577 */
|
||||||
|
/* File: ../Source/NSDocument.m:1575 */
|
||||||
|
"Revert" = "Revertir";
|
||||||
|
|
||||||
|
|
||||||
/*** Unmatched/untranslated keys ***/
|
/*** Unmatched/untranslated keys ***/
|
||||||
|
|
||||||
|
@ -64,11 +73,6 @@ add comments above this one
|
||||||
"Open" = "Abrir";
|
"Open" = "Abrir";
|
||||||
|
|
||||||
|
|
||||||
/*** Strings from ../Source/NSColorPanel.m ***/
|
|
||||||
/* File: ../Source/NSColorPanel.m:227 */
|
|
||||||
"Colors" = "Colores";
|
|
||||||
|
|
||||||
|
|
||||||
/*** Strings from ../Source/NSFontPanel.m ***/
|
/*** Strings from ../Source/NSFontPanel.m ***/
|
||||||
/* File: ../Source/NSFontPanel.m:239 */
|
/* File: ../Source/NSFontPanel.m:239 */
|
||||||
"Multiple fonts selected" = "Varias fuentes seleccionadas";
|
"Multiple fonts selected" = "Varias fuentes seleccionadas";
|
||||||
|
@ -78,8 +82,6 @@ add comments above this one
|
||||||
"Font preview" = "Vista Previa";
|
"Font preview" = "Vista Previa";
|
||||||
/* File: ../Source/NSFontPanel.m:629 */
|
/* File: ../Source/NSFontPanel.m:629 */
|
||||||
"Size" = "Tama\U00F1o";
|
"Size" = "Tama\U00F1o";
|
||||||
/* File: ../Source/NSFontPanel.m:687 */
|
|
||||||
"Revert" = "Revertir";
|
|
||||||
/* File: ../Source/NSFontPanel.m:697 */
|
/* File: ../Source/NSFontPanel.m:697 */
|
||||||
"Preview" = "Previa";
|
"Preview" = "Previa";
|
||||||
/* File: ../Source/NSFontPanel.m:710 */
|
/* File: ../Source/NSFontPanel.m:710 */
|
||||||
|
@ -94,6 +96,35 @@ add comments above this one
|
||||||
"Typeface" = "Estilo";
|
"Typeface" = "Estilo";
|
||||||
|
|
||||||
|
|
||||||
|
/*** Strings from ../Source/NSPageLayout.m ***/
|
||||||
|
/* File: ../Source/NSPageLayout.m:754 */
|
||||||
|
/* File: ../Source/NSPageLayout.m:756 */
|
||||||
|
"(none)" = "(ninguno)";
|
||||||
|
/* File: ../Source/NSPageLayout.m:981 */
|
||||||
|
"Name" = "Nombre";
|
||||||
|
/* File: ../Source/NSPageLayout.m:982 */
|
||||||
|
"Dimensions" = "Dimensiones";
|
||||||
|
/* File: ../Source/NSPageLayout.m:983 */
|
||||||
|
"Orientation" = "Orientaci\U00F3n";
|
||||||
|
/* File: ../Source/NSPageLayout.m:984 */
|
||||||
|
"Scale" = "Escala";
|
||||||
|
/* File: ../Source/NSPageLayout.m:985 */
|
||||||
|
"Top Margin" = "Margen Superior";
|
||||||
|
/* File: ../Source/NSPageLayout.m:986 */
|
||||||
|
"Bottom Margin" = "Margen Inferior";
|
||||||
|
/* File: ../Source/NSPageLayout.m:987 */
|
||||||
|
"Left Margin" = "Margen Izquierdo";
|
||||||
|
/* File: ../Source/NSPageLayout.m:988 */
|
||||||
|
"Right Margin" = "Margen Derecho";
|
||||||
|
/* File: ../Source/NSPageLayout.m:989 */
|
||||||
|
/* File: ../Source/NSPageLayout.m:1060 */
|
||||||
|
"Unknown" = "Desconocido";
|
||||||
|
/* File: ../Source/NSPageLayout.m:1038 */
|
||||||
|
"Portrait" = "Vertical";
|
||||||
|
/* File: ../Source/NSPageLayout.m:1042 */
|
||||||
|
"Landscape" = "Horizontal";
|
||||||
|
|
||||||
|
|
||||||
/*** Strings from ../Source/GSHelpManagerPanel.m ***/
|
/*** Strings from ../Source/GSHelpManagerPanel.m ***/
|
||||||
/* File: ../Source/GSHelpManagerPanel.m:70 */
|
/* File: ../Source/GSHelpManagerPanel.m:70 */
|
||||||
"Help" = "Ayuda";
|
"Help" = "Ayuda";
|
||||||
|
@ -237,9 +268,6 @@ add comments above this one
|
||||||
/* File: ../Source/NSDocument.m:135 */
|
/* File: ../Source/NSDocument.m:135 */
|
||||||
/* File: ../Source/NSDocument.m:112 */
|
/* File: ../Source/NSDocument.m:112 */
|
||||||
"Load failed" = "Lectura fallida";
|
"Load failed" = "Lectura fallida";
|
||||||
/* File: ../Source/NSDocument.m:1577 */
|
|
||||||
/* File: ../Source/NSDocument.m:1575 */
|
|
||||||
"Revert" = "Revertir";
|
|
||||||
/* File: ../Source/NSDocument.m:1128 */
|
/* File: ../Source/NSDocument.m:1128 */
|
||||||
"Save To" = "Guardar Para";
|
"Save To" = "Guardar Para";
|
||||||
/* File: ../Source/NSDocument.m:551 */
|
/* File: ../Source/NSDocument.m:551 */
|
||||||
|
@ -302,8 +330,6 @@ add comments above this one
|
||||||
|
|
||||||
|
|
||||||
/*** Strings from ../Source/NSToolbarItem.m ***/
|
/*** Strings from ../Source/NSToolbarItem.m ***/
|
||||||
/* File: ../Source/NSToolbarItem.m:949 */
|
|
||||||
"Colors" = "Colores";
|
|
||||||
/* File: ../Source/NSToolbarItem.m:995 */
|
/* File: ../Source/NSToolbarItem.m:995 */
|
||||||
"Customize" = "Modificar";
|
"Customize" = "Modificar";
|
||||||
/* File: ../Source/NSToolbarItem.m:904 */
|
/* File: ../Source/NSToolbarItem.m:904 */
|
||||||
|
|
|
@ -751,9 +751,9 @@ enum {
|
||||||
printerNames = [NSPrinter printerNames];
|
printerNames = [NSPrinter printerNames];
|
||||||
if ([printerNames count] == 0) //NO PRINTERS
|
if ([printerNames count] == 0) //NO PRINTERS
|
||||||
{
|
{
|
||||||
[printerPopUp addItemWithTitle: @"(none)"];
|
[printerPopUp addItemWithTitle: _(@"(none)")];
|
||||||
[printerPopUp setEnabled: NO];
|
[printerPopUp setEnabled: NO];
|
||||||
[standardPaperSizePopUp addItemWithTitle: @"(none)"];
|
[standardPaperSizePopUp addItemWithTitle: _(@"(none)")];
|
||||||
[standardPaperSizePopUp setEnabled: NO];
|
[standardPaperSizePopUp setEnabled: NO];
|
||||||
radioButton = [paperRadioMatrix cellAtRow: 0
|
radioButton = [paperRadioMatrix cellAtRow: 0
|
||||||
column: 0];
|
column: 0];
|
||||||
|
@ -978,15 +978,15 @@ enum {
|
||||||
{
|
{
|
||||||
switch(index)
|
switch(index)
|
||||||
{
|
{
|
||||||
case 0: return @"Name";
|
case 0: return _(@"Name");
|
||||||
case 1: return @"Dimensions";
|
case 1: return _(@"Dimensions");
|
||||||
case 2: return @"Orientation";
|
case 2: return _(@"Orientation");
|
||||||
case 3: return @"Scale";
|
case 3: return _(@"Scale");
|
||||||
case 4: return @"Top Margin";
|
case 4: return _(@"Top Margin");
|
||||||
case 5: return @"Bottom Margin";
|
case 5: return _(@"Bottom Margin");
|
||||||
case 6: return @"Left Margin";
|
case 6: return _(@"Left Margin");
|
||||||
case 7: return @"Right Margin";
|
case 7: return _(@"Right Margin");
|
||||||
default: return @"Unknown";
|
default: return _(@"Unknown");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else //The value column
|
else //The value column
|
||||||
|
@ -1035,11 +1035,11 @@ enum {
|
||||||
case 2:
|
case 2:
|
||||||
if ([paperOrientationMatrix selectedColumn] == 0)
|
if ([paperOrientationMatrix selectedColumn] == 0)
|
||||||
{
|
{
|
||||||
return @"Portrait";
|
return _(@"Portrait");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return @"Landscape" ;
|
return _(@"Landscape") ;
|
||||||
}
|
}
|
||||||
case 3:
|
case 3:
|
||||||
return [NSString stringWithFormat: @"%@%%",
|
return [NSString stringWithFormat: @"%@%%",
|
||||||
|
@ -1057,7 +1057,7 @@ enum {
|
||||||
return [NSString stringWithFormat: @"%.2f %@", rightMargin,
|
return [NSString stringWithFormat: @"%.2f %@", rightMargin,
|
||||||
measurementString];
|
measurementString];
|
||||||
default:
|
default:
|
||||||
return @"Unknown";
|
return _(@"Unknown");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue