Skip to content

Commit

Permalink
Move IDS_LOGIN_DEFAULT_USER_DESC_* to ChromeOS only strings
Browse files Browse the repository at this point in the history
IDS_LOGIN_DEFAULT_USER_DESC_* are only used ChromeOS in
chrome/browser/chromeos/login/default_user_images.cc so they should be
excluded from all the other builds.

BUG=326023

Review URL: https://codereview.chromium.org/136373004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247327 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
aurimas@chromium.org committed Jan 27, 2014
1 parent 36c9c53 commit b722c55
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 45 deletions.
44 changes: 44 additions & 0 deletions chrome/app/chromeos_strings.grdp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,50 @@ Press any key to continue exploring.
Going.. Going... Gone.
</message>

<!-- User Image default image accessible descriptions -->
<message name="IDS_LOGIN_DEFAULT_USER_DESC_19" desc="Description of the default user icon with a picture of a bicycle">
Bicycle
</message>
<message name="IDS_LOGIN_DEFAULT_USER_DESC_20" desc="Description of the default user icon with a picture of a Bokeh (an out-of focus effect in photography)">
Bokeh
</message>
<message name="IDS_LOGIN_DEFAULT_USER_DESC_21" desc="Description of the default user icon with a picture of a game of chess">
Chess
</message>
<message name="IDS_LOGIN_DEFAULT_USER_DESC_22" desc="Description of the default user icon with a picture of a cup of coffee">
Coffee
</message>
<message name="IDS_LOGIN_DEFAULT_USER_DESC_23" desc="Description of the default user icon with a picture of a dragonfly">
Dragonfly
</message>
<message name="IDS_LOGIN_DEFAULT_USER_DESC_24" desc="Description of the default user icon with a picture of a frog">
Frog
</message>
<message name="IDS_LOGIN_DEFAULT_USER_DESC_25" desc="Description of the default user icon with a picture of a Ganzania (a kind of flower - okay to translate as just flower or some similar flower name)">
Ganzania Flower
</message>
<message name="IDS_LOGIN_DEFAULT_USER_DESC_26" desc="Description of the default user icon with a picture of a Jack Russell Terrir (a kind of dog - okay to translate as just dog)">
Jack Russell Terrier
</message>
<message name="IDS_LOGIN_DEFAULT_USER_DESC_27" desc="Description of the default user icon with a picture of a jellyfish">
Jellyfish
</message>
<message name="IDS_LOGIN_DEFAULT_USER_DESC_28" desc="Description of the default user icon with a picture of a kiwi (fruit)">
Kiwi
</message>
<message name="IDS_LOGIN_DEFAULT_USER_DESC_29" desc="Description of the default user icon with a picture of a penguin">
Penguin
</message>
<message name="IDS_LOGIN_DEFAULT_USER_DESC_30" desc="Description of the default user icon with a picture of a rainbowfish (a kind of fish)">
Rainbowfish
</message>
<message name="IDS_LOGIN_DEFAULT_USER_DESC_31" desc="Description of the default user icon with a picture of a record player (phonograph)">
Record player
</message>
<message name="IDS_LOGIN_DEFAULT_USER_DESC_32" desc="Description of the default user icon with a picture of a butterfly upside-down on a flower; the name of the photo is Upside-Down.">
Upside Down
</message>

<!-- Imageburn Strings -->
<message name="IDS_CHECKING_FOR_UPDATES" desc="Notification for checking for update">
Checking for updates
Expand Down
45 changes: 0 additions & 45 deletions chrome/app/generated_resources.grd
Original file line number Diff line number Diff line change
Expand Up @@ -3368,50 +3368,6 @@ Make sure you do not expose any sensitive information.
Choose your account picture
</message>

<!-- User Image default image accessible descriptions -->
<message name="IDS_LOGIN_DEFAULT_USER_DESC_19" desc="Description of the default user icon with a picture of a bicycle">
Bicycle
</message>
<message name="IDS_LOGIN_DEFAULT_USER_DESC_20" desc="Description of the default user icon with a picture of a Bokeh (an out-of focus effect in photography)">
Bokeh
</message>
<message name="IDS_LOGIN_DEFAULT_USER_DESC_21" desc="Description of the default user icon with a picture of a game of chess">
Chess
</message>
<message name="IDS_LOGIN_DEFAULT_USER_DESC_22" desc="Description of the default user icon with a picture of a cup of coffee">
Coffee
</message>
<message name="IDS_LOGIN_DEFAULT_USER_DESC_23" desc="Description of the default user icon with a picture of a dragonfly">
Dragonfly
</message>
<message name="IDS_LOGIN_DEFAULT_USER_DESC_24" desc="Description of the default user icon with a picture of a frog">
Frog
</message>
<message name="IDS_LOGIN_DEFAULT_USER_DESC_25" desc="Description of the default user icon with a picture of a Ganzania (a kind of flower - okay to translate as just flower or some similar flower name)">
Ganzania Flower
</message>
<message name="IDS_LOGIN_DEFAULT_USER_DESC_26" desc="Description of the default user icon with a picture of a Jack Russell Terrir (a kind of dog - okay to translate as just dog)">
Jack Russell Terrier
</message>
<message name="IDS_LOGIN_DEFAULT_USER_DESC_27" desc="Description of the default user icon with a picture of a jellyfish">
Jellyfish
</message>
<message name="IDS_LOGIN_DEFAULT_USER_DESC_28" desc="Description of the default user icon with a picture of a kiwi (fruit)">
Kiwi
</message>
<message name="IDS_LOGIN_DEFAULT_USER_DESC_29" desc="Description of the default user icon with a picture of a penguin">
Penguin
</message>
<message name="IDS_LOGIN_DEFAULT_USER_DESC_30" desc="Description of the default user icon with a picture of a rainbowfish (a kind of fish)">
Rainbowfish
</message>
<message name="IDS_LOGIN_DEFAULT_USER_DESC_31" desc="Description of the default user icon with a picture of a record player (phonograph)">
Record player
</message>
<message name="IDS_LOGIN_DEFAULT_USER_DESC_32" desc="Description of the default user icon with a picture of a butterfly upside-down on a flower; the name of the photo is Upside-Down.">
Upside Down
</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>
Expand All @@ -3426,7 +3382,6 @@ Make sure you do not expose any sensitive information.
Close find bar
</message>


<!-- Fullscreen mode -->
<message name="IDS_EXIT_FULLSCREEN_MODE" desc="Clickable message displayed on entering full screen mode. Clicking on the link exits full screen mode.">
Exit full screen
Expand Down

0 comments on commit b722c55

Please sign in to comment.