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

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: Base the list of keyboard layouts offered on the resolved locale, not the selected locale. 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/screens/user_selection_screen.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4629 matching lines...) Expand 10 before | Expand all | Expand 10 after
4640 </message> 4640 </message>
4641 <message name="IDS_DEVICE_OWNED_BY_NOTICE" desc="Text for notifications showin g that this is managed device."> 4641 <message name="IDS_DEVICE_OWNED_BY_NOTICE" desc="Text for notifications showin g that this is managed device.">
4642 This device is managed by <ph name="DOMAIN">$1<ex>acmecorp.com</ex></ph>. 4642 This device is managed by <ph name="DOMAIN">$1<ex>acmecorp.com</ex></ph>.
4643 </message> 4643 </message>
4644 <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."> 4644 <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.">
4645 Managed by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph> 4645 Managed by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph>
4646 </message> 4646 </message>
4647 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_SIGNOUT_REMINDER" desc="Text shown in the public account user pod, reminding the user to log out."> 4647 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_SIGNOUT_REMINDER" desc="Text shown in the public account user pod, reminding the user to log out.">
4648 Your information will be removed when you sign out. 4648 Your information will be removed when you sign out.
4649 </message> 4649 </message>
4650 <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.">
4651 Language and input
4652 </message>
4650 <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."> 4653 <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.">
4651 Enter 4654 Enter
4652 </message> 4655 </message>
4653 <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. "> 4656 <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. ">
4654 Enter public session 4657 Enter public session
4655 </message> 4658 </message>
4656 <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."> 4659 <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.">
4657 Are you sure you want to launch "<ph name="APP_NAME">$1<ex>Kiosk App</ex></p h>" in diagnostic mode? 4660 Are you sure you want to launch "<ph name="APP_NAME">$1<ex>Kiosk App</ex></p h>" in diagnostic mode?
4658 </message> 4661 </message>
4659 <message name="IDS_LOGIN_GUEST_SIGNIN_FIX_NETWORK"> 4662 <message name="IDS_LOGIN_GUEST_SIGNIN_FIX_NETWORK">
(...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after
5364 </message> 5367 </message>
5365 5368
5366 <!-- 'OK Google' voice search activation display strings --> 5369 <!-- 'OK Google' voice search activation display strings -->
5367 <message name="IDS_FLAGS_OK_GOOGLE_NAME" desc="Name of about:flags option for Ok Google."> 5370 <message name="IDS_FLAGS_OK_GOOGLE_NAME" desc="Name of about:flags option for Ok Google.">
5368 Enable 'Ok Google' to activate voice search. 5371 Enable 'Ok Google' to activate voice search.
5369 </message> 5372 </message>
5370 <message name="IDS_FLAGS_OK_GOOGLE_DESCRIPTION" desc="Description of about:fla gs option Ok Google."> 5373 <message name="IDS_FLAGS_OK_GOOGLE_DESCRIPTION" desc="Description of about:fla gs option Ok Google.">
5371 If enabled, there will be an option in chrome:settings to enable saying 'Ok Google' to activate voice search. 5374 If enabled, there will be an option in chrome:settings to enable saying 'Ok Google' to activate voice search.
5372 </message> 5375 </message>
5373 </grit-part> 5376 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/screens/user_selection_screen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698