Author: rmottola
Date: Thu Jan  7 21:30:34 2016
New Revision: 39259

URL: http://svn.gna.org/viewcvs/gnustep?rev=39259&view=rev
Log:
Localize Owner strong to Owner_short

Modified:
    apps/gworkspace/trunk/ChangeLog
    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/Inspector/Attributes.m

Modified: apps/gworkspace/trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/gworkspace/trunk/ChangeLog?rev=39259&r1=39258&r2=39259&view=diff
==============================================================================
--- apps/gworkspace/trunk/ChangeLog     (original)
+++ apps/gworkspace/trunk/ChangeLog     Thu Jan  7 21:30:34 2016
@@ -1,3 +1,11 @@
+2016-01-07 Riccardo Mottola <[email protected]>
+
+       * Inspector/Attributes.m
+       * GWorkspace/Resources/English.lproj/Localizable.strings
+       * GWorkspace/Resources/French.lproj/Localizable.strings
+       * GWorkspace/Resources/German.lproj/Localizable.string
+       Localize Owner strong to Owner_short
+
 2016-01-05 Riccardo Mottola <[email protected]>
 
        * GWorkspace/FileViewer/GWViewersManager.m

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=39259&r1=39258&r2=39259&view=diff
==============================================================================
--- 
apps/gworkspace/trunk/GWorkspace/Resources/English.lproj/Localizable.strings    
    (original)
+++ 
apps/gworkspace/trunk/GWorkspace/Resources/English.lproj/Localizable.strings    
    Thu Jan  7 21:30:34 2016
@@ -71,6 +71,7 @@
        "Show Desktop" = "Show Desktop";
         "Hide Desktop" = "Hide Desktop";
        "Show Recycler" = "Show Recycler";
+        "Hide Recycler" = "Hide Recycler";
        "Check for disks" = "Check for disks";
        
 "Windows" = "Windows";
@@ -199,7 +200,6 @@
 "Type" = "Type";
 "Date" = "Date";
 "Size" = "Size";
-"Owner" = "Owner";
 "Folder Inspector" = "Folder Inspector";       
 
 
@@ -245,7 +245,7 @@
 "Read" = "Read";
 "Write" = "Write";
 "Execute" = "Execute";
-"Owner" = "Owner";
+"Owner_short" = "Owner";
 "Group" = "Group";
 "Other" = "Other";
 

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=39259&r1=39258&r2=39259&view=diff
==============================================================================
--- apps/gworkspace/trunk/GWorkspace/Resources/French.lproj/Localizable.strings 
(original)
+++ apps/gworkspace/trunk/GWorkspace/Resources/French.lproj/Localizable.strings 
Thu Jan  7 21:30:34 2016
@@ -75,6 +75,7 @@
        "Show Desktop" = "Montrer le bureau";
         "Hide Desktop" = "Masquer le bureau";
        "Show Recycler" = "Montrer la corbeille";
+        "Hide Recycler" = "Masquer la corbeille";
        "Check for disks" = "Vérifier les lecteurs";
        
 "Windows" = "Fenêtre";
@@ -177,7 +178,7 @@
 "Path:" = "Nom complet :";
 "Link To:" = "Lié à :";
 "Size:" = "Taille :";
-"Owner:" = "Propriétaire :";
+"Owner:" = "Propr.:";
 "Group:" = "Groupe :";
 "Changed" = "Modifié";
 "Revert" = "Revenir";
@@ -201,7 +202,6 @@
 "Type" = "Type";
 "Date" = "Date";
 "Size" = "Taille";
-"Owner" = "Propriétaire";
 "Folder Inspector" = "Inspecteur de dossiers"; 
 /* Ajouts 25052003 */
 "%@ available on hard disk"= "%@ disponibles sur le disque dur";
@@ -252,7 +252,7 @@
 "Read" = "Lire";
 "Write" = "Ecrire";
 "Execute" = "Executer";
-"Owner" = "Propriétaire";
+"Owner_short" = "Propr.";
 "Group" = "Groupe";
 "Other" = "Autre";
 
@@ -389,7 +389,6 @@
 "Type" = "Type";
 "Date" = "Date";
 "Size" = "Taille";
-"Owner" = "Propriétaire";
 "Set" = "Appliquer";
 "Icons Animation" = "Animation d'icônes";
 "Hidden Files" = "Fichiers cachés";

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=39259&r1=39258&r2=39259&view=diff
==============================================================================
--- apps/gworkspace/trunk/GWorkspace/Resources/German.lproj/Localizable.strings 
(original)
+++ apps/gworkspace/trunk/GWorkspace/Resources/German.lproj/Localizable.strings 
Thu Jan  7 21:30:34 2016
@@ -261,7 +261,7 @@
 "Read" = "Lesen";
 "Write" = "Schreiben";
 "Execute" = "Ausführen";
-"Owner" = "Besitzer";
+"Owner_short" = "Besitzer";
 "Group" = "Gruppe";
 "Others" = "Andere";
 

Modified: apps/gworkspace/trunk/Inspector/Attributes.m
URL: 
http://svn.gna.org/viewcvs/gnustep/apps/gworkspace/trunk/Inspector/Attributes.m?rev=39259&r1=39258&r2=39259&view=diff
==============================================================================
--- apps/gworkspace/trunk/Inspector/Attributes.m        (original)
+++ apps/gworkspace/trunk/Inspector/Attributes.m        Thu Jan  7 21:30:34 2016
@@ -1,6 +1,6 @@
 /* Attributes.m
  *  
- * Copyright (C) 2004-2013 Free Software Foundation, Inc.
+ * Copyright (C) 2004-2016 Free Software Foundation, Inc.
  *
  * Author: Enrico Sersale <[email protected]>
  * Date: January 2004
@@ -153,7 +153,7 @@
     [readLabel setStringValue: NSLocalizedString(@"Read", @"")];
     [writeLabel setStringValue: NSLocalizedString(@"Write", @"")];
     [executeLabel setStringValue: NSLocalizedString(@"Execute", @"")];
-    [uLabel setStringValue: NSLocalizedString(@"Owner", @"")];
+    [uLabel setStringValue: NSLocalizedString(@"Owner_short", @"")];
     [gLabel setStringValue: NSLocalizedString(@"Group", @"")];
     [oLabel setStringValue: NSLocalizedString(@"Others", @"")];
     [insideButt setTitle: NSLocalizedString(@"also apply to files inside 
selection", @"")];


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to