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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
181 </message> | 181 </message> |
182 <message name="IDS_ASH_SHELF_CONTEXT_MENU_ALIGN_BOTTOM" desc="Title of the
menu item in the context menu for aligning the shelf to the bottom of the scree
n"> | 182 <message name="IDS_ASH_SHELF_CONTEXT_MENU_ALIGN_BOTTOM" desc="Title of the
menu item in the context menu for aligning the shelf to the bottom of the scree
n"> |
183 Bottom | 183 Bottom |
184 </message> | 184 </message> |
185 <message name="IDS_ASH_SHELF_CONTEXT_MENU_ALIGN_LEFT" desc="Title of the m
enu item in the context menu for aligning the shelf to the left of the screen"> | 185 <message name="IDS_ASH_SHELF_CONTEXT_MENU_ALIGN_LEFT" desc="Title of the m
enu item in the context menu for aligning the shelf to the left of the screen"> |
186 Left | 186 Left |
187 </message> | 187 </message> |
188 <message name="IDS_ASH_SHELF_CONTEXT_MENU_ALIGN_RIGHT" desc="Title of the
menu item in the context menu for aligning the shelf to the right of the screen"
> | 188 <message name="IDS_ASH_SHELF_CONTEXT_MENU_ALIGN_RIGHT" desc="Title of the
menu item in the context menu for aligning the shelf to the right of the screen"
> |
189 Right | 189 Right |
190 </message> | 190 </message> |
| 191 <message name="IDS_ASH_SHELF_CONTEXT_MENU_CLOSE" desc="Title of the menu i
tem in the context menu for closing a Window associated with this item"> |
| 192 Close |
| 193 </message> |
191 <message name="IDS_ASH_SHELF_ACCESSIBLE_NAME" desc="The accessible name of
the shelf."> | 194 <message name="IDS_ASH_SHELF_ACCESSIBLE_NAME" desc="The accessible name of
the shelf."> |
192 Shelf | 195 Shelf |
193 </message> | 196 </message> |
194 | 197 |
195 <message name="IDS_AURA_SET_DESKTOP_WALLPAPER" desc="The label used for ch
ange wallpaper in context menu"> | 198 <message name="IDS_AURA_SET_DESKTOP_WALLPAPER" desc="The label used for ch
ange wallpaper in context menu"> |
196 Set wallpaper... | 199 Set wallpaper... |
197 </message> | 200 </message> |
198 | 201 |
199 <message name="IDS_ASH_KEYBOARD_OVERLAY_TITLE" desc="The title of the keyb
oard overlay."> | 202 <message name="IDS_ASH_KEYBOARD_OVERLAY_TITLE" desc="The title of the keyb
oard overlay."> |
200 Keyboard Overlay | 203 Keyboard Overlay |
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
587 | 590 |
588 <!-- ChromeOS-specific strings --> | 591 <!-- ChromeOS-specific strings --> |
589 <if expr="pp_ifdef('chromeos')"> | 592 <if expr="pp_ifdef('chromeos')"> |
590 <part file="ash_chromeos_strings.grdp" /> | 593 <part file="ash_chromeos_strings.grdp" /> |
591 </if> | 594 </if> |
592 | 595 |
593 </messages> | 596 </messages> |
594 </release> | 597 </release> |
595 </grit> | 598 </grit> |
596 | 599 |
OLD | NEW |