| Current Path : /home/helpink/www/administrator/language/fr-FR/ |
| Current File : /home/helpink/www/administrator/language/fr-FR/plg_fields_sql.ini |
; Joomla! Project ; (C) 2017 Open Source Matters, Inc. <https://www.joomla.org> ; License GNU General Public License version 2 or later; see LICENSE.txt ; Note : All ini files need to be saved as UTF-8 PLG_FIELDS_SQL="Champs - SQL" PLG_FIELDS_SQL_CREATE_NOT_POSSIBLE="Seul un Super Utilisateur peut créer un champ de type SQL !" PLG_FIELDS_SQL_LABEL="SQL (%s)" ; The following string is deprecated and will be removed with 6.0 PLG_FIELDS_SQL_PARAMS_FORM_LAYOUT_FANCY_SELECT="Sélection améliorée" PLG_FIELDS_SQL_PARAMS_HEADER_DESC="Ajoutez une chaîne sans valeur en haut de la liste déroulante, par exemple ' - Sélectionner un article - '." PLG_FIELDS_SQL_PARAMS_HEADER_LABEL="Header" PLG_FIELDS_SQL_PARAMS_MULTIPLE_LABEL="Multiple" PLG_FIELDS_SQL_PARAMS_QUERY_DESC="La requête SQL qui fournira les données de la liste déroulante. La requête doit retourner deux colonnes; une appelée 'value' qui contiendra les valeurs des éléments de la liste; l'autre appelée 'text' contenant le texte dans la liste déroulante." ; The terms 'value' and 'text' should not be translated PLG_FIELDS_SQL_PARAMS_QUERY_LABEL="Requête" PLG_FIELDS_SQL_XML_DESCRIPTION="Ce plugin permet de créer de nouveaux champs de type 'sql' dans les extensions où les champs personnalisés sont implémentés."