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
This commit is contained in:
parent
2ad08fa8c1
commit
ac430ef5be
1 changed files with 6 additions and 6 deletions
|
@ -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";
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue