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

sl.php « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a7aea4d49d661e5432a69847c89fde45b1c2216a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?php
$TRANSLATIONS = array(
"Server to server sharing is not enabled on this server" => "Na tem strežniku ni omogočena možnost souporabe strežnika s strežnikom.",
"The mountpoint name contains invalid characters." => "Ime točke priklopa vsebuje neveljavne znake.",
"Invalid or untrusted SSL certificate" => "Neveljavno oziroma nepotrjeno potrdilo SSL",
"Couldn't add remote share" => "Ni mogoče dodati oddaljenega mesta za souporabo",
"Shared with you" => "V souporabi z vami",
"Shared with others" => "V souporabi  z drugimi",
"Shared by link" => "Souporaba s povezavo",
"No files have been shared with you yet." => "Ni datotek, ki bi jih drugi omogočili za souporabo z vami.",
"You haven't shared any files yet." => "Ni datotek, ki bi jih omogočili za souporabo.",
"You haven't shared any files by link yet." => "Ni datotek, ki bi jih omogočili za souporabo s povezavo.",
"Do you want to add the remote share {name} from {owner}@{remote}?" => "Ali želite dodati oddaljeno mesto souporabe {name} na {owner}@{remote}?",
"Remote share" => "Oddaljeno mesto za souporabo",
"Remote share password" => "Geslo za mesto za oddaljeno souporabo",
"Cancel" => "Prekliči",
"Add remote share" => "Dodaj oddaljeno mesto za souporabo",
"No ownCloud installation found at {remote}" => "Na mestu {remote} ni namestitve ownCloud",
"Invalid ownCloud url" => "Naveden je neveljaven naslov URL strežnika ownCloud",
"Shared by" => "V souporabi z",
"This share is password-protected" => "To mesto je zaščiteno z geslom.",
"The password is wrong. Try again." => "Geslo je napačno. Poskusite znova.",
"Password" => "Geslo",
"Name" => "Ime",
"Share time" => "Čas souporabe",
"Sorry, this link doesn’t seem to work anymore." => "Povezava očitno ni več v uporabi.",
"Reasons might be:" => "Vzrok je lahko:",
"the item was removed" => "predmet je odstranjen,",
"the link expired" => "povezava je pretekla,",
"sharing is disabled" => "souporaba je onemogočena.",
"For more info, please ask the person who sent this link." => "Za več podrobnosti stopite v stik s pošiljateljem te povezave.",
"Add to your ownCloud" => "Dodaj v svoj oblak ownCloud",
"Download" => "Prejmi",
"Download %s" => "Prejmi %s",
"Direct link" => "Neposredna povezava",
"Remote Shares" => "Oddaljena souporaba",
"Allow other instances to mount public links shared from this server" => "Dovoli drugim primerkom priklop javnih povezav s tega strežnika",
"Allow users to mount public link shares" => "Dovoli uporabnikom priklop javnih povezav med mapami za souporabo"
);
$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);";