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
+5 -6
View File
@@ -9,11 +9,11 @@
$apps[$x]['url'] = 'http://www.fusionpbx.com';
$apps[$x]['description']['en-us'] = 'Used to define external destination numbers.';
$apps[$x]['description']['es-mx'] = 'Utilizado para definir numeros destinos externos.';
$apps[$x]['description']['de-de'] = '';
$apps[$x]['description']['de'] = '';
$apps[$x]['description']['de-ch'] = '';
$apps[$x]['description']['de-at'] = '';
$apps[$x]['description']['fr-fr'] = "Défini les numéros externes.";
$apps[$x]['description']['fr-ca'] = "Usé pour définir cibler nombres externe.";
$apps[$x]['description']['fr-ca'] = '';
$apps[$x]['description']['fr-ch'] = '';
$apps[$x]['description']['pt-pt'] = 'Utilizado para definir os números de destino externos.';
$apps[$x]['description']['pt-br'] = '';
@@ -21,11 +21,11 @@
//menu details
$apps[$x]['menu'][0]['title']['en-us'] = 'Destinations';
$apps[$x]['menu'][0]['title']['es-mx'] = 'Destinos';
$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'] = 'Destinations';
$apps[$x]['menu'][0]['title']['fr-ca'] = 'Cibler';
$apps[$x]['menu'][0]['title']['fr-ca'] = '';
$apps[$x]['menu'][0]['title']['fr-ch'] = '';
$apps[$x]['menu'][0]['title']['pt-pt'] = 'Destinos';
$apps[$x]['menu'][0]['title']['pt-br'] = '';
@@ -39,7 +39,6 @@
//permission details
$y = 0;
$apps[$x]['permissions'][$y]['name'] = 'destination_view';
$apps[$x]['permissions'][$y]['menu']['uuid'] = 'fd2a708a-ff03-c707-c19d-5a4194375eba';
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
//$apps[$x]['permissions'][$y]['groups'][] = 'admin';
$y++;
@@ -130,4 +129,4 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the description.';
$z++;
?>
?>