summaryrefslogtreecommitdiff
path: root/plugins/newmail_notifier/localization/ru_RU.inc
blob: 65abb7437e8ab28c9040b031bd8abe8f340a692d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php

/*
+-----------------------------------------------------------------------+
| language/ru_RU/labels.inc                                             |
|                                                                       |
| Language file of the RoundCube Webmail client                         |
| Copyright (C) 2008-2011, RoundQube Dev. - Switzerland                 |
| Licensed under the GNU GPL                                            |
|                                                                       |
+-----------------------------------------------------------------------+
| Author:        Doubrovine S.                                          |
+-----------------------------------------------------------------------+

*/

$labels = array();
$labels['basic'] = 'Визуальное уведомление по приходу нового сообщения';
$labels['sound'] = 'Звуковое уведомление по приходу нового сообщения';

?>