OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
3 <!-- | 3 <!-- |
4 This file contains definitions of resources that will be translated for each | 4 This file contains definitions of resources that will be translated for each |
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available | 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available |
6 for making strings OS specific. Other platform defines such as use_titlecase | 6 for making strings OS specific. Other platform defines such as use_titlecase |
7 are declared in build/common.gypi. | 7 are declared in build/common.gypi. |
8 --> | 8 --> |
9 | 9 |
10 <grit base_dir="." latest_public_release="0" current_release="1" | 10 <grit base_dir="." latest_public_release="0" current_release="1" |
(...skipping 1179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1190 </if> | 1190 </if> |
1191 <if expr="pp_ifdef('chromeos')"> | 1191 <if expr="pp_ifdef('chromeos')"> |
1192 <message name="IDS_SIGN_OUT" desc="The text label of the Sign Out menu i
tem"> | 1192 <message name="IDS_SIGN_OUT" desc="The text label of the Sign Out menu i
tem"> |
1193 Sign out | 1193 Sign out |
1194 </message> | 1194 </message> |
1195 <message name="IDS_EXIT_GUEST_MODE" desc="The text label of the Exit gue
st session menu item"> | 1195 <message name="IDS_EXIT_GUEST_MODE" desc="The text label of the Exit gue
st session menu item"> |
1196 Exit guest session | 1196 Exit guest session |
1197 </message> | 1197 </message> |
1198 </if> | 1198 </if> |
1199 | 1199 |
1200 <!-- Protector error messages --> | 1200 <!-- Settings change error messages --> |
1201 <message name="IDS_SEARCH_ENGINE_CHANGE_TITLE" desc="The title of the bubb
le and the wrench menu item with a search engine change notification."> | 1201 <message name="IDS_SEARCH_ENGINE_CHANGE_WRENCH_MENU_ITEM" desc="The wrench
menu item indicating a search engine change."> |
1202 Attempted search engine change | 1202 Verify search engine change |
1203 </message> | 1203 </message> |
1204 <message name="IDS_SEARCH_ENGINE_CHANGE_MESSAGE" desc="The text of the sea
rch engine change notification."> | 1204 <message name="IDS_SEARCH_ENGINE_CHANGE_BUBBLE_TITLE" desc="The title of t
he bubble view with a search engine change notification."> |
1205 Arrr! Something tried to commandeer <ph name="PRODUCT_NAME">$1<ex>Google
Chrome</ex></ph>'s default search engine! | 1205 Verify Search Engine Change |
1206 </message> | 1206 </message> |
1207 <message name="IDS_SEARCH_ENGINE_CHANGE_NO_BACKUP_MESSAGE" desc="The text
of the search engine change notification when the previous setting is lost."> | 1207 <message name="IDS_SEARCH_ENGINE_CHANGE_BUBBLE_TEXT" desc="The text of the
bubble view with a search engine change notification."> |
1208 Arrr! Something tried to commandeer <ph name="PRODUCT_NAME">$1<ex>Google
Chrome</ex></ph>'s default search engine! We weren't sure what to do, so we set
it to <ph name="PREPOPULATED_ENGINE">$2<ex>DefaultSearchEngine</ex></ph>. | 1208 A program on your computer tried to change your search engine from <ph n
ame="PREV_ENGINE">$1<ex>OldSearchEngine</ex></ph> to <ph name="NEW_ENGINE">$2<ex
>NewSearchEngine</ex></ph>. Would you like to keep using <ph name="PREV_ENGINE">
$1<ex>OldSearchEngine</ex></ph>? |
1209 </message> | 1209 </message> |
1210 <message name="IDS_KEEP_SEARCH_ENGINE" desc="The title of the button that
confirms staying with the previous search engine setting."> | 1210 <message name="IDS_SEARCH_ENGINE_CHANGE_UNKNOWN_BUBBLE_TEXT" desc="The tex
t of the bubble view with a search engine change notification when the previous
search engine is unknown."> |
1211 Keep using <ph name="PREV_ENGINE">$1<ex>PreviousSearchEngine</ex></ph> | 1211 A program on your computer tried to change your search engine to <ph nam
e="NEW_ENGINE">$1<ex>NewSearchEngine</ex></ph> and your previous setting was del
eted. Please check your settings to make sure everything is configured the way y
ou like. |
1212 </message> | 1212 </message> |
1213 <message name="IDS_CHANGE_SEARCH_ENGINE" desc="The title of the button tha
t accepts new default search engine setting."> | 1213 <message name="IDS_SEARCH_ENGINE_CHANGE_RESTORE" desc="The title of the bu
tton that restores previous default search engine setting."> |
| 1214 Keep using <ph name="PREV_ENGINE">$1<ex>OldSearchEngine</ex></ph> |
| 1215 </message> |
| 1216 <message name="IDS_SEARCH_ENGINE_CHANGE_APPLY" desc="The title of the butt
on that accepts new default search engine setting."> |
1214 Change to <ph name="NEW_ENGINE">$1<ex>NewSearchEngine</ex></ph> | 1217 Change to <ph name="NEW_ENGINE">$1<ex>NewSearchEngine</ex></ph> |
1215 </message> | 1218 </message> |
1216 <message name="IDS_CHANGE_SEARCH_ENGINE_NO_NAME" desc="The title of the bu
tton that accepts new default search engine setting when the search engine name
is too long."> | 1219 |
1217 Change search engine | 1220 <message name="IDS_HOMEPAGE_CHANGE_WRENCH_MENU_ITEM" desc="The wrench menu
item indicating a home page change."> |
| 1221 Verify home page change |
1218 </message> | 1222 </message> |
1219 <message name="IDS_SELECT_SEARCH_ENGINE" desc="The title of the button tha
t opens a settings page, allowing user to select the default search engine to us
e."> | 1223 <message name="IDS_HOMEPAGE_CHANGE_BUBBLE_TITLE" desc="The title of the bu
bble view with a home page change notification."> |
1220 Select search engine... | 1224 Verify Home Page Change |
| 1225 </message> |
| 1226 <message name="IDS_HOMEPAGE_CHANGE_BUBBLE_TEXT" desc="The text of the bubb
le view with a home page change notification."> |
| 1227 A program on your computer tried to change your home page from <ph name=
"PREV_HOMEPAGE">$1<ex>http://example.net/</ex></ph> to <ph name="NEW_HOMEPAGE">$
2<ex>http://example.com/</ex></ph>. Would you like to keep using <ph name="PREV_
HOMEPAGE">$1<ex>http://example.net/</ex></ph>? |
| 1228 </message> |
| 1229 <message name="IDS_HOMEPAGE_CHANGE_UNKNOWN_BUBBLE_TEXT" desc="The text of
the bubble view with a home page change notification when the previous home page
is unknown."> |
| 1230 A program on your computer tried to change your home page to <ph name="N
EW_HOMEPAGE">$1<ex>http://example.com/</ex></ph> and your previous setting was d
eleted. Please check your settings to make sure everything is configured the way
you like. |
| 1231 </message> |
| 1232 <message name="IDS_HOMEPAGE_CHANGE_RESTORE" desc="The title of the button
that restores previous home page setting."> |
| 1233 Keep using <ph name="PREV_HOMEPAGE">$1<ex>http://example.net/</ex></ph> |
| 1234 </message> |
| 1235 <message name="IDS_HOMEPAGE_CHANGE_APPLY" desc="The title of the button th
at accepts new home page setting."> |
| 1236 Change to <ph name="NEW_HOMEPAGE">$1<ex>http://example.com/</ex></ph> |
1221 </message> | 1237 </message> |
1222 | 1238 |
1223 <message name="IDS_HOMEPAGE_CHANGE_TITLE" desc="The title of the bubble an
d the wrench menu item with a home page change notification."> | 1239 <message name="IDS_SETTINGS_CHANGE_OPEN_SETTINGS" desc="The title of the b
utton that takes user to the settings page to restore settings."> |
1224 Attempted home page change | 1240 Go to settings |
1225 </message> | 1241 </message> |
1226 <message name="IDS_HOMEPAGE_CHANGE_BUBBLE_MESSAGE" desc="The text of the h
ome page change notification."> | 1242 <message name="IDS_SETTINGS_CHANGE_RESTORE" desc="The title of the button
that restores previous settings."> |
1227 Arrr! Something tried to commandeer <ph name="PRODUCT_NAME">$1<ex>Google
Chrome</ex></ph> home page! | 1243 Keep previous settings |
1228 </message> | 1244 </message> |
1229 <message name="IDS_HOMEPAGE_CHANGE_BUBBLE_NO_BACKUP_MESSAGE" desc="The tex
t of the home page change notification when the previous setting is lost."> | 1245 <message name="IDS_SETTINGS_CHANGE_APPLY" desc="The title of the button th
at accepts new settings."> |
1230 Arrr! Something tried to commandeer <ph name="PRODUCT_NAME">$1<ex>Google
Chrome</ex></ph> home page! We weren't sure what to do, so we set it to the New
Tab page. | 1246 Accept changes |
1231 </message> | |
1232 <message name="IDS_KEEP_HOMEPAGE" desc="The title of the button that confi
rms staying with the previous home page setting."> | |
1233 Keep using <ph name="PREV_HOMEPAGE">$1<ex>My Awesome Blog</ex></ph> | |
1234 </message> | |
1235 <message name="IDS_CHANGE_HOMEPAGE" desc="The title of the button that acc
epts new home page setting."> | |
1236 Change to <ph name="NEW_HOMEPAGE">$1<ex>My Awesome Blog</ex></ph> | |
1237 </message> | |
1238 <message name="IDS_CHANGE_HOMEPAGE_NO_NAME" desc="The title of the button
that accepts new home page setting when the home page title is too long."> | |
1239 Change home page | |
1240 </message> | |
1241 <message name="IDS_SELECT_HOMEPAGE" desc="The title of the button that ope
ns a settings page, allowing user to select the home page to use."> | |
1242 Select home page... | |
1243 </message> | |
1244 | |
1245 <message name="IDS_KEEP_SETTING" desc="The title of the button that confir
ms staying with the previous setting."> | |
1246 Keep existing setting | |
1247 </message> | 1247 </message> |
1248 | 1248 |
1249 <!-- Keywords --> | 1249 <!-- Keywords --> |
1250 <message name="IDS_AUTOCOMPLETE_MATCH_DESCRIPTION_SEPARATOR" desc="The sep
arator between a result in the autocomplete popup and its description."> | 1250 <message name="IDS_AUTOCOMPLETE_MATCH_DESCRIPTION_SEPARATOR" desc="The sep
arator between a result in the autocomplete popup and its description."> |
1251 ''' - ''' | 1251 ''' - ''' |
1252 </message> | 1252 </message> |
1253 <message name="IDS_AUTOCOMPLETE_SEARCH_DESCRIPTION" desc="Description for
the default search match."> | 1253 <message name="IDS_AUTOCOMPLETE_SEARCH_DESCRIPTION" desc="Description for
the default search match."> |
1254 <ph name="ENGINE">$1<ex>Google</ex></ph> Search | 1254 <ph name="ENGINE">$1<ex>Google</ex></ph> Search |
1255 </message> | 1255 </message> |
1256 <message name="IDS_KEYWORD_SEARCH" desc="The description for a chrome keyw
ord search match in the Omnibox dropdown"> | 1256 <message name="IDS_KEYWORD_SEARCH" desc="The description for a chrome keyw
ord search match in the Omnibox dropdown"> |
(...skipping 13373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
14630 </messages> | 14630 </messages> |
14631 <structures fallback_to_english="true"> | 14631 <structures fallback_to_english="true"> |
14632 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> | 14632 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> |
14633 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 14633 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
14634 </structure> | 14634 </structure> |
14635 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 14635 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
14636 </structure> | 14636 </structure> |
14637 </structures> | 14637 </structures> |
14638 </release> | 14638 </release> |
14639 </grit> | 14639 </grit> |
OLD | NEW |