diff options
Diffstat (limited to 'apps/files_external/l10n/cs_CZ.php')
-rw-r--r-- | apps/files_external/l10n/cs_CZ.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/files_external/l10n/cs_CZ.php b/apps/files_external/l10n/cs_CZ.php new file mode 100644 index 00000000000..8f11d7da119 --- /dev/null +++ b/apps/files_external/l10n/cs_CZ.php @@ -0,0 +1,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ě" +); |