summaryrefslogtreecommitdiff
path: root/roundcubemail/program/localization/ru
diff options
context:
space:
mode:
authorlostsinner <lostsinner@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-03-21 15:41:36 +0000
committerlostsinner <lostsinner@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-03-21 15:41:36 +0000
commit21f5cae2c2ac9a4e6db08ca05f532be40eabd913 (patch)
tree533c1bd86f3c6e4befa0720a6b3cd757d6217d74 /roundcubemail/program/localization/ru
parent8804f22e81fbfd0545d457973ce05329cd631764 (diff)
Added localization label: 'welcome' to all localizations (currently in English)
This label is the page title welcome message on the login page (previously was hardcoded) Changed login.html to use this label. git-svn-id: https://svn.roundcube.net/trunk@170 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/ru')
-rwxr-xr-xroundcubemail/program/localization/ru/labels.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/ru/labels.inc b/roundcubemail/program/localization/ru/labels.inc
index efdaeef1b..2aa622306 100755
--- a/roundcubemail/program/localization/ru/labels.inc
+++ b/roundcubemail/program/localization/ru/labels.inc
@@ -19,6 +19,7 @@
$labels = array();
// login page
+$labels['welcome'] = 'Welcome to Roundcube|Mail';
$labels['username'] = 'Логин';
$labels['password'] = 'Пароль';
$labels['server'] = 'Сервер';