diff options
author | pjmattal <pjmattal> | 2006-08-02 15:09:42 +0200 |
---|---|---|
committer | pjmattal <pjmattal> | 2006-08-02 15:09:42 +0200 |
commit | 47ad04e0d2542501adb15b79354535f76f8f20dc (patch) | |
tree | a61a9e2d9691dc64328c4a778865eafca15ac033 /web/lang/ru/common_po.inc | |
parent | f00984a8871c96f5196c2afa9c2131edecc1906e (diff) | |
download | aur-47ad04e0d2542501adb15b79354535f76f8f20dc.tar.gz aur-47ad04e0d2542501adb15b79354535f76f8f20dc.tar.xz |
committed russian translation fixes from sergej
russian is now ready for prime time
Diffstat (limited to 'web/lang/ru/common_po.inc')
-rw-r--r-- | web/lang/ru/common_po.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/lang/ru/common_po.inc b/web/lang/ru/common_po.inc index 9086e4e1..4d89abaf 100644 --- a/web/lang/ru/common_po.inc +++ b/web/lang/ru/common_po.inc @@ -5,7 +5,7 @@ include_once("translator.inc"); global $_t; -$_t["ru"]["Reset"] = "Переустановить"; +$_t["ru"]["Reset"] = "Очистить"; $_t["ru"]["Username"] = "Имя пользователя"; @@ -15,11 +15,11 @@ $_t["ru"]["Less"] = "Назад"; $_t["ru"]["Clear"] = "Очистить"; -$_t["ru"]["required"] = "требуется"; +$_t["ru"]["required"] = "необходимо"; $_t["ru"]["Update"] = "Обновить"; -$_t["ru"]["Submit"] = "Принять"; +$_t["ru"]["Submit"] = "Прислать"; $_t["ru"]["Password"] = "Пароль"; |