summaryrefslogtreecommitdiff
path: root/frontend/beta/js/Clipperz/PM/Strings.js
authorkuznetz <mail@from-nothing.ru>2011-10-04 09:25:04 (UTC)
committer kuznetz <mail@from-nothing.ru>2011-10-04 09:25:04 (UTC)
commit212dfb8b02dd3f8c89870fa5dea721f066380645 (patch) (unidiff)
tree67d092e39cb21252ea518850b38c0f3599173b37 /frontend/beta/js/Clipperz/PM/Strings.js
parent101c3d3de142b4467d5b217ac056a301b0d857d5 (diff)
downloadclipperz-212dfb8b02dd3f8c89870fa5dea721f066380645.zip
clipperz-212dfb8b02dd3f8c89870fa5dea721f066380645.tar.gz
clipperz-212dfb8b02dd3f8c89870fa5dea721f066380645.tar.bz2
Added Russian Language
Diffstat (limited to 'frontend/beta/js/Clipperz/PM/Strings.js') (more/less context) (show whitespace changes)
-rw-r--r--frontend/beta/js/Clipperz/PM/Strings.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/beta/js/Clipperz/PM/Strings.js b/frontend/beta/js/Clipperz/PM/Strings.js
index e9f5dbe..c935c7f 100644
--- a/frontend/beta/js/Clipperz/PM/Strings.js
+++ b/frontend/beta/js/Clipperz/PM/Strings.js
@@ -93,9 +93,9 @@ Clipperz.PM.Strings.standardStrings = {
93 {tag:'option', html:"Norwegian (Norsk)", value:"no", disabled:true, cls:'disabledOption'}, 93 {tag:'option', html:"Norwegian (Norsk)", value:"no", disabled:true, cls:'disabledOption'},
94 {tag:'option', html:"Persian (فارسی)", value:"fa-IR", disabled:true, cls:'disabledOption'}, 94 {tag:'option', html:"Persian (فارسی)", value:"fa-IR", disabled:true, cls:'disabledOption'},
95 {tag:'option', html:"Polish (Polski)", value:"pl-PL", disabled:true, cls:'disabledOption'}, 95 {tag:'option', html:"Polish (Polski)", value:"pl-PL", disabled:true, cls:'disabledOption'},
96 {tag:'option', html:"Portuguese (Português)", value:"pt-BR"}, 96 {tag:'option', html:"Portuguese (Português)", value:"pt-BR"},
97 {tag:'option', html:"Russian (Русский)", value:"ru-RU"/* -- */, disabled:true, cls:'disabledOption' /* */}, 97 {tag:'option', html:"Russian (Русский)", value:"ru-RU"},
98 {tag:'option', html:"Spanish (Español)", value:"es-ES"}, 98 {tag:'option', html:"Spanish (Español)", value:"es-ES"},
99 {tag:'option', html:"Swedish (Svenska)", value:"sv-SE", disabled:true, cls:'disabledOption'}, 99 {tag:'option', html:"Swedish (Svenska)", value:"sv-SE", disabled:true, cls:'disabledOption'},
100 {tag:'option', html:"Turkish (Türkçe)", value:"tr-TR", disabled:true, cls:'disabledOption'}, 100 {tag:'option', html:"Turkish (Türkçe)", value:"tr-TR", disabled:true, cls:'disabledOption'},
101 {tag:'option', html:"Vietnamese (Tiếng Việt)", value:"vi-VN", disabled:true, cls:'disabledOption'} 101 {tag:'option', html:"Vietnamese (Tiếng Việt)", value:"vi-VN", disabled:true, cls:'disabledOption'}