Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Side by Side Diff: webkit/glue/inspector_strings.grd

Issue 8757009: Replace \n in message strings to acutal new lines. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing newline Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. Specifically, these are UI strings that are used by WebKit 4 each locale. Specifically, these are UI strings that are used by WebKit
5 Inspector that need to be translated for each locale.--> 5 Inspector that need to be translated for each locale.-->
6 6
7 <!-- These strings and string descriptions were taken from WebKit 7 <!-- These strings and string descriptions were taken from WebKit
8 Source/WebCore/English.lproj/localizedStrings.js @ revision 76508 8 Source/WebCore/English.lproj/localizedStrings.js @ revision 76508
9 so we include the original license below: 9 so we include the original license below:
10 10
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 <message name="IDS_SHOW_ALL" desc="An option to show all elements (w/o fil tering)."> 371 <message name="IDS_SHOW_ALL" desc="An option to show all elements (w/o fil tering).">
372 All 372 All
373 </message> 373 </message>
374 <message name="IDS_ALLOW_DEBUGGING_WORKERS" desc="Allow debugging Web work ers."> 374 <message name="IDS_ALLOW_DEBUGGING_WORKERS" desc="Allow debugging Web work ers.">
375 Allow debugging workers. Enabling this option will replace native worker s with the iframe-based JavaScript implementation 375 Allow debugging workers. Enabling this option will replace native worker s with the iframe-based JavaScript implementation
376 </message> 376 </message>
377 <message name="IDS_SPECIFIES_THAT_SOME_FEATURE_IS_ALWAYS_ENABLED" desc="Sp ecifies that some feature is always enabled."> 377 <message name="IDS_SPECIFIES_THAT_SOME_FEATURE_IS_ALWAYS_ENABLED" desc="Sp ecifies that some feature is always enabled.">
378 Always enable 378 Always enable
379 </message> 379 </message>
380 <message name="IDS_ERROR_MESSAGE_DISPLAYED_ON_FAILURE_TO_READ_A_DATABASE_T ABLE" desc="Error message displayed on failure to read a database table."> 380 <message name="IDS_ERROR_MESSAGE_DISPLAYED_ON_FAILURE_TO_READ_A_DATABASE_T ABLE" desc="Error message displayed on failure to read a database table.">
381 An error occurred trying to\nread the “<ph name="TABLE_NAME">%s<ex>CLIEN TS</ex></ph>” table. 381 An error occurred trying to
382 read the “<ph name="TABLE_NAME">%s<ex>CLIENTS</ex></ph>” table.
382 </message> 383 </message>
383 <message name="IDS_ERROR_MESSAGE_DISPLAYED_WHEN_AN_UNEXPECTED_ERROR_OCCURS _DURING_DATABASE_QUERY" desc="Error message displayed when an unexpected error o ccurs during database query."> 384 <message name="IDS_ERROR_MESSAGE_DISPLAYED_WHEN_AN_UNEXPECTED_ERROR_OCCURS _DURING_DATABASE_QUERY" desc="Error message displayed when an unexpected error o ccurs during database query.">
384 An unexpected error <ph name="ERROR">%s<ex>No memory</ex></ph> occurred. 385 An unexpected error <ph name="ERROR">%s<ex>No memory</ex></ph> occurred.
385 </message> 386 </message>
386 <message name="IDS_BREAK_ON_ANY_XHR" desc="Debugger should break on any XH R request."> 387 <message name="IDS_BREAK_ON_ANY_XHR" desc="Debugger should break on any XH R request.">
387 Any XHR 388 Any XHR
388 </message> 389 </message>
389 <message name="IDS_COLOR_AS_AUTHORED" desc="An option to show color value as authored in the stylesheet."> 390 <message name="IDS_COLOR_AS_AUTHORED" desc="An option to show color value as authored in the stylesheet.">
390 As Authored 391 As Authored
391 </message> 392 </message>
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 <message name="IDS_DOCUMENT" desc="Title for the resources of the type Doc ument."> 543 <message name="IDS_DOCUMENT" desc="Title for the resources of the type Doc ument.">
543 Document 544 Document
544 </message> 545 </message>
545 <message name="IDS_LABEL_FOR_DOCUMENTS_RESOURCE_SECTION" desc="Label for d ocuments resource section."> 546 <message name="IDS_LABEL_FOR_DOCUMENTS_RESOURCE_SECTION" desc="Label for d ocuments resource section.">
546 Documents 547 Documents
547 </message> 548 </message>
548 <message name="IDS_COOKIE_DOMAIN" desc="A label for the column displaying cookie's domain name."> 549 <message name="IDS_COOKIE_DOMAIN" desc="A label for the column displaying cookie's domain name.">
549 Domain 550 Domain
550 </message> 551 </message>
551 <message name="IDS_NO_PAUSE_ON_EXCEPTIONS" desc="The current state: don't pause on exception, after LF: a hint for a button that changes the state."> 552 <message name="IDS_NO_PAUSE_ON_EXCEPTIONS" desc="The current state: don't pause on exception, after LF: a hint for a button that changes the state.">
552 Don't pause on exceptions.\nClick to Pause on all exceptions. 553 Don't pause on exceptions.
554 Click to Pause on all exceptions.
553 </message> 555 </message>
554 <message name="IDS_TOGGLE_URL_FORMAT" desc="A hint on how to toggle betwee n URL formats."> 556 <message name="IDS_TOGGLE_URL_FORMAT" desc="A hint on how to toggle betwee n URL formats.">
555 Double-Click to toggle between URL encoded and decoded formats 557 Double-Click to toggle between URL encoded and decoded formats
556 </message> 558 </message>
557 <message name="IDS_EDIT_ATTRIBUTE_CAPITALIZED" desc="Text for a shortcut f or editing a DOM node attrubute."> 559 <message name="IDS_EDIT_ATTRIBUTE_CAPITALIZED" desc="Text for a shortcut f or editing a DOM node attrubute.">
558 Edit Attribute 560 Edit Attribute
559 </message> 561 </message>
560 <message name="IDS_EDIT_BREAKPOINT" desc="A command for editing breakpoint properties."> 562 <message name="IDS_EDIT_BREAKPOINT" desc="A command for editing breakpoint properties.">
561 Edit Breakpoint… 563 Edit Breakpoint…
562 </message> 564 </message>
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
857 <message name="IDS_PAINT_EVENT" desc="Paint event name."> 859 <message name="IDS_PAINT_EVENT" desc="Paint event name.">
858 Paint 860 Paint
859 </message> 861 </message>
860 <message name="IDS_PARSE_EVENT" desc="Parse event name."> 862 <message name="IDS_PARSE_EVENT" desc="Parse event name.">
861 Parse 863 Parse
862 </message> 864 </message>
863 <message name="IDS_PATH" desc="Path of a resource."> 865 <message name="IDS_PATH" desc="Path of a resource.">
864 Path 866 Path
865 </message> 867 </message>
866 <message name="IDS_PAUSE_ON_ALL_EXCEPTIONS" desc="Current state: pause on all exceptions. After the \n separator: a hint on how to switch the state."> 868 <message name="IDS_PAUSE_ON_ALL_EXCEPTIONS" desc="Current state: pause on all exceptions. After the \n separator: a hint on how to switch the state.">
867 Pause on all exceptions.\nClick to Pause on uncaught exceptions. 869 Pause on all exceptions.
870 Click to Pause on uncaught exceptions.
868 </message> 871 </message>
869 <message name="IDS_PAUSE_ON_UNHANDLED_EXCEPTIONS" desc="Current state: pau se on unhandled exceptions. After the \n separator: a hint on how to switch the state."> 872 <message name="IDS_PAUSE_ON_UNHANDLED_EXCEPTIONS" desc="Current state: pau se on unhandled exceptions. After the \n separator: a hint on how to switch the state.">
870 Pause on uncaught exceptions.\nClick to Not pause on exceptions. 873 Pause on uncaught exceptions.
874 Click to Not pause on exceptions.
871 </message> 875 </message>
872 <message name="IDS_HINT_FOR_A_BUTTON_THAT_PAUSES_SCRIPT_EXECUTION" desc="H int for a button that pauses script execution."> 876 <message name="IDS_HINT_FOR_A_BUTTON_THAT_PAUSES_SCRIPT_EXECUTION" desc="H int for a button that pauses script execution.">
873 Pause script execution. 877 Pause script execution.
874 </message> 878 </message>
875 <message name="IDS_HINT_FOR_A_PAUSE_BUTTON_IN_DEBUGGER_INDICATING_THAT_EXE CUTION_IS_PAUSED" desc="Hint for a pause button in debugger, indicating that exe cution is paused."> 879 <message name="IDS_HINT_FOR_A_PAUSE_BUTTON_IN_DEBUGGER_INDICATING_THAT_EXE CUTION_IS_PAUSED" desc="Hint for a pause button in debugger, indicating that exe cution is paused.">
876 Paused 880 Paused
877 </message> 881 </message>
878 <message name="IDS_HINT_FOR_A_PAUSE_BUTTON_IN_DEBUGGER_INDICATING_THAT_EXE CUTION_IS_BEING_PAUSED" desc="Hint for a pause button in debugger, indicating th at execution is being paused."> 882 <message name="IDS_HINT_FOR_A_PAUSE_BUTTON_IN_DEBUGGER_INDICATING_THAT_EXE CUTION_IS_BEING_PAUSED" desc="Hint for a pause button in debugger, indicating th at execution is being paused.">
879 Pausing 883 Pausing
880 </message> 884 </message>
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
1151 <message name="IDS_BREAK_WHEN_SUBTREE_MODIFIED" desc="Breakpoint condition : DOM subtree modified."> 1155 <message name="IDS_BREAK_WHEN_SUBTREE_MODIFIED" desc="Breakpoint condition : DOM subtree modified.">
1152 Subtree Modified 1156 Subtree Modified
1153 </message> 1157 </message>
1154 <message name="IDS_TAKE_HEAP_SNAPSHOT_COMMAND" desc="Command: take heap sn apshot."> 1158 <message name="IDS_TAKE_HEAP_SNAPSHOT_COMMAND" desc="Command: take heap sn apshot.">
1155 Take heap snapshot. 1159 Take heap snapshot.
1156 </message> 1160 </message>
1157 <message name="IDS_BP_CONDITION" desc="Breakpoint condition"> 1161 <message name="IDS_BP_CONDITION" desc="Breakpoint condition">
1158 The breakpoint on line <ph name="LINE_NUMBER">%d<ex>15</ex></ph> will st op only if this expression is true: 1162 The breakpoint on line <ph name="LINE_NUMBER">%d<ex>15</ex></ph> will st op only if this expression is true:
1159 </message> 1163 </message>
1160 <message name="IDS_MESSAGE_INDICATING_THAT_DATABASE_TABLE_IS_EMPTY" desc=" Message indicating that database table is empty."> 1164 <message name="IDS_MESSAGE_INDICATING_THAT_DATABASE_TABLE_IS_EMPTY" desc=" Message indicating that database table is empty.">
1161 The “<ph name="TABLE_NAME">%s<ex>foo</ex></ph>”\ntable is empty. 1165 The “<ph name="TABLE_NAME">%s<ex>foo</ex></ph>”
1166 table is empty.
1162 </message> 1167 </message>
1163 <message name="IDS_MESSAGE_INDICATING_THAT_CURRENT_SITE_DOES_NOT_HAVE_COOK IES" desc="Message indicating that current site doesn't have cookies."> 1168 <message name="IDS_MESSAGE_INDICATING_THAT_CURRENT_SITE_DOES_NOT_HAVE_COOK IES" desc="Message indicating that current site doesn't have cookies.">
1164 This site has no cookies. 1169 This site has no cookies.
1165 </message> 1170 </message>
1166 <message name="IDS_NO_TIMING_INFO" desc="Message that a request has no det ailed timing info."> 1171 <message name="IDS_NO_TIMING_INFO" desc="Message that a request has no det ailed timing info.">
1167 This request has no detailed timing info. 1172 This request has no detailed timing info.
1168 </message> 1173 </message>
1169 <message name="IDS_LABEL_FOR_A_RESOURCE_TIME_GRAPH" desc="Label for a reso urce time graph."> 1174 <message name="IDS_LABEL_FOR_A_RESOURCE_TIME_GRAPH" desc="Label for a reso urce time graph.">
1170 Time 1175 Time
1171 </message> 1176 </message>
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
1450 </message> 1455 </message>
1451 <message name="IDS_URL" desc="An abbreviation of Uniform Resource Locator. "> 1456 <message name="IDS_URL" desc="An abbreviation of Uniform Resource Locator. ">
1452 URL 1457 URL
1453 </message> 1458 </message>
1454 <message name="IDS_FORMAT_SCRIPT_COMMAND" desc="A command to format script source."> 1459 <message name="IDS_FORMAT_SCRIPT_COMMAND" desc="A command to format script source.">
1455 Format script. 1460 Format script.
1456 </message> 1461 </message>
1457 </messages> 1462 </messages>
1458 </release> 1463 </release>
1459 </grit> 1464 </grit>
OLDNEW
« no previous file with comments | « chrome/app/google_chrome_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698