mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
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:
parent
642734daa0
commit
03301b8b30
3 changed files with 12 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -738,7 +738,7 @@ inSpellDocumentWithTag:(int)tag
|
|||
|
||||
- (NSString*) browser: (NSBrowser*)sender titleOfColumn: (int)column
|
||||
{
|
||||
return @"Guess";
|
||||
return _(@"Guess");
|
||||
}
|
||||
|
||||
- (void) browser: (NSBrowser *)sender
|
||||
|
|
Loading…
Reference in a new issue