| 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_ACCESSIBILITY_TURNED_ON_BUBBLE" desc="T
he message shown on a bubble when accessibility is turned on"> | 207 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_TURNED_ON_BUBBLE" desc="T
he message shown on a bubble when accessibility is turned on"> |
| 212 Accessibility features are enabled. | 208 Accessibility features are enabled. |
| (...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 428 </message> | 424 </message> |
| 429 <message name="IDS_ASH_WEB_NOTFICATION_TRAY_SITE_DISABLE" desc="The menu e
ntry for disabling notification from a site."> | 425 <message name="IDS_ASH_WEB_NOTFICATION_TRAY_SITE_DISABLE" desc="The menu e
ntry for disabling notification from a site."> |
| 430 Disable notifications from <ph name="site">$1<ex>mail.google.com</ex></p
h> | 426 Disable notifications from <ph name="site">$1<ex>mail.google.com</ex></p
h> |
| 431 </message> | 427 </message> |
| 432 <message name="IDS_ASH_WEB_NOTFICATION_TRAY_SETTINGS" desc="The menu entry
or button for visiting the appropriate settings page."> | 428 <message name="IDS_ASH_WEB_NOTFICATION_TRAY_SETTINGS" desc="The menu entry
or button for visiting the appropriate settings page."> |
| 433 Settings... | 429 Settings... |
| 434 </message> | 430 </message> |
| 435 <message name="IDS_ASH_WEB_NOTFICATION_TRAY_CLEAR_ALL" desc="The button fo
r clearing all notifications."> | 431 <message name="IDS_ASH_WEB_NOTFICATION_TRAY_CLEAR_ALL" desc="The button fo
r clearing all notifications."> |
| 436 Clear All | 432 Clear All |
| 437 </message> | 433 </message> |
| 434 <message name="IDS_ASH_MAXIMIZE_WINDOW" desc="A help text to show that whe
n the button gets clicked the window get maximized."> |
| 435 Maximize |
| 436 </message> |
| 437 <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."> |
| 438 Snap to right side |
| 439 </message> |
| 440 <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."> |
| 441 Snap to left side |
| 442 </message> |
| 443 <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."> |
| 444 Restore |
| 445 </message> |
| 446 <message name="IDS_ASH_MINIMIZE_WINDOW" desc="A help text to show that whe
n the button gets clicked the window gets minimized."> |
| 447 Minimize |
| 448 </message> |
| 438 </messages> | 449 </messages> |
| 439 </release> | 450 </release> |
| 440 </grit> | 451 </grit> |
| 441 | 452 |
| OLD | NEW |