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

sl.php « l10n - github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 613df365e98e25ebdc9d3b320aad9f6f8fde84a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
$TRANSLATIONS = array(
"Can not read the file." => "Datoteke ni mogoče prebrati.",
"Invalid file path supplied." => "Podana je neveljavna pot do datoteke.",
"Cannot save file as it has been modified since opening" => "Ni mogoče shraniti datoteke, ker je bila v času trenutne seje že spremenjena.",
"Insufficient permissions" => "Neustrezna dovoljenja",
"File path not supplied" => "Pot do datoteke ni podana",
"File mtime not supplied" => "Datoteka mtime ni podana",
"Save" => "Shrani",
"Search" => "Poišči",
"Next" => "Naslednja",
"Clear" => "Počisti",
"Saving..." => "Shranjevanje ...",
"An error occurred!" => "Prišlo je do napake!",
"There are unsaved changes in the text editor" => "V urejevalniku besedila so neshranjene spremembe",
"There were unsaved changes, click here to go back" => "Vse spremembe niso shranjene. Kliknite tu za vrnitev nazaj."
);
$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);";