diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-11-14 00:03:38 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-11-14 00:03:38 +0100 |
commit | 9c36326e4776350b64b9a657feb5fca8a50cefcc (patch) | |
tree | 4977e592db780d25b2106a4404f6cf7c5566be07 /apps/user_webdavauth/l10n | |
parent | ad85087fccf52ab68899b38b8bab28c0d17b673d (diff) | |
download | nextcloud-server-9c36326e4776350b64b9a657feb5fca8a50cefcc.tar.gz nextcloud-server-9c36326e4776350b64b9a657feb5fca8a50cefcc.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth/l10n')
-rw-r--r-- | apps/user_webdavauth/l10n/de.php | 2 | ||||
-rw-r--r-- | apps/user_webdavauth/l10n/ja_JP.php | 3 | ||||
-rw-r--r-- | apps/user_webdavauth/l10n/pt_PT.php | 3 |
3 files changed, 7 insertions, 1 deletions
diff --git a/apps/user_webdavauth/l10n/de.php b/apps/user_webdavauth/l10n/de.php index 39af3064e4d..9bd32954b05 100644 --- a/apps/user_webdavauth/l10n/de.php +++ b/apps/user_webdavauth/l10n/de.php @@ -1,3 +1,3 @@ <?php $TRANSLATIONS = array( -"WebDAV URL: http://" => "WebDAV Link: http://" +"WebDAV URL: http://" => "WebDAV URL: http://" ); diff --git a/apps/user_webdavauth/l10n/ja_JP.php b/apps/user_webdavauth/l10n/ja_JP.php new file mode 100644 index 00000000000..9bd32954b05 --- /dev/null +++ b/apps/user_webdavauth/l10n/ja_JP.php @@ -0,0 +1,3 @@ +<?php $TRANSLATIONS = array( +"WebDAV URL: http://" => "WebDAV URL: http://" +); diff --git a/apps/user_webdavauth/l10n/pt_PT.php b/apps/user_webdavauth/l10n/pt_PT.php new file mode 100644 index 00000000000..1aca5caeff1 --- /dev/null +++ b/apps/user_webdavauth/l10n/pt_PT.php @@ -0,0 +1,3 @@ +<?php $TRANSLATIONS = array( +"WebDAV URL: http://" => "Endereço WebDAV: http://" +); |