first commit
This commit is contained in:
6
system/i18n/pl_PL/session.php
Normal file
6
system/i18n/pl_PL/session.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'invalid_session_name' => 'Nieprawidłowa session_name, %s. Powinna zawierać wyłącznie znaki alfanumeryczne i przynajmniej jedną literę.',
|
||||
);
|
||||
Reference in New Issue
Block a user