firefly-iii/resources/lang/pl_PL/config.php

25 lines
674 B
PHP
Raw Normal View History

2017-01-02 04:02:13 -06:00
<?php
2017-08-12 03:41:10 -05:00
declare(strict_types=1);
2017-01-02 04:02:13 -06:00
/**
* config.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms of the
* Creative Commons Attribution-ShareAlike 4.0 International License.
*
* See the LICENSE file for details.
*/
return [
2017-02-06 06:20:51 -06:00
'locale' => 'pl, Polish, polski, pl_PL, pl_PL.utf8, pl_PL.UTF-8',
2017-01-02 04:02:13 -06:00
'month' => '%B %Y',
2017-01-04 07:52:14 -06:00
'month_and_day' => '%e %B %Y',
2017-08-23 12:50:07 -05:00
'date_time' => '%e %B %Y o %T',
2017-01-02 04:02:13 -06:00
'specific_day' => '%e %B %Y',
2017-01-02 05:21:45 -06:00
'week_in_year' => 'Tydzień %W, %Y',
2017-01-02 04:02:13 -06:00
'quarter_of_year' => '%B %Y',
'year' => '%Y',
'half_year' => '%B %Y',
2017-02-19 05:10:49 -06:00
];