adding estonian translation to changelog/credits
parent
62ee04707f
commit
a30dcf5610
|
@ -6,6 +6,7 @@ not yet released
|
||||||
----------------------------------
|
----------------------------------
|
||||||
|
|
||||||
* #161: Added Swedish translation.
|
* #161: Added Swedish translation.
|
||||||
|
* #185: Added Estonian translation.
|
||||||
* #210: Added Finnish translation.
|
* #210: Added Finnish translation.
|
||||||
* #201: Added Persian translation.
|
* #201: Added Persian translation.
|
||||||
* #195: Updated Spanish translation.
|
* #195: Updated Spanish translation.
|
||||||
|
|
|
@ -89,6 +89,10 @@ The following people have contributed to the translation of PHP Server Monitor:
|
||||||
|
|
||||||
* nerdalertdk
|
* nerdalertdk
|
||||||
|
|
||||||
|
* Estonian
|
||||||
|
|
||||||
|
* Richard A. - https://github.com/ItsRichardRaz
|
||||||
|
|
||||||
* Finnish
|
* Finnish
|
||||||
|
|
||||||
* Sami Nieminen - https://github.com/celeroncool
|
* Sami Nieminen - https://github.com/celeroncool
|
||||||
|
|
|
@ -18,15 +18,18 @@
|
||||||
* along with PHP Server Monitor. If not, see <http://www.gnu.org/licenses/>.
|
* along with PHP Server Monitor. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* @package phpservermon
|
* @package phpservermon
|
||||||
* @author Pepijn Over <pep@neanderthal-technology.com>
|
* @author Richard A.
|
||||||
* @copyright Copyright (c) 2008-2014 Pepijn Over <pep@neanderthal-technology.com>
|
* @copyright Copyright (c) 2008-2014 Pepijn Over <pep@neanderthal-technology.com>
|
||||||
* @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3
|
* @license http://www.gnu.org/licenses/gpl.txt GNU GPL v3
|
||||||
* @version Release: v3.1.1
|
* @version Release: @package_version@
|
||||||
* @link http://www.phpservermonitor.org/
|
* @link http://www.phpservermonitor.org/
|
||||||
**/
|
**/
|
||||||
|
|
||||||
$sm_lang = array(
|
$sm_lang = array(
|
||||||
'name' => 'Estonian - Eesti keel',
|
'name' => 'Estonian - Eesti keel',
|
||||||
|
'locale' => array('et_ET.UTF-8', 'et_ET', 'estonian'),
|
||||||
|
'locale_tag' => 'et',
|
||||||
|
'locale_dir' => 'ltr',
|
||||||
'system' => array(
|
'system' => array(
|
||||||
'title' => 'Serveri Monitor',
|
'title' => 'Serveri Monitor',
|
||||||
'install' => 'Installeeri',
|
'install' => 'Installeeri',
|
||||||
|
@ -194,6 +197,7 @@ $sm_lang = array(
|
||||||
'sms_gateway_textmarketer' => 'Textmarketer',
|
'sms_gateway_textmarketer' => 'Textmarketer',
|
||||||
'sms_gateway_smsglobal' => 'SMSGlobal',
|
'sms_gateway_smsglobal' => 'SMSGlobal',
|
||||||
'sms_gateway_smsit' => 'Smsit',
|
'sms_gateway_smsit' => 'Smsit',
|
||||||
|
'sms_gateway_freevoipdeal' => 'FreeVoipDeal',
|
||||||
'sms_gateway_username' => 'Värava kasutajanimi',
|
'sms_gateway_username' => 'Värava kasutajanimi',
|
||||||
'sms_gateway_password' => 'Värava parool',
|
'sms_gateway_password' => 'Värava parool',
|
||||||
'sms_from' => 'Saatja telefoni number',
|
'sms_from' => 'Saatja telefoni number',
|
||||||
|
|
|
@ -197,6 +197,7 @@ $sm_lang = array(
|
||||||
'sms_gateway_textmarketer' => 'Textmarketer',
|
'sms_gateway_textmarketer' => 'Textmarketer',
|
||||||
'sms_gateway_smsglobal' => 'SMSGlobal',
|
'sms_gateway_smsglobal' => 'SMSGlobal',
|
||||||
'sms_gateway_smsit' => 'Smsit',
|
'sms_gateway_smsit' => 'Smsit',
|
||||||
|
'sms_gateway_freevoipdeal' => 'FreeVoipDeal',
|
||||||
'sms_gateway_username' => 'نام کاربری Gateway',
|
'sms_gateway_username' => 'نام کاربری Gateway',
|
||||||
'sms_gateway_password' => 'کلمه عبور Gateway',
|
'sms_gateway_password' => 'کلمه عبور Gateway',
|
||||||
'sms_from' => 'شماره تلفن ارسال کننده',
|
'sms_from' => 'شماره تلفن ارسال کننده',
|
||||||
|
|
Loading…
Reference in New Issue