diff options
Diffstat (limited to 'apps/files_sharing/l10n/sl.php')
-rw-r--r-- | apps/files_sharing/l10n/sl.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/sl.php b/apps/files_sharing/l10n/sl.php new file mode 100644 index 00000000000..a2a1a2b1a9a --- /dev/null +++ b/apps/files_sharing/l10n/sl.php @@ -0,0 +1,11 @@ +<?php $TRANSLATIONS = array( +"Your Shared Files" => "Vaše datoteke v souporabi", +"Item" => "Predmet", +"Shared With" => "V souporabi z", +"Permissions" => "Dovoljenja", +"Read" => "Branje", +"Edit" => "Pisanje", +"Delete" => "Izbris", +"Enable Resharing" => "Omogoči nadaljnjo izmenjavo", +"Allow users to reshare files they don't own" => "Dovoli uporabnikom nadaljnjo izmenjavo tujih datotek" +); |