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. --- tpl/notes/move.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tpl/notes/move.php') diff --git a/tpl/notes/move.php b/tpl/notes/move.php index d94e745..985b89a 100644 --- a/tpl/notes/move.php +++ b/tpl/notes/move.php @@ -4,12 +4,12 @@ require("tpl/general/top.php"); function f($n) { global $note; - return $n['title'] . ' - move here'; + return $n['title'] . ' - déplacer ici'; } require("tpl/general/inc_tree.php"); tree($notes_tree, @f); -echo 'move to root'; +echo 'déplacer à la racine'; $can_new = false; require("tpl/notes/inc_relativestree.php"); -- cgit v1.2.3