res/values/strings_activity_authenticator.xml

Tue, 10 Feb 2015 18:12:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 10 Feb 2015 18:12:00 +0100
changeset 0
fb9019fb1bf7
child 8
ec8af0e3fbc2
permissions
-rw-r--r--

Import initial revisions of existing project AndroidCaldavSyncAdapater,
forked from upstream repository at 27e8a0f8495c92e0780d450bdf0c7cec77a03a55.

     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="success_calendar">Connection success (calendar)</string>
    26     <string name="success_collection">Connection success (multiple calendars)</string>
    29 </resources>

mercurial