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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
222 </message> | 222 </message> |
223 <message name="IDS_ASH_STATUS_TRAY_EXIT_GUEST" desc="The label used for th
e button in the status tray to terminate a guest session."> | 223 <message name="IDS_ASH_STATUS_TRAY_EXIT_GUEST" desc="The label used for th
e button in the status tray to terminate a guest session."> |
224 Exit guest | 224 Exit guest |
225 </message> | 225 </message> |
226 <message name="IDS_ASH_STATUS_TRAY_KIOSK_LABEL" desc="The label used in th
e system tray's user card to indicate that the current session is running in dem
o mode."> | 226 <message name="IDS_ASH_STATUS_TRAY_KIOSK_LABEL" desc="The label used in th
e system tray's user card to indicate that the current session is running in dem
o mode."> |
227 Demo mode | 227 Demo mode |
228 </message> | 228 </message> |
229 <message name="IDS_ASH_STATUS_TRAY_EXIT_KIOSK" desc="The label used for th
e button in the status tray to terminate a session kiosk mode."> | 229 <message name="IDS_ASH_STATUS_TRAY_EXIT_KIOSK" desc="The label used for th
e button in the status tray to terminate a session kiosk mode."> |
230 Exit session | 230 Exit session |
231 </message> | 231 </message> |
| 232 <message name="IDS_ASH_STATUS_TRAY_PUBLIC_LABEL" desc="Text of the the ash
system bubble's user card when the current session is a public account session.
"> |
| 233 <ph name="DISPLAY_NAME">DISPLAY_NAME<ex>Internet kiosk</ex></ph> is a sh
ared account managed by <ph name="DOMAIN">DOMAIN<ex>yourdomain.com</ex></ph> |
| 234 </message> |
| 235 <message name="IDS_ASH_STATUS_TRAY_PUBLIC_LEARN_MORE" desc="Text of the Le
arn more link shown in the ash system bubble's user card when the current sessio
n is a public account session."> |
| 236 Learn more |
| 237 </message> |
232 <message name="IDS_ASH_STATUS_TRAY_EXIT_PUBLIC" desc="The label used for t
he button in the status tray to terminate a public account session."> | 238 <message name="IDS_ASH_STATUS_TRAY_EXIT_PUBLIC" desc="The label used for t
he button in the status tray to terminate a public account session."> |
233 End public session | 239 End public session |
234 </message> | 240 </message> |
235 <message name="IDS_ASH_STATUS_TRAY_LOCK" desc="The label used for the butt
on in the status tray to lock the screen."> | 241 <message name="IDS_ASH_STATUS_TRAY_LOCK" desc="The label used for the butt
on in the status tray to lock the screen."> |
236 Lock | 242 Lock |
237 </message> | 243 </message> |
238 <message name="IDS_ASH_STATUS_TRAY_NETWORK" desc="The label used in the ne
twork dialog header."> | 244 <message name="IDS_ASH_STATUS_TRAY_NETWORK" desc="The label used in the ne
twork dialog header."> |
239 Network | 245 Network |
240 </message> | 246 </message> |
241 <message name="IDS_ASH_STATUS_TRAY_VPN" desc="The label used in the VPN de
tailed view header."> | 247 <message name="IDS_ASH_STATUS_TRAY_VPN" desc="The label used in the VPN de
tailed view header."> |
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
480 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag
e to show that the system failed to enter the mirroring mode."> | 486 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag
e to show that the system failed to enter the mirroring mode."> |
481 Can't duplicate image on attached monitors. No matching resolution found
. | 487 Can't duplicate image on attached monitors. No matching resolution found
. |
482 </message> | 488 </message> |
483 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern
al display which is shown in the display settings."> | 489 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern
al display which is shown in the display settings."> |
484 Internal Display | 490 Internal Display |
485 </message> | 491 </message> |
486 </messages> | 492 </messages> |
487 </release> | 493 </release> |
488 </grit> | 494 </grit> |
489 | 495 |
OLD | NEW |