Author: rmottola
Date: Wed Jan 27 11:48:06 2016
New Revision: 39314

URL: http://svn.gna.org/viewcvs/gnustep?rev=39314&view=rev
Log:
Fix recursive button translation

Modified:
    apps/gworkspace/trunk/ChangeLog
    apps/gworkspace/trunk/GWorkspace/Finder/Finder.m
    
apps/gworkspace/trunk/GWorkspace/Resources/English.lproj/Finder.gorm/data.info
    
apps/gworkspace/trunk/GWorkspace/Resources/English.lproj/Finder.gorm/objects.gorm
    apps/gworkspace/trunk/GWorkspace/Resources/English.lproj/Localizable.strings
    apps/gworkspace/trunk/GWorkspace/Resources/French.lproj/Localizable.strings
    apps/gworkspace/trunk/GWorkspace/Resources/German.lproj/Localizable.strings
    apps/gworkspace/trunk/GWorkspace/Resources/Italian.lproj/Localizable.strings

Modified: apps/gworkspace/trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/gworkspace/trunk/ChangeLog?rev=39314&r1=39313&r2=39314&view=diff
==============================================================================
--- apps/gworkspace/trunk/ChangeLog     (original)
+++ apps/gworkspace/trunk/ChangeLog     Wed Jan 27 11:48:06 2016
@@ -1,3 +1,9 @@
+2016-01-27  Riccardo Mottola <r...@gnu.org>
+
+       * GWorkspace/Resources/English.lproj/Finder.gorm
+       * Workspace/Finder/Finder.m
+       Fix "recursive" button translation.
+
 2016-01-26 Riccardo Mottola <r...@gnu.org>
 
        * GWorkspace/Preferences/BrowserViewerPref.m

Modified: apps/gworkspace/trunk/GWorkspace/Finder/Finder.m
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/gworkspace/trunk/GWorkspace/Finder/Finder.m?rev=39314&r1=39313&r2=39314&view=diff
==============================================================================
--- apps/gworkspace/trunk/GWorkspace/Finder/Finder.m    (original)
+++ apps/gworkspace/trunk/GWorkspace/Finder/Finder.m    Wed Jan 27 11:48:06 2016
@@ -225,7 +225,7 @@
     [addPlaceButt setTitle: NSLocalizedString(@"Add", @"")];
     [removePlaceButt setTitle: NSLocalizedString(@"Remove", @"")];
     [itemsLabel setStringValue: NSLocalizedString(@"Search for items whose:", 
@"")];
-    [recursiveSwitch setStringValue: NSLocalizedString(@"recursive", @"")];
+    [recursiveSwitch setTitle: NSLocalizedString(@"Recursive", @"")];
     [findButt setTitle: NSLocalizedString(@"Search", @"")];
         
     usesSearchPlaces = [defaults boolForKey: @"uses_search_places"];

Modified: 
apps/gworkspace/trunk/GWorkspace/Resources/English.lproj/Finder.gorm/data.info
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/gworkspace/trunk/GWorkspace/Resources/English.lproj/Finder.gorm/data.info?rev=39314&r1=39313&r2=39314&view=diff
==============================================================================
Binary files - no diff available.

Modified: 
apps/gworkspace/trunk/GWorkspace/Resources/English.lproj/Finder.gorm/objects.gorm
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/gworkspace/trunk/GWorkspace/Resources/English.lproj/Finder.gorm/objects.gorm?rev=39314&r1=39313&r2=39314&view=diff
==============================================================================
Binary files - no diff available.

Modified: 
apps/gworkspace/trunk/GWorkspace/Resources/English.lproj/Localizable.strings
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/gworkspace/trunk/GWorkspace/Resources/English.lproj/Localizable.strings?rev=39314&r1=39313&r2=39314&view=diff
==============================================================================
--- 
apps/gworkspace/trunk/GWorkspace/Resources/English.lproj/Localizable.strings    
    (original)
+++ 
apps/gworkspace/trunk/GWorkspace/Resources/English.lproj/Localizable.strings    
    Wed Jan 27 11:48:06 2016
@@ -237,10 +237,16 @@
 /* Finder.m */
 
 "Finder" = "Finder";
-"Find items with names that match" = "Search by name";
-"Find items with contents that match" = "Search by contents";
 "No selection!" = "No selection!";
 "No arguments!" = "No arguments!";
