From fb8ac5394a32dad1fd7b453d9a498b7d8cc6ac07 Mon Sep 17 00:00:00 2001 From: rub Date: Sun, 11 Feb 2007 00:43:53 +0000 Subject: Fix text/plain mail Fix translations git-svn-id: http://piwigo.org/svn/trunk@1803 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK.iso-8859-1/admin.lang.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'language/en_UK.iso-8859-1') diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php index 06ae1dd6c..da0853856 100644 --- a/language/en_UK.iso-8859-1/admin.lang.php +++ b/language/en_UK.iso-8859-1/admin.lang.php @@ -287,13 +287,13 @@ $lang['nbm_content_new_elements'] = 'New elements were added '; $lang['nbm_content_new_elements_single'] = ' on '; $lang['nbm_content_new_elements_between_1'] = 'between '; $lang['nbm_content_new_elements_between_2'] = ' and '; -$lang['nbm_content_subscribe_by_admin'] = 'The webmaster has subcribed you for receiving notifications by mail'; -$lang['nbm_content_subscribe_by_himself'] = 'You have subcribed to receiving notifications by mail'; +$lang['nbm_content_subscribe_by_admin'] = 'The webmaster has subcribed you for receiving notifications by mail.'; +$lang['nbm_content_subscribe_by_himself'] = 'You have subcribed to receiving notifications by mail.'; $lang['nbm_content_subscribe_link'] = 'To subscribe'; $lang['nbm_content_problem_contact'] = 'If you encounter problems or have any question, please send a message to '; $lang['nbm_content_pb_contact_object'] = '[NBM] Problems or questions'; -$lang['nbm_content_unsubscribe_by_admin'] = 'The webmaster has unsubcribed you from receiving notifications by mail'; -$lang['nbm_content_unsubscribe_by_himself'] = 'You have unsubcribed from receiving notifications by mail'; +$lang['nbm_content_unsubscribe_by_admin'] = 'The webmaster has unsubcribed you from receiving notifications by mail.'; +$lang['nbm_content_unsubscribe_by_himself'] = 'You have unsubcribed from receiving notifications by mail.'; $lang['nbm_content_click_on'] = ', click on '; $lang['nbm_content_unsubscribe_link'] = 'To unsubscribe'; $lang['nbm_info_send_mail_as'] = 'With blank value, gallery title will be used'; -- cgit v1.2.3