Added missing internationalisation (now is completed) and more strings in spanish

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29201 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
espectador 2010-01-04 01:41:31 +00:00
parent 359af6ae5c
commit d8ddbef28a
5 changed files with 33 additions and 6 deletions

View file

@ -464,7 +464,7 @@ static NSPrintPanel *shared_instance;
manual = [printer stringForKey:@"DefaultManualFeed" inTable: @"PPD"];
if (manual)
[control addItemWithTitle: @"Manual"];
[control addItemWithTitle: _(@"Manual")];
list = [printer stringListForKey:@"InputSlot" inTable: @"PPD"];
if ([list count])
{
@ -599,14 +599,14 @@ static NSPrintPanel *shared_instance;
if (manual)
{
if (selected == 0)
sel = @"Manual";
sel = _(@"Manual");
else
selected--;
}
if (sel == nil)
sel = [list objectAtIndex: selected];
def = [printer stringForKey:@"DefaultInputSlot" inTable: @"PPD"];
if ([sel isEqual: @"Manual"] == YES)
if ([sel isEqual: _(@"Manual")] == YES)
{
[dict setObject: NSPrintManualFeed forKey: NSPrintPaperFeed];
/* FIXME: This needs to be more robust. I'm just assuming