Blame view
sources/apps/files_sharing/l10n/sl.php
1.06 KB
|
31b7f2792
|
1 2 3 4 |
<?php $TRANSLATIONS = array( "This share is password-protected" => "To mesto je zaščiteno z geslom.", "The password is wrong. Try again." => "Geslo je napačno. Poskusite znova.", |
|
03e52840d
|
5 |
"Password" => "Geslo", |
|
31b7f2792
|
6 7 8 9 10 11 |
"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.", |
|
03e52840d
|
12 13 14 |
"%s shared the folder %s with you" => "Oseba %s je določila mapo %s za souporabo", "%s shared the file %s with you" => "Oseba %s je določila datoteko %s za souporabo", "Download" => "Prejmi", |
|
31b7f2792
|
15 16 |
"Upload" => "Pošlji", "Cancel upload" => "Prekliči pošiljanje", |
|
03e52840d
|
17 |
"No preview available for" => "Predogled ni na voljo za", |
|
31b7f2792
|
18 |
"Direct link" => "Neposredna povezava" |
|
03e52840d
|
19 |
); |
|
31b7f2792
|
20 |
$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"; |