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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-10-26 06:57:21 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-10-26 10:22:35 +0300
commit90d9b2718edcd3ab13ac4675b7dd124584829084 (patch)
tree214b3ee820ddd4f4b8868107187adfe4fa04c8d1 /app/src/main
parent9123aed7d3332dee3687fda555aaa013fcfb99a9 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'app/src/main')
-rw-r--r--app/src/main/res/values-sl/strings.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/app/src/main/res/values-sl/strings.xml b/app/src/main/res/values-sl/strings.xml
index b0233f005..807616b52 100644
--- a/app/src/main/res/values-sl/strings.xml
+++ b/app/src/main/res/values-sl/strings.xml
@@ -1,6 +1,8 @@
<resources>
<string name="navigation_drawer_open">Odpri bočno okno</string>
<string name="navigation_drawer_close">Zapri bočno okno</string>
+ <string name="hint_search_deck">Preišči zbirko</string>
+
<string name="simple_boards">Zbirke</string>
<string name="simple_add">Dodaj</string>
<string name="simple_save">Shrani</string>
@@ -31,6 +33,8 @@
<string name="simple_copied">Kopirano!</string>
<string name="simple_archive">Arhiv</string>
<string name="simple_unassigned">Nedodeljeno</string>
+ <string name="hint_error_appeared">Prišlo je do napake</string>
+
<string name="edit_board">Uredi zbirko</string>
<string name="archive_board">Arhiviraj zbirko</string>
<string name="delete_board">Izbriši zbirko</string>
@@ -324,5 +328,9 @@
<string name="copying_logs_to_file">Poteka kopiranje datotek dnevnikov ...</string>
<string name="account_imported">Račun je uvožen</string>
<string name="simple_search">Poišči</string>
+ <!-- Label for a title input field that is required to be filled out -->
+ <string name="title_mandatory">Naslov (obvezen podatek)</string>
<string name="saving_new_card">Shranjevanje nove naloge...</string>
- </resources>
+ <string name="progress_import">Poteka uvažanje zbirke %1$d od %2$d…</string>
+ <string name="progress_import_indeterminate">Poteka uvažanje zbirke ...</string>
+</resources>