diff options
author | dsa <dsa> | 2007-03-08 11:59:05 +0000 |
---|---|---|
committer | dsa <dsa> | 2007-03-08 11:59:05 +0000 |
commit | 75446ba192862b9026230cccdbd04b37e3e5c14c (patch) | |
tree | 70b78673d5be79d3603868cafaceb6a3c50f27ad | |
parent | e0740426a9692c388e3bb4807a25e41efe28cac8 (diff) | |
download | aurweb-75446ba192862b9026230cccdbd04b37e3e5c14c.tar.xz |
Adding Sergej updates to the new strings.
-rw-r--r-- | web/lang/ru/index_po.inc | 6 | ||||
-rw-r--r-- | web/lang/ru/submit_po.inc | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/web/lang/ru/index_po.inc b/web/lang/ru/index_po.inc index b30aba3..a97192a 100644 --- a/web/lang/ru/index_po.inc +++ b/web/lang/ru/index_po.inc @@ -61,4 +61,10 @@ $_t["ru"]["Out-of-date"] = "Устарел"; $_t["ru"]["User Statistics"] = "Статистика пользователя"; +$_t["ru"]["Flagged as safe by me"] = "Отмечено мной как безопасный"; + +$_t["ru"]["Flagged as safe"] = "Отмечено как безопасный"; + +$_t["ru"]["My Statistics"] = "Моя статистика"; + ?>
\ No newline at end of file diff --git a/web/lang/ru/submit_po.inc b/web/lang/ru/submit_po.inc index 765c9ab..53694fe 100644 --- a/web/lang/ru/submit_po.inc +++ b/web/lang/ru/submit_po.inc @@ -85,4 +85,8 @@ $_t["ru"]["You must supply a comment for this upload/change."] = "Вы долж $_t["ru"]["Yes"] = "Да"; +$_t["ru"]["Missing license variable in PKGBUILD."] = "Не указана лицензия в PKGBUILD"; + +$_t["ru"]["Missing arch variable in PKGBUILD."] = "Не указана архитектура в PKGBUILD"; + ?>
\ No newline at end of file |