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: 007d7ed4b884f686c6f23131b620e0d612b8f2e6 (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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
<?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="welcome_text">Welcome to %1$s</string>
    <string name="action_settings">Settings</string>
    <string name="action_trashbin">Deleted notes</string>
    <string name="action_search">Search</string>
    <string name="action_sorting_method">Sorting method</string>
    <string name="simple_cancel">Cancel</string>
    <string name="simple_edit">Edit</string>
    <string name="simple_remove">Remove</string>
    <string name="action_edit_save">Save</string>
    <string name="simple_about">About</string>
    <string name="simple_link">Link</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_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="search_in_category">Search in %1$s</string>
    <string name="search_in_all">Search all notes</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>

    <string name="settings_note_mode">Display mode for notes</string>
    <string name="settings_theme_title">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">App lock (Beta)</string>
    <string name="settings_lock_summary">Device credentials</string>
    <string name="settings_background_sync">Background synchronization</string>
    <string name="settings_prevent_screen_capture">Prevent screen capture</string>

    <string name="error_sync">Synchronization failed: %1$s</string>
    <string name="error_synchronization">Synchronization failed</string>
    <string name="error_no_network">No network connection</string>
    <string name="error_maintenance_mode">Server is in maintenance mode</string>
    <string name="error_unknown">An unknown error has occurred.</string>

    <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/new/choose</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>

    <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/nextcloud/notes/blob/76d15214f80f2bf7ea08427bff73ad145128f090/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>

    <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="activity_select_single_note">Select note</string>

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

    <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_gridview" translatable="false">gridview</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_key_prevent_screen_capture" translatable="false">preventScreenCapture</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_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>
    <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="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="simple_more">More</string>
    <string name="simple_move">Move</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="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 the app info and selecting Storage → Clear storage. ⚠️ Warning: This will delete not yet synchronized notes!</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="error_dialog_server_app_enabled">Please make sure you have installed and enabled the "Notes" app on your server.</string>
    <string name="error_dialog_redirect">Your server did respond with a HTTP 302 status code, which implies, that you do not have installed the Notes app on your server or something is misconfigured. This can be caused by custom overrides in a .htaccess-file or by Nextcloud apps like OID Client.</string>
    <string name="error_dialog_tip_disable_battery_optimizations">Please disable all battery optimizations for Nextcloud and the Notes app.</string>
    <string name="added_content">Added "%1$s"</string>
    <string name="shared_text_empty">Shared text was empty</string>
    <string name="append_to_note">Append to note</string>
    <string name="change_note_title">Change note title</string>
    <string name="menu_edit_title">Edit title</string>
    <string name="settings_gridview">Grid view</string>
    <string name="simple_security">Security</string>
    <string name="appearance_and_behavior">Appearance and behavior</string>
    <string name="simple_synchronization">Synchronization</string>
    <string name="manage_accounts">Manage accounts</string>
    <string name="action_formatting_help">Formatting</string>

    <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>

    <string-array name="fontSize_entries">
        <item>Small</item>
        <item>Medium</item>
        <item>Large</item>
    </string-array>

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

    <plurals name="ab_selected">
        <item quantity="one">%d selected</item>
        <item quantity="other">%d selected</item>
    </plurals>
    <plurals name="bulk_notes_deleted">
        <item quantity="one">Deleted one note</item>
        <item quantity="other">Deleted %1$d notes</item>
    </plurals>
    <plurals name="bulk_notes_restored">
        <item quantity="one">Restored one note</item>
        <item quantity="other">Restored %1$d notes</item>
    </plurals>
    <plurals name="share_multiple">
        <item quantity="one">Share content of %1$d note</item>
        <item quantity="other">Share content of %1$d notes</item>
    </plurals>

    <string name="formatting_help_title" translatable="false"># %1$s</string>
    <string name="formatting_help_title_level_3" translatable="false">### %1$s</string>
    <string name="formatting_help_divider" translateable="false">---</string>
    <string name="formatting_help_codefence_inline" translateable="false">`%1$s`</string>
    <string name="formatting_help_codefence_inline_escaped" translateable="false">\\`%1$s\\`</string>
    <string name="formatting_help_codefence" translateable="false">```</string>
    <string name="formatting_help_codefence_outer" translateable="false">````</string>
    <string name="formatting_help_javascript_1" translatable="false">int getRandom() {</string>
    <string name="formatting_help_javascript_2" translatable="false">return 4;</string>
    <string name="formatting_help_javascript_3" translatable="false">}</string>
    <string name="formatting_help_codefence_javascript" translateable="false">```javascript</string>
    <string name="formatting_help_code_javascript_inline" translatable="false">var example = true</string>
    <string name="formatting_help_ol" translatable="false">%1$d. %2$s</string>
    <string name="formatting_help_ul" translatable="false">- %1$s</string>
    <string name="formatting_help_checkbox_checked" translatable="false">- [x] %1$s</string>
    <string name="formatting_help_checkbox_unchecked" translatable="false">- [ ] %1$s</string>
    <string name="formatting_help_quote" translatable="false">&gt; %1$s</string>
    <string name="formatting_help_quote_keyword" translatable="false">&gt;</string>
    <string name="formatting_help_strike_through" translatable="false">~~</string>
    <string name="formatting_help_bold" translatable="false">**</string>
    <string name="formatting_help_italic" translatable="false">*</string>
    <string name="formatting_help_image" translatable="false">![%1$s](https://example.com/image.jpg)</string>

    <string name="formatting_help_cbf_title">Context based formatting</string>
    <string name="formatting_help_cbf_body_1">A major design goal of the Notes app is to provide a distraction free tool. Though you will be able to format your texts with Markdown. For various of the below mentioned examples, you can use shortcuts so you can format your notes without typing in the codes below.</string>
    <string name="formatting_help_cbf_body_2">Just select a range of text or tap on your cursor at any position and you will get a popup menu which contains next to the default entries %1$s, %2$s, %3$s entries like %4$s or %5$s.</string>

    <string name="formatting_help_text_title">Text</string>
    <string name="formatting_help_text_body">It\'s very easy to make some words %1$sbold%1$s and other words %2$sitalic%2$s with Markdown. You can %3$sstrike%3$s some words through and even [link to Nextcloud](https://nextcloud.com).</string>

    <string name="formatting_help_lists_title">Lists</string>
    <string name="formatting_help_lists_body_1">Sometimes you want numbered lists:</string>
    <string name="formatting_help_lists_body_2">One</string>
    <string name="formatting_help_lists_body_3">Two</string>
    <string name="formatting_help_lists_body_4">Three</string>
    <string name="formatting_help_lists_body_5">Sometimes you want bullet points:</string>
    <string name="formatting_help_lists_body_6">Start a line with a dash</string>
    <string name="formatting_help_lists_body_7">And if you have sub points, put two spaces before the dash or star:</string>
    <string name="formatting_help_lists_body_8">Like this</string>
    <string name="formatting_help_lists_body_9">And this</string>

    <string name="formatting_help_checkboxes_title">Checkboxes</string>
    <string name="formatting_help_checkboxes_body_1">To create a checkbox, use a list followed by brackets</string>
    <string name="formatting_help_checkboxes_body_2">Item 1</string>
    <string name="formatting_help_checkboxes_body_3">Item 2</string>

    <string name="formatting_help_structured_documents_title">Structured documents</string>
    <string name="formatting_help_structured_documents_body_1">Sometimes it\'s useful to have different levels of headings to structure your documents. Start lines with a %1$s to create headings. Multiple %2$s in a row denote smaller heading sizes.</string>
    <string name="formatting_help_structured_documents_body_2">This is a third-tier heading</string>
    <string name="formatting_help_structured_documents_body_3">You can use one %1$s all the way up to %2$s six for different heading sizes.</string>
    <string name="formatting_help_structured_documents_body_4">If you\'d like to quote someone, use the %1$s character before the line:</string>
    <string name="formatting_help_structured_documents_body_5">Imagination is more important than knowledge. Knowledge is limited. Imagination encircles the world.</string>
    <string name="formatting_help_structured_documents_body_6">- Albert Einstein</string>

    <string name="formatting_help_code_title">Code</string>
    <string name="formatting_help_code_body_1">There are many different ways to style code with Markdown. If you have inline code blocks, wrap them in backticks:</string>
    <string name="formatting_help_code_body_2">Markdown also supports something called code fencing, which allows for multiple lines without indentation:</string>
    <string name="formatting_help_code_body_3">And if you\'d like to use syntax highlighting, include the language:</string>

    <string name="formatting_help_tables_title">Tables</string>
    <!-- Column header of a sample table -->
    <string name="formatting_help_tables_column">Column %1d</string>
    <!-- Table cell value of a sample table -->
    <string name="formatting_help_tables_value">Value %1d</string>

    <string name="formatting_help_images_title">Images</string>
    <string name="formatting_help_images_alt">Fancy image</string>

    <string name="simple_other">Other</string>
    <string name="sort_last_modified">Sort by modified date</string>
    <string name="sort_alphabetically">Sort by alphabet</string>
    <string name="error_action_open_battery_settings">Battery settings</string>
    <string name="error_action_open_deck_info">Open App info</string>
    <string name="error_action_open_network">Network settings</string>
    <string name="no_account_configured_yet">No account configured yet</string>
    <string name="no_other_accounts">You don\'t have configured any other accounts yet.</string>
    <string name="choose_account">Choose account</string>
    <string name="context_based_formatting">Context based formatting popover</string>
    <plurals name="remove_account_message">
        <item quantity="one">Removing the account %1$s will also delete irrecoverable one unsynchronized change.</item>
        <item quantity="other">Removing the account %1$s will also delete irrecoverable %2$d unsynchronized changes.</item>
    </plurals>
    <string name="remove_account">Remove %1$s</string>

    <string name="you_have_to_be_connected_to_the_internet_in_order_to_add_an_account">You have to be connected to the internet in order to add an account.</string>
    <string name="simple_next">Next</string>
    <string name="simple_prev">Previous</string>
    <string name="simple_backup">Backup</string>
    <string name="simple_repair">Repair</string>
    <string name="backup">We detected an irrecoverably state of the app. Please backup your unsynchronized changes and clear the storage of the Notes app.</string>
    <string name="simple_details">Details</string>
</resources>