nextcloud/apps/files_trashbin/l10n/sl.php

15 lines
514 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-11-16 07:56:31 +04:00
"Couldn't delete %s permanently" => "Datoteke %s ni mogoče trajno izbrisati.",
2013-03-09 03:06:34 +04:00
"Couldn't restore %s" => "Ni mogoče obnoviti %s",
2013-04-09 04:14:02 +04:00
"Error" => "Napaka",
2013-11-16 07:56:31 +04:00
"restored" => "obnovljeno",
2013-03-09 03:06:34 +04:00
"Nothing in here. Your trash bin is empty!" => "Mapa smeti je prazna.",
2013-10-11 06:30:58 +04:00
"Name" => "Ime",
2013-03-09 03:06:34 +04:00
"Restore" => "Obnovi",
2013-10-11 06:30:58 +04:00
"Deleted" => "Izbrisano",
2013-03-09 03:06:34 +04:00
"Delete" => "Izbriši",
"Deleted Files" => "Izbrisane datoteke"
2013-02-01 03:19:28 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);";