Tue, 10 Feb 2015 22:48:00 +0100
Merge https://github.com/gggard/AndroidCaldavSyncAdapater/pull/211/
1 <resources>
3 <string name="title_activity_authenticator">Sign in</string>
5 <!-- Strings related to login -->
6 <string name="prompt_user">User</string>
7 <string name="prompt_password">Password</string>
8 <string name="prompt_accountname">Account name (optional)</string>
9 <string name="action_sign_in_register"><b>Sign in</b> or register</string>
10 <string name="action_sign_in_short">Login</string>
11 <string name="action_sign_in_note_accountname">Note: The account name is also used as an email address of the organizer.</string>
12 <string name="menu_forgot_password">Recover lost password</string>
13 <string name="login_progress_signing_in">Testing connection…</string>
14 <string name="error_invalid_email">This email address is invalid</string>
15 <string name="error_invalid_password">This password is too short</string>
16 <string name="error_incorrect_password">This password is incorrect</string>
17 <string name="error_field_required">This field is required</string>
18 <string name="prompt_url">URL</string>
19 <string name="error_incorrect_url_format">The format of the URL is wrong</string>
20 <string name="error_invalid_server_answer">Invalid server answer, check URL</string>
21 <string name="error_wrong_url">Wrong URL</string>
22 <string name="error_connection_refused">Connection refused</string>
23 <string name="error_unkown_error">Unknown error</string>
24 <string name="error_account_already_in_use">Account already added</string>
25 <string name="error_ssl">SSL error</string>
26 <string name="success_calendar">Connection success (calendar)</string>
27 <string name="success_collection">Connection success (multiple calendars)</string>
28 <string name="trustall">Check SSL Certificate</string>
29 <string name="error_untrusted_certificate">Untrusted certificate</string>
31 </resources>