From 71f2b1852e1656ff92952e7de7a3c9a62ce13a64 Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Wed, 6 Nov 2019 20:44:06 +0300 Subject: [PATCH] New translations en_US.yaml (Polish) --- site/plugins/admin/lang/pl_PL.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/plugins/admin/lang/pl_PL.yaml b/site/plugins/admin/lang/pl_PL.yaml index b2b9c06e..185f189b 100644 --- a/site/plugins/admin/lang/pl_PL.yaml +++ b/site/plugins/admin/lang/pl_PL.yaml @@ -200,6 +200,10 @@ admin_sqlite3_database: "Baza danych SQLite3" admin_sqlite3_table: "Tabela SQLite3" admin_error_name_empty_input: "Nazwa musi być wartością alfanumeryczną" admin_error_title_empty_input: "Tytuł musi być wartością alfanumeryczną" +admin_error_icon_empty_input: "Icon has to be an alphanumeric value (from 1 chars)" +admin_help_text_for_label: "The fieldsets label shown in the Admin Panel." +admin_help_text_for_name: "The fieldsets unique name in lowercase chars only." +admin_help_text_for_icon: "The fieldsets valid :link icon class." admin_entries_visible: "Widoczny" admin_entries_draft: "Szkic" admin_entries_hidden: "Ukryty"