source: extensions/netinstall/trunk/language/tr_TR/loader.lang.txt @ 7389

Last change on this file since 7389 was 7389, checked in by plg, 14 years ago

fix typo that was preventing netInstall from loading tr_TR language (failure on eval, syntax error)

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 5.0 KB
RevLine 
[7351]1// +-----------------------------------------------------------------------+
2// | Piwigo - a PHP based picture gallery                                  |
3// +-----------------------------------------------------------------------+
4// | Copyright(C) 2008      Piwigo Team                  http://piwigo.org |
5// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
6// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
7// +-----------------------------------------------------------------------+
8// | This program is free software; you can redistribute it and/or modify  |
9// | it under the terms of the GNU General Public License as published by  |
10// | the Free Software Foundation                                          |
11// |                                                                       |
12// | This program is distributed in the hope that it will be useful, but   |
13// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
14// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
15// | General Public License for more details.                              |
16// |                                                                       |
17// | You should have received a copy of the GNU General Public License     |
18// | along with this program; if not, write to the Free Software           |
19// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
20// | USA.                                                                  |
21// +-----------------------------------------------------------------------+
22
23$lang['Piwigo NetInstall'] = 'Piwigo NetKurulum';
24$lang['Welcome to NetInstall!'] = 'NetKuruluma\'a hoşgeldiniz!';
25$lang['Language'] = 'Dil';
26$lang['This tool is meant to retrieve the latest Piwigo archive and unzip it in your webspace.'] = 'Bu araç son Piwigo arşivini kurtaracak ve web alanınıza sıkıştımış halini açacak. ';
27$lang['Right after then, you will be redirect to the Piwigo Setup Wizard.'] = 'Hemen sonrasında, Piwigo yükleme sihirbazını adrese yönlendir.';
28
29$lang['Write access is needed'] = 'Yazım izni gerekli';
30$lang['It looks like NetInstall wont be able to write in the current directory, and this is required to follow on.'] = 'NetKurulum geçerli dizine yazılması gerekiyor , bu gereklilikleri takip ediniz ';
[7389]31$lang['Please try to change the permissions to allow write access, then reload this page by hitting the Refresh button.'] = 'Lütfen dosya izinlerini yazılabilir olarak değiştirin, daha sonra yenile butonuna tıklayarak sayfayı yenileyin.';
[7351]32$lang['Refresh'] = 'Yenile';
33
34$lang['PHP 5 is required'] = 'PHP 5 gerekli';
35$lang['It appears your webhost is currently running PHP %s.'] = 'Webhost\'un halen PHP %s \'ile çalışıyor.';
36$lang['NetInstall may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'NetKurulum ayarların değiştirilebilir  .htaccess doyasını oluşturarak yada düzenleyerek NetKurulum için gerekli PHP 5 ayarlarını yapabilirsiniz.';
37$lang['Note you can change your configuration by yourself and restart NetInstall after that.'] = ' Not: Ayarları değiştirebilirsindaha sonrasında NetKurulumu tekrar başlatmanız gerekli.';
38$lang['Try to configure PHP 5'] = 'PHP 5 \'i yapılandırmayı dene';
39
40$lang['Retrieve and unzip Piwigo'] = 'Piwigo kurtarıldı ve açıldı';
41$lang['Destination:'] = 'Hedef:';
42
43$lang['Sorry!'] = 'Üzgünüm!';
44$lang['NetInstall was not able to configure PHP 5.'] = 'NetKurulum\'un PHP 5 \'i yapılandırması mümkün değil.';
45$lang["You may referer to your hosting provider's support and see how you could switch to PHP 5 by yourself."] = "Hosting firmanıza başvurabilirsiniz ve PHP 5 in nasıl aktif edildiği hakkında yardım alabilirsiniz.";
46$lang['Hope to see you back soon.'] = 'Yakın zamanda görüşmek üzere.';
47
48$lang['It seems like a previous Piwigo installation is still sitting in that space.'] = 'Eski Piwigo kurulumu halen bu alanda gözüküyor.';
49$lang['You need to rename or remove it before we can go further...'] = 'Biz yardım etmeden önce yeniden adlandırman yada silmen gerekiyor...';
50$lang['Needed files are not present.'] = 'Gerekli dosyalar mevcut değil.';
51$lang['Invalid zip file.'] = 'Bozuk zip dosyası.';
52$lang['It seems that the zip file was not extracted.'] = 'Bu zip dosyası çıkartılamamış gibi gözüküyor.';
53
54$lang['Congratulations!'] = 'Tebrikler!';
55$lang['Everything went fine. You are now ready to start the installation procedure.'] = 'Herşey harika. Şimdi yükleme işlemlerine başlayabilirsin.';
56$lang['Install Piwigo now'] = 'Piwigo\'yu hemen yükle';
57$lang['An error occurred while grabbing the necessary files to go on.'] = 'Gerekli dosyalar alınırken bir sorun oluştu.';
58$lang['Something went wrong...'] = 'Birşeyler ters gitti...';
59$lang['What are you doing here that way ?!'] = 'Bu yol ile ne yapmaya çalışıyorsun ?!';
60
[7389]61$lang['This loader was initialy coded for Dotclear. Thanks!'] = 'Bu yükleyicinin ilk geliştiricisi Dotclear. Teşekkürler!';
Note: See TracBrowser for help on using the repository browser.