Files
crm.clientright.ru/languages/en_gb/VDNotifierPro.php

74 lines
3.2 KiB
PHP
Raw Normal View History

<?php
/* * *******************************************************************************
* The content of this file is subject to the Notificator Pro license.
* ("License"); You may not use this file except in compliance with the License
* The Initial Developer of the Original Code is http://www.vordoom.net
* Portions created by Vordoom.net are Copyright(C) Vordoom.net
* All Rights Reserved.
* ****************************************************************************** */
$languageStrings = array(
'VDNotifierPRO' => 'NotifierPro',
'SINGLE_Notifer' => 'Notifier',
'LBL_BLOCK_GENERAL_INFORMATION' => 'General information',
'LBL_TEST' => '',
'LBL_ID' => '',
'LBL_NOTIFIERPRO' => 'NotifierPro',
'LBL_BLOCK_SYSTEM_INFORMATION' => '',
'LBL_NOTIFIERPRO_MANAGER' => 'NotifierPro Sattings',
'LBL_NOTIFIERPRO_MODULE_NAME'=> 'Module Name',
'LBL_NOTIFIERPRO_STATUS' => 'Status',
'LBL_NOTIFIERPRO_CREATOR' => 'Show to<br />Creator',
'LBL_NOTIFIERPRO_OWNER' => 'Show to<br />Owner',
'LBL_NOTIFIERPRO_MODIFICATOR' => 'Show to<br />Last Modifier',
'LBL_NOTIFIERPRO_CREATE_SHOW' => 'Show when<br />New',
'LBL_NOTIFIERPRO_UPDATE_SHOW' => 'Show when<br />Update',
'LBL_NOTIFIERPRO_SHOW' => 'Show',
'Upgrade' => 'Updated',
'Create' => 'Created',
'Delete' => 'Deleted',
'Repair' => 'Restored',
'LBL_NOTIFIERPRO_SETTING'=> 'Settings',
'LBL_NOTIFIERPRO_SETTING_ajaxNotifier' => 'Ajax notify',
'LBL_NOTIFIERPRO_SETTING_TIMER_5SEC' => '5 sec',
'LBL_NOTIFIERPRO_SETTING_TIMER_10SEC' => '10 sec',
'LBL_NOTIFIERPRO_SETTING_TIMER_15SEC' => '15 sec',
'LBL_NOTIFIERPRO_SETTING_TIMER_30SEC' => '30 sec',
'LBL_NOTIFIERPRO_SETTING_TIMER_1MIN' => '1 min',
'LBL_NOTIFIERPRO_SETTING_TIMER' => 'Time update',
'LBL_NOTIFIERPRO_SETTING_KEY'=> 'Key',
'LBL_INSTALL' => 'Apply Key',
'DEMO_PERIOD' => 'Demo period. Expires',
'DAYS' => ' days',
'LBN_BUY_NOW' => 'Click to Buy',
'DEMO_PERIOD_END'=>'Demo period is over',
'LBN_KEY_INSTALL_SUCCESS' => 'Key applied successfully',
'LBN_FOR_DOMEN'=> 'For domen',
'LBN_KEY_INSTALL_FALSE' => 'Key did not applied',
'LBN_KEY_FAILED'=> 'Wrong key',
'LBN_DOMEN_FAILED'=> 'This key is already installed on another domain',
'LBN_ERROR1'=>'Communications error with license server, please try again later or write to support@vordoom.net',
'LBN_KEY_UNINSTALL_SUCCESS' => 'Key was deleted',
'LBN_KEY_UINSTALL_FALSE' => 'Key was not deleted',
'LBN_NO_WORK' => 'No license',
);
$jsLanguageStrings = array(
'JS_NOTIFIERPRO_NOTIFICATION' => 'Notifications',
'JS_NOTIFIERPRO_CREATED_ACTION' => 'created',
'JS_NOTIFIERPRO_UPDATED_ACTION' => 'updated',
'JS_NOTIFIERPRO_DELETED_ACTION' => 'deleted',
'JS_NOTIFIERPRO_RESTORED_ACTION' => 'restored',
'LBL_SETTING' => 'Settings',
'LBL_SOUND' => 'Sound',
'LBL_MESSAGE' => 'Message',
'LBL_CLOSE' => 'Close',
'LBL_HEADER' => 'Notifications',
'LBL_ROW' => 'Row ',
'LBL_WAS' => ' was ',
'LBL_USER' => ' by user ',
'LBL_CHANGES_SAVED_SUCCESS' => 'Changes saved successfully',
'UPDATED' => 'updated'
);