|
Last change
on this file since 62a83b3 was
62a83b3,
checked in by thomascube <thomas@…>, 2 years ago
|
|
Copying plugins to release branch
|
-
Property mode set to
100644
|
|
File size:
898 bytes
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | /* |
|---|
| 4 | |
|---|
| 5 | +-----------------------------------------------------------------------+ |
|---|
| 6 | | plugins/help/localization/ru_RU.inc | |
|---|
| 7 | | | |
|---|
| 8 | | Language file of the Roundcube help plugin | |
|---|
| 9 | | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland | |
|---|
| 10 | | Licensed under the GNU GPL | |
|---|
| 11 | | | |
|---|
| 12 | +-----------------------------------------------------------------------+ |
|---|
| 13 | | Author: Sergey Dukachev <iam@dukess.ru> | |
|---|
| 14 | +-----------------------------------------------------------------------+ |
|---|
| 15 | |
|---|
| 16 | */ |
|---|
| 17 | |
|---|
| 18 | $labels = array(); |
|---|
| 19 | $labels['help'] = 'ÐПЌПÑÑ'; |
|---|
| 20 | $labels['about'] = 'РпÑПгÑаЌЌе'; |
|---|
| 21 | $labels['license'] = 'ÐОÑеМзОÑ'; |
|---|
| 22 | |
|---|
| 23 | ?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.