server/apps/files_trashbin/l10n/sk_SK.php

15 lines
485 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2013-02-11 14:42:41 +00:00
"Couldn't delete %s permanently" => "Nemožno zmazať %s navždy",
2013-02-08 23:14:08 +00:00
"Couldn't restore %s" => "Nemožno obnoviť %s",
2013-04-09 00:14:02 +00:00
"Error" => "Chyba",
2013-08-09 12:06:31 +00:00
"restored" => "obnovené",
2013-02-04 23:20:29 +00:00
"Nothing in here. Your trash bin is empty!" => "Žiadny obsah. Kôš je prázdny!",
2013-10-11 02:30:58 +00:00
"Name" => "Názov",
2013-02-21 23:08:47 +00:00
"Restore" => "Obnoviť",
2013-10-11 02:30:58 +00:00
"Deleted" => "Zmazané",
2013-03-08 23:06:34 +00:00
"Delete" => "Zmazať",
"Deleted Files" => "Zmazané súbory"
2013-01-31 23:19:28 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";