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

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

Issue 13509006: Add UX for languages that don't have any associated input method (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 8 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
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="pp_ifdef('chromeos')">. --> 3 Everything in this file is wrapped in <if expr="pp_ifdef('chromeos')">. -->
4 <grit-part> 4 <grit-part>
5 <!-- Idle logout dialog for retail mode --> 5 <!-- Idle logout dialog for retail mode -->
6 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only."> 6 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only.">
7 Are you still there? 7 Are you still there?
8 </message> 8 </message>
9 <message name="IDS_IDLE_LOGOUT_WARNING_RESTART" desc="Restart label for the id le logout dialog. Used in retail mode only.."> 9 <message name="IDS_IDLE_LOGOUT_WARNING_RESTART" desc="Restart label for the id le logout dialog. Used in retail mode only..">
10 This computer will reset in <ph name="LOGOUT_TIME_LEFT">$1<ex>20</ex></ph> s econds. 10 This computer will reset in <ph name="LOGOUT_TIME_LEFT">$1<ex>20</ex></ph> s econds.
(...skipping 1974 matching lines...) Expand 10 before | Expand all | Expand 10 after
1985 Maximum number of suggestions 1985 Maximum number of suggestions
1986 </message> 1986 </message>
1987 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CONFIGURE" 1987 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_CONFIGURE"
1988 desc="The label for the configure button for input methods"> 1988 desc="The label for the configure button for input methods">
1989 Configure... 1989 Configure...
1990 </message> 1990 </message>
1991 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_INPUT_METHOD" 1991 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_INPUT_METHOD"
1992 desc="The label for the section header for input methods"> 1992 desc="The label for the section header for input methods">
1993 Input Method 1993 Input Method
1994 </message> 1994 </message>
1995 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_NO_INPUT_METHODS"
1996 desc="The label for languages with no Input Methods">
1997 This language doesn't have any input methods
1998 </message>
1995 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_SIGN_OUT_BUTTON" 1999 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_SIGN_OUT_BUTTON"
1996 desc="The label for the sign out button for changing UI language"> 2000 desc="The label for the sign out button for changing UI language">
1997 Sign out 2001 Sign out
1998 </message> 2002 </message>
1999 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PLEASE_ADD_ANOTHER_INPUT_METHOD" 2003 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_PLEASE_ADD_ANOTHER_INPUT_METHOD"
2000 desc="Warning invoked when the user tries to remove the last input me thod"> 2004 desc="Warning invoked when the user tries to remove the last input me thod">
2001 Please add another input method before removing this one. 2005 Please add another input method before removing this one.
2002 </message> 2006 </message>
2003 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_INPUT_METHOD_INSTRUCTIONS" 2007 <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_INPUT_METHOD_INSTRUCTIONS"
2004 desc="Explanatory message about how to select input methods"> 2008 desc="Explanatory message about how to select input methods">
(...skipping 1589 matching lines...) Expand 10 before | Expand all | Expand 10 after
3594 <message name="IDS_KIOSK_APP_ERROR_UNABLE_TO_MOUNT" desc="Error message used w hen a kiosk app fails to launch due to cryptohome error."> 3598 <message name="IDS_KIOSK_APP_ERROR_UNABLE_TO_MOUNT" desc="Error message used w hen a kiosk app fails to launch due to cryptohome error.">
3595 Kryptonite! The cryptohome for the kiosk application could not be mounted. 3599 Kryptonite! The cryptohome for the kiosk application could not be mounted.
3596 </message> 3600 </message>
3597 <message name="IDS_KIOSK_APP_ERROR_UNABLE_TO_INSTALL" desc="Error message used when a kiosk app fails to launch due to install failure."> 3601 <message name="IDS_KIOSK_APP_ERROR_UNABLE_TO_INSTALL" desc="Error message used when a kiosk app fails to launch due to install failure.">
3598 Kiosk application could not be installed. 3602 Kiosk application could not be installed.
3599 </message> 3603 </message>
3600 <message name="IDS_KIOSK_APP_ERROR_USER_CANCEL" desc="Error message used when a kiosk app launch is canceled by user."> 3604 <message name="IDS_KIOSK_APP_ERROR_USER_CANCEL" desc="Error message used when a kiosk app launch is canceled by user.">
3601 Kiosk application launch canceled. 3605 Kiosk application launch canceled.
3602 </message> 3606 </message>
3603 </grit-part> 3607 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698