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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 10376003: Improve accessibility of user image selection screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase, simplify change so it doesn't affect other uses of Grid/List Created 8 years, 4 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index e00d558342b33d11b511ebd11799a5e31d366318..71847c25708a9a3d41e70f77631457dbdcd8aa45 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -3992,6 +3992,65 @@ Public Exponent (<ph name="PUBLIC_EXPONENT_NUM_BITS">$3<ex>24</ex></ph> bits):
Choose your account picture
</message>
+ <!-- User Image default image names -->
+ <message name="IDS_LOGIN_DEFAULT_USER" desc="Description of the default user icon with a picture of a beaker">
Ivan Korotkov 2012/08/03 01:00:23 Could you add a suffix to these strings, something
Nikita (slow) 2012/08/03 03:51:49 In a context of adding new avatars these strings a
dmazzoni 2012/08/03 22:59:01 Done.
dmazzoni 2012/08/03 22:59:01 Got it, I'm working with Min Li now to use the upd
+ Beaker
+ </message>
+ <message name="IDS_LOGIN_DEFAULT_USER_1" desc="Description of the default user icon with a picture of a bee">
+ Bee
+ </message>
+ <message name="IDS_LOGIN_DEFAULT_USER_2" desc="Description of the default user icon with a picture of a briefcase">
+ Briefcase
+ </message>
+ <message name="IDS_LOGIN_DEFAULT_USER_3" desc="Description of the default user icon with a picture of circles">
+ Circles
+ </message>
+ <message name="IDS_LOGIN_DEFAULT_USER_4" desc="Description of the default user icon with a picture of a cloud">
+ Cloud
+ </message>
+ <message name="IDS_LOGIN_DEFAULT_USER_5" desc="Description of the default user icon with a picture of a cupcake">
+ Cupcake
+ </message>
+ <message name="IDS_LOGIN_DEFAULT_USER_6" desc="Description of the default user icon with a picture of a sunny day">
+ Sunny Day
+ </message>
+ <message name="IDS_LOGIN_DEFAULT_USER_7" desc="Description of the default user icon with a picture of a flower">
+ Flower
+ </message>
+ <message name="IDS_LOGIN_DEFAULT_USER_8" desc="Description of the default user icon with a picture of a globe">
+ Globe
+ </message>
+ <message name="IDS_LOGIN_DEFAULT_USER_9" desc="Description of the default user icon with a picture of a hot-air balloon">
+ Hot Air Balloon
+ </message>
+ <message name="IDS_LOGIN_DEFAULT_USER_10" desc="Description of the default user icon with a picture of a ladybug">
+ Ladybug
+ </message>
+ <message name="IDS_LOGIN_DEFAULT_USER_11" desc="Description of the default user icon with a picture of a leaf">
+ Leaf
+ </message>
+ <message name="IDS_LOGIN_DEFAULT_USER_12" desc="Description of the default user icon with a picture of a moonlit night">
+ Moonlit night
+ </message>
+ <message name="IDS_LOGIN_DEFAULT_USER_13" desc="Description of the default user icon with a picture of a plane">
+ Plane
+ </message>
+ <message name="IDS_LOGIN_DEFAULT_USER_14" desc="Description of the default user icon with a picture of a robot body">
+ Robot Body
+ </message>
+ <message name="IDS_LOGIN_DEFAULT_USER_15" desc="Description of the default user icon with a picture of a robot head">
+ Robot Head
+ </message>
+ <message name="IDS_LOGIN_DEFAULT_USER_16" desc="Description of the default user icon with a picture of a toolbox">
+ Toolbox
+ </message>
+ <message name="IDS_LOGIN_DEFAULT_USER_17" desc="Description of the default user icon with a picture of a colorful generic user icon">
+ Generic user icon in color
+ </message>
+ <message name="IDS_LOGIN_DEFAULT_USER_18" desc="Description of the default user icon with a picture of a solid-color generic user icon">
+ Generic user icon
+ </message>
+
<!-- FindInPage strings -->
<message name="IDS_FIND_IN_PAGE_COUNT" desc="How many matches found and what item we are showing">
<ph name="ACTIVE_MATCH">$1<ex>1</ex></ph> of <ph name="TOTAL_MATCHCOUNT">$2<ex>5</ex></ph>
@@ -13853,6 +13912,12 @@ Press any key to continue exploring.
<message name="IDS_OPTIONS_CHANGE_PICTURE_TAKE_PHOTO" desc="The text on the button to take photo of the current user.">
Take photo
</message>
+ <message name="IDS_OPTIONS_CHANGE_PICTURE_DISCARD_PHOTO" desc="The text on the button to discard the captured photo of the current user.">
+ Discard photo
+ </message>
+ <message name="IDS_OPTIONS_CHANGE_PICTURE_FLIP_PHOTO" desc="The text on the button to flip the camera image horizontally.">
+ Flip camera image horizontally
+ </message>
<message name="IDS_OPTIONS_CHANGE_PICTURE_PREVIEW_ALT" desc="Alt text for the big preview of user image.">
User image preview
</message>

Powered by Google App Engine
This is Rietveld 408576698