Viewing file: turkish.php (2.1 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/********************************************************************************
- MemHT Portal -
Copyright (C) 2007-2008 by Miltenovik Manojlo
http://www.memht.com
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your opinion) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, see <http://www.gnu.org/licenses/> (GPLv2)
or write to the Free Software Foundation, Inc., 51 Franklin Street,
Fifth Floor, Boston, MA02110-1301, USA.
Translated by CrazYHearT (http://www.kankaloji.com)
********************************************************************************/
//Page ImageUP
define("_MYFILES_","Dosyalarım");
define("_SELECTIMAGE_","İmaj Seç");
define("_ACCEPTEDFILES_","Onaylanan Dosyalar");
define("_MAXFILEDIM_","Max. Dosya Boyutu");
define("_ANDGETYOURPRSALBUM_","ve kişisel album edinin!");
define("_ASREGUSERYOUABLETO_","Kayıtlı kullanıcıların yapabilceği işlem :<br> » Yükleyeceğiniz imajlar");
define("_MANAGEYOURFILES_","<br> » Yüklenen imajları yönetmek");
define("_UPTO_","en fazla");
define("_INSTEADOF_","boyutunda ve dosya başına");
define("_PERFILE_","olmalıdır");
define("_FILEUPLOADED_","Dosya Yüklendi");
define("_LINKEDIMAGE_","İmaj Linki");
define("_ORIGINALPATH_","Ana Url");
define("_UPLOADANOTHER_","Farklı Dosya Yükle");
define("_VIEWDETAILS_","Detayları Göster");
define("_GUESTCANUPLOAD_","Ziyaretçi Dosya Yüklemesi");
define("_MAXFILESIZEUSER_","Üyeler için Max.dosya boyutu");
define("_MAXFILESIZEGUEST_","Ziyaretçileri çin Max. dosya boyutu");
define("_MAXTHUMBW_","Max. küçük resim genişliği");
define("_MAXTHUMBH_","Max. küçük resim yüksekliği");
?>
|