summaryrefslogtreecommitdiff
path: root/beta_accents/app/include/ludo/config.inc.php
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2018-06-30 11:39:33 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2018-06-30 11:39:33 +0200
commit9738017972a6d4fea655926525b3c67dd85740cf (patch)
tree938d6f26c138d7c176c821bafc513362186a8ca7 /beta_accents/app/include/ludo/config.inc.php
parent5dac82f52f45ad27f16ec2ff63ee75e2f39ef942 (diff)
download2007-AWOR-9738017972a6d4fea655926525b3c67dd85740cf.tar.gz
2007-AWOR-9738017972a6d4fea655926525b3c67dd85740cf.tar.bz2
2007-AWOR-9738017972a6d4fea655926525b3c67dd85740cf.zip
Version beta_accents 2007-03-12+17:26:00 - 2007-03-14+17:35:14
Diffstat (limited to 'beta_accents/app/include/ludo/config.inc.php')
-rw-r--r--beta_accents/app/include/ludo/config.inc.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/beta_accents/app/include/ludo/config.inc.php b/beta_accents/app/include/ludo/config.inc.php
index 6d6504b..7f1d587 100644
--- a/beta_accents/app/include/ludo/config.inc.php
+++ b/beta_accents/app/include/ludo/config.inc.php
@@ -29,7 +29,7 @@ $CONFIG = array
(
'CHOOSER_LIST' => array
(
- // 'nom à afficher' => 'nom_fichier_sans_extension'
+ // 'nom &agrave; afficher' => 'nom_fichier_sans_extension'
'standard' => 'ice',
'Glace (ancien)' => 'ice_moche',
'bleu' => 'style1'
@@ -41,22 +41,22 @@ $CONFIG = array
(
'cree' => array
(
- 'caption' => 'Nouvelle Réunion',
+ 'caption' => 'Nouvelle R&eacute;union',
'tpl_file' => 'mail_cree.php'
),
'modif' => array
(
- 'caption' => 'Réunion modifiée',
+ 'caption' => 'R&eacute;union modifi&eacute;e',
'tpl_file' => 'mail_modif.php'
),
'annul' => array
(
- 'caption' => 'Réunion annulée',
+ 'caption' => 'R&eacute;union annul&eacute;e',
'tpl_file' => 'mail_annul.php'
),
'fixee' => array
(
- 'caption' => 'Réunion fixée',
+ 'caption' => 'R&eacute;union fix&eacute;e',
'tpl_file' => 'mail_fixee.php'
)
)
@@ -68,7 +68,7 @@ $CONFIG = array
(
'jpg', 'jpeg', 'gif', 'png', 'svg', 'pdf', 'ps', 'txt', 'rtf', 'csv', 'doc', 'docx', 'ppt', 'xls', 'sxw','sxp','sxd', 'odt', 'odg', 'odp', 'avi', 'mpg', 'mpeg', 'rm', 'flv', 'mp3', 'mp4', 'ogg','htm','html','zip', 'rar', 'tar', 'gz', 'bz2', 'ace'
),
- 'relative_path' => 'beta/upload_files/'
+ 'relative_path' => 'final/upload_files/'
)
);
?>