Chromium Code Reviews| 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 197 </message> | 197 </message> |
| 198 | 198 |
| 199 <message name="IDS_ASH_LEARN_MORE" desc="Text of Learn more links."> | 199 <message name="IDS_ASH_LEARN_MORE" desc="Text of Learn more links."> |
| 200 Learn more | 200 Learn more |
| 201 </message> | 201 </message> |
| 202 | 202 |
| 203 <!-- Status tray items --> | 203 <!-- Status tray items --> |
| 204 <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."> |
| 205 Status tray | 205 Status tray |
| 206 </message> | 206 </message> |
| 207 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBLE_DESCRIPTION" desc="The acces sible description of the status tray and the information on it."> | |
| 208 Status tray, current time <ph name="time">$1<ex>9:50</ex></ph>, <ph name ="battery">$2<ex>Battery is full.</ex></ph> | |
|
Peter Lundblad
2014/07/10 17:33:34
'current' seems unnecessary and takes up precious
evy
2014/07/10 18:57:40
Done.
| |
| 209 </message> | |
| 207 <message name="IDS_ASH_STATUS_TRAY_BRAILLE_DISPLAY_CONNECTED_BUBBLE" desc= "The message shown on a bubble when a braille display is connected"> | 210 <message name="IDS_ASH_STATUS_TRAY_BRAILLE_DISPLAY_CONNECTED_BUBBLE" desc= "The message shown on a bubble when a braille display is connected"> |
| 208 Braille display connected. | 211 Braille display connected. |
| 209 </message> | 212 </message> |
| 210 <message name="IDS_ASH_STATUS_TRAY_SPOKEN_FEEDBACK_ENABLED_BUBBLE" desc="T he message shown on a bubble when spoken feedback is enabled"> | 213 <message name="IDS_ASH_STATUS_TRAY_SPOKEN_FEEDBACK_ENABLED_BUBBLE" desc="T he message shown on a bubble when spoken feedback is enabled"> |
| 211 ChromeVox (spoken feedback) is enabled. | 214 ChromeVox (spoken feedback) is enabled. |
| 212 Press Ctrl+Alt+Z to disable. | 215 Press Ctrl+Alt+Z to disable. |
| 213 </message> | 216 </message> |
| 214 <message name="IDS_ASH_STATUS_TRAY_SIGN_OUT" desc="The label used for the button in the status tray to sign out of the system."> | 217 <message name="IDS_ASH_STATUS_TRAY_SIGN_OUT" desc="The label used for the button in the status tray to sign out of the system."> |
| 215 Sign out | 218 Sign out |
| 216 </message> | 219 </message> |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 409 | 412 |
| 410 <!-- ChromeOS-specific strings --> | 413 <!-- ChromeOS-specific strings --> |
| 411 <if expr="chromeos"> | 414 <if expr="chromeos"> |
| 412 <part file="ash_chromeos_strings.grdp" /> | 415 <part file="ash_chromeos_strings.grdp" /> |
| 413 </if> | 416 </if> |
| 414 | 417 |
| 415 </messages> | 418 </messages> |
| 416 </release> | 419 </release> |
| 417 </grit> | 420 </grit> |
| 418 | 421 |
| OLD | NEW |