OLD | NEW |
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 1908 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1919 </message> | 1919 </message> |
1920 <message name="IDS_DOWNLOAD_SUCCEEDED_MESSAGE_DEFAULT" desc="Transient mes
sage shown when a file download has succeeded." meaning="Android"> | 1920 <message name="IDS_DOWNLOAD_SUCCEEDED_MESSAGE_DEFAULT" desc="Transient mes
sage shown when a file download has succeeded." meaning="Android"> |
1921 <ph name="FILE_NAME">%1$s<ex>http://abc.com/test.pdf</ex></ph> downloade
d | 1921 <ph name="FILE_NAME">%1$s<ex>http://abc.com/test.pdf</ex></ph> downloade
d |
1922 </message> | 1922 </message> |
1923 <message name="IDS_FILE_SIZE_DOWNLOADED_KB" desc="Notification message sho
wing how many KBs have been downloaded."> | 1923 <message name="IDS_FILE_SIZE_DOWNLOADED_KB" desc="Notification message sho
wing how many KBs have been downloaded."> |
1924 Downloaded <ph name="KBS">%1$.1f<ex>10.1</ex></ph> KB | 1924 Downloaded <ph name="KBS">%1$.1f<ex>10.1</ex></ph> KB |
1925 </message> | 1925 </message> |
1926 <message name="IDS_FILE_SIZE_DOWNLOADED_MB" desc="Notification message sho
wing how many MBs have been downloaded."> | 1926 <message name="IDS_FILE_SIZE_DOWNLOADED_MB" desc="Notification message sho
wing how many MBs have been downloaded."> |
1927 Downloaded <ph name="MBS">%1$.1f<ex>10.1</ex></ph> MB | 1927 Downloaded <ph name="MBS">%1$.1f<ex>10.1</ex></ph> MB |
1928 </message> | 1928 </message> |
| 1929 <message name="IDS_ONE_FILE_LEFT" desc="Message showing 1 file left"> |
| 1930 1 file left |
| 1931 </message> |
| 1932 <message name="IDS_FILES_LEFT" desc="Message showing how many files are le
ft."> |
| 1933 <ph name="FILES">%1$d<ex>10</ex></ph> files left |
| 1934 </message> |
1929 <message name="IDS_FILE_SIZE_DOWNLOADED_GB" desc="Notification message sho
wing how many GBs have been downloaded."> | 1935 <message name="IDS_FILE_SIZE_DOWNLOADED_GB" desc="Notification message sho
wing how many GBs have been downloaded."> |
1930 Downloaded <ph name="GBS">%1$.1f<ex>10.1</ex></ph> GB | 1936 Downloaded <ph name="GBS">%1$.1f<ex>10.1</ex></ph> GB |
1931 </message> | 1937 </message> |
1932 <message name="IDS_REMAINING_DURATION_DAYS" desc="Message to show remainin
g duration in multiple days"> | 1938 <message name="IDS_REMAINING_DURATION_DAYS" desc="Message to show remainin
g duration in multiple days"> |
1933 <ph name="DAYS">%1$d<ex>2</ex></ph> days left | 1939 <ph name="DAYS">%1$d<ex>2</ex></ph> days left |
1934 </message> | 1940 </message> |
1935 <message name="IDS_REMAINING_DURATION_ONE_DAY" desc="Message to show remai
ning duration in 1 day"> | 1941 <message name="IDS_REMAINING_DURATION_ONE_DAY" desc="Message to show remai
ning duration in 1 day"> |
1936 1 day left | 1942 1 day left |
1937 </message> | 1943 </message> |
1938 <message name="IDS_REMAINING_DURATION_HOURS" desc="Message to show remaini
ng duration in multiple hours"> | 1944 <message name="IDS_REMAINING_DURATION_HOURS" desc="Message to show remaini
ng duration in multiple hours"> |
(...skipping 1038 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2977 Remove and recreate this shortcut | 2983 Remove and recreate this shortcut |
2978 </message> | 2984 </message> |
2979 | 2985 |
2980 <!-- Chrome Home --> | 2986 <!-- Chrome Home --> |
2981 <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."> | 2987 <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."> |
2982 Pull up to see bookmarks and more | 2988 Pull up to see bookmarks and more |
2983 </message> | 2989 </message> |
2984 </messages> | 2990 </messages> |
2985 </release> | 2991 </release> |
2986 </grit> | 2992 </grit> |
OLD | NEW |