Title: [138394] trunk/Source/WebCore
Revision
138394
Author
[email protected]
Date
2012-12-21 11:48:07 -0800 (Fri, 21 Dec 2012)

Log Message

Update localizable strings as a followup to http://trac.webkit.org/changeset/138387
https://bugs.webkit.org/show_bug.cgi?id=105592

Rubberstamped by Alexey Proskuryakov.

* English.lproj/Localizable.strings: Added a new error string.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (138393 => 138394)


--- trunk/Source/WebCore/ChangeLog	2012-12-21 19:38:28 UTC (rev 138393)
+++ trunk/Source/WebCore/ChangeLog	2012-12-21 19:48:07 UTC (rev 138394)
@@ -1,3 +1,12 @@
+2012-12-21  Brady Eidson  <[email protected]>
+
+        Update localizable strings as a followup to http://trac.webkit.org/changeset/138387
+        https://bugs.webkit.org/show_bug.cgi?id=105592
+
+        Rubberstamped by Alexey Proskuryakov.
+
+        * English.lproj/Localizable.strings: Added a new error string.
+
 2012-12-21  Kenneth Russell  <[email protected]>
 
         Expose ArrayBufferView constructor on DOMWindow

Modified: trunk/Source/WebCore/English.lproj/Localizable.strings (138393 => 138394)


--- trunk/Source/WebCore/English.lproj/Localizable.strings	2012-12-21 19:38:28 UTC (rev 138393)
+++ trunk/Source/WebCore/English.lproj/Localizable.strings	2012-12-21 19:48:07 UTC (rev 138394)
@@ -94,6 +94,12 @@
 /* menu item in Recent Searches menu that empties menu's contents */
 "Clear Recent Searches" = "Clear Recent Searches";
 
+/* Message to display in browser window when in webkit full screen mode. */
+"Click to exit full screen mode" = "Click to exit full screen mode";
+
+/* Menu section heading for closed captions */
+"Closed Captions" = "Closed Captions";
+
 /* WebKitErrorCannotShowMIMEType description */
 "Content with specified MIME type can t be shown" = "Content with specified MIME type can t be shown";
 
@@ -247,12 +253,18 @@
 /* No Guesses Found context menu item */
 "No Guesses Found" = "No Guesses Found";
 
+/* Menu item label for a closed captions track that has no other name */
+"No label" = "No label";
+
 /* Label for only item in menu that appears when clicking on the search field image, when no searches have been performed */
 "No recent searches" = "No recent searches";
 
 /* WebKitErrorCannotUseRestrictedPort description */
 "Not allowed to use restricted network port" = "Not allowed to use restricted network port";
 
+/* Menu item label for the track that represents disabling closed captions */
+"Off" = "Off";
+
 /* Open Audio in New Window context menu item */
 "Open Audio in New Window" = "Open Audio in New Window";
 
@@ -316,7 +328,7 @@
 /* WebKitErrorPlugInWillHandleLoad description */
 "Plug-in handled load" = "Plug-in handled load";
 
-/* Description of the primary type supported by PDF pseudo plug-in. Visible in the Installed Plug-ins page in Safari. */
+/* Description of the primary type supported by the PDF pseudo plug-in. Visible in the Installed Plug-ins page in Safari. */
 "Portable Document Format" = "Portable Document Format";
 
 /* Description of the PostScript type supported by the PDF pseudo plug-in. Visible in the Installed Plug-ins page in Safari. */
@@ -433,6 +445,9 @@
 /* Substitutions context sub-menu item */
 "Substitutions" = "Substitutions";
 
+/* Menu section heading for subtitles */
+"Subtitles" = "Subtitles";
+
 /* Undo action name */
 "Superscript (Undo action name)" = "Superscript";
 
@@ -514,9 +529,12 @@
 /* Web Inspector window title */
 "Web Inspector   %@" = "Web Inspector   %@";
 
-/* Pseudo plug-in name, visible in Installed Plug-ins page in Safari. */
+/* Pseudo plug-in name, visible in the Installed Plug-ins page in Safari. */
 "WebKit built-in PDF" = "WebKit built-in PDF";
 
+/* WebKitErrorInternal description */
+"WebKit encountered an internal error" = "WebKit encountered an internal error";
+
 /* message in authentication panel */
 "Your login information will be sent securely." = "Your login information will be sent securely.";
 
@@ -620,7 +638,7 @@
 "fast reverse" = "fast reverse";
 
 /* accessibility role description for a file upload button */
-"file upload" = "file upload button";
+"file upload" = "file upload";
 
 /* accessibility role description for a footer */
 "footer" = "footer";
@@ -904,18 +922,3 @@
 /* accessibility role description for video element controller */
 "video element playback controls and status display" = "video element playback controls and status display";
 
-/* Message to display in browser window when in webkit full screen mode. */
-"Click to exit full screen mode" = "Click to exit full screen mode";
-
-/* Menu section heading for closed captions */
-"Closed Captions" = "Closed Captions";
-
-/* Menu section heading for subtitles */
-"Subtitles" = "Subtitles";
-
-/* Menu item label for the track that represents disabling closed captions */
-"Off" = "Off";
-
-/* Menu item label for a closed captions track that has no other name */
-"No label" = "No label";
-
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to