From 855cf2aaeb5e4cd43f4f0e6f79a66e0ab6fbebcf Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Tue, 14 Jun 2016 12:08:13 -0400 Subject: [PATCH] Fixed Issue #3950 Default missing Default ? in php version --- interface/web/sites/lib/lang/pl_web_domain_admin_list.lng | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/interface/web/sites/lib/lang/pl_web_domain_admin_list.lng b/interface/web/sites/lib/lang/pl_web_domain_admin_list.lng new file mode 100644 index 0000000..56634eb --- /dev/null +++ b/interface/web/sites/lib/lang/pl_web_domain_admin_list.lng @@ -0,0 +1,9 @@ +<?php +$wb['sys_groupid_txt'] = 'Klient'; +$wb['list_head_txt'] = 'Strony www'; +$wb['domain_id_txt'] = 'ID'; +$wb['active_txt'] = 'Aktywne'; +$wb['server_id_txt'] = 'Serwer'; +$wb['domain_txt'] = 'Domena'; +$wb['add_new_record_txt'] = 'Dodaj nowÄ… stronÄ™'; +?> -- Gitblit v1.9.1