Title: [98590] trunk/Source/WebCore
Revision
98590
Author
aro...@apple.com
Date
2011-10-27 09:32:00 -0700 (Thu, 27 Oct 2011)

Log Message

Regenerate WebCore's Localizable.strings file

All I did was run update-webkit-localizable-strings. A few localizer comments changed, and
some strings (which must have been hand-added) got moved to a different part of the file.

* English.lproj/Localizable.strings:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (98589 => 98590)


--- trunk/Source/WebCore/ChangeLog	2011-10-27 16:26:50 UTC (rev 98589)
+++ trunk/Source/WebCore/ChangeLog	2011-10-27 16:32:00 UTC (rev 98590)
@@ -1,3 +1,12 @@
+2011-10-27  Adam Roben  <aro...@apple.com>
+
+        Regenerate WebCore's Localizable.strings file
+
+        All I did was run update-webkit-localizable-strings. A few localizer comments changed, and
+        some strings (which must have been hand-added) got moved to a different part of the file.
+
+        * English.lproj/Localizable.strings:
+
 2011-10-27  Daniel Cheng  <dch...@chromium.org>
 
         Clean up MicroDataItemValue to use const String& instead of String

Modified: trunk/Source/WebCore/English.lproj/Localizable.strings (98589 => 98590)


--- trunk/Source/WebCore/English.lproj/Localizable.strings	2011-10-27 16:26:50 UTC (rev 98589)
+++ trunk/Source/WebCore/English.lproj/Localizable.strings	2011-10-27 16:32:00 UTC (rev 98590)
@@ -25,12 +25,6 @@
 /* Label to describe the number of files selected in a file upload control that allows multiple files */
 "%d files" = "%d files";
 
-/* Pseudo plug-in name, visible in Installed Plug-ins page in Safari. */
-"WebKit built-in PDF" = "WebKit built-in PDF";
-
-/* Description of the (only) type supported by PDF pseudo plug-in. Visible in Installed Plug-ins page in Safari. */
-"Portable Document Format" = "Portable Document Format";
-
 /* Menu item title for KEYGEN pop-up menu */
 "1024 (Medium Grade)" = "1024 (Medium Grade)";
 
@@ -73,10 +67,10 @@
 /* Check spelling while typing context menu item */
 "Check Spelling While Typing" = "Check Spelling While Typing";
 
-/* title for file button used in HTML forms */
+/* title for a single file chooser button used in HTML forms */
 "Choose File" = "Choose File";
 
-/* title for file button used in HTML5 file chooser */
+/* title for a multiple file chooser button used in HTML forms. This title should be as short as possible. */
 "Choose Files" = "Choose Files";
 
 /* menu item in Recent Searches menu that empties menu's contents */
@@ -304,6 +298,9 @@
 /* WebKitErrorPlugInWillHandleLoad description */
 "Plug-in handled load" = "Plug-in handled load";
 
+/* Description of the (only) type supported by PDF pseudo plug-in. Visible in Installed Plug-ins page in Safari. */
+"Portable Document Format" = "Portable Document Format";
+
 /* Undo action name */
 "Raise Baseline (Undo action name)" = "Raise Baseline";
 
@@ -493,6 +490,9 @@
 /* Web Inspector window title */
 "Web Inspector   %@" = "Web Inspector   %@";
 
+/* Pseudo plug-in name, visible in Installed Plug-ins page in Safari. */
+"WebKit built-in PDF" = "WebKit built-in PDF";
+
 /* message in authentication panel */
 "Your login information will be sent securely." = "Your login information will be sent securely.";
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to