summaryrefslogtreecommitdiffstats
path: root/apps/user_webdavauth
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-06-11 01:55:07 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-06-11 01:55:07 -0400
commitf769c52522e31869fb234461727a864546691e66 (patch)
treeb23ff115dfd2cf5474c896a2b9bdc465c9795930 /apps/user_webdavauth
parente89f1784a3294e8e5f9a56a639fe480a74eac592 (diff)
downloadnextcloud-server-f769c52522e31869fb234461727a864546691e66.tar.gz
nextcloud-server-f769c52522e31869fb234461727a864546691e66.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r--apps/user_webdavauth/l10n/sk_SK.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/user_webdavauth/l10n/sk_SK.php b/apps/user_webdavauth/l10n/sk_SK.php
index 694653d9877..029c3171e7b 100644
--- a/apps/user_webdavauth/l10n/sk_SK.php
+++ b/apps/user_webdavauth/l10n/sk_SK.php
@@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"WebDAV Authentication" => "WebDAV overenie",
+"Address:" => "Adresa:",
"Save" => "Uložiť",
"The user credentials will be sent to this address. This plugin checks the response and will interpret the HTTP statuscodes 401 and 403 as invalid credentials, and all other responses as valid credentials." => "Používateľské prihlasovacie údaje budú odoslané na túto adresu. Tento plugin skontroluje odpoveď servera a interpretuje návratový kód HTTP 401 a 403 ako neplatné prihlasovacie údaje a akýkoľvek iný ako platné prihlasovacie údaje."
);