source: extensions/rv_sitemap/language/tr_TR/plugin.lang.php @ 27153

Last change on this file since 27153 was 12431, checked in by rvelices, 12 years ago

rv_sitemap fix lang keys

File size: 347 bytes
Line 
1<?php
2
3$lang['Global'] = 'Genel Ayarlar';
4$lang['Filename'] = 'Dosya adı';
5$lang['Priority'] = 'Öncelik';
6$lang['Frequency'] = 'Sıklık';
7$lang['always'] = 'her zaman';
8$lang['hourly'] = 'saatlik';
9$lang['daily'] = 'günlük';
10$lang['weekly'] = 'haftalık';
11$lang['monthly'] = 'aylık';
12$lang['yearly'] = 'yıllık';
13$lang['never'] = 'asla';
14?>
Note: See TracBrowser for help on using the repository browser.