source: extensions/GrumPluginClasses/language/ru_RU/plugin.lang.php @ 7570

Last change on this file since 7570 was 7570, checked in by ddtddt, 13 years ago

[extensions] - GrumPluginClasses - Add ru_RU thanks to yuragal - step1

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 882 bytes
Line 
1<?php
2
3$lang['Module'] = 'Модуль';
4$lang['Version'] = 'Версия';
5$lang['List of shared modules'] = 'Список общих модулей';
6$lang['List of installed plugins using Grum Plugin Classes'] = 'Список установленных модулей, использующих GPC';
7$lang['Plugin'] = 'Модуль';
8$lang['GPC required'] = 'Требуется GPC';
9$lang['Installed'] = 'Установлен';
10$lang['Infos'] = 'Информация';
11$lang['Some plugins are dependent on Grum Plugin Classes: before uninstall, you must first uninstall the plugins dependent'] = 'Некоторые модули зависят от Grum Plugin Classes: перед удалением вам нужно сначала удалить их';
12
13// gpc > 3.3.0
14$lang['Public'] = 'Public';
15$lang['Private'] = 'Private';
16$lang['All the gallery'] = 'All the gallery';
17
18?>
Note: See TracBrowser for help on using the repository browser.