source: extensions/File_Uploader/language/tr_TR/plugin.lang.php @ 19875

Last change on this file since 19875 was 19875, checked in by julien1311, 11 years ago

[file_uploader] lots of bug fixes

  • Property svn:executable set to *
File size: 5.6 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['You can use a personnal image or convert your file to an image using a desktop program or a web service such as'] = 'Kişisel bir imaj kullanabileceğiniz gibi dosyanızı bunlar gibi bir masa üstü program veya web hizmeti ile imaja çevirebilirsiniz:';
24$lang['The Configuration tab allows you to customize the plugin in two ways:'] = 'Yapılandırma sekmesi eklentiyi iki yolla kişiselleştirmenize olanak tanır:';
25$lang['The Upload tab allows you to upload "non picture" files to your gallerie. Fill in the form to upload and synchronize your file.'] = 'Yükleme sekmesi "resim olmayan" dosyaları galerinize yüklemenize olanak tanır. Dosyanızı yükleme ve eşleme için formu doldurun.';
26$lang['You can use this plugin with the plugin <a href="http://fr.piwigo.org/ext/extension_view.php?eid=654">Media Icon</a> to add an icon to your "non picture" files.'] = 'Bu eklentiyi <a href="http://fr.piwigo.org/ext/extension_view.php?eid=654">Media Icon</a> eklentisi ile kullanarak "resim olmayan" dosyalara ikon ekleyebilirsiniz.';
27$lang['create a new album'] = 'yeni bir albüm yarat';
28$lang['Type of file not supported'] = 'Dosya tipi desteklenmiyor';
29$lang['Unable to create folder '] = 'Dizin yaratılamadı';
30$lang['Upload'] = 'Yükle';
31$lang['Upload error'] = 'Yükleme hatası';
32$lang['Title:'] = 'Başlık:';
33$lang['Thumbnail to upload:'] = 'Yüklenecek küçük resim (thumbnail):';
34$lang['There have been errors. See below'] = 'Hatalar var. Aşağıya bakınız:';
35$lang['The thumbnail must be a picture'] = 'Küçük resim (thumbnail) bir resim dosyası olmalı';
36$lang['Specify a thumbnail for your file'] = 'Dosya için küçük resim (thumbnail) belirtin';
37$lang['Piwigo is a free software (opensource software), you can use it for free and this is not going to change. Donations are collected by the Piwigo Foundation (non profit organization) to cover project fees.'] = 'Piwigo bedava yazılımdır (açık kaynak yazılım), serbestçe kullanabilirsiniz ve bu değişmeyecektir. Bağışlarınız Piwigo kuruluşu (ticari olmayan kuruluş) tarafından proje masrafları için toplanmaktadır.';
38$lang['Properties'] = 'Özellikler';
39$lang['No file to upload'] = 'Yükleyecek dosya yok';
40$lang['Open files in a new tab'] = 'PDF dosyaların yeni sekmede aç';
41$lang['file_uploader_pdf2tab_tooltip'] = 'Dosyayı yeni sekmede aç';
42$lang['Overwrite files without notice'] = 'Uyarmaksızın dosyaların üzerine yaz';
43$lang['Specify a file to upload'] = 'Yüklenecek bir dosya seçin';
44$lang['Missing a temporary folder'] = 'Geçici dizin eksik';
45$lang['Invalid file name'] = 'Geçersiz dosya adı';
46$lang['Help'] = 'Yardım';
47$lang['File with this name already exists. You should rename this file.'] = 'Aynı isimde dosya zaten var. Dosya adını değiştirmelisiniz.';
48$lang['File was only partially uploaded'] = 'Dosya sadece kısmı olarak yüklendi';
49$lang['File uploaded and synchronized'] = 'Dosya yüklendi ve eşlendi';
50$lang['File upload stopped by extension'] = 'Dosya yüklemesi durduruldu';
51$lang['File to upload:'] = 'Yüklenecek dosya:';
52$lang['File exceeds the upload_max_filesize directive in php.ini'] = 'Dosya php.ini içindeki upload_max_filesize yönergesindeki değeri aşmaktadır';
53$lang['File Uploader Plugin'] = 'Dosya Yükleme Eklentisi';
54$lang['Failed to write file to disk'] = 'Diske dosya yazma sırasında hata';
55$lang['Donate'] = 'Bağış Yapın';
56$lang['Configuration'] = 'Yapılandırma';
57$lang['Choose a thumbnail'] = 'Bir küçük resim (thumbnail) seçin';
58$lang['Choose a file'] = 'Bir dosya seçin';
59$lang['Can\'t upload file to galleries directory'] = 'Dosya galeriler dizinine kopyalanamadı';
60$lang['Album:'] = 'Albüm:';
61$lang[': Check to overwrite files during upload if a file with the same name already exists.'] = ': Yükleme sırasında aynı isimde dosya varsa üzerine yazılması için işaretleyin.';
62$lang['... or '] = '... yada';
63$lang[': Check to open files in a new tab or download them depending on the extension.'] = ': Yeni bir sekmede açık dosyaları kontrol edin yada uzantıya bağlı olarak tümünü indirin.';
64?>
Note: See TracBrowser for help on using the repository browser.