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

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

Issue 2301633002: Refactor Vr activity into ChromeTabbedActivity. (Closed)
Patch Set: UiElements are now structs Created 4 years, 3 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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 </message> 219 </message>
220 <message name="IDS_MANAGED_BY_YOUR_PARENT" desc="Popup message when the us er clicks a UI element that has been disabled by his/her parent."> 220 <message name="IDS_MANAGED_BY_YOUR_PARENT" desc="Popup message when the us er clicks a UI element that has been disabled by his/her parent.">
221 Managed by your parent 221 Managed by your parent
222 </message> 222 </message>
223 <message name="IDS_PREFS_SECTION_BASICS" desc='Title of "Basics" section o f preferences. [CHAR-LIMIT=32]'> 223 <message name="IDS_PREFS_SECTION_BASICS" desc='Title of "Basics" section o f preferences. [CHAR-LIMIT=32]'>
224 Basics 224 Basics
225 </message> 225 </message>
226 <message name="IDS_PREFS_SECTION_ADVANCED" desc='Title of "Advanced" secti on of preferences. [CHAR-LIMIT=32]'> 226 <message name="IDS_PREFS_SECTION_ADVANCED" desc='Title of "Advanced" secti on of preferences. [CHAR-LIMIT=32]'>
227 Advanced 227 Advanced
228 </message> 228 </message>
229 <message name="IDS_ENTER_VR" desc="Menu item for entering VR. [CHAR-LIMIT= 27]">
230 &#128083;&#128083;&#128083; Enter VR &#128083;&#128083;&#128083;
Ted C 2016/09/13 16:34:55 Just synced and this is crashing when I attempt to
mthiesse 2016/09/13 16:39:44 https://codereview.chromium.org/2337103004/
231 </message>
229 232
230 <!-- Sign-in preference --> 233 <!-- Sign-in preference -->
231 <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]"> 234 <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]">
232 Sign in to Chrome 235 Sign in to Chrome
233 </message> 236 </message>
234 <message name="IDS_SIGN_IN_TO_CHROME_SUMMARY" desc="Summary for the button to sign in to Chrome, explaining benefits of signing in."> 237 <message name="IDS_SIGN_IN_TO_CHROME_SUMMARY" desc="Summary for the button to sign in to Chrome, explaining benefits of signing in.">
235 Sign in to get your bookmarks, history, passwords, and other settings on all your devices 238 Sign in to get your bookmarks, history, passwords, and other settings on all your devices
236 </message> 239 </message>
237 <message name="IDS_SIGN_IN_GOOGLE_ACTIVITY_CONTROLS" desc="Title of Google activity controls preference in signed in accouts settings screen"> 240 <message name="IDS_SIGN_IN_GOOGLE_ACTIVITY_CONTROLS" desc="Title of Google activity controls preference in signed in accouts settings screen">
238 Google Activity Controls 241 Google Activity Controls
(...skipping 2367 matching lines...) Expand 10 before | Expand all | Expand 10 after
2606 2609
2607 <message name="IDS_INSTANT_APPS_INFO_BAR_LABEL" desc="The title of the inf obar that asks the user if they want to use an Instant App. It's the name of the app followed by the word 'Instant', e.g. ExampleApp - Instant."> 2610 <message name="IDS_INSTANT_APPS_INFO_BAR_LABEL" desc="The title of the inf obar that asks the user if they want to use an Instant App. It's the name of the app followed by the word 'Instant', e.g. ExampleApp - Instant.">
2608 <ph name="APP_NAME">%1$s<ex>ExampleApp</ex></ph> - <ph name="STYLE_BEGIN ">&lt;style&gt;</ph>Instant<ph name="STYLE_END">&lt;/style&gt;</ph> 2611 <ph name="APP_NAME">%1$s<ex>ExampleApp</ex></ph> - <ph name="STYLE_BEGIN ">&lt;style&gt;</ph>Instant<ph name="STYLE_END">&lt;/style&gt;</ph>
2609 </message> 2612 </message>
2610 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App. [CHAR LIMIT=20]"> 2613 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App. [CHAR LIMIT=20]">
2611 Open in app 2614 Open in app
2612 </message> 2615 </message>
2613 </messages> 2616 </messages>
2614 </release> 2617 </release>
2615 </grit> 2618 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/vr_shell/VrShellInterface.java ('k') | chrome/android/java_sources.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698