1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-12 08:54:00 +02:00
joplin/CliClient/locales/sl_SI.po

3823 lines
109 KiB
Plaintext
Raw Normal View History

2018-05-26 13:58:44 +02:00
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.0.7\n"
"X-Poedit-Basepath: .\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
"%100==4 ? 2 : 3);\n"
"X-Poedit-SourceCharset: https://raw.githubusercontent.com/laurent22/joplin/"
"master/CliClient/locales/joplin.pot\n"
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-cp.js:13
msgid ""
"Duplicates the notes matching <note> to [notebook]. If no notebook is "
"specified the note is duplicated in the current notebook."
msgstr ""
2020-06-13 23:47:15 +02:00
"Podvoji zabeležke ustrezajoče <note> v [notebook]. Če nobena beležnica ni "
"specificirana, zabeležka je podvojena v trenutni beležnici."
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-cp.js:24 CliClient/app/command-cp.js:27
2020-06-21 00:21:11 +02:00
#: CliClient/app/command-import.js:34 CliClient/app/command-mv.js:22
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-mv.js:25 CliClient/app/command-use.js:21
#: CliClient/app/command-ren.js:23 CliClient/app/command-rmbook.js:25
#: CliClient/app/command-cat.js:25 CliClient/app/command-rmnote.js:25
#: CliClient/app/command-attach.js:21 CliClient/app/command-export.js:36
#: CliClient/app/command-export.js:40 CliClient/app/command-geoloc.js:20
#: CliClient/app/command-search.js:27 CliClient/app/command-set.js:32
#: CliClient/app/command-help.js:66 CliClient/app/command-todo.js:21
#: CliClient/app/command-tag.js:33 CliClient/app/command-tag.js:36
#: CliClient/app/command-tag.js:42 CliClient/app/command-tag.js:43
#: CliClient/app/command-tag.js:81 CliClient/app/command-tag.js:87
#: CliClient/app/command-done.js:20
#: ReactNativeClient/lib/services/InteropService.js:218
#: ReactNativeClient/lib/services/InteropService.js:239
2018-05-26 13:58:44 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Cannot find \"%s\"."
msgstr "Ni moč najti \"%s\"."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-ls.js:18
msgid ""
"Displays the notes in the current notebook. Use `ls /` to display the list "
"of notebooks."
msgstr ""
"Prikaže zabeležke v trenutni beležnici. Uporabite `ls /` za prikaz seznama "
"beležnic."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-ls.js:27
msgid "Displays only the first top <num> notes."
msgstr "Prikaže samo prvih <num> zabeležk."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-ls.js:28
msgid "Sorts the item by <field> (eg. title, updated_time, created_time)."
msgstr "Razvrsti predmete glede na<field>(title, updated_time, created_time)."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-ls.js:29
msgid "Reverses the sorting order."
msgstr "Obrne vrstni red."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-ls.js:30
msgid ""
"Displays only the items of the specific type(s). Can be `n` for notes, `t` "
"for to-dos, or `nt` for notes and to-dos (eg. `-tt` would display only the "
"to-dos, while `-ttd` would display notes and to-dos."
msgstr ""
"Prikaže samo predmete specifičnega tipa(tipov). Lahko je `n` za zabeležke, "
"`t` za seznam opravil ali `nt` za zabeležke in za seznam opravil (to pomeni. "
"`-tt` bi prikazal samo za narediti, med tem ko `-ttd` bi prikazal zabeležke "
"in seznam opravil."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-ls.js:31
msgid "Either \"text\" or \"json\""
msgstr "Ali \"text\" ali \"json\""
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-ls.js:32 CliClient/app/command-tag.js:18
msgid ""
"Use long list format. Format is ID, NOTE_COUNT (for notebook), DATE, "
"TODO_CHECKED (for to-dos), TITLE"
msgstr ""
"V uporabi je format dolgi seznam in je formata ID, NOTE_COUNT (za "
"beležnice), DATE, TODO_CHECKED (seznam opravil), TITLE"
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-ls.js:63
msgid "Please select a notebook first."
msgstr "Prosim najprej izberite beležnico."
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-import.js:14
msgid "Imports data into Joplin."
msgstr "Uvozi podatke v Joplin."
2020-06-21 00:21:11 +02:00
#: CliClient/app/command-import.js:25
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Source format: %s"
msgstr "Format vira: %s"
2020-06-21 00:21:11 +02:00
#: CliClient/app/command-import.js:26
2020-06-13 23:47:15 +02:00
msgid "Do not ask for confirmation."
msgstr "Ne sprašuj za potrditev."
2018-05-26 13:58:44 +02:00
2020-06-21 00:21:11 +02:00
#: CliClient/app/command-import.js:27
#, fuzzy, javascript-format
msgid "Output format: %s"
msgstr "Format vira: %s"
#: CliClient/app/command-import.js:47 ElectronClient/gui/ImportScreen.min.js:69
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Found: %d."
msgstr "Najdeno: %d."
2020-06-21 00:21:11 +02:00
#: CliClient/app/command-import.js:48 ElectronClient/gui/ImportScreen.min.js:70
2018-05-26 13:58:44 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Created: %d."
msgstr "Ustvarjeno: %d."
2018-05-26 13:58:44 +02:00
2020-06-21 00:21:11 +02:00
#: CliClient/app/command-import.js:49 ElectronClient/gui/ImportScreen.min.js:71
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Updated: %d."
msgstr "Posodobljeno: %d."
2020-06-21 00:21:11 +02:00
#: CliClient/app/command-import.js:50 ElectronClient/gui/ImportScreen.min.js:72
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Skipped: %d."
msgstr "Preskočeno: %d."
2020-06-21 00:21:11 +02:00
#: CliClient/app/command-import.js:51 ElectronClient/gui/ImportScreen.min.js:73
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Resources: %d."
msgstr "Viri: %d."
2018-05-26 13:58:44 +02:00
2020-06-21 00:21:11 +02:00
#: CliClient/app/command-import.js:52 ElectronClient/gui/ImportScreen.min.js:74
2018-05-26 13:58:44 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Tagged: %d."
msgstr "Zaznamovano: %d."
2018-05-26 13:58:44 +02:00
2020-06-21 00:21:11 +02:00
#: CliClient/app/command-import.js:65
2020-06-13 23:47:15 +02:00
msgid "Importing notes..."
msgstr "Uvažanje zabeležk..."
2018-05-26 13:58:44 +02:00
2020-06-21 00:21:11 +02:00
#: CliClient/app/command-import.js:70 ElectronClient/gui/ImportScreen.min.js:89
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "The notes have been imported: %s"
msgstr "Zabeležke so bile uvožene: %s"
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/help-utils.js:56
msgid "Enum"
msgstr "Enum"
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/help-utils.js:56
#, javascript-format
msgid "Type: %s."
msgstr "Vrsta: %s."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/help-utils.js:57
2018-05-26 13:58:44 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Possible values: %s."
msgstr "Možne vrednosti: %s."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/help-utils.js:71
2018-05-26 13:58:44 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Default: %s"
msgstr "Privzeto: %s"
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/help-utils.js:77
msgid "Possible keys/values:"
msgstr "Možne tipke/vrednosti:"
#: CliClient/app/command-server.js:14
#, javascript-format
2018-05-26 13:58:44 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"Start, stop or check the API server. To specify on which port it should run, "
"set the api.port config variable. Commands are (%s)."
2018-05-26 13:58:44 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-server.js:37
#, javascript-format
msgid "Server is already running on port %d"
msgstr ""
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-server.js:43
2018-05-26 13:58:44 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Server is running on port %d"
msgstr ""
#: CliClient/app/command-server.js:43 CliClient/app/command-server.js:46
msgid "Server is not running."
msgstr ""
2018-05-26 13:58:44 +02:00
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-e2ee.js:18
2019-03-08 19:39:26 +02:00
#, fuzzy
2018-05-26 13:58:44 +02:00
msgid ""
"Manages E2EE configuration. Commands are `enable`, `disable`, `decrypt`, "
2019-03-08 19:39:26 +02:00
"`status`, `decrypt-file` and `target-status`."
2018-05-26 13:58:44 +02:00
msgstr ""
"Upravlja z E2EE nastavitvami. Ukazi so `enable`, `disable`, `decrypt`, "
"`status` in `target-status`."
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-e2ee.js:36 CliClient/app/command-e2ee.js:72
2018-05-26 13:58:44 +02:00
msgid "Enter master password:"
msgstr "Vnesite glavno geslo:"
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-e2ee.js:38 CliClient/app/command-e2ee.js:74
#: CliClient/app/command-e2ee.js:79
2018-05-26 13:58:44 +02:00
msgid "Operation cancelled"
msgstr "Operacija je preklicana"
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-e2ee.js:47
2018-05-26 13:58:44 +02:00
msgid ""
"Starting decryption... Please wait as it may take several minutes depending "
"on how much there is to decrypt."
msgstr ""
"Dekripcija se začenja... Prosim počakajte. Vse skupaj lahko vzame nekaj "
"minut, glede na količino materiala, ki jo je potrebno dekriptirati."
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-e2ee.js:53
2020-05-28 03:06:33 +02:00
#, fuzzy, javascript-format
msgid "Decrypted items: %d"
msgstr "Preneseni predmeti: %d/%d."
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-e2ee.js:54
2020-05-28 03:06:33 +02:00
#, javascript-format
msgid "Skipped items: %d (use --retry-failed-items to retry decrypting them)"
msgstr ""
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-e2ee.js:68
2018-05-26 13:58:44 +02:00
msgid "Completed decryption."
msgstr "Dekripcija končana."
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-e2ee.js:77
#: ReactNativeClient/lib/components/screens/encryption-config.js:163
2020-04-19 01:20:09 +02:00
#, fuzzy
msgid "Confirm password:"
msgstr "Vnesite glavno geslo:"
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-e2ee.js:83
#: ReactNativeClient/lib/components/screens/encryption-config.js:140
2020-04-19 01:20:09 +02:00
#, fuzzy
msgid "Passwords do not match!"
msgstr "Geslo ne more biti prazno"
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-e2ee.js:108
#: ElectronClient/gui/EncryptionConfigScreen.min.js:442
#: ReactNativeClient/lib/components/screens/encryption-config.js:280
2018-05-26 13:58:44 +02:00
msgid "Enabled"
msgstr "Omogočeno"
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-e2ee.js:108
#: ElectronClient/gui/EncryptionConfigScreen.min.js:442
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:566
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/components/screens/encryption-config.js:280
2018-05-26 13:58:44 +02:00
msgid "Disabled"
msgstr "Onemogočeno"
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-e2ee.js:108
#: ReactNativeClient/lib/components/screens/encryption-config.js:280
2018-05-26 13:58:44 +02:00
#, javascript-format
msgid "Encryption is: %s"
msgstr "Enkripcija je: %s"
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-mkbook.js:12
msgid "Creates a new notebook."
msgstr "Ustvari novo beležnico."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-mv.js:14
msgid "Moves the notes matching <note> to [notebook]."
msgstr "Premakne ustrezno zabeležko, ki ustreza <note> v [notebook]."
#: CliClient/app/command-config.js:13
2018-05-26 13:58:44 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"Gets or sets a config value. If [value] is not provided, it will show the "
"value of [name]. If neither [name] nor [value] is provided, it will list the "
"current configuration."
2018-05-26 13:58:44 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Dobi ali nastavi configuracijsko vrednost. Če [value] ni dodeljena, bo "
"prikazana vrednost od [name]. Če niti [name] ali [value] nista dodeljena, bo "
"prikazana sedanja konfiguracija."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-config.js:18
msgid "Also displays unset and hidden config variables."
msgstr "Prikaže tudi nenastavljene in skrite spremenljivke konfiguracije."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-config.js:79
2018-05-26 13:58:44 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "%s = %s (%s)"
msgstr "%s = %s (%s)"
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-config.js:81
#, javascript-format
msgid "%s = %s"
msgstr "%s = %s"
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-use.js:12
2018-05-26 13:58:44 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"Switches to [notebook] - all further operations will happen within this "
"notebook."
2018-05-26 13:58:44 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Se premakne v [notebook] - vse nadaljnje operacije se bodo zgodile znotraj "
"te beležnice."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-sync.js:28
msgid "Synchronises with remote storage."
msgstr "Sinhronizira z oddaljenim dostopom."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-sync.js:32
msgid "Sync to provided target (defaults to sync.target config value)"
msgstr "Sinhroniziraj z danim ciljem(defaults to sync.target config value)"
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-sync.js:77 CliClient/app/command-sync.js:91
#: ElectronClient/gui/OneDriveLoginScreen.min.js:40
2018-05-26 13:58:44 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"Authentication was not completed (did not receive an authentication token)."
msgstr "Avtentikacija ni bila uspešna(autentikacijski token ni bil prejet)."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-sync.js:86
#: ElectronClient/gui/DropboxLoginScreen.min.js:42
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/dropbox-login.js:58
2018-05-26 13:58:44 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"To allow Joplin to synchronise with Dropbox, please follow the steps below:"
2018-05-26 13:58:44 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-sync.js:87
#: ElectronClient/gui/DropboxLoginScreen.min.js:47
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/dropbox-login.js:59
2020-06-13 23:47:15 +02:00
msgid "Step 1: Open this URL in your browser to authorise the application:"
2018-05-26 13:58:44 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-sync.js:89
#: ElectronClient/gui/DropboxLoginScreen.min.js:57
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/dropbox-login.js:65
2020-06-13 23:47:15 +02:00
msgid "Step 2: Enter the code provided by Dropbox:"
2018-05-26 13:58:44 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-sync.js:101
2018-05-26 13:58:44 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Not authentified with %s. Please provide any missing credentials."
msgstr "Avtentikacija z %s ni potekla. Prosim priskrbite manjkajoče podatke."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-sync.js:124
msgid "Synchronisation is already in progress."
msgstr "Sinhronizacija je že v postopku."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-sync.js:129
2018-05-26 13:58:44 +02:00
#, javascript-format
msgid ""
2020-06-13 23:47:15 +02:00
"Lock file is already being hold. If you know that no synchronisation is "
"taking place, you may delete the lock file at \"%s\" and resume the "
"operation."
2018-05-26 13:58:44 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Zaklenjena datoteka je že v postopku. Če veste, da trenutno ne poteka "
"sinhronizacija, lahko izbrišete zaklenjeno datoteko na \"%s\" in nadaljujete "
"z operacijo."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-sync.js:175
#, javascript-format
msgid "Synchronisation target: %s (%s)"
msgstr "Mesto sinhronizacije: %s(%s)"
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-sync.js:177
2020-06-21 00:21:11 +02:00
#, fuzzy
msgid "Cannot initialise synchroniser."
2020-06-13 23:47:15 +02:00
msgstr "Ni moč zagnati sinhronizatorja."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-sync.js:179
msgid "Starting synchronisation..."
msgstr "Sinhronizacija se začenja."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-sync.js:202
msgid "Downloading resources..."
2018-05-26 13:58:44 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-sync.js:226
msgid "Cancelling... Please wait."
msgstr "V preklicu...Prosim počakajte."
2018-05-26 13:58:44 +02:00
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-ren.js:14
2018-05-26 13:58:44 +02:00
msgid "Renames the given <item> (note or notebook) to <name>."
msgstr "Preimenuje dano <item> (zabeležka ali beležnica) v <name>."
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-rmbook.js:13
2018-05-26 13:58:44 +02:00
msgid "Deletes the given notebook."
msgstr "Izbriše dano beležnico."
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-rmbook.js:17
2018-05-26 13:58:44 +02:00
msgid "Deletes the notebook without asking for confirmation."
msgstr "Izbriše beležnico brez potrebne potrditve."
2020-06-02 21:40:28 +02:00
#: CliClient/app/command-rmbook.js:26
#: ReactNativeClient/lib/components/screens/notes.js:154
2018-05-26 13:58:44 +02:00
#, fuzzy
msgid ""
"Delete notebook? All notes and sub-notebooks within this notebook will also "
"be deleted."
msgstr ""
"Želite izbrisati beležnico? Vse zabeležke znotraj beležke bodo hkrati "
"izbrisane."
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-mktodo.js:12
msgid "Creates a new to-do."
msgstr "Ustvari nov seznam opravil."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-mktodo.js:16 CliClient/app/command-mknote.js:16
msgid "Notes can only be created within a notebook."
msgstr "Zabeležke so lahko ustvarjene samo znotraj beležnice."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-cat.js:14
msgid "Displays the given note."
msgstr "Prikaže dano zabeležko."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-cat.js:18
msgid "Displays the complete information about note."
msgstr "Prikaže vse informacije o zabeležki."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-edit.js:17
msgid "Edit note."
msgstr "Uredi zabeležko."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-edit.js:30
2019-09-09 19:22:20 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"No text editor is defined. Please set it using `config editor <editor-path>`"
msgstr ""
2020-06-13 23:47:15 +02:00
"Noben urejevalec teksta ni izbran. Prosim, nastavite ga z uporabo `config "
"editor <editor-path>`"
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-edit.js:40
msgid "No active notebook."
msgstr "Ni aktivnih beležnic."
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-edit.js:46
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Note does not exist: \"%s\". Create it?"
msgstr "Zabeležka ne obstaja: \"%s\". Bi jo radi ustvarili?"
2020-06-13 23:47:15 +02:00
#: CliClient/app/app-gui.js:446
msgid "To delete a tag, untag the associated notes."
msgstr "Za izbris dane oznake, odoznačite zabeležke s to oznako."
2020-06-13 23:47:15 +02:00
#: CliClient/app/app-gui.js:456
msgid "Please select the note or notebook to be deleted first."
msgstr ""
2020-06-13 23:47:15 +02:00
"Prosim izberite zabeležko ali beležnico, ki jo želite najprej zbrisati."
2020-06-13 23:47:15 +02:00
#: CliClient/app/app-gui.js:720
msgid "Press Ctrl+D or type \"exit\" to exit the application"
msgstr "Pritisnite Ctrl+D ali napišite \"exit\" za izhod iz aplikacije"
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-rmnote.js:13
msgid "Deletes the notes matching <note-pattern>."
msgstr "Izbriše zabeležke, ki se ujemajo z <note-pattern>."
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-rmnote.js:17
msgid "Deletes the notes without asking for confirmation."
msgstr "Izbriše zabeležke brez potrebne predhodne potrditve."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-rmnote.js:27
2018-05-26 13:58:44 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "%d notes match this pattern. Delete them?"
msgstr "%d zabeležk ustreza temu iskalnemu nizu. Jih želite zbrisati?"
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-rmnote.js:27
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/note.js:461
2020-06-13 23:47:15 +02:00
msgid "Delete note?"
msgstr "Želite izbrisati zabeležko?"
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-attach.js:13
msgid "Attaches the given file to the note."
msgstr "Pripni dano datoteko k zabeležki."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-version.js:11
msgid "Displays version information"
msgstr "Prikaži informacije o verziji"
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-version.js:16
#, javascript-format
msgid "%s %s (%s)"
msgstr "%s %s (%s)"
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-undone.js:12
msgid "Marks a to-do as non-completed."
msgstr "Označi seznam opravil kot neopravljen."
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-export.js:13
2018-05-26 13:58:44 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"Exports Joplin data to the given path. By default, it will export the "
"complete database including notebooks, notes, tags and resources."
2018-05-26 13:58:44 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Izvozi Joplin datoteke glede na dano pot. Privzeto bo izvozilo celotno bazo "
"podatkov vključujoče beležnice, zabeležke, oznake in vire."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-export.js:23
2018-05-26 13:58:44 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Destination format: %s"
msgstr "Format destinacije: %s"
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-export.js:23
msgid "Exports only the given note."
msgstr "Izvozi samo dano zabeležko."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-export.js:23
msgid "Exports only the given notebook."
msgstr "Izvozi samo dano beležnico."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-mknote.js:12
msgid "Creates a new note."
msgstr "Ustvari novo zabeležko."
2018-05-26 13:58:44 +02:00
2020-06-21 00:21:11 +02:00
#: CliClient/app/main.js:80
2020-06-13 23:47:15 +02:00
msgid "Type `joplin help` for usage information."
msgstr "Vtipkajte `joplin help` za informacije o uporabi."
2018-05-26 13:58:44 +02:00
2020-06-21 00:21:11 +02:00
#: CliClient/app/main.js:82
2020-06-13 23:47:15 +02:00
msgid "Fatal error:"
msgstr "Usodna napaka:"
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-geoloc.js:13
msgid "Displays a geolocation URL for the note."
msgstr "Prikaže geolokacijski URL za zabeležk."
2020-06-02 21:40:28 +02:00
#: CliClient/app/gui/NoteWidget.js:36
2018-05-26 13:58:44 +02:00
msgid ""
"Welcome to Joplin!\n"
"\n"
"Type `:help shortcuts` for the list of keyboard shortcuts, or just `:help` "
"for usage information.\n"
"\n"
"For example, to create a notebook press `mb`; to create a note press `mn`."
msgstr ""
"Dobrodošli v Joplinu!\n"
"\n"
"Vtipkajte `:help shortcuts` za seznam bližnjic na tipkovnici ali vtipkajte "
"samo`:help` za informacije o uporabi.\n"
"\n"
"Na primer, če želite ustvariti beležnico pritisnite `mb`; če želite "
"ustvariti zabeležko pritisnite`mn`."
2020-06-02 21:40:28 +02:00
#: CliClient/app/gui/NoteWidget.js:48
2018-05-26 13:58:44 +02:00
msgid ""
"One or more items are currently encrypted and you may need to supply a "
"master password. To do so please type `e2ee decrypt`. If you have already "
"supplied the password, the encrypted items are being decrypted in the "
"background and will be available soon."
msgstr ""
"Ena ali več predmetov je trenutno enkriptiranih in boste morda morali "
"navesti glavno geslo. Če želite to narediti, vtipkajte `e2ee decrypt`. Če "
"ste že vnesli geslo, so enkriptirani predmeti v stanju dekripcije v ozadju "
"in bodo kmalu na voljo."
2020-06-02 21:40:28 +02:00
#: CliClient/app/gui/NoteWidget.js:50
2020-04-19 01:20:09 +02:00
#, fuzzy
msgid "You may also type `status` for more information."
msgstr "Ne sprašuj za potrditev."
2020-06-13 23:47:15 +02:00
#: CliClient/app/gui/FolderListWidget.js:31
msgid "Search:"
msgstr "Išči:"
2020-06-02 21:40:28 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-search.js:13
msgid "Searches for the given <pattern> in all the notes."
msgstr "Išči dani <pattern> v vseh zabeležkah."
2020-05-28 03:06:33 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-set.js:22
2020-05-28 03:06:33 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid ""
"Sets the property <name> of the given <note> to the given [value]. Possible "
"properties are:\n"
"\n"
"%s"
msgstr ""
"Nastavi lastnost <name> dane <note> v dano [value]. Možne lastnosti so:\n"
"\n"
"%s"
2020-06-02 21:40:28 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/cli-utils.js:108
2020-06-02 21:40:28 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Missing required argument: %s"
msgstr "Manjka zahtevani argument %s"
2020-06-02 21:40:28 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/cli-utils.js:139 ReactNativeClient/lib/services/report.js:151
#, javascript-format
msgid "%s: %s"
msgstr "%s: %s"
2020-06-02 21:40:28 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/cli-utils.js:143
msgid "Your choice: "
msgstr "Vaša izbira: "
2020-06-02 21:40:28 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/cli-utils.js:150
#, javascript-format
msgid "Invalid answer: %s"
msgstr "Neveljaven odgovor: %s"
2020-05-28 03:06:33 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/cli-utils.js:160 CliClient/app/app.js:136
msgid "Y"
msgstr "Y"
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/cli-utils.js:160 CliClient/app/app.js:136
msgid "n"
msgstr "n"
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/base-command.js:15
msgid "Cannot change encrypted item"
msgstr "Ni mogoče spremeniti enkriptiranega predmeta"
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-help.js:13
msgid "Displays usage information."
msgstr "Prikaže informacijo uporabe."
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-help.js:36
2020-02-18 22:01:29 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "For information on how to customise the shortcuts please visit %s"
msgstr "Za več informacij na kako prilagoditi bližnjice prosim obiščite %s"
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-help.js:44
msgid "Shortcuts are not available in CLI mode."
msgstr "Bližnjice niso na voljo v CLI načinu."
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-help.js:71
msgid ""
"Type `help [command]` for more information about a command; or type `help "
"all` for the complete usage information."
msgstr ""
"Vtipkajte `help [command]` za več informacij o ukazu; ali vtipkajte `help "
"all` za popoln prikaz informacij o uporabi."
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-help.js:73
msgid "The possible commands are:"
msgstr "Možni ukazi si:"
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-help.js:77
#, fuzzy
msgid ""
"In any command, a note or notebook can be referred to by title or ID, or "
"using the shortcuts `$n` or `$b` for, respectively, the currently selected "
"note or notebook. `$c` can be used to refer to the currently selected item."
msgstr ""
"V kateremkoli ukazu se lahko na zabeležko ali beležnico nanašate ali z "
"naslovom ali ID ali uporabo bližnjic `$n` ali `$b`, v tem vrstnem redu, za "
"trenutno izbrano beležnico ali zabeležko. `$c` lahko uporabite, da se "
"nanašate na trenutno izbran predmet."
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-help.js:79
msgid "To move from one pane to another, press Tab or Shift+Tab."
msgstr ""
"Če se želite premakniti iz enega sklopa v drugega, pritisnite Tab ali Shift"
"+Tab."
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-help.js:80
msgid ""
"Use the arrows and page up/down to scroll the lists and text areas "
"(including this console)."
msgstr ""
"Uporabite puščice in page up/down tipke za listanje strani in "
"besedila(vključno s to konzolo)."
#: CliClient/app/command-help.js:81
2020-02-18 22:01:29 +02:00
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "To maximise/minimise the console, press \"tc\"."
msgstr "Če želite povečati/pomanjšati konzolo, pritisnite \"TC\"."
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-help.js:82
msgid "To enter command line mode, press \":\""
msgstr "Za vstop v način ukaznega poziva pritisnite\":\""
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-help.js:83
msgid "To exit command line mode, press ESCAPE"
msgstr "Za izhod iz načina Ukazni poziv pritisnite ESCAPE"
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-help.js:84
msgid ""
"For the list of keyboard shortcuts and config options, type `help keymap`"
2020-02-18 22:01:29 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Za seznam bližnjic na tipkovnici in možnosti konfiguracije vtipkajte `help "
"keymap`"
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-todo.js:14
msgid ""
"<todo-command> can either be \"toggle\" or \"clear\". Use \"toggle\" to "
"toggle the given to-do between completed and uncompleted state (If the "
"target is a regular note it will be converted to a to-do). Use \"clear\" to "
"convert the to-do back to a regular note."
2020-02-18 22:01:29 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"<todo-command> ima lahko funkcije ali \"spremeni\" or \"počisti\". Uporabi "
"\"spremeni\" da spremeniš dani seznam opravil iz opravljeno v neopravljeno "
"ali obratno. (Če je tarča navadna zabeležka, bo ta pretvorjena v seznam "
"opravil). Uporabi \"počisti\" za pretvoriti seznam opravil nazaj v običajno "
"zabeležko."
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-exit.js:11
msgid "Exits the application."
msgstr "Izhod iz aplikacije."
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/app.js:61
#, javascript-format
msgid "More than one item match \"%s\". Please narrow down your query."
msgstr "Več kot en predmet se ujema z \"%s\". Prosim zožite iskani niz besed."
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/app.js:91
msgid "No notebook selected."
msgstr "Nobena beležnica ni bila izbrana."
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/app.js:97
msgid "No notebook has been specified."
msgstr "Nobena beležnica ni bila izbrana."
2020-03-03 09:56:10 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/app.js:136
msgid "N"
msgstr "N"
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/app.js:136
msgid "y"
msgstr "y"
#: CliClient/app/app.js:169
msgid "Cancelling background synchronisation... Please wait."
msgstr "Sinhronizacija v ozadju se preklicuje... Prosim počakajte."
#: CliClient/app/app.js:254
2020-02-18 22:01:29 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "No such command: %s"
msgstr "Noben tak ukaz ni bil najden: %s"
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/app.js:302
#, javascript-format
msgid "The command \"%s\" is only available in GUI mode"
msgstr "Ukaz \"%s\" je na voljo samo v GUI načinu"
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-status.js:13
msgid "Displays summary about the notes and notebooks."
msgstr "Prikaži povzetek o zabeležkah in beležnicah."
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-status.js:44
msgid ""
"To retry decryption of these items. Run `e2ee decrypt --retry-failed-items`"
msgstr ""
2020-02-18 22:01:29 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-tag.js:14
#, fuzzy
msgid ""
"<tag-command> can be \"add\", \"remove\", \"list\", or \"notetags\" to "
"assign or remove [tag] from [note], to list notes associated with [tag], or "
"to list tags associated with [note]. The command `tag list` can be used to "
"list all the tags (use -l for long option)."
msgstr ""
"<tag-command> je lahko \"dodaj\", \"odstrani\" ali \"naštej\", da dodeliš "
"ali odstraniš [tag] from [note] ali našteje zabeležke povezane z oznako "
"[tag]. Ukaz `tag list` je lahko uporabljen da prikaže vse oznake."
2020-03-19 05:49:06 +02:00
2020-06-13 23:47:15 +02:00
#: CliClient/app/command-tag.js:90
#, javascript-format
msgid "Invalid command: \"%s\""
msgstr "Neveljaven ukaz: \"%s\""
#: CliClient/app/command-done.js:14
msgid "Marks a to-do as done."
msgstr "Označi seznam opravil kot končan."
#: CliClient/app/command-done.js:21
#, javascript-format
msgid "Note is not a to-do: \"%s\""
msgstr "Zabeležka ni formata seznam opravil: \"%s\""
#: ElectronClient/bridge.js:101 ElectronClient/bridge.js:112
#: ElectronClient/bridge.js:125 ElectronClient/bridge.js:135
#: ElectronClient/checkForUpdates.js:139
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/DialogButtonRow.min.js:30
#: ElectronClient/gui/PromptDialog.min.js:235
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:185
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:754 ElectronClient/app.js:618
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/components/ModalDialog.js:67
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/CameraView.js:182
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/components/side-menu-content.js:150
2020-03-19 05:49:06 +02:00
msgid "OK"
msgstr "OK"
2020-06-13 23:47:15 +02:00
#: ElectronClient/bridge.js:112 ElectronClient/bridge.js:125
#: ElectronClient/gui/DialogButtonRow.min.js:38
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/SideBar/SideBar.min.js:296
#: ElectronClient/gui/SideBar/SideBar.min.js:660
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/SideBar.min.js:319 ElectronClient/gui/SideBar.min.js:724
#: ElectronClient/gui/NoteList.min.js:148
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/utils/NoteListUtils.js:184
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/PromptDialog.min.js:242
#: ElectronClient/gui/ConfigScreen.min.js:744
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteList/NoteList.min.js:153
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/ResourceScreen.js:94
#: ReactNativeClient/lib/shim-init-node.js:91
#: ReactNativeClient/lib/components/select-date-time-dialog.js:70
#: ReactNativeClient/lib/components/select-date-time-dialog.js:89
#: ReactNativeClient/lib/components/ModalDialog.js:70
#: ReactNativeClient/lib/components/CameraView.js:183
#: ReactNativeClient/lib/components/side-menu-content.js:156
#: ReactNativeClient/lib/components/side-menu-content.js:165
#: ReactNativeClient/lib/components/side-menu-content.js:338
#: ReactNativeClient/lib/components/screens/encryption-config.js:185
#: ReactNativeClient/lib/components/screens/note.js:97
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/note.js:526
2020-06-13 23:47:15 +02:00
msgid "Cancel"
msgstr "Prekliči"
2020-07-12 20:33:09 +02:00
#: ElectronClient/plugins/GotoAnything.min.js:450
2020-06-13 23:47:15 +02:00
msgid ""
"Type a note title or part of its content to jump to it. Or type # followed "
"by a tag name, or @ followed by a notebook name."
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/plugins/GotoAnything.min.js:489
2020-06-13 23:47:15 +02:00
msgid "Goto Anything..."
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/InteropServiceHelper.js:147
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Exporting to \"%s\" as \"%s\" format. Please wait..."
msgstr "Izvažam v \"%s\" kot \"%s\" format. Prosim počakajte..."
2020-07-12 20:33:09 +02:00
#: ElectronClient/InteropServiceHelper.js:164
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Could not export notes: %s"
msgstr ""
#: ElectronClient/checkForUpdates.js:138
msgid "Current version is up-to-date."
msgstr "Sedanja verzija je najnovejša."
#: ElectronClient/checkForUpdates.js:148
#, javascript-format
msgid "%s (pre-release)"
msgstr ""
#: ElectronClient/checkForUpdates.js:152
msgid "An update is available, do you want to download it now?"
msgstr "Posodobitev je na voljo, jo želite prenesti sedaj?"
#: ElectronClient/checkForUpdates.js:152
#, javascript-format
msgid "Your version: %s"
msgstr ""
#: ElectronClient/checkForUpdates.js:152
#, javascript-format
msgid "New version: %s"
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/checkForUpdates.js:153 ElectronClient/app.js:608
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/shim-init-node.js:91
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/note.js:524
2020-06-13 23:47:15 +02:00
msgid "Yes"
msgstr "Da"
2020-07-12 20:33:09 +02:00
#: ElectronClient/checkForUpdates.js:153 ElectronClient/app.js:608
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/shim-init-node.js:91
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/note.js:525
2020-06-13 23:47:15 +02:00
msgid "No"
msgstr "Ne"
2020-06-13 23:47:15 +02:00
#: ElectronClient/checkForUpdates.js:153
msgid "Full Release Notes"
msgstr ""
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteRevisionViewer.min.js:75
#, javascript-format
msgid "The note \"%s\" has been successfully restored to the notebook \"%s\"."
msgstr ""
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteRevisionViewer.min.js:100
#, fuzzy
msgid "This note has no history"
msgstr "Ta zabeležka je bila spremenjena:"
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteRevisionViewer.min.js:142
#: ElectronClient/gui/NoteEditor/utils/useMessageHandler.js:110
#: ElectronClient/gui/NoteText.min.js:865
#, javascript-format
msgid "Unsupported link or message: %s"
msgstr "Nepodprta povezava ali sporočilo: %s"
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteRevisionViewer.min.js:177
msgid "Restore"
msgstr ""
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteRevisionViewer.min.js:178
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid ""
"Click \"%s\" to restore the note. It will be copied in the notebook named "
"\"%s\". The current version of the note will not be replaced or modified."
msgstr ""
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteRevisionViewer.min.js:187
#: ElectronClient/gui/NoteText.min.js:1671
#: ElectronClient/gui/ConfigScreen.min.js:744
#: ElectronClient/gui/Header.min.js:316
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/Header/Header.min.js:302
#: ReactNativeClient/lib/commands/historyBackward.js:16
2020-06-13 23:47:15 +02:00
msgid "Back"
msgstr "Nazaj"
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/SideBar/SideBar.min.js:269
#: ElectronClient/gui/SideBar.min.js:283
msgid "Remove"
msgstr ""
#: ElectronClient/gui/SideBar/SideBar.min.js:272
#: ElectronClient/gui/SideBar.min.js:286
#: ReactNativeClient/lib/components/side-menu-content.js:148
#, fuzzy, javascript-format
msgid ""
"Delete notebook \"%s\"?\n"
"\n"
"All notes and sub-notebooks within this notebook will also be deleted."
msgstr ""
"Želite izbrisati beležnico? Vse zabeležke znotraj beležke bodo hkrati "
"izbrisane."
#: ElectronClient/gui/SideBar/SideBar.min.js:273
#: ElectronClient/gui/SideBar.min.js:287
#: ElectronClient/gui/utils/NoteListUtils.js:161
#: ElectronClient/gui/utils/NoteListUtils.js:184
#: ElectronClient/gui/ResourceScreen.js:46
#: ElectronClient/gui/ResourceScreen.js:94
#: ReactNativeClient/lib/components/screen-header.js:356
#: ReactNativeClient/lib/components/side-menu-content.js:146
#: ReactNativeClient/lib/components/screens/note.js:868
msgid "Delete"
msgstr "Izbriši"
#: ElectronClient/gui/SideBar/SideBar.min.js:276
#, fuzzy, javascript-format
msgid "Remove tag \"%s\" and its descendant tags from all notes?"
msgstr "Odstranite to oznako iz vseh zabeležk?"
#: ElectronClient/gui/SideBar/SideBar.min.js:278
#: ElectronClient/gui/SideBar.min.js:292
msgid "Remove this search from the sidebar?"
msgstr "Odstranite ta iskalni niz iz stranske vrstice?"
#: ElectronClient/gui/SideBar/SideBar.min.js:337
#: ElectronClient/gui/SideBar.min.js:382
#: ElectronClient/gui/utils/NoteListUtils.js:154 ElectronClient/app.js:677
#: ElectronClient/app.js:727
msgid "Export"
msgstr "Izvozi"
#: ElectronClient/gui/SideBar/SideBar.min.js:660
#: ElectronClient/gui/SideBar.min.js:724
#: ReactNativeClient/lib/components/side-menu-content.js:338
msgid "Synchronise"
msgstr "Sinhroniziraj"
#: ElectronClient/gui/SideBar/SideBar.min.js:694
#: ElectronClient/gui/SideBar.min.js:757
#: ReactNativeClient/lib/components/side-menu-content.js:360
#: ReactNativeClient/lib/components/screens/notes.js:189
#, fuzzy
msgid "All notes"
msgstr "zabeležka"
#: ElectronClient/gui/SideBar/SideBar.min.js:699
#: ElectronClient/gui/SideBar.min.js:762
#: ReactNativeClient/lib/components/side-menu-content.js:364
msgid "Notebooks"
msgstr "Beležnice"
#: ElectronClient/gui/SideBar/SideBar.min.js:716
#: ElectronClient/gui/MainScreen/commands/setTags.js:17
#: ElectronClient/gui/SideBar.min.js:779
#: ElectronClient/gui/NoteText.min.js:1634
#: ElectronClient/gui/NoteText.min.js:1810
#: ReactNativeClient/lib/components/side-menu-content.js:314
#: ReactNativeClient/lib/components/screens/tags.js:101
#: ReactNativeClient/lib/components/screens/note.js:841
msgid "Tags"
msgstr "Oznake"
#: ElectronClient/gui/SideBar/SideBar.min.js:735
#: ElectronClient/gui/SideBar.min.js:797
#: ReactNativeClient/lib/components/side-menu-content.js:325
#, fuzzy, javascript-format
msgid "Decrypting items: %d/%d"
msgstr "Preneseni predmeti: %d/%d"
#: ElectronClient/gui/SideBar/SideBar.min.js:740
#: ElectronClient/gui/SideBar.min.js:802
#: ReactNativeClient/lib/components/side-menu-content.js:330
#, fuzzy, javascript-format
msgid "Fetching resources: %d/%d"
msgstr "Viri: %d/%d"
#: ElectronClient/gui/SideBar/commands/focusElementSideBar.js:15
msgid "Sidebar"
msgstr ""
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:144
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:260
#: ElectronClient/gui/NoteText.min.js:1547
msgid "strong text"
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:145
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:261
2020-06-21 00:21:11 +02:00
msgid "emphasised text"
2020-06-13 23:47:15 +02:00
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:147
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:263
#: ElectronClient/gui/NoteText.min.js:1616
msgid "Insert Hyperlink"
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:180
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:182
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:183
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:298
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:300
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:301
#: ElectronClient/gui/NoteText.min.js:1591
#: ElectronClient/gui/NoteText.min.js:1595
#: ElectronClient/gui/NoteText.min.js:1604
msgid "List item"
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:236
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:354
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:15
msgid "Cut"
msgstr "Izreži"
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:243
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:361
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:81
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:10
#: ElectronClient/gui/NoteText.min.js:804 ElectronClient/app.js:618
2020-06-13 23:47:15 +02:00
msgid "Copy"
msgstr "Kopiraj"
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:250
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:368
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:20
msgid "Paste"
msgstr "Prilepi"
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:291
2020-06-21 00:21:11 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:457
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteText.min.js:1085
msgid "Layout"
msgstr "Izgled"
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/CodeMirror/CodeMirror.js:291
2020-06-21 00:21:11 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/AceEditor/AceEditor.js:457
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteText.min.js:1085
#, javascript-format
msgid ""
"This note has no content. Click on \"%s\" to toggle the editor and edit the "
"note."
msgstr ""
"Ta zabeležka nima vsebine. Kliknite na \"%s\" da menjate med urejevalnikom "
"in urejanje zabeležke."
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/plugins/lists.js:2151
msgid "Checkbox list"
msgstr ""
2018-05-26 13:58:44 +02:00
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:470
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:642
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/note.js:1110
2020-06-13 23:47:15 +02:00
msgid "Edit"
msgstr "Uredi"
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:526
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:50
#: ElectronClient/gui/NoteText.min.js:1627
#: ElectronClient/gui/NoteText.min.js:1726
msgid "Attach file"
msgstr "Pripni datoteko"
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:535
2020-06-13 23:47:15 +02:00
msgid "Code Block"
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:544
2020-06-13 23:47:15 +02:00
msgid "Inline Code"
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:559
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:80
#: ElectronClient/gui/NoteText.min.js:1778
msgid "Insert Date Time"
msgstr ""
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:903
2020-06-13 23:47:15 +02:00
msgid "Drop notes or files here"
msgstr ""
2018-12-09 02:22:16 +02:00
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:903
#: ElectronClient/gui/MainScreen/MainScreen.min.js:401
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "Code View"
msgstr "Pogled"
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteEditor/NoteBody/TinyMCE/TinyMCE.js:903
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid ""
"Please wait for all attachments to be downloaded and decrypted. You may also "
"switch to %s to edit the note."
msgstr ""
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteEditor/utils/useMessageHandler.js:70
#: ElectronClient/gui/NoteText.min.js:833
msgid "There was an error downloading this attachment:"
msgstr ""
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteEditor/utils/useMessageHandler.js:73
#: ElectronClient/gui/NoteText.min.js:835
#: ReactNativeClient/lib/services/ResourceEditWatcher.js:146
msgid "This attachment is not downloaded or not decrypted yet"
msgstr ""
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:39
#: ElectronClient/gui/NoteText.min.js:778
msgid "Open..."
msgstr "Odpri..."
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:52
#: ElectronClient/gui/NoteText.min.js:786
msgid "Save as..."
msgstr "Shrani kot..."
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:65
msgid "Reveal file in folder"
2020-02-18 22:01:29 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:73
#: ElectronClient/gui/NoteText.min.js:797
msgid "Copy path to clipboard"
2020-02-18 22:01:29 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteEditor/utils/contextMenu.js:88
#: ElectronClient/gui/NoteText.min.js:811
msgid "Copy Link Address"
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteEditor/NoteEditor.js:283
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteText.min.js:2121
msgid "to-do"
msgstr "seznam opravil"
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteEditor/NoteEditor.js:283
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteText.min.js:2121
msgid "note"
msgstr "zabeležka"
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteEditor/NoteEditor.js:283
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteText.min.js:2121
#, javascript-format
msgid "Creating new %s..."
msgstr "Ustvarjanje nove %s..."
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:25
#, fuzzy
msgid "Select all"
msgstr "Izberi datum"
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:30
#: ElectronClient/gui/NoteText.min.js:1690
msgid "Bold"
msgstr ""
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:35
#: ElectronClient/gui/NoteText.min.js:1698
msgid "Italic"
msgstr ""
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:40
#: ElectronClient/gui/NoteText.min.js:1710
msgid "Hyperlink"
msgstr ""
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:45
#: ElectronClient/gui/NoteText.min.js:1718
msgid "Code"
msgstr ""
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:55
#: ElectronClient/gui/NoteText.min.js:1738
msgid "Numbered List"
msgstr ""
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:60
#: ElectronClient/gui/NoteText.min.js:1746
msgid "Bulleted List"
msgstr ""
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:65
#: ElectronClient/gui/NoteText.min.js:1754
msgid "Checkbox"
msgstr ""
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:70
#: ElectronClient/gui/NoteText.min.js:1762
msgid "Heading"
msgstr ""
#: ElectronClient/gui/NoteEditor/commands/editorCommandDeclarations.js:75
#: ElectronClient/gui/NoteText.min.js:1770
msgid "Horizontal Rule"
msgstr ""
#: ElectronClient/gui/NoteEditor/commands/focusElementNoteTitle.js:15
#, fuzzy
msgid "Note title"
msgstr "Naslov beležnice:"
#: ElectronClient/gui/NoteEditor/commands/showLocalSearch.js:15
#, fuzzy
msgid "Search in current note"
msgstr "Išči znotraj vseh zabeležk"
#: ElectronClient/gui/NoteEditor/commands/focusElementNoteBody.js:15
#, fuzzy
msgid "Note body"
msgstr "Beležnice"
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NotePropertiesDialog.min.js:26
#: ElectronClient/gui/FolderPropertiesDialog.min.js:21
#: ElectronClient/gui/EncryptionConfigScreen.min.js:163
#: ElectronClient/gui/ResourceScreen.js:38
msgid "ID"
msgstr "ID"
#: ElectronClient/gui/NotePropertiesDialog.min.js:27
msgid "Created"
msgstr "Ustvarjeno"
#: ElectronClient/gui/NotePropertiesDialog.min.js:28
msgid "Updated"
msgstr "Posodobljeno"
#: ElectronClient/gui/NotePropertiesDialog.min.js:29
#, fuzzy
msgid "Completed"
msgstr "Dokončano: %s"
#: ElectronClient/gui/NotePropertiesDialog.min.js:30
msgid "Location"
msgstr ""
#: ElectronClient/gui/NotePropertiesDialog.min.js:31
msgid "URL"
2020-02-18 22:01:29 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NotePropertiesDialog.min.js:32
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:1212
2020-05-28 03:06:33 +02:00
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "Note History"
2020-05-28 03:06:33 +02:00
msgstr "Beležnice"
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NotePropertiesDialog.min.js:33
msgid "Markup"
2020-05-28 03:06:33 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NotePropertiesDialog.min.js:305
msgid "Previous versions of this note"
2020-05-28 03:06:33 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NotePropertiesDialog.min.js:382
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/MainScreen/commands/showNoteProperties.js:16
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteText.min.js:1834
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "Note properties"
msgstr "Naslov beležnice:"
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/MainScreen/MainScreen.min.js:295
msgid "Some items cannot be synchronised."
msgstr "Nekateri premeti ne morejo biti sinhronizirani."
#: ElectronClient/gui/MainScreen/MainScreen.min.js:300
#: ElectronClient/gui/MainScreen/MainScreen.min.js:312
#: ElectronClient/gui/MainScreen/MainScreen.min.js:336
msgid "View them now"
msgstr "Prikaži jih sedaj"
#: ElectronClient/gui/MainScreen/MainScreen.min.js:307
msgid "Some items cannot be decrypted."
msgstr "Nekateri predmeti ne morejo biti dekriptirani."
#: ElectronClient/gui/MainScreen/MainScreen.min.js:319
#, fuzzy
msgid "One or more master keys need a password."
msgstr "Vnesite glavno geslo:"
#: ElectronClient/gui/MainScreen/MainScreen.min.js:324
msgid "Set the password"
msgstr "Nastavi geslo"
#: ElectronClient/gui/MainScreen/MainScreen.min.js:331
#, fuzzy
msgid "One of your master keys use an obsolete encryption method."
msgstr "Vnesite glavno geslo:"
#: ElectronClient/gui/MainScreen/MainScreen.min.js:343
msgid ""
"The default encryption method has been changed, you should re-encrypt your "
"data."
2020-06-13 23:47:15 +02:00
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/MainScreen/MainScreen.min.js:348
#, fuzzy
msgid "More info"
msgstr "Nastavitve"
2020-06-13 23:47:15 +02:00
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/MainScreen/MainScreen.min.js:419
#, fuzzy
msgid "Search..."
msgstr "Išči"
#: ElectronClient/gui/MainScreen/commands/showNoteContentProperties.js:16
msgid "Statistics..."
2020-06-13 23:47:15 +02:00
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/MainScreen/commands/renameFolder.js:17
#: ElectronClient/gui/MainScreen/commands/renameTag.js:17
#: ElectronClient/gui/SideBar.min.js:339 ElectronClient/gui/SideBar.min.js:389
#: ReactNativeClient/lib/components/side-menu-content.js:129
msgid "Rename"
msgstr "Preimenuj"
#: ElectronClient/gui/MainScreen/commands/renameFolder.js:26
#: ElectronClient/gui/MainScreen.min.js:292
msgid "Rename notebook:"
msgstr "Preimenuj beležnico:"
#: ElectronClient/gui/MainScreen/commands/newTodo.js:16
#: ElectronClient/gui/MainScreen/commands/newTodo.js:28
#: ReactNativeClient/lib/components/action-button.js:64
#: ReactNativeClient/setUpQuickActions.js:15
msgid "New to-do"
msgstr "Novi seznam opravil"
#: ElectronClient/gui/MainScreen/commands/toggleNoteList.js:15
#: ElectronClient/gui/MainScreen/commands/toggleNoteList.js:26
#, fuzzy
2020-07-12 20:33:09 +02:00
msgid "Toggle note list"
msgstr "Omogoči enkripcijo"
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/MainScreen/commands/toggleSidebar.js:15
#: ElectronClient/gui/MainScreen/commands/toggleSidebar.js:26
msgid "Toggle sidebar"
2020-06-13 23:47:15 +02:00
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/MainScreen/commands/editAlarm.js:19
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteText.min.js:1642
#: ElectronClient/gui/NoteText.min.js:1828
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/note.js:826
2020-06-13 23:47:15 +02:00
msgid "Set alarm"
msgstr "Nastavi alarm"
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/MainScreen/commands/editAlarm.js:31
#: ElectronClient/gui/MainScreen.min.js:417
msgid "Set alarm:"
msgstr "Nastavi alarm:"
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/MainScreen/commands/exportPdf.js:19
#: ElectronClient/gui/MainScreen/commands/exportPdf.js:30
#: ElectronClient/gui/MainScreen.min.js:549
msgid "PDF File"
msgstr "PDF datoteka"
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/MainScreen/commands/newNote.js:20
#: ElectronClient/gui/MainScreen/commands/newNote.js:47
#: ReactNativeClient/lib/components/action-button.js:73
#: ReactNativeClient/setUpQuickActions.js:14
msgid "New note"
msgstr "Nova zabeležka"
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/MainScreen/commands/moveToFolder.js:17
#, fuzzy
msgid "Move to notebook"
msgstr "Premakni v beležnico..."
2018-05-26 13:58:44 +02:00
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/MainScreen/commands/moveToFolder.js:36
#: ElectronClient/gui/MainScreen.min.js:272
#, fuzzy
msgid "Move to notebook:"
msgstr "Premakni v beležnico..."
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/MainScreen/commands/toggleVisiblePanes.js:15
msgid "Toggle editor layout"
msgstr "Spremeni izgled urejevalnika"
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/MainScreen/commands/renameTag.js:26
#: ElectronClient/gui/MainScreen.min.js:313
2020-06-13 23:47:15 +02:00
#, fuzzy
2020-07-12 20:33:09 +02:00
msgid "Rename tag:"
msgstr "Preimenuj"
#: ElectronClient/gui/MainScreen/commands/newNotebook.js:17
#: ElectronClient/gui/MainScreen/commands/newNotebook.js:57
msgid "New notebook"
2020-06-13 23:47:15 +02:00
msgstr "Nova beležnica"
2018-05-26 13:58:44 +02:00
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/MainScreen/commands/newNotebook.js:25
#: ElectronClient/gui/MainScreen.min.js:178
msgid "Notebook title:"
msgstr "Naslov beležnice:"
2019-01-19 20:22:18 +02:00
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/MainScreen/commands/showShareNoteDialog.js:15
msgid "Share note..."
msgstr ""
2019-01-19 20:22:18 +02:00
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/MainScreen/commands/selectTemplate.js:23
#: ElectronClient/gui/MainScreen.min.js:448
msgid "Template file:"
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/MainScreen/commands/setTags.js:44
#: ElectronClient/gui/MainScreen.min.js:221
msgid "Add or remove tags:"
msgstr "Dodaj ali odstrani oznako:"
#: ElectronClient/gui/MainScreen/commands/print.js:16
msgid "Print"
msgstr "Natisni"
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/MainScreen/commands/print.js:25
#: ElectronClient/gui/NoteText.min.js:1321
msgid "Only one note can be printed at a time."
msgstr ""
2020-06-13 23:47:15 +02:00
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteToolbar/NoteToolbar.js:32
#: ElectronClient/gui/NoteText.min.js:1656
2020-06-13 23:47:15 +02:00
#, fuzzy, javascript-format
2020-07-12 20:33:09 +02:00
msgid "In: %s"
msgstr "%s: %s"
2020-06-13 23:47:15 +02:00
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/SideBar.min.js:290
2020-06-13 23:47:15 +02:00
#, fuzzy, javascript-format
2020-07-12 20:33:09 +02:00
msgid "Remove tag \"%s\" from all notes?"
msgstr "Odstranite to oznako iz vseh zabeležk?"
#: ElectronClient/gui/SideBar.min.js:304
#, fuzzy
msgid "New sub-notebook"
msgstr "Nova beležnica"
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:39
2018-09-28 20:25:56 +02:00
msgid "Token has been copied to the clipboard!"
msgstr ""
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:69
2018-06-10 12:54:29 +02:00
msgid "The web clipper service is enabled and set to auto-start."
2018-05-26 13:58:44 +02:00
msgstr ""
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:76
2018-05-26 13:58:44 +02:00
#, javascript-format
msgid "Status: Started on port %d"
msgstr ""
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:82
2018-05-26 13:58:44 +02:00
#, fuzzy, javascript-format
msgid "Status: %s"
msgstr "Stanje: %s."
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:88
2018-05-26 13:58:44 +02:00
msgid "Disable Web Clipper Service"
msgstr ""
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:94
2018-05-26 13:58:44 +02:00
msgid "The web clipper service is not enabled."
msgstr ""
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:99
2018-05-26 13:58:44 +02:00
msgid "Enable Web Clipper Service"
msgstr ""
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:122
2018-05-26 13:58:44 +02:00
msgid ""
"Joplin Web Clipper allows saving web pages and screenshots from your browser "
"to Joplin."
msgstr ""
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:127
2018-05-26 13:58:44 +02:00
msgid "In order to use the web clipper, you need to do the following:"
msgstr ""
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:135
2018-05-26 13:58:44 +02:00
msgid "Step 1: Enable the clipper service"
msgstr ""
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:140
2018-05-26 13:58:44 +02:00
msgid ""
"This service allows the browser extension to communicate with Joplin. When "
"enabling it your firewall may ask you to give permission to Joplin to listen "
"to a particular port."
msgstr ""
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:154
2018-05-26 13:58:44 +02:00
msgid "Step 2: Install the extension"
msgstr ""
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:159
2018-05-26 13:58:44 +02:00
msgid "Download and install the relevant extension for your browser:"
msgstr ""
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:174
2018-09-28 20:25:56 +02:00
#, fuzzy
msgid "Advanced options"
msgstr "Pokaži napredne možnosti"
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:179
2018-09-28 20:25:56 +02:00
msgid "Authorisation token:"
msgstr ""
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:189
2018-09-28 20:25:56 +02:00
msgid "Copy token"
msgstr ""
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ClipperConfigScreen.min.js:195
2018-09-28 20:25:56 +02:00
msgid ""
"This authorisation token is only needed to allow third-party applications to "
"access Joplin."
msgstr ""
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/Root.min.js:89
msgid "OneDrive Login"
msgstr "Prijava OneDrive"
#: ElectronClient/gui/Root.min.js:90
msgid "Dropbox Login"
2019-09-25 19:54:25 +02:00
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/Root.min.js:91 ElectronClient/app.js:673
#: ElectronClient/app.js:724
2020-06-13 23:47:15 +02:00
msgid "Import"
msgstr "Uvozi"
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/Root.min.js:92 ElectronClient/app.js:561
2020-06-13 23:47:15 +02:00
msgid "Options"
msgstr "Možnosti"
2019-12-18 13:45:10 +02:00
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/Root.min.js:93
2019-12-18 13:45:10 +02:00
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "Note attachments"
msgstr "Pripni datoteko"
2019-12-18 13:45:10 +02:00
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/Root.min.js:94 ElectronClient/app.js:500
2020-06-13 23:47:15 +02:00
msgid "Synchronisation Status"
msgstr "Sinhronizacijski status"
#: ElectronClient/gui/ExtensionBadge.min.js:10
msgid "Firefox Extension"
msgstr ""
#: ElectronClient/gui/ExtensionBadge.min.js:17
msgid "Chrome Web Store"
msgstr ""
#: ElectronClient/gui/ExtensionBadge.min.js:44
msgid "Get it now:"
msgstr ""
#: ElectronClient/gui/ImportScreen.min.js:62
#, javascript-format
msgid ""
"New notebook \"%s\" will be created and file \"%s\" will be imported into it"
msgstr ""
"Nova beležnica \"%s\" bo ustvarjena in datoteka \"%s\" bo uvožena v njo"
#: ElectronClient/gui/DropboxLoginScreen.min.js:67
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/dropbox-login.js:68
2020-06-13 23:47:15 +02:00
msgid "Submit"
msgstr ""
#: ElectronClient/gui/NoteList.min.js:147
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteList/NoteList.min.js:152
2020-06-13 23:47:15 +02:00
msgid "Custom order"
msgstr ""
#: ElectronClient/gui/NoteList.min.js:147
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteList/NoteList.min.js:152
2019-12-18 13:45:10 +02:00
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "View"
msgstr "Pogled"
2019-12-18 13:45:10 +02:00
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteList.min.js:147
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteList/NoteList.min.js:152
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:329
msgid "Sort notes by"
msgstr "Razporedi zabeležko po"
#: ElectronClient/gui/NoteList.min.js:147
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteList/NoteList.min.js:152
2020-06-13 23:47:15 +02:00
#, javascript-format
2019-12-18 13:45:10 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"To manually sort the notes, the sort order must be changed to \"%s\" in the "
"menu \"%s\" > \"%s\""
2019-12-18 13:45:10 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteList.min.js:148
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteList/NoteList.min.js:153
2020-06-13 23:47:15 +02:00
msgid "Do it now"
msgstr ""
#: ElectronClient/gui/NoteList.min.js:452
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteList/NoteList.min.js:425
2020-06-13 23:47:15 +02:00
msgid "No notes in here. Create one by clicking on \"New note\"."
msgstr ""
"Trenutno ni tukaj nobene zabeležke. Ustvarite jo z klikom na \"Nova zabeležka"
"\"."
#: ElectronClient/gui/NoteList.min.js:452
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteList/NoteList.min.js:425
2020-06-13 23:47:15 +02:00
msgid ""
"There is currently no notebook. Create one by clicking on \"New notebook\"."
msgstr ""
"Trenutno ni tukaj nobene beležnice. Ustvarite jo z klikom na \"Nova beležnica"
"\"."
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/utils/NoteListUtils.js:37
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screen-header.js:362
#, fuzzy
msgid "Duplicate"
msgstr "Izhod iz aplikacije."
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/utils/NoteListUtils.js:42
2020-06-13 23:47:15 +02:00
#, fuzzy, javascript-format
msgid "%s - Copy"
msgstr "Kopiraj"
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/utils/NoteListUtils.js:62
2020-06-13 23:47:15 +02:00
msgid "Switch between note and to-do type"
msgstr "Menjaj med zabeležko in seznamom opravil"
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/utils/NoteListUtils.js:91
2020-06-13 23:47:15 +02:00
#, fuzzy
msgid "Switch to note type"
msgstr "Menjaj med zabeležko in seznamom opravil"
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/utils/NoteListUtils.js:100
2020-06-13 23:47:15 +02:00
#, fuzzy
msgid "Switch to to-do type"
msgstr "Menjaj med zabeležko in seznamom opravil"
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/utils/NoteListUtils.js:110
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/note.js:855
2020-06-13 23:47:15 +02:00
#, fuzzy
msgid "Copy Markdown link"
msgstr "Sistem označevanja"
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/utils/NoteListUtils.js:178
2020-06-13 23:47:15 +02:00
#, fuzzy, javascript-format
msgid "Delete note \"%s\"?"
msgstr "Izbriši zabeležke?"
2019-12-18 13:45:10 +02:00
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/utils/NoteListUtils.js:180
2020-06-13 23:47:15 +02:00
#, fuzzy, javascript-format
msgid "Delete these %d notes?"
msgstr "Izbriši te zabeležke?"
2019-12-18 13:45:10 +02:00
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/FolderPropertiesDialog.min.js:22
msgid "Name"
msgstr ""
2019-12-18 13:45:10 +02:00
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/FolderPropertiesDialog.min.js:23
msgid "Icon"
2019-05-13 23:52:42 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/FolderPropertiesDialog.min.js:272
#, fuzzy
msgid "Notebook properties"
msgstr "Naslov beležnice:"
2019-12-18 13:45:10 +02:00
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteText.min.js:781
#, fuzzy, javascript-format
msgid "This file could not be opened: %s"
msgstr "Beležnica ne more biti shranjena: %s"
2020-06-21 00:21:11 +02:00
#: ElectronClient/gui/NoteText.min.js:1551
msgid "emphasized text"
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteText.min.js:1792
msgid "Click to stop external editing"
msgstr ""
#: ElectronClient/gui/NoteText.min.js:1793
#, fuzzy
msgid "Watching..."
msgstr "V preklicu..."
#: ElectronClient/gui/NoteText.min.js:1801
#: ElectronClient/commands/startExternalEditing.js:18
msgid "Edit in external editor"
msgstr ""
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/NoteText.min.js:1852
#, fuzzy
msgid "Content Properties"
msgstr "Naslov beležnice:"
2018-05-26 13:58:44 +02:00
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/EncryptionConfigScreen.min.js:95
#: ReactNativeClient/lib/components/screens/encryption-config.js:125
2018-06-27 23:00:02 +02:00
msgid "Save"
msgstr "Shrani"
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/EncryptionConfigScreen.min.js:144
2020-03-19 05:49:06 +02:00
msgid "Master keys that need upgrading"
2018-05-26 13:58:44 +02:00
msgstr ""
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/EncryptionConfigScreen.min.js:149
2018-05-26 13:58:44 +02:00
msgid ""
2020-03-19 05:49:06 +02:00
"The following master keys use an out-dated encryption algorithm and it is "
"recommended to upgrade them. The upgraded master key will still be able to "
"decrypt and encrypt your data as usual."
2018-05-26 13:58:44 +02:00
msgstr ""
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/EncryptionConfigScreen.min.js:168
2020-03-19 05:49:06 +02:00
msgid "Upgrade"
msgstr ""
2018-05-26 13:58:44 +02:00
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/EncryptionConfigScreen.min.js:181
2020-03-19 05:49:06 +02:00
#, fuzzy
msgid "Re-encrypt data"
msgstr "Izberi datum"
2018-05-26 13:58:44 +02:00
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/EncryptionConfigScreen.min.js:183
2018-05-26 13:58:44 +02:00
msgid ""
2020-03-19 05:49:06 +02:00
"The default encryption method has been changed to a more secure one and it "
"is recommended that you apply it to your data."
2018-05-26 13:58:44 +02:00
msgstr ""
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/EncryptionConfigScreen.min.js:183
2018-05-26 13:58:44 +02:00
msgid ""
2020-03-19 05:49:06 +02:00
"You may use the tool below to re-encrypt your data, for example if you know "
"that some of your notes are encrypted with an obsolete encryption method."
2018-05-26 13:58:44 +02:00
msgstr ""
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/EncryptionConfigScreen.min.js:185
2020-03-19 05:49:06 +02:00
#, javascript-format
2018-05-26 13:58:44 +02:00
msgid ""
2020-03-19 06:02:36 +02:00
"In order to do so, your entire data set will have to be encrypted and "
2020-03-19 05:49:06 +02:00
"synchronised, so it is best to run it overnight.\n"
"\n"
"To start, please follow these instructions:\n"
"\n"
"1. Synchronise all your devices.\n"
"2. Click \"%s\".\n"
"3. Let it run to completion. While it runs, avoid changing any note on your "
"other devices, to avoid conflicts.\n"
"4. Once sync is done on this device, sync all your other devices and let it "
"run to completion.\n"
"\n"
"Important: you only need to run this ONCE on one device."
2018-05-26 13:58:44 +02:00
msgstr ""
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/EncryptionConfigScreen.min.js:432
#: ReactNativeClient/lib/components/screens/encryption-config.js:279
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/status.js:142
2018-05-26 13:58:44 +02:00
msgid "Status"
msgstr "Status"
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/EncryptionConfigScreen.min.js:437
2018-05-26 13:58:44 +02:00
msgid "Encryption is:"
msgstr "Enkripcija je:"
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/StatusScreen.min.js:33
msgid "Please select where the sync status should be exported to"
msgstr "Prosim izberite, kam želite izvoziti sinhronizacijski status"
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/StatusScreen.min.js:71
#: ReactNativeClient/lib/components/screens/status.js:112
msgid "Retry All"
msgstr ""
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/StatusScreen.min.js:96
#: ReactNativeClient/lib/components/screens/status.js:118
msgid "Retry"
2018-05-26 13:58:44 +02:00
msgstr ""
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/MainScreen.min.js:165
2018-05-26 13:58:44 +02:00
msgid "Please create a notebook first."
msgstr "Najprej prosim ustvarite beležnico."
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/MainScreen.min.js:171
2018-05-26 13:58:44 +02:00
msgid "Please create a notebook first"
msgstr "Najprej prosim ustvarite beležnico"
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/PromptDialog.min.js:249
msgid "Clear"
msgstr "Počisti"
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteContentPropertiesDialog.js:65
2020-03-03 09:56:10 +02:00
msgid "Words"
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteContentPropertiesDialog.js:66
2020-03-03 09:56:10 +02:00
msgid "Characters"
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteContentPropertiesDialog.js:67
2020-03-03 09:56:10 +02:00
msgid "Characters excluding spaces"
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteContentPropertiesDialog.js:68
2020-03-03 09:56:10 +02:00
msgid "Lines"
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteContentPropertiesDialog.js:87
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:314
#: ReactNativeClient/lib/models/Setting.js:315
#: ReactNativeClient/lib/models/Setting.js:316
#, fuzzy
msgid "Editor"
msgstr "Uredi"
2020-03-19 05:49:06 +02:00
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteContentPropertiesDialog.js:88
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:314
#: ReactNativeClient/lib/models/Setting.js:315
#: ReactNativeClient/lib/models/Setting.js:317
#, fuzzy
msgid "Viewer"
msgstr "Pogled"
2020-03-19 05:49:06 +02:00
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteContentPropertiesDialog.js:96
2020-01-25 00:28:54 +02:00
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "Statistics"
msgstr "Status"
2020-01-25 00:28:54 +02:00
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteContentPropertiesDialog.js:100
#, javascript-format
msgid "Read time: %s min"
msgstr ""
#: ElectronClient/gui/NoteContentPropertiesDialog.js:101
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/ShareNoteDialog.js:175
msgid "Close"
2018-09-16 20:53:06 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:82
msgid "This will open a new screen. Save your current changes?"
2018-09-16 20:53:06 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:170
#: ReactNativeClient/lib/components/screens/config.js:307
msgid "Check synchronisation configuration"
msgstr "Preveri nastavitve sinhronizacije"
#: ElectronClient/gui/ConfigScreen.min.js:179
2019-05-13 23:52:42 +02:00
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "Unknown"
msgstr "Nepoznana oznaka: %s"
2019-05-13 23:52:42 +02:00
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:183
#, fuzzy
msgid "Checking..."
msgstr "V preklicu..."
2019-07-22 02:02:25 +02:00
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:187
#: ReactNativeClient/lib/models/Resource.js:320
#, fuzzy
msgid "Error"
msgstr "Samo napake"
#: ElectronClient/gui/ConfigScreen.min.js:198
msgid ""
"The Joplin Nextcloud App is either not installed or misconfigured. Please "
"see the full error message below:"
msgstr ""
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:211
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "Show Log"
msgstr "Prikaži vse"
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:224
msgid "Joplin Nextcloud App status:"
2019-05-13 23:52:42 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:238
2019-05-13 23:52:42 +02:00
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "Check Status"
msgstr "Status"
2019-05-13 23:52:42 +02:00
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:245
#, fuzzy
msgid "Help"
msgstr "Pomoč"
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:264
#, fuzzy
msgid "Show Advanced Settings"
msgstr "Pokaži napredne možnosti"
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:521
msgid "Browse..."
msgstr ""
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/ConfigScreen.min.js:761
msgid "Apply"
msgstr ""
2020-06-13 23:47:15 +02:00
#: ElectronClient/gui/Header.min.js:267
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/Header/Header.min.js:253
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "Usage"
msgstr "Uporaba: %s"
2020-07-12 20:33:09 +02:00
#: ElectronClient/gui/NoteList/commands/focusElementNoteList.js:15
#, fuzzy
msgid "Note list"
msgstr "Beležnice"
#: ElectronClient/gui/Header/commands/focusSearch.js:15
msgid "Search in all the notes"
msgstr "Išči znotraj vseh zabeležk"
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ResourceScreen.js:31
2020-03-03 09:56:10 +02:00
#, fuzzy
msgid "Title"
msgstr "Neimenovano"
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ResourceScreen.js:35
2020-03-03 09:56:10 +02:00
msgid "Size"
msgstr ""
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ResourceScreen.js:39
2020-03-03 09:56:10 +02:00
#, fuzzy
msgid "Action"
msgstr "Izhod iz aplikacije."
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ResourceScreen.js:42
#: ReactNativeClient/lib/path-utils.js:65
#: ReactNativeClient/lib/path-utils.js:101
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/BaseItem.js:720
2020-04-19 01:20:09 +02:00
msgid "Untitled"
msgstr "Neimenovano"
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ResourceScreen.js:93
2020-04-19 01:20:09 +02:00
#, fuzzy, javascript-format
msgid "Delete attachment \"%s\"?"
msgstr "Izbriši zabeležke?"
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ResourceScreen.js:139
2020-04-19 01:20:09 +02:00
msgid ""
"This is an advanced tool to show the attachments that are linked to your "
"notes. Please be careful when deleting one of them as they cannot be "
"restored afterwards."
msgstr ""
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ResourceScreen.js:140
2020-03-03 09:56:10 +02:00
#, fuzzy
msgid "Please wait..."
msgstr "V preklicu...Prosim počakajte."
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ResourceScreen.js:142
2020-03-03 09:56:10 +02:00
msgid "No resources!"
msgstr ""
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ResourceScreen.js:144
2020-03-03 09:56:10 +02:00
#, javascript-format
msgid "Warning: not all resources shown for performance reasons (limit: %s)."
msgstr ""
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ShareNoteDialog.js:158
2019-12-18 13:45:10 +02:00
#, fuzzy
msgid "Synchronising..."
msgstr "Status sinhronizacije"
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ShareNoteDialog.js:160
2019-12-18 13:45:10 +02:00
#, fuzzy
msgid "Generating link..."
msgid_plural "Generating links..."
msgstr[0] "Ustvarjanje nove %s..."
msgstr[1] "Ustvarjanje nove %s..."
msgstr[2] "Ustvarjanje nove %s..."
msgstr[3] "Ustvarjanje nove %s..."
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ShareNoteDialog.js:162
2019-12-18 13:45:10 +02:00
msgid "Link has been copied to clipboard!"
msgid_plural "Links have been copied to clipboard!"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ShareNoteDialog.js:165
2019-12-18 13:45:10 +02:00
msgid ""
"Note: When a note is shared, it will no longer be encrypted on the server."
msgstr ""
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ShareNoteDialog.js:170
2019-12-18 13:45:10 +02:00
msgid "Share Notes"
msgstr ""
2020-06-02 21:40:28 +02:00
#: ElectronClient/gui/ShareNoteDialog.js:172
2019-12-18 13:45:10 +02:00
msgid "Copy Shareable Link"
msgid_plural "Copy Shareable Links"
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/commands/stopExternalEditing.js:16
msgid "Stop external editing"
2020-06-13 23:47:15 +02:00
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/commands/startExternalEditing.js:29
#, javascript-format
msgid "Error opening note in editor: %s"
msgstr "Napaka v odpiranju zabeležke v urejevalniku: %s"
2020-06-13 23:47:15 +02:00
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:460
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Importing from \"%s\" as \"%s\" format. Please wait..."
msgstr "Uvažam v \"%s\" kot \"%s\" format. Prosim počakajte..."
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:522
2020-06-13 23:47:15 +02:00
msgid "Create note from template"
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:528
2020-06-13 23:47:15 +02:00
msgid "Create to-do from template"
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:534
2020-06-13 23:47:15 +02:00
msgid "Insert template"
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:541
2020-06-13 23:47:15 +02:00
#, fuzzy
msgid "Open template directory"
msgstr "Joplin izvozno mesto"
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:548
2020-06-13 23:47:15 +02:00
msgid "Refresh templates"
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:574
2020-06-13 23:47:15 +02:00
#, fuzzy
msgid "Note attachments..."
msgstr "Pripni datoteko"
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:596
2020-06-13 23:47:15 +02:00
#, fuzzy, javascript-format
msgid "Revision: %s (%s)"
msgstr "%s %s (%s)"
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:603
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "%s %s (%s, %s)"
msgstr "%s %s (%s, %s)"
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:605
2020-06-13 23:47:15 +02:00
#, fuzzy, javascript-format
msgid "Client ID: %s"
msgstr "Dokončano: %s"
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:606
2020-06-13 23:47:15 +02:00
#, fuzzy, javascript-format
msgid "Sync Version: %s"
msgstr "Enkripcija je: %s"
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:607
2020-06-13 23:47:15 +02:00
#, fuzzy, javascript-format
msgid "Profile Version: %s"
msgstr "Možne vrednosti: %s."
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:608
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Keychain Supported: %s"
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:630 ElectronClient/app.js:706
2020-06-13 23:47:15 +02:00
#, fuzzy
msgid "&File"
msgstr "Datoteka"
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:636 ElectronClient/app.js:905
2020-06-13 23:47:15 +02:00
msgid "About Joplin"
msgstr "O Joplinu"
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:643
2020-06-13 23:47:15 +02:00
msgid "Preferences..."
2019-10-17 00:14:43 +02:00
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:653 ElectronClient/app.js:887
2020-06-13 23:47:15 +02:00
msgid "Check for updates..."
msgstr "Preverjanje za posodobitvami..."
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:666 ElectronClient/app.js:719
2020-06-13 23:47:15 +02:00
msgid "Templates"
2019-02-24 13:27:47 +02:00
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:692
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Hide %s"
msgstr "Skrij %s"
2018-05-26 13:58:44 +02:00
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:699
2020-06-13 23:47:15 +02:00
msgid "Quit"
msgstr "Izhod"
2018-05-26 13:58:44 +02:00
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:712
2020-06-13 23:47:15 +02:00
msgid "Close Window"
msgstr ""
2018-05-26 13:58:44 +02:00
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:757
2020-03-03 09:56:10 +02:00
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "&Edit"
msgstr "Uredi"
2020-03-03 09:56:10 +02:00
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:776
2020-06-13 23:47:15 +02:00
#, fuzzy
msgid "&View"
msgstr "Pogled"
2020-04-06 02:37:15 +02:00
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:782
2020-06-13 23:47:15 +02:00
msgid "Layout button sequence"
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:822
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "Focus"
msgstr "Fokusiraj vsebino"
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:828
2020-06-13 23:47:15 +02:00
msgid "Actual Size"
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:839 ElectronClient/app.js:845
2020-06-13 23:47:15 +02:00
msgid "Zoom In"
2020-01-21 02:11:57 +02:00
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:852
2020-06-13 23:47:15 +02:00
msgid "Zoom Out"
msgstr ""
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:860
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "&Note"
msgstr "Beležnice"
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:870
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "&Tools"
msgstr "Orodja"
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:874
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "&Help"
msgstr "Pomoč"
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:877
2020-06-13 23:47:15 +02:00
msgid "Website and documentation"
msgstr "Spletna stran in dokumentacija"
2019-12-18 13:45:10 +02:00
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:881
2020-06-13 23:47:15 +02:00
#, fuzzy
msgid "Joplin Forum"
msgstr "Joplin spletna stran"
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:884
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:495
msgid "Make a donation"
msgstr "Doniraj"
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:894
2020-06-13 23:47:15 +02:00
#, fuzzy
msgid "Toggle development tools"
msgstr "Omogoči enkripcijo"
2020-01-21 02:11:57 +02:00
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:1037
2020-06-02 21:40:28 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Open %s"
msgstr "Odpri %s"
2020-06-02 21:40:28 +02:00
2020-07-12 20:33:09 +02:00
#: ElectronClient/app.js:1039
2020-06-13 23:47:15 +02:00
msgid "Exit"
msgstr "Izhod"
#: ReactNativeClient/lib/onedrive-api-node-utils.js:85
msgid ""
"The application has been authorised - you may now close this browser tab."
msgstr "Aplikacija je bila avtorizirana - lahko zaprete zavihek v brskalniku."
#: ReactNativeClient/lib/onedrive-api-node-utils.js:87
msgid "The application has been successfully authorised."
msgstr "Aplikacija je bila uspešno avtorizirana."
#: ReactNativeClient/lib/onedrive-api-node-utils.js:115
msgid ""
"Please open the following URL in your browser to authenticate the "
"application. The application will create a directory in \"Apps/Joplin\" and "
"will only read and write files in this directory. It will have no access to "
"any files outside this directory nor to any other personal data. No data "
"will be shared with any third party."
2020-06-02 21:40:28 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Prosim, odprite sledeči URL v vašem brskalniku za avtentikacijo aplikacije. "
"Aplikacija bo ustvarila mapo v \"Aplikacije/Joplin\" in bo samo bralo in "
"pisalo datoteke v to mapo. Aplikacija ne bo imela dostopa do katerekoli "
"datoteke zunaj mape niti nobene druge osebne mape. Noben podatek ne bo "
"deljen s katerokoli tretjo osebo."
2020-06-02 21:40:28 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/registry.js:156
2020-06-21 00:21:11 +02:00
#, fuzzy
msgid ""
2020-06-21 00:21:11 +02:00
"Could not synchronise with OneDrive.\n"
2020-06-13 23:47:15 +02:00
"\n"
"This error often happens when using OneDrive for Business, which "
"unfortunately cannot be supported.\n"
"\n"
"Please consider using a regular OneDrive account."
msgstr ""
2020-06-13 23:47:15 +02:00
"Ne gre sinhronizirati z OneDrive \n"
"\n"
"Ta napaka se pogosto pojavi, če uporabljate OneDrive Business, ki trenutno "
"še ni podprt .\n"
"\n"
"Prosim, razmislite o uporabi običajnega OneDrive računa ."
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/logger.js:178
#, javascript-format
msgid "Unknown log level: %s"
msgstr "Nepoznana stopnja zapisovanja delovanja programa: %s"
#: ReactNativeClient/lib/logger.js:187
#, javascript-format
msgid "Unknown level ID: %s"
msgstr "Nepoznana stopnja ID: %s"
#: ReactNativeClient/lib/SyncTargetDropbox.js:25
msgid "Dropbox"
msgstr ""
2019-04-02 18:27:19 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/shim-init-node.js:90
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/note.js:523
2018-05-26 13:58:44 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid ""
"You are about to attach a large image (%dx%d pixels). Would you like to "
"resize it down to %d pixels before attaching it?"
msgstr ""
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/shim-init-node.js:156
2018-05-26 13:58:44 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Cannot access %s"
msgstr "Ne gre dostopati %s"
2018-05-26 13:58:44 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Folder.js:28
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Note.js:25
#, fuzzy
msgid "title"
msgstr "Neimenovano"
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Folder.js:29
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Note.js:26
#, fuzzy
msgid "updated date"
msgstr "Posodobljeno: %d."
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Folder.js:89
2020-06-13 23:47:15 +02:00
msgid "Conflicts"
msgstr "Konfikti"
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Folder.js:374
2020-06-13 23:47:15 +02:00
#, fuzzy
msgid "Cannot move notebook to this location"
msgstr "Ni moč premakniti zabeležke v \"%s\" beležnico"
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Folder.js:426
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Notebooks cannot be named \"%s\", which is a reserved title."
msgstr "Beležnica ne more biti imenovana \"%s\", ker je to rezerviran naslov."
#: ReactNativeClient/lib/models/Setting.js:39
#, fuzzy
msgid "yes"
msgstr "Da"
#: ReactNativeClient/lib/models/Setting.js:39
#: ReactNativeClient/lib/models/Setting.js:40
#, javascript-format
msgid "(wysiwyg: %s)"
2019-12-18 13:45:10 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:40
#, fuzzy
msgid "no"
msgstr "n"
#: ReactNativeClient/lib/models/Setting.js:43
#, javascript-format
msgid ""
"Attention: If you change this location, make sure you copy all your content "
"to it before syncing, otherwise all files will be removed! See the FAQ for "
"more details: %s"
2018-05-26 13:58:44 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:51
msgid "Light"
msgstr "Svetlo"
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:52
msgid "Dark"
msgstr "Temno"
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:53
msgid "Dracula"
msgstr ""
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:54
msgid "Solarised Light"
msgstr ""
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:55
msgid "Solarised Dark"
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:56
msgid "Nord"
msgstr ""
2019-12-18 13:45:10 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:57
msgid "Aritim Dark"
msgstr ""
2019-12-18 13:45:10 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:58
2020-06-02 21:40:28 +02:00
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "OLED Dark"
msgstr "Temno"
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:80
msgid "Synchronisation target"
msgstr "Sinhronizacijski cilj"
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:82
2020-04-06 02:37:15 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"The target to synchonise to. Each sync target may have additional parameters "
"which are named as `sync.NUM.NAME` (all documented below)."
2020-04-06 02:37:15 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Ciljno sinhronizacijsko mesto. Vsak sinhronizacijski cilj ima lahko dodatne "
"parametre imenovano kot `sync.NUM.NAME` (vse je dokumentirano spodaj)."
2020-04-06 02:37:15 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:104
msgid "Directory to synchronise with (absolute path)"
msgstr "Mesto ciljne sinhronizacije (absolutna pot)"
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:116
msgid "Nextcloud WebDAV URL"
msgstr "Nextcloud WebDAV URL"
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:127
msgid "Nextcloud username"
msgstr "Nextcloud uporabniško ime"
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:137
msgid "Nextcloud password"
msgstr "Nextcloud geslo"
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:149
msgid "WebDAV URL"
msgstr "WebDAV URL"
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:160
msgid "WebDAV username"
msgstr "WebDAV uporabniško ime"
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:170
msgid "WebDAV password"
msgstr "WebDAV geslo"
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:195
msgid "Attachment download behaviour"
2020-06-02 21:40:28 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:196
2020-06-02 21:40:28 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"In \"Manual\" mode, attachments are downloaded only when you click on them. "
"In \"Auto\", they are downloaded when you open the note. In \"Always\", all "
"the attachments are downloaded whether you open the note or not."
2020-06-02 21:40:28 +02:00
msgstr ""
2019-03-03 19:14:17 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:199
msgid "Always"
msgstr ""
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:200
msgid "Manual"
2020-06-02 21:40:28 +02:00
msgstr ""
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:201
msgid "Auto"
msgstr ""
2018-06-10 12:54:29 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:206
msgid "Max concurrent connections"
2020-05-28 03:06:33 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:215
msgid "Language"
msgstr "Jezik"
#: ReactNativeClient/lib/models/Setting.js:225
msgid "Date format"
msgstr "Način zapisa datuma"
#: ReactNativeClient/lib/models/Setting.js:244
msgid "Time format"
msgstr "Način zapisa ure"
#: ReactNativeClient/lib/models/Setting.js:263
msgid "Theme"
msgstr "Tema"
#: ReactNativeClient/lib/models/Setting.js:274
msgid "Automatically switch theme to match system theme"
2020-01-21 02:11:57 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:286
msgid "Preferred light theme"
2020-01-21 02:11:57 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:300
msgid "Preferred dark theme"
2020-01-21 02:11:57 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:305
#, fuzzy
msgid "Show note counts"
msgstr "Pokaži ikono v območju za obvestila(opravilna vrstica)"
2020-06-02 20:36:22 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:314
#: ReactNativeClient/lib/models/Setting.js:316
#: ReactNativeClient/lib/models/Setting.js:317
msgid "Split View"
2020-06-02 20:36:22 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:314
2020-06-02 21:40:28 +02:00
#, fuzzy, javascript-format
2020-06-13 23:47:15 +02:00
msgid "%s / %s / %s"
msgstr "%s = %s (%s)"
2020-06-02 21:40:28 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:315
#: ReactNativeClient/lib/models/Setting.js:316
#: ReactNativeClient/lib/models/Setting.js:317
#, javascript-format
msgid "%s / %s"
msgstr ""
2020-06-02 21:40:28 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:320
msgid "Uncompleted to-dos on top"
msgstr "Premakni nedokončane sezname opravil na vrh"
#: ReactNativeClient/lib/models/Setting.js:321
2020-04-19 01:20:09 +02:00
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "Show completed to-dos"
msgstr "Premakni nedokončane sezname opravil na vrh"
2020-04-19 01:20:09 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:346
msgid "Auto-pair braces, parenthesis, quotations, etc."
2020-04-19 01:20:09 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:354
msgid "Use CodeMirror as the code editor (WARNING: BETA)."
msgstr ""
2020-04-19 01:20:09 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:356
#: ReactNativeClient/lib/models/Setting.js:374
msgid "Reverse sort order"
msgstr "Obrni vrstni red"
2019-04-02 01:11:40 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:363
#, fuzzy
msgid "Sort notebooks by"
msgstr "Razporedi zabeležko po"
2020-05-28 03:06:33 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:375
msgid "Save geo-location with notes"
msgstr "Shrani geo-lokacijo z zabeležkami"
2020-05-28 03:06:33 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:394
msgid "When creating a new to-do:"
msgstr "Ob ustvarjanju novega seznama opravil:"
2019-11-11 08:46:03 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:397
#: ReactNativeClient/lib/models/Setting.js:412
msgid "Focus title"
msgstr "Fokusiraj naslov"
2019-11-11 08:46:03 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:398
#: ReactNativeClient/lib/models/Setting.js:413
msgid "Focus body"
msgstr "Fokusiraj vsebino"
2019-11-11 08:46:03 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:409
msgid "When creating a new note:"
msgstr "Ob ustvarjanju nove zabeležke:"
2020-06-02 21:40:28 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:423
msgid "Enable soft breaks"
2019-11-11 08:46:03 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:424
msgid "Enable typographer support"
msgstr ""
2020-05-28 03:06:33 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:425
#, fuzzy
msgid "Enable math expressions"
2020-06-02 21:40:28 +02:00
msgstr "Omogoči enkripcijo"
2019-06-08 01:47:09 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:426
msgid "Enable Fountain syntax support"
2019-06-08 01:47:09 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:427
msgid "Enable Mermaid diagrams support"
msgstr ""
2019-06-08 01:47:09 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:429
msgid "Enable ==mark== syntax"
msgstr ""
2019-06-08 01:47:09 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:430
msgid "Enable footnotes"
msgstr ""
2019-06-08 01:47:09 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:431
msgid "Enable table of contents extension"
msgstr ""
2019-06-08 01:47:09 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:432
msgid "Enable ~sub~ syntax"
msgstr ""
2019-06-08 01:47:09 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:433
msgid "Enable ^sup^ syntax"
msgstr ""
2019-06-08 01:47:09 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:434
msgid "Enable deflist syntax"
2019-06-08 01:47:09 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:435
msgid "Enable abbreviation syntax"
2019-06-08 01:47:09 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:436
msgid "Enable markdown emoji"
2019-06-08 01:47:09 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:437
msgid "Enable ++insert++ syntax"
2019-06-08 01:47:09 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:438
msgid "Enable multimarkdown table extension"
2020-06-02 21:40:28 +02:00
msgstr ""
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:450
msgid "Show tray icon"
msgstr "Pokaži ikono v območju za obvestila(opravilna vrstica)"
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:452
msgid "Note: Does not work in all desktop environments."
msgstr ""
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:452
msgid ""
"This will allow Joplin to run in the background. It is recommended to enable "
"this setting so that your notes are constantly being synchronised, thus "
"reducing the number of conflicts."
msgstr ""
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:456
msgid "Start application minimised in the tray icon"
2019-07-22 02:02:25 +02:00
msgstr ""
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:475
2020-06-02 21:40:28 +02:00
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "Editor font size"
msgstr "Družina urejevalnika besedilnega stila"
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:483
2020-06-02 21:40:28 +02:00
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "Editor font"
msgstr "Družina urejevalnika besedilnega stila"
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:507
2020-06-13 23:47:15 +02:00
msgid "Editor font family"
msgstr "Družina urejevalnika besedilnega stila"
2020-04-19 01:20:09 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:509
2019-11-11 08:46:03 +02:00
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid ""
"This should be a *monospace* font or some elements will render incorrectly. "
"If the font is incorrect or empty, it will default to a generic monospace "
"font."
msgstr ""
"Ime besedilnega stila ne bo preverjeno. Če je nepravilen ali prazen, bo "
"nastavljen privzeti splošni besedilni slog."
2019-11-11 08:46:03 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:548
2020-06-13 23:47:15 +02:00
msgid "Custom stylesheet for Joplin-wide app styles"
msgstr ""
2019-11-05 02:02:39 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:554
2020-06-13 23:47:15 +02:00
msgid "Automatically update the application"
msgstr "Samodejno posodobi aplikacijo"
2019-11-05 02:02:39 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:555
2020-06-13 23:47:15 +02:00
msgid "Get pre-releases when checking for updates"
2019-11-05 02:02:39 +02:00
msgstr ""
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:555
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "See the pre-release page for more details: %s"
msgstr ""
2018-05-26 13:58:44 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:563
2020-06-13 23:47:15 +02:00
msgid "Synchronisation interval"
msgstr "Časovni interval sinhronizacije"
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Setting.js:567
#: ReactNativeClient/lib/models/Setting.js:568
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:569
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "%d minutes"
msgstr "Številno minut: %d"
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:570
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "%d hour"
msgstr "Števil ur: %d"
#: ReactNativeClient/lib/models/Setting.js:571
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:572
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "%d hours"
msgstr "Število ur: %d"
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:581
2020-06-13 23:47:15 +02:00
#, fuzzy
msgid "Text editor command"
msgstr "Urejevalnik besedila"
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:581
2020-06-13 23:47:15 +02:00
#, fuzzy
msgid ""
"The editor command (may include arguments) that will be used to open a note. "
"If none is provided it will try to auto-detect the default editor."
2020-01-21 02:11:57 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Urejevalnik, ki bo uporabljen za odpiranje zabeležk. Če noben ni izbran, bo "
"avtomatsko zaznan privzeti urejevalnik."
2020-01-21 02:11:57 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:582
2020-06-13 23:47:15 +02:00
msgid "Page size for PDF export"
2020-06-02 21:40:28 +02:00
msgstr ""
2018-05-26 13:58:44 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:584
2020-06-13 23:47:15 +02:00
msgid "A4"
msgstr ""
2019-03-03 19:14:17 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:585
2020-06-13 23:47:15 +02:00
msgid "Letter"
2020-06-02 21:40:28 +02:00
msgstr ""
2018-05-26 13:58:44 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:586
2020-06-13 23:47:15 +02:00
msgid "A3"
2020-06-02 21:40:28 +02:00
msgstr ""
2018-05-26 13:58:44 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:587
2020-06-13 23:47:15 +02:00
msgid "A5"
msgstr ""
2018-05-26 13:58:44 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:588
2020-06-13 23:47:15 +02:00
msgid "Tabloid"
msgstr ""
2018-05-26 13:58:44 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:589
2020-06-13 23:47:15 +02:00
msgid "Legal"
msgstr ""
2018-05-26 13:58:44 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:592
2020-06-13 23:47:15 +02:00
msgid "Page orientation for PDF export"
msgstr ""
2019-04-21 15:55:12 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:594
2020-06-13 23:47:15 +02:00
msgid "Portrait"
msgstr ""
2020-06-02 21:40:28 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:595
2020-06-13 23:47:15 +02:00
msgid "Landscape"
msgstr ""
2020-06-02 21:40:28 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:606
2020-06-13 23:47:15 +02:00
msgid "Keyboard Mode"
msgstr ""
2019-10-17 00:14:43 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:609
2019-04-02 18:27:19 +02:00
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "Default"
msgstr "Privzeto: %s"
2019-04-02 18:27:19 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:610
2020-06-13 23:47:15 +02:00
msgid "Emacs"
2020-04-19 01:20:09 +02:00
msgstr ""
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:611
2020-06-13 23:47:15 +02:00
msgid "Vim"
msgstr ""
2020-04-19 01:20:09 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:626
2020-06-13 23:47:15 +02:00
msgid "Custom TLS certificates"
2019-04-02 18:27:19 +02:00
msgstr ""
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:627
2020-06-02 21:40:28 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"Comma-separated list of paths to directories to load the certificates from, "
"or path to individual cert files. For example: /my/cert_dir, /other/custom."
"pem. Note that if you make changes to the TLS settings, you must save your "
"changes before clicking on \"Check synchronisation configuration\"."
2019-04-02 18:27:19 +02:00
msgstr ""
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:639
2020-06-13 23:47:15 +02:00
msgid "Ignore TLS certificate errors"
2019-04-02 18:27:19 +02:00
msgstr ""
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:648
2020-06-13 23:47:15 +02:00
msgid "Fail-safe"
2019-04-02 18:27:19 +02:00
msgstr ""
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:649
2020-06-13 23:47:15 +02:00
msgid ""
"Fail-safe: Do not wipe out local data when sync target is empty (often the "
"result of a misconfiguration or bug)"
2019-04-02 18:27:19 +02:00
msgstr ""
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:653
2020-06-13 23:47:15 +02:00
msgid ""
"Specify the port that should be used by the API server. If not set, a "
"default will be used."
2019-04-02 18:27:19 +02:00
msgstr ""
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:661
2020-06-13 23:47:15 +02:00
#, fuzzy
msgid "Enable note history"
msgstr "Omogoči enkripcijo"
2019-04-02 18:27:19 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:671
2020-06-13 23:47:15 +02:00
msgid "days"
msgstr ""
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:671
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "%d days"
msgstr ""
2019-04-02 18:27:19 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:673
2020-06-13 23:47:15 +02:00
msgid "Keep note history for"
msgstr ""
2019-04-02 18:27:19 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:700
2020-06-13 23:47:15 +02:00
msgid "Notebook list growth factor"
msgstr ""
2020-06-02 21:40:28 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:702
#: ReactNativeClient/lib/models/Setting.js:715
#: ReactNativeClient/lib/models/Setting.js:728
2020-06-02 21:40:28 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"The factor property sets how the item will grow or shrink to fit the "
"available space in its container with respect to the other items. Thus an "
"item with a factor of 2 will take twice as much space as an item with a "
"factor of 1.Restart app to see changes."
2019-04-02 18:27:19 +02:00
msgstr ""
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:713
2020-06-13 23:47:15 +02:00
msgid "Note list growth factor"
msgstr ""
2018-05-26 13:58:44 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:726
2020-06-13 23:47:15 +02:00
msgid "Note area growth factor"
msgstr ""
2018-11-14 01:17:56 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:878
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Invalid option value: \"%s\". Possible values are: %s."
msgstr "Neveljavna vrednost: \"%s\". Možne vrednosti so : %s."
2018-09-09 21:05:36 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:1206
2018-12-09 02:22:16 +02:00
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "General"
msgstr "Splošne možnosti"
2018-12-09 02:22:16 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:1207
2019-09-25 19:54:25 +02:00
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "Synchronisation"
msgstr "Status sinhronizacije"
2019-09-25 19:54:25 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:1208
2020-06-13 23:47:15 +02:00
msgid "Appearance"
msgstr ""
2018-05-26 13:58:44 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:1209
2018-05-26 13:58:44 +02:00
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "Note"
msgstr "Beležnice"
2019-12-18 13:45:10 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:1210
2020-06-13 23:47:15 +02:00
msgid "Plugins"
msgstr ""
2018-05-26 13:58:44 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:1211
2020-06-02 21:40:28 +02:00
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "Application"
msgstr "Izhod iz aplikacije."
2019-01-19 20:22:18 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:1213
2020-06-13 23:47:15 +02:00
#, fuzzy
msgid "Encryption"
msgstr "Enkripcija je:"
2019-01-19 20:22:18 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:1214
2020-06-13 23:47:15 +02:00
msgid "Web Clipper"
msgstr ""
2018-05-26 13:58:44 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:1219
2020-06-13 23:47:15 +02:00
msgid ""
"These plugins enhance the Markdown renderer with additional features. Please "
"note that, while these features might be useful, they are not standard "
"Markdown and thus most of them will only work in Joplin. Additionally, some "
"of them are *incompatible* with the WYSIWYG editor. If you open a note that "
"uses one of these plugins in that editor, you will lose the plugin "
"formatting. It is indicated below which plugins are compatible or not with "
"the WYSIWYG editor."
msgstr ""
2018-05-26 13:58:44 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Setting.js:1220
2018-05-26 13:58:44 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Notes and settings are stored in: %s"
msgstr "Zabeležke in nastavitve so shranjene v: %s"
2018-06-27 23:00:02 +02:00
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/models/Resource.js:317
msgid "Not downloaded"
2018-06-27 23:00:02 +02:00
msgstr ""
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/models/Resource.js:318
msgid "Downloading"
2019-10-17 00:14:43 +02:00
msgstr ""
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/models/Resource.js:319
msgid "Downloaded"
2019-10-17 00:14:43 +02:00
msgstr ""
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/models/Resource.js:371
#, fuzzy, javascript-format
msgid "Attachment conflict: \"%s\""
msgstr "Pripni datoteko"
2019-10-17 00:14:43 +02:00
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/models/Resource.js:372
#, javascript-format
msgid ""
"There was a [conflict](%s) on the attachment below.\n"
"\n"
"%s"
2019-10-17 00:14:43 +02:00
msgstr ""
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Tag.js:384
#, fuzzy
msgid "Cannot move tag to this location."
msgstr "Ni moč premakniti zabeležke v \"%s\" beležnico"
#: ReactNativeClient/lib/models/Tag.js:429
msgid "Tag name cannot start or end with a `/`."
msgstr ""
#: ReactNativeClient/lib/models/Tag.js:431
msgid "Tag name cannot contain `//`."
msgstr ""
#: ReactNativeClient/lib/models/Tag.js:482
2020-06-02 21:40:28 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "The tag \"%s\" already exists. Please choose a different name."
2020-05-28 03:06:33 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Note.js:27
2020-05-28 03:06:33 +02:00
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "created date"
msgstr "Ustvarjeno: %d."
2020-05-28 03:06:33 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Note.js:28
msgid "custom order"
2020-05-28 03:06:33 +02:00
msgstr ""
2020-03-30 17:03:18 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/models/Note.js:92
msgid "This note does not have geolocation information."
msgstr "Ta zabeležke nima geografske lokacije."
2019-09-09 19:22:20 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Note.js:466
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Cannot copy note to \"%s\" notebook"
msgstr "Ni moč kopirati zabeležke v \"%s\" beležnico"
2019-05-13 23:52:42 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/Note.js:477
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Cannot move note to \"%s\" notebook"
msgstr "Ni moč premakniti zabeležke v \"%s\" beležnico"
2019-05-13 23:52:42 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/BaseItem.js:719
2020-06-13 23:47:15 +02:00
msgid "Encrypted"
msgstr "Enkriptirano"
2019-05-13 23:52:42 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/models/BaseItem.js:779
2020-06-13 23:47:15 +02:00
msgid "Encrypted items cannot be modified"
msgstr "Enkriptirani predmeti ne morejo biti spremenjeni"
2019-05-13 23:52:42 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/SyncTargetOneDriveDev.js:15
msgid "OneDrive Dev (For testing only)"
msgstr "OneDrive Dev (samo za testiranje)"
2020-05-28 03:06:33 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/BaseApplication.js:138
#: ReactNativeClient/lib/BaseApplication.js:151
#: ReactNativeClient/lib/BaseApplication.js:182
#, javascript-format
msgid "Usage: %s"
msgstr "Uporaba: %s"
2020-05-28 03:06:33 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/BaseApplication.js:217
#, javascript-format
msgid "Unknown flag: %s"
msgstr "Nepoznana oznaka: %s"
2020-05-28 03:06:33 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/SyncTargetOneDrive.js:25
msgid "OneDrive"
msgstr "OneDrive"
2020-05-28 03:06:33 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/select-date-time-dialog.js:65
#, fuzzy
msgid "Clear alarm"
msgstr "Nastavi alarm"
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/select-date-time-dialog.js:68
#, fuzzy
msgid "Save alarm"
msgstr "Nastavi alarm"
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/select-date-time-dialog.js:86
msgid "Select date"
msgstr "Izberi datum"
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/select-date-time-dialog.js:88
msgid "Confirm"
msgstr "Potrdi"
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/CameraView.js:180
msgid "Permission to use camera"
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/CameraView.js:181
msgid "Your permission to use your camera is required."
2020-06-02 21:40:28 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screen-header.js:185
msgid "Delete these notes?"
msgstr "Izbriši te zabeležke?"
2020-04-19 01:20:09 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screen-header.js:392
msgid "Move to notebook..."
msgstr "Premakni v beležnico..."
2020-04-19 01:20:09 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screen-header.js:433
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Move %d notes to notebook \"%s\"?"
msgstr "Premakni %d zabeležk v beležnico \"%s\"?"
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screen-header.js:451
msgid "Press to set the decryption password."
msgstr "Klikni za nastavitev dekripcijskega gesla."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screen-header.js:452
2020-06-02 21:40:28 +02:00
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "Some items cannot be synchronised. Press for more info."
msgstr "Nekateri premeti ne morejo biti sinhronizirani."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/side-menu-content.js:126
#, fuzzy, javascript-format
msgid "Notebook: %s"
msgstr "Beležnice"
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/side-menu-content.js:132
#, fuzzy
msgid "Encrypted notebooks cannot be renamed"
msgstr "Enkriptirani predmeti ne morejo biti spremenjeni"
2019-09-25 19:54:25 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/side-menu-content.js:312
2019-09-25 19:54:25 +02:00
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "New Notebook"
msgstr "Nova beležnica"
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/side-menu-content.js:316
#: ReactNativeClient/lib/components/screens/config.js:549
msgid "Configuration"
msgstr "Nastavitve"
2018-11-14 01:17:56 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/note-list.js:97
#, fuzzy
msgid "You currently have no notebooks."
msgstr "Ni aktivnih beležnic."
2019-12-18 13:45:10 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/note-list.js:101
#, fuzzy
msgid "Create a notebook"
msgstr "Ustvari novo beležnico."
2019-12-18 13:45:10 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/note-list.js:105
msgid "There are currently no notes. Create one by clicking on the (+) button."
msgstr "Trenutno ni zabeležk. Ustvarite jo s klikom na (+) gumb."
2019-02-24 13:27:47 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/shared/config-shared.js:46
#, fuzzy
msgid "Checking... Please wait."
msgstr "V preklicu...Prosim počakajte."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/shared/config-shared.js:48
#, fuzzy
msgid "Success! Synchronisation configuration appears to be correct."
msgstr "Preveri nastavitve sinhronizacije"
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/shared/config-shared.js:50
msgid ""
"Error. Please check that URL, username, password, etc. are correct and that "
"the sync target is accessible. The reported error was:"
2020-06-02 21:40:28 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/shared/dropbox-login-shared.js:39
2020-06-02 21:40:28 +02:00
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "The application has been authorised!"
msgstr "Aplikacija je bila uspešno avtorizirana."
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/shared/dropbox-login-shared.js:43
#, javascript-format
msgid ""
"Could not authorise application:\n"
"\n"
"%s\n"
"\n"
"Please try again."
2020-06-02 21:40:28 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:31
msgid ""
"Please confirm that you would like to re-encrypt your complete database."
2020-06-02 21:40:28 +02:00
msgstr ""
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:37
msgid "Your data is going to be re-encrypted and synced again."
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:47
msgid ""
"Please enter your password in the master key list below before upgrading the "
"key."
2020-06-02 21:40:28 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:56
msgid "The master key has been upgraded successfully!"
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:58
#, javascript-format
msgid "Could not upgrade master key: %s"
2020-06-02 21:40:28 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/shared/encryption-config-shared.js:110
#, fuzzy, javascript-format
msgid "Decrypted items: %s / %s"
msgstr "Preneseni predmeti: %d/%d."
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/folder.js:87
#, javascript-format
msgid "The notebook could not be saved: %s"
msgstr "Beležnica ne more biti shranjena: %s"
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/folder.js:109
msgid "Edit notebook"
msgstr "Uredi beležnico"
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/folder.js:110
#, fuzzy
msgid "Enter notebook title"
msgstr "Naslov beležnice:"
2020-01-21 02:11:57 +02:00
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/onedrive-login.js:109
2020-06-13 23:47:15 +02:00
msgid "Login with OneDrive"
msgstr "Prijavi se z OneDrive"
2020-01-21 02:11:57 +02:00
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/onedrive-login.js:120
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/log.js:109
#: ReactNativeClient/lib/components/screens/status.js:144
msgid "Refresh"
msgstr "Osveži"
2020-01-21 02:11:57 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/NoteTagsDialog.js:163
msgid "New tags:"
2020-01-21 02:11:57 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/NoteTagsDialog.js:178
msgid "Type new tags or select from list"
2020-06-02 21:40:28 +02:00
msgstr ""
2020-01-21 02:11:57 +02:00
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/dropbox-login.js:55
2020-06-13 23:47:15 +02:00
#, fuzzy
msgid "Login with Dropbox"
msgstr "Prijavi se z OneDrive"
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/dropbox-login.js:66
2020-06-13 23:47:15 +02:00
msgid "Enter code here"
2020-06-02 21:40:28 +02:00
msgstr ""
2020-01-21 02:11:57 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/encryption-config.js:119
#, javascript-format
msgid "Master Key %s"
msgstr "Glavno geslo %s"
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/encryption-config.js:120
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/note.js:773
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Created: %s"
msgstr "Ustvarjeno: %s"
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/encryption-config.js:122
#: ReactNativeClient/lib/components/screens/encryption-config.js:151
msgid "Password:"
msgstr "Geslo:"
#: ReactNativeClient/lib/components/screens/encryption-config.js:137
msgid "Password cannot be empty"
msgstr "Geslo ne more biti prazno"
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/encryption-config.js:139
2020-06-02 21:40:28 +02:00
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "Confirm password cannot be empty"
msgstr "Geslo ne more biti prazno"
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/encryption-config.js:150
msgid ""
"Enabling encryption means *all* your notes and attachments are going to be "
"re-synchronised and sent encrypted to the sync target. Do not lose the "
"password as, for security purposes, this will be the *only* way to decrypt "
"the data! To enable encryption, please enter your password below."
2020-06-02 21:40:28 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Omogočanje enkripcije pomeni, da bodo *vse* vaše zabeležke in priponke "
"ponovno sinhronizirane in poslane enkriptirane do ciljne sinhronizacijske "
"naprave. Obvezno si zapomnite geslo, saj bo zaradi varnostnih namenov to "
"edini način, da dekriptirate vsebino beležnice. Da omogočite enkripcijo, "
"vnesite geslo."
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/encryption-config.js:177
msgid "Enable"
msgstr "Omogoči"
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/encryption-config.js:248
msgid "Missing Master Keys"
msgstr "Manjkajoča glavna gesla"
2020-06-02 21:40:28 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/encryption-config.js:249
msgid ""
"The master keys with these IDs are used to encrypt some of your items, "
"however the application does not currently have access to them. It is likely "
"they will eventually be downloaded via synchronisation."
2020-06-02 21:40:28 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
"Glavna gesla s sledečimi ID so uporabljena za enkripcijo nekaterih vaših "
"predmetov. Kakorkoli, aplikacija trenutno nima dostopa do njih. Verjetno je, "
"da bodo sčasoma preneseni s sinhronizacijo."
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/encryption-config.js:258
msgid "Disable encryption"
msgstr "Onemogoči enkripcijo"
2018-11-14 01:17:56 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/encryption-config.js:258
msgid "Enable encryption"
msgstr "Omogoči enkripcijo"
2018-11-14 01:17:56 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/encryption-config.js:264
#: ReactNativeClient/lib/components/screens/config.js:316
msgid "Encryption Config"
msgstr "Nastavite enkripcije"
2019-09-06 19:33:30 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/encryption-config.js:268
2020-06-02 21:40:28 +02:00
msgid ""
2020-06-13 23:47:15 +02:00
"For more information about End-To-End Encryption (E2EE) and advice on how to "
"enable it please check the documentation:"
2020-06-02 21:40:28 +02:00
msgstr ""
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/log.js:100
#: ReactNativeClient/lib/components/screens/config.js:439
msgid "Log"
msgstr "Dnevnik"
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/log.js:117
msgid "Show all"
msgstr "Prikaži vse"
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/log.js:117
msgid "Errors only"
msgstr "Samo napake"
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:50
msgid "Warning"
2020-06-02 21:40:28 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:50
msgid ""
"In order to use file system synchronisation your permission to write to "
"external storage is required."
2020-06-02 21:40:28 +02:00
msgstr ""
2020-01-21 02:11:57 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:436
#, fuzzy
msgid "Tools"
msgstr "Orodja"
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:438
#, fuzzy
msgid "Sync Status"
msgstr "Status"
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:441
#, fuzzy
msgid "Creating report..."
msgstr "Ustvarjanje nove %s..."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:441
msgid "Export Debug Report"
msgstr "Izvozi poročilo o napakah"
#: ReactNativeClient/lib/components/screens/config.js:443
msgid "Fixing search index..."
2020-06-02 21:40:28 +02:00
msgstr ""
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:443
msgid "Fix search index"
2020-06-02 21:40:28 +02:00
msgstr ""
2019-07-21 09:49:49 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:443
msgid ""
"Use this to rebuild the search index if there is a problem with search. It "
"may take a long time depending on the number of notes."
2020-06-02 21:40:28 +02:00
msgstr ""
2019-07-21 09:49:49 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:446
2019-07-21 09:49:49 +02:00
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "Exporting profile..."
msgstr "Uvažanje zabeležk..."
2019-07-21 09:49:49 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:446
#, fuzzy
msgid "Export profile"
msgstr "Joplin izvozna datoteka"
2019-07-21 09:49:49 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:446
msgid "For debugging purpose only: export your profile to an external SD card."
2020-06-02 21:40:28 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:461
#, fuzzy
msgid "More information"
msgstr "Nastavitve"
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:471
msgid ""
2020-06-13 23:47:15 +02:00
"To work correctly, the app needs the following permissions. Please enable "
"them in your phone settings, in Apps > Joplin > Permissions"
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:474
msgid ""
"- Storage: to allow attaching files to notes and to enable filesystem "
"synchronisation."
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:477
msgid "- Camera: to allow taking a picture and attaching it to a note."
2020-03-19 05:49:06 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:480
msgid "- Location: to allow attaching geo-location information to a note."
2020-03-19 05:49:06 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:509
msgid "Joplin website"
msgstr "Joplin spletna stran"
#: ReactNativeClient/lib/components/screens/config.js:537
#, javascript-format
msgid "Database v%s"
2020-03-19 05:49:06 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/config.js:543
#, fuzzy, javascript-format
msgid "FTS enabled: %d"
msgstr "Za izbris: %d"
2020-06-02 21:40:28 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/note.js:97
msgid "This note has been modified:"
msgstr "Ta zabeležka je bila spremenjena:"
2020-03-19 05:49:06 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/note.js:97
msgid "Save changes"
msgstr "Shrani spremembe"
2020-03-19 05:49:06 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/note.js:97
msgid "Discard changes"
msgstr "Opusti spremembe"
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/note.js:161
#, javascript-format
msgid "No item with ID %s"
2018-05-26 13:58:44 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/note.js:180
msgid "This attachment is not downloaded or not decrypted yet."
2018-05-26 13:58:44 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/note.js:184
#, javascript-format
msgid "The Joplin mobile app does not currently support this type of link: %s"
2019-07-21 09:49:49 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/note.js:188
#, javascript-format
msgid "Links with protocol \"%s\" are not supported"
2019-07-21 09:49:49 +02:00
msgstr ""
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/note.js:618
2020-06-02 21:40:28 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Unsupported image type: %s"
msgstr "Nepodprt tip slike: %s"
2019-07-21 09:49:49 +02:00
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/note.js:774
2020-06-13 23:47:15 +02:00
#, fuzzy, javascript-format
msgid "Updated: %s"
msgstr "Posodobljeno: %d."
2019-07-21 09:49:49 +02:00
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/note.js:778
2020-06-13 23:47:15 +02:00
msgid "View on map"
msgstr "Prikaži na zemljevidu"
2019-07-21 09:49:49 +02:00
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/note.js:785
2020-06-13 23:47:15 +02:00
msgid "Go to source URL"
2020-06-02 21:40:28 +02:00
msgstr ""
2019-07-21 09:49:49 +02:00
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/note.js:813
2019-07-21 09:49:49 +02:00
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "Attach..."
msgstr "Išči"
2019-07-21 09:49:49 +02:00
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/note.js:815
2020-06-02 21:40:28 +02:00
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "Choose an option"
msgstr "Pokaži napredne možnosti"
2020-06-02 21:40:28 +02:00
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/note.js:815
2020-06-02 21:40:28 +02:00
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "Take photo"
msgstr "Pripni fotografijo"
2019-07-21 09:49:49 +02:00
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/note.js:815
2020-06-13 23:47:15 +02:00
msgid "Attach photo"
msgstr "Pripni fotografijo"
2019-07-21 09:49:49 +02:00
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/note.js:815
2020-06-13 23:47:15 +02:00
msgid "Attach any file"
msgstr "Pripni katerokoli datoteko"
2020-01-21 02:11:57 +02:00
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/note.js:834
2020-06-13 23:47:15 +02:00
msgid "Share"
2020-01-21 02:11:57 +02:00
msgstr ""
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/note.js:848
2020-06-13 23:47:15 +02:00
msgid "Convert to note"
msgstr "Pretvori v zabeležko"
2018-05-26 13:58:44 +02:00
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/note.js:848
2020-06-13 23:47:15 +02:00
msgid "Convert to todo"
msgstr "Pretvori v za narediti"
2018-05-26 13:58:44 +02:00
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/note.js:862
2020-06-13 23:47:15 +02:00
msgid "Properties"
2018-05-26 13:58:44 +02:00
msgstr ""
2020-06-02 21:40:28 +02:00
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/note.js:1042
#: ReactNativeClient/lib/components/screens/note.js:1100
2020-06-13 23:47:15 +02:00
msgid "Add body"
msgstr ""
2020-06-02 21:40:28 +02:00
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/components/screens/note.js:1150
2020-06-02 21:40:28 +02:00
#, fuzzy
2020-06-13 23:47:15 +02:00
msgid "Add title"
msgstr "Neimenovano"
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/components/screens/search.js:163
msgid "Search"
msgstr "Išči"
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/onedrive-api.js:342
msgid ""
"Cannot refresh token: authentication data is missing. Starting the "
"synchronisation again may fix the problem."
msgstr ""
"Ne gre osvežiti tokena: manjkajo podatki o avtentikaciji. Ponovno zaženite "
"sinhronizacijo, da morda popravite težavo."
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/synchronizer.js:94
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Created local items: %d."
msgstr "Ustvarjeni lokalni predmeti: %d."
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/synchronizer.js:95
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Updated local items: %d."
msgstr "Posodobljeni lokalni predmeti: %d."
2018-05-26 13:58:44 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/synchronizer.js:96
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Created remote items: %d."
msgstr "Ustvarjeni oddaljeni predmeti: %d."
2020-06-02 21:40:28 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/synchronizer.js:97
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Updated remote items: %d."
msgstr "Posodobljeni oddaljeni predmeti: %d."
2019-01-10 20:59:56 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/synchronizer.js:98
2018-05-26 13:58:44 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Deleted local items: %d."
msgstr "Izbrisani lokalni predmeti: %d."
2018-05-26 13:58:44 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/synchronizer.js:99
2018-05-26 13:58:44 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Deleted remote items: %d."
msgstr "Izbrisani oddaljeni predmeti: %d."
2018-05-26 13:58:44 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/synchronizer.js:100
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Fetched items: %d/%d."
msgstr "Preneseni predmeti: %d/%d."
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/synchronizer.js:102
2020-06-13 23:47:15 +02:00
msgid "Cancelling..."
msgstr "V preklicu..."
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/synchronizer.js:103
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Completed: %s"
msgstr "Dokončano: %s"
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/synchronizer.js:104
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid "Last error: %s"
msgstr "Zadnja napaka: %s"
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/synchronizer.js:204
2020-06-13 23:47:15 +02:00
msgid "Idle"
msgstr "V mirovanju"
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/synchronizer.js:205
2020-06-13 23:47:15 +02:00
msgid "In progress"
msgstr "V postopku"
#: ReactNativeClient/lib/JoplinServerApi.js:71
2020-06-02 21:40:28 +02:00
#, javascript-format
msgid ""
2020-06-13 23:47:15 +02:00
"Could not connect to the Joplin Nextcloud app. Please check the "
"configuration in the Synchronisation config screen. Full error was:\n"
"\n"
"%s"
2020-06-02 21:40:28 +02:00
msgstr ""
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/SyncTargetNextcloud.js:26
msgid "Nextcloud"
msgstr "Nextcloud"
#: ReactNativeClient/lib/SyncTargetWebDAV.js:23
msgid "WebDAV"
msgstr "WebDAV"
#: ReactNativeClient/lib/SyncTargetFilesystem.js:18
msgid "File system"
msgstr "Sistem datotek"
2018-05-26 13:58:44 +02:00
2020-07-12 20:33:09 +02:00
#: ReactNativeClient/lib/commands/historyForward.js:16
msgid "Forward"
msgstr ""
#: ReactNativeClient/lib/commands/synchronize.js:17
#, fuzzy
msgid "Synchronize"
msgstr "Sinhroniziraj"
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/InteropService_Exporter_Jex.js:29
msgid "There is no data to export."
msgstr "Ni datotek za izvoz."
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/services/RevisionService.js:215
msgid "Restored Notes"
msgstr ""
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/InteropService_Importer_Md.js:29
msgid "Please specify the notebook where the notes should be imported to."
msgstr "Prosim navedite beležnico, kamor želite uvoziti zabeležke."
#: ReactNativeClient/lib/services/report.js:121
msgid "Items that cannot be synchronised"
msgstr "Predmeti ne morejo biti sinhronizirani"
2019-10-17 00:14:43 +02:00
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:123
2020-03-19 05:49:06 +02:00
msgid ""
2020-06-02 21:40:28 +02:00
"These items will remain on the device but will not be uploaded to the sync "
"target. In order to find these items, either search for the title or the ID "
"(which is displayed in brackets above)."
2020-03-19 05:49:06 +02:00
msgstr ""
2020-06-02 21:40:28 +02:00
"Ti predmeti bodo ostali na napravi, ampak ne bodo naloženi na "
"sinhronizacijski cilj. Če želite najti te predmete, iščite po ali naslovu "
"ali ID(je prikazan zgoraj v oklepajih)"
2020-03-19 05:49:06 +02:00
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:130
#, fuzzy, javascript-format
msgid "%s (%s) could not be uploaded: %s"
msgstr "Beležnica ne more biti shranjena: %s"
2018-05-26 13:58:44 +02:00
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:132
#, fuzzy, javascript-format
msgid "Item \"%s\" could not be downloaded: %s"
msgstr "Beležnica ne more biti shranjena: %s"
#: ReactNativeClient/lib/services/report.js:142
#, fuzzy
msgid "Items that cannot be decrypted"
msgstr "Predmeti ne morejo biti sinhronizirani"
2020-03-19 05:49:06 +02:00
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:144
2020-03-19 05:49:06 +02:00
msgid ""
2020-06-02 21:40:28 +02:00
"Joplin failed to decrypt these items multiple times, possibly because they "
"are corrupted or too large. These items will remain on the device but Joplin "
"will no longer attempt to decrypt them."
2020-03-19 05:49:06 +02:00
msgstr ""
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:182
#, fuzzy
msgid "Attachments"
msgstr "Pripni datoteko"
2020-03-19 05:49:06 +02:00
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:190
msgid "Downloaded and decrypted"
msgstr ""
2020-03-19 05:49:06 +02:00
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:190
#: ReactNativeClient/lib/services/report.js:191
#: ReactNativeClient/lib/services/report.js:194
#, fuzzy, javascript-format
msgid "%s: %d"
msgstr "%s: %s"
#: ReactNativeClient/lib/services/report.js:191
msgid "Downloaded and encrypted"
2020-03-19 05:49:06 +02:00
msgstr ""
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:204
#, fuzzy
msgid "Attachments that could not be downloaded"
2018-05-26 13:58:44 +02:00
msgstr "Beležnica ne more biti shranjena: %s"
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:209
#, javascript-format
msgid "%s (%s): %s"
msgstr "%s (%s): %s"
2018-05-26 13:58:44 +02:00
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:222
msgid "Sync status (synced items / total items)"
msgstr "Status sinhronizacije(sinhronizirani predmeti / vse datoteke)"
2019-07-21 09:49:49 +02:00
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:226
#, javascript-format
msgid "%s: %d/%d"
msgstr "%s: %d/%d"
2019-12-18 13:45:10 +02:00
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:229
#, javascript-format
msgid "Total: %d/%d"
msgstr "Skupno: %d/%d"
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:231
#, javascript-format
msgid "Conflicted: %d"
msgstr "V konfliktu: %d"
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:232
#, javascript-format
msgid "To delete: %d"
msgstr "Za izbris: %d"
2018-05-26 13:58:44 +02:00
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:236
msgid "Folders"
msgstr "Datoteke"
2018-05-26 13:58:44 +02:00
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:244
#, javascript-format
msgid "%s: %d notes"
msgstr "%s: %d zabeležke"
2018-05-26 13:58:44 +02:00
2020-06-02 21:40:28 +02:00
#: ReactNativeClient/lib/services/report.js:252
msgid "Coming alarms"
msgstr "Prihajajoči alarmi"
#: ReactNativeClient/lib/services/report.js:257
2018-05-26 13:58:44 +02:00
#, javascript-format
2020-06-02 21:40:28 +02:00
msgid "On %s: %s"
msgstr "Vključeno %s: %s"
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/services/InteropService.js:29
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/services/InteropService.js:68
2020-06-13 23:47:15 +02:00
msgid "Joplin Export File"
msgstr "Joplin izvozna datoteka"
2020-01-21 02:11:57 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/services/InteropService.js:36
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/services/InteropService.js:83
2020-06-13 23:47:15 +02:00
msgid "Markdown"
msgstr "Sistem označevanja"
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/services/InteropService.js:41
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/services/InteropService.js:73
2020-06-13 23:47:15 +02:00
msgid "Joplin Export Directory"
msgstr "Joplin izvozno mesto"
2019-06-20 00:18:24 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/services/InteropService.js:47
#, fuzzy
msgid "Evernote Export File (as Markdown)"
msgstr "Evernote izvozna datoteka"
2018-05-26 13:58:44 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/services/InteropService.js:55
#, fuzzy
msgid "Evernote Export File (as HTML)"
msgstr "Evernote izvozna datoteka"
2019-11-20 21:06:45 +02:00
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/services/InteropService.js:78
2020-06-13 23:47:15 +02:00
#, fuzzy
msgid "Json Export Directory"
msgstr "Joplin izvozno mesto"
2019-11-20 21:06:45 +02:00
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/services/InteropService.js:90
2020-06-13 23:47:15 +02:00
#, fuzzy
msgid "HTML File"
msgstr "Datoteka"
2019-11-20 21:06:45 +02:00
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/services/InteropService.js:95
2020-06-13 23:47:15 +02:00
#, fuzzy
msgid "HTML Directory"
msgstr "Mesto datoteke"
2019-11-20 21:06:45 +02:00
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/services/InteropService.js:128
2020-06-13 23:47:15 +02:00
msgid "File"
msgstr "Datoteka"
2019-11-20 21:06:45 +02:00
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/services/InteropService.js:128
2020-06-13 23:47:15 +02:00
msgid "Directory"
msgstr "Mesto datoteke"
2019-11-20 21:06:45 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/services/InteropService.js:174
2020-06-21 00:21:11 +02:00
#, fuzzy, javascript-format
msgid "Cannot load \"%s\" module for format \"%s\" and output \"%s\""
2020-06-13 23:47:15 +02:00
msgstr "Ne gre naložiti \"%s\" modula za format \"%s\""
2019-11-20 21:06:45 +02:00
2020-06-13 23:47:15 +02:00
#: ReactNativeClient/lib/services/InteropService.js:232
2020-06-02 21:40:28 +02:00
#, javascript-format
2020-06-13 23:47:15 +02:00
msgid "Please specify import format for %s"
msgstr "Prosim navedite format uvoza za %s"
2020-06-02 21:40:28 +02:00
2020-06-21 00:21:11 +02:00
#: ReactNativeClient/lib/services/InteropService.js:361
2020-06-13 23:47:15 +02:00
#, javascript-format
msgid ""
"This item is currently encrypted: %s \"%s\". Please wait for all items to be "
"decrypted and try again."
msgstr ""
2020-06-13 23:47:15 +02:00
"Predmet je trenutno enkriptiran: %s \"%s\". Prosim počakajte, da bodo vsi "
"predmeti dekriptirani in poskusite ponovno."
2018-05-26 13:58:44 +02:00
2020-07-12 20:33:09 +02:00
#~ msgid "Add or remove tags"
#~ msgstr "Dodaj ali odstrani oznake"
2020-06-02 20:36:22 +02:00
#, fuzzy
#~ msgid "Content properties"
#~ msgstr "Naslov beležnice:"
2020-05-28 03:06:33 +02:00
#, fuzzy
#~ msgid "Information"
#~ msgstr "Nastavitve"
2020-04-19 01:20:09 +02:00
#, fuzzy
#~ msgid "Resources"
#~ msgstr "Viri: %d."
2020-03-19 05:49:06 +02:00
#~ msgid ""
#~ "Disabling encryption means *all* your notes and attachments are going to "
#~ "be re-synchronised and sent unencrypted to the sync target. Do you wish "
#~ "to continue?"
#~ msgstr ""
#~ "Onemogočanje enkripcije pomeni da bodo *vse* vaše zabeležke in priponke "
#~ "ponovno sinhronizirane in poslane neenkriptirane do ciljne "
#~ "sinhronizacijske naprave. Ali želite nadaljevati?"
#~ msgid "Master Keys"
#~ msgstr "Glavno geslo"
#~ msgid "Active"
#~ msgstr "Aktiven"
#~ msgid "Source"
#~ msgstr "Vir"
#~ msgid "Password"
#~ msgstr "Geslo"
#~ msgid "Password OK"
#~ msgstr "Geslo OK"
#~ msgid ""
#~ "Note: Only one master key is going to be used for encryption (the one "
#~ "marked as \"active\"). Any of the keys might be used for decryption, "
#~ "depending on how the notes or notebooks were originally encrypted."
#~ msgstr ""
#~ "Opomnik: samo eno glavno geslo bo uporabljeno za enkripcijo(tisto, ki je "
#~ "označena kot ''aktiven''). Vsa izmed gesel se lahko morda uporabijo za "
#~ "dekripcijo, odvisno od načina, kako so bile zabeležke in beležnice "
#~ "prvotno enkriptirane."
2020-02-18 22:01:29 +02:00
#~ msgid "Global zoom percentage"
#~ msgstr "Celokupen procent povečave"
2019-11-11 08:46:03 +02:00
#~ msgid "Synchronisation is already in progress. State: %s"
#~ msgstr "Sinhronizacija je že v postopku. Stanje: %s"
2019-10-17 01:25:55 +02:00
#, fuzzy
#~ msgid "Confirm master password:"
#~ msgstr "Vnesite glavno geslo:"
#, fuzzy
#~ msgid "Confirm password"
#~ msgstr "Vnesite glavno geslo:"
#, fuzzy
#~ msgid "Missing required argument: note"
#~ msgstr "Manjka zahtevani argument %s"
2019-10-17 01:25:55 +02:00
2019-09-25 19:54:25 +02:00
#~ msgid "Starting to edit note. Close the editor to get back to the prompt."
#~ msgstr ""
#~ "Urejanje zabeležke se začenja. Zaprite urejevalnik, da se vrnete na "
#~ "ukazni poziv."
#~ msgid "Note has been saved."
#~ msgstr "Zabeležka je bila shranjena."
#~ msgid "Synchronisation status"
#~ msgstr "Status sinhronizacije"
#~ msgid "General Options"
#~ msgstr "Splošne možnosti"
#~ msgid "Encryption options"
#~ msgstr "Možnosti enkripcije"
#~ msgid "Encryption Options"
#~ msgstr "Možnosti enkripcije"
#, fuzzy
#~ msgid "Clipper Options"
#~ msgstr "Splošne možnosti"
2019-07-21 09:49:49 +02:00
#~ msgid "Cancel synchronisation"
#~ msgstr "Prekliči sinhronizacijo"
#~ msgid "Hide metadata"
#~ msgstr "Skrij meta podatke"
2018-05-26 13:58:44 +02:00
2019-07-21 09:49:49 +02:00
#~ msgid "Show metadata"
#~ msgstr "Prikaži meta podatke"
#~ msgid "Delete notebook"
#~ msgstr "Izbriši beležnico"
#~ msgid ""
#~ "Click on the (+) button to create a new note or notebook. Click on the "
#~ "side menu to access your existing notebooks."
#~ msgstr ""
#~ "Kliknite na (+) gumb, da ustvarite novo zabeležko ali beležnico. Kliknite "
#~ "na stranski menu za dostop do obstoječih beležnic."
#~ msgid ""
#~ "You currently have no notebook. Create one by clicking on (+) button."
#~ msgstr ""
#~ "Trenutno nimate nobene beležnice. Ustvarite jo s klikom na (+) gumb."
2018-05-26 13:58:44 +02:00
2019-07-21 09:49:49 +02:00
#~ msgid "Welcome"
#~ msgstr "Dobrodošli"
2018-05-26 13:58:44 +02:00
2019-06-08 01:47:09 +02:00
#~ msgid "Separate each tag by a comma."
#~ msgstr "Loči vsako oznako z vejico."
2019-04-02 01:11:40 +02:00
#~ msgid ""
#~ "The path to synchronise with when file system synchronisation is enabled. "
#~ "See `sync.target`."
#~ msgstr ""
#~ "Pot za sinhronizacijo, ki bo uporabljena ob omogočeni sinhronizaciji. "
#~ "Poglej `sync.target`."
2018-11-14 01:17:56 +02:00
#~ msgid "State: %s."
#~ msgstr "Stanje: %s."
2018-09-16 20:53:06 +02:00
#~ msgid "A notebook with this title already exists: \"%s\""
#~ msgstr "Beležnica s tem naslovom že obstaja: \"%s\""
2018-05-26 13:58:44 +02:00
#~ msgid "Searches"
#~ msgstr "Iskalni niz"