File: D:/web/itpartnership.net (cms)/modules/FeedbackForm/lang/ext/fr_FR.php
<?php
$lang['field_type_text_input'] = 'Champ Texte';
$lang['field_type_text_area'] = 'Champ textarea';
$lang['field_type_checkbox'] = 'Case à cocher';
$lang['field_type_checkbox_group'] = 'Groupe de cases à cocher';
$lang['field_type_pulldown'] = 'Menu déroulant';
$lang['field_type_state'] = 'Etat US';
$lang['field_type_country'] = 'Pays';
$lang['field_type_date'] = 'Sélectionneur de date';
$lang['field_type_callback'] = 'Appel de fonction d'entrée';
$lang['field_type_radio_group'] = 'Groupe de boutons radio';
$lang['field_type_disposition_director'] = '*Résultats email basés sur le menu déroulant';
$lang['field_type_disposition_email'] = '*Résultats email pour définir l'(es) adresse(s)';
$lang['field_type_disposition_email_site_user'] = '*Résultats email pour l'utilisateur sélectionné';
$lang['field_type_disposition_file'] = '*Écrire les résultats dans un fichier';
$lang['field_type_static_text'] = 'Texte statique';
$lang['field_type_page_break'] = 'Saut de page';
$lang['field_type_file_upload'] = 'Téléchargement de fichier';
$lang['field_type_email_from'] = 'Champ "De" ("from") d'email';
$lang['friendlyname'] = 'Formulaire de retour d'information';
$lang['validation_none'] = 'Aucune validation';
$lang['validation_not_empty'] = 'Non vide';
$lang['validation_numeric'] = 'Numérique';
$lang['validation_integer'] = 'Entier';
$lang['validation_email_address'] = 'Adresse email';
$lang['validation_at_least_one'] = 'En tout cas une cochée';
$lang['validation_must_check'] = 'Doit être cochée';
$lang['validation_option_selected'] = 'Une option doit être sélectionnée';
$lang['please_enter_a_value'] = 'Veuillez entrer une valeur pour';
$lang['please_enter_a_number'] = 'Veuillez entrer un nombre pour';
$lang['please_enter_an_integer'] = 'Veuillez entrer une valeur "integer" pour';
$lang['please_enter_an_email'] = 'Veuillez entrer une adresse email valide pour';
$lang['not_valid_email'] = 'Ne semble pas être une adresse email valide';
$lang['please_enter_no_longer'] = 'Veuillez entrer une valeur qui n'est pas plus longue que ';
$lang['please_check_something'] = 'Veuillez vérifier l'entrée pour';
$lang['please_select_something'] = 'Veuillez sélectionner une entrée pour';
$lang['field_name_in_use1'] = 'Le nom du champ';
$lang['field_name_in_use2'] = 'est déjà utilisé dans le formulaire! Veuillez le modifier en une entrée unique';
$lang['you_need_permission1'] = 'Vous avez besoin de la permission "';
$lang['you_need_permission2'] = '" pour effectuer cette opération.';
$lang['lackpermission'] = 'Désolé! Vous n'avez pas les privilèges adéquats pour accéder à cette section.';
$lang['field_order_updated'] = 'Ordre des champs mis à jour-';
$lang['form_deleted'] = 'Formulaire supprimé.';
$lang['field_deleted'] = 'Champ supprimé.';
$lang['configuration_updated'] = 'Configuration mise à jour.';
$lang['you_must_check1'] = 'Vous devez cocher "';
$lang['you_must_check2'] = '" pour continuer.';
$lang['must_specify_one_destination'] = 'Vous devez spécifier en tout cas une adresse de destination!';
$lang['are_you_sure_delete_form'] = 'Êtes-vous sûre de vouloir supprimer le formulaire %s?';
$lang['are_you_sure_delete_field'] = 'Êtes-vous sûre de vouloir supprimer le champ %s?';
$lang['abbreviation_length'] = 'longueur';
$lang['characters'] = 'caractères';
$lang['boxes'] = 'boxes';
$lang['field'] = 'Champ';
$lang['order'] = 'Ordre';
$lang['unspecified'] = '(non spécifié)';
$lang['added'] = 'ajouté';
$lang['updated'] = 'mis à jour';
$lang['deleted'] = 'supprimé';
$lang['choices'] = 'choix';
$lang['select_one'] = 'Sélectionner un';
$lang['select_a_user'] = 'Sélectionner un utilisateur';
$lang['select_type'] = 'Sélectionner un type';
$lang['to'] = 'A';
$lang['recipients'] = 'destinataires';
$lang['note'] = 'Note';
$lang['any_user'] = 'N'importe quel utilisateur';
$lang['list'] = 'liste';
$lang['not_configured'] = 'Non configuré';
$lang['save'] = 'Sauvegarder';
$lang['add'] = 'Ajouter';
$lang['update'] = 'Mettre à jour';
$lang['save_and_continue'] = 'Sauvegarder et continuer l'édition';
$lang['information'] = 'Information';
$lang['automatic'] = 'Automatique';
$lang['forms'] = 'Formulaires';
$lang['form'] = 'Formulaire';
$lang['configuration'] = 'Configuration';
$lang['main'] = 'Principal';
$lang['additional'] = 'Paramètres de formulaire';
$lang['nofields'] = 'Aucun champ de récupération défini.';
$lang['nomethod'] = 'Aucune méthode/module défini(e)';
$lang['chars'] = 'Caractères';
$lang['missing_cms_mailer'] = 'On dirait que le module CMSMailer n'est pas installé! Le module Formulaire de retour d'information requiert que CMSMailer soit installé et actif';
$lang['maximum_size'] = 'Taille maximale';
$lang['permitted_extensions'] = 'Extensions';
$lang['permitted_filetypes'] = 'Types de fichiers autorisés';
$lang['file_too_large'] = 'Le fichier téléchargé est trop grand! La taille maximale est de :';
$lang['illegal_file_type'] = 'Ce type de fichier ne peut pas être téléchargé. Veuillez vérifier que l'extention soit correcte.';
$lang['uninstalled'] = 'Module désinstallé.';
$lang['installed'] = 'La version %s du module a été installée.';
$lang['upgraded'] = 'Le module a été mis à jour à la version %s.';
$lang['title_maximum_length'] = 'Longueur maximale';
$lang['title_checkbox_name'] = 'Nom de la case à cocher';
$lang['title_submitted_value'] = 'Valeur envoyée';
$lang['title_checkbox_details'] = 'Détails du groupe de cases à cocher';
$lang['title_select_one_message'] = 'Text "Sélectionner un"';
$lang['title_selection_subject'] = 'Sujet de la sélection';
$lang['title_select_default_country'] = 'Sélection par défaut';
$lang['title_selection_name'] = 'Nom de l asélection';
$lang['title_destination_email'] = 'Adresse email de destination';
$lang['title_director_details'] = 'Détails de l'emailer basé sur le menu déroulant';
$lang['title_email_addresses'] = 'Adresse(s) email où envoyer les résultats.';
$lang['title_file_format'] = 'Format de fichier';
$lang['title_file_format_tab'] = 'Valeur délimitées par des tabulateurs';
$lang['title_file_format_tab_header'] = 'Valeur délimitées par des tabulateurs et avec en-têtes';
$lang['title_file_format_page'] = 'Format de page';
$lang['title_file_name'] = 'Nom de fichier';
$lang['title_erase_filelock'] = 'Verrou contre la suppression des fichiers';
$lang['title_erase_usage'] = '(utilisez ceci pour réinitialiser le verrou de fichiers si l'écriture échoue à cause d'un processus corrompu)';
$lang['title_file_note'] = 'Les fichiers seront sauvegardés dans le dossier modules/FeedbackForm/output, dans votre installation.';
$lang['title_username'] = 'Nom d'utilisateur sur le site';
$lang['title_real_name'] = 'Nom complet';
$lang['title_both_names'] = 'Nom d'utilisateur sur le site + Nom complet';
$lang['title_no_group_restriction'] = 'Aucune restriction de groupe';
$lang['title_email_subject'] = 'Ligne de sujet de l'email';
$lang['title_restrict_to_group'] = 'Restreindre aux utilisateurs dans le groupe';
$lang['title_names_in_pulldown'] = 'Nom à utiliser dans le menu déroulant';
$lang['title_select_a_user_message'] = 'Message "Sélectionnez un utilisateur"';
$lang['title_pulldown_contents'] = 'Contenus du menu déroulant';
$lang['title_radio_name'] = 'Nom du bouton radio';
$lang['title_radio_group_details'] = 'Détails du groupe de boutons radio';
$lang['title_form_name'] = 'Nom du formulaire';
$lang['title_form_status'] = 'Statut du formulaire';
$lang['title_ready_for_deployment'] = 'Prêt à être déployé';
$lang['title_not_ready1'] = 'Pas prêt';
$lang['title_not_ready2'] = 'Veuillez ajouter un champ au formulaire, afin que les entrées de l'utilisateur soient prises en compte. Vous pouvez';
$lang['title_not_ready_link'] = 'utiliser ce raccourci';
$lang['title_form_alias'] = 'Alias du formulaire';
$lang['title_form_fields'] = 'Champs de formulaires';
$lang['title_field_name'] = 'Nom du champ';
$lang['title_field_type'] = 'Type de champ';
$lang['title_show_label'] = 'Cache le label du champ dans le formulaire?';
$lang['title_show_label_long'] = 'Omettre le label du champ lors de la génération du formulaire?';
$lang['title_not_ready3'] = 'pour crééer un champ pris en compte.';
$lang['title_tag_to_use'] = 'Balise pour utiliser ce formulaire';
$lang['title_add_new_form'] = 'Ajouter un nouveau formulaire';
$lang['title_edit_configuration'] = 'Éditer la configuration du module Formulaire de retour d'information';
$lang['title_email_from_name'] = 'Envoyé';
$lang['title_form_from_email'] = 'Form "From" Email Address';
$lang['title_mail_host'] = 'Mail (SMTP) Host';
$lang['title_language'] = 'Langue';
$lang['title_add_new_field'] = 'Ajout d'un nouveau champ';
$lang['title_form_submit_button'] = 'Texte du bouton "Envoyer" du formulaire';
$lang['title_form_next_button'] = 'Texte du bouton "Suivant" du formulaire (pour les formulaires multipages)';
$lang['title_form_thanks_text'] = 'Texte de remerciement du formulaire';
$lang['title_field_validation'] = 'Validation de champ';
$lang['title_default_user'] = 'Utilisateur par défaut';
$lang['title_no_default_user'] = 'Aucun utilisateur par défaut';
$lang['title_css_layout'] = 'Disposition CSS';
$lang['title_use_css_layout'] = 'Utiliser une disposition CSS pure pour le formulaire';
$lang['title_form_css_class'] = 'Classe CSS pour ce formulaire';
$lang['title_field_css_class'] = 'Classe CSS pour ce champ';
$lang['title_form_required_symbol'] = 'Symbole pour marquer les champs requis';
$lang['title_field_required'] = 'Requis';
$lang['title_field_required_long'] = 'Requiert une réponse pour ce champ';
$lang['title_field_required_abbrev'] = 'Requis';
$lang['title_table_layout_type'] = 'Position du champ titre (pour la disposition non-CSS seulement)';
$lang['title_table_layout_left'] = 'Titre sur la gauche';
$lang['title_table_layout_above'] = 'Titre au-dessus';
$lang['title_include_email_info'] = 'Inclus les informations du serveur';
$lang['title_include_email_info_long'] = 'Inclus les informations du serveur dans l'email';
$lang['title_hide_errors'] = 'Cacher les erreurs';
$lang['title_hide_errors_long'] = 'Évite que les messages d'erreur et de déboguage soient vus par les utilisateurs.';
$lang['title_email_template'] = 'Gabarit d'email';
$lang['title_email_template_vars'] = 'Variables disponibles pour utilisation dans le gabarit d'email';
$lang['title_sample_template'] = 'Création d'un gabarit modèle';
$lang['title_maximum_size'] = 'Taille maximale de fichier à télécharger (en kb)';
$lang['title_permitted_extensions'] = 'Extensions autorisées';
$lang['title_permitted_extensions_long'] = 'liste séparée par des virgules, sans le point (p.e., "jpg,gif,jpeg"). Les espaces seront ignorés. Laisser vide autorise toutes les extensions.';
$lang['title_show_limitations'] = 'Afficher les restrictions?';
$lang['title_show_limitations_long'] = 'Afficher toutes les restrictions de taille et extension avec le champ téléchargement ?';
$lang['title_callback_module'] = 'Module Callback';
$lang['title_callback_method'] = 'Méthode Callback';
$lang['title_callback_fields'] = 'Champ de résultat à inclure';
$lang['title_callback_help'] = 'Aide';
$lang['title_id_and_name'] = 'Utilise ID et Name pour les règles CSS';
$lang['title_date_format'] = 'Format de date (standard <a href="http://www.php.net/manual/en/function.date.php" target="_blank">PHP Date Formats</a>)';
$lang['title_static_text'] = 'Texte statique à afficher (max 255 caractères)';
$lang['title_callback_helplong'] = '<p>Vous spécifiez un module et une méthode. La signature de cette méthode devrait etre :</p><br />
function nom($id, &$params, $returnid, &$cms)<br /><br />
<p>Cette fonction générera quelque chose qui a un sens dans un formulaire, <i>p.e.</i> probablement des champs cachés contenant des informations utiles.</p>
<p>Les champs "champs" devraient contenir une liste délimitée par des virgules des champs générés par cette méthode.</p>
<p>Exemple: J'ai un module "UserID" qui a une méthode "LoggedInUser". Cette méthode crée deux champs cachés appelés "first_name" et "last_name" que je veux inclure dans la soumission de mon formulaire. J'entrerai donc :</p>
module: UserID<br />
method: LoggedInUser<br />
fields: first_name,last_name</br>
';
$lang['admindesc'] = 'Ajout, édition et gestion interactive des formulaire de feedback';
$lang['date_a_jan'] = 'JAN';
$lang['date_a_feb'] = 'FEV';
$lang['date_a_mar'] = 'MAR';
$lang['date_a_apr'] = 'AVR';
$lang['date_a_may'] = 'MAI';
$lang['date_a_jun'] = 'JUN';
$lang['date_a_jul'] = 'JUI';
$lang['date_a_aug'] = 'AOU';
$lang['date_a_sep'] = 'SEP';
$lang['date_a_oct'] = 'OCT';
$lang['date_a_nov'] = 'NOV';
$lang['date_a_dec'] = 'DEC';
$lang['date_january'] = 'janvier';
$lang['date_february'] = 'février';
$lang['date_march'] = 'mars';
$lang['date_april'] = 'avril';
$lang['date_may'] = 'mai';
$lang['date_june'] = 'juin';
$lang['date_july'] = 'juillet';
$lang['date_august'] = 'août';
$lang['date_september'] = 'septembre';
$lang['date_october'] = 'octobre';
$lang['date_november'] = 'novembre';
$lang['date_december'] = 'décembre';
$lang['month'] = 'mois';
$lang['day'] = 'jour';
$lang['year'] = 'année';
$lang['submission_title'] = 'Soumission du formulaire';
$lang['submission_host'] = 'Host';
$lang['submission_form_name'] = 'Formulaire';
$lang['submission_date'] = 'Date';
$lang['submission_source'] = 'Source';
$lang['submission_subject'] = 'Soumission du formulaire';
$lang['submission_error'] = 'Il y a eu une erreur lors de la soumission du formulaire<br>Réessayez plus tard.';
$lang['submission_error_file'] = 'Erreur, impossible d'écrire le fichier';
$lang['post_install'] = '<p>Assurez-vous de définir a permission "Modify Feedback Forms" pour les utilisateurs qui administreront les formulaires de feedback. Aussi, si vou senvoyez un email des résultats de formulaire, assurez-vous de mettre à jour la configuration de manière appropriée.</p>
<p>Soyez attentif au fait que le module de formulaire ne devrait pas être actif au public (e.g., utilisable par le public) tant que vous l'éditez. Vous devriez créer le formulaire, et placer la balise dans une page de contenu actif seulement quand vous avez fini l'édition. Sinon, des résultats erronés peuvent être envoyés..</p>
<p>De plus, cette version ne supporte pas l'édition simultanée, veuillez noter qu'un seul administrateur peut éditer un formulaire donné à un moment donné.</p>';
$lang['help'] = '<h3>Que fait ce module?</h3>
<p>Le module Formulaire de feedback vous permet de créer des formulaires pour un obtenir un retour d'information (feedback) des utilisateurs. Ces formulaires peuvent être insérés dans des gabarits ou pages de contenu. Les formulaires peuvent contenir plusieurs genre de champ et peuvent avoir des règles de validation appliquées à ces champs. Les résultats de ces formulaires peuvent être gérés de manières différentes.</p>
<h3>Comment l'utiliser?</h3>
<p>Installer le module, et regardez dans les menus. Joue avec. Essayez de créer des formulaires et de les ajouter à vos contenus. Si vous êtes bloqués, venez discuter avec moi sur le canal #cms sur IRC, ou postez dans le forum, ou envoyez-moi un email ou, si vous êtes vraiment desespéré, lisez le reste de cette page.</p>
<h3>Comment créer un formulaire </h3>
<p>Dans le menu du panneau d'administration du CMS, vous devriez avoir un nouvel objet appelé Fedback Form ou Formulaire de feedback. Cliquez-le. Sur la page qui s'affiche, il y a des options (au bas de la liste des formulaires) pour ajouter un nouveau formulaire ou modifier la configuration.</p>
<h3>Ajouter un formulaire à une page</h3>
<p>Dans la page d'administration du module, vous verrez un exemple de balise pour chaque formulaire, ça ressemble à {cms_module module="FeedbackForm" form="feedback_form_example"}</p>
<p>En copiant cette balise dans le contenu d'une page, ou dans un gabarit, fera apparaître le formulaire.
En théorie, vous pouvez avoir des formulaires multiples sur une page si vous voulez vraiment. Faites attention en collant la balise dans un contenu de page en utilisant l'éditeur WYSIWYG tel que FCKEditor ou TinyMCE. Ces éditeurs peuvent. de manière transparente, changer les doubles guillemets en code html /&quot;), et les formulaires ne s'afficheront pas. Si vous rencontrez ce problème, utilisez des guillemets simple (')
<h3>Ajouter des champs à un formulaire</h3>
<p>By clicking on a Form's name, you enter the Form Edit page. You will see a number of options for the form
(like what you want the text of the submit button to say, what message should be displayed to the user when
they submit the form, etc). There is also a list of fields that make up the form. The types of fields that
are currently supported fit into four groups: standard input fields, display control fields, email-only input
fields, and form result handling fields (also
called Form Dispositions in places):</p>
<ul>
<li>Standard Input Fields - these are inputs that allow entry of typical form elements.</li>
<li>Display Control Fields - these input control how the user will see the display of the form.</li>
<li>Email-only Input Fields - these are inputs that allow entry of typical form elements, but apply only
for form dispositions that send the results via email.</li>
<li>Special Purpose Fields - these inputs are used for interfacing programmatically with other modules.</li>
<li>Form Dispositions - These determine what happens when the user
submits the form; for each result handling field, some method of transmitting, saving, or emailing the
form contents takes place. A form may have multiple form dispositions.</li>
</ul>
<p>Form fields are assigned names. These names identify the field, not only on the screen as labels for the user,
but in the data when it's submitted so you know what the user is responding to. Phrasing the name like a question
is a handy way of making it clear to the user what is expected. Similarly, some fields have both Names and Values.
The Names are what gets shown to the user; the Value is what gets saved or transmitted when the user submits
the form. The Values are never seen by the user, nor are they visible in the HTML, so it's safe to use for
email addresses and such.</p>
<p>Some fields can have multiple values, or multiple name/value pairs. When you first create such a field,
there may not be sufficient inputs for you to specify all the values you want. To get more space for inputting
these values, simply save the field, and then click on its name to edit it again. Every time you edit such a
field, you will receive more inputs.</p>
<p>Fields can be assigned validation rules, which vary according to the type of the field. These rules help
ensure that the user enters valid data. They may also be
separately marked "Required", which will force the user to enter a response.</p>
<p>Fields also may be assigned a CSS class. This simply wraps the input in a div with that class, so as to allow
customized layouts. To use this effectively, you may need to "view source" on the generated form, and then
write your CSS.</p>
<ul>
<li>Standard Inputs
<ul><li>Text Input. This is a standard text field. You can limit the length, and apply various validation
functions to the field.</li>
<li>Text Area. This is a big, free-form text input field.</li>
<li>Checkbox. This is a standard check box. If you turn on validation, you can require that the user checks
the box. This is useful for forms where the user is obligated to agree to something in order to submit
the form.</li>
<li>Checkbox Group. This is a collection of checkboxes. The only difference between this input and a
collection of Checkbox inputs is that they are presented as a group, with one name, and can have a validation
function requiring that you check one or more of the boxes in the group.</li>
<li>Radio Group. This is a collection of radio buttons. Only one of the group may be selected by the user.</li>
<li>Pulldown. This is a standard pulldown menu. It's really conceptually the same thing as a radio button
group, but is better when there are a large number of options.</li>
<li>State. This is a pulldown listing the States of the U.S.</li>
<li>Countries. This is a pulldown listing the Countries of the world (as of July 2005).</li>
<li>Date Picker. This is a triple pulldown allowing the user to select a date.</li>
</ul></li>
<li>Email-only Inputs
<ul><li>File Upload. This allows a user to upload a file, which will be included as an attachment to any email
disposition. File uploads do not currently work with the Flat File disposition method.</li>
<li>Email From Field. This allows users to provide their name and email address. The email generated when the
form gets handled will use this name and address in the "From" field.</li>
</ul></li>
<li>Display Control Fields<ul>
<li>Page Break. This allows you to split your feedback form into multiple pages. Each page is
independently validated. This is good for applications like online surveys.</li>
<li>Static Text. This allows you to place text in your form. It's called an input, but it's display only. This is useful for presenting instructions, help, etc.</li>
</ul></li>
<li>Special Purpose Fields<ul>
<li>Function Callback "Input". This allows programmers to access information from other modules (such as getting user name data from a user authentication module).</li></ul></li>
<li>Form Handling Inputs (Dispositions)
<ul><li>Email Results Based on Pulldown. This is useful for web sites where comments get routed based on
their subject matter, e.g., bugs get sent to one person, marketing questions to another person, sales requests
to someone else, etc. The pulldown is populated with the subjects, and each gets directed to a specific email
address. You set up these mappings in the when you create or edit a field of this type. If you use one of
these "Director" pulldowns, the user must make a selection in order to submit the
form. This input is part of the form the user sees, although the email addresses are not made visible nor
are they embedded in the HTML.</li>
<li>Email Results to set Address(es). This simply sends the form results to one or more email addresses that
you enter when you create or edit this type of field. This field and its name are not visible in the
form that the user sees. The email addresses are not made visible nor
are they embedded in the HTML.</li>
<li>Email Results to User-Selected Site User. This input is our first end-user suggestion! It creates a
pulldown of usernames in the form. The usernames are other users who are registered with the site.
When the form is submitted, the data is sent to the user whose name was selected. When you create
a field of this type, you may select specific groups from which the userlist is created. This input is
part of the form the user sees, although the email addresses are not made visible nor are they embedded
in the HTML.</li>
<li>Write Results to Flat File. This takes the form results and writes them into a text file. You may
select the name of the file, and its format. You can choose from "page" format, which looks like the
emails that get sent by the other handlers, or you can choose a tab-delimited format useful for reading
into Excel or similar programs. If you choose tab-delimited, you can opt to have the file start with
a header row, which names the columns. These files are written to the "output" directory under the
module's installation directory.
</ul></li></li></ul>
<h3>Known Issues</h3>
<ul>
<li>File Upload Inputs may be used on multi-page feedback forms, <strong>but they must be on the last page</strong> of
the form.</li>
<li>File Upload "maximum size" cannot be larger than the value set in your php.ini file. This is not a bug -- this is a feature.</li>
<li>File Upload "maximum size" uses units called "kilobytes" that are 1000 bytes, not 1024 bytes.</li>
<li>File Uploads do not currently work with the Flat File disposition method.</li>
<li>File Uploads could allow users to submit offensive, obscene, or illegal material. It could also be used to transmit
dangerous files such as trojan-horses, viruses, or other security threats. Use File Uploads with caution and common sense.</li>
</ul>
<h3>Troubleshooting</h3>
<ol><li> First step is to check you're running CMS 0.10.x or later.</li>
<li> Second step is to read and understand the caveat about WYSIWYG editors up in the
section <em>Adding a Form to a Page</em>.</li>
<li> Just mess around and try clicking on links and icons and stuff. See what happens.</li>
<li> Last resport is to email me or catch me on IRC and we can go from there.</li>
</ol>
<p>This may no longer be such an early version, but it is probably still buggy. While I've done all I can
to make sure no egregious bugs have crept in, I have to admit that during testing, this program
revealed seven cockroaches, two earwigs, a small family of aphids, and a walking-stick insect. It also
ate the neighbor's nasty little yap dog, for which I was inappropriately grateful.</p>
<p>The final release will include bug fixes, documentation, and unconditional love.</p>
<h3>Support</h3>
<p>This module does not include commercial support. However, there are a number of resources available to help you with it:</p>
<ul>
<li>For the latest version of this module or to file a Bug Report, please visit the CMS Developer Center at <a href="http://dev.cmsmadesimple.org">http://dev.cmsmadesimple.org</a>.</li>
<li>Additional discussion of this module may also be found in the <a href="http://forum.cmsmadesimple.org">CMS Made Simple Forums</a>.</li>
<li>The author, SjG, can often be found in the <a href="irc://irc.freenode.net/#cms">CMS IRC Channel</a>.</li>
<li>Lastly, you may have some success emailing the author directly.</li>
</ul>
<p>As per the GPL, this software is provided as-is. Please read the text
of the license for the full disclaimer.</p>
<h3>Copyright and License</h3>
<p>Copyright © 2006, Samuel Goldstein <a href="mailto:sjg@cmsmodules.com"><sjg@cmsmodules.com></a>. All Rights Are Reserved.</p>
<p>This module has been released under the <a href="http://www.gnu.org/licenses/licenses.html#GPL">GNU Public License</a>. You must agree to this license before using the module.</p>
';
$lang['changelog'] = ' <ul>
<li>Version 0.9.11 - 9 February 2006. Bug fixes for tracker bugs #293, #329, #304, #337</li>
<li>Versions 0.9.x - October, November 2005. Continuing bug fixes.</li>
<li>Version 0.9 - 2 October 2005. Migrated to proper Module API (lang, smarty templates, etc.).</li>
<li>Version 0.8 - 31 July 2005. Bug fixes, added Date and Callback Function input types.</li>
<li>Version 0.7.3 - 21 July 2005. Bug fixes, added State and Country input types.</li>
<li>Version 0.7.2 - 18 July 2005. Validation bug fixes, fixed PHPMailer localization.</li>
<li>Version 0.7.1 - 1 June 2005. Minor bug fixes.</li>
<li>Version 0.7 - 24 May 2005. More and better support for CSS and pure CSS layouts.
Support for multi-page forms.
Many new form options. New field types: file upload, email "from" address. Improved
error handling. Email disposal types now templated.</li>
<li>Version 0.6 - 16 Apr 2005. Updated for new Admin, simplified permissions.</li>
<li>Version 0.5 - 4 Mar 2005. Minor bug fixes for deleting forms/fields.</li>
<li>Version 0.4 - 2 Mar 2005. Localization and numerous bug fixes.</li>
<li>Version 0.3 - 28 Feb 2005. Primitive localization and bug fixes.</li>
<li>Version 0.2 - 24 Feb 2005. Converted to use Objects. Many improvements and bug fixes.</li>
<li>Version 0.1 - 11 Feb 2005. Initial Release</li></ul>
';
$lang['utmz'] = '156861353.1149173746.13.7.utmccn=(referral)|utmcsr=127.0.0.1|utmcct=/cmsmadesimple/admin/edittemplate.php|utmcmd=referral';
$lang['utma'] = '156861353.1017437260.1147251034.1149587170.1149775122.17';
?>