summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/cs_CZ.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/l10n/cs_CZ.php')
-rw-r--r--apps/files_sharing/l10n/cs_CZ.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/cs_CZ.php b/apps/files_sharing/l10n/cs_CZ.php
new file mode 100644
index 00000000000..6817d07a47d
--- /dev/null
+++ b/apps/files_sharing/l10n/cs_CZ.php
@@ -0,0 +1,11 @@
+<?php $TRANSLATIONS = array(
+"Your Shared Files" => "Vaše sdílené soubory",
+"Item" => "Položka",
+"Shared With" => "Sdíleno s:",
+"Permissions" => "Práva",
+"Read" => "Číst",
+"Edit" => "Editovat",
+"Delete" => "Smazat",
+"Enable Resharing" => "Povolit další sdílení",
+"Allow users to reshare files they don't own" => "Povolit uživatelům dále sdílet soubory, které sami nevlastní"
+);