res/values/strings_activity_authenticator.xml

Tue, 10 Feb 2015 22:48:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 10 Feb 2015 22:48:00 +0100
changeset 9
bcc778a42b8c
parent 0
fb9019fb1bf7
permissions
-rw-r--r--

Merge https://github.com/gggard/AndroidCaldavSyncAdapater/pull/211/

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

mercurial