+"Search in:" = "Search in:";
+"Current selection" = "Current selection";
+"Add" = "Add";
+"Remove" = "Remove";
+"Search for items whose:" = "Search for items whose:";
+"Specific places" = "Specific places";
+"Recursive" = "Recurisve";
+"Search" = "Search";
 
 
 /* ----------------------- Fiend strings --------------------------- *\

Modified: 
apps/gworkspace/trunk/GWorkspace/Resources/French.lproj/Localizable.strings
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/gworkspace/trunk/GWorkspace/Resources/French.lproj/Localizable.strings?rev=39314&r1=39313&r2=39314&view=diff
==============================================================================
--- apps/gworkspace/trunk/GWorkspace/Resources/French.lproj/Localizable.strings 
(original)
+++ apps/gworkspace/trunk/GWorkspace/Resources/French.lproj/Localizable.strings 
Wed Jan 27 11:48:06 2016
@@ -254,11 +254,11 @@
 /* Finder.m */
 
 "Finder" = "Rechercher";
-"Find items with names that match" = "Rechercher les éléments nommés";
-"Find items with contents that match" = "Rechercher les éléments contenant 
le texte";
 "No selection!" = "Pas de sélection!";
 "No arguments!" = "Pas d'argument!";
 "Search for items whose:"="Recherche de fichiers à partir des critères 
ci-dessous :";
+"Recursive" = "Recursivement";
+
 "file name" = "Nom";
 "size (KB)" = "Taille (KB)";
 "owner" = "Propriétaire";

Modified: 
apps/gworkspace/trunk/GWorkspace/Resources/German.lproj/Localizable.strings
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/gworkspace/trunk/GWorkspace/Resources/German.lproj/Localizable.strings?rev=39314&r1=39313&r2=39314&view=diff
==============================================================================
--- apps/gworkspace/trunk/GWorkspace/Resources/German.lproj/Localizable.strings 
(original)
+++ apps/gworkspace/trunk/GWorkspace/Resources/German.lproj/Localizable.strings 
Wed Jan 27 11:48:06 2016
@@ -239,11 +239,16 @@
 /* Finder.m */
 
 "Finder" = "Dateisuche";
-"Find items with names that match" = "Nach passenden Namen suchen";
-"Find items with contents that match" = "Nach passenden Inhalten suchen";
 "No selection!" = "Keine Auswahl!";
 "No arguments!" = "Keine Argumente!";
-
+"Search in:" = "Suche in:";
+"Current selection" = "Aktuelle Auswahl";
+"Add" = "Hinzufügen ";
+"Remove" = "Entfernen";
+"Search for items whose:" = "Suche für Objekte welche:";
+"Specific places" = "Bestimmte Orte";
+"Recursive" = "Rekursiv";
+"Search" = "Suche";
 
 /* ----------------------- Fiend strings --------------------------- *\
 

Modified: 
apps/gworkspace/trunk/GWorkspace/Resources/Italian.lproj/Localizable.strings
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/gworkspace/trunk/GWorkspace/Resources/Italian.lproj/Localizable.strings?rev=39314&r1=39313&r2=39314&view=diff
==============================================================================
--- 
apps/gworkspace/trunk/GWorkspace/Resources/Italian.lproj/Localizable.strings    
    (original)
+++ 
apps/gworkspace/trunk/GWorkspace/Resources/Italian.lproj/Localizable.strings    
    Wed Jan 27 11:48:06 2016
@@ -218,18 +218,21 @@
 
 
 
-
-
 /* ----------------------- Finder strings --------------------------- *\
 
 /* Finder.m */
 
-"Finder" = "Finder";
-"Find items with names that match" = "Cerca elementi con nome adeguato";
-"Find items with contents that match" = "Cerca elementi con contenuto 
adeguato";
+"Finder" = "Ricerca";
 "No selection!" = "Nessuna selezione!";
 "No arguments!" = "Nessun argomento!";
-
+"Search in:" = "Cerca in:";
+"Current selection" = "Selezione corrente";
+"Add" = "Aggiungi";
+"Remove" = "Rimuovi";
+"Search for items whose:" = "Cerca per oggetti che:";
+"Specific places" = "Posti specifici";
+"Recursive" = "Ricorsivamente";
+"Search" = "Cerca";
 
 /* ----------------------- Fiend strings --------------------------- *\
 


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to