diff --git a/lang/skeleditor.xml b/lang/skeleditor.xml
index c64c015..9912f34 100644
--- a/lang/skeleditor.xml
+++ b/lang/skeleditor.xml
@@ -6,7 +6,7 @@
source="https://git.spip.net/spip-contrib-extensions/skeleditor.git"
reference="fr">
-
+
diff --git a/lang/skeleditor_en.php b/lang/skeleditor_en.php
index 7dc6306..08e5a01 100644
--- a/lang/skeleditor_en.php
+++ b/lang/skeleditor_en.php
@@ -12,6 +12,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
// A
'action_download' => 'Download',
'action_nouveau' => 'New File',
+ 'action_personaliser' => 'Customise',
'action_supprimer' => 'Delete',
'action_upload' => 'Send a file',
@@ -24,6 +25,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
'editer_skel' => 'Edit the template',
'editer_skel_debug' => 'Edit the template (debug mode)',
'effacer_confirme' => 'Do you really want to delete this file ?',
+ 'erreur_autoriser_creation_fichier' => 'You are not allowed to create a new file ',
'erreur_creation_sous_dossier' => 'Can’t create @dir@ sub-directory',
'erreur_droits' => 'error: can’t create the file. Please check the template directory’s rights',
'erreur_ecrire_dans_sous_dossier' => 'Can’t write in @dir@ sub-directory',
@@ -54,6 +56,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
// I
'info_copie' => 'This file will be copied in the @dir@ directory when saved',
+ 'info_copie_fichier' => 'This file will be copied to @file@ when saving',
// L
'label_code' => 'Spip code:',