From 2fe97d77aa3664b917c6574f4077579ad534502b Mon Sep 17 00:00:00 2001 From: James <james@rezo.net> Date: Tue, 16 Jan 2007 19:17:01 +0000 Subject: [PATCH] orthographe dans le code et dans la chaine (paolo) --- ecrire/lang/spip_en.php | 2 ++ ecrire/lang/spip_fr.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ecrire/lang/spip_en.php b/ecrire/lang/spip_en.php index dfe7030149..e6470a538d 100644 --- a/ecrire/lang/spip_en.php +++ b/ecrire/lang/spip_en.php @@ -197,6 +197,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( <p>To change this, use your FTP client to set access permissions for each of these directories. The procedure is detailed in the installation guide.</p> <p>Once you have done this, you can ', +'double_occurence' => 'Two instances', // E @@ -205,6 +206,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( 'entree_titre_image' => 'Image title:', 'envoi_via_le_site' => 'Sent via the site', 'erreur' => 'Error', +'erreur_balise_non_fermee' => 'last tag not closed:', 'erreur_texte' => 'error(s)', diff --git a/ecrire/lang/spip_fr.php b/ecrire/lang/spip_fr.php index 04e1bc8bc1..e5dde1c491 100644 --- a/ecrire/lang/spip_fr.php +++ b/ecrire/lang/spip_fr.php @@ -197,7 +197,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array( <p>Pour y remédier, utilisez votre client FTP afin de régler les droits d\'accès de chacun de ces répertoires. La procédure est expliquée en détail dans le guide d\'installation.</p> <p>Une fois cette manipulation effectuée, vous pourrez ', -'double_occurence' => 'Double occurence', +'double_occurrence' => 'Double occurrence', // E -- GitLab