mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
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:
parent
a7ca2b775f
commit
1bf6ba101f
5 changed files with 45 additions and 0 deletions
|
@ -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:
|
||||
|
|
31
Panels/Spanish.lproj/GSFindPanel.gorm/data.classes
Normal file
31
Panels/Spanish.lproj/GSFindPanel.gorm/data.classes
Normal 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;
|
||||
};
|
||||
}
|
BIN
Panels/Spanish.lproj/GSFindPanel.gorm/data.info
Normal file
BIN
Panels/Spanish.lproj/GSFindPanel.gorm/data.info
Normal file
Binary file not shown.
BIN
Panels/Spanish.lproj/GSFindPanel.gorm/objects.gorm
Normal file
BIN
Panels/Spanish.lproj/GSFindPanel.gorm/objects.gorm
Normal file
Binary file not shown.
|
@ -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)";
|
||||
|
||||
|
|
Loading…
Reference in a new issue