nextcloud/apps/files_sharing/l10n/sl.php

11 lines
396 B
PHP

<?php $TRANSLATIONS = array(
"Password" => "Geslo",
"Submit" => "Pošlji",
"%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",
"Upload" => "Pošlji",
"Cancel upload" => "Prekliči pošiljanje",
"No preview available for" => "Predogled ni na voljo za"
);