| 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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 Left | 189 Left |
| 190 </message> | 190 </message> |
| 191 <message name="IDS_AURA_LAUNCHER_CONTEXT_MENU_ALIGN_RIGHT" desc="Title of
the menu item in the context menu for aligning the launcher to the right of the
screen"> | 191 <message name="IDS_AURA_LAUNCHER_CONTEXT_MENU_ALIGN_RIGHT" desc="Title of
the menu item in the context menu for aligning the launcher to the right of the
screen"> |
| 192 Right | 192 Right |
| 193 </message> | 193 </message> |
| 194 | 194 |
| 195 <message name="IDS_AURA_SET_DESKTOP_WALLPAPER" desc="The label used for ch
ange wallpaper in context menu"> | 195 <message name="IDS_AURA_SET_DESKTOP_WALLPAPER" desc="The label used for ch
ange wallpaper in context menu"> |
| 196 Set wallpaper... | 196 Set wallpaper... |
| 197 </message> | 197 </message> |
| 198 | 198 |
| 199 <message name="IDS_FRAME_MAXIMIZE_BUTTON_TOOLTIP" desc="Tooltip for the ma
ximize/restore button in window frames in aura"> | |
| 200 Pull down to minimize, left or right to tile | |
| 201 </message> | |
| 202 | |
| 203 <message name="IDS_ASH_KEYBOARD_OVERLAY_TITLE" desc="The title of the keyb
oard overlay."> | 199 <message name="IDS_ASH_KEYBOARD_OVERLAY_TITLE" desc="The title of the keyb
oard overlay."> |
| 204 Keyboard Overlay | 200 Keyboard Overlay |
| 205 </message> | 201 </message> |
| 206 | 202 |
| 207 <!-- Status tray items --> | 203 <!-- Status tray items --> |
| 208 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBLE_NAME" desc="The accessible n
ame of the status tray."> | 204 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBLE_NAME" desc="The accessible n
ame of the status tray."> |
| 209 Status tray | 205 Status tray |
| 210 </message> | 206 </message> |
| 211 <message name="IDS_ASH_STATUS_TRAY_SETTINGS" desc="The label used for the
settings item in the status tray."> | 207 <message name="IDS_ASH_STATUS_TRAY_SETTINGS" desc="The label used for the
settings item in the status tray."> |
| 212 Settings | 208 Settings |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 409 </message> | 405 </message> |
| 410 <message name="IDS_ASH_WEB_NOTFICATION_TRAY_SITE_DISABLE" desc="The menu e
ntry for disabling notification from a site."> | 406 <message name="IDS_ASH_WEB_NOTFICATION_TRAY_SITE_DISABLE" desc="The menu e
ntry for disabling notification from a site."> |
| 411 Disable notifications from <ph name="site">$1<ex>mail.google.com</ex></p
h> | 407 Disable notifications from <ph name="site">$1<ex>mail.google.com</ex></p
h> |
| 412 </message> | 408 </message> |
| 413 <message name="IDS_ASH_WEB_NOTFICATION_TRAY_SETTINGS" desc="The menu entry
or button for visiting the appropriate settings page."> | 409 <message name="IDS_ASH_WEB_NOTFICATION_TRAY_SETTINGS" desc="The menu entry
or button for visiting the appropriate settings page."> |
| 414 Settings... | 410 Settings... |
| 415 </message> | 411 </message> |
| 416 <message name="IDS_ASH_WEB_NOTFICATION_TRAY_CLEAR_ALL" desc="The button fo
r clearing all notifications."> | 412 <message name="IDS_ASH_WEB_NOTFICATION_TRAY_CLEAR_ALL" desc="The button fo
r clearing all notifications."> |
| 417 Clear All | 413 Clear All |
| 418 </message> | 414 </message> |
| 415 <message name="IDS_ASH_MAXIMIZE_WINDOW" desc="A help text to show that whe
n the button gets clicked the window get maximized."> |
| 416 Maximize |
| 417 </message> |
| 418 <message name="IDS_ASH_SNAP_WINDOW_RIGHT" desc="A help text to show that w
hen the button gets clicked the window get snapped to the right side."> |
| 419 Snap to right side |
| 420 </message> |
| 421 <message name="IDS_ASH_SNAP_WINDOW_LEFT" desc="A help text to show that wh
en the button gets clicked the window get snapped to the left side."> |
| 422 Snap to left side |
| 423 </message> |
| 424 <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."> |
| 425 Restore |
| 426 </message> |
| 427 <message name="IDS_ASH_MINIMIZE_WINDOW" desc="A help text to show that whe
n the button gets clicked the window gets minimized."> |
| 428 Minimize |
| 429 </message> |
| 419 </messages> | 430 </messages> |
| 420 </release> | 431 </release> |
| 421 </grit> | 432 </grit> |
| 422 | 433 |
| OLD | NEW |