1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Ubuntu Single Sign On</string>
<string name="label">Ubuntu One</string>
<string name="ubuntuone_token_label">Files</string>
<string name="ok">OK</string>
<string name="cancel">Cancel</string>
<string name="cancelled">Cancelled</string>
<string name="back">Back</string>
<string name="next">Next</string>
<string name="full_name">Full name</string>
<string name="full_name_invalid">Name can\'t be empty.</string>
<string name="email">Email (your username)</string>
<string name="email_invalid">Invalid email.</string>
<string name="password">Password</string>
<string name="password_invalid">Password must be at least 8 characters long, contain one upper case letter and one digit.</string>
<string name="add_ubuntu_account">Add Ubuntu Account</string>
<string name="adding_an_account_header">Adding an account</string>
<string name="adding_an_account_message">Adding an Ubuntu Single Sign On account takes just a few steps.\n\nTouch \"Next\" to continue or press your phone\'s Back button to exit.</string>
<string name="dont_have_account_question">Don\'t have an\nUbuntu Single Sign On account?</string>
<string name="new_account">New account</string>
<string name="already_have_account_question">Already have an\nUbuntu Single Sing On account?</string>
<string name="log_in">Log in</string>
<string name="opening_browser_to_sign_up">Opening browser to sign up...</string>
<string name="signup_header">Sign up:</string>
<string name="signup_footer_tos">"By creating this account you agree to<br />Ubuntu Single Sign On <a href="http://ubuntu.com/legal">Terms of Service</a>."</string>
<string name="getting_captcha">Getting captcha...</string>
<string name="getting_captcha_failed">Failed to get captcha!</string>
<string name="tap_to_change_captcha">Tap here to change captcha.</string>
<string name="solution">Captcha solution</string>
<string name="solution_cannot_be_empty">You must fill in the captcha solution.</string>
<string name="signing_up_header">Signing up...</string>
<string name="check_email_message">Please check your email and paste the token below. You can use your Home button to leave this screen.</string>
<string name="paste_token_hint">Paste email token here</string>
<string name="please_paste_the_token">Please paste the token sent to your email.</string>
<string name="completing_registration">Completing registration...</string>
<string name="oops_header">Oops</string>
<string name="account_created_header">Account created</string>
<string name="account_created_message">You have successfully created an account! Press OK to close this wizard.</string>
<string name="cancelled_signing_up">Cancelled creating account!</string>
<string name="failed_to_create_account">Failed to create account. Please try again.</string>
<string name="login_header">Log in:</string>
<string name="login_subheader">Please note that if you\'ve registered with Launchpad you can use your existing Launchpad credentials to log in.</string>
<string name="login_footer_tos">By logging in, you agree to<br />Ubuntu Single Sign On <a href=\"http://ubuntu.com/legal\">Terms of Service</a>.</string>
<string name="logging_in_header">Logging in...</string>
<string name="logged_in_header">Logged in</string>
<string name="logged_in_message">You have successfully logged in! Press OK to close this wizard.</string>
<string name="cancelled_logging_in">Cancelled logging in!</string>
<string name="failed_to_log_in">Failed to log in. Please try again.</string>
<!-- exceptions -->
<string name="authentication_error">Authentication failed. Probably credentials you have provided are incorrect.</string>
<string name="connectivity_error">Connection is down or service is unavailable. Please try again later.</string>
</resources>
|