From 9e3ffe17b57dbc5b03c8e42e6ce4b724328045cf Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Sat, 08 Jun 2013 19:49:33 -0400 Subject: [PATCH] - Fixed FS#2872 - I think country code for my country is wrong in ssl ispconfig 3. --- interface/web/sites/lib/lang/fi_web_folder_user.lng | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/interface/web/sites/lib/lang/fi_web_folder_user.lng b/interface/web/sites/lib/lang/fi_web_folder_user.lng index f877df2..bf56653 100644 --- a/interface/web/sites/lib/lang/fi_web_folder_user.lng +++ b/interface/web/sites/lib/lang/fi_web_folder_user.lng @@ -4,4 +4,9 @@ $wb['password_txt'] = 'Password'; $wb['active_txt'] = 'Active'; $wb['folder_error_empty'] = 'No web folder selecetd.'; +$wb['password_strength_txt'] = 'Password strength'; +$wb['generate_password_txt'] = 'Generate Password'; +$wb['repeat_password_txt'] = 'Repeat Password'; +$wb['password_mismatch_txt'] = 'The passwords do not match.'; +$wb['password_match_txt'] = 'The passwords do match.'; ?> -- Gitblit v1.9.1