Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(382)

Side by Side Diff: chrome/app/chromeos_strings.grdp

Issue 398543002: Add language and keyboard layout pickers to public session pods (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- ChromeOS-specific strings (included from generated_resources.grd). 2 <!-- ChromeOS-specific strings (included from generated_resources.grd).
3 Everything in this file is wrapped in <if expr="chromeos">. --> 3 Everything in this file is wrapped in <if expr="chromeos">. -->
4 <grit-part> 4 <grit-part>
5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required."> 5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required.">
6 </message> 6 </message>
7 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook."> 7 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook.">
8 Chromebook 8 Chromebook
9 </message> 9 </message>
10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox"> 10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox">
(...skipping 4828 matching lines...) Expand 10 before | Expand all | Expand 10 after
4839 </message> 4839 </message>
4840 <message name="IDS_DEVICE_OWNED_BY_NOTICE" desc="Text for notifications showin g that this is managed device."> 4840 <message name="IDS_DEVICE_OWNED_BY_NOTICE" desc="Text for notifications showin g that this is managed device.">
4841 This device is managed by <ph name="DOMAIN">$1<ex>acmecorp.com</ex></ph>. 4841 This device is managed by <ph name="DOMAIN">$1<ex>acmecorp.com</ex></ph>.
4842 </message> 4842 </message>
4843 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_INFO_FORMAT" desc="Template for text s hown in the public account user pod, informing the user that this is a public, m anaged account."> 4843 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_INFO_FORMAT" desc="Template for text s hown in the public account user pod, informing the user that this is a public, m anaged account.">
4844 Managed by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph> 4844 Managed by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph>
4845 </message> 4845 </message>
4846 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_SIGNOUT_REMINDER" desc="Text shown in the public account user pod, reminding the user to log out."> 4846 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_SIGNOUT_REMINDER" desc="Text shown in the public account user pod, reminding the user to log out.">
4847 Your information will be removed when you sign out. 4847 Your information will be removed when you sign out.
4848 </message> 4848 </message>
4849 <message name="IDS_LOGIN_PUBLIC_SESSION_LANGUAGE_AND_INPUT" desc="Link in publ ic session pod that shows a section which allows the user to change the UI langu age and keyboard layout.">
4850 Language and input
4851 </message>
4849 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_ENTER" meaning="Label text for signing in." desc="Label text for the sign-in button in the public account user pod."> 4852 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_ENTER" meaning="Label text for signing in." desc="Label text for the sign-in button in the public account user pod.">
4850 Enter 4853 Enter
4851 </message> 4854 </message>
4852 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_ENTER_ACCESSIBLE_NAME" desc="Text to b e spoken when focus is set to the sign-in button in the public account user pod. "> 4855 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_ENTER_ACCESSIBLE_NAME" desc="Text to b e spoken when focus is set to the sign-in button in the public account user pod. ">
4853 Enter public session 4856 Enter public session
4854 </message> 4857 </message>
4855 <message name="IDS_LOGIN_CONFIRM_KIOSK_DIAGNOSTIC_FORMAT" desc="Text to be sho wn on a dialog to confirm launching kiosk app in diagnostic mode."> 4858 <message name="IDS_LOGIN_CONFIRM_KIOSK_DIAGNOSTIC_FORMAT" desc="Text to be sho wn on a dialog to confirm launching kiosk app in diagnostic mode.">
4856 Are you sure you want to launch "<ph name="APP_NAME">$1<ex>Kiosk App</ex></p h>" in diagnostic mode? 4859 Are you sure you want to launch "<ph name="APP_NAME">$1<ex>Kiosk App</ex></p h>" in diagnostic mode?
4857 </message> 4860 </message>
4858 <message name="IDS_LOGIN_GUEST_SIGNIN_FIX_NETWORK"> 4861 <message name="IDS_LOGIN_GUEST_SIGNIN_FIX_NETWORK">
(...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after
5557 </message> 5560 </message>
5558 5561
5559 <!-- 'OK Google' voice search activation display strings --> 5562 <!-- 'OK Google' voice search activation display strings -->
5560 <message name="IDS_FLAGS_OK_GOOGLE_NAME" desc="Name of about:flags option for Ok Google."> 5563 <message name="IDS_FLAGS_OK_GOOGLE_NAME" desc="Name of about:flags option for Ok Google.">
5561 Enable 'Ok Google' to activate voice search. 5564 Enable 'Ok Google' to activate voice search.
5562 </message> 5565 </message>
5563 <message name="IDS_FLAGS_OK_GOOGLE_DESCRIPTION" desc="Description of about:fla gs option Ok Google."> 5566 <message name="IDS_FLAGS_OK_GOOGLE_DESCRIPTION" desc="Description of about:fla gs option Ok Google.">
5564 If enabled, there will be an option in chrome:settings to enable saying 'Ok Google' to activate voice search. 5567 If enabled, there will be an option in chrome:settings to enable saying 'Ok Google' to activate voice search.
5565 </message> 5568 </message>
5566 </grit-part> 5569 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698