From 6db27748d01ef709bf61a35314a56c565545bb7f Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Mon, 11 Jun 2012 06:35:30 -0400 Subject: [PATCH] - Added CC and BCC senders to mail function. - Bugfix: changed "Return-Path: $form" to Return-Path: $from. --- interface/web/sites/lib/lang/pl_web_folder_user.lng | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/interface/web/sites/lib/lang/pl_web_folder_user.lng b/interface/web/sites/lib/lang/pl_web_folder_user.lng index 3b553e9..4e9bfb3 100644 --- a/interface/web/sites/lib/lang/pl_web_folder_user.lng +++ b/interface/web/sites/lib/lang/pl_web_folder_user.lng @@ -1,7 +1,7 @@ <?php -$wb["web_folder_id_txt"] = 'Folder'; -$wb["username_txt"] = 'Username'; -$wb["password_txt"] = 'Password'; -$wb["active_txt"] = 'Active'; -$wb["folder_error_empty"] = 'No web folder selecetd.'; -?> \ No newline at end of file +$wb['web_folder_id_txt'] = 'Katalog'; +$wb['username_txt'] = 'Login'; +$wb['password_txt'] = 'Hasło'; +$wb['active_txt'] = 'Aktywny'; +$wb['folder_error_empty'] = 'Nie wybrano katalogu.'; +?> -- Gitblit v1.9.1