This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<?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'] = 'Лицензия';
?>