From 1ed8a37bea8882cd3a1aa0f421dbc15493a781a0 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 31 Jan 2014 17:30:35 +0100 Subject: Traduction into french of some parts of the site. --- lib/conf/apps.php | 15 +++++++++------ lib/conf/blog.php | 4 ++-- lib/conf/file.php | 4 +--- lib/conf/login.php | 2 +- lib/conf/static.php | 5 +++++ 5 files changed, 18 insertions(+), 12 deletions(-) create mode 100644 lib/conf/static.php (limited to 'lib/conf') diff --git a/lib/conf/apps.php b/lib/conf/apps.php index c3efea4..524da45 100644 --- a/lib/conf/apps.php +++ b/lib/conf/apps.php @@ -1,8 +1,11 @@ array( + "view" => 0, + ), // File upload application "file" => array( @@ -38,11 +41,11 @@ $apps = array( "blog" => array( "index" => 0, "view" => 0, - "drafts" => 1, - "publish" => 1, - "post" => 1, - "edit" => 1, - "delete" => 1, + "drafts" => 2, + "publish" => 2, + "post" => 2, + "edit" => 2, + "delete" => 2, "comment" => 1, "edcom" => 1, "delcom" => 2, diff --git a/lib/conf/blog.php b/lib/conf/blog.php index bb2ef09..70c6d13 100644 --- a/lib/conf/blog.php +++ b/lib/conf/blog.php @@ -1,8 +1,8 @@ "Page perso de Alex Auvolat", +); -- cgit v1.2.3