Revision: 7213
          http://skim-app.svn.sourceforge.net/skim-app/?rev=7213&view=rev
Author:   hofman
Date:     2011-04-15 12:07:49 +0000 (Fri, 15 Apr 2011)

Log Message:
-----------
localize size units

Modified Paths:
--------------
    trunk/Dutch.lproj/Localizable.strings
    trunk/English.lproj/Localizable.strings
    trunk/French.lproj/Localizable.strings
    trunk/German.lproj/Localizable.strings
    trunk/Italian.lproj/Localizable.strings
    trunk/Japanese.lproj/Localizable.strings
    trunk/SKMainWindowController.m
    trunk/Spanish.lproj/Localizable.strings
    trunk/pl.lproj/Localizable.strings
    trunk/ru.lproj/Localizable.strings
    trunk/zh_TW.lproj/Localizable.strings

Modified: trunk/Dutch.lproj/Localizable.strings
===================================================================
(Binary files differ)

Modified: trunk/English.lproj/Localizable.strings
===================================================================
(Binary files differ)

Modified: trunk/French.lproj/Localizable.strings
===================================================================
(Binary files differ)

Modified: trunk/German.lproj/Localizable.strings
===================================================================
(Binary files differ)

Modified: trunk/Italian.lproj/Localizable.strings
===================================================================
(Binary files differ)

Modified: trunk/Japanese.lproj/Localizable.strings
===================================================================
(Binary files differ)

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2011-04-15 11:39:15 UTC (rev 7212)
+++ trunk/SKMainWindowController.m      2011-04-15 12:07:49 UTC (rev 7213)
@@ -623,7 +623,7 @@
             CGFloat factor = useMetric ? 0.035277778 : 0.013888889;
             message = [NSString stringWithFormat:@"%.2f %C %.2f @ (%.2f, %.2f) 
%@", NSWidth(rect) * factor, MULTIPLICATION_SIGN_CHARACTER, NSHeight(rect) * 
factor, NSMinX(rect) * factor, NSMinY(rect) * factor, units];
         } else {
-            message = [NSString stringWithFormat:@"%ld %C %ld @ (%ld, %ld) 
pt", (long)NSWidth(rect), MULTIPLICATION_SIGN_CHARACTER, (long)NSHeight(rect), 
(long)NSMinX(rect), (long)NSMinY(rect)];
+            message = [NSString stringWithFormat:@"%ld %C %ld @ (%ld, %ld) 
%@", (long)NSWidth(rect), MULTIPLICATION_SIGN_CHARACTER, (long)NSHeight(rect), 
(long)NSMinX(rect), (long)NSMinY(rect), NSLocalizedString(@"pt", @"size unit")];
         }
     } else if (magnification > 0.0001) {
         message = [NSString stringWithFormat:@"%.2f %C", magnification, 
MULTIPLICATION_SIGN_CHARACTER];

Modified: trunk/Spanish.lproj/Localizable.strings
===================================================================
(Binary files differ)

Modified: trunk/pl.lproj/Localizable.strings
===================================================================
(Binary files differ)

Modified: trunk/ru.lproj/Localizable.strings
===================================================================
(Binary files differ)

Modified: trunk/zh_TW.lproj/Localizable.strings
===================================================================
(Binary files differ)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to