PHP Classes

File: src/waPluginator.lng.ru.php

Recommend this page to a friend!
  Classes of Alexander Selifonov   waPluginator   src/waPluginator.lng.ru.php   Download  
File: src/waPluginator.lng.ru.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: waPluginator
Generate sets of source files from templates
Author: By
Last change: Update of src/waPluginator.lng.ru.php
Date: 1 year ago
Size: 1,862 bytes
 

Contents

Class file image Download
<?php
/**
* @package: waPluginator
* Localization file for waPluginator
* Language: Russian
* @author: Alexander Selifonov < alex [at] selifan [dot] ru >
* version 0.3
*/

return array(
  
'author_name' => '??? ??????',
  
'author_email' => 'Email ????? ??????',
  
'author_site' => '???? ?????? (link)',
  
'creating_from' => '???????? ??',
  
'base_class_name' => '??????? ??? ??????',
  
'plugin_folder' => '??? ???????? ?????/????? ??????',
  
'plugin_type' => '??? ??????',
  
'main_title' => '???.????????? (?????)',
  
'description' => '???????? ??????',
  
'acl_list' => '?????? ?? ???? (ACL list) (????? ???)',
  
'color_scheme' => '???????? ????? (????)',
# 'create_bkend' => '??????? ?????? ???????',
  
'create_js' => '??????? ?????? JavaScript',
  
'create_locales' => '??????? ????? ???????????',
  
'btn_generate' => '?????????',
  
'btn_reverseing' => '??? -&gt; ? ??????',
  
'title_log' => '??? ?????????',

  
'size' => '??????',
  
'compile_ok' => '???? ?????????????',
  
'err_no_srcarchive' => 'srcarchive - ???????? ?????? ????????? ?? ??? zip ?????',
  
'err_srcfile_not_found' => '???????? ???? ?? ??????',
  
'err_skipped_no_dir' => '???? ?? ?????? ??-?? ????????????? ??????? ?????',

  
'err_zipopen' => '?????? ???????? ????? (?? zip?)',
  
'err_compile_fail' => '?????????? ?? ?????????',
  
'err_zipnotfound' => 'Zip ???? ?? ??????',
  
'job_finished' => '????????? ?????? ?????????'
);