Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cs.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 73cf9dafaa92357087b2644b0c5704b01825748e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "files_trashbin",
    {
    "Couldn't delete %s permanently" : "Nelze trvale odstranit %s",
    "Couldn't restore %s" : "Nelze obnovit %s",
    "Deleted files" : "Odstraněné soubory",
    "Restore" : "Obnovit",
    "Delete" : "Smazat",
    "Delete permanently" : "Trvale odstranit",
    "Error" : "Chyba",
    "This operation is forbidden" : "Tato operace je zakázána",
    "This directory is unavailable, please check the logs or contact the administrator" : "Tento adresář není dostupný, zkontrolujte prosím logy nebo kontaktujte svého správce systému",
    "restored" : "obnoveno",
    "No deleted files" : "Žádné smazané soubory",
    "You will be able to recover deleted files from here" : "Odtud budete moci obnovovat odstraněné soubory",
    "No entries found in this folder" : "V této složce nebylo nic nalezeno",
    "Select all" : "Vybrat vše",
    "Name" : "Název",
    "Actions" : "Akce",
    "Deleted" : "Smazáno"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");