diff options
Diffstat (limited to 'web/lang/ru/account_po.inc')
-rw-r--r-- | web/lang/ru/account_po.inc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/web/lang/ru/account_po.inc b/web/lang/ru/account_po.inc new file mode 100644 index 0000000..2507a88 --- /dev/null +++ b/web/lang/ru/account_po.inc @@ -0,0 +1,24 @@ +<? +# Russian (Рский) translation +# Translator: Sergej Pupykin <ps@lx-ltd.ru> + +include_once("translator.inc"); +global $_t; + +$_t["ru"]["Use this form to update your account."] = "Ипользуйе э форм для изменения вашей уеной запии."; + +$_t["ru"]["Leave the password fields blank to keep your same password."] = "Отавье пол для вводна пароля псыми ели не хотие его изменят."; + +$_t["ru"]["You are not allowed to access this area."] = "У вас нет достпа к эой части."; + +$_t["ru"]["Could not retrieve information for the specified user."] = "Невозможно полуи инфомаци об указанном пользователе."; + +$_t["ru"]["Use this form to search existing accounts."] = "Ипользуйе э форм для поиска сществуюей уеной запии."; + +$_t["ru"]["You do not have permission to edit this account."] = "У вас нет пав для изменения эой уеной запии."; + +$_t["ru"]["Use this form to create an account."] = "Ипользуйе э форм для создани новой уеной запии."; + +$_t["ru"]["You must log in to view user information."] = "В должны педставиь для помотра инфомации о пользователе."; + +?>
\ No newline at end of file |