From 909e54845cf4f7214f27c3bb27a22f0bd7c51652 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 2 Jan 2017 11:02:13 +0100 Subject: [PATCH] New translations --- resources/lang/pl_PL/config.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 resources/lang/pl_PL/config.php diff --git a/resources/lang/pl_PL/config.php b/resources/lang/pl_PL/config.php new file mode 100644 index 0000000000..58220429bf --- /dev/null +++ b/resources/lang/pl_PL/config.php @@ -0,0 +1,23 @@ + 'en, English, en_US, en_US.utf8', + 'month' => '%B %Y', + 'month_and_day' => '%B %e, %Y', + 'date_time' => '%B %e, %Y, @ %T', + 'specific_day' => '%e %B %Y', + 'week_in_year' => 'Week %W, %Y', + 'quarter_of_year' => '%B %Y', + 'year' => '%Y', + 'half_year' => '%B %Y', + +]; \ No newline at end of file