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

cs_CZ.php « l10n « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8f11d7da11961d6ad99ed713e83cc4bba759de64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php $TRANSLATIONS = array(
"External Storage" => "Externí úložiště",
"Mount point" => "Přípojný bod",
"Configuration" => "Konfigurace",
"Options" => "Nastavení",
"Add mount point" => "Přidat přípojný bod",
"All Users" => "Všichni uživatelé",
"Groups" => "Skupiny",
"Users" => "Uživatelé",
"Delete" => "Smazat",
"Enable User External Storage" => "Zapnout uživatelské externí úložiště",
"Allow users to mount their own external storage" => "Povolit uživatelů připojit jejich vlastní externí úložiště"
);