2013-06-21 16:02:05 +00:00
<? php
$text [ 'title-schemas' ][ 'en-us' ] = 'Schemas' ;
2013-09-30 13:19:40 +00:00
$text [ 'title-schemas' ][ 'fr-fr' ] = 'Schémas' ;
2013-06-21 16:02:05 +00:00
$text [ 'title-schema' ][ 'en-us' ] = 'Schema' ;
2013-09-30 13:19:40 +00:00
$text [ 'title-schema' ][ 'fr-fr' ] = 'Schéma' ;
2013-06-21 16:02:05 +00:00
$text [ 'title-field' ][ 'en-us' ] = 'Field' ;
2013-09-30 13:19:40 +00:00
$text [ 'title-field' ][ 'fr-fr' ] = 'Champs' ;
2013-06-21 16:02:05 +00:00
$text [ 'title-name_value' ][ 'en-us' ] = 'Select Box Option' ;
2013-09-30 13:19:40 +00:00
$text [ 'title-name_value' ][ 'fr-fr' ] = "Choisir l'Option" ;
2013-06-21 16:02:05 +00:00
$text [ 'title-data_view' ][ 'en-us' ] = 'Schema Data View' ;
2013-09-30 13:19:40 +00:00
$text [ 'title-data_view' ][ 'fr-fr' ] = "Affichage des données" ;
2013-06-21 16:02:05 +00:00
$text [ 'title-data' ][ 'en-us' ] = 'Schema Data' ;
2013-09-30 13:19:40 +00:00
$text [ 'title-data' ][ 'fr-fr' ] = 'Données' ;
2013-06-21 16:02:05 +00:00
$text [ 'title-import' ][ 'en-us' ] = 'Schema Import' ;
2013-09-30 13:19:40 +00:00
$text [ 'title-import' ][ 'fr-fr' ] = 'Importer Schéma' ;
2013-06-21 16:02:05 +00:00
$text [ 'title-import_results' ][ 'en-us' ] = 'Schema Import Results' ;
2013-09-30 13:19:40 +00:00
$text [ 'title-import_results' ][ 'fr-fr' ] = "Résultat de l'import" ;
2013-06-21 16:02:05 +00:00
$text [ 'header-schemas' ][ 'en-us' ] = 'Schemas' ;
2013-09-30 13:19:40 +00:00
$text [ 'header-schemas' ][ 'fr-fr' ] = 'Schémas' ;
2013-06-21 16:02:05 +00:00
$text [ 'header-schema' ][ 'en-us' ] = 'Schema' ;
2013-09-30 13:19:40 +00:00
$text [ 'header-schema' ][ 'fr-fr' ] = 'Schéma' ;
2013-06-21 16:02:05 +00:00
$text [ 'header-fields' ][ 'en-us' ] = 'Fields' ;
2013-09-30 13:19:40 +00:00
$text [ 'header-fields' ][ 'fr-fr' ] = 'Champs' ;
2013-06-21 16:02:05 +00:00
$text [ 'header-field' ][ 'en-us' ] = 'Field' ;
2013-09-30 13:19:40 +00:00
$text [ 'header-field' ][ 'fr-fr' ] = 'Champs' ;
2013-06-21 16:02:05 +00:00
$text [ 'header-name_values' ][ 'en-us' ] = 'Select Box Options' ;
2013-09-30 13:19:40 +00:00
$text [ 'header-name_values' ][ 'fr-fr' ] = "Choisir l'option" ;
2013-06-21 16:02:05 +00:00
$text [ 'header-name_value' ][ 'en-us' ] = 'Select Box Option' ;
2013-09-30 13:19:40 +00:00
$text [ 'header-name_value' ][ 'fr-fr' ] = "Choisir l'option" ;
2013-06-21 16:02:05 +00:00
$text [ 'header-data_view' ][ 'en-us' ] = 'Schema Data View' ;
2013-09-30 13:19:40 +00:00
$text [ 'header-data_view' ][ 'fr-fr' ] = 'Affichage des données' ;
2013-06-21 16:02:05 +00:00
$text [ 'header-data' ][ 'en-us' ] = 'Schema Data' ;
2013-09-30 13:19:40 +00:00
$text [ 'header-data' ][ 'fr-fr' ] = 'Données' ;
2013-06-21 16:02:05 +00:00
$text [ 'header-import' ][ 'en-us' ] = 'Schema Import' ;
2013-09-30 13:19:40 +00:00
$text [ 'header-import' ][ 'fr-fr' ] = 'Importer Schéma' ;
2013-06-21 16:02:05 +00:00
$text [ 'header-import_results' ][ 'en-us' ] = 'Schema Import Results' ;
2013-09-30 13:19:40 +00:00
$text [ 'header-import_results' ][ 'fr-fr' ] = "Résultat de l'import" ;
2013-06-21 16:02:05 +00:00
$text [ 'description-schemas' ][ 'en-us' ] = 'Provides the ability to quickly define information to store and dynamically makes tools available to view, add, edit, delete, and search.' ;
2013-09-30 13:19:40 +00:00
$text [ 'description-schemas' ][ 'fr-fr' ] = "Permet de rapidement de stocker des informations et créer dynamiquement de soutils pour voir, ajouter, éditer, supprimer et chercher." ;
2013-06-21 16:02:05 +00:00
$text [ 'description-schema' ][ 'en-us' ] = 'Define the properties of the schema below.' ;
2013-09-30 13:19:40 +00:00
$text [ 'description-schema' ][ 'fr-fr' ] = "Définir les propriétés du schéma ci-dessous." ;
2013-06-21 16:02:05 +00:00
$text [ 'description-fields' ][ 'en-us' ] = 'Lists the fields in the database.' ;
2013-09-30 13:19:40 +00:00
$text [ 'description-fields' ][ 'fr-fr' ] = "Liste les champs de la base de données." ;
2013-06-21 16:02:05 +00:00
$text [ 'description-field' ][ 'en-us' ] = 'Define the properties of the field below.' ;
2013-09-30 13:19:40 +00:00
$text [ 'description-field' ][ 'fr-fr' ] = "Définir les propriétés des champs ci-dessous" ;
2013-06-21 16:02:05 +00:00
$text [ 'description-name_values' ][ 'en-us' ] = 'Name and value pairs of the Select Box.' ;
2013-09-30 13:19:40 +00:00
$text [ 'description-name_values' ][ 'fr-fr' ] = "Nom et valeur de la sélection." ;
2013-06-21 16:02:05 +00:00
$text [ 'description-name_value' ][ 'en-us' ] = 'Define a name and value pair for the Select Box.' ;
2013-09-30 13:19:40 +00:00
$text [ 'description-name_value' ][ 'fr-fr' ] = "Définir le nom et la valeur de la sélection." ;
2013-06-21 16:02:05 +00:00
$text [ 'label-category' ][ 'en-us' ] = 'Category' ;
2013-09-30 13:19:40 +00:00
$text [ 'label-category' ][ 'fr-fr' ] = "Catégorie" ;
2013-06-21 16:02:05 +00:00
$text [ 'label-label' ][ 'en-us' ] = 'Label' ;
2013-09-30 13:19:40 +00:00
$text [ 'label-label' ][ 'fr-fr' ] = "Label" ;
2013-06-21 16:02:05 +00:00
$text [ 'label-name' ][ 'en-us' ] = 'Name' ;
2013-09-30 13:19:40 +00:00
$text [ 'label-name' ][ 'fr-fr' ] = "Nom" ;
2013-06-21 16:02:05 +00:00
$text [ 'label-schema_name' ][ 'en-us' ] = 'Schema Name' ;
2013-09-30 13:19:40 +00:00
$text [ 'label-schema_name' ][ 'fr-fr' ] = "Nom du schéma" ;
2013-06-21 16:02:05 +00:00
$text [ 'label-authentication' ][ 'en-us' ] = 'Authentication' ;
2013-09-30 13:19:40 +00:00
$text [ 'label-authentication' ][ 'fr-fr' ] = "Authentification" ;
2013-06-21 16:02:05 +00:00
$text [ 'label-parent_schema' ][ 'en-us' ] = 'Parent Schema' ;
2013-09-30 13:19:40 +00:00
$text [ 'label-parent_schema' ][ 'fr-fr' ] = "Schéma parent" ;
2013-06-21 16:02:05 +00:00
$text [ 'label-description' ][ 'en-us' ] = 'Description' ;
2013-09-30 13:19:40 +00:00
$text [ 'label-description' ][ 'fr-fr' ] = "Description" ;
2013-06-21 16:02:05 +00:00
$text [ 'label-field_label' ][ 'en-us' ] = 'Label' ;
2013-09-30 13:19:40 +00:00
$text [ 'label-field_label' ][ 'fr-fr' ] = "Label" ;
2013-06-21 16:02:05 +00:00
$text [ 'label-field_name' ][ 'en-us' ] = 'Name' ;
2013-09-30 13:19:40 +00:00
$text [ 'label-field_name' ][ 'fr-fr' ] = "Nom" ;
2013-06-21 16:02:05 +00:00
$text [ 'label-field_type' ][ 'en-us' ] = 'Type' ;
2013-09-30 13:19:40 +00:00
$text [ 'label-field_type' ][ 'fr-fr' ] = "Type" ;
2013-06-21 16:02:05 +00:00
$text [ 'label-field_value' ][ 'en-us' ] = 'Value' ;
2013-09-30 13:19:40 +00:00
$text [ 'label-field_value' ][ 'fr-fr' ] = "Valeur" ;
2013-06-21 16:02:05 +00:00
$text [ 'label-field_visibility' ][ 'en-us' ] = 'Visibility' ;
2013-09-30 13:19:40 +00:00
$text [ 'label-field_visibility' ][ 'fr-fr' ] = "Visible" ;
2013-06-21 16:02:05 +00:00
$text [ 'label-field_column' ][ 'en-us' ] = 'Column' ;
2013-09-30 13:19:40 +00:00
$text [ 'label-field_column' ][ 'fr-fr' ] = "Colone" ;
2013-06-21 16:02:05 +00:00
$text [ 'label-field_required' ][ 'en-us' ] = 'Required' ;
2013-09-30 13:19:40 +00:00
$text [ 'label-field_required' ][ 'fr-fr' ] = "Requis" ;
2013-06-21 16:02:05 +00:00
$text [ 'label-field_search_by' ][ 'en-us' ] = 'Search By' ;
2013-09-30 13:19:40 +00:00
$text [ 'label-field_search_by' ][ 'fr-fr' ] = "Rechercher Par" ;
2013-06-21 16:02:05 +00:00
$text [ 'label-field_order' ][ 'en-us' ] = 'Field Order' ;
2013-09-30 13:19:40 +00:00
$text [ 'label-field_order' ][ 'fr-fr' ] = "Ordre des Champs" ;
2013-06-21 16:02:05 +00:00
$text [ 'label-field_tab_order' ][ 'en-us' ] = 'Tab Order' ;
2013-09-30 13:19:40 +00:00
$text [ 'label-field_tab_order' ][ 'fr-fr' ] = "Odre des onglets" ;
2013-06-21 16:02:05 +00:00
$text [ 'label-field_description' ][ 'en-us' ] = 'Description' ;
2013-09-30 13:19:40 +00:00
$text [ 'label-field_description' ][ 'fr-fr' ] = "Description" ;
2013-06-21 16:02:05 +00:00
$text [ 'label-name_value_name' ][ 'en-us' ] = 'Name' ;
2013-09-30 13:19:40 +00:00
$text [ 'label-name_value_name' ][ 'fr-fr' ] = "Nom" ;
2013-06-21 16:02:05 +00:00
$text [ 'label-name_value_value' ][ 'en-us' ] = 'Value' ;
2013-09-30 13:19:40 +00:00
$text [ 'label-name_value_value' ][ 'fr-fr' ] = "Valeur" ;
2013-06-21 16:02:05 +00:00
$text [ 'label-import_data' ][ 'en-us' ] = 'Data' ;
2013-09-30 13:19:40 +00:00
$text [ 'label-import_data' ][ 'fr-fr' ] = "Donnée" ;
2013-06-21 16:02:05 +00:00
$text [ 'label-import_delimiter' ][ 'en-us' ] = 'Delimiter' ;
2013-09-30 13:19:40 +00:00
$text [ 'label-import_delimiter' ][ 'fr-fr' ] = "Séparateur de champs" ;
2013-06-21 16:02:05 +00:00
$text [ 'label-import_enclosure' ][ 'en-us' ] = 'Enclosure' ;
2013-09-30 13:19:40 +00:00
$text [ 'label-import_enclosure' ][ 'fr-fr' ] = "Champs entre" ;
2013-06-21 16:02:05 +00:00
$text [ 'description-category' ][ 'en-us' ] = 'Select the category.' ;
2013-09-30 13:19:40 +00:00
$text [ 'description-category' ][ 'fr-fr' ] = "Choisir la catégorie." ;
2013-06-21 16:02:05 +00:00
$text [ 'description-label' ][ 'en-us' ] = 'Enter the label.' ;
2013-09-30 13:19:40 +00:00
$text [ 'description-label' ][ 'fr-fr' ] = "Choisir le label" ;
2013-06-21 16:02:05 +00:00
$text [ 'description-name' ][ 'en-us' ] = 'Enter the schema name.' ;
2013-09-30 13:19:40 +00:00
$text [ 'description-name' ][ 'fr-fr' ] = "Choisir le nom du schéma." ;
2013-06-21 16:02:05 +00:00
$text [ 'description-authentication' ][ 'en-us' ] = 'Choose whether to require authentication.' ;
2013-09-30 13:19:40 +00:00
$text [ 'description-authentication' ][ 'fr-fr' ] = "Choisir si l'authentification est nécessaire." ;
2013-06-21 16:02:05 +00:00
$text [ 'description-parent_schema' ][ 'en-us' ] = 'Select a parent schema.' ;
2013-09-30 13:19:40 +00:00
$text [ 'description-parent_schema' ][ 'fr-fr' ] = "Choisir un schéma parent." ;
2013-06-21 16:02:05 +00:00
$text [ 'description-description' ][ 'en-us' ] = 'Enter a description (optional).' ;
2013-09-30 13:19:40 +00:00
$text [ 'description-description' ][ 'fr-fr' ] = "" ;
2013-06-21 16:02:05 +00:00
$text [ 'description-field_label' ][ 'en-us' ] = 'Enter the field label.' ;
2013-09-30 13:19:40 +00:00
$text [ 'description-field_label' ][ 'fr-fr' ] = "Choisil un label pour le champs" ;
2013-06-21 16:02:05 +00:00
$text [ 'description-field_name' ][ 'en-us' ] = 'Enter field name.' ;
2013-09-30 13:19:40 +00:00
$text [ 'description-field_name' ][ 'fr-fr' ] = "Choisir un nom pour le champs" ;
2013-06-21 16:02:05 +00:00
$text [ 'description-field_type' ][ 'en-us' ] = 'Select the field type.' ;
2013-09-30 13:19:40 +00:00
$text [ 'description-field_type' ][ 'fr-fr' ] = "Choisir un type de champs" ;
2013-06-21 16:02:05 +00:00
$text [ 'description-field_value' ][ 'en-us' ] = 'Enter the default value.' ;
2013-09-30 13:19:40 +00:00
$text [ 'description-field_value' ][ 'fr-fr' ] = "Choisir la valeur par défaut" ;
2013-06-21 16:02:05 +00:00
$text [ 'description-field_visibility' ][ 'en-us' ] = 'Choose whether the field is hidden from the list.' ;
2013-09-30 13:19:40 +00:00
$text [ 'description-field_visibility' ][ 'fr-fr' ] = "choisir si le champs est caché" ;
2013-06-21 16:02:05 +00:00
$text [ 'description-field_search_by' ][ 'en-us' ] = 'Choose whether the field will be used for searches.' ;
2013-09-30 13:19:40 +00:00
$text [ 'description-field_search_by' ][ 'fr-fr' ] = "Choisir si le champs sera utilisé pour la recherche" ;
2013-06-21 16:02:05 +00:00
$text [ 'description-field_column' ][ 'en-us' ] = 'Determines which column to show the field in.' ;
2013-09-30 13:19:40 +00:00
$text [ 'description-field_column' ][ 'fr-fr' ] = "Déterminer la colonne où afficher le champs" ;
2013-06-21 16:02:05 +00:00
$text [ 'description-field_required' ][ 'en-us' ] = 'Choose whether the field is required.' ;
2013-09-30 13:19:40 +00:00
$text [ 'description-field_required' ][ 'fr-fr' ] = "Choisir sir le champs est obligatoire" ;
2013-06-21 16:02:05 +00:00
$text [ 'description-field_order' ][ 'en-us' ] = 'Enter the order of the field.' ;
2013-09-30 13:19:40 +00:00
$text [ 'description-field_order' ][ 'fr-fr' ] = "Choisir l'ordre des champs" ;
2013-06-21 16:02:05 +00:00
$text [ 'description-field_tab_order' ][ 'en-us' ] = 'Enter the tab order.' ;
2013-09-30 13:19:40 +00:00
$text [ 'description-field_tab_order' ][ 'fr-fr' ] = "Choisir l'ordre des onglets" ;
2013-06-21 16:02:05 +00:00
$text [ 'description-field_description' ][ 'en-us' ] = 'Enter the description (optional).' ;
2013-09-30 13:19:40 +00:00
$text [ 'description-field_description' ][ 'fr-fr' ] = "" ;
2013-06-21 16:02:05 +00:00
$text [ 'description-name_value_name' ][ 'en-us' ] = 'Enter the option text.' ;
2013-09-30 13:19:40 +00:00
$text [ 'description-name_value_name' ][ 'fr-fr' ] = "Choisire le text de l'option." ;
2013-06-21 16:02:05 +00:00
$text [ 'description-name_value_value' ][ 'en-us' ] = 'Enter the option value.' ;
2013-09-30 13:19:40 +00:00
$text [ 'description-name_value_value' ][ 'fr-fr' ] = "Choisir la valeur de l'option." ;
2013-06-21 16:02:05 +00:00
$text [ 'description-import_data' ][ 'en-us' ] = 'Copy and paste the comma delimitted data into the text area to begin the import.' ;
2013-09-30 13:19:40 +00:00
$text [ 'description-import_data' ][ 'fr-fr' ] = "Copier et coller les données séparées par une virgule ou un \" pipe \" dans la zone de texte pour commencer l'import." ;
2013-06-21 16:02:05 +00:00
$text [ 'description-import_delimiter' ][ 'en-us' ] = 'Select the field/column delimiter.' ;
2013-09-30 13:19:40 +00:00
$text [ 'description-import_delimiter' ][ 'fr-fr' ] = "Choisir le séparateur de champs/colonne" ;
2013-06-21 16:02:05 +00:00
$text [ 'description-import_enclosure' ][ 'en-us' ] = 'Select the field/column data enclosure.' ;
2013-09-30 13:19:40 +00:00
$text [ 'description-import_enclosure' ][ 'fr-fr' ] = "Choisir le conteneur de champs/colonne" ;
2013-06-21 16:02:05 +00:00
$text [ 'option-true' ][ 'en-us' ] = 'True' ;
2013-09-30 13:19:40 +00:00
$text [ 'option-true' ][ 'fr-fr' ] = "Oui" ;
2013-06-21 16:02:05 +00:00
$text [ 'option-false' ][ 'en-us' ] = 'False' ;
2013-09-30 13:19:40 +00:00
$text [ 'option-false' ][ 'fr-fr' ] = "Non" ;
2013-06-21 16:02:05 +00:00
$text [ 'option-fusionpbx' ][ 'en-us' ] = 'FusionPBX' ;
2013-09-30 13:19:40 +00:00
$text [ 'option-fusionpbx' ][ 'fr-fr' ] = "FusionPX" ;
2013-06-21 16:02:05 +00:00
$text [ 'option-other' ][ 'en-us' ] = 'Other' ;
2013-09-30 13:19:40 +00:00
$text [ 'option-other' ][ 'fr-fr' ] = "Autre" ;
2013-06-21 16:02:05 +00:00
$text [ 'option-visible' ][ 'en-us' ] = 'Visible' ;
2013-09-30 13:19:40 +00:00
$text [ 'option-visible' ][ 'fr-fr' ] = "Visible" ;
2013-06-21 16:02:05 +00:00
$text [ 'option-hidden' ][ 'en-us' ] = 'Hidden' ;
2013-09-30 13:19:40 +00:00
$text [ 'option-hidden' ][ 'fr-fr' ] = "Caché" ;
2013-06-21 16:02:05 +00:00
$text [ 'option-text' ][ 'en-us' ] = 'Text' ;
2013-09-30 13:19:40 +00:00
$text [ 'option-text' ][ 'fr-fr' ] = "Texte" ;
2013-06-21 16:02:05 +00:00
$text [ 'option-number' ][ 'en-us' ] = 'Number' ;
2013-09-30 13:19:40 +00:00
$text [ 'option-number' ][ 'fr-fr' ] = "Numéro" ;
2013-06-21 16:02:05 +00:00
$text [ 'option-date' ][ 'en-us' ] = 'Date' ;
2013-09-30 13:19:40 +00:00
$text [ 'option-date' ][ 'fr-fr' ] = "Date" ;
2013-06-21 16:02:05 +00:00
$text [ 'option-email' ][ 'en-us' ] = 'Email' ;
2013-09-30 13:19:40 +00:00
$text [ 'option-email' ][ 'fr-fr' ] = "Courriel" ;
2013-06-21 16:02:05 +00:00
$text [ 'option-label' ][ 'en-us' ] = 'Label' ;
2013-09-30 13:19:40 +00:00
$text [ 'option-label' ][ 'fr-fr' ] = "Label" ;
2013-06-21 16:02:05 +00:00
$text [ 'option-phone' ][ 'en-us' ] = 'Phone' ;
2013-09-30 13:19:40 +00:00
$text [ 'option-phone' ][ 'fr-fr' ] = "Téléphone" ;
2013-06-21 16:02:05 +00:00
$text [ 'option-check_box' ][ 'en-us' ] = 'Check Box' ;
2013-09-30 13:19:40 +00:00
$text [ 'option-check_box' ][ 'fr-fr' ] = "option" ;
2013-06-21 16:02:05 +00:00
$text [ 'option-text_area' ][ 'en-us' ] = 'Text Area' ;
2013-09-30 13:19:40 +00:00
$text [ 'option-text_area' ][ 'fr-fr' ] = "Zone de Texte" ;
2013-06-21 16:02:05 +00:00
$text [ 'option-select' ][ 'en-us' ] = 'Select' ;
2013-09-30 13:19:40 +00:00
$text [ 'option-select' ][ 'fr-fr' ] = "Choisir" ;
2013-06-21 16:02:05 +00:00
$text [ 'option-hidden' ][ 'en-us' ] = 'Hidden' ;
2013-09-30 13:19:40 +00:00
$text [ 'option-hidden' ][ 'fr-fr' ] = "Caché" ;
2013-06-21 16:02:05 +00:00
$text [ 'option-uuid' ][ 'en-us' ] = 'UUID' ;
2013-09-30 13:19:40 +00:00
$text [ 'option-uuid' ][ 'fr-fr' ] = "UUID" ;
2013-06-21 16:02:05 +00:00
$text [ 'option-password' ][ 'en-us' ] = 'Password' ;
2013-09-30 13:19:40 +00:00
$text [ 'option-password' ][ 'fr-fr' ] = "Mot de Passe" ;
2013-06-21 16:02:05 +00:00
$text [ 'option-pin_number' ][ 'en-us' ] = 'PIN Number' ;
2013-09-30 13:19:40 +00:00
$text [ 'option-pin_number' ][ 'fr-fr' ] = "Code PIN" ;
2013-06-21 16:02:05 +00:00
$text [ 'option-image_upload' ][ 'en-us' ] = 'Image Upload' ;
2013-09-30 13:19:40 +00:00
$text [ 'option-image_upload' ][ 'fr-fr' ] = "Télécharger une Image" ;
2013-06-21 16:02:05 +00:00
$text [ 'option-file_upload' ][ 'en-us' ] = 'File Upload' ;
2013-09-30 13:19:40 +00:00
$text [ 'option-file_upload' ][ 'fr-fr' ] = "Télécharger un Fichier" ;
2013-06-21 16:02:05 +00:00
$text [ 'option-url' ][ 'en-us' ] = 'URL' ;
2013-09-30 13:19:40 +00:00
$text [ 'option-url' ][ 'fr-fr' ] = "URL" ;
2013-06-21 16:02:05 +00:00
$text [ 'option-modified_date' ][ 'en-us' ] = 'Modified Date' ;
2013-09-30 13:19:40 +00:00
$text [ 'option-modified_date' ][ 'fr-fr' ] = "Date de Modification" ;
2013-06-21 16:02:05 +00:00
$text [ 'option-modified_user' ][ 'en-us' ] = 'Modified User' ;
2013-09-30 13:19:40 +00:00
$text [ 'option-modified_user' ][ 'fr-fr' ] = "Usager Modifié" ;
2013-06-21 16:02:05 +00:00
$text [ 'button-add' ][ 'en-us' ] = 'Add' ;
2013-09-30 13:19:40 +00:00
$text [ 'button-add' ][ 'fr-fr' ] = "Ajouter" ;
2013-06-21 16:02:05 +00:00
$text [ 'button-edit' ][ 'en-us' ] = 'Edit' ;
2013-09-30 13:19:40 +00:00
$text [ 'button-edit' ][ 'fr-fr' ] = "Editer" ;
2013-06-21 16:02:05 +00:00
$text [ 'button-delete' ][ 'en-us' ] = 'Delete' ;
2013-09-30 13:19:40 +00:00
$text [ 'button-delete' ][ 'fr-fr' ] = "Supprimer" ;
2013-06-21 16:02:05 +00:00
$text [ 'button-back' ][ 'en-us' ] = 'Back' ;
2013-09-30 13:19:40 +00:00
$text [ 'button-back' ][ 'fr-fr' ] = "Retour" ;
2013-06-21 16:02:05 +00:00
$text [ 'button-save' ][ 'en-us' ] = 'Save' ;
2013-09-30 13:19:40 +00:00
$text [ 'button-save' ][ 'fr-fr' ] = "Sauvegarder" ;
2013-06-21 16:02:05 +00:00
$text [ 'button-view' ][ 'en-us' ] = 'View' ;
2013-09-30 13:19:40 +00:00
$text [ 'button-view' ][ 'fr-fr' ] = "Voir" ;
2013-06-21 16:02:05 +00:00
$text [ 'button-import' ][ 'en-us' ] = 'Import' ;
2013-09-30 13:19:40 +00:00
$text [ 'button-import' ][ 'fr-fr' ] = "Importer" ;
2013-06-21 16:02:05 +00:00
$text [ 'button-search_all' ][ 'en-us' ] = 'Search All' ;
2013-09-30 13:19:40 +00:00
$text [ 'button-search_all' ][ 'fr-fr' ] = "Rechercher tout" ;
2013-06-21 16:02:05 +00:00
$text [ 'button-prev' ][ 'en-us' ] = 'Previous' ;
2013-09-30 13:19:40 +00:00
$text [ 'button-prev' ][ 'fr-fr' ] = "Précédent" ;
2013-06-21 16:02:05 +00:00
$text [ 'button-next' ][ 'en-us' ] = 'Next' ;
2013-09-30 13:19:40 +00:00
$text [ 'button-next' ][ 'fr-fr' ] = "Suivant" ;
2013-06-21 16:02:05 +00:00
$text [ 'confirm-delete' ][ 'en-us' ] = 'Do you really want to delete this?' ;
2013-09-30 13:19:40 +00:00
$text [ 'confirm-delete' ][ 'fr-fr' ] = "Voulez-vous vraiment supprimer cela?" ;
2013-06-21 16:02:05 +00:00
$text [ 'message-add' ][ 'en-us' ] = 'Add Completed' ;
2013-09-30 13:19:40 +00:00
$text [ 'message-add' ][ 'fr-fr' ] = "Ajouté" ;
2013-06-21 16:02:05 +00:00
$text [ 'message-update' ][ 'en-us' ] = 'Update Completed' ;
2013-09-30 13:19:40 +00:00
$text [ 'message-update' ][ 'fr-fr' ] = "Télécharger" ;
2013-06-21 16:02:05 +00:00
$text [ 'message-delete' ][ 'en-us' ] = 'Delete Completed' ;
2013-09-30 13:19:40 +00:00
$text [ 'message-delete' ][ 'fr-fr' ] = "Supprimé" ;
2013-06-21 16:02:05 +00:00
$text [ 'message-required' ][ 'en-us' ] = 'Please provide: ' ;
2013-09-30 13:19:40 +00:00
$text [ 'message-required' ][ 'fr-fr' ] = "Merci d'indiquer: " ;
?>