nextcloud/apps/files_trashbin/l10n/sk_SK.php

16 lines
524 B
PHP
Raw Normal View History

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