File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 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+
1515/* DESC: Confirm dialog text for asking if the user wants to redo the search because the context has changed. */
1616ui_strings . D_REDO_SEARCH = "The searched document no longer exists.\nRepeat search in the current document?" ;
1717
You can’t perform that action at this time.
0 commit comments