nextcloud/apps/files_sharing/l10n/sl.php

12 lines
473 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2012-08-30 04:06:45 +04:00
"Password" => "Geslo",
2012-10-23 04:06:03 +04:00
"%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",
2013-06-30 04:13:07 +04:00
"Upload" => "Pošlji",
"Cancel upload" => "Prekliči pošiljanje",
2013-06-14 04:52:34 +04:00
"No preview available for" => "Predogled ni na voljo za"
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);";