nextcloud/apps/files_sharing/l10n/sl.php

20 lines
922 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-03-12 09:57:17 +04:00
"Shared by {owner}" => "Souporabo omogoča {owner}",
2014-06-01 09:55:19 +04:00
"Shared by" => "V souporabi z",
2013-11-16 07:56:31 +04:00
"This share is password-protected" => "To mesto je zaščiteno z geslom.",
"The password is wrong. Try again." => "Geslo je napačno. Poskusite znova.",
2012-08-30 04:06:45 +04:00
"Password" => "Geslo",
2014-06-01 09:55:19 +04:00
"Name" => "Ime",
2013-11-16 07:56:31 +04:00
"Sorry, this link doesnt 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.",
2014-05-04 09:56:15 +04:00
"Download" => "Prejmi",
2014-03-15 10:14:22 +04:00
"Download %s" => "Prejmi %s",
2013-11-16 07:56:31 +04:00
"Direct link" => "Neposredna povezava"
2012-08-15 04:07:20 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);";