From ac430ef5bedae6fd836f293a53d493dd60dad2c1 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 24 Mar 2010 09:49:04 +0000 Subject: bug fixed: remove trailing whitespace in new language key (compliant with what we find in code) git-svn-id: http://piwigo.org/svn/trunk@5307 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/templates/admin.lang.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'language') diff --git a/language/templates/admin.lang.php b/language/templates/admin.lang.php index 74ffe5a8e..1e5efe85e 100644 --- a/language/templates/admin.lang.php +++ b/language/templates/admin.lang.php @@ -23,8 +23,8 @@ $lang['%d association'] = '%d association'; $lang['%d associations'] = '%d associations'; -$lang['cat_inclu_part1_S'] = '%d category including '; -$lang['cat_inclu_part1_P'] = '%d categories including '; +$lang['cat_inclu_part1_S'] = '%d category including'; +$lang['cat_inclu_part1_P'] = '%d categories including'; $lang['cat_inclu_part2_S'] = '%d physical'; $lang['cat_inclu_part2_P'] = '%d physical'; $lang['cat_inclu_part3_S'] = ' and %d virtual'; @@ -279,11 +279,11 @@ $lang['nbm_content_new_elements_between_2'] = 'and'; $lang['nbm_content_subscribe_by_admin'] = 'The webmaster has subscribed you to receiving notifications by mail.'; $lang['nbm_content_subscribe_by_himself'] = 'You have subscribed 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_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 unsubscribed you from receiving notifications by mail.'; $lang['nbm_content_unsubscribe_by_himself'] = 'You have unsubscribed from receiving notifications by mail.'; -$lang['nbm_content_click_on'] = ', click on '; +$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'; $lang['nbm_item_notification'] = 'Notification'; @@ -348,7 +348,7 @@ $lang['remote_site_clean_hint'] = 'remove remote listing.xml file'; $lang['remote_site_generate'] = 'generate listing'; $lang['remote_site_generate_hint'] = 'generate file listing.xml on remote site'; $lang['remote_site_local_create'] = 'Create this site'; -$lang['remote_site_local_found'] = 'A local listing.xml file has been found for '; +$lang['remote_site_local_found'] = 'A local listing.xml file has been found for'; $lang['remote_site_local_update'] = 'read local listing.xml and update'; $lang['remote_site_test'] = 'test'; $lang['remote_site_test_hint'] = 'test this remote site'; @@ -676,4 +676,4 @@ $lang['Installed Themes'] = "Installed Themes"; $lang['Add New Theme'] = "Add New Theme"; $lang['Forbid this theme to users'] = "Forbid this theme to users"; $lang['Set as default theme for unregistered and new users'] = "Set as default theme for unregistered and new users"; -?> \ No newline at end of file +?> -- cgit v1.2.3