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

Unified Diff: chrome/android/java/res/values/strings.xml

Issue 12313075: [sync] Upstream the Android ProfileSyncService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/res/values/strings.xml
diff --git a/chrome/android/java/res/values/strings.xml b/chrome/android/java/res/values/strings.xml
index 10cbb3acdaca9e988519a49528a2f19322cba256..4e000e10be632fb21156243c20a71a7fe0bb9d52 100644
--- a/chrome/android/java/res/values/strings.xml
+++ b/chrome/android/java/res/values/strings.xml
@@ -38,4 +38,27 @@
<!-- Certificate Viewer -->
<!-- Dialog box title for viewing security certificates. [CHAR-LIMIT=32] -->
<string name="certtitle">Certificate Viewer</string>
+
+ <!-- Sync error strings -->
+ <!-- Sync error string for generic error. [CHAR-LIMIT=80] -->
Yaron 2013/02/23 01:38:49 Please re-use native strings wherever possible.
nyquist 2013/02/27 05:19:16 I have commented below on the different native str
+ <string name="sync_error_generic">Sync error</string>
nyquist 2013/02/27 05:19:16 IDS_SYNC_ERROR_BUBBLE_VIEW_TITLE = Sync Error
+ <!-- Sync error string for when the needs to update the sign in details [CHAR-LIMIT=80] -->
+ <string name="sync_error_ga">Please update your sign in details.</string>
nyquist 2013/02/27 05:19:16 IDS_SYNC_SIGN_IN_ERROR_BUBBLE_VIEW_MESSAGE = <ph n
+ <!-- Sync error string for when the needs to update the sync passphrase. [CHAR-LIMIT=80] -->
+ <string name="sync_error_passphrase">Please update your sync passphrase.</string>
nyquist 2013/02/27 05:19:16 Perfect match IDS_SYNC_PASSWORD_SYNC_ATTENTION = I
+ <!-- Sync error string for network connection. [CHAR-LIMIT=80] -->
+ <string name="sync_error_connection">Could not connect to the sync server.</string>
nyquist 2013/02/27 05:19:16 IDS_SYNC_SERVER_IS_UNREACHABLE = <ph name="PRODUCT
+ <!-- Sync error string for domain not supported. [CHAR-LIMIT=80] -->
+ <string name="sync_error_domain">Sync is not available for your domain.</string>
nyquist 2013/02/27 05:19:16 IDS_SYNC_UNAVAILABLE_ERROR_BUBBLE_VIEW_MESSAGE = <
+ <!-- Sync error string for when the user enters an incorrect password. [CHAR-LIMIT=80] -->
+ <string name="sync_error_password_incorrect">The password you entered is incorrect.</string>
nyquist 2013/02/27 05:19:16 IDS_INCORRECT_PASSPHRASE_WARNING = The passphrase
+ <!-- Sync error string for when user entered an application specific password instead of a Google Account password. [CHAR-LIMIT=80] -->
+ <string name="sync_error_asp_error">Enter your Google Account password first, not an application specific password.</string>
nyquist 2013/02/27 05:19:16 Text matches, but native adds a breakline. IDS_SYN
+ <!-- Sync error string for service unavailable. [CHAR-LIMIT=80] -->
+ <string name="sync_error_service_unavailable">The service is not available; try again later.</string>
nyquist 2013/02/27 05:19:16 IDS_SYNC_SETUP_ABORTED_BY_PENDING_CLEAR = The sync
+ <!-- Sync error string for service unavailable, but Chrome will try again later. [CHAR-LIMIT=80] -->
+ <string name="sync_error_service_unavailable_auto_retry">The service is not available; waiting to retry.</string>
+ <!-- Sync error string for service unavailable. [CHAR-LIMIT=80] -->
+ <string name="sync_error_service_unavailable_no_retry">The service is not available.</string>
+
</resources>

Powered by Google App Engine
This is Rietveld 408576698