From 3921f0fffce19160e10602ec55ad06361eda309d Mon Sep 17 00:00:00 2001 From: Simon DELAGE Date: Sun, 7 Sep 2014 17:59:07 +0200 Subject: [PATCH] And again... --- action.php | 2 +- lang/fr/settings.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.php b/action.php index 2fca019..de66960 100644 --- a/action.php +++ b/action.php @@ -48,7 +48,7 @@ class action_plugin_userhomepage extends DokuWiki_Action_Plugin{ } } // CREATE PUBLIC PAGE TEMPLATES IF NEEDED - if (($this->getConf('create_public_ns')) && (!file_exists(DOKU_INC.$this->getConf('templates_path').'/userhomepage_public.txt'))) { + if (($this->getConf('create_public_page')) && (!file_exists(DOKU_INC.$this->getConf('templates_path').'/userhomepage_public.txt'))) { if (!copy(DOKU_INC.'lib/plugins/userhomepage/userhomepage_public.default', DOKU_INC.$this->getConf('templates_path').'/userhomepage_public.txt')) { // echo ' An error occured while attempting to copy userhomepage_public.default to '.DOKU_INC.$this->getConf('templates_path').'/userhomepage_public.txt'; // } else { diff --git a/lang/fr/settings.php b/lang/fr/settings.php index 8ecaa02..6ce0d61 100644 --- a/lang/fr/settings.php +++ b/lang/fr/settings.php @@ -12,7 +12,7 @@ $lang['users_namespace'] = 'Espace de nom sous lequel créer les espaces privés des utilisateurs (peut-être n\'importe quel espace à part user sans perturber le comportement par défaut de DokuWiki).'; $lang['set_permissions'] = 'Configurer automatiquement les droits d\'accès à l\'espace choisit ci-dessus et donner tous les droits aux utilisateurs sur leur espace privé réspectif.'; $lang['set_permissions_others'] = 'Si l\'option [set_permissions] est activée, quels droits donner aux autres personnes (aussi bien le groupe @ALL que @user) ?'; - $lang['set_permissions_others_o_0'] = 'None'; + $lang['set_permissions_others_o_0'] = 'Aucun'; $lang['set_permissions_others_o_1'] = 'Lecture'; $lang['set_permissions_others_o_2'] = 'Écriture'; $lang['set_permissions_others_o_4'] = 'Création';