diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-08 07:24:19 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-08 07:24:19 -0400 |
commit | 209392587f594c0292bf39daf44657d20342aea4 (patch) | |
tree | b14bbe25c2cd4f6887702623e86a56343a71b3d2 /apps/user_webdavauth | |
parent | 2123ef57d830abe24684b54f9819b75ab780834e (diff) | |
download | nextcloud-server-209392587f594c0292bf39daf44657d20342aea4.tar.gz nextcloud-server-209392587f594c0292bf39daf44657d20342aea4.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_webdavauth')
-rw-r--r-- | apps/user_webdavauth/l10n/mk.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/user_webdavauth/l10n/mk.php b/apps/user_webdavauth/l10n/mk.php index 245a5101341..6ebe36423b2 100644 --- a/apps/user_webdavauth/l10n/mk.php +++ b/apps/user_webdavauth/l10n/mk.php @@ -1,3 +1,5 @@ -<?php $TRANSLATIONS = array( -"URL: http://" => "URL: http://" +<?php +$TRANSLATIONS = array( +"Address: " => "Адреса:" ); +$PLURAL_FORMS = "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"; |