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

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2314913003: Deprecate HOSTED_NOT_ALLOWED auth error (Closed)
Patch Set: Replace NUM_DEPRECATED_STATES with IsDeprecated() Created 4 years, 3 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 2
3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android.
4 4
5 FAQ: 5 FAQ:
6 - How do I add, change, or remove a string? 6 - How do I add, change, or remove a string?
7 Just update this file. 7 Just update this file.
8 - Translations will happen automatically?? 8 - Translations will happen automatically??
9 Yes, indeed. Just add your string before the branch point and 9 Yes, indeed. Just add your string before the branch point and
10 make the description good. 10 make the description good.
(...skipping 1275 matching lines...) Expand 10 before | Expand all | Expand 10 after
1286 <!-- Sync error strings --> 1286 <!-- Sync error strings -->
1287 <message name="IDS_SYNC_ERROR_GENERIC" desc="Sync error string for generic error. [CHAR-LIMIT=80]"> 1287 <message name="IDS_SYNC_ERROR_GENERIC" desc="Sync error string for generic error. [CHAR-LIMIT=80]">
1288 Sync has stopped working 1288 Sync has stopped working
1289 </message> 1289 </message>
1290 <message name="IDS_SYNC_ERROR_GA" desc="Sync error string for when the nee ds to update the sign-in details [CHAR-LIMIT=80]"> 1290 <message name="IDS_SYNC_ERROR_GA" desc="Sync error string for when the nee ds to update the sign-in details [CHAR-LIMIT=80]">
1291 Please update your sign-in details. 1291 Please update your sign-in details.
1292 </message> 1292 </message>
1293 <message name="IDS_SYNC_ERROR_CONNECTION" desc="Sync error string for netw ork connection. [CHAR-LIMIT=80]"> 1293 <message name="IDS_SYNC_ERROR_CONNECTION" desc="Sync error string for netw ork connection. [CHAR-LIMIT=80]">
1294 Could not connect to the sync server. 1294 Could not connect to the sync server.
1295 </message> 1295 </message>
1296 <message name="IDS_SYNC_ERROR_DOMAIN" desc="Sync error string for domain n ot supported. [CHAR-LIMIT=80]">
1297 Sync is not available for your domain.
1298 </message>
1299 <message name="IDS_SYNC_ERROR_UPGRADE_CLIENT" desc="Sync error string for out-of-date client. [CHAR-LIMIT=80]"> 1296 <message name="IDS_SYNC_ERROR_UPGRADE_CLIENT" desc="Sync error string for out-of-date client. [CHAR-LIMIT=80]">
1300 <ph name="PRODUCT_NAME">%1$s<ex>Chrome</ex></ph> is out of date. 1297 <ph name="PRODUCT_NAME">%1$s<ex>Chrome</ex></ph> is out of date.
1301 </message> 1298 </message>
1302 <message name="IDS_SYNC_ERROR_SERVICE_UNAVAILABLE" desc="Sync error string for service unavailable. [CHAR-LIMIT=80]"> 1299 <message name="IDS_SYNC_ERROR_SERVICE_UNAVAILABLE" desc="Sync error string for service unavailable. [CHAR-LIMIT=80]">
1303 The service is not available; try again later. 1300 The service is not available; try again later.
1304 </message> 1301 </message>
1305 <message name="IDS_POLICY_DIALOG_PROCEED" desc="Label on the button to acc ept the policy dialog during sign-in. [CHAR-LIMIT=20]"> 1302 <message name="IDS_POLICY_DIALOG_PROCEED" desc="Label on the button to acc ept the policy dialog during sign-in. [CHAR-LIMIT=20]">
1306 Accept and sign in 1303 Accept and sign in
1307 </message> 1304 </message>
1308 <message name="IDS_WIPING_PROFILE_DATA_TITLE" desc="Title for the progress dialog shown while profile data is being wiped after signing out of an enterpri se account"> 1305 <message name="IDS_WIPING_PROFILE_DATA_TITLE" desc="Title for the progress dialog shown while profile data is being wiped after signing out of an enterpri se account">
(...skipping 1300 matching lines...) Expand 10 before | Expand all | Expand 10 after
2609 2606
2610 <message name="IDS_INSTANT_APPS_INFO_BAR_LABEL" desc="The title of the inf obar that asks the user if they want to use an Instant App. It's the name of the app followed by the word 'Instant', e.g. ExampleApp - Instant."> 2607 <message name="IDS_INSTANT_APPS_INFO_BAR_LABEL" desc="The title of the inf obar that asks the user if they want to use an Instant App. It's the name of the app followed by the word 'Instant', e.g. ExampleApp - Instant.">
2611 <ph name="APP_NAME">%1$s<ex>ExampleApp</ex></ph> - <ph name="STYLE_BEGIN ">&lt;style&gt;</ph>Instant<ph name="STYLE_END">&lt;/style&gt;</ph> 2608 <ph name="APP_NAME">%1$s<ex>ExampleApp</ex></ph> - <ph name="STYLE_BEGIN ">&lt;style&gt;</ph>Instant<ph name="STYLE_END">&lt;/style&gt;</ph>
2612 </message> 2609 </message>
2613 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App. [CHAR LIMIT=20]"> 2610 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App. [CHAR LIMIT=20]">
2614 Open in app 2611 Open in app
2615 </message> 2612 </message>
2616 </messages> 2613 </messages>
2617 </release> 2614 </release>
2618 </grit> 2615 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698