server/apps/files_sharing/l10n/sl.php

10 lines
406 B
PHP
Raw Normal View History

2012-08-15 00:07:20 +00:00
<?php $TRANSLATIONS = array(
2012-08-30 00:06:45 +00:00
"Password" => "Geslo",
2012-08-31 00:07:19 +00:00
"Submit" => "Pošlji",
2012-10-23 00:06:03 +00: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",
2012-09-01 00:04:00 +00:00
"No preview available for" => "Predogled ni na voljo za",
2012-08-31 00:07:19 +00:00
"web services under your control" => "spletne storitve pod vašim nadzorom"
2012-08-15 00:07:20 +00:00
);