From 619b56ca3ffb2b5ca2c305e1572c634114000013 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Tue, 24 Nov 2015 21:26:58 +0100 Subject: [PATCH] Added hindi translation to repository. --- src/application/config/config.php | 31 +- src/application/language/hindi/index.html | 10 + .../language/hindi/migration_lang.php | 13 + .../language/hindi/translations_lang.php | 269 ++++++++++++++++++ 4 files changed, 308 insertions(+), 15 deletions(-) create mode 100644 src/application/language/hindi/index.html create mode 100644 src/application/language/hindi/migration_lang.php create mode 100644 src/application/language/hindi/translations_lang.php diff --git a/src/application/config/config.php b/src/application/config/config.php index f6c5850a..e5057929 100644 --- a/src/application/config/config.php +++ b/src/application/config/config.php @@ -4,8 +4,8 @@ |-------------------------------------------------------------------------- | Easy!Appointments - Internal Configuration |-------------------------------------------------------------------------- -| -| Declare some of the global config values of Easy!Appointments. +| +| Declare some of the global config values of Easy!Appointments. | the global "config" variable. | */ @@ -91,25 +91,26 @@ $config['url_suffix'] = ''; $config['language'] = 'english'; // default language $config['available_languages'] = array( - 'english', - 'german', - 'greek', - 'hungarian', + 'english', + 'german', + 'greek', + 'hungarian', 'portuguese', 'chinese', - 'dutch', - 'french', - 'japanese', - 'polish', - 'spanish', - 'italian', - 'danish', - 'luxembourgish', + 'dutch', + 'french', + 'japanese', + 'polish', + 'spanish', + 'italian', + 'danish', + 'luxembourgish', 'slovak', 'finnish', 'russian', 'romanian', - 'turkish' + 'turkish', + 'hindi' ); /* diff --git a/src/application/language/hindi/index.html b/src/application/language/hindi/index.html new file mode 100644 index 00000000..c942a79c --- /dev/null +++ b/src/application/language/hindi/index.html @@ -0,0 +1,10 @@ + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + \ No newline at end of file diff --git a/src/application/language/hindi/migration_lang.php b/src/application/language/hindi/migration_lang.php new file mode 100644 index 00000000..f17530f0 --- /dev/null +++ b/src/application/language/hindi/migration_lang.php @@ -0,0 +1,13 @@ +