source: extensions/Copyrights/language/tr_TR/plugin.lang.php

Last change on this file was 12836, checked in by Nakre, 12 years ago

added/updated Turkish language

File size: 546 bytes
Line 
1<?php
2
3$lang['Copyright'] = 'Telif Hakkı';
4$lang['Copyrights'] = 'Telif Hakları';
5$lang['Create copyright'] = 'Yeni Telif Oluştur';
6$lang['Edit copyright'] = 'Telif Düzenle';
7$lang['Update copyright'] = 'Telif Hakkını Güncelle';
8$lang['Delete copyright'] = 'Telif Hakkını Sil';
9$lang['Visible'] = 'Görünür';
10$lang['This copyright already exists.'] = 'Bu telif hakkı zaten var.';
11$lang['Set copyright'] = 'Telif hakkı ayarlayın';
12$lang['With copyright'] = 'Telif hakkı ile';
13$lang['Without copyright'] = 'Telif hakkı olmadan';
14
15?>
Note: See TracBrowser for help on using the repository browser.