mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
changed single quote to double quotes everywhere
This commit is contained in:
@@ -1,126 +1,126 @@
|
||||
<?php
|
||||
//application details
|
||||
$apps[$x]['name'] = 'SIP Profiles';
|
||||
$apps[$x]['uuid'] = '159a8da8-0e8c-a26b-6d5b-19c532b6d470';
|
||||
$apps[$x]['category'] = '';
|
||||
$apps[$x]['subcategory'] = '';
|
||||
$apps[$x]['version'] = '';
|
||||
$apps[$x]['license'] = 'Mozilla Public License 1.1';
|
||||
$apps[$x]['url'] = 'http://www.fusionpbx.com';
|
||||
$apps[$x]['description']['en-us'] = '';
|
||||
$apps[$x]['description']['es-mx'] = '';
|
||||
$apps[$x]['description']['de-de'] = '';
|
||||
$apps[$x]['description']['de-ch'] = '';
|
||||
$apps[$x]['description']['de-at'] = '';
|
||||
$apps[$x]['description']['fr-fr'] = '';
|
||||
$apps[$x]['description']['fr-ca'] = '';
|
||||
$apps[$x]['description']['fr-ch'] = '';
|
||||
$apps[$x]['description']['pt-pt'] = '';
|
||||
$apps[$x]['description']['pt-br'] = '';
|
||||
$apps[$x]['name'] = "SIP Profiles";
|
||||
$apps[$x]['uuid'] = "159a8da8-0e8c-a26b-6d5b-19c532b6d470";
|
||||
$apps[$x]['category'] = "";
|
||||
$apps[$x]['subcategory'] = "";
|
||||
$apps[$x]['version'] = "";
|
||||
$apps[$x]['license'] = "Mozilla Public License 1.1";
|
||||
$apps[$x]['url'] = "http://www.fusionpbx.com";
|
||||
$apps[$x]['description']['en-us'] = "";
|
||||
$apps[$x]['description']['es-mx'] = "";
|
||||
$apps[$x]['description']['de-de'] = "";
|
||||
$apps[$x]['description']['de-ch'] = "";
|
||||
$apps[$x]['description']['de-at'] = "";
|
||||
$apps[$x]['description']['fr-fr'] = "";
|
||||
$apps[$x]['description']['fr-ca'] = "";
|
||||
$apps[$x]['description']['fr-ch'] = "";
|
||||
$apps[$x]['description']['pt-pt'] = "";
|
||||
$apps[$x]['description']['pt-br'] = "";
|
||||
|
||||
//menu details
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = 'SIP Profiles';
|
||||
$apps[$x]['menu'][0]['title']['es-mx'] = '';
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = '';
|
||||
$apps[$x]['menu'][0]['title']['de-ch'] = '';
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = '';
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = 'Profiles SIP';
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
|
||||
$apps[$x]['menu'][0]['title']['fr-ch'] = '';
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = 'Perfis de SIP';
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = '';
|
||||
$apps[$x]['menu'][0]['uuid'] = '47014b1d-13ad-921c-313d-ca42c0424b37';
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f';
|
||||
$apps[$x]['menu'][0]['category'] = 'internal';
|
||||
$apps[$x]['menu'][0]['path'] = '/app/sip_profiles/sip_profiles.php';
|
||||
$apps[$x]['menu'][0]['groups'][] = 'superadmin';
|
||||
$apps[$x]['menu'][0]['title']['en-us'] = "SIP Profiles";
|
||||
$apps[$x]['menu'][0]['title']['es-mx'] = "";
|
||||
$apps[$x]['menu'][0]['title']['de-de'] = "";
|
||||
$apps[$x]['menu'][0]['title']['de-ch'] = "";
|
||||
$apps[$x]['menu'][0]['title']['de-at'] = "";
|
||||
$apps[$x]['menu'][0]['title']['fr-fr'] = "Profiles SIP";
|
||||
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
|
||||
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
|
||||
$apps[$x]['menu'][0]['title']['pt-pt'] = "Perfis de SIP";
|
||||
$apps[$x]['menu'][0]['title']['pt-br'] = "";
|
||||
$apps[$x]['menu'][0]['uuid'] = "47014b1d-13ad-921c-313d-ca42c0424b37";
|
||||
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
||||
$apps[$x]['menu'][0]['category'] = "internal";
|
||||
$apps[$x]['menu'][0]['path'] = "/app/sip_profiles/sip_profiles.php";
|
||||
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
||||
|
||||
//permission details
|
||||
$y = 0;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'sip_profile_view';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "sip_profile_view";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'sip_profile_add';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "sip_profile_add";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'sip_profile_edit';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "sip_profile_edit";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'sip_profile_delete';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "sip_profile_delete";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'sip_profile_setting_view';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "sip_profile_setting_view";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'sip_profile_setting_add';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "sip_profile_setting_add";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'sip_profile_setting_edit';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "sip_profile_setting_edit";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'sip_profile_setting_delete';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "sip_profile_setting_delete";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'sip_profile_setting_view';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "sip_profile_setting_view";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'sip_profile_setting_add';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "sip_profile_setting_add";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'sip_profile_setting_edit';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "sip_profile_setting_edit";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = 'sip_profile_setting_delete';
|
||||
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
|
||||
$apps[$x]['permissions'][$y]['name'] = "sip_profile_setting_delete";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
|
||||
//schema details
|
||||
$y = 0; //table array index
|
||||
$z = 0; //field array index
|
||||
$apps[$x]['db'][$y]['table'] = 'v_sip_profiles';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'sip_profile_uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary';
|
||||
$apps[$x]['db'][$y]['table'] = "v_sip_profiles";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_profile_uuid";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'sip_profile_name';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the SIP Profile name.';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_profile_name";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the SIP Profile name.";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'sip_profile_description';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the description.';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_profile_description";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description.";
|
||||
$z++;
|
||||
|
||||
$y = 1; //table array index
|
||||
$z = 0; //field array index
|
||||
$apps[$x]['db'][$y]['table'] = 'v_sip_profile_settings';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'sip_profile_setting_uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary';
|
||||
$apps[$x]['db'][$y]['table'] = "v_sip_profile_settings";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_profile_setting_uuid";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'sip_profile_uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_profile_uuid";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'sip_profile_setting_name';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the name.';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_profile_setting_name";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the name.";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'sip_profile_setting_value';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the value.';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_profile_setting_value";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the value.";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'sip_profile_setting_enabled';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Choose to enable or disable this.';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_profile_setting_enabled";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Choose to enable or disable this.";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'sip_profile_setting_description';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the description.';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_profile_setting_description";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description.";
|
||||
$z++;
|
||||
?>
|
||||
|
||||
@@ -2,85 +2,85 @@
|
||||
|
||||
//SIP Profiles
|
||||
|
||||
$text['title-sip_profiles']['en-us'] = 'SIP Profiles';
|
||||
$text['title-sip_profiles']['fr-fr'] = 'Profiles SIP';
|
||||
$text['title-sip_profile']['en-us'] = 'SIP Profile';
|
||||
$text['title-sip_profile']['fr-fr'] = 'Profile SIP';
|
||||
$text['title-setting']['en-us'] = 'Profile Setting';
|
||||
$text['title-setting']['fr-fr'] = 'Paramètres du Profile';
|
||||
$text['title-sip_profiles']['en-us'] = "SIP Profiles";
|
||||
$text['title-sip_profiles']['fr-fr'] = "Profiles SIP";
|
||||
$text['title-sip_profile']['en-us'] = "SIP Profile";
|
||||
$text['title-sip_profile']['fr-fr'] = "Profile SIP";
|
||||
$text['title-setting']['en-us'] = "Profile Setting";
|
||||
$text['title-setting']['fr-fr'] = "Paramètres du Profile";
|
||||
|
||||
$text['header-sip_profiles']['en-us'] = 'SIP Profiles';
|
||||
$text['header-sip_profiles']['fr-fr'] = 'Profiles SIP';
|
||||
$text['header-sip_profile']['en-us'] = 'SIP Profile';
|
||||
$text['header-sip_profile']['fr-fr'] = 'Profile SIP';
|
||||
$text['header_settings']['en-us'] = 'Settings';
|
||||
$text['header_settings']['fr-fr'] = 'Paramètres';
|
||||
$text['header-setting']['en-us'] = 'Profile Setting';
|
||||
$text['header-setting']['fr-fr'] = 'Paramètres du Profile';
|
||||
$text['header-sip_profiles']['en-us'] = "SIP Profiles";
|
||||
$text['header-sip_profiles']['fr-fr'] = "Profiles SIP";
|
||||
$text['header-sip_profile']['en-us'] = "SIP Profile";
|
||||
$text['header-sip_profile']['fr-fr'] = "Profile SIP";
|
||||
$text['header_settings']['en-us'] = "Settings";
|
||||
$text['header_settings']['fr-fr'] = "Paramètres";
|
||||
$text['header-setting']['en-us'] = "Profile Setting";
|
||||
$text['header-setting']['fr-fr'] = "Paramètres du Profile";
|
||||
|
||||
$text['description-sip_profiles']['en-us'] = 'Manage settings for SIP profiles.';
|
||||
$text['description-sip_profiles']['en-us'] = "Manage settings for SIP profiles.";
|
||||
$text['description-sip_profiles']['fr-fr'] = "Gérer les paramètres du profile SIP";
|
||||
$text['description-sip_profile']['en-us'] = 'Manage settings for the SIP profile.';
|
||||
$text['description-sip_profile']['en-us'] = "Manage settings for the SIP profile.";
|
||||
$text['description-sip_profile']['fr-fr'] = "Gérer les paramètres du profile SIP";
|
||||
|
||||
$text['label-name']['en-us'] = 'Name';
|
||||
$text['label-name']['fr-fr'] = 'Nom';
|
||||
$text['label-description']['en-us'] = 'Description';
|
||||
$text['label-description']['fr-fr'] = 'Description';
|
||||
$text['label-setting_name']['en-us'] = 'Name';
|
||||
$text['label-setting_name']['fr-fr'] = 'Nom';
|
||||
$text['label-setting_value']['en-us'] = 'Value';
|
||||
$text['label-setting_value']['fr-fr'] = 'Valeur';
|
||||
$text['label-setting_enabled']['en-us'] = 'Enabled';
|
||||
$text['label-setting_enabled']['fr-fr'] = 'Actif';
|
||||
$text['label-setting_description']['en-us'] = 'Description';
|
||||
$text['label-setting_description']['fr-fr'] = 'Description';
|
||||
$text['label-name']['en-us'] = "Name";
|
||||
$text['label-name']['fr-fr'] = "Nom";
|
||||
$text['label-description']['en-us'] = "Description";
|
||||
$text['label-description']['fr-fr'] = "Description";
|
||||
$text['label-setting_name']['en-us'] = "Name";
|
||||
$text['label-setting_name']['fr-fr'] = "Nom";
|
||||
$text['label-setting_value']['en-us'] = "Value";
|
||||
$text['label-setting_value']['fr-fr'] = "Valeur";
|
||||
$text['label-setting_enabled']['en-us'] = "Enabled";
|
||||
$text['label-setting_enabled']['fr-fr'] = "Actif";
|
||||
$text['label-setting_description']['en-us'] = "Description";
|
||||
$text['label-setting_description']['fr-fr'] = "Description";
|
||||
|
||||
$text['description-name']['en-us'] = 'Enter the SIP Profile name.';
|
||||
$text['description-name']['en-us'] = "Enter the SIP Profile name.";
|
||||
$text['description-name']['fr-fr'] = "Entrer le nom du Profile SIP.";
|
||||
$text['description-description']['en-us'] = 'Enter the description.';
|
||||
$text['description-description']['en-us'] = "Enter the description.";
|
||||
$text['description-description']['fr-fr'] = "Entrer la description.";
|
||||
$text['description-setting_name']['en-us'] = 'Enter the name.';
|
||||
$text['description-setting_name']['fr-fr'] = 'Entrer le nom.';
|
||||
$text['description-setting_value']['en-us'] = 'Enter the value.';
|
||||
$text['description-setting_value']['fr-fr'] = 'Entrer la valeur.';
|
||||
$text['description-setting_enabled']['en-us'] = 'Choose to enable or disable this.';
|
||||
$text['description-setting_name']['en-us'] = "Enter the name.";
|
||||
$text['description-setting_name']['fr-fr'] = "Entrer le nom.";
|
||||
$text['description-setting_value']['en-us'] = "Enter the value.";
|
||||
$text['description-setting_value']['fr-fr'] = "Entrer la valeur.";
|
||||
$text['description-setting_enabled']['en-us'] = "Choose to enable or disable this.";
|
||||
$text['description-setting_enabled']['fr-fr'] = "Choisir si le paramètre sera actif ou non.";
|
||||
$text['description-setting_description']['en-us'] = 'Enter the description.';
|
||||
$text['description-setting_description']['fr-fr'] = 'Entrer la description.';
|
||||
$text['description-setting_description']['en-us'] = "Enter the description.";
|
||||
$text['description-setting_description']['fr-fr'] = "Entrer la description.";
|
||||
|
||||
$text['option-true']['en-us'] = 'True';
|
||||
$text['option-true']['fr-fr'] = 'Oui';
|
||||
$text['option-false']['en-us'] = 'False';
|
||||
$text['option-false']['fr-fr'] = 'Non';
|
||||
$text['option-true']['en-us'] = "True";
|
||||
$text['option-true']['fr-fr'] = "Oui";
|
||||
$text['option-false']['en-us'] = "False";
|
||||
$text['option-false']['fr-fr'] = "Non";
|
||||
|
||||
$text['button-add']['en-us'] = 'Add';
|
||||
$text['button-add']['fr-fr'] = 'Ajouter';
|
||||
$text['button-edit']['en-us'] = 'Edit';
|
||||
$text['button-edit']['fr-fr'] = 'Editer';
|
||||
$text['button-delete']['en-us'] = 'Delete';
|
||||
$text['button-delete']['fr-fr'] = 'Supprimer';
|
||||
$text['button-back']['en-us'] = 'Back';
|
||||
$text['button-back']['fr-fr'] = 'Retour';
|
||||
$text['button-copy']['en-us'] = 'Copy';
|
||||
$text['button-copy']['fr-fr'] = 'Copier';
|
||||
$text['button-save']['en-us'] = 'Save';
|
||||
$text['button-save']['fr-fr'] = 'Sauvegarder';
|
||||
$text['button-add']['en-us'] = "Add";
|
||||
$text['button-add']['fr-fr'] = "Ajouter";
|
||||
$text['button-edit']['en-us'] = "Edit";
|
||||
$text['button-edit']['fr-fr'] = "Editer";
|
||||
$text['button-delete']['en-us'] = "Delete";
|
||||
$text['button-delete']['fr-fr'] = "Supprimer";
|
||||
$text['button-back']['en-us'] = "Back";
|
||||
$text['button-back']['fr-fr'] = "Retour";
|
||||
$text['button-copy']['en-us'] = "Copy";
|
||||
$text['button-copy']['fr-fr'] = "Copier";
|
||||
$text['button-save']['en-us'] = "Save";
|
||||
$text['button-save']['fr-fr'] = "Sauvegarder";
|
||||
|
||||
$text['confirm-delete']['en-us'] = 'Do you really want to delete this?';
|
||||
$text['confirm-delete']['en-us'] = "Do you really want to delete this?";
|
||||
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
||||
$text['confirm-copy']['en-us'] = 'Do you really want to copy this?';
|
||||
$text['confirm-copy']['en-us'] = "Do you really want to copy this?";
|
||||
$text['confirm-copy']['fr-fr'] = "Voulez-vous vraiment copier cela?";
|
||||
|
||||
$text['message-add']['en-us'] = 'Add Completed';
|
||||
$text['message-add']['fr-fr'] = 'Ajouté';
|
||||
$text['message-update']['en-us'] = 'Update Completed';
|
||||
$text['message-update']['fr-fr'] = 'Mis à jour';
|
||||
$text['message-delete']['en-us'] = 'Delete Completed';
|
||||
$text['message-delete']['fr-fr'] = 'Supprimé';
|
||||
$text['message-copy']['en-us'] = 'Copy Completed';
|
||||
$text['message-copy']['fr-fr'] = 'Copié';
|
||||
$text['message-required']['en-us'] = 'Please provide: ';
|
||||
$text['message-add']['en-us'] = "Add Completed";
|
||||
$text['message-add']['fr-fr'] = "Ajouté";
|
||||
$text['message-update']['en-us'] = "Update Completed";
|
||||
$text['message-update']['fr-fr'] = "Mis à jour";
|
||||
$text['message-delete']['en-us'] = "Delete Completed";
|
||||
$text['message-delete']['fr-fr'] = "Supprimé";
|
||||
$text['message-copy']['en-us'] = "Copy Completed";
|
||||
$text['message-copy']['fr-fr'] = "Copié";
|
||||
$text['message-required']['en-us'] = "Please provide: ";
|
||||
$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user