From 2cb1563f63386b35a69e460051aa9b4a2851d104 Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Wed, 30 May 2012 07:30:44 -0400 Subject: [PATCH] - Added (clickable) placeholders to client messaging function. - Added check so that the client password isn't inserted into the message (for security reasons). --- interface/web/client/lib/lang/fi.lng | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/interface/web/client/lib/lang/fi.lng b/interface/web/client/lib/lang/fi.lng index a653249..243ac6d 100755 --- a/interface/web/client/lib/lang/fi.lng +++ b/interface/web/client/lib/lang/fi.lng @@ -6,7 +6,12 @@ $wb['Edit Client'] = 'Muokkaa asiakkaan tietoja'; $wb['Clients'] = 'Asiakkaat'; $wb['Edit Client-Templates'] = 'Muokkaa asiakasmalleja'; -$wb['Add Reseller'] = 'Add Reseller'; -$wb['Edit Reseller'] = 'Edit Reseller'; -$wb['Resellers'] = 'Resellers'; +$wb['Add Reseller'] = 'Lisää uusi jälleenmyyjä'; +$wb['Edit Reseller'] = 'Muokkaa jälleenmyyjää'; +$wb['Resellers'] = 'Jälleenmyyjät'; +$wb['error_has_clients'] = 'Tällä jälleenmyyjällä on asiakkaita, poista ne ensin.'; +$wb['add_additional_template_txt'] = 'Add additional template'; +$wb['delete_additional_template_txt'] = 'Delete additional template'; +$wb['Messaging'] = 'Messaging'; +$wb['Send Email'] = 'Send Email'; ?> -- Gitblit v1.9.1