Welcome to mirror list, hosted at ThFree Co, Russian Federation.

strings.xml « values « res « main « src « app - github.com/nextcloud/passman-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6b74d80d9f51d3e05ffe2319b3d4fe003748662f (plain)
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
69
70
71
72
73
74
75
76
77
78
<resources>
    <string name="app_name_release" translatable="false">Passman</string>
    <string name="app_name_alpha" translatable="false">Passman - Alpha</string>
    <string name="action_settings">Settings</string>
    <string name="action_refresh">Refresh</string>
    <string name="title_activity_login" translatable="false">Passman - Login</string>
    <string name="nchost">Server address</string>
    <string name="username">Username</string>
    <string name="password">Password</string>
    <string name="connect">Connect</string>
    <string name="wrongNCUrl">Incorrect Nextcloud backend URL or unable to connect</string>
    <string name="wrongNCSettings">Settings incorrect</string>
    <string name="net_error">Network error</string>
    <string name="unlock">Unlock</string>
    <string name="wrong_vault_pw">Wrong vault password</string>
    <string name="label">Label</string>
    <string name="email">E-mail</string>
    <string name="URL">URL</string>
    <string name="description">Description</string>
    <string name="copied_to_clipboard">Text copied to clipboard</string>
    <string name="vault_password">Vault password</string>
    <string name="vault_password_save">Save the vault password</string>
    <string name="otp" translatable="false">OTP</string>
    <string name="not_implemented_yet">Not implemented yet</string>
    <string name="created">Created:</string>
    <string name="last_accessed">Last accessed:</string>
    <string name="search">Search</string>
    <string name="save">Save</string>
    <string name="successfully_saved">Successfully saved</string>
    <string name="error_occurred">An error occurred</string>
    <string name="update">Update</string>
    <string name="successfully_updated">Successfully updated</string>
    <string name="delete">Delete</string>
    <string name="successfully_deleted">Successfully deleted</string>
    <string name="nextcloud_connection_settings">Nextcloud connection settings</string>
    <string name="app_settings">App settings</string>
    <string name="wait_while_loading">Wait while loading …</string>
    <string name="loading">Loading</string>
    <string name="error_downloading_file">Error downloading the file</string>
    <string name="error_writing_file">Error writing the file</string>
    <string name="files">Files</string>
    <string name="custom_fields">Custom fields</string>
    <string name="add_file">Add file</string>
    <string name="add_custom_field">Add custom field</string>
    <string name="unlock_passman">Unlock Passman</string>
    <string name="unlock_passman_message_device_auth">Please authenticate to access Passman</string>
    <string name="app_start_password">App start password</string>
    <string name="app_start_password_android_auth_description">Enable Android user authentication on app start</string>
    <string name="wait_while_encrypting">Wait while encrypting …</string>
    <string name="wait_while_decrypting">Wait while decrypting …</string>
    <string name="wait_while_uploading">Wait while uploading …</string>
    <string name="wait_while_downloading">Wait while downloading …</string>
    <string name="autofill_noactivevault">No active vault</string>
    <string name="autofill_vaultlocked">Vault needs to be unlocked</string>
    <string name="autofill_vaultempty">No credentials in vault</string>
    <string name="autofill_createdbyautofillservice">Created by autofill service</string>
    <string name="default_autofill_vault">Default autofill vault</string>
    <string name="automatically">automatically</string>
    <string name="request_connect_timeout">Request connect timeout (in seconds)</string>
    <string name="request_response_timeout">Request response timeout (in seconds)</string>
    <string name="expert_settings">Expert settings</string>
    <string name="confirm_credential_deletion">Are you sure you want to delete this credential?</string>
    <string name="yes">Yes</string>
    <string name="cancel">Cancel</string>
    <string name="enable_credential_list_icons">Enable credential list icons</string>
    <string name="credential_icon">Credential icon</string>
    <string name="clear_clipboard_delay">Clear clipboard (after seconds)</string>
    <string name="generate_password">Generate password</string>
    <string name="generate_password_to_clipboard">Generate a random password and copy to clipboard</string>
    <string name="enable_password_generator_shortcut_description">Enable password generator app shortcut</string>
    <string name="password_generator_require_every_char_type">Require every char type</string>
    <string name="password_generator_avoid_ambiguous_chars">Avoid ambiguous characters</string>
    <string name="password_generator_use_special_chars">Use special characters</string>
    <string name="password_generator_use_digits">Use digits</string>
    <string name="password_generator_use_lowercase">Use lowercase characters</string>
    <string name="password_generator_use_uppercase">Use uppercase characters</string>
    <string name="password_length">Password length</string>
</resources>