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

strings.xml « values « res « main « src « app - github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ddcbdb2b227f47456181dd27c2d62d9d598be3e5 (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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string name="app_name">Notes</string>
    <string name="app_name_long">Nextcloud Notes</string>
    <string name="label_all_notes">All notes</string>
    <string name="label_favorites">Favorites</string>
    <string name="action_create">New note</string>
    <string name="action_settings">Settings</string>
    <string name="action_trashbin">Deleted notes</string>
    <string name="action_search">Search</string>
    <string name="simple_cancel">Cancel</string>
    <string name="simple_edit">Edit</string>
    <string name="action_edit_save">Save</string>
    <string name="simple_about">About</string>
    <string name="simple_bold">Bold</string>
    <string name="simple_link">Link</string>
    <string name="simple_italic">Italic</string>
    <string name="action_note_deleted">Deleted %1$s</string>
    <string name="action_note_restored">Restored %1$s</string>
    <string name="action_undo">Undo</string>
    <string name="action_drawer_open">open navigation</string>
    <string name="action_drawer_close">close navigation</string>
    <string name="action_uncategorized">Uncategorized</string>
    <string name="menu_delete">Delete</string>
    <string name="menu_change_category">Category</string>
    <string name="menu_favorite">Favorite</string>
    <string name="menu_preview">Preview</string>
    <string name="menu_share">Share</string>

    <string name="change_category_title">Choose a category</string>

    <string name="listview_updated_today">Today</string>
    <string name="listview_updated_yesterday">Yesterday</string>
    <string name="listview_updated_this_week">This week</string>
    <string name="listview_updated_last_week">Last week</string>
    <string name="listview_updated_this_month">This month</string>
    <string name="listview_updated_last_month">Last month</string>

    <!-- Settings -->
    <string name="settings_note_mode">Display mode for notes</string>
    <string name="settings_theme_title">Dark theme</string>
    <string name="settings_font_title">Monospace font</string>
    <string name="settings_font_size">Font size</string>
    <string name="settings_wifi_only">Sync only on Wi-Fi</string>
    <string name="settings_lock">Password protection</string>
    <string name="settings_background_sync">Background synchronization</string>

    <!-- Network -->

    <!-- Error -->
    <string name="error_sync">Synchronization failed: %1$s</string>
    <string name="error_synchronization">Synchronization failed</string>
    <string name="error_json">Is the Notes app activated on the server?</string>
    <string name="error_no_network">No network connection</string>
    <string name="error_files_app">Do you have installed the files app?</string>
    <string name="error_token_mismatch">Cannot connect to the files app.</string>
    <string name="error_insufficient_storage">Your server storage is full.</string>
    <string name="error_unknown">An unknown error has occurred.</string>

    <!-- Snackbar Actions -->

    <!-- URLs -->
    <string name="url_source" translatable="false">https://github.com/stefan-niedermann/nextcloud-notes</string>
    <string name="url_issues" translatable="false">https://github.com/stefan-niedermann/nextcloud-notes/issues</string>
    <string name="url_license" translatable="false">https://github.com/stefan-niedermann/nextcloud-notes/blob/master/LICENSE</string>
    <string name="url_translations" translatable="false">https://www.transifex.com/nextcloud/nextcloud/</string>

    <!-- About -->
    <string name="about_version_title">Version</string>
    <string name="about_version">You are currently using &lt;strong>%1$s&lt;/strong></string>
    <string name="about_maintainer_title">Maintainer</string>
    <string name="about_maintainer" translatable="false">&lt;a href="https://www.niedermann.it/">Niedermann IT-Dienstleistungen&lt;/a></string>
    <string name="about_developers_title">Developers</string>
    <string name="about_developers" translatable="false">Stefan Niedermann, Kristof Hamann, HeaDBanGer84, Felix Edelmann, Daniel Bailey</string>
    <string name="about_translators_title">Translators</string>
    <string name="about_translators_transifex">Nextcloud community on &lt;a href="%1$s">Transifex&lt;/a></string>
    <string name="about_testers_title">Testers</string>
    <string name="about_testers" translatable="false">Jan C. Borchardt</string>
    <string name="about_source_title">Source code</string>
    <string name="about_source">This project is hosted on GitHub: &lt;a href="%1$s">%1$s&lt;/a></string>
    <string name="about_issues_title">Issues</string>
    <string name="about_issues">You can report bugs, enhancement proposals and feature requests at the GitHub issue tracker: &lt;a href="%1$s">%1$s&lt;/a></string>
    <string name="about_translate_title">Translate</string>
    <string name="about_translate">Join the Nextcloud team on Transifex and help us to translate this app: &lt;a href="%1$s">%1$s&lt;/a></string>
    <string name="about_app_license_title">App license</string>
    <string name="about_app_license">This application is licensed under the GNU GENERAL PUBLIC LICENSE v3+.</string>
    <string name="about_app_license_button">View license</string>
    <string name="about_app_icon_author" translatable="false">&lt;a href="http://jancborchardt.net/">Jan C. Borchardt&lt;/a> (&lt;a href="https://github.com/owncloud/notes/commits/master/img/notes.svg">GitHub&lt;/a>)</string>
    <string name="about_icons_disclaimer_title">Icons</string>
    <string name="about_icons_disclaimer">&lt;p>Original icon made by %1$s&lt;/p>&lt;p>All further icons used by this app are &lt;a href="https://materialdesignicons.com/">Material Design Icons&lt;/a> made by Google Inc. and licensed under the Apache 2.0 License.&lt;/p></string>
    <string name="about_credits_tab_title">Credits</string>
    <string name="about_contribution_tab_title">Contribution</string>
    <string name="about_license_tab_title">License</string>

    <!-- Widgets -->
    <string name="widget_note_list_title">Note list</string>
    <string name="widget_note_list_placeholder">No notes</string>
    <string name="widget_single_note_title">Single note</string>
    <string name="widget_single_note_placeholder_tv">Note not found</string>
    <string name="widget_create_note">Create Note</string>
    <string name="widget_not_logged_in">Please login to Notes before using this widget</string>
    <string name="widget_entry_fav_contentDescription">Star icon is used to denote an item as a favourite</string>
    <string name="widget_app_launcher_contentDescription">Launches app</string>

    <string name="activity_select_single_note">Select note</string>

    <!-- Shortcuts -->
    <string name="shortcut_create_long">Create a new note</string>

    <!-- Key / Values for preferences -->
    <string name="pref_key_note_mode" translatable="false">noteMode</string>
    <string name="pref_key_theme" translatable="false">darkTheme</string>
    <string name="pref_key_font" translatable="false">font</string>
    <string name="pref_key_branding" translatable="false">branding</string>
    <string name="pref_key_font_size" translatable="false">fontSize</string>
    <string name="pref_key_wifi_only" translatable="false">wifiOnly</string>
    <string name="pref_key_lock" translatable="false">lock</string>
    <string name="pref_category_security" translatable="false">security</string>
    <string name="pref_key_last_note_mode" translatable="false">lastNoteMode</string>
    <string name="pref_key_background_sync" translatable="false">backgroundSync</string>
    <string name="pref_value_mode_edit" translatable="false">edit</string>
    <string name="pref_value_mode_preview" translatable="false">preview</string>
    <string name="pref_value_mode_last" translatable="false">last</string>
    <string name="pref_value_font_size_small" translatable="false">small</string>
    <string name="pref_value_font_size_medium" translatable="false">medium</string>
    <string name="pref_value_font_size_large" translatable="false">large</string>
    <string name="pref_value_sync_off" translatable="false">off</string>
    <string name="pref_value_sync_15_minutes" translatable="false">15_minutes</string>
    <string name="pref_value_sync_1_hour" translatable="false">1_hour</string>
    <string name="pref_value_sync_6_hours" translatable="false">6_hours</string>
    <string name="pref_value_theme_light" translatable="false">LIGHT</string>
    <string name="pref_value_theme_dark" translatable="false">DARK</string>
    <string name="pref_value_theme_system_default" translatable="false">SYSTEM_DEFAULT</string>
    <!-- These values should not be translatable. They should be migrated at some point.  -->
    <string name="pref_value_font_normal">Normal</string>
    <string name="pref_value_wifi_and_mobile">Sync on Wi-Fi and mobile data</string>
    <string name="pref_value_lock">Password protection</string>

    <string name="simple_error">Error</string>
    <string name="simple_close">Close</string>
    <string name="simple_copy">Copy</string>
    <string name="simple_exception">Exception</string>
    <string name="copied_to_clipboard">Copied to clipboard</string>
    <string name="pin_to_homescreen">Pin to homescreen</string>
    <string name="note_has_been_deleted">This note has been deleted</string>
    <string name="add_account">Add account</string>
    <string name="category_music">Music</string>
    <string name="category_movies">Movies</string>
    <string name="category_movie">Movie</string>
    <string name="category_work">Work</string>
    <string name="account_already_imported">Account has already been imported</string>
    <string name="no_notes_yet">No notes yet</string>
    <string name="no_notes_yet_description">Press + button to create a new note</string>
    <string name="could_not_load_preview_two_digit_numbered_list">Could not load preview. Please check whether there is a two-digit numbered list item without content.</string>
    <string name="simple_more">More</string>
    <string name="simple_move">Move</string>
    <string name="error_files_app_version_too_old">Is your files app version up to date?</string>
    <string name="checkbox_could_not_be_toggled">Checkbox could not be toggled.</string>
    <string name="bulk_notes_deleted">Deleted %1$d notes</string>
    <string name="bulk_notes_restored">Restored %1$d notes</string>
    <string name="category_readonly">Read only</string>
    <string name="no_category">No category</string>
    <string name="add_category">Add %1$s</string>
    <string name="simple_checkbox">Checkbox</string>
    <string name="unlock_notes">Unlock notes</string>
    <string name="simple_beta">Beta</string>
    <string name="could_not_copy_to_clipboard">Could not copy to clipboard</string>
    <string name="error_dialog_title">Oh no - What now? 🙁</string>
    <string name="error_dialog_tip_token_mismatch_retry">Please try to force close the app and restart it again. There might have been an incorrect connection to the Nextcloud app.</string>
    <string name="error_dialog_tip_token_mismatch_clear_storage">If the issue persists, try to clear the storage of both apps: Nextcloud and Nextcloud Notes to solve this issue.</string>
    <string name="error_dialog_tip_clear_storage">You can clear the storage by opening android settings → Apps → Nextcloud / Nextcloud Notes → Storage → Clear storage.</string>
    <string name="error_dialog_tip_files_outdated">Your Nextcloud app seems to be outdated. Please visit the Play Store or F-Droid to get the latest version.</string>
    <string name="error_dialog_tip_files_force_stop">Something seems to be wrong with your Nextcloud app. Please try to force stop both, the Nextcloud app and the Nextcloud Notes app.</string>
    <string name="error_dialog_tip_files_delete_storage">If force stopping them does not help, you can try to clear the storage of both apps.</string>
    <string name="error_dialog_timeout_instance">There wasn\'t a response from your server in the given time. Please make sure your instance is running well.</string>
    <string name="error_dialog_timeout_toggle">Check your network connection. Sometime toggling the mobile data or Wi-Fi off and on again can help.</string>
    <string name="error_dialog_check_server">The response of your server was not correct. Please check whether you can access your notes via web interface.</string>
    <string name="error_dialog_check_server_logs">There is an issue with your Nextcloud setup. Please have a look into the server log files.</string>
    <string name="error_dialog_check_maintenance">Please check whether your Nextcloud instance is not currently in maintenance mode.</string>
    <string name="error_dialog_insufficient_storage">Your Nextcloud instance has no free storage left. Please delete some files to sync your local changes into your cloud.</string>
    <string name="error_dialog_contact_us">Please do not hesitate to contact us if the issues persist. You can find our contact information in the about section in the sidebar.</string>
    <string name="error_dialog_we_need_info">We need the following technical information to help you:</string>
    <string name="settings_branding">Branding</string>
    <string name="simple_security">Security</string>
    <string name="simple_appearance">Appearance</string>
    <string name="simple_synchronization">Synchronization</string>
    <string name="simple_behavior">Behavior</string>

    <!-- Array: note modes -->
    <string-array name="noteMode_entries">
        <item>Open in edit mode</item>
        <item>Open in preview mode</item>
        <item>Remember my last selection</item>
    </string-array>

    <!-- Array: font size -->
    <string-array name="fontSize_entries">
        <item>Small</item>
        <item>Medium</item>
        <item>Large</item>
    </string-array>

    <!-- Array: background synchronization -->
    <string-array name="sync_entries">
        <item>Off</item>
        <item>15 minutes</item>
        <item>1 hour</item>
        <item>6 hours</item>
    </string-array>

    <string-array name="darkmode_entries">
        <item>Light</item>
        <item>Dark</item>
        <item>System Default</item>
    </string-array>

    <!-- Plurals -->
    <plurals name="ab_selected">
        <item quantity="one">%d selected</item>
        <item quantity="other">%d selected</item>
    </plurals>
</resources>