MOON
Server: Apache
System: Linux nserver.cafsindia.com 4.18.0-553.104.1.lve.el8.x86_64 #1 SMP Tue Feb 10 20:07:30 UTC 2026 x86_64
User: cafsindia (1002)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/cafsindia/hrms_patroniss_com/system/language/hr-HR/upload_lang.php
<?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. (https://ellislab.com/)
 * @copyright	Copyright (c) 2014 - 2016, British Columbia Institute of Technology (http://bcit.ca/)
 * @license	http://opensource.org/licenses/MIT	MIT License
 * @link	https://codeigniter.com
 * @since	Version 1.0.0
 * @filesource
 */
defined('BASEPATH') OR exit('Nije dozvoljen direktan pristup');

$lang['upload_userfile_not_set'] = 'Nije moguće pronaći post varijablu naziva korisnička datoteka.';
$lang['upload_file_exceeds_limit'] = 'Učitana datoteka prelazi maksimalnu dopuštenu veličinu u PHP konfiguracijskoj datoteci.';
$lang['upload_file_exceeds_form_limit'] = 'Učitana datoteka prelazi maksimalnu veličinu koju dopušta obrazac za podnošenje.';
$lang['upload_file_partial'] = 'Datoteka je samo djelomično učitana.';
$lang['upload_no_temp_directory'] = 'Nedostaje privremeni direktorij.';
$lang['upload_unable_to_write_file'] = 'Datoteku nije moguće zapisati na disk.';
$lang['upload_stopped_by_extension'] = 'Učitana datoteka je zaustavljena radi nastavka.';
$lang['upload_no_file_selected'] = 'Niste odabrali datoteku za učitavanje.';
$lang['upload_invalid_filetype'] = 'Tip datoteke koji pokušavate učitati nije dozvoljen.';
$lang['upload_invalid_filesize'] = 'Datoteku koju pokušavate učitatit je veća od dopuštene veličine.';
$lang['upload_invalid_dimensions'] = 'Slika koju pokušavate učitati ne stane u dopuštene dimenzije.';
$lang['upload_destination_error'] = 'Došlo je do problema prilikom pokušaja da se premjesti učitanu datoteku do konačnog odredišta.';
$lang['upload_no_filepath'] = 'Putanja za učitavanej nije ispravna.';
$lang['upload_no_file_types'] = 'Niste odredili dozvoljeni tip podataka.';
$lang['upload_bad_filename'] = 'Naziv datoteke koji ste dostavili već postoji na serveru.';
$lang['upload_not_writable'] = 'U direktorij za učitavanje nije moguće pisati.';