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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
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_EXIT_PUBLIC" desc="The label used for t he button in the status tray to terminate a public account session. If the label is long, indicate where it may be broken into two lines by inserting \n instead of a whitespace."> | 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. If the label is long, indicate where it may be broken into two lines by inserting \n instead of a whitespace."> |
233 End public\nsession | 233 End public\nsession |
234 </message> | 234 </message> |
235 <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. "> | |
236 <ph name="DISPLAY_NAME">$1<ex>Internet kiosk</ex></ph> is a shared accou nt managed by <ph name="DOMAIN">$2<ex>yourdomain.com</ex></ph> | |
237 </message> | |
238 <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."> | |
msw
2012/11/16 22:29:32
nit: "Learn more" is a common string. Unfortunatel
bartfab (slow)
2012/11/19 17:34:06
I renamed the string to IDS_ASH_LEARN_MORE. I agre
| |
239 Learn more | |
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."> |
242 Private Network | 248 Private Network |
243 </message> | 249 </message> |
244 <message name="IDS_ASH_STATUS_TRAY_NETWORK_SETTINGS" desc="The label used in the settings entry in the network dialog."> | 250 <message name="IDS_ASH_STATUS_TRAY_NETWORK_SETTINGS" desc="The label used in the settings entry in the network dialog."> |
(...skipping 235 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 |