mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-16 10:44:55 +02:00
First public release of MyAAC
This commit is contained in:
15
system/locale/pl/main.php
Normal file
15
system/locale/pl/main.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* polish language file
|
||||
* main.php
|
||||
*
|
||||
* @author Slawkens <slawkens@gmail.com>
|
||||
*/
|
||||
$locale['name'] = 'Polish';
|
||||
$locale['lang'] = 'pl-PL';
|
||||
$locale['encoding'] = 'utf-8';
|
||||
$locale['direction']= 'ltr';
|
||||
|
||||
$locale['error404'] = 'Strona nie została odnaleziona.';
|
||||
$locale['news'] = 'Ostatnie newsy';
|
||||
?>
|
Reference in New Issue
Block a user