KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/parasoffline.edukrypt.in/system/language/slovenian/form_validation_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. (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['form_validation_required']		= 'Polje {field} je obvezno.';
$lang['form_validation_isset']			= 'Polje {field} mora imeti vrednost.';
$lang['form_validation_valid_email']		= 'Polje {field} mora vsebovat veljavni e-poštni naslov.';
$lang['form_validation_valid_emails']		= 'Polje {field} mora vsebovati veljavne e-poštne naslove.';
$lang['form_validation_valid_url']		= 'Polje {field} mora vsebovati veljavni URL.';
$lang['form_validation_valid_ip']		= 'Polje {field} mora vsebovati veljavni IP.';
$lang['form_validation_min_length']		= 'Dolžina polja {field} mora biti vsaj {param}.';
$lang['form_validation_max_length']		= 'Dolžina polja {field} ne more biti več kot {param}.';
$lang['form_validation_exact_length']		= 'Dolžina polja {field} mora biti natančno {param}.';
$lang['form_validation_alpha']			= 'Polje {field} lahko vsebuje samo črke.';
$lang['form_validation_alpha_numeric']		= 'Polje {field} lahko vsebuje samo črke in številke.';
$lang['form_validation_alpha_numeric_spaces']	= 'Polje {field} lahko vsebuje samo črke,številke in presledke.';
$lang['form_validation_alpha_dash']		= 'Polje {field} lahko vsebuje samo črke, številke, podčrtaje in pomišljaje.';
$lang['form_validation_numeric']		= 'Polje {field} lahko vsebuje samo številke.';
$lang['form_validation_is_numeric']		= 'Polje {field} lahko vsebuje samo številke.';
$lang['form_validation_integer']		= 'Polje {field} lahko vsebuje samo celo število.';
$lang['form_validation_regex_match']		= 'Polje {field} ni v pravilni obliki.';
$lang['form_validation_matches']		= 'Polje {field} ni enako polje {param}.';
$lang['form_validation_differs']		= 'Polje {field} mora biti različno od polja {param}.';
$lang['form_validation_is_unique'] 		= 'Polje {field} mora vsebovati unikatno vrednosti.';
$lang['form_validation_is_natural']		= 'Polje {field} lahko vsebuje samo številke.';
$lang['form_validation_is_natural_no_zero']	= 'Polje {field} lahko vsebuje samo številke in mora biti večje od nič.';
$lang['form_validation_decimal']		= 'Polje {field} mora vsebovati decimalno številko.';
$lang['form_validation_less_than']		= 'Polje {field} mora vsebovati številko manjšo od {param}.';
$lang['form_validation_less_than_equal_to']	= 'Polje {field} mora vsebovati številko enako ali manjšo od {param}.';
$lang['form_validation_greater_than']		= 'Polje {field} mora vsebovati številko večjo od {param}.';
$lang['form_validation_greater_than_equal_to']	= 'Polje {field} mora vsebovati številko enako ali večjo od {param}.';
$lang['form_validation_error_message_not_set']	= 'Ni možno dostopati do sporočila napake za ustrezno polje {field}.';

Anon7 - 2021