diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-20 01:54:32 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-20 01:54:32 -0400 |
commit | ca96b9d3d5197da9d2686c8fe8e0cdcc2fbfa800 (patch) | |
tree | 7a1d861e26ad916b51ec2d35f348b45465a8fcab /apps/files_sharing/l10n/cs_CZ.php | |
parent | e8e53c81f897c85626f4bbbff558e1bcd1423b1b (diff) | |
download | nextcloud-server-ca96b9d3d5197da9d2686c8fe8e0cdcc2fbfa800.tar.gz nextcloud-server-ca96b9d3d5197da9d2686c8fe8e0cdcc2fbfa800.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/cs_CZ.php')
-rw-r--r-- | apps/files_sharing/l10n/cs_CZ.php | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/cs_CZ.php b/apps/files_sharing/l10n/cs_CZ.php index cb6fdcc9e75..5fedb6d1610 100644 --- a/apps/files_sharing/l10n/cs_CZ.php +++ b/apps/files_sharing/l10n/cs_CZ.php @@ -1,11 +1,16 @@ <?php $TRANSLATIONS = array( +"Server to server sharing is not enabled on this server" => "Sdílení mezi servery není povoleno", +"Couldn't add remote share" => "Nelze přidat vzdálené úložiště", "Shared with you" => "Sdíleno s vámi", "Shared with others" => "Sdíleno s ostatními", "Shared by link" => "Sdíleno pomocí odkazu", "No files have been shared with you yet." => "Zatím s vámi nikdo žádné soubory nesdílel.", "You haven't shared any files yet." => "Zatím jste nesdíleli žádné soubory.", "You haven't shared any files by link yet." => "Zatím jste nesdíleli pomocí odkazu žádný soubor.", +"Add {name} from {owner}@{remote}" => "Přidat {name} od {owner}@{remote}", +"No ownCloud installation found at {remote}" => "Nebyla nalezen žádný funkční ownCloud na {remote}", +"Invalid ownCloud url" => "Neplatná ownCloud url", "Shared by {owner}" => "Sdílí {owner}", "Shared by" => "Sdílí", "This share is password-protected" => "Toto sdílení je chráněno heslem", @@ -19,9 +24,14 @@ $TRANSLATIONS = array( "the link expired" => "platnost odkazu vypršela", "sharing is disabled" => "sdílení je zakázané", "For more info, please ask the person who sent this link." => "Pro více informací kontaktujte osobu, která vám zaslala tento odkaz.", +"Save to ownCloud" => "Uložit na ownCloud", +"example.com/owncloud" => "example.com/owncloud", "Save" => "Uložit", "Download" => "Stáhnout", "Download %s" => "Stáhnout %s", -"Direct link" => "Přímý odkaz" +"Direct link" => "Přímý odkaz", +"File Sharing" => "Sdílení Souborů", +"Allow other instances to mount public links shared from this server" => "Povolit připojování veřejně sdílených odkazů z tohoto serveru", +"Allow users to mount public link shares" => "Povolit uživatelům připojovat veřejně sdílené odkazy" ); $PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"; |