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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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"> | 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 | 200 Pull down to minimize, left or right to tile |
201 </message> | 201 </message> |
202 | 202 |
| 203 <message name="IDS_ASH_KEYBOARD_OVERLAY_TITLE" desc="The title of the keyb
oard overlay."> |
| 204 Keyboard Overlay |
| 205 </message> |
| 206 |
203 <!-- Status tray items --> | 207 <!-- Status tray items --> |
204 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBLE_NAME" desc="The accessible n
ame of the status tray."> | 208 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBLE_NAME" desc="The accessible n
ame of the status tray."> |
205 Status tray | 209 Status tray |
206 </message> | 210 </message> |
207 <message name="IDS_ASH_STATUS_TRAY_SETTINGS" desc="The label used for the
settings item in the status tray."> | 211 <message name="IDS_ASH_STATUS_TRAY_SETTINGS" desc="The label used for the
settings item in the status tray."> |
208 Settings | 212 Settings |
209 </message> | 213 </message> |
210 <message name="IDS_ASH_STATUS_TRAY_SHUT_DOWN" desc="The label used for the
button in the status tray to shut down the system."> | 214 <message name="IDS_ASH_STATUS_TRAY_SHUT_DOWN" desc="The label used for the
button in the status tray to shut down the system."> |
211 Shut down | 215 Shut down |
212 </message> | 216 </message> |
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
409 <message name="IDS_ASH_WEB_NOTFICATION_TRAY_SETTINGS" desc="The menu entry
or button for visiting the appropriate settings page."> | 413 <message name="IDS_ASH_WEB_NOTFICATION_TRAY_SETTINGS" desc="The menu entry
or button for visiting the appropriate settings page."> |
410 Settings... | 414 Settings... |
411 </message> | 415 </message> |
412 <message name="IDS_ASH_WEB_NOTFICATION_TRAY_CLEAR_ALL" desc="The button fo
r clearing all notifications."> | 416 <message name="IDS_ASH_WEB_NOTFICATION_TRAY_CLEAR_ALL" desc="The button fo
r clearing all notifications."> |
413 Clear All | 417 Clear All |
414 </message> | 418 </message> |
415 </messages> | 419 </messages> |
416 </release> | 420 </release> |
417 </grit> | 421 </grit> |
418 | 422 |
OLD | NEW |