Changeset 1621
- Timestamp:
- 10/22/09 08:45:01 (14 years ago)
- Location:
- plugins/carnaval
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/carnaval/_install.php
r557 r1621 49 49 ; 50 50 51 # Sch emainstallation51 # Schéma d'installation 52 52 $si = new dbStruct($core->con,$core->prefix); 53 53 $si->synchronize($s); -
plugins/carnaval/class.dc.carnaval.php
r556 r1621 126 126 } 127 127 if ($cur->comment_author_mail == '' && $cur->comment_author_site == '') { 128 throw new Exception(__('You must provide an e -mail or a web site adress'));128 throw new Exception(__('You must provide an email or a website address')); 129 129 } 130 130 -
plugins/carnaval/locales/fr/main.po
r556 r1621 42 42 43 43 #: class.dc.carnaval.php:99 class.dc.carnaval.php:128 44 msgid "You must provide an e -mail or a web site adress"44 msgid "You must provide an email or a website address" 45 45 msgstr "Vous devez renseigner une adresse de courriel ou d'un site web" 46 46 … … 71 71 #: forms.php:21 forms.php:43 72 72 msgid "Name:" 73 msgstr "Nom :"73 msgstr "Nom :" 74 74 75 75 #: forms.php:24 forms.php:46 … … 79 79 #: forms.php:27 forms.php:49 80 80 msgid "Mail:" 81 msgstr "Adresse Email:"81 msgstr "Adresse email :" 82 82 83 83 #: forms.php:30 forms.php:52 84 84 msgid "URL:" 85 msgstr "URL :"85 msgstr "URL :" 86 86 87 87 #: forms.php:33 88 88 msgid "Text color:" 89 msgstr "Couleur du texte :"89 msgstr "Couleur du texte :" 90 90 91 91 #: forms.php:36 92 92 msgid "Background color:" 93 msgstr "Couleur du fond :"93 msgstr "Couleur du fond :" 94 94 95 95 #: index.php:74 … … 135 135 #: index.php:136 136 136 msgid "Mail" 137 msgstr "Adresse Email"137 msgstr "Adresse email" 138 138 139 139 #: index.php:137
Note: See TracChangeset
for help on using the changeset viewer.