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

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

Issue 1222203008: [Sync] Add priority preferences datatype for mobile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test Created 5 years, 5 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 927 matching lines...) Expand 10 before | Expand all | Expand 10 after
938 </message> 938 </message>
939 <message name="IDS_SYNC_HISTORY" desc="Title for preference which enables sync'ing of history data. [CHAR-LIMT=32]"> 939 <message name="IDS_SYNC_HISTORY" desc="Title for preference which enables sync'ing of history data. [CHAR-LIMT=32]">
940 History 940 History
941 </message> 941 </message>
942 <message name="IDS_SYNC_PASSWORDS" desc="Title for preference which enable s sync'ing of passwords. [CHAR-LIMT=32]"> 942 <message name="IDS_SYNC_PASSWORDS" desc="Title for preference which enable s sync'ing of passwords. [CHAR-LIMT=32]">
943 Passwords 943 Passwords
944 </message> 944 </message>
945 <message name="IDS_SYNC_RECENT_TABS" desc="Title for preference which enab les sync'ing of open tabs. [CHAR-LIMT=32]"> 945 <message name="IDS_SYNC_RECENT_TABS" desc="Title for preference which enab les sync'ing of open tabs. [CHAR-LIMT=32]">
946 Open tabs 946 Open tabs
947 </message> 947 </message>
948 <message name="IDS_SYNC_SETTINGS" desc="Title for preference which enables sync'ing of settings. [CHAR-LIMT=32]">
949 Settings
950 </message>
948 <message name="IDS_SYNC_ENCRYPTION" desc="Preference category name for syn c encryption. [CHAR-LIMT=32]"> 951 <message name="IDS_SYNC_ENCRYPTION" desc="Preference category name for syn c encryption. [CHAR-LIMT=32]">
949 Encryption 952 Encryption
950 </message> 953 </message>
951 <message name="IDS_SYNC_MANAGE_DATA" desc="Title for link to Google Dashbo ard to manage sync data."> 954 <message name="IDS_SYNC_MANAGE_DATA" desc="Title for link to Google Dashbo ard to manage sync data.">
952 Manage synced data 955 Manage synced data
953 </message> 956 </message>
954 <message name="IDS_SYNC_PASSPHRASE_TYPE_TITLE" desc="Title of sync passphr ase type dialog. [CHAR-LIMIT=24]"> 957 <message name="IDS_SYNC_PASSPHRASE_TYPE_TITLE" desc="Title of sync passphr ase type dialog. [CHAR-LIMIT=24]">
955 Encryption 958 Encryption
956 </message> 959 </message>
957 <message name="IDS_SYNC_PASSPHRASE_TYPE_KEYSTORE" desc="Option to encrypt only passwords, using your Google credentials."> 960 <message name="IDS_SYNC_PASSPHRASE_TYPE_KEYSTORE" desc="Option to encrypt only passwords, using your Google credentials.">
(...skipping 1224 matching lines...) Expand 10 before | Expand all | Expand 10 after
2182 </message> 2185 </message>
2183 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> 2186 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false">
2184 send_crash_report 2187 send_crash_report
2185 </message> 2188 </message>
2186 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> 2189 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false">
2187 mobile_awsnap 2190 mobile_awsnap
2188 </message> 2191 </message>
2189 </messages> 2192 </messages>
2190 </release> 2193 </release>
2191 </grit> 2194 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698