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

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

Issue 2551063003: Add a ProgressDialog during sign-in flow when GMS is updated. (Closed)
Patch Set: Reorder attributes Created 4 years 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 1870 matching lines...) Expand 10 before | Expand all | Expand 10 after
1881 </message> 1881 </message>
1882 <message name="IDS_SIGNIN_HI_NAME" desc="Title welcoming the user by their name after they have signed in."> 1882 <message name="IDS_SIGNIN_HI_NAME" desc="Title welcoming the user by their name after they have signed in.">
1883 Hi, <ph name="FULL_NAME">%1$s<ex>John Smith</ex></ph> 1883 Hi, <ph name="FULL_NAME">%1$s<ex>John Smith</ex></ph>
1884 </message> 1884 </message>
1885 <message name="IDS_SIGNIN_SIGNED_IN_DESCRIPTION_UCA_ADDENDUM" desc="Additi onal explanation for child accounts that synced settings are managed by parents. "> 1885 <message name="IDS_SIGNIN_SIGNED_IN_DESCRIPTION_UCA_ADDENDUM" desc="Additi onal explanation for child accounts that synced settings are managed by parents. ">
1886 Your parents help manage these settings. 1886 Your parents help manage these settings.
1887 </message> 1887 </message>
1888 <message name="IDS_SIGNIN_SIGNED_IN_SETTINGS_DESCRIPTION" desc="Label of t he section containing the link to go to the settings page."> 1888 <message name="IDS_SIGNIN_SIGNED_IN_SETTINGS_DESCRIPTION" desc="Label of t he section containing the link to go to the settings page.">
1889 Control how this works in <ph name="BEGIN_LINK1">&lt;LINK1&gt;</ph>Setti ngs<ph name="END_LINK1">&lt;/LINK1&gt;</ph> 1889 Control how this works in <ph name="BEGIN_LINK1">&lt;LINK1&gt;</ph>Setti ngs<ph name="END_LINK1">&lt;/LINK1&gt;</ph>
1890 </message> 1890 </message>
1891 <message name="IDS_SIGNIN_GMS_UPDATING" desc="Message notifying user that Google Play Services is still updating.">
1892 Waiting for Google Play Services to finish updating
1893 </message>
1891 1894
1892 <!-- External Navigation Strings --> 1895 <!-- External Navigation Strings -->
1893 <message name="IDS_EXTERNAL_APP_LEAVE_INCOGNITO_WARNING" desc="Alert dialo g text warning that user that incognito mode does not continue into external app s."> 1896 <message name="IDS_EXTERNAL_APP_LEAVE_INCOGNITO_WARNING" desc="Alert dialo g text warning that user that incognito mode does not continue into external app s.">
1894 Leaving incognito mode if this link is opened in an external application . Continue? 1897 Leaving incognito mode if this link is opened in an external application . Continue?
1895 </message> 1898 </message>
1896 <message name="IDS_EXTERNAL_APP_LEAVE_INCOGNITO_WARNING_TITLE" desc="Title for incognito external intent. [CHAR-LIMIT=24]"> 1899 <message name="IDS_EXTERNAL_APP_LEAVE_INCOGNITO_WARNING_TITLE" desc="Title for incognito external intent. [CHAR-LIMIT=24]">
1897 Warning 1900 Warning
1898 </message> 1901 </message>
1899 <message name="IDS_EXTERNAL_APP_RESTRICTED_ACCESS_ERROR" desc="A message s hown to the user if Chrome receives a file view request to something Chrome does not have access to view."> 1902 <message name="IDS_EXTERNAL_APP_RESTRICTED_ACCESS_ERROR" desc="A message s hown to the user if Chrome receives a file view request to something Chrome does not have access to view.">
1900 Chrome does not have access to the requested resource. 1903 Chrome does not have access to the requested resource.
(...skipping 972 matching lines...) Expand 10 before | Expand all | Expand 10 after
2873 </message> 2876 </message>
2874 <message name="IDS_KEYBOARD_SHORTCUT_CHROME_FEATURE_GROUP_HEADER" desc="A text label that appears above a list of shortcuts that are related to the Chrome app features. This group is part of several groups of keyboard shortcuts all sh own in a dialog."> 2877 <message name="IDS_KEYBOARD_SHORTCUT_CHROME_FEATURE_GROUP_HEADER" desc="A text label that appears above a list of shortcuts that are related to the Chrome app features. This group is part of several groups of keyboard shortcuts all sh own in a dialog.">
2875 Google Chrome feature shortcuts 2878 Google Chrome feature shortcuts
2876 </message> 2879 </message>
2877 <message name="IDS_KEYBOARD_SHORTCUT_WEBPAGE_GROUP_HEADER" desc="A text la bel that appears above a list of shortcuts that are related to manipulation of t he current tab window. This group is part of several groups of keyboard shortcut s all shown in a dialog."> 2880 <message name="IDS_KEYBOARD_SHORTCUT_WEBPAGE_GROUP_HEADER" desc="A text la bel that appears above a list of shortcuts that are related to manipulation of t he current tab window. This group is part of several groups of keyboard shortcut s all shown in a dialog.">
2878 Webpage shortcuts 2881 Webpage shortcuts
2879 </message> 2882 </message>
2880 </messages> 2883 </messages>
2881 </release> 2884 </release>
2882 </grit> 2885 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698