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

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

Issue 1305883002: Show "storage almost full" message when a page is saved offline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix trybots Created 5 years, 4 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
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/offline_pages/OfflinePageBridge.java ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1780 matching lines...) Expand 10 before | Expand all | Expand 10 after
1791 </message> 1791 </message>
1792 <message name="IDS_ENHANCED_BOOKMARK_SIGN_IN_PROMO_SIGN_IN" desc="Text for the sign-in button in promotion in the enhanced bookmark UI"> 1792 <message name="IDS_ENHANCED_BOOKMARK_SIGN_IN_PROMO_SIGN_IN" desc="Text for the sign-in button in promotion in the enhanced bookmark UI">
1793 Sign in 1793 Sign in
1794 </message> 1794 </message>
1795 <message name="IDS_ENHANCED_BOOKMARK_PAGE_SAVED" desc="Message shown after user adds a new bookmark. [CHAR-LIMIT=32]"> 1795 <message name="IDS_ENHANCED_BOOKMARK_PAGE_SAVED" desc="Message shown after user adds a new bookmark. [CHAR-LIMIT=32]">
1796 Bookmarked 1796 Bookmarked
1797 </message> 1797 </message>
1798 <message name="IDS_ENHANCED_BOOKMARK_PAGE_SAVED_OFFLINE_PAGES" desc="Messa ge shown after user adds a new offline page. [CHAR-LIMIT=32]"> 1798 <message name="IDS_ENHANCED_BOOKMARK_PAGE_SAVED_OFFLINE_PAGES" desc="Messa ge shown after user adds a new offline page. [CHAR-LIMIT=32]">
1799 Page saved offline 1799 Page saved offline
1800 </message> 1800 </message>
1801 <message name="IDS_ENHANCED_BOOKMARK_PAGE_SAVED_OFFLINE_PAGES_STORAGE_NEAR _FULL" desc="Message shown after user adds a new offline page and the storage is almost full. [CHAR-LIMIT=32]">
1802 Page saved offline. Storage almost full.
1803 </message>
1801 <message name="IDS_ENHANCED_BOOKMARK_DRAWER_ALL_ITEMS" desc="Menu item for showing all bookmark items in the enhanced bookmarks UI [CHAR-LIMIT=24]"> 1804 <message name="IDS_ENHANCED_BOOKMARK_DRAWER_ALL_ITEMS" desc="Menu item for showing all bookmark items in the enhanced bookmarks UI [CHAR-LIMIT=24]">
1802 All bookmarks 1805 All bookmarks
1803 </message> 1806 </message>
1804 <message name="IDS_ENHANCED_BOOKMARK_DRAWER_FOLDERS" desc="Title for the l ist of folders in the drawer view. [CHAR-LIMIT=32]"> 1807 <message name="IDS_ENHANCED_BOOKMARK_DRAWER_FOLDERS" desc="Title for the l ist of folders in the drawer view. [CHAR-LIMIT=32]">
1805 Folders 1808 Folders
1806 </message> 1809 </message>
1807 <message name="IDS_ENHANCED_BOOKMARK_DRAWER_FILTER_OFFLINE_PAGES" desc="Me nu item for showing all bookmarks with an offline pages [CHAR-LIMIT=24]"> 1810 <message name="IDS_ENHANCED_BOOKMARK_DRAWER_FILTER_OFFLINE_PAGES" desc="Me nu item for showing all bookmarks with an offline pages [CHAR-LIMIT=24]">
1808 Saved offline 1811 Saved offline
1809 </message> 1812 </message>
1810 <message name="IDS_ENHANCED_BOOKMARK_TITLE_BAR_ALL_ITEMS" desc="Title bar text for showing all bookmark items in the enhanced bookmarks UI [CHAR-LIMIT=32] "> 1813 <message name="IDS_ENHANCED_BOOKMARK_TITLE_BAR_ALL_ITEMS" desc="Title bar text for showing all bookmark items in the enhanced bookmarks UI [CHAR-LIMIT=32] ">
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
2237 </message> 2240 </message>
2238 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> 2241 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false">
2239 send_crash_report 2242 send_crash_report
2240 </message> 2243 </message>
2241 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> 2244 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false">
2242 mobile_awsnap 2245 mobile_awsnap
2243 </message> 2246 </message>
2244 </messages> 2247 </messages>
2245 </release> 2248 </release>
2246 </grit> 2249 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/offline_pages/OfflinePageBridge.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698