From 9b4e4c5a5ad2d73994fdea98468fda6b387884a1 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 23 Sep 2020 18:44:22 +0300 Subject: [PATCH] New translations field.php (Polish) --- .../visiosoft/base-theme/resources/lang/pl/field.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/addons/default/visiosoft/base-theme/resources/lang/pl/field.php b/addons/default/visiosoft/base-theme/resources/lang/pl/field.php index 564d5d0b5..58958af4e 100644 --- a/addons/default/visiosoft/base-theme/resources/lang/pl/field.php +++ b/addons/default/visiosoft/base-theme/resources/lang/pl/field.php @@ -52,8 +52,8 @@ return [ 'mail' => 'Wyƛlij maila', // Register instruction seed - 'register_instructions' => 'Register Instructions', - 'list' => 'List', - 'instruction_description' => 'Instruction Description', - 'instruction_list' => 'Instruction List', + 'register_instructions' => 'Zarejestruj instrukcje', + 'list' => 'Lista', + 'instruction_description' => 'Opis instrukcji', + 'instruction_list' => 'Lista instrukcji', ]; \ No newline at end of file