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

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

Issue 2699253003: Abstracting over Notification.Builder + NotificationCompat.Builder (Closed)
Patch Set: remove erroneously added methods from rebase Created 3 years, 9 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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 </message> 231 </message>
232 <message name="IDS_PREFS_SECTION_BASICS" desc='Title of "Basics" section o f preferences. [CHAR-LIMIT=32]'> 232 <message name="IDS_PREFS_SECTION_BASICS" desc='Title of "Basics" section o f preferences. [CHAR-LIMIT=32]'>
233 Basics 233 Basics
234 </message> 234 </message>
235 <message name="IDS_PREFS_SECTION_ADVANCED" desc='Title of "Advanced" secti on of preferences. [CHAR-LIMIT=32]'> 235 <message name="IDS_PREFS_SECTION_ADVANCED" desc='Title of "Advanced" secti on of preferences. [CHAR-LIMIT=32]'>
236 Advanced 236 Advanced
237 </message> 237 </message>
238 <message name="IDS_ENTER_VR" desc="Menu item for entering VR. [CHAR-LIMIT= 27]"> 238 <message name="IDS_ENTER_VR" desc="Menu item for entering VR. [CHAR-LIMIT= 27]">
239 Enter VR 239 Enter VR
240 </message> 240 </message>
241 <message name="IDS_NOTIFICATION_CATEGORY_GROUP_GENERAL" desc='Subheading f or "General" section of a list of notification categories. [CHAR-LIMIT=32]'>
242 General
243 </message>
244 <message name="IDS_NOTIFICATION_CATEGORY_BROWSER" desc="Label for browser- related notifications, within a list of notification categories. [CHAR-LIMIT=32] ">
245 Browser
246 </message>
241 247
242 <!-- Sign-in preference --> 248 <!-- Sign-in preference -->
243 <message name="IDS_SIGN_IN_TO_CHROME" desc="Title for the button to sign i n to Chrome using one's Google account. [CHAR-LIMIT=27]"> 249 <message name="IDS_SIGN_IN_TO_CHROME" desc="Title for the button to sign i n to Chrome using one's Google account. [CHAR-LIMIT=27]">
244 Sign in to Chrome 250 Sign in to Chrome
245 </message> 251 </message>
246 <message name="IDS_SIGN_IN_TO_CHROME_SUMMARY" desc="Summary for the button to sign in to Chrome, explaining benefits of signing in."> 252 <message name="IDS_SIGN_IN_TO_CHROME_SUMMARY" desc="Summary for the button to sign in to Chrome, explaining benefits of signing in.">
247 Sign in to get your bookmarks, history, passwords, and other settings on all your devices 253 Sign in to get your bookmarks, history, passwords, and other settings on all your devices
248 </message> 254 </message>
249 <message name="IDS_SIGN_IN_GOOGLE_ACTIVITY_CONTROLS" desc="Title of Google activity controls preference in signed in accounts settings screen"> 255 <message name="IDS_SIGN_IN_GOOGLE_ACTIVITY_CONTROLS" desc="Title of Google activity controls preference in signed in accounts settings screen">
250 Google Activity Controls 256 Google Activity Controls
(...skipping 2520 matching lines...) Expand 10 before | Expand all | Expand 10 after
2771 </message> 2777 </message>
2772 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_INSTALL_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for installing."> 2778 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_INSTALL_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for installing.">
2773 Install 2779 Install
2774 </message> 2780 </message>
2775 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_UPDATE_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for updating."> 2781 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_UPDATE_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for updating.">
2776 Update 2782 Update
2777 </message> 2783 </message>
2778 </messages> 2784 </messages>
2779 </release> 2785 </release>
2780 </grit> 2786 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698