PHP Classes

File: system/dependencies/verot/lang/class.upload.tr_TR.php

Recommend this page to a friend!
  Classes of Dimitri Sitchet   dFramework   system/dependencies/verot/lang/class.upload.tr_TR.php   Download  
File: system/dependencies/verot/lang/class.upload.tr_TR.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: dFramework
Framework to build PHP applications
Author: By
Last change:
Date: 4 years ago
Size: 6,988 bytes
 

Contents

Class file image Download

<?php
// +------------------------------------------------------------------------+
// | class.upload.tr_TR.php |
// +------------------------------------------------------------------------+
// | Copyright (c) Volkan Metin 2008. All rights reserved. |
// | Version 0.32 |
// | Last modified 30/08/2013 |
// | Email metinsoft@gmail.com |
// | Web http://www.metinsoft.com |
// +------------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License version 2 as |
// | published by the Free Software Foundation. |
// | |
// | 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, write to the |
// | Free Software Foundation, Inc., 59 Temple Place, Suite 330, |
// | Boston, MA 02111-1307 USA |
// | |
// | Please give credit on sites that use class.upload and submit changes |
// | of the script so other people can use them as well. |
// | This script is free to use, don't abuse. |
// +------------------------------------------------------------------------+

/**
 * Class upload Turkish translation
 *
 * @version 0.25
 * @author Volkan Metin (metinsoft@gmail.com)
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
 * @copyright Volkan Metin
 * @edit Taner ?nan?r
 * @package cmf
 * @subpackage external
 */

   
$translation = array();
   
$translation['file_error'] = 'Hata olu?tu. Lütfen tekrar deneyiniz.';
   
$translation['local_file_missing'] = 'Dosya bulunamad?.';
   
$translation['local_file_not_readable'] = 'Dosya okunamad?.';
   
$translation['uploaded_too_big_ini'] = 'Hata olu?tu (izin verilen boyuttan büyük dosya yükleyemezsiniz. Ancak php.ini dosyas?ndan upload_max_filesize de?erini yükselterek tekrar deneyebilirsiniz.).';
   
$translation['uploaded_too_big_html'] = 'Hata olu?tu (sayfan?zda belirtti?iniz MAX_FILE_SIZE boyutundan büyük bir dosya yükleyemezsiniz.).';
   
$translation['uploaded_partial'] = 'Hata olu?tu (dosyan?n sadece bir k?sm? yüklenebildi).';
   
$translation['uploaded_missing'] = 'Hata olu?tu (dosya seçilmemi?).';
   
$translation['uploaded_unknown'] = 'Hata olu?tu (hata tesbit edilemedi).';
   
$translation['try_again'] = 'Hata olu?tu. Lütfen tekrar deneyiniz.';
   
$translation['file_too_big'] = 'Dosya izin verilenden büyük.';
   
$translation['no_mime'] = 'Dosya türü bulunamad?.';
   
$translation['incorrect_file'] = 'Bu dosyan?n uzant?s? geçersiz.';
   
$translation['image_too_wide'] = 'Resim izin verilenden çok geni?.';
   
$translation['image_too_narrow'] = 'Resim izin verilenden çok dar.';
   
$translation['image_too_high'] = 'Resim izin verilenden çok uzun.';
   
$translation['image_too_short'] = 'Resim izin verilenden çok k?sa.';
   
$translation['ratio_too_high'] = 'Resim oran? çok yüksek (resim çok geni?).';
   
$translation['ratio_too_low'] = 'Resim oran? çok dü?ük (resim çok uzun).';
   
$translation['too_many_pixels'] = 'Resim izin verilenden büyük.';
   
$translation['not_enough_pixels'] = 'Resim izin verilenden küçük.';
   
$translation['file_not_uploaded'] = 'Dosya yüklenemedi. ??lem sonland?r?ld?.';
   
$translation['already_exists'] = '%s dosyas? zaten var. Lütfen dosyan?z?n ismini de?i?tirerek tekrar deneyiniz.';
   
$translation['temp_file_missing'] = 'Temp dizini do?ru belirtilmemi?. ??lem sonland?r?ld?.';
   
$translation['source_missing'] = 'Dosyan?z?n içeri?inde izin vermeyen unsurlar var. ??lem sonland?r?ld?.';
   
$translation['destination_dir'] = 'Dosyalar?n yüklenece?i dizin olu?turulamad?. ??lem sonland?r?ld?.';
   
$translation['destination_dir_missing'] = 'Dosyalar?n yüklenece?i dizin olu?turulmam??. ??lem sonland?r?ld?.';
   
$translation['destination_path_not_dir'] = 'Dosyalar?n yüklenece?i adres bir dizin de?il. ??lem sonland?r?ld?.';
   
$translation['destination_dir_write'] = 'Dosyalar?n yüklenece?i dizinin yazma izinlerinde(CHMOD) problem var. ??lem sonland?r?ld?.';
   
$translation['destination_path_write'] = 'Dosyalar?n yüklenece?i adresin yazma izinlerinde(CHMOD) problem var. ??lem sonland?r?ld?.';
   
$translation['temp_file'] = 'Geçici dizine (temp) yaz?lam?yor. ?zinleri kontrol etmelisiniz. ??lem sonland?r?ld?.';
   
$translation['source_not_readable'] = 'Dosyan?n içeri?i okunamad?. ??lem sonland?r?ld?.';
   
$translation['no_create_support'] = '%s dosyas? olu?turulamad?.';
   
$translation['create_error'] = 'Kaynaktan %s resmi olu?turulurken hata olu?tu.';
   
$translation['source_invalid'] = 'Resim dosyas? okunamad?. Dosyan?n bir resim oldu?undan emin misiniz?';
   
$translation['gd_missing'] = 'Sunucuda GD kütüphanesi olmad??? için i?leme devam edemiyorsunuz.';
   
$translation['watermark_no_create_support'] = '%s resmi olu?turulamad??? için filigran olu?turulamad?.';
   
$translation['watermark_create_error'] = '%s resmi okunamad??? için filigran olu?turulamad?.';
   
$translation['watermark_invalid'] = 'Bilinmeyen dosya türü. Filigran olu?turulamad?.';
   
$translation['file_create'] = '%s dosyas? olu?turulamad?.';
   
$translation['no_conversion_type'] = 'Belirtilen dosya türü dönü?türülemedi.';
   
$translation['copy_failed'] = 'Dosya kopyalan?rken hata olu?tu. copy() i?lemi ba?ar?s?z.';
   
$translation['reading_failed'] = 'Dosya okunurken hata olu?tu.';
       
?>