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

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

Issue 2861863002: offline_items_collection : Added helper class to determine progress (Closed)
Patch Set: comments Created 3 years, 7 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 1911 matching lines...) Expand 10 before | Expand all | Expand 10 after
1922 </message> 1922 </message>
1923 <message name="IDS_DOWNLOAD_SUCCEEDED_MESSAGE_DEFAULT" desc="Transient mes sage shown when a file download has succeeded." meaning="Android"> 1923 <message name="IDS_DOWNLOAD_SUCCEEDED_MESSAGE_DEFAULT" desc="Transient mes sage shown when a file download has succeeded." meaning="Android">
1924 <ph name="FILE_NAME">%1$s<ex>http://abc.com/test.pdf</ex></ph> downloade d 1924 <ph name="FILE_NAME">%1$s<ex>http://abc.com/test.pdf</ex></ph> downloade d
1925 </message> 1925 </message>
1926 <message name="IDS_FILE_SIZE_DOWNLOADED_KB" desc="Notification message sho wing how many KBs have been downloaded."> 1926 <message name="IDS_FILE_SIZE_DOWNLOADED_KB" desc="Notification message sho wing how many KBs have been downloaded.">
1927 Downloaded <ph name="KBS">%1$.1f<ex>10.1</ex></ph> KB 1927 Downloaded <ph name="KBS">%1$.1f<ex>10.1</ex></ph> KB
1928 </message> 1928 </message>
1929 <message name="IDS_FILE_SIZE_DOWNLOADED_MB" desc="Notification message sho wing how many MBs have been downloaded."> 1929 <message name="IDS_FILE_SIZE_DOWNLOADED_MB" desc="Notification message sho wing how many MBs have been downloaded.">
1930 Downloaded <ph name="MBS">%1$.1f<ex>10.1</ex></ph> MB 1930 Downloaded <ph name="MBS">%1$.1f<ex>10.1</ex></ph> MB
1931 </message> 1931 </message>
1932 <message name="IDS_ONE_FILE_LEFT" desc="Message showing 1 file left">
1933 1 file left
1934 </message>
1935 <message name="IDS_FILES_LEFT" desc="Message showing how many files are le ft.">
1936 <ph name="FILES">%1$d<ex>10</ex></ph> files left
1937 </message>
1932 <message name="IDS_FILE_SIZE_DOWNLOADED_GB" desc="Notification message sho wing how many GBs have been downloaded."> 1938 <message name="IDS_FILE_SIZE_DOWNLOADED_GB" desc="Notification message sho wing how many GBs have been downloaded.">
1933 Downloaded <ph name="GBS">%1$.1f<ex>10.1</ex></ph> GB 1939 Downloaded <ph name="GBS">%1$.1f<ex>10.1</ex></ph> GB
1934 </message> 1940 </message>
1935 <message name="IDS_REMAINING_DURATION_DAYS" desc="Message to show remainin g duration in multiple days"> 1941 <message name="IDS_REMAINING_DURATION_DAYS" desc="Message to show remainin g duration in multiple days">
1936 <ph name="DAYS">%1$d<ex>2</ex></ph> days left 1942 <ph name="DAYS">%1$d<ex>2</ex></ph> days left
1937 </message> 1943 </message>
1938 <message name="IDS_REMAINING_DURATION_ONE_DAY" desc="Message to show remai ning duration in 1 day"> 1944 <message name="IDS_REMAINING_DURATION_ONE_DAY" desc="Message to show remai ning duration in 1 day">
1939 1 day left 1945 1 day left
1940 </message> 1946 </message>
1941 <message name="IDS_REMAINING_DURATION_HOURS" desc="Message to show remaini ng duration in multiple hours"> 1947 <message name="IDS_REMAINING_DURATION_HOURS" desc="Message to show remaini ng duration in multiple hours">
(...skipping 1043 matching lines...) Expand 10 before | Expand all | Expand 10 after
2985 Remove and recreate this shortcut 2991 Remove and recreate this shortcut
2986 </message> 2992 </message>
2987 2993
2988 <!-- Chrome Home --> 2994 <!-- Chrome Home -->
2989 <message name="IDS_BOTTOM_SHEET_HELP_BUBBLE_MESSAGE" desc="Text displayed in a help bubble above the bottom navigation sheet prompting users to pull the s heet up to see their bookmarks and other content."> 2995 <message name="IDS_BOTTOM_SHEET_HELP_BUBBLE_MESSAGE" desc="Text displayed in a help bubble above the bottom navigation sheet prompting users to pull the s heet up to see their bookmarks and other content.">
2990 Pull up to see bookmarks and more 2996 Pull up to see bookmarks and more
2991 </message> 2997 </message>
2992 </messages> 2998 </messages>
2993 </release> 2999 </release>
2994 </grit> 3000 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698