diff options
-rw-r--r-- | web/lang/account_po.inc | 2 | ||||
-rw-r--r-- | web/lang/acctfuncs_po.inc | 3 | ||||
-rw-r--r-- | web/lang/aur_po.inc | 2 | ||||
-rw-r--r-- | web/lang/common_po.inc | 2 | ||||
-rw-r--r-- | web/lang/hacker_po.inc | 2 | ||||
-rw-r--r-- | web/lang/index_po.inc | 2 | ||||
-rw-r--r-- | web/lang/logout_po.inc | 2 | ||||
-rw-r--r-- | web/lang/pkgedit_po.inc | 2 | ||||
-rw-r--r-- | web/lang/pkgfuncs_po.inc | 2 | ||||
-rw-r--r-- | web/lang/search_po.inc | 2 | ||||
-rw-r--r-- | web/lang/submit_po.inc | 2 | ||||
-rw-r--r-- | web/lang/tr/account_po.inc | 29 | ||||
-rw-r--r-- | web/lang/tr/acctfuncs_po.inc | 91 | ||||
-rw-r--r-- | web/lang/tr/aur_po.inc | 31 | ||||
-rw-r--r-- | web/lang/tr/common_po.inc | 35 | ||||
-rw-r--r-- | web/lang/tr/hacker_po.inc | 17 | ||||
-rw-r--r-- | web/lang/tr/index_po.inc | 91 | ||||
-rw-r--r-- | web/lang/tr/logout_po.inc | 15 | ||||
-rw-r--r-- | web/lang/tr/pkgedit_po.inc | 35 | ||||
-rw-r--r-- | web/lang/tr/pkgfuncs_po.inc | 163 | ||||
-rw-r--r-- | web/lang/tr/search_po.inc | 77 | ||||
-rw-r--r-- | web/lang/tr/submit_po.inc | 97 | ||||
-rw-r--r-- | web/lang/tr/timeout_po.inc | 17 |
23 files changed, 710 insertions, 11 deletions
diff --git a/web/lang/account_po.inc b/web/lang/account_po.inc index 86c015b..81a8e7f 100644 --- a/web/lang/account_po.inc +++ b/web/lang/account_po.inc @@ -26,5 +26,5 @@ include_once("es/account_po.inc"); include_once("de/account_po.inc"); include_once("ru/account_po.inc"); +include_once("tr/account_po.inc"); -?>
\ No newline at end of file diff --git a/web/lang/acctfuncs_po.inc b/web/lang/acctfuncs_po.inc index 3e0471c..cd53a5c 100644 --- a/web/lang/acctfuncs_po.inc +++ b/web/lang/acctfuncs_po.inc @@ -28,5 +28,6 @@ include_once("de/acctfuncs_po.inc"); include_once("ru/acctfuncs_po.inc"); include_once("fr/acctfuncs_po.inc"); +include_once("tr/acctfuncs_po.inc"); + -?>
\ No newline at end of file diff --git a/web/lang/aur_po.inc b/web/lang/aur_po.inc index 631f4cf..ce89bec 100644 --- a/web/lang/aur_po.inc +++ b/web/lang/aur_po.inc @@ -28,5 +28,5 @@ include_once("de/aur_po.inc"); include_once("ru/aur_po.inc"); include_once("fr/aur_po.inc"); +include_once("tr/aur_po.inc"); -?>
\ No newline at end of file diff --git a/web/lang/common_po.inc b/web/lang/common_po.inc index f4752ca..e1073d9 100644 --- a/web/lang/common_po.inc +++ b/web/lang/common_po.inc @@ -28,5 +28,5 @@ include_once("de/common_po.inc"); include_once("ru/common_po.inc"); include_once("fr/common_po.inc"); +include_once("tr/common_po.inc"); -?>
\ No newline at end of file diff --git a/web/lang/hacker_po.inc b/web/lang/hacker_po.inc index 6788521..01b60ad 100644 --- a/web/lang/hacker_po.inc +++ b/web/lang/hacker_po.inc @@ -28,5 +28,5 @@ include_once("de/hacker_po.inc"); include_once("ru/hacker_po.inc"); include_once("fr/hacker_po.inc"); +include_once("tr/hacker_po.inc"); -?>
\ No newline at end of file diff --git a/web/lang/index_po.inc b/web/lang/index_po.inc index ecf02b4..606c6a3 100644 --- a/web/lang/index_po.inc +++ b/web/lang/index_po.inc @@ -28,5 +28,5 @@ include_once("de/index_po.inc"); include_once("ru/index_po.inc"); include_once("fr/index_po.inc"); +include_once("tr/index_po.inc"); -?>
\ No newline at end of file diff --git a/web/lang/logout_po.inc b/web/lang/logout_po.inc index 41adfc8..31f261e 100644 --- a/web/lang/logout_po.inc +++ b/web/lang/logout_po.inc @@ -26,5 +26,5 @@ include_once("es/logout_po.inc"); include_once("de/logout_po.inc"); include_once("ru/logout_po.inc"); +include_once("tr/logout_po.inc"); -?>
\ No newline at end of file diff --git a/web/lang/pkgedit_po.inc b/web/lang/pkgedit_po.inc index 49e7ae4..240b72e 100644 --- a/web/lang/pkgedit_po.inc +++ b/web/lang/pkgedit_po.inc @@ -28,5 +28,5 @@ include_once("de/pkgedit_po.inc"); include_once("ru/pkgedit_po.inc"); include_once("fr/pkgedit_po.inc"); +include_once("tr/pkgedit_po.inc"); -?>
\ No newline at end of file diff --git a/web/lang/pkgfuncs_po.inc b/web/lang/pkgfuncs_po.inc index 3225952..ca00af2 100644 --- a/web/lang/pkgfuncs_po.inc +++ b/web/lang/pkgfuncs_po.inc @@ -28,5 +28,5 @@ include_once("de/pkgfuncs_po.inc"); include_once("ru/pkgfuncs_po.inc"); include_once("fr/pkgfuncs_po.inc"); +include_once("tr/pkgfuncs_po.inc"); -?>
\ No newline at end of file diff --git a/web/lang/search_po.inc b/web/lang/search_po.inc index f9272b9..9230ea3 100644 --- a/web/lang/search_po.inc +++ b/web/lang/search_po.inc @@ -28,5 +28,5 @@ include_once("de/search_po.inc"); include_once("ru/search_po.inc"); include_once("fr/search_po.inc"); +include_once("tr/search_po.inc"); -?>
\ No newline at end of file diff --git a/web/lang/submit_po.inc b/web/lang/submit_po.inc index d9e7a1c..6d3ec85 100644 --- a/web/lang/submit_po.inc +++ b/web/lang/submit_po.inc @@ -28,5 +28,5 @@ include_once("de/submit_po.inc"); include_once("ru/submit_po.inc"); include_once("fr/submit_po.inc"); +include_once("tr/submit_po.inc"); -?>
\ No newline at end of file diff --git a/web/lang/tr/account_po.inc b/web/lang/tr/account_po.inc new file mode 100644 index 0000000..3ae5d3c --- /dev/null +++ b/web/lang/tr/account_po.inc @@ -0,0 +1,29 @@ +<?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"]["Use this form to update your account."] = "Hesap bilgilerinizi güncellemek için bu formu kullanın."; + +$_t["tr"]["Leave the password fields blank to keep your same password."] = "Şifrenizi değiştirmek istemiyorsanız şifre kısmını boş bırakın."; + +$_t["tr"]["You are not allowed to access this area."] = "Bu kısma erişim izniniz yok."; + +$_t["tr"]["Could not retrieve information for the specified user."] = "Kullanıcı verileri alınamadı."; + +$_t["tr"]["Use this form to search existing accounts."] = "Mevcut hesaplar içinde arama yapmak için bu formu kullanın."; + +$_t["tr"]["You do not have permission to edit this account."] = "Bu hesap üzerinde değişiklik yapma izniniz yok."; + +$_t["tr"]["Use this form to create an account."] = "Yeni bir hesap oluşturmak için bu formu kullanın."; + +$_t["tr"]["You must log in to view user information."] = "Kullanıcı bilgilerini görmek için giriş yapmalısınız."; + diff --git a/web/lang/tr/acctfuncs_po.inc b/web/lang/tr/acctfuncs_po.inc new file mode 100644 index 0000000..89f60cd --- /dev/null +++ b/web/lang/tr/acctfuncs_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"]["Missing a required field."] = "Gerekli bir alan doldurulmamış."; + +$_t["tr"]["Search"] = "Ara"; + +$_t["tr"]["The account, %h%s%h, has been successfully created."] = "Hesap %h%s%h başarıyla oluşturuldu."; + +$_t["tr"]["Error trying to modify account, %h%s%h: %s."] = "Hesap %h%s%h düzenlenirken hata oluştu."; + +$_t["tr"]["The email address is invalid."] = "Eposta adresi geçerli dğeil."; + +$_t["tr"]["Error trying to create account, %h%s%h: %s."] = "Hesap %h%s%h oluşturulurken hata oluştu: %s."; + +$_t["tr"]["The username, %h%s%h, is already in use."] = "%h%s%h kullanıcı adı kullanımda."; + +$_t["tr"]["Account Type"] = "Hesap Türü"; + +$_t["tr"]["The account, %h%s%h, has been successfully modified."] = "Hesap %h%s%h başarıyla düzenlendi."; + +$_t["tr"]["Account Suspended"] = "Hesap Donduruldu"; + +$_t["tr"]["Status"] = "Durum"; + +$_t["tr"]["New Package Notify"] = "Yeni Paket Bildirimi"; + +$_t["tr"]["IRC Nick"] = "IRC Nick"; + +$_t["tr"]["Trusted user"] = "Güvenilen kullanıcı"; + +$_t["tr"]["No results matched your search criteria."] = "Uygun sonuç bulunamadı."; + +$_t["tr"]["Normal user"] = "Normal kullanıcı"; + +$_t["tr"]["Never"] = "Hiç"; + +$_t["tr"]["User"] = "Kullanıcı"; + +$_t["tr"]["Active"] = "Aktif"; + +$_t["tr"]["Last Voted"] = "Son Oylanan"; + +$_t["tr"]["Real Name"] = "Gerçek İsim"; + +$_t["tr"]["Edit Account"] = "Hesap Bilgilerini Düzenle"; + +$_t["tr"]["Password fields do not match."] = "Şifreler birbirinin aynı değil."; + +$_t["tr"]["Language"] = "Dil"; + +$_t["tr"]["A Trusted User cannot assign Developer status."] = "Güvenilen Kullanıcı Geliştirici durumu belirleyemez."; + +$_t["tr"]["The address, %h%s%h, is already in use."] = "%h%s%h adresi kullanımda."; + +$_t["tr"]["No more results to display."] = "Gösterilecek daha fazla sonuç yok."; + +$_t["tr"]["Type"] = "Tür"; + +$_t["tr"]["Click on the Home link above to login."] = "Giriş yapmak için aşağıdaki Ev bağlantısını tıklayın.."; + +$_t["tr"]["Sort by"] = "Sıralama kriteri"; + +$_t["tr"]["Re-type password"] = "Şifreyi tekrarlayın"; + +$_t["tr"]["Language is not currently supported."] = "Dil henüz desteklenmiyor."; + +$_t["tr"]["Any type"] = "Herhangi bir tür"; + +$_t["tr"]["Last vote"] = "Last vote"; + +$_t["tr"]["Suspended"] = "Donduruldu"; + +$_t["tr"]["Trusted User"] = "Güvenilen Kullanıcı"; + +$_t["tr"]["Missing User ID"] = "Kullanıcı kimliği eksik"; + +$_t["tr"]["Developer"] = "Geliştirici"; + +$_t["tr"]["View this user's packages"] = "Bu kullanıcı tarafından hazırlanan paketleri göster"; + diff --git a/web/lang/tr/aur_po.inc b/web/lang/tr/aur_po.inc new file mode 100644 index 0000000..7d766cb --- /dev/null +++ b/web/lang/tr/aur_po.inc @@ -0,0 +1,31 @@ +<?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"]["Home"] = "Ev"; + +$_t["tr"]["%s: An ArchLinux project"] = "%s: Bir ArchLinux projesi"; + +$_t["tr"]["Packages"] = "Paketler"; + +$_t["tr"]["Accounts"] = "Hesaplar"; + +$_t["tr"]["Logout"] = "Çıkış"; + +$_t["tr"]["%s: %sAn ArchLinux project%s"] = "%s: %sBir ArchLinux projesi%s"; + +$_t["tr"]["Discussion"] = "Tartışma"; + +$_t["tr"]["Bugs"] = "Hatalar"; + +$_t["tr"]["Trusted User"] = "Güvenilen Kullanıcı"; + diff --git a/web/lang/tr/common_po.inc b/web/lang/tr/common_po.inc new file mode 100644 index 0000000..ebddd87 --- /dev/null +++ b/web/lang/tr/common_po.inc @@ -0,0 +1,35 @@ +<?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"]["Reset"] = "Sıfırla"; + +$_t["tr"]["Username"] = "Kullanıcı Adı"; + +$_t["tr"]["Email Address"] = "Eposta adresi"; + +$_t["tr"]["Less"] = "Önceki"; + +$_t["tr"]["Clear"] = "Temizle"; + +$_t["tr"]["required"] = "gerekli"; + +$_t["tr"]["Update"] = "Güncelle"; + +$_t["tr"]["Submit"] = "Gönder"; + +$_t["tr"]["Password"] = "Şifre"; + +$_t["tr"]["Create"] = "Oluştur"; + +$_t["tr"]["More"] = "Sonraki"; + diff --git a/web/lang/tr/hacker_po.inc b/web/lang/tr/hacker_po.inc new file mode 100644 index 0000000..a0bdfd1 --- /dev/null +++ b/web/lang/tr/hacker_po.inc @@ -0,0 +1,17 @@ +<?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"]["Your session id is invalid."] = "Session kimliğiniz geçerli değil."; + +$_t["tr"]["If this problem persists, please contact the site administrator."] = "Bu sorun devam ederse, sistem yöneticisi ile iletişime geçin."; + 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"; + diff --git a/web/lang/tr/logout_po.inc b/web/lang/tr/logout_po.inc new file mode 100644 index 0000000..bdd31f0 --- /dev/null +++ b/web/lang/tr/logout_po.inc @@ -0,0 +1,15 @@ +<?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 have been successfully logged out."] = "Başarıyla çıkış yaptınız."; + diff --git a/web/lang/tr/pkgedit_po.inc b/web/lang/tr/pkgedit_po.inc new file mode 100644 index 0000000..1406dcb --- /dev/null +++ b/web/lang/tr/pkgedit_po.inc @@ -0,0 +1,35 @@ +<?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"]["Missing package ID."] = ""; + +$_t["tr"]["Invalid category ID."] = "Geçersiz kategori."; + +$_t["tr"]["Enter your comment below."] = "Enter your comment below."; + +$_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"]["Package category updated."] = "Paket katgorisi 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"]["Comment has been added."] = "Yorum eklendi."; + +$_t["tr"]["Select new category"] = "Yeni kategori seçin"; + diff --git a/web/lang/tr/pkgfuncs_po.inc b/web/lang/tr/pkgfuncs_po.inc new file mode 100644 index 0000000..8f2c992 --- /dev/null +++ b/web/lang/tr/pkgfuncs_po.inc @@ -0,0 +1,163 @@ +<?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"]["Category"] = "Kategori"; + +$_t["tr"]["Votes"] = "Oy"; + +$_t["tr"]["Comment by: %h%s%h on %h%s%h"] = "Yorum sahibi: %h%s%h on %h%s%h"; + +$_t["tr"]["Location"] = "Yer"; + +$_t["tr"]["Delete comment"] = "Yorumu sil"; + +$_t["tr"]["Go"] = "Git"; + +$_t["tr"]["Unflag Out-of-date"] = "Güncel Değil İşaretini Kaldır"; + +$_t["tr"]["Go back to %hpackage details view%h."] = "Go back to %hpackage details view%h."; + +$_t["tr"]["Error retrieving package details."] = "Paket bilgileri alınırken hata oluştu."; + +$_t["tr"]["Description"] = "Açıklama"; + +$_t["tr"]["My Packages"] = "Paketlerim"; + +$_t["tr"]["Keywords"] = "Anahtar kelimeler"; + +$_t["tr"]["Dependencies"] = "Bağımlılıklar"; + +$_t["tr"]["Disown Packages"] = "Paketleri sahiplenmeyi bırak"; + +$_t["tr"]["Package details could not be found."] = "Paket ayrıntıları bulunamadı."; + +$_t["tr"]["Package Details"] = "Paket Ayrıntıları"; + +$_t["tr"]["Error retrieving package list."] = "Paket listesi alınırken hata oluştu."; + +$_t["tr"]["Files"] = "Dosyalar"; + +$_t["tr"]["None"] = "None"; + +$_t["tr"]["Name"] = "Name"; + +$_t["tr"]["Per page"] = "Her sayfa"; + +$_t["tr"]["Go back to %hsearch results%h."] = "%hArama sonuçları%h'na dön."; + +$_t["tr"]["No packages matched your search criteria."] = "Eşleşen paket bulunamadı."; + +$_t["tr"]["O%hrphan"] = ""; + +$_t["tr"]["orphan"] = "sahipsiz"; + +$_t["tr"]["Un-Vote"] = ""; + +$_t["tr"]["change category"] = "kategori değiştir"; + +$_t["tr"]["UnNotify"] = ""; + +$_t["tr"]["Delete Packages"] = "Paketleri Sil"; + +$_t["tr"]["Maintainer"] = "Destekçi"; + +$_t["tr"]["Add Comment"] = "Yorum Ekle"; + +$_t["tr"]["Tarball"] = "Tarball"; + +$_t["tr"]["Flag Out-of-date"] = "Güncelliğini yitirmiş olarak işaretle"; + +$_t["tr"]["Manage"] = "Yönet"; + +$_t["tr"]["Sort by"] = ""; + +$_t["tr"]["Sort order"] = "Sıralama kriteri"; + +$_t["tr"]["Ascending"] = "Artan"; + +$_t["tr"]["Descending"] = "Azalan"; + +$_t["tr"]["Actions"] = "Eylemler"; + +$_t["tr"]["Sources"] = "Kaynaklar"; + +$_t["tr"]["Search Criteria"] = "Arama Kriteri"; + +$_t["tr"]["Notify"] = "Bilgilendir"; + +$_t["tr"]["Out of Date"] = "Güncel Değil"; + +$_t["tr"]["Vote"] = "Oy ver"; + +$_t["tr"]["Adopt Packages"] = "Paketleri Sahiplen"; + +$_t["tr"]["Yes"] = "Evet"; + +$_t["tr"]["Package Listing"] = "Paket Listeleme"; + +$_t["tr"]["Orphans"] = "Sahipsiz"; + +$_t["tr"]["Any"] = "Tümü"; + +$_t["tr"]["Voted"] = "Oylanan"; + +$_t["tr"]["No New Comment Notification"] = "Yeni Yorum Bildirim Yok"; + +$_t["tr"]["New Comment Notification"] = "Yeni Yorum Bildirimi"; + +$_t["tr"]["Comments"] = "Yorumlar"; + +$_t["tr"]["The above files have been verified (by %s) and are safe to use."] = "Yukarıdaki dosyalar doğrulandı (by %s) ve güvenli olarak işaretlendi."; + +$_t["tr"]["Be careful! The above files may contain malicious code that can damage your system."] = "Dikkat! Yukarıdaki dosyalar sisteminize zarar verebilecek nitelikte olabilir."; + +$_t["tr"]["Flag Safe"] = "Güvenli Olarak İşaretle"; + +$_t["tr"]["Flag Package Safe To Use"] = "Paketi Güvenli Olarak İşaretle"; + +$_t["tr"]["Unflag Safe"] = "Güvenilirlik İşaretini Kaldır"; + +$_t["tr"]["Unflag Package Safe To Use"] = "Paketin Güvenilirlik İşaretini Kaldır"; + +$_t["tr"]["Safe"] = "Güvenli"; + +$_t["tr"]["Age"] = "Yaş"; + +$_t["tr"]["First Submitted"] = "İlk Gönderim"; + +$_t["tr"]["Last Updated"] = "Son Güncelleme"; + +$_t["tr"]["Search by"] = ""; + +$_t["tr"]["Submitter"] = "Gönderen"; + +$_t["tr"]["All"] = "Tümü"; + +$_t["tr"]["Unsafe"] = "Güvensiz"; + +$_t["tr"]["Status"] = "Durum"; + +$_t["tr"]["License"] = "Lisans"; + +$_t["tr"]["unknown"] = "bilinmiyor"; + +$_t["tr"]["Required by"] = ""; + +$_t["tr"]["The above files have been verified (by %h%s%h) and are safe to use."] = "The above files have been verified (by %h%s%h) and are safe to use."; + +$_t["tr"]["This package has been flagged out of date."] = "Bu paket 'güncel değil' olarak işaretlendi."; + +$_t["tr"]["Toggle Notify"] = "Toggle Notify"; + +$_t["tr"]["Showing results %s - %s of %s"] = "%s - %s görüntüleniyor, %s sonuç arasından"; + diff --git a/web/lang/tr/search_po.inc b/web/lang/tr/search_po.inc new file mode 100644 index 0000000..6eaf51b --- /dev/null +++ b/web/lang/tr/search_po.inc @@ -0,0 +1,77 @@ +<?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"]["None of the selected packages could be deleted."] = "None of the selected packages could be deleted."; + +$_t["tr"]["Your votes have been removed from the selected packages."] = "Your votes have been removed from the selected packages."; + +$_t["tr"]["You did not select any packages to un-vote for."] = "You did not select any packages to un-vote for."; + +$_t["tr"]["The selected packages have been unflagged."] = "The selected packages have been unflagged."; + +$_t["tr"]["You did not select any packages to adopt."] = "You did not select any packages to adopt."; + +$_t["tr"]["You must be logged in before you can flag packages."] = "You must be logged in before you can flag packages."; + +$_t["tr"]["You must be logged in before you can get notifications on comments."] = "You must be logged in before you can get notifications on comments."; + +$_t["tr"]["You must be logged in before you can vote for packages."] = "You must be logged in before you can vote for packages."; + +$_t["tr"]["The selected packages have been flagged out-of-date."] = "The selected packages have been flagged out-of-date."; + +$_t["tr"]["The selected packages have been deleted."] = "The selected packages have been deleted."; + +$_t["tr"]["You did not select any packages to vote for."] = "You did not select any packages to vote for."; + +$_t["tr"]["You must be logged in before you can disown packages."] = "You must be logged in before you can disown packages."; + +$_t["tr"]["Error trying to retrieve package details."] = "Error trying to retrieve package details."; + +$_t["tr"]["The selected packages have been adopted."] = "The selected packages have been adopted."; + +$_t["tr"]["You have been removed from the comment notification list for %s."] = "You have been removed from the comment notification list for %s."; + +$_t["tr"]["Your votes have been cast for the selected packages."] = "Your votes have been cast for the selected packages."; + +$_t["tr"]["You must be logged in before you can cancel notification on comments."] = "You must be logged in before you can cancel notification on comments."; + +$_t["tr"]["You must be logged in before you can adopt packages."] = "You must be logged in before you can adopt packages."; + +$_t["tr"]["You have been added to the comment notification list for %s."] = "You have been added to the comment notification list for %s."; + +$_t["tr"]["You did not select any packages to disown."] = "You did not select any packages to disown."; + +$_t["tr"]["You must be logged in before you can un-vote for packages."] = "You must be logged in before you can un-vote for packages."; + +$_t["tr"]["You must be logged in before you can unflag packages."] = "You must be logged in before you can unflag packages."; + +$_t["tr"]["You did not select any packages to unflag."] = "You did not select any packages to unflag."; + +$_t["tr"]["You did not select any packages to delete."] = "You did not select any packages to delete."; + +$_t["tr"]["Couldn't add to notification list."] = "Couldn't add to notification list."; + +$_t["tr"]["You did not select any packages to flag."] = "You did not select any packages to flag."; + +$_t["tr"]["The selected packages have been disowned."] = "The selected packages have been disowned."; + +$_t["tr"]["Couldn't remove from notification list."] = "Couldn't remove from notification list."; + +$_t["tr"]["The selected packages have been flagged safe."] = "The selected packages have been flagged safe."; + +$_t["tr"]["Couldn't flag package safe."] = "Couldn't flag package safe."; + +$_t["tr"]["The selected packages have been unflagged safe."] = "The selected packages have been unflagged safe."; + +$_t["tr"]["Couldn't unflag package safe."] = "Couldn't unflag package safe."; + diff --git a/web/lang/tr/submit_po.inc b/web/lang/tr/submit_po.inc new file mode 100644 index 0000000..e8f63eb --- /dev/null +++ b/web/lang/tr/submit_po.inc @@ -0,0 +1,97 @@ +<?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"]["Missing build function in PKGBUILD."] = "PKGBUILD içinde build fonksiyonu bulunmadı."; + +$_t["tr"]["Could not change directory to %s."] = "%s dizinine geçilemedi."; + +$_t["tr"]["No"] = "Hayır"; + +$_t["tr"]["Missing pkgdesc variable in PKGBUILD."] = "PKGBUILD içinde pkgdesc değişkeni bulunamadı."; + +$_t["tr"]["Error trying to upload file - please try again."] = "Dosya yüklenirken hata - lütfen tekrar deneyin."; + +$_t["tr"]["Error exec'ing the mv command."] = "mv komutu işlenirken hata oluştu."; + +$_t["tr"]["You must create an account before you can upload packages."] = "Paket yükleyebilmek için bir hesap oluşturmalısınız."; + +$_t["tr"]["Package upload successful."] = "Paket başarıyla yüklendi."; + +$_t["tr"]["Overwrite existing package?"] = "Mevcut paketin üzerine yazılsın mı?"; + +$_t["tr"]["You did not specify a package name."] = "Bir paket adı belirlemediniz."; + +$_t["tr"]["Error trying to unpack upload - PKGBUILD does not exist."] = "Yüklenen dosya açılırken hata - PKGBUILD mevcut değil."; + +$_t["tr"]["Could not create incoming directory: %s."] = "Gelen dizin oluşturulamadı: %s."; + +$_t["tr"]["Upload package file"] = "Paket yükle"; + +$_t["tr"]["Package Location"] = "Paket Konumu"; + +$_t["tr"]["Missing url variable in PKGBUILD."] = "PKGBUILD içinde url değişkeni bulunamadı."; + +$_t["tr"]["Package names do not match."] = "Paket isimleri uyuşmuyor."; + +$_t["tr"]["Package Category"] = "Paket Kategorisi"; + +$_t["tr"]["Could not change to directory %s."] = "%s dizinine geçilemedi."; + +$_t["tr"]["You did not tag the 'overwrite' checkbox."] = "'üzerine yaz' kutusunu işaretlemediniz."; + +$_t["tr"]["Invalid name: only lowercase letters are allowed."] = "Geçersiz isim: yalnızca küçük harf kullanılabilir."; + +$_t["tr"]["Missing pkgver variable in PKGBUILD."] = "PKGBUILD içinde pkgver değişkeni bulunamadı."; + +$_t["tr"]["Package name"] = "Paket adı"; + +$_t["tr"]["Upload"] = "Yükle"; + +$_t["tr"]["Missing md5sums variable in PKGBUILD."] = "PKGBUILD içinde md5sums değişkeni bulunamadı."; + +$_t["tr"]["Missing pkgrel variable in PKGBUILD."] = "PKGBUILD içinde pkgrel değişkeni bulunamadı."; + +$_t["tr"]["Missing pkgname variable in PKGBUILD."] = "PKGBUILD içinde pkgname değişkeni bulunamadı."; + +$_t["tr"]["Error - No file uploaded"] = "Hata - Yüklenecek dosya yok"; + +$_t["tr"]["You are not allowed to overwrite the %h%s%h package."] = "%h%s%h paketi üzerinde değişiklik yapma yetkiniz yok."; + +$_t["tr"]["Select Location"] = "Konum Seçin"; + +$_t["tr"]["Select Category"] = "Kategori Seçin"; + +$_t["tr"]["Comment"] = "Yorum"; + +$_t["tr"]["Could not create directory %s."] = "%s dizini oluşturulamadı."; + +$_t["tr"]["Unknown file format for uploaded file."] = "Yüklenen dosya biçimi bilinmiyor."; + +$_t["tr"]["Missing source variable in PKGBUILD."] = "PKGBUILD içinde source değişkeni bulunamadı."; + +$_t["tr"]["Sorry, uploads are not permitted by this server."] = "Üzgünüm, bu sunucu üzerinden yükleme kabul edilmiyor."; + +$_t["tr"]["You must supply a comment for this upload/change."] = "Bu yükleme/değişiklik için bir yorum belirtmelisiniz."; + +$_t["tr"]["Yes"] = "Evet"; + +$_t["tr"]["Package URL is missing a protocol (ie. http:// ,ftp://)"] = "Paket URL'si protokolü hayalı (ör. http:// ,ftp://)"; + +$_t["tr"]["Could not re-tar"] = "Yeniden tarlanamadı"; + +$_t["tr"]["Binary packages and filelists are not allowed for upload."] = "İkili paket ve dosya listesi yüklemelerine izin verilmiyor."; + +$_t["tr"]["Missing arch variable in PKGBUILD."] = "PKGBUILD içinde arch değişkeni bulunamadı."; + +$_t["tr"]["Missing license variable in PKGBUILD."] = "PKGBUILD içinde license değişkeni bulunamadı."; + diff --git a/web/lang/tr/timeout_po.inc b/web/lang/tr/timeout_po.inc new file mode 100644 index 0000000..c28ae7d --- /dev/null +++ b/web/lang/tr/timeout_po.inc @@ -0,0 +1,17 @@ +<?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"]["Click on the Home link above to log in."] = "Giriş yapmak için yukarıdaki Ev bağlantısını tıklayın."; + +$_t["tr"]["Your session has timed out. You must log in again."] = "Zaman aşımı. Tekrar giriş yapmalısınız."; + |