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

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

Issue 2474353002: Allow add to homescreen and app banner strings to be changed via variations. (Closed)
Patch Set: Created 4 years, 1 month 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 1540 matching lines...) Expand 10 before | Expand all | Expand 10 after
1551 1551
1552 <!-- Android NFC Beam strings --> 1552 <!-- Android NFC Beam strings -->
1553 <message name="IDS_NFC_BEAM_ERROR_OVERLAY_ACTIVE" desc="Android Beam error - a tab is not in the foreground [CHAR-LIMIT=40]"> 1553 <message name="IDS_NFC_BEAM_ERROR_OVERLAY_ACTIVE" desc="Android Beam error - a tab is not in the foreground [CHAR-LIMIT=40]">
1554 Select a tab to beam 1554 Select a tab to beam
1555 </message> 1555 </message>
1556 <message name="IDS_NFC_BEAM_ERROR_BAD_URL" desc="Android Beam error - the current tab has an invalid url [CHAR-LIMIT=40]"> 1556 <message name="IDS_NFC_BEAM_ERROR_BAD_URL" desc="Android Beam error - the current tab has an invalid url [CHAR-LIMIT=40]">
1557 Can’t beam current tab 1557 Can’t beam current tab
1558 </message> 1558 </message>
1559 1559
1560 <!-- Add to Home screen strings --> 1560 <!-- Add to Home screen strings -->
1561 <message name="IDS_MENU_ADD_TO_HOMESCREEN" desc="Menu item for adding a sh ortcut to the Home screen. [CHAR-LIMIT=27]"> 1561 <message name="IDS_MENU_ADD_TO_HOMESCREEN" desc="Menu item for adding a sh ortcut to the Home screen (default title). [CHAR-LIMIT=27]">
1562 Add to Home screen 1562 Add to Home screen
1563 </message> 1563 </message>
1564 <message name="IDS_MENU_ADD_TO_HOMESCREEN_ADD" desc="Menu item for adding a shortcut to the Home screen. [CHAR-LIMIT=27]">
1565 Add shortcut
1566 </message>
1567 <message name="IDS_MENU_ADD_TO_HOMESCREEN_INSTALL" desc="Menu item for add ing a shortcut to the Home screen. [CHAR-LIMIT=27]">
1568 Install web app
1569 </message>
1570 <message name="IDS_APP_BANNER_ADD" desc="A button in an app banner to conf irm adding a site to homescreen">
1571 Add
1572 </message>
1573 <message name="IDS_APP_BANNER_INSTALL" desc="A button in an app banner to confirm adding a site to homescreen">
1574 Install
1575 </message>
1564 <message name="IDS_ADDED_TO_HOMESCREEN" desc="Indicates that the website w ith the specified name was added to the user's Home screen."> 1576 <message name="IDS_ADDED_TO_HOMESCREEN" desc="Indicates that the website w ith the specified name was added to the user's Home screen.">
1565 <ph name="NAME">%1$s<ex>Google</ex></ph> was added to your Home screen 1577 <ph name="NAME">%1$s<ex>Google</ex></ph> was added to your Home screen
1566 </message> 1578 </message>
1567 <message name="IDS_FAIL_TO_INSTALL_WEBAPK" desc="The installation of a Web APK fails. [CHAR-LIMIT=27]"> 1579 <message name="IDS_FAIL_TO_INSTALL_WEBAPK" desc="The installation of a Web APK fails. [CHAR-LIMIT=27]">
1568 Unable to add 1580 Unable to add
1569 </message> 1581 </message>
1570 1582
1571 <!-- WebsiteSettingsPopup (PageInfo dialog) --> 1583 <!-- WebsiteSettingsPopup (PageInfo dialog) -->
1572 <message name="IDS_PAGE_INFO_SITE_SETTINGS_BUTTON" desc="Text in the butto n that opens a website's Site Settings from the Page Info dialog."> 1584 <message name="IDS_PAGE_INFO_SITE_SETTINGS_BUTTON" desc="Text in the butto n that opens a website's Site Settings from the Page Info dialog.">
1573 Site Settings 1585 Site Settings
(...skipping 1128 matching lines...) Expand 10 before | Expand all | Expand 10 after
2702 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it ems with the same name, the item chooser shows the item name with id."> 2714 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it ems with the same name, the item chooser shows the item name with id.">
2703 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2715 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2704 </message> 2716 </message>
2705 2717
2706 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App."> 2718 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App.">
2707 Open app 2719 Open app
2708 </message> 2720 </message>
2709 </messages> 2721 </messages>
2710 </release> 2722 </release>
2711 </grit> 2723 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698