You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
|
|
|
|
+-----------------------------------------------------------------------+
|
|
|
|
|
| plugins/help/localization/ru_RU.inc |
|
|
|
|
|
| |
|
|
|
|
|
| Language file of the Roundcube help plugin |
|
|
|
|
|
| Copyright (C) 2005-2010, The Roundcube Dev Team |
|
|
|
|
|
| Licensed under the GNU GPL |
|
|
|
|
|
| |
|
|
|
|
|
+-----------------------------------------------------------------------+
|
|
|
|
|
| Author: Sergey Dukachev <iam@dukess.ru> |
|
|
|
|
|
+-----------------------------------------------------------------------+
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
$labels = array();
|
|
|
|
|
$labels['help'] = 'Помощь';
|
|
|
|
|
$labels['about'] = 'О программе';
|
|
|
|
|
$labels['license'] = 'Лицензия';
|
|
|
|
|
|
|
|
|
|
?>
|