Changeset 214719 in webkit


Ignore:
Timestamp:
Apr 1, 2017 5:03:51 PM (7 years ago)
Author:
mitz@apple.com
Message:

Localizable strings files are out of date
https://bugs.webkit.org/show_bug.cgi?id=170383

Reviewed by Tim Horton.

Ran update-webkit-localizable-strings.

Source/WebCore:

  • English.lproj/Localizable.strings:

Source/WebInspectorUI:

  • Localizations/en.lproj/localizedStrings.js:
Location:
trunk/Source
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r214718 r214719  
     12017-04-01  Dan Bernstein  <mitz@apple.com>
     2
     3        Localizable strings files are out of date
     4        https://bugs.webkit.org/show_bug.cgi?id=170383
     5
     6        Reviewed by Tim Horton.
     7
     8        Ran update-webkit-localizable-strings.
     9
     10        * English.lproj/Localizable.strings:
     11
    1122017-04-01  Dan Bernstein  <mitz@apple.com>
    213
  • trunk/Source/WebCore/English.lproj/Localizable.strings

    r213696 r214719  
    6868"%d of %d" = "%d of %d";
    6969
     70/* window title for a standalone image (uses multiplication symbol, not x) */
     71"%s %d×%d pixels" = "%s %d×%d pixels";
     72
     73/* Name of application's single WebCrypto master key in Keychain */
     74"%s WebCrypto Master Key" = "%s WebCrypto Master Key";
     75
    7076/* Present the number of selected <option> items in a <select multiple> element (iOS only) */
    7177"%zu Items" = "%zu Items";
     
    8995"2048 (High Grade)" = "2048 (High Grade)";
    9096
    91 /* window title for a standalone image (uses multiplication symbol, not x) */
    92 "<filename> %d×%d pixels" = "<filename> %d×%d pixels";
    93 
    9497/* WKErrorJavaScriptExceptionOccurred description */
    9598"A JavaScript exception occurred" = "A JavaScript exception occurred";
     
    174177
    175178/* WKErrorContentExtensionStoreCompileFailed description */
    176 "Compiling a WKContentExtension failed" = "Compiling a WKContentExtension failed";
     179"Compiling a WKUserContentExtension failed" = "Compiling a WKUserContentExtension failed";
    177180
    178181/* WebKitErrorCannotShowMIMEType description */
     
    360363
    361364/* Look Up context menu item with selected word */
    362 "Look Up “<selection>”" = "Look Up “<selection>”";
     365"Look Up “%s”" = "Look Up “%s”";
    363366
    364367/* WKErrorContentExtensionStoreLookupFailed description */
    365 "Looking up a WKContentExtension failed" = "Looking up a WKContentExtension failed";
     368"Looking up a WKUserContentExtension failed" = "Looking up a WKUserContentExtension failed";
    366369
    367370/* WKErrorContentExtensionStoreVersionMismatch description */
    368 "Looking up a WKContentExtension found a binary that is incompatible" = "Looking up a WKContentExtension found a binary that is incompatible";
     371"Looking up a WKUserContentExtension found a binary that is incompatible" = "Looking up a WKUserContentExtension found a binary that is incompatible";
    369372
    370373/* Media Loop context menu item */
     
    507510
    508511/* WKErrorContentExtensionStoreRemoveFailed description */
    509 "Removing a WKContentExtension failed" = "Removing a WKContentExtension failed";
     512"Removing a WKUserContentExtension failed" = "Removing a WKUserContentExtension failed";
    510513
    511514/* default label for Reset buttons in forms on web pages */
     
    764767"Value must be greater than or equal to %@" = "Value must be greater than or equal to %@";
    765768
     769/* Validation message for input form controls with value lower than allowed minimum */
     770"Value must be greater than or equal to %s" = "Value must be greater than or equal to %s";
     771
    766772/* Validation message for input form controls with value higher than allowed maximum */
    767773"Value must be less than or equal to %@" = "Value must be less than or equal to %@";
    768774
     775/* Validation message for input form controls with value higher than allowed maximum */
     776"Value must be less than or equal to %s" = "Value must be less than or equal to %s";
     777
    769778/* Web Inspector window title when inspecting Web Inspector */
    770779"Web Inspector [%d] — %@" = "Web Inspector [%d] — %@";
     
    10701079"proxy authentication required" = "proxy authentication required";
    10711080
    1072 /* Validation message for input form controls with value higher than allowed maximum */
    1073 "range overflow" = "range overflow";
    1074 
    1075 /* Validation message for input form controls with value lower than allowed minimum */
    1076 "range underflow" = "range underflow";
    1077 
    10781081/* HTTP result code string */
    10791082"redirected" = "redirected";
  • trunk/Source/WebInspectorUI/ChangeLog

    r214617 r214719  
     12017-04-01  Dan Bernstein  <mitz@apple.com>
     2
     3        Localizable strings files are out of date
     4        https://bugs.webkit.org/show_bug.cgi?id=170383
     5
     6        Reviewed by Tim Horton.
     7
     8        Ran update-webkit-localizable-strings.
     9
     10        * Localizations/en.lproj/localizedStrings.js:
     11
    1122017-03-30  Matt Baker  <mattbaker@apple.com>
    213
  • trunk/Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js

    r214494 r214719  
    419419localizedStrings["HTTP"] = "HTTP";
    420420localizedStrings["Heading Level"] = "Heading Level";
    421 localizedStrings["Heap Snapshot Object (@%d)"] = "Heap Snapshot Object (@%d)";
     421localizedStrings["Heap Snapshot Object (%s)"] = "Heap Snapshot Object (%s)";
    422422localizedStrings["Height"] = "Height";
    423423localizedStrings["Hide compositing borders"] = "Hide compositing borders";
Note: See TracChangeset for help on using the changeset viewer.