nextcloud/apps/files_sharing/l10n/sl.php

10 lines
395 B
PHP
Raw Normal View History

2012-08-15 04:07:20 +04:00
<?php $TRANSLATIONS = array(
2012-08-30 04:06:45 +04:00
"Password" => "Geslo",
2012-08-31 04:07:19 +04:00
"Submit" => "Pošlji",
2012-09-26 04:06:37 +04:00
"%s shared the folder %s with you" => "%s je dal v souporabo z vami mapo %s",
"%s shared the file %s with you" => "%s je dal v souporabo z vami datoteko %s",
2012-08-31 04:07:19 +04:00
"Download" => "Prenesi",
2012-09-01 04:04:00 +04:00
"No preview available for" => "Predogled ni na voljo za",
2012-08-31 04:07:19 +04:00
"web services under your control" => "spletne storitve pod vašim nadzorom"
2012-08-15 04:07:20 +04:00
);