From 27d78e32ff2c89f117947e60e87ff7c658f42f43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miros=C5=82aw=20Widz?= Date: Sat, 20 Jul 2013 23:43:46 +0200 Subject: [PATCH] Create pl.lang.php --- plugins/box/plugins/languages/pl.lang.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 plugins/box/plugins/languages/pl.lang.php diff --git a/plugins/box/plugins/languages/pl.lang.php b/plugins/box/plugins/languages/pl.lang.php new file mode 100644 index 0000000..4211147 --- /dev/null +++ b/plugins/box/plugins/languages/pl.lang.php @@ -0,0 +1,20 @@ + array( + 'Plugins' => 'Wtyczki', + 'Name' => 'Nazwa', + 'Actions' => 'Akcje', + 'Description' => 'Opis', + 'Installed' => 'Zainstalowane', + 'Install New' => 'Zainstaluj nową', + 'Delete' => 'Usuń', + 'Delete plugin :plugin' => 'Czy napewno usunąć wtyczkę :plugin', + 'This plugin does not exist' => 'Ta wtyczka nie istnieje', + 'Version' => 'Wersja', + 'Author' => 'Autor', + 'Get More Plugins' => 'Pobierz więcej wtyczek', + 'Install' => 'Instaluj', + 'Uninstall' => 'Odinstaluj', + ) + );