From: Thomas Mueller Date: Wed, 27 Feb 2013 10:41:50 +0000 (+0100) Subject: fixes 1933 - the locale name is no longer part of the translation string X-Git-Tag: v5.0.0RC1~25^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c71fdf04d7873c7fdece57afe98d8adcc08617aa;p=nextcloud-server.git fixes 1933 - the locale name is no longer part of the translation string --- diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 17be3396930..f3dc9154bbd 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -58,7 +58,10 @@ if (!$_['islocaleworking']) { t('Locale not working');?> - t('This ownCloud server can\'t set system locale to "en_US.UTF-8"/"en_US.UTF8". This means that there might be problems with certain characters in file names. We strongly suggest to install the required packages on your system to support en_US.UTF-8/en_US.UTF8.'); ?> + t('This ownCloud server can\'t set system locale to %s. This means that there might be problems with certain characters in file names. We strongly suggest to install the required packages on your system to support %s.', array($locales, $locales)); + ?>