source: extensions/user_tags/language/tr_TR/plugin.lang.php @ 12837

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

added/updated Turkish language

File size: 2.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | User Tags  - a plugin for Piwigo                                      |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2010-2011 Nicolas Roudaire        http://www.nikrou.net  |
6// +-----------------------------------------------------------------------+
7// | This program is free software; you can redistribute it and/or modify  |
8// | it under the terms of the GNU General Public License as published by  |
9// | the Free Software Foundation                                          |
10// |                                                                       |
11// | This program is distributed in the hope that it will be useful, but   |
12// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
13// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
14// | General Public License for more details.                              |
15// |                                                                       |
16// | You should have received a copy of the GNU General Public License     |
17// | along with this program; if not, write to the Free Software           |
18// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
19// | MA 02110-1301 USA.                                                    |
20// +-----------------------------------------------------------------------+
21
22// admin
23$lang['Add permission updated'] = 'İzin ekleme güncellendi';
24$lang['Be careful, whatever the configuration value is, new tag can be deleted anyway'] = 'Dikkatli olun, Yapılandırma değeri ne olursa olsun, yeni etiket silinebilir';
25$lang['Delete permission updated'] = 'İzin kaldırma güncellendi';
26$lang['That plugin allow visitors to add tags to image.'] = 'Ziyaretçilerin resimler için etiket eklemesine izin veren bir eklenti';
27$lang['Who can add tags?'] = 'Kim etiket ekleyebilir';
28$lang['Who can delete related tags?'] = 'Kim etiket silebilir';
29$lang['You can choose which users (per status) can add and delete tags.'] = 'Kimler (kullanıcı) etiket ekleyebilir ve silebilir';
30
31// public
32$lang['Click to add tags'] = 'Etiket eklemek için tıklayın';
33$lang['Start to type'] = 'Etiketi yazınız';
34$lang['Tags updated'] = 'Etiketler güncellendi';
35$lang['Update tags'] = 'Etiketleri güncelle';
36$lang['You are not allowed to add nor delete tags'] = 'Etiket eklemek ve silmek için izininiz yok';
37$lang['You are not allowed to add tags'] = 'Etiket eklemek için izininiz yok';
38$lang['You are not allowed to delete tags'] = 'Etiket silmek için izininiz yok';
39?>
Note: See TracBrowser for help on using the repository browser.