Blame view
sources/apps/files_trashbin/l10n/sk_SK.php
485 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 4 |
"Couldn't delete %s permanently" => "Nemožno zmazať %s navždy", "Couldn't restore %s" => "Nemožno obnoviť %s", |
|
6d9380f96
|
5 6 |
"Deleted files" => "Zmazané súbory", "Restore" => "Obnoviť", |
|
31b7f2792
|
7 8 |
"Error" => "Chyba", "restored" => "obnovené", |
|
03e52840d
|
9 |
"Nothing in here. Your trash bin is empty!" => "Žiadny obsah. Kôš je prázdny!", |
|
31b7f2792
|
10 |
"Name" => "Názov", |
|
31b7f2792
|
11 |
"Deleted" => "Zmazané", |
|
6d9380f96
|
12 |
"Delete" => "Zmazať" |
|
03e52840d
|
13 |
); |
|
31b7f2792
|
14 |
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; |