server/apps/files_sharing/l10n/sl.php

7 lines
138 B
PHP
Raw Normal View History

2012-08-15 00:07:20 +00:00
<?php $TRANSLATIONS = array(
2012-08-22 00:08:16 +00:00
"Size" => "Velikost",
"Modified" => "Spremenjeno",
"Delete all" => "Izbriši vse",
2012-08-28 00:03:56 +00:00
"Delete" => "Izbriši"
2012-08-15 00:07:20 +00:00
);