Blame view
sources/apps/files_trashbin/l10n/cs_CZ.php
483 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 4 |
"Couldn't delete %s permanently" => "Nelze trvale odstranit %s", "Couldn't restore %s" => "Nelze obnovit %s", |
|
31b7f2792
|
5 6 |
"Error" => "Chyba", "restored" => "obnoveno", |
|
03e52840d
|
7 |
"Nothing in here. Your trash bin is empty!" => "Žádný obsah. Váš koš je prázdný.", |
|
31b7f2792
|
8 |
"Name" => "Název", |
|
03e52840d
|
9 |
"Restore" => "Obnovit", |
|
31b7f2792
|
10 |
"Deleted" => "Smazáno", |
|
03e52840d
|
11 12 13 |
"Delete" => "Smazat", "Deleted Files" => "Smazané soubory" ); |
|
31b7f2792
|
14 |
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; |