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

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

Issue 2691373004: [Android History] Even more polish (Closed)
Patch Set: [Android History] Even more polish Created 3 years, 10 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 </message> 202 </message>
203 <message name="IDS_SHARE" desc="Content description for a button to share item(s). [CHAR-LIMIT=20]"> 203 <message name="IDS_SHARE" desc="Content description for a button to share item(s). [CHAR-LIMIT=20]">
204 Share 204 Share
205 </message> 205 </message>
206 <message name="IDS_SEARCH" desc="The label for a search button."> 206 <message name="IDS_SEARCH" desc="The label for a search button.">
207 Search 207 Search
208 </message> 208 </message>
209 <message name="IDS_COPY_LINK" desc="The label for a menu item to copy a li nk. [CHAR-LIMIT=30]"> 209 <message name="IDS_COPY_LINK" desc="The label for a menu item to copy a li nk. [CHAR-LIMIT=30]">
210 Copy link 210 Copy link
211 </message> 211 </message>
212 <message name="IDS_COPIED" desc="Notification telling the user that someth ing has been copied to the clipboard.">
213 Copied
214 </message>
212 215
213 <!-- Main Preferences --> 216 <!-- Main Preferences -->
214 <message name="IDS_PREFERENCES" desc="Title for Chrome's Settings."> 217 <message name="IDS_PREFERENCES" desc="Title for Chrome's Settings.">
215 Settings 218 Settings
216 </message> 219 </message>
217 <message name="IDS_MENU_HELP" desc="Menu item for opening the help page. [ CHAR-LIMIT=27]"> 220 <message name="IDS_MENU_HELP" desc="Menu item for opening the help page. [ CHAR-LIMIT=27]">
218 Help &amp; feedback 221 Help &amp; feedback
219 </message> 222 </message>
220 <message name="IDS_MANAGED_BY_YOUR_ADMINISTRATOR" desc="Popup message when the user clicks a UI element that has been disabled by enterprise policy."> 223 <message name="IDS_MANAGED_BY_YOUR_ADMINISTRATOR" desc="Popup message when the user clicks a UI element that has been disabled by enterprise policy.">
221 Managed by your administrator 224 Managed by your administrator
(...skipping 2512 matching lines...) Expand 10 before | Expand all | Expand 10 after
2734 </message> 2737 </message>
2735 <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."> 2738 <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.">
2736 Google Chrome feature shortcuts 2739 Google Chrome feature shortcuts
2737 </message> 2740 </message>
2738 <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."> 2741 <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.">
2739 Webpage shortcuts 2742 Webpage shortcuts
2740 </message> 2743 </message>
2741 </messages> 2744 </messages>
2742 </release> 2745 </release>
2743 </grit> 2746 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698