summaryrefslogtreecommitdiffstats
path: root/web/lang/tr
diff options
context:
space:
mode:
authorLoui Chang <louipc.ist@gmail.com>2009-01-19 16:31:04 -0500
committerLoui Chang <louipc.ist@gmail.com>2009-01-19 16:31:04 -0500
commit87828ae08b4e37189bd3e78a35df24975f00c633 (patch)
treedaeced659d35f2f3dc970dbed2fb1e8b75aba17a /web/lang/tr
parent2ee327634831ec36df5fd74ccc35dfcedfdbe07b (diff)
downloadaurweb-87828ae08b4e37189bd3e78a35df24975f00c633.tar.xz
Remove obsolete translation files.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/lang/tr')
-rw-r--r--web/lang/tr/account_po.inc29
-rw-r--r--web/lang/tr/acctfuncs_po.inc91
-rw-r--r--web/lang/tr/aur_po.inc31
-rw-r--r--web/lang/tr/common_po.inc35
-rw-r--r--web/lang/tr/index_po.inc94
-rw-r--r--web/lang/tr/logout_po.inc15
-rw-r--r--web/lang/tr/pkgedit_po.inc35
-rw-r--r--web/lang/tr/pkgfuncs_po.inc163
-rw-r--r--web/lang/tr/search_po.inc76
-rw-r--r--web/lang/tr/submit_po.inc97
10 files changed, 0 insertions, 666 deletions
diff --git a/web/lang/tr/account_po.inc b/web/lang/tr/account_po.inc
deleted file mode 100644
index 3ae5d3c..0000000
--- a/web/lang/tr/account_po.inc
+++ /dev/null
@@ -1,29 +0,0 @@
-<?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
deleted file mode 100644
index acd2f87..0000000
--- a/web/lang/tr/acctfuncs_po.inc
+++ /dev/null
@@ -1,91 +0,0 @@
-<?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 değil.";
-
-$_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"] = "Son oylanan";
-
-$_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
deleted file mode 100644
index 6423ecd..0000000
--- a/web/lang/tr/aur_po.inc
+++ /dev/null
@@ -1,31 +0,0 @@
-<?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"] = "Anasayfa";
-
-$_t["tr"]["%s: An ArchLinux project"] = "%s: Bir ArchLinux projesi";
-
-$_t["tr"]["Packages"] = "Paketler";
-
-$_t["tr"]["Accounts"] = "Hesabım";
-
-$_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
deleted file mode 100644
index ebddd87..0000000
--- a/web/lang/tr/common_po.inc
+++ /dev/null
@@ -1,35 +0,0 @@
-<?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/index_po.inc b/web/lang/tr/index_po.inc
deleted file mode 100644
index 3999dbd..0000000
--- a/web/lang/tr/index_po.inc
+++ /dev/null
@@ -1,94 +0,0 @@
-<?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."] = "Eksiklikleri tamamladıktan sonra, bu kısma anlamlı bir açıklama yazabilirsiniz.";
-
-$_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."] = "Tanıtım yazısının gösterileceği kısımdır.";
-
-$_t["tr"]["Error trying to generate session id."] = "Oturum kimliği oluşturulmaya çalışılırken hata oluştu.";
-
-$_t["tr"]["For now, it's just a place holder."] = "Şimdilik bu kısım sadece yer işgal etmektedir.";
-
-$_t["tr"]["It's more important to get the login functionality finished."] = "Giriş işlemi fonksiyonunun tamamlanması daha fazla önem arz etmektedir.";
-
-$_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."] = "İçeriklerine kefil olmasak da, kullanmanız için %hkullanıcı deposu listesi%h sağlamaktayız. ";
-
-$_t["tr"]["If you have feedback about the AUR, please leave it in %hFlyspray%h."] = "AUR ile ilgili geribildirim 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."] = "AUR hakkındaki e-posta tartışmaları %sTUR Eposta Listesi%s üzerinde gerçekleşmektedir.";
-
-$_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 Kılavuzu%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 PKGBUILD dosyaları %hArch Paket Standartları%hna %huymalıdır%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] üzerindeki 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"] = "FERAGATNAME";
-
-$_t["tr"]["Login failure: Bad user or pass."] = "Giriş hatası: Hatalı kullanıcı adı veya parola";
-
-$_t["tr"]["Some packages may be provided as binaries in [community]."] = "Burada listelenen paketlerin bazıları [community] deposunda yer almaktadır.";
-
-$_t["tr"]["Unsupported packages are user produced content. Any use of the provided files is at your own risk."] = "Desteklenmeyen paketler kullanıcının kendi ürettiği içeriğidir. Bu paketlerin kullanımından doğan risk kullanıcının kendisine aittir.";
diff --git a/web/lang/tr/logout_po.inc b/web/lang/tr/logout_po.inc
deleted file mode 100644
index bdd31f0..0000000
--- a/web/lang/tr/logout_po.inc
+++ /dev/null
@@ -1,15 +0,0 @@
-<?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
deleted file mode 100644
index 692e910..0000000
--- a/web/lang/tr/pkgedit_po.inc
+++ /dev/null
@@ -1,35 +0,0 @@
-<?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."] = "Paket kimliği bulunamadı.";
-
-$_t["tr"]["Invalid category ID."] = "Geçersiz kategori.";
-
-$_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."] = "Yorum kimliği bulunamadı.";
-
-$_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...."] = "Bu yazıyı görebiliyorsanız bir hata keşfettiniz";
-
-$_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
deleted file mode 100644
index 953edc6..0000000
--- a/web/lang/tr/pkgfuncs_po.inc
+++ /dev/null
@@ -1,163 +0,0 @@
-<?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"] = "Depo";
-
-$_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."] = "%Paket detayları görünümüne%h geri dönün.";
-
-$_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"] = "Hiç";
-
-$_t["tr"]["Name"] = "İsim";
-
-$_t["tr"]["Per page"] = "Her sayfa";
-
-$_t["tr"]["Go back to %hsearch results%h."] = "%hArama sonuçları%h sayfası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"] = "Oyu kaldır";
-
-$_t["tr"]["change category"] = "kategori değiştir";
-
-$_t["tr"]["UnNotify"] = "Bildirimi iptal et";
-
-$_t["tr"]["Delete Packages"] = "Paketleri Sil";
-
-$_t["tr"]["Maintainer"] = "Sorumlu";
-
-$_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"] = "Sırala";
-
-$_t["tr"]["Sort order"] = "Sıralama kriteri";
-
-$_t["tr"]["Ascending"] = "Eskiden yeniye";
-
-$_t["tr"]["Descending"] = "Yeniden eskiye";
-
-$_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ı (%s tarafından) 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"] = "Buna göre ara";
-
-$_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"] = "İhtiyaç duyan";
-
-$_t["tr"]["The above files have been verified (by %h%s%h) and are safe to use."] = "Yukarıdaki dosyalar doğrulandı (%h%s%h tarafından) ve kullanım için güvenli olarak işaretlendi.";
-
-$_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
deleted file mode 100644
index 2749e8e..0000000
--- a/web/lang/tr/search_po.inc
+++ /dev/null
@@ -1,76 +0,0 @@
-<?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."] = "Seçilen paketlerin hiçbiri silinemedi.";
-
-$_t["tr"]["Your votes have been removed from the selected packages."] = "Seçtiğiniz paketlerden oyunuz geri alındı.";
-
-$_t["tr"]["You did not select any packages to un-vote for."] = "Oyunuzu geri almak üzere paket seçmediniz.";
-
-$_t["tr"]["The selected packages have been unflagged."] = "Seçilen paketlerin işareti kaldırıldı.";
-
-$_t["tr"]["You did not select any packages to adopt."] = "Sahiplenilecek paket(ler)i seçmediniz.";
-
-$_t["tr"]["You must be logged in before you can flag packages."] = "Paketleri işaretleyebilmek için giriş yapmalısınız.";
-
-$_t["tr"]["You must be logged in before you can get notifications on comments."] = "Yorum bildirimi almak için giriş yapmalısınız.";
-
-$_t["tr"]["You must be logged in before you can vote for packages."] = "Paketlere oy vermeden önce giriş yapmalısınız.";
-
-$_t["tr"]["The selected packages have been flagged out-of-date."] = "Seçilen paketler güncelliğini yitirmiş olarak işaretlendi.";
-
-$_t["tr"]["The selected packages have been deleted."] = "Seçilen paketler silindi.";
-
-$_t["tr"]["You did not select any packages to vote for."] = "Oy verilecek paketleri seçmediniz.";
-
-$_t["tr"]["You must be logged in before you can disown packages."] = "Paketlerin sahipliğini bırakmak için giriş yapmalısınız.";
-
-$_t["tr"]["Error trying to retrieve package details."] = "Paket ayrıntılarını almaya çalışırken hata oluştu.";
-
-$_t["tr"]["The selected packages have been adopted."] = "Seçilen paketler sahiplenildi.";
-
-$_t["tr"]["You have been removed from the comment notification list for %s."] = "%s bildirim listesinden başarıyla çıktınız.";
-
-$_t["tr"]["Your votes have been cast for the selected packages."] = "Seçtiğiniz paketlere oyunuz eklendi.";
-
-$_t["tr"]["You must be logged in before you can cancel notification on comments."] = "Yorum bildirimlerini iptal etmek için giriş yapmalısınız.";
-
-$_t["tr"]["You must be logged in before you can adopt packages."] = "Paketleri sahiplenmek için giriş yapmalısınız.";
-
-$_t["tr"]["You have been added to the comment notification list for %s."] = "%s bildirim listesine başarıyla eklendiniz.";
-
-$_t["tr"]["You did not select any packages to disown."] = "Sahipliği bırakılacak paketleri seçmediniz.";
-
-$_t["tr"]["You must be logged in before you can un-vote for packages."] = "Oy iptali için giriş yapmalısınız.";
-
-$_t["tr"]["You must be logged in before you can unflag packages."] = "Paket(ler)in işaretini kaldırabilmek için giriş yapmalısınız.";
-
-$_t["tr"]["You did not select any packages to unflag."] = "İşareti kaldırılacak paket(ler)i seçmediniz.";
-
-$_t["tr"]["You did not select any packages to delete."] = "Silinecek paketleri seçmediniz.";
-
-$_t["tr"]["Couldn't add to notification list."] = "Bildirim listesine ekleme işlemi başarısız oldu.";
-
-$_t["tr"]["You did not select any packages to flag."] = "İşaretlenecek paket(ler)i seçmediniz.";
-
-$_t["tr"]["The selected packages have been disowned."] = "Seçilen paketlerin sahipliği bırakıldı.";
-
-$_t["tr"]["Couldn't remove from notification list."] = "Bildirim listesinden silme işlemi başarısız oldu.";
-
-$_t["tr"]["The selected packages have been flagged safe."] = "Seçilen paketler güvenli olarak işaretlendi";
-
-$_t["tr"]["Couldn't flag package safe."] = "Paket güvenli olarak işaretlenemedi.";
-
-$_t["tr"]["The selected packages have been unflagged safe."] = "Seçilen paketler artık güvenli olarak işaretli değil.";
-
-$_t["tr"]["Couldn't unflag package safe."] = "Güvenli işaretini kaldırma işlemi başarısız oldu.";
-
diff --git a/web/lang/tr/submit_po.inc b/web/lang/tr/submit_po.inc
deleted file mode 100644
index 95dc3c1..0000000
--- a/web/lang/tr/submit_po.inc
+++ /dev/null
@@ -1,97 +0,0 @@
-<?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 protokolü hatalı (ö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ı.";
-