diff options
author | alecpl <alec@alec.pl> | 2009-10-27 12:02:24 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-10-27 12:02:24 +0000 |
commit | 2cb5b5a9e5c6fe9575fe2c40aee8af4002b69c81 (patch) | |
tree | 5fc5b928e1681a347220ea7cf9712f262e0e7e72 /plugins/markasjunk/localization/ru_RU.inc | |
parent | 5818e44345204e2323781adb87edcfba45e246a8 (diff) |
- markasjunk: added NonJunk flag unsetting, added ru_RU localization
Diffstat (limited to 'plugins/markasjunk/localization/ru_RU.inc')
-rw-r--r-- | plugins/markasjunk/localization/ru_RU.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/markasjunk/localization/ru_RU.inc b/plugins/markasjunk/localization/ru_RU.inc new file mode 100644 index 000000000..32d00c2df --- /dev/null +++ b/plugins/markasjunk/localization/ru_RU.inc @@ -0,0 +1,7 @@ +<?php + +$labels = array(); +$labels['buttontitle'] = 'Переместить в "СПАМ"'; +$labels['reportedasjunk'] = 'Перемещено в "СПАМ"'; + +?> |