diff options
author | Loui Chang <louipc.ist@gmail.com> | 2008-11-03 21:52:07 -0500 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2008-11-03 21:52:07 -0500 |
commit | a6147ab5ab297728adefdb97aaeedc93114b896d (patch) | |
tree | 49b508439ab2aa0cf4bd039d3b2d2d53e8860df0 /web/lang/tr/index_po.inc | |
parent | c85dfacc747387b9be6c53b4518ac680b505e0f7 (diff) | |
parent | 100451a9665cb387eeae2cb06cc22870cfd57c82 (diff) | |
download | aurweb-a6147ab5ab297728adefdb97aaeedc93114b896d.tar.xz |
Merge branch 'testing'
Conflicts:
web/html/pkgsubmit.php
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/lang/tr/index_po.inc')
-rw-r--r-- | web/lang/tr/index_po.inc | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/web/lang/tr/index_po.inc b/web/lang/tr/index_po.inc new file mode 100644 index 0000000..dd85b91 --- /dev/null +++ b/web/lang/tr/index_po.inc @@ -0,0 +1,91 @@ +<?php +# INSTRUCTIONS TO TRANSLATORS +# +# This file contains the i18n translations for a subset of the +# Arch Linux User-community Repository (AUR). This is a PHP +# script, and as such, you MUST pay great attention to the syntax. +# If your text contains any double-quotes ("), you MUST escape +# them with the backslash character (\). +# + +include_once("translator.inc"); +global $_t; + +$_t["tr"]["You must supply a password."] = "Bir parola belirlemelisiniz."; + +$_t["tr"]["You must supply a username."] = "Bir kullanıcı adı belirlemelisiniz."; + +$_t["tr"]["After that, this can be filled in with more meaningful text."] = "After that, this can be filled in with more meaningful text."; + +$_t["tr"]["Logged-in as: %h%s%h"] = "%h%s%h olarak giriş yapıldı"; + +$_t["tr"]["Your account has been suspended."] = "Hesabınız donduruldu."; + +$_t["tr"]["Password:"] = "Şifre:"; + +$_t["tr"]["Username:"] = "Kullanıcı Adı:"; + +$_t["tr"]["Welcome to the AUR! If you're a newcomer, you may want to read the %hGuidelines%h."] = "AUR'a hoş geldiniz! Yeni katıldıysanız, belki de %hKılavuz%h 'a bir göz atmak istersiniz."; + +$_t["tr"]["This is where the intro text will go."] = ""; + +$_t["tr"]["Error trying to generate session id."] = "Session kimliği oluşturulmaya çalışılırken hata."; + +$_t["tr"]["For now, it's just a place holder."] = ""; + +$_t["tr"]["It's more important to get the login functionality finished."] = ""; + +$_t["tr"]["Login"] = "Giriş"; + +$_t["tr"]["Though we can't vouch for their contents, we provide a %hlist of user repositories%h for your convenience."] = "T"; + +$_t["tr"]["If you have feedback about the AUR, please leave it in %hFlyspray%h."] = "AUR ile ilgili geribilidirim yapmak için lütfen %hFlyspray%h 'i kullanın."; + +$_t["tr"]["Latest Packages:"] = "Son paketler:"; + +$_t["tr"]["Discussion about the AUR takes place on the %sTUR Users List%s."] = "AUR ile ilgili tartışmalar %sTUR Kullanıcı Listesi%s 'nde."; + +$_t["tr"]["Email discussion about the AUR takes place on the %sTUR Users List%s."] = "Email discussion about the AUR takes place on the %sTUR Users List%s."; + +$_t["tr"]["Recent Updates"] = "Son Güncellemeler"; + +$_t["tr"]["Community"] = "Topluluk"; + +$_t["tr"]["Package Counts"] = "Paket Sayıları"; + +$_t["tr"]["Welcome to the AUR! Please read the %hAUR User Guidelines%h and %hAUR TU Guidelines%h for more information."] = "AUR'a hoşgeldiniz! Ayrıntılı bilgi için lütfen %hAUR Kullanıcı Kılavuzu%h ve %hAUR GK Kulavuzu%hnu okuyun."; + +$_t["tr"]["Unsupported"] = "Desteklenmiyor"; + +$_t["tr"]["Contributed PKGBUILDs %hmust%h conform to the %hArch Packaging Standards%h otherwise they will be deleted!"] = "Eklenen PKGBUILDler %hArch Paket Standartları%hna %huymalı%h aksi takdirde silinecektir!"; + +$_t["tr"]["Statistics"] = "İstatistikler"; + +$_t["tr"]["My Statistics"] = "İstatistiklerim"; + +$_t["tr"]["Flagged as safe by me"] = "Tarafımdan güvenli olarak işaretlenmiş"; + +$_t["tr"]["Flagged as safe"] = "Güvenli olarak işaretmiş"; + +$_t["tr"]["User Statistics"] = "Kullanıcı İstatistikleri"; + +$_t["tr"]["Registered Users"] = "Kayıtlı Kullanıcılar"; + +$_t["tr"]["Trusted Users"] = "Güvenilen Kullanıcılar"; + +$_t["tr"]["Packages in unsupported"] = "Desteklenmeyen paketler"; + +$_t["tr"]["Packages in unsupported and flagged as safe"] = "Desteklenmeyen ve güvenli olarak olarak işaretlenen paketler"; + +$_t["tr"]["Packages in [community]"] = "[community] 'deki paketler"; + +$_t["tr"]["Remember to vote for your favourite packages!"] = "Beğendiğiniz paketleri oylamayı unutmayın!"; + +$_t["tr"]["Packages added or updated in the past 7 days"] = "Son 7 günde eklenen ya da güncellenen paketler"; + +$_t["tr"]["Out-of-date"] = "Güncelliğini yitirmiş"; + +$_t["tr"]["DISCLAIMER"] = "DISCLAIMER"; + +$_t["tr"]["Login failure: Bad user or pass."] = "Giriş hatası: Hatalı kullanıcı adı veya parola"; + |