Added find panel in spanish

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31243 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Germán Arias 2010-09-07 04:50:22 +00:00
parent a7ca2b775f
commit 1bf6ba101f
5 changed files with 45 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2010-09-06 German Arias <german@xelalug.org>
* Panels/Spanish.lproj/GSFindPanel.gorm:
* Resources/Spanish.lproj/Localizable.strings:
Added find panel in spanish.
2010-09-03 Quentin Mathe <quentin.mathe@gmail.com>
* Headers/AppKit/NSView.h:

View file

@ -0,0 +1,31 @@
{
"## Comment" = "Do NOT change this file, Gorm maintains it";
FirstResponder = {
Actions = (
"findNext:",
"findPrevious:",
"replace:",
"replaceAll:",
"replaceAndFind:"
);
Super = NSObject;
};
GSTextFinder = {
Actions = (
"replaceAll:",
"findNext:",
"findPrevious:",
"replace:",
"replaceAndFind:"
);
Outlets = (
findText,
ignoreCaseButton,
messageText,
panel,
replaceScopeMatrix,
replaceText
);
Super = NSObject;
};
}

Binary file not shown.

Binary file not shown.

View file

@ -413,3 +413,12 @@ add comments above this one
"Hide Toolbar" = "Ocultar Barra";
/* File: ../Source/NSWindow.m:4866 */
"Show Toolbar" = "Mostrar Barra";
/*** Strings from ../Source/GSTextFinder.m ***/
/* File: ../Source/GSTextFinder.m:332 */
/* File: ../Source/GSTextFinder.m:381 */
"Not found" = "No se encontro";
/* File: ../Source/GSTextFinder.m:408 */
"%d replaced" = "%d reemplazado(s)";