| 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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 <release seq="1" allow_pseudo="false"> | 160 <release seq="1" allow_pseudo="false"> |
| 161 <messages fallback_to_english="true"> | 161 <messages fallback_to_english="true"> |
| 162 <!-- TODO add all of your "string table" messages here. Remember to | 162 <!-- TODO add all of your "string table" messages here. Remember to |
| 163 change nontranslateable parts of the messages into placeholders (using the | 163 change nontranslateable parts of the messages into placeholders (using the |
| 164 <ph> element). You can also use the 'grit add' tool to help you identify | 164 <ph> element). You can also use the 'grit add' tool to help you identify |
| 165 nontranslateable parts and create placeholders for them. --> | 165 nontranslateable parts and create placeholders for them. --> |
| 166 <!-- TODO(zork): Only include these in Aura builds --> | 166 <!-- TODO(zork): Only include these in Aura builds --> |
| 167 <message name="IDS_AURA_APP_LIST_TITLE" desc="The title used for the Aura
app list in the launcher"> | 167 <message name="IDS_AURA_APP_LIST_TITLE" desc="The title used for the Aura
app list in the launcher"> |
| 168 Apps | 168 Apps |
| 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."> |
| 171 Syncing apps... |
| 172 </message> |
| 170 <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"> |
| 171 New tab | 174 New tab |
| 172 </message> | 175 </message> |
| 173 <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"> |
| 174 Overflow Button | 177 Overflow Button |
| 175 </message> | 178 </message> |
| 176 <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"> | 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"> |
| 177 Autohide launcher when maximized | 180 Autohide launcher when maximized |
| 178 </message> | 181 </message> |
| 179 <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"> | 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"> |
| (...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 455 <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."> | 458 <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."> |
| 456 Restore | 459 Restore |
| 457 </message> | 460 </message> |
| 458 <message name="IDS_ASH_MINIMIZE_WINDOW" desc="A help text to show that whe
n the button gets clicked the window gets minimized."> | 461 <message name="IDS_ASH_MINIMIZE_WINDOW" desc="A help text to show that whe
n the button gets clicked the window gets minimized."> |
| 459 Minimize | 462 Minimize |
| 460 </message> | 463 </message> |
| 461 </messages> | 464 </messages> |
| 462 </release> | 465 </release> |
| 463 </grit> | 466 </grit> |
| 464 | 467 |
| OLD | NEW |