|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/parasoffline.edukrypt.in/system/language/slovenian/ |
Upload File : |
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2016, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (http://ellislab.com/)
* @copyright Copyright (c) 2014 - 2016, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link http://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['upload_userfile_not_set'] = 'Ni možno najti post spremenljivke z imenom userfile.';
$lang['upload_file_exceeds_limit'] = 'Naložena datoteka presega največjo dovoljeno velikost določeno v vaši PHP konfiguracijski datoteki.';
$lang['upload_file_exceeds_form_limit'] = 'Naložena datoteka presega največjo dovoljeno velikost določeno v form-u.';
$lang['upload_file_partial'] = 'Datoteka je bila samo delno naložena.';
$lang['upload_no_temp_directory'] = 'Začasne mape ni.';
$lang['upload_unable_to_write_file'] = 'Datoteke ni bilo možno zapisati na disk.';
$lang['upload_stopped_by_extension'] = 'Nalaganje datoteke je bilo ustavljeno preko razširitev.';
$lang['upload_no_file_selected'] = 'Niste izbrali datoteke za nalaganje.';
$lang['upload_invalid_filetype'] = 'Vrsta datoteke, katero nalagate ni dovoljena.';
$lang['upload_invalid_filesize'] = 'Datoteko, katero nalagate presega dovoljeno velikost.';
$lang['upload_invalid_dimensions'] = 'Slika, katero nalagate ne ustreza dovoljeni velikosti.';
$lang['upload_destination_error'] = 'Ena napaka se je pojavila pri premestitvi datoteke na ciljno mapo.';
$lang['upload_no_filepath'] = 'Pot za nalaganje ni veljavna.';
$lang['upload_no_file_types'] = 'Niste specificirali dovoljene vrste datotek.';
$lang['upload_bad_filename'] = 'Ime podane datoteke že obstaja na strežniku.';
$lang['upload_not_writable'] = 'Ciljna mapa za nalaganje izgleda, da ne dovoli pisanja.';