OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
3 <!-- | 3 <!-- |
4 This file contains the strings for ash. | 4 This file contains the strings for ash. |
5 --> | 5 --> |
6 | 6 |
7 <grit base_dir="." latest_public_release="0" current_release="1" | 7 <grit base_dir="." latest_public_release="0" current_release="1" |
8 source_lang_id="en" enc_check="möl"> | 8 source_lang_id="en" enc_check="möl"> |
9 <outputs> | 9 <outputs> |
10 <output filename="grit/ash_strings.h" type="rc_header"> | 10 <output filename="grit/ash_strings.h" type="rc_header"> |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
169 </message> | 169 </message> |
170 <message name="IDS_AURA_APP_LIST_SYNCING_TITLE" desc="The title used for t
he Aura app list in the launcher to indicate loading/syncing apps."> | 170 <message name="IDS_AURA_APP_LIST_SYNCING_TITLE" desc="The title used for t
he Aura app list in the launcher to indicate loading/syncing apps."> |
171 Syncing apps... | 171 Syncing apps... |
172 </message> | 172 </message> |
173 <message name="IDS_AURA_NEW_TAB" desc="The text label of the New Tab menu
item"> | 173 <message name="IDS_AURA_NEW_TAB" desc="The text label of the New Tab menu
item"> |
174 New tab | 174 New tab |
175 </message> | 175 </message> |
176 <message name="IDS_AURA_LAUNCHER_OVERFLOW_NAME" desc="The title used for t
he Aura overflow button in the launcher"> | 176 <message name="IDS_AURA_LAUNCHER_OVERFLOW_NAME" desc="The title used for t
he Aura overflow button in the launcher"> |
177 Overflow Button | 177 Overflow Button |
178 </message> | 178 </message> |
179 <message name="IDS_AURA_LAUNCHER_CONTEXT_MENU_AUTO_HIDE" desc="Title of th
e menu item in the context menu for auto-hiding the launcher"> | 179 <message name="IDS_AURA_LAUNCHER_CONTEXT_MENU_AUTO_HIDE_MAXIMIZED" desc="T
itle of the menu item in the context menu for auto-hiding the launcher when the
current window is maximized"> |
| 180 Autohide launcher when maximized |
| 181 </message> |
| 182 <message name="IDS_AURA_LAUNCHER_CONTEXT_MENU_AUTO_HIDE_NOT_MAXIMIZED" des
c="Title of the menu item in the context menu for auto-hiding the launcher when
the current window is not maximized"> |
180 Autohide launcher | 183 Autohide launcher |
181 </message> | 184 </message> |
182 <message name="IDS_AURA_LAUNCHER_CONTEXT_MENU_POSITION" desc="Title of the
menu item in the context menu for aligning the launcher"> | 185 <message name="IDS_AURA_LAUNCHER_CONTEXT_MENU_POSITION" desc="Title of the
menu item in the context menu for aligning the launcher"> |
183 Launcher position | 186 Launcher position |
184 </message> | 187 </message> |
185 <message name="IDS_AURA_LAUNCHER_CONTEXT_MENU_ALIGN_BOTTOM" desc="Title of
the menu item in the context menu for aligning the launcher to the bottom of th
e screen"> | 188 <message name="IDS_AURA_LAUNCHER_CONTEXT_MENU_ALIGN_BOTTOM" desc="Title of
the menu item in the context menu for aligning the launcher to the bottom of th
e screen"> |
186 Bottom | 189 Bottom |
187 </message> | 190 </message> |
188 <message name="IDS_AURA_LAUNCHER_CONTEXT_MENU_ALIGN_LEFT" desc="Title of t
he menu item in the context menu for aligning the launcher to the left of the sc
reen"> | 191 <message name="IDS_AURA_LAUNCHER_CONTEXT_MENU_ALIGN_LEFT" desc="Title of t
he menu item in the context menu for aligning the launcher to the left of the sc
reen"> |
189 Left | 192 Left |
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
470 <message name="IDS_ASH_RESTORE_WINDOW" desc="A help text to show that when
the button gets clicked the window gets restored to its normal - non maximized
- state."> | 473 <message name="IDS_ASH_RESTORE_WINDOW" desc="A help text to show that when
the button gets clicked the window gets restored to its normal - non maximized
- state."> |
471 Restore | 474 Restore |
472 </message> | 475 </message> |
473 <message name="IDS_ASH_MINIMIZE_WINDOW" desc="A help text to show that whe
n the button gets clicked the window gets minimized."> | 476 <message name="IDS_ASH_MINIMIZE_WINDOW" desc="A help text to show that whe
n the button gets clicked the window gets minimized."> |
474 Minimize | 477 Minimize |
475 </message> | 478 </message> |
476 </messages> | 479 </messages> |
477 </release> | 480 </release> |
478 </grit> | 481 </grit> |
479 | 482 |
OLD | NEW |