Added missing internationalisation

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29937 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Germán Arias 2010-03-14 05:45:53 +00:00
parent 642734daa0
commit 03301b8b30
3 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2010-03-13 German Arias <german@xelalug.org>
* Source/NSSpellChecker.m: Added missing internationalisation.
* Resources/Spanish.lproj/Localizable.strings: Spanish translation
to string "Guess".
2010-03-13 German Arias <german@xelalug.org>
* Resources/Spanish.lproj/Localizable.strings: Spanish translation

View file

@ -390,6 +390,11 @@ add comments above this one
"Reading Directory " = "Leyendo Directorio ";
/*** Strings from ../Source/NSSpellChecker.m ***/
/* File: ../Source/NSSpellChecker.m:741 */
"Guess" = "Sugerencias";
/*** Strings from ../Source/NSToolbarItem.m ***/
/* File: ../Source/NSToolbarItem.m:995 */
"Customize" = "Modificar";

View file

@ -738,7 +738,7 @@ inSpellDocumentWithTag:(int)tag
- (NSString*) browser: (NSBrowser*)sender titleOfColumn: (int)column
{
return @"Guess";
return _(@"Guess");
}
- (void) browser: (NSBrowser *)sender