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

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

Issue 2003023003: Add a settings button to Physical Web activity (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/physicalweb/ListUrlsActivity.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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 </message> 140 </message>
141 <message name="IDS_DELETE" desc="Label for a delete button. Used in multip le contexts. [CHAR-LIMIT=20]"> 141 <message name="IDS_DELETE" desc="Label for a delete button. Used in multip le contexts. [CHAR-LIMIT=20]">
142 Delete 142 Delete
143 </message> 143 </message>
144 <message name="IDS_REMOVE" desc="Label for a button to remove an item (e.g . a bookmark) from a list. [CHAR-LIMIT=20]"> 144 <message name="IDS_REMOVE" desc="Label for a button to remove an item (e.g . a bookmark) from a list. [CHAR-LIMIT=20]">
145 Remove 145 Remove
146 </message> 146 </message>
147 <message name="IDS_RESET" desc="Label for a button to reset information yo u are editing to a default."> 147 <message name="IDS_RESET" desc="Label for a button to reset information yo u are editing to a default.">
148 Reset 148 Reset
149 </message> 149 </message>
150 <message name="IDS_SETTINGS" desc="Label for a button to access relevant p references.">
151 Reset
mattreynolds 2016/05/23 19:45:59 Settings We could also use IDS_MENU_PREFERENCES i
152 </message>
150 <message name="IDS_TITLE" desc="Text indicating the title of a button or a textfield. Ued in multiple contexts. [CHAR-LIMIT=32]"> 153 <message name="IDS_TITLE" desc="Text indicating the title of a button or a textfield. Ued in multiple contexts. [CHAR-LIMIT=32]">
151 Title 154 Title
152 </message> 155 </message>
153 <message name="IDS_TEXT_ON" desc="Text indicating that an option is turned on. [CHAR-LIMIT=20]"> 156 <message name="IDS_TEXT_ON" desc="Text indicating that an option is turned on. [CHAR-LIMIT=20]">
154 On 157 On
155 </message> 158 </message>
156 <message name="IDS_TEXT_OFF" desc="Text indicating that an option is turne d off. [CHAR-LIMIT=20]"> 159 <message name="IDS_TEXT_OFF" desc="Text indicating that an option is turne d off. [CHAR-LIMIT=20]">
157 Off 160 Off
158 </message> 161 </message>
159 <message name="IDS_LEARN_MORE" desc="Generic label for menu item to learn more about a feature. [CHAR-LIMIT=32]"> 162 <message name="IDS_LEARN_MORE" desc="Generic label for menu item to learn more about a feature. [CHAR-LIMIT=32]">
(...skipping 2249 matching lines...) Expand 10 before | Expand all | Expand 10 after
2409 <!-- Migration strings --> 2412 <!-- Migration strings -->
2410 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout."> 2413 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout.">
2411 Quickly switch tabs 2414 Quickly switch tabs
2412 </message> 2415 </message>
2413 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs."> 2416 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs.">
2414 Tap this button for quick access to your tabs. 2417 Tap this button for quick access to your tabs.
2415 </message> 2418 </message>
2416 </messages> 2419 </messages>
2417 </release> 2420 </release>
2418 </grit> 2421 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/physicalweb/ListUrlsActivity.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698