Add a new Spanish translation donated by José Manuel Calquin Heinsohn. 'es-cl' for Spanish from Chile he says he tried to translate in a way that would be generic enough to work for most Spanish dialects. This commit covers just fusionpbx/core still need to integrate the translations for all features in fusionpbx/app directory.

This commit is contained in:
Mark Crane
2014-02-13 18:09:45 +00:00
parent 0c4a6a9018
commit d36773251e
16 changed files with 346 additions and 23 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
$apps[$x]['license'] = "Mozilla Public License 1.1";
$apps[$x]['url'] = "http://www.fusionpbx.com";
$apps[$x]['description']['en-us'] = "Default settings that apply to all domains.";
$apps[$x]['description']['es-mx'] = "";
$apps[$x]['description']['es-cl'] = "Configuraciones predeterminadas que aplican a todos los dominios.";
$apps[$x]['description']['de-de'] = "";
$apps[$x]['description']['de-ch'] = "";
$apps[$x]['description']['de-at'] = "";
@@ -20,7 +20,7 @@
//menu details
$apps[$x]['menu'][0]['title']['en-us'] = "Default Settings";
$apps[$x]['menu'][0]['title']['es-mx'] = "";
$apps[$x]['menu'][0]['title']['es-cl'] = "Conf. Predeterminada";
$apps[$x]['menu'][0]['title']['de-de'] = "";
$apps[$x]['menu'][0]['title']['de-ch'] = "";
$apps[$x]['menu'][0]['title']['de-at'] = "";