summaryrefslogtreecommitdiff
path: root/lib/plugins/config/lang/fr/lang.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-03-04 16:40:38 +0100
committerAndreas Gohr <andi@splitbrain.org>2006-03-04 16:40:38 +0100
commit1ca31cfe69e2d10cce65c4323eb652b355f4c904 (patch)
tree5783a2da2d5ef9ba40aef392b7ad959740125e4c /lib/plugins/config/lang/fr/lang.php
parent7c6f82e59d762d68d99d1a88f449d1035ffa5f76 (diff)
downloadrpg-1ca31cfe69e2d10cce65c4323eb652b355f4c904.tar.gz
rpg-1ca31cfe69e2d10cce65c4323eb652b355f4c904.tar.bz2
simplified file permission handling
This patch simpliefies the configuration of the file and directory creation modes. There is no need to set the umask anymore. Only the wanted permissions for files and directories are set. An init function compares the wanted modes with the ones that would be choosen by the system automatically (consulting the system's umask) and sets the modes for chmod when needed. darcs-hash:20060304154038-7ad00-5ef1db3a87e42563a602f9d050c681d2ea74682f.gz
Diffstat (limited to 'lib/plugins/config/lang/fr/lang.php')
-rw-r--r--lib/plugins/config/lang/fr/lang.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/plugins/config/lang/fr/lang.php b/lib/plugins/config/lang/fr/lang.php
index 10092c97e..231b1e78f 100644
--- a/lib/plugins/config/lang/fr/lang.php
+++ b/lib/plugins/config/lang/fr/lang.php
@@ -18,8 +18,6 @@ $lang['locked'] = 'Le fichier des paramètres ne peut être modifié, si cec
vérifiez que le nom et les droits du fichier sont corrects.';
// settings prompts
-$lang['umask'] = 'masque pour les nouveaux fichiers'; //set the umask for new files
-$lang['dmask'] = 'masque pour les nouveaux répertoires'; //directory mask accordingly
$lang['lang'] = 'langue'; //your language
$lang['basedir'] = 'répertoire de base'; //absolute dir from serveroot - blank for autodetection
$lang['baseurl'] = 'url de base'; //URL to server including protocol - blank for autodetect