source: extensions/bbcode_bar/language/tr_TR/plugin.lang.php @ 23489

Last change on this file since 23489 was 23489, checked in by mistic100, 11 years ago

avoid conflicts with core language keys

  • Property svn:executable set to *
File size: 3.3 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['Available options'] = 'Mevcut seçenekler';
24$lang['Black'] = 'Siyah';
25$lang['Blue'] = 'Mavi';
26$lang['Bold : [b]bold']['/b'] = 'Kalın:[b]kalın[/b]';
27$lang['Center : [center]center']['/center'] = 'Ortalı: [center]ortalı[/center]';
28$lang['E-mail : [email]Email']['/email'] = 'e-Posta: [email]e-Posta[/email]';
29$lang['Font color : [color=color]text']['/color'] = 'Yazıtipi rengi: [color=color]yazı[/color]';
30$lang['Font size : [size=X]text']['/size'] = 'Yazıtipi büyüklüğü: [size=X]yazı[/size]';
31$lang['Green'] = 'Yeşil';
32$lang['Grey'] = 'Gri';
33$lang['Italic : [i]italic']['/i'] = 'İtalik: [i]italik[/i]';
34$lang['List element : [li]element']['/li'] = 'Liste öğesi: [li]öğe[/li]';
35$lang['Orange'] = 'Turuncu';
36$lang['Ordered list : [ol][li]element[/li]']['/ol'] = 'Sıralı liste: [ol][li]öğe[/li][/ol]';
37$lang['Paragraph : [p]Paragraph']['/p'] = 'Paragraf: [p]Paragraf[/p]';
38$lang['Picture : [img]picture']['/img'] = 'Resim: [img]resim[/img]';
39$lang['Purple'] = 'Mor';
40$lang['Quote : [quote]quote']['/quote'] = 'Alıntı: [quote]alıntı[/quote]';
41$lang['Red'] = 'Kırmızı';
42$lang['Right : [right]right']['/right'] = 'Sağ: [right]sağ[/right]';
43$lang['Striped  : [s]striped']['/s'] = 'Üzeri çizili: [s]üzeri çizili[/s]';
44$lang['URL : [url=URL]Title']['/url'] = 'URL: [url=URL]İsim[/url]';
45$lang['Underline : [u]underline']['/u'] = 'Altı çizili: [u]altı çizili[/u]';
46$lang['Unordered list : [ul][li]element[/li]']['/ul'] = 'Sıralanmamış liste: [ul][li]öğe[/li][/ul]';
47$lang['White'] = 'Beyaz';
48$lang['Yellow'] = 'Sarı';
49$lang['huge font'] = 'Kocaman';
50$lang['large font'] = 'Büyük';
51$lang['normal font'] = 'Normal';
52$lang['small font'] = 'Küçük';
53$lang['tiny font'] = 'Minicik';
54?>
Note: See TracBrowser for help on using the repository browser.