Character Panel in Spanish

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@33542 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Germán Arias 2011-07-13 18:51:59 +00:00
parent bef9ca8b85
commit a8c841bd33
3 changed files with 17 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2011-07-13 German Arias <german@xelalug.org>
* Resources/Spanish.lproj/Localizable.strings: More strings.
* Source/GSCharacterPanel.m: Added missign internationalization.
2011-07-12 Eric Wasylishen <ewasylishen@gmail.com>
* Source/GSImageMagickImageRep.m: Don't call DestroyImage on a

View file

@ -21,6 +21,10 @@ add comments above this one
/* File: ../Source/NSDocumentController.m:969 */
"Quit" = "Salir";
/* File: ../Source/NSPageLayout.m:981 */
/* File: ../Source/GSCharacterPanel.m:164 */
"Name" = "Nombre";
/* File: ../Source/NSAlert.m:1510 */
/* File: ../Source/NSDocument.m:456 */
/* File: ../Source/NSDocument.m:791 */
@ -98,6 +102,13 @@ add comments above this one
/* File: ../Source/GSThemeInspector.m:140 */
"Version: %@" = "Versi\U00F3n: %@";
/*** Strings from ../Source/GSCharacterPanel.m ***/
/* File: ../Source/GSCharacterPanel.m:145 */
"Character Panel" = "Panel de Caracteres";
/* File: ../Source/GSCharacterPanel.m:173 */
"Code Point" = "C\U00F3digo";
/* File: ../Source/GSCharacterPanel.m:182 */
"Unicode Block" = "Bloque Unicode";
/*** Strings from ../Source/NSPrintOperation.m ***/
/* File: ../Source/NSPrintOperation.m:680 */
@ -130,8 +141,6 @@ add comments above this one
/* 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 */

View file

@ -40,6 +40,7 @@
#import "AppKit/NSScrollView.h"
#import "AppKit/NSSearchField.h"
#import "GNUstepGUI/GSCharacterPanel.h"
#import "GSGuiPrivate.h"
#if defined(HAVE_UNICODE_UCHAR_H) && defined(HAVE_UNICODE_USTRING_H)