PHP Classes

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

Recommend this page to a friend!
  Classes of Dimitri Sitchet   dFramework   system/dependencies/verot/lang/class.upload.cs_CS.php   Download  
File: system/dependencies/verot/lang/class.upload.cs_CS.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,855 bytes
 

Contents

Class file image Download
<?php
// +------------------------------------------------------------------------+
// | class.upload.cs_CS.php |
// +------------------------------------------------------------------------+
// | Copyright (c) Luká? Gavenda 2007. All rights reserved. |
// | Version 0.25 |
// | Last modified 11/29/2007 |
// | Email LukasGavenda@GmaiL.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 Czech translation
 *
 * @version 0.25
 * @author Luká? Gavenda (LukasGavenda@GmaiL.com)
 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
 * @copyright 2007 - Luká? Gavenda
 * @package cmf
 * @subpackage external
 */

   
$translation = array();
   
$translation['file_error'] = 'Nastal problém se souborem. Zkuste to prosím znovu.';
   
$translation['local_file_missing'] = 'Lokální soubor neexistuje.';
   
$translation['local_file_not_readable'] = 'Lokální soubor nelze p?e?íst.';
   
$translation['uploaded_too_big_ini'] = 'Nastal problém s uploadem (nahraný soubor p?esahuje nastavenou direktivu upload_max_filesize v php.ini).';
   
$translation['uploaded_too_big_html'] = 'Nastal problém s uploadem (nahraný soubor p?esahuje nastavenou direktivu MAX_FILE_SIZE, která byla nastavená v HTML formulá?i).';
   
$translation['uploaded_partial'] = 'Nastal problém s uploadem (soubor byl nahrán pouze ?áste?n?).';
   
$translation['uploaded_missing'] = 'Nastal problém s uploadem (nebyl nahrán ?ádný soubor).';
   
$translation['uploaded_unknown'] = 'Nastal problém s uploadem (neznámý chybový kód).';
   
$translation['try_again'] = 'Nastal problém s uploadem. Zkuste to prosím znovu.';
   
$translation['file_too_big'] = 'Soubor je p?íli? velký.';
   
$translation['no_mime'] = 'Nepoda?ilo se zjistit MIME typ.';
   
$translation['incorrect_file'] = 'Nesprávný typ souboru.';
   
$translation['image_too_wide'] = 'Obrázek je p?íli? ?iroký.';
   
$translation['image_too_narrow'] = 'Obrázek je p?íli? úzký.';
   
$translation['image_too_high'] = 'Obrázek je p?íli? vysoký.';
   
$translation['image_too_short'] = 'Obrázek je p?íli? nízký.';
   
$translation['ratio_too_high'] = 'Pom?r stran obázku je p?íli? velký (obrázek je moc ?iroký).';
   
$translation['ratio_too_low'] = 'Image ratio too low (obrázek je moc vysoký).';
   
$translation['too_many_pixels'] = 'Obrázek má p?íli? mnoho pixel?.';
   
$translation['not_enough_pixels'] = 'Obrázek ma nedostatek pixel?.';
   
$translation['file_not_uploaded'] = 'Soubor nebyl nahrán. Nelze pokra?ovat v procesu.';
   
$translation['already_exists'] = '%s ji? existuje. Prosím zm?nte název souboru.';
   
$translation['temp_file_missing'] = 'Nesprávný do?asný soubor. Nelze pokra?ovat v procesu.';
   
$translation['source_missing'] = 'Byl nahrán nesprávný zdrojový soubor. Nelze pokra?ovat v procesu.';
   
$translation['destination_dir'] = 'Nepoda?ilo se vytvo?it cílový adresá?. Nelze pokra?ovat v procesu.';
   
$translation['destination_dir_missing'] = 'Cílový adresá? neexistuje. Nelze pokra?ovat v procesu.';
   
$translation['destination_path_not_dir'] = 'Cílová cesta není adresá?em. Nelze pokra?ovat v procesu.';
   
$translation['destination_dir_write'] = 'Cílový adresá? nelze ud?lat zapisovatelným. Nelze pokra?ovat v procesu.';
   
$translation['destination_path_write'] = 'DO cílové cesty nelze zapisovat. Nelze pokra?ovat v procesu.';
   
$translation['temp_file'] = 'Nepoda?ilo se vytvo?it do?asný soubor. Nelze pokra?ovat v procesu.';
   
$translation['source_not_readable'] = 'Ze zdrojového souboru nelze ?íst. Nelze pokra?ovat v procesu.';
   
$translation['no_create_support'] = 'Není zapnutá podpora zápisu %s.';
   
$translation['create_error'] = 'CHyba p?i vytvá?ení %s obrázku ze zdroje.';
   
$translation['source_invalid'] = 'Nepo?ilo se p?e?íst zdroj obrázku. Soubor není obrázkem?.';
   
$translation['gd_missing'] = 'GD knihovna není z?ejm? nainstalována ?i spu?t?na.';
   
$translation['watermark_no_create_support'] = 'Není zapnutá podpora zápisu %s, nemohu p?e?íst vodoznak.';
   
$translation['watermark_create_error'] = 'Není oprávn?ní ke ?tení %s. Nemohu p?e?íst vodoznak.';
   
$translation['watermark_invalid'] = 'Neznámý formát obrázku, nemohu p?e?íst vodoznak.';
   
$translation['file_create'] = 'Nejsou dostupná práva pro vytvá?ení %s.';
   
$translation['no_conversion_type'] = 'Nebyl nadefinován konverzní typ.';
   
$translation['copy_failed'] = 'Nastala chyba p?i kopírování souboru na serveru. Funkce copy() selhala.';
   
$translation['reading_failed'] = 'Chyba p?i ?tení souboru.';
       
?>