2013-05-14 07:34:04 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
//Domains
|
|
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['title-domains']['en-us'] = 'Domains';
|
|
|
|
|
$text['title-domains']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['title-domains']['fr-fr'] = "Domaines";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['header-domains']['en-us'] = 'Domains';
|
|
|
|
|
$text['header-domains']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['header-domains']['fr-fr'] = "Domaines";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['description-domains']['en-us'] = 'Control the list of domains to manage.';
|
|
|
|
|
$text['description-domains']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['description-domains']['fr-fr'] = "Contrôler la liste des domaines à gérer";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
|
|
|
|
//------
|
|
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['title-domain-edit']['en-us'] = 'Domain Edit';
|
|
|
|
|
$text['title-domain-edit']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['title-domain-edit']['fr-fr'] = "Editer le Domaines";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['header-domain-edit']['en-us'] = 'Domain Edit';
|
|
|
|
|
$text['header-domain-edit']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['header-domain-edit']['fr-fr'] = "Editer le Domaine";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['description-domain-edit']['en-us'] = 'Edit the details of this domain.';
|
|
|
|
|
$text['description-domain-edit']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['description-domain-edit']['fr-fr'] = "Editer les détaisl de ce domaine. ";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['header-settings']['en-us'] = 'Settings';
|
|
|
|
|
$text['header-settings']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['header-settings']['fr-fr'] = "Paramètres";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
|
|
|
|
//------
|
|
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['title-domain-add']['en-us'] = 'Domain Add';
|
|
|
|
|
$text['title-domain-add']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['title-domain-add']['fr-fr'] = "Ajouter un Domaine";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['header-domain-add']['en-us'] = 'Domain Add';
|
|
|
|
|
$text['header-domain-add']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['header-domain-add']['fr-fr'] = "Ajouter un Domaine";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['description-domain-add']['en-us'] = 'Enter the domain details below.';
|
|
|
|
|
$text['description-domain-add']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['description-domain-add']['fr-fr'] = "Entrer les détails du domaine ci-dessous.";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
|
|
|
|
//------
|
|
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['label-domain']['en-us'] = 'Domain';
|
|
|
|
|
$text['label-domain']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-domain']['fr-fr'] = "Domaine";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['label-name']['en-us'] = 'Name';
|
|
|
|
|
$text['label-name']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-name']['fr-fr'] = "Nom";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['description-name']['en-us'] = 'Enter the name of the domain.';
|
|
|
|
|
$text['description-name']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['description-name']['fr-fr'] = "Entrer le nom du domaine.";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['label-description']['en-us'] = 'Description';
|
|
|
|
|
$text['label-description']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-description']['fr-fr'] = "Description";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['description-description']['en-us'] = 'Enter a description for this domain, if desired.';
|
|
|
|
|
$text['description-description']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['description-description']['fr-fr'] = "";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
|
|
|
|
//------ settings
|
|
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['title-domain_setting-edit']['en-us'] = 'Domain Setting Edit';
|
|
|
|
|
$text['title-domain_setting-edit']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['title-domain_setting-edit']['fr-fr'] = "Editer les paramètres du domaine";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['header-domain_setting-edit']['en-us'] = 'Domain Setting Edit';
|
|
|
|
|
$text['header-domain_setting-edit']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['header-domain_setting-edit']['fr-fr'] = "Editer les paramètres du domaine";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['description-domain_setting-edit']['en-us'] = 'Edit a setting for this domain.';
|
|
|
|
|
$text['description-domain_setting-edit']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['description-domain_setting-edit']['fr-fr'] = "Editer un paramètre du domaine.";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
//------
|
|
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['title-domain_setting-add']['en-us'] = 'Domain Setting Add';
|
|
|
|
|
$text['title-domain_setting-add']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['title-domain_setting-add']['fr-fr'] = "Ajouter un paramètre au domaine";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['header-domain_setting-add']['en-us'] = 'Domain Setting Add';
|
|
|
|
|
$text['header-domain_setting-add']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['header-domain_setting-add']['fr-fr'] = "Ajouter un paramètre au domaine";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['description-domain_setting-add']['en-us'] = 'Add a setting for this domain.';
|
|
|
|
|
$text['description-domain_setting-add']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['description-domain_setting-add']['fr-fr'] = "";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
|
|
|
|
//------
|
|
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['label-category']['en-us'] = 'Category';
|
|
|
|
|
$text['label-category']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-category']['fr-fr'] = "Catégorie";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['description-category']['en-us'] = 'Enter the category.';
|
|
|
|
|
$text['description-category']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['description-category']['fr-fr'] = "";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['label-subcategory']['en-us'] = 'Subcategory';
|
|
|
|
|
$text['label-subcategory']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-subcategory']['fr-fr'] = "Sous-Catégorie";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['description-subcategory']['en-us'] = 'Enter the subcategory.';
|
|
|
|
|
$text['description-subcategory']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['description-subcategory']['fr-fr'] = "";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['label-type']['en-us'] = 'Type';
|
|
|
|
|
$text['label-type']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-type']['fr-fr'] = "Type";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['description-type']['en-us'] = 'Enter the setting type (ie. uuid, name, var, dir, etc).';
|
|
|
|
|
$text['description-type']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['description-type']['fr-fr'] = "Entrer le type du paramètre (ie. uuid, nom, var, dir, etc).";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['label-value']['en-us'] = 'Value';
|
|
|
|
|
$text['label-value']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-value']['fr-fr'] = "Valeur";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['description-value']['en-us'] = 'Enter the value of this setting.';
|
|
|
|
|
$text['description-value']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['description-value']['fr-fr'] = "";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['label-enabled']['en-us'] = 'Enabled';
|
|
|
|
|
$text['label-enabled']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-enabled']['fr-fr'] = "Actif";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['description-enabled']['en-us'] = 'Set the status of this default setting.';
|
|
|
|
|
$text['description-enabled']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['description-enabled']['fr-fr'] = "Choisir l'état de ce paramètre";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['label-description']['en-us'] = 'Description';
|
|
|
|
|
$text['label-description']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-description']['fr-fr'] = "Description";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['description-description']['en-us'] = 'Enter a description, if desired.';
|
|
|
|
|
$text['description-description']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['description-description']['fr-fr'] = "";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['label-true']['en-us'] = 'True';
|
|
|
|
|
$text['label-true']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-true']['fr-fr'] = "Oui";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['label-false']['en-us'] = 'False';
|
|
|
|
|
$text['label-false']['pt-pt'] = 'falso';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-false']['fr-fr'] = "Non";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['label-none']['en-us'] = 'None';
|
|
|
|
|
$text['label-none']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['label-none']['fr-fr'] = "Aucun";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['button-add']['en-us'] = 'Add';
|
|
|
|
|
$text['button-add']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['button-add']['fr-fr'] = "Ajouter";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['button-edit']['en-us'] = 'Edit';
|
|
|
|
|
$text['button-edit']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['button-edit']['fr-fr'] = "Editer";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['button-delete']['en-us'] = 'Delete';
|
|
|
|
|
$text['button-delete']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['button-delete']['fr-fr'] = "Supprimer";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['confirm-delete']['en-us'] = 'Do you really want to delete this?';
|
|
|
|
|
$text['confirm-delete']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['confirm-delete']['fr-fr'] = "Voulez-vous vraiment supprimer cela?";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['button-save']['en-us'] = 'Save';
|
|
|
|
|
$text['button-save']['pt-pt'] = 'Guardar';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['button-save']['fr-fr'] = "Sauvegarder";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['button-back']['en-us'] = 'Back';
|
|
|
|
|
$text['button-back']['pt-pt'] = 'Voltar';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['button-back']['fr-fr'] = "Retour";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['button-export']['en-us'] = 'Export';
|
|
|
|
|
$text['button-export']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['button-export']['fr-fr'] = "Exporter";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['message-message']['en-us'] = 'Message';
|
|
|
|
|
$text['message-message']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['message-message']['fr-fr'] = "Message";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['message-add']['en-us'] = 'Add Completed';
|
|
|
|
|
$text['message-add']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['message-add']['fr-fr'] = "Ajouté";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['message-update']['en-us'] = 'Update Completed';
|
|
|
|
|
$text['message-update']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['message-update']['fr-fr'] = "Mis à jour";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['message-delete']['en-us'] = 'Delete Completed';
|
|
|
|
|
$text['message-delete']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['message-delete']['fr-fr'] = "Supprimé";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-05-14 07:35:59 +02:00
|
|
|
$text['message-required']['en-us'] = 'Please provide: ';
|
|
|
|
|
$text['message-required']['pt-pt'] = '';
|
2013-09-30 15:19:40 +02:00
|
|
|
$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
|
2013-05-14 07:34:04 +02:00
|
|
|
|
2013-09-30 15:19:40 +02:00
|
|
|
?>
|