diff options
author | Samed Beyribey <ras0ir@eventualis.org> | 2008-11-27 17:51:32 -0500 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2008-11-27 17:51:32 -0500 |
commit | 1f58e0c6cc1444d89424c41754b11fe9232e754d (patch) | |
tree | 1b816e86982fb853088f57140305a28928012829 /web/lang/tr/pkgedit_po.inc | |
parent | b513130f3ac9f291326a3bcf455252c0c31c0e71 (diff) | |
download | aurweb-1f58e0c6cc1444d89424c41754b11fe9232e754d.tar.xz |
Fix Turkish translations.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/lang/tr/pkgedit_po.inc')
-rw-r--r-- | web/lang/tr/pkgedit_po.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/web/lang/tr/pkgedit_po.inc b/web/lang/tr/pkgedit_po.inc index 1406dcb..692e910 100644 --- a/web/lang/tr/pkgedit_po.inc +++ b/web/lang/tr/pkgedit_po.inc @@ -11,23 +11,23 @@ include_once("translator.inc"); global $_t; -$_t["tr"]["Missing package ID."] = ""; +$_t["tr"]["Missing package ID."] = "Paket kimliği bulunamadı."; $_t["tr"]["Invalid category ID."] = "Geçersiz kategori."; -$_t["tr"]["Enter your comment below."] = "Enter your comment below."; +$_t["tr"]["Enter your comment below."] = "Lütfen yorumunuzu yazınız."; $_t["tr"]["You are not allowed to delete this comment."] = "Bu yorumu silme yetkiniz yok."; -$_t["tr"]["Missing comment ID."] = "Missing comment ID."; +$_t["tr"]["Missing comment ID."] = "Yorum kimliği bulunamadı."; -$_t["tr"]["Package category updated."] = "Paket katgorisi güncellendi."; +$_t["tr"]["Package category updated."] = "Paket kategorisi güncellendi."; $_t["tr"]["You must be logged in before you can edit package information."] = "Paket bilgilerini güncellemek için giriş yapmalısınız."; $_t["tr"]["Comment has been deleted."] = "Yorum silindi."; -$_t["tr"]["You've found a bug if you see this...."] = ""; +$_t["tr"]["You've found a bug if you see this...."] = "Bu yazıyı görebiliyorsanız bir hata keşfettiniz"; $_t["tr"]["Comment has been added."] = "Yorum eklendi."; |