added missing french translations and changed fr to fr-fr in all app_languages.php and app_config.php files.

This commit is contained in:
Philippe Rioual
2013-09-30 13:19:40 +00:00
parent b9425a0a6a
commit 84b11a971c
116 changed files with 3483 additions and 2874 deletions

View File

@@ -8,25 +8,25 @@
$apps[$x]['url'] = 'http://www.fusionpbx.com';
$apps[$x]['description']['en-us'] = 'Upgrade the database schema.';
$apps[$x]['description']['es-mx'] = '';
$apps[$x]['description']['de-de'] = '';
$apps[$x]['description']['de'] = '';
$apps[$x]['description']['de-ch'] = '';
$apps[$x]['description']['de-at'] = '';
$apps[$x]['description']['fr-fr'] = "Mise à jour du Schéma de la base de données";
$apps[$x]['description']['fr-fr'] = 'Mise à jour du Schéma de la base de données';
$apps[$x]['description']['fr-ca'] = '';
$apps[$x]['description']['fr-ch'] = '';
$apps[$x]['description']['pt-pt'] = "Atualizar o esquema de base de dados.";
$apps[$x]['description']['pt-pt'] = 'Atualizar o esquema de base de dados.';
$apps[$x]['description']['pt-br'] = '';
//menu details
$apps[$x]['menu'][0]['title']['en-us'] = 'Upgrade Schema';
$apps[$x]['menu'][0]['title']['es-mx'] = '';
$apps[$x]['menu'][0]['title']['de-de'] = '';
$apps[$x]['menu'][0]['title']['de'] = '';
$apps[$x]['menu'][0]['title']['de-ch'] = '';
$apps[$x]['menu'][0]['title']['de-at'] = '';
$apps[$x]['menu'][0]['title']['fr-fr'] = "MàJ BDD";
$apps[$x]['menu'][0]['title']['fr-fr'] = 'MàJ BDD';
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
$apps[$x]['menu'][0]['title']['fr-ch'] = '';
$apps[$x]['menu'][0]['title']['pt-pt'] = "Actualizar BD";
$apps[$x]['menu'][0]['title']['pt-pt'] = 'Actualizar BD';
$apps[$x]['menu'][0]['title']['pt-br'] = '';
$apps[$x]['menu'][0]['uuid'] = '8c826e92-be3c-0944-669a-24e5b915d562';
$apps[$x]['menu'][0]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f';
@@ -86,4 +86,4 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
*/
?>
?>

View File

@@ -3,23 +3,39 @@
// Upgrade Schema
$text['title-upgrade_schema']['en-us'] = 'Upgrade Schema';
$text['title-upgrade_schema']['fr-fr'] = 'Mise à jour du Schéma';
$text['header-database_type']['en-us'] = 'Database Type';
$text['header-database_type']['fr-fr'] = 'Type de base de données';
$text['header-message']['en-us'] = 'Message';
$text['header-message']['fr-fr'] = 'Message';
$text['label-sql_changes']['en-us'] = 'SQL Changes';
$text['label-sql_changes']['fr-fr'] = 'Modifications SQL';
$text['label-table']['en-us'] = 'Table';
$text['label-table']['fr-fr'] = 'Table';
$text['label-exists']['en-us'] = 'Exists';
$text['label-exists']['fr-fr'] = 'Existe';
$text['label-details']['en-us'] = 'Details';
$text['label-details']['fr-fr'] = 'Détails';
$text['label-name']['en-us'] = 'Name';
$text['label-name']['fr-fr'] = 'Nom';
$text['label-type']['en-us'] = 'Type';
$text['label-type']['fr-fr'] = 'Type';
$text['label-upgrade']['en-us'] = 'Upgrade';
$text['label-upgrade']['fr-fr'] = 'Mise à jour';
$text['label-database']['en-us'] = 'Database';
$text['label-database']['fr-fr'] = 'Base de Données';
$text['label-schema']['en-us'] = 'Schema';
$text['label-schema']['fr-fr'] = 'Schéma';
$text['label-no_change']['en-us'] = 'No Change';
$text['label-no_change']['fr-fr'] = 'Pas de changement';
$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['message-upgrade']['en-us'] = 'Upgrade Completed';
$text['message-upgrade']['fr-fr'] = 'Mis à jour';
?>