|
1 | | -window.ui_strings || ( window.ui_strings = {} ); |
2 | | -window.ui_strings.lang_code = "en"; |
3 | | - |
4 | | -/** |
5 | | - * Capitalization guidelines: |
6 | | - * http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.en#layout-capitalization |
7 | | - * |
8 | | - * Prefix -> use mapping for strings: |
9 | | - * Prefix Use |
10 | | - * D Dialog titles and components |
11 | | - * S General strings |
12 | | - * M Menus |
13 | | - */ |
14 | | - |
| 1 | +window.ui_strings || ( window.ui_strings = {} ); |
| 2 | +window.ui_strings.lang_code = "en"; |
| 3 | + |
| 4 | +/** |
| 5 | + * Capitalization guidelines: |
| 6 | + * http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.en#layout-capitalization |
| 7 | + * |
| 8 | + * Prefix -> use mapping for strings: |
| 9 | + * Prefix Use |
| 10 | + * D Dialog titles and components |
| 11 | + * S General strings |
| 12 | + * M Menus |
| 13 | + */ |
| 14 | + |
15 | 15 | /* DESC: Confirm dialog text for asking if the user wants to redo the search because the context has changed. */ |
16 | 16 | ui_strings.D_REDO_SEARCH = "The searched document no longer exists.\nRepeat search in the current document?"; |
17 | 17 |
|
@@ -286,7 +286,7 @@ ui_strings.M_VIEW_LABEL_EVENT_LISTENERS = "Listeners"; |
286 | 286 | ui_strings.M_VIEW_LABEL_EVENT_LISTENERS_ALL = "All"; |
287 | 287 |
|
288 | 288 | /* DESC: View with the event listeners of the selected node. */ |
289 | | -ui_strings.M_VIEW_LABEL_EVENT_LISTENERS_SELECTED_NODE = "Selected node"; |
| 289 | +ui_strings.M_VIEW_LABEL_EVENT_LISTENERS_SELECTED_NODE = "Selected Node"; |
290 | 290 |
|
291 | 291 | /* DESC: Heading for Export button, accessed by clicking the subhead DOM view button. */ |
292 | 292 | ui_strings.M_VIEW_LABEL_EXPORT = "Export"; |
@@ -418,7 +418,7 @@ ui_strings.M_VIEW_SUB_LABEL_PARENT_OFFSETS = "Parent Offsets"; |
418 | 418 | ui_strings.S_ANONYMOUS_FUNCTION_NAME = "<anonymous function>"; |
419 | 419 |
|
420 | 420 | /* DESC: Info in a tooltip that the according listener was set as attribute. */ |
421 | | -ui_strings.S_ATTRIBUTE_LISTENER = "attribute listener"; |
| 421 | +ui_strings.S_ATTRIBUTE_LISTENER = "Attribute listener"; |
422 | 422 |
|
423 | 423 | /* DESC: Generic label for a cancel button */ |
424 | 424 | ui_strings.S_BUTTON_CANCEL = "Cancel"; |
@@ -682,7 +682,7 @@ ui_strings.S_EVENT_LISTENER_ADDED_IN = "added in %s"; |
682 | 682 | ui_strings.S_EVENT_LISTENER_SET_AS_MARKUP_ATTR = "set as markup attribute"; |
683 | 683 |
|
684 | 684 | /* DESC: Info in a tooltip that the according listener was set by the event target interface. */ |
685 | | -ui_strings.S_EVENT_TARGET_LISTENER = "event target listener"; |
| 685 | +ui_strings.S_EVENT_TARGET_LISTENER = "Event target listener"; |
686 | 686 |
|
687 | 687 | /* DESC: Event type for events in the profiler */ |
688 | 688 | ui_strings.S_EVENT_TYPE_CSS_PARSING = "CSS parsing"; |
@@ -916,7 +916,7 @@ ui_strings.S_INFO_INVERT_ELEMENT_HIGHLIGHT = "The element highlight color can be |
916 | 916 | ui_strings.S_INFO_IS_SEARCHING = "Searching…"; |
917 | 917 |
|
918 | 918 | /* DESC: Info in an event listener tooltip that the according source file is missing. */ |
919 | | -ui_strings.S_INFO_MISSING_JS_SOURCE_FILE = "<missing JavaScript source file>"; |
| 919 | +ui_strings.S_INFO_MISSING_JS_SOURCE_FILE = "(Missing source file)"; |
920 | 920 |
|
921 | 921 | /* DESC: Info text in the network view when a page starts to load while screen updats are paused */ |
922 | 922 | ui_strings.S_INFO_NETWORK_UPDATES_PAUSED = "Updating of network log is paused."; |
|
0 commit comments