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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Applications | 168 Applications |
169 </message> | 169 </message> |
170 <message name="IDS_AURA_CYCLER_TITLE" desc="The title used for the Aura wi
ndow cycler in the launcher"> | 170 <message name="IDS_AURA_CYCLER_TITLE" desc="The title used for the Aura wi
ndow cycler in the launcher"> |
171 Window Cycler | 171 Window Cycler |
172 </message> | 172 </message> |
173 <message name="IDS_AURA_LAUNCHER_OVERFLOW_NAME" desc="The title used for t
he Aura overflow button in the launcher"> | 173 <message name="IDS_AURA_LAUNCHER_OVERFLOW_NAME" desc="The title used for t
he Aura overflow button in the launcher"> |
174 Overflow Button | 174 Overflow Button |
175 </message> | 175 </message> |
176 | 176 |
| 177 <message name="IDS_AURA_SET_DESKTOP_WALLPAPER" desc="The label used for ch
ange wallpaper in context menu"> |
| 178 Set Wallpaper... |
| 179 </message> |
| 180 |
177 <message name="IDS_FRAME_MAXIMIZE_BUTTON_TOOLTIP" desc="Tooltip for the ma
ximize/restore button in window frames in aura"> | 181 <message name="IDS_FRAME_MAXIMIZE_BUTTON_TOOLTIP" desc="Tooltip for the ma
ximize/restore button in window frames in aura"> |
178 Pull down to minimize, left or right to tile | 182 Pull down to minimize, left or right to tile |
179 </message> | 183 </message> |
180 | 184 |
181 <!-- Status tray items --> | 185 <!-- Status tray items --> |
182 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBLE_NAME" desc="The accessible n
ame of the status tray."> | 186 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBLE_NAME" desc="The accessible n
ame of the status tray."> |
183 Status tray | 187 Status tray |
184 </message> | 188 </message> |
185 <message name="IDS_ASH_STATUS_TRAY_SETTINGS_AND_HELP" desc="The label used
for the help-and-settings item in the status tray."> | 189 <message name="IDS_ASH_STATUS_TRAY_SETTINGS_AND_HELP" desc="The label used
for the help-and-settings item in the status tray."> |
186 Settings and Help | 190 Settings and Help |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
258 Battery full | 262 Battery full |
259 </message> | 263 </message> |
260 <message name="IDS_ASH_STATUS_TRAY_BATTERY_STATUS" desc="The label in the
tray dialog to show the status of the battery power."> | 264 <message name="IDS_ASH_STATUS_TRAY_BATTERY_STATUS" desc="The label in the
tray dialog to show the status of the battery power."> |
261 Battery: <ph name="percentage">$1<ex>56</ex></ph>% | 265 Battery: <ph name="percentage">$1<ex>56</ex></ph>% |
262 <ph name="hour">$2</ph>h <ph name="minute">$3</ph>m | 266 <ph name="hour">$2</ph>h <ph name="minute">$3</ph>m |
263 </message> | 267 </message> |
264 </messages> | 268 </messages> |
265 </release> | 269 </release> |
266 </grit> | 270 </grit> |
267 | 271 |
OLD | NEW |