diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-10-10 06:57:22 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-10-10 06:57:22 +0000 |
| commit | 6b4876b53b2f56a57b54f91695e33438c00338b7 (patch) | |
| tree | 37cc1c4b493e1a596a47e106d71b4dc30b6d37a5 | |
| parent | bf074a176c8702d92f044e67e70197b9d7cd8e97 (diff) | |
- added ru_RU localization
git-svn-id: https://svn.roundcube.net/trunk@5324 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | plugins/newmail_notifier/localization/ru_RU.inc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/plugins/newmail_notifier/localization/ru_RU.inc b/plugins/newmail_notifier/localization/ru_RU.inc new file mode 100644 index 000000000..65abb7437 --- /dev/null +++ b/plugins/newmail_notifier/localization/ru_RU.inc @@ -0,0 +1,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'] = 'Звуковое уведомление по приходу нового сообщения'; + +?>
\ No newline at end of file |
