diff options
author | pjmattal <pjmattal> | 2006-08-01 07:13:17 +0200 |
---|---|---|
committer | pjmattal <pjmattal> | 2006-08-01 07:13:17 +0200 |
commit | c3380f4fd663bf55734ec5b9a445b3cd978f44d7 (patch) | |
tree | 2234b1e7da6f858ca5b89804bf01c9de0e2abd78 /web/lang/ru/aur_po.inc | |
parent | 5074a9186b9843dccff533fdf4f6de011a7440f0 (diff) | |
download | aur-c3380f4fd663bf55734ec5b9a445b3cd978f44d7.tar.gz aur-c3380f4fd663bf55734ec5b9a445b3cd978f44d7.tar.xz |
added russian language translation from sergej
it looks lousy on my browser, need to figure out how to improve
Diffstat (limited to 'web/lang/ru/aur_po.inc')
-rw-r--r-- | web/lang/ru/aur_po.inc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/web/lang/ru/aur_po.inc b/web/lang/ru/aur_po.inc new file mode 100644 index 00000000..d89bb631 --- /dev/null +++ b/web/lang/ru/aur_po.inc @@ -0,0 +1,22 @@ +<? +# Russian (Рский) translation +# Translator: Sergej Pupykin <ps@lx-ltd.ru> + +include_once("translator.inc"); +global $_t; + +$_t["ru"]["%s: %sAn ArchLinux project%s"] = "%s: %sПоек ArchLinux%s"; + +$_t["ru"]["Logout"] = "Вход"; + +$_t["ru"]["Discussion"] = "Обсуждение"; + +$_t["ru"]["Bugs"] = "Оибки"; + +$_t["ru"]["Accounts"] = "Уене запии"; + +$_t["ru"]["Home"] = "Домой"; + +$_t["ru"]["Packages"] = "Паке"; + +?>
\ No newline at end of file |