2014-10-27 23:36:42 +03:00
< ? php
$TRANSLATIONS = array (
2014-11-08 09:01:17 +03:00
" Feed contains invalid XML " => " Besleme, geçersiz XML içeriyor " ,
2015-09-01 19:03:09 +03:00
" Feed not found: either the website does not provide a feed or blocks access. To rule out blocking, try to download the feed on your server's command line using curl: curl http://the-feed.tld " => " Besleme bulunamadı : ya web sitesi besleme sağlamı yor ya da erişimi engelliyor. Engellemeyi aşmak için beslemeyi sunucunuzdan şu curl komutunu kullanarak indirmeyi deneyin: curl http://the-feed.tld " ,
2014-11-08 09:01:17 +03:00
" Detected feed format is not supported " => " Tespit edilen biçim desteklenmiyor " ,
" SSL Certificate is invalid " => " SSL Sertifikası geçersiz " ,
" Website not found " => " Web sitesi bulunamadı " ,
" More redirects than allowed, aborting " => " İzin verilenden daha fazla yeniden yönlendirme. İptal ediliyor " ,
" Bigger than maximum allowed size " => " İzin verilen boyuttan daha büyük " ,
" Request timed out " => " İstek zaman aşı mı na uğradı " ,
2015-02-06 09:01:27 +03:00
" Request failed, network connection unavailable! " => " İstek başarı sı z, ağ bağlantı sı kullanı lamı yor! " ,
2015-02-02 09:01:16 +03:00
" Request unauthorized. Are you logged in? " => " İstek yetkisiz. Oturumunuz açı k mı ? " ,
" Request forbidden. Are you an admin? " => " İsteğe izin verilmedi. Bir yönetici misiniz? " ,
2015-02-08 09:01:18 +03:00
" Token expired or app not enabled! Reload the page! " => " Belirteç süresi doldu ya da uygulama etkin değil! Sayfayı yenileyin! " ,
2015-02-02 09:01:16 +03:00
" Internal server error! Please check your " => " Dahili sunucu hatası ! Lütfen denetleyin: " ,
" Request failed, ownCloud is in currently " => " İstek başarı sı z, ownCloud şu anda " ,
2014-04-12 09:01:46 +04:00
" Can not add feed: Exists already " => " Besleme eklenemiyor: Zaten mevcut " ,
2013-10-16 06:27:34 +04:00
" Articles without feed " => " Beslemesiz makaleler " ,
2014-04-12 09:01:46 +04:00
" Can not add folder: Exists already " => " Klasör eklenemiyor: Zaten mevcut " ,
2014-10-26 08:01:09 +03:00
" Use ownCloud cron for updates " => " Güncellemeler için ownCloud cron'u kullan " ,
2014-10-23 09:01:41 +04:00
" Disable this if you run a custom updater such as the Python updater included in the app " => " Uygulamaya dahil edilmiş Python güncelleyicisi gibi bir özel güncelleştirici çalı ştı rı yorsanı z bunu devre dı şı bı rakı n " ,
" Purge interval " => " Temizleme aralı ğı " ,
2014-10-26 08:01:09 +03:00
" Minimum amount of seconds after deleted feeds and folders are removed from the database; values below 60 seconds are ignored " => " Silinen besleme ve klasörlerin, veritabanı ndan kaldı rı lacağı asgari süre; 60 altı ndaki saniyeler yoksayı lı r " ,
" Maximum read count per feed " => " Besleme başı na azami okuma sayı sı " ,
2014-10-28 08:01:16 +03:00
" Defines the maximum amount of articles that can be read per feed which won't be deleted by the cleanup job; if old articles reappear after being read, increase this value; negative values such as -1 will turn this feature off completely " => " Temizleme görevinde silinmeyecek, besleme başı na okunabilecek azami makale sayı sı nı tanı mlar. Eski makaleler okunduktan sonra yeniden görülüyorsa, bu değeri arttı rı n. -1 gibi negatif değerler bu özelliği tamamen kapatacaktı r. " ,
2014-10-23 09:01:41 +04:00
" Maximum redirects " => " En fazla yeniden yönlendirme " ,
" How many redirects the feed fetcher should follow " => " Besleme getirici kaç yönlendirmeyi takip etmeli " ,
2014-11-08 09:01:17 +03:00
" Maximum feed page size " => " Azami besleme sayfa boyutu " ,
" Maximum feed size in bytes. If the RSS/Atom page is bigger than this value, the update will be aborted " => " Bayt cinsinden azami besleme boyutu. RSS/Atom sayfası bu değerden daha büyükse, güncelleme iptal edilecek " ,
2014-10-23 09:01:41 +04:00
" Feed fetcher timeout " => " Besleme getirici zaman aşı mı " ,
2014-10-26 08:01:09 +03:00
" Maximum number of seconds to wait for an RSS or Atom feed to load; if it takes longer the update will be aborted " => " Bir RSS veya Atom beslemesinin yüklenmesi için beklenilecek azami süre. Uzun sürüyorsa iptal edilecek " ,
2014-11-21 10:51:37 +03:00
" Explore Service URL " => " Keşfetme Hizmet URL'si " ,
" If given, this service's URL will be queried for displaying the feeds in the explore feed section. To fall back to the built in explore service, leave this input empty " => " Belirtilmişse, hizmetin URL'si beslemeyi keşfetme bölümünde beslemelerin görüntülenebilmesi için sorgulanacak. Dahili keşfetme hizmeti için bu alanı boş bı rakı n " ,
2016-02-15 09:01:39 +03:00
" For more information check the Wiki " => " Daha fazla bilgi için Viki'ye bakı n " ,
2014-10-23 09:01:41 +04:00
" Saved " => " Kaydedildi " ,
2015-03-31 08:01:29 +03:00
" Download " => " İndir " ,
2015-04-01 08:01:26 +03:00
" Close " => " Kapat " ,
2015-10-06 08:01:32 +03:00
" Ajax or webcron cron mode detected! Your feeds will not be updated correctly. It is recommended to either use the operating system cron or a custom updater. " => " Ajax veya webcron kipi tespit edildi! Beslemeleriniz düzgün olarak güncellenemeyecek. Özel bir güncelleyici veya işletim sistemi cron'u kullanmanı z önerilir. " ,
2014-11-20 09:01:25 +03:00
" How to set up the operating system cron " => " İşletim sistemi cron görevi nası l ayarlanı r " ,
" How to set up a custom updater (faster and no possible deadlock) " => " Özel bir güncelleyici nası l ayarlanı r (daha hı zlı ve kördüğüm ihtimali yok) " ,
2016-02-15 09:01:39 +03:00
" filter " => " filtre " ,
2016-01-25 09:01:18 +03:00
" Language " => " Dil " ,
2014-11-20 09:01:25 +03:00
" Subscribe " => " Abone ol " ,
2016-02-15 09:01:39 +03:00
" Got more awesome feeds? Share them with us! " => " Harika akı şlara mı sahipsiniz? Bizlerle paylaşı n! " ,
2014-10-06 09:01:27 +04:00
" Refresh " => " Yenile " ,
2014-11-21 10:51:37 +03:00
" No articles available " => " Hiç makale yok " ,
" No unread articles available " => " Okunmamı ş makale yok " ,
2014-10-02 09:01:24 +04:00
" Open website " => " Web sitesini aç " ,
2014-09-21 09:01:10 +04:00
" Star article " => " Makaleyi yı ldı zla " ,
" Unstar article " => " Makale yı ldı zı nı kaldı r " ,
2014-09-20 09:01:39 +04:00
" Keep article unread " => " Makaleyi okunmadı olarak bı rak " ,
2014-09-21 09:01:10 +04:00
" Remove keep article unread " => " Makaleyi okunmadı olarak bı rak " ,
2014-04-17 09:02:45 +04:00
" by " => " yazar " ,
2014-09-20 09:01:39 +04:00
" from " => " kaynak " ,
2015-04-07 08:01:20 +03:00
" Play audio " => " Ses oynat " ,
" Download video " => " Video indir " ,
" Download audio " => " Ses indir " ,
2014-10-26 08:01:09 +03:00
" Keyboard shortcut " => " Klavye kı sayolu " ,
2014-10-22 09:02:29 +04:00
" Description " => " Açı klama " ,
" right " => " sağ " ,
" Jump to next article " => " Sonraki makaleye atla " ,
" left " => " sol " ,
" Jump to previous article " => " Önceki makaleye atla " ,
" Toggle star article " => " Makale yı ldı zı nı aç/kapat " ,
" Star article and jump to next one " => " Makaleyi yı ldı zla ve sonrakine atla " ,
2014-10-23 09:01:41 +04:00
" Toggle keep current article unread " => " Geçerli makaleyi okunmamı ş tut özelliğini aç/kapat " ,
" Open article in new tab " => " Makaleyi yeni sekmede aç " ,
2014-10-26 08:01:09 +03:00
" Toggle expand article in compact view " => " Sı kı şı k görünümde makaleyi genişlet/daralt " ,
2014-10-23 09:01:41 +04:00
" Load next feed " => " Sonraki beslemeyi yükle " ,
" Load previous feed " => " Önceki beslemeyi yükle " ,
" Load next folder " => " Sonraki klasörü yükle " ,
" Load previous folder " => " Önceki klasörü yükle " ,
2015-02-05 09:01:20 +03:00
" Scroll to active navigation entry " => " Gezinti girdisini etkinleştirmek için kaydı r " ,
2015-04-07 08:01:20 +03:00
" Focus search field " => " Arama alanı na odaklan " ,
2015-06-08 08:01:30 +03:00
" Mark current article's feed/folder read " => " Geçerli makalenin beslemesini/klasörünü okundu işaretle " ,
2014-09-21 09:01:10 +04:00
" Web address " => " Web adresi " ,
2014-09-20 09:01:39 +04:00
" Feed exists already! " => " Besleme zaten mevcut! " ,
" Folder " => " Klasör " ,
" No folder " => " Klasör yok " ,
" New folder " => " Yeni klasör " ,
" Folder name " => " Klasör adı " ,
" Go back " => " Geri dön " ,
" Folder exists already! " => " Klasör zaten mevcut! " ,
" New Folder " => " Yeni Klasör " ,
" Create " => " Oluştur " ,
2014-11-21 10:51:37 +03:00
" Explore " => " Keşfet " ,
2015-12-18 09:01:29 +03:00
" Update failed more than 50 times " => " Güncelleme 50 defadan fazla başarı sı z oldu " ,
2014-09-20 09:01:39 +04:00
" Deleted feed " => " Beslemeyi sil " ,
" Undo delete feed " => " Beslemeyi geri al " ,
" Rename " => " Yeniden adlandı r " ,
" Menu " => " Menü " ,
2015-10-06 08:01:32 +03:00
" Unpin feed from the top " => " Beslemeyi yukarı dan kaldı r " ,
" Pin feed to the top " => " Beslemeyi yukarı ya sabitle " ,
2015-02-02 09:01:16 +03:00
" No feed ordering " => " Besleme sı ralaması yok " ,
" Reversed feed ordering " => " Ters besleme sı ralaması " ,
" Normal feed ordering " => " Normal besleme sı ralaması " ,
2015-09-01 19:03:09 +03:00
" Enable full text feed fetching " => " Tam metin besleme getirmesini etkinleştir " ,
" Disable full text feed fetching " => " Tam metin besleme getirmesini kapat " ,
2015-11-23 09:01:24 +03:00
" Keep updated articles as is " => " Güncellenmiş makaleleri olduğu gibi tut " ,
" Mark updated articles unread " => " Güncellenmiş makaleleri okunmamı ş olarak işaretle " ,
2013-12-22 10:02:30 +04:00
" Rename feed " => " Beslemeyi yeniden adlandı r " ,
2014-09-21 09:01:10 +04:00
" Delete feed " => " Beslemeyi sil " ,
2014-12-04 09:01:19 +03:00
" Mark all articles read " => " Tüm makaleleri okundu işaretle " ,
2014-09-20 09:01:39 +04:00
" Dismiss " => " İptal et " ,
2014-04-17 09:02:45 +04:00
" Collapse " => " Daralt " ,
2014-09-20 09:01:39 +04:00
" Deleted folder " => " Klasör silindi " ,
" Undo delete folder " => " Klasör silmeyi geri al " ,
2014-04-17 09:02:45 +04:00
" Rename folder " => " Klasörü yeniden adlandı r " ,
2014-09-20 09:01:39 +04:00
" Delete folder " => " Klasörü sil " ,
" Starred " => " Yı ldı zlı " ,
" Unread articles " => " Okunmamı ş makaleler " ,
" All articles " => " Tüm makaleler " ,
2013-12-21 10:02:55 +04:00
" Settings " => " Ayarlar " ,
2014-10-22 09:02:29 +04:00
" Keyboard shortcuts " => " Klavye kı sayolları " ,
2015-04-22 08:01:21 +03:00
" Disable mark read through scrolling " => " Kaydı rma sı rası nda okundu olarak işaretlemeyi kapat " ,
2014-09-20 09:01:39 +04:00
" Compact view " => " Sı kı şı k görünüm " ,
2015-06-08 08:01:30 +03:00
" Expand articles on key navigation " => " Tuşla gezinme sı rası nda makaleleri genişlet " ,
2014-09-27 09:01:10 +04:00
" Show all articles " => " Tüm makaleleri göster " ,
2014-12-04 09:01:19 +03:00
" Reverse ordering (oldest on top) " => " Sı ralamayı tersine çevir (en eski üstte) " ,
2013-10-16 06:27:34 +04:00
" Subscriptions (OPML) " => " Abonelikler (OPML) " ,
2013-02-12 15:54:12 +04:00
" Import " => " İçe aktar " ,
" Export " => " Dı şa aktar " ,
2014-04-12 09:01:46 +04:00
" Error when importing: file does not contain valid OPML " => " Dosya alı mı nda hata: dosya geçerli OPML içermiyor " ,
2013-10-16 06:27:34 +04:00
" Unread/Starred Articles " => " Okunmamı ş/Yı ldı zlı Makaleler " ,
2014-09-20 09:01:39 +04:00
" Error when importing: file does not contain valid JSON " => " İçe alı nı rken hata: dosya geçerli JSON içermiyor "
2012-10-30 03:03:08 +04:00
);
2014-10-27 23:36:42 +03:00
$PLURAL_FORMS = " nplurals=2; plural=(n > 1); " ;