summaryrefslogtreecommitdiff
path: root/app/i18n/tr/sub.php
blob: 9f4945c0a0eed31843667494144f0a9d2730a1ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?php

return array(
	'api' => array(
		'documentation' => 'Copy the following URL to use it within an external tool.',	//TODO - Translation
		'title' => 'API',	//TODO - Translation
	),
	'bookmarklet' => array(
		'documentation' => 'Drag this button to your bookmarks toolbar or right-click it and choose "Bookmark This Link". Then click "Subscribe" button in any page you want to subscribe to.',	//TODO - Translation
		'label' => 'Subscribe',	//TODO - Translation
		'title' => 'Bookmarklet',	//TODO - Translation
	),
	'category' => array(
		'_' => 'Kategori',
		'add' => 'Kategori ekle',
		'empty' => 'Boş kategori',
		'new' => 'Yeni kategori',
	),
	'feed' => array(
		'add' => 'RSS akışı ekle',
		'advanced' => 'Gelişmiş',
		'archiving' => 'Arşiv',
		'auth' => array(
			'configuration' => 'Giriş',
			'help' => 'HTTP korumalı RSS akışlarına bağlantı izni sağlar',
			'http' => 'HTTP Kimlik Doğrulama',
			'password' => 'HTTP şifre',
			'username' => 'HTTP kullanıcı adı',
		),
		'clear_cache' => 'Always clear cache',	//TODO - Translation
		'css_help' => 'Dikkat, daha çok zaman gerekir!',
		'css_path' => 'Makaleleri kendi CSS görünümü ile göster',
		'description' => 'Tanım',
		'empty' => 'Bu akış boş. Lütfen akışın aktif olduğuna emin olun.',
		'error' => 'Bu akışda bir hatayla karşılaşıldı. Lütfen akışın sürekli ulaşılabilir olduğuna emin olun.',
		'filteractions' => array(
			'_' => 'Filter actions',	//TODO - Translation
			'help' => 'Write one search filter per line.',	//TODO - Translation
		),
		'informations' => 'Bilgi',
		'keep_history' => 'En az tutulacak makale sayısı',
		'moved_category_deleted' => 'Bir kategoriyi silerseniz, içerisindeki akışlar <em>%s</em> içerisine yerleşir.',
		'mute' => 'mute',	//TODO - Translation
		'no_selected' => 'Hiçbir akış seçilmedi.',
		'number_entries' => '%d makale',
		'priority' => array(
			'_' => 'Visibility',	//TODO - Translation
			'archived' => 'Do not show (archived)',	//TODO - Translation
			'main_stream' => 'Ana akışda göster',
			'normal' => 'Show in its category',	//TODO - Translation
		),
		'websub' => 'WebSub ile anlık bildirim',
		'show' => array(
			'all' => 'Show all feeds',	//TODO - Translation
			'error' => 'Show only feeds with error',	//TODO - Translation
		),
		'showing' => array(
			'error' => 'Showing only feeds with error',	//TODO - Translation
		),
		'ssl_verify' => 'Verify SSL security',	//TODO - Translation
		'stats' => 'İstatistikler',
		'think_to_add' => 'Akış ekleyebilirsiniz.',
		'timeout' => 'Timeout in seconds',	//TODO - Translation
		'title' => 'Başlık',
		'title_add' => 'RSS akışı ekle',
		'ttl' => 'Şu kadar süreden fazla otomatik yenileme yapma',
		'url' => 'Akış URL',
		'validator' => 'Akış geçerliliğini kontrol edin',
		'website' => 'Site URL',
	),
	'firefox' => array(
		'documentation' => 'Follow the steps described <a href="https://developer.mozilla.org/en-US/Firefox/Releases/2/Adding_feed_readers_to_Firefox#Adding_a_new_feed_reader_manually">here</a> to add FreshRSS to Firefox feed reader list.',	//TODO - Translation
		'title' => 'Firefox feed reader',	//TODO - Translation
	),
	'import_export' => array(
		'export' => 'Dışa aktar',
		'export_opml' => 'Akış listesini dışarı aktar (OPML)',
		'export_starred' => 'Favorileri dışarı aktar',
		'export_labelled' => 'Export your labelled articles',	//TODO
		'feed_list' => '%s makalenin listesi',
		'file_to_import' => 'Dosyadan içe aktar<br />(OPML, JSON or ZIP)',
		'file_to_import_no_zip' => 'Dosyadan içe aktar<br />(OPML or JSON)',
		'import' => 'İçe aktar',
		'starred_list' => 'Favori makaleleirn listesi',
		'title' => 'İçe / dışa aktar',
	),
	'menu' => array(
		'bookmark' => 'Abonelik (FreshRSS yer imleri)',
		'import_export' => 'İçe / dışa aktar',
		'subscription_management' => 'Abonelik yönetimi',
		'subscription_tools' => 'Subscription tools',	//TODO - Translation
	),
	'title' => array(
		'_' => 'Abonelik yönetimi',
		'feed_management' => 'RSS  akış yönetimi',
		'subscription_tools' => 'Subscription tools',	//TODO - Translation
	),
);