Author: tchemit Date: 2012-05-03 16:21:42 +0200 (Thu, 03 May 2012) New Revision: 3363 Url: http://chorem.org/repositories/revision/pollen/3363 Log: refs #546: Fix missing translations for english. Modified: trunk/pollen-ui-struts2/src/main/resources/i18n/pollen-ui-struts2_en_GB.properties trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/user/favoriteLists.jsp Modified: trunk/pollen-ui-struts2/src/main/resources/i18n/pollen-ui-struts2_en_GB.properties =================================================================== --- trunk/pollen-ui-struts2/src/main/resources/i18n/pollen-ui-struts2_en_GB.properties 2012-05-03 14:20:47 UTC (rev 3362) +++ trunk/pollen-ui-struts2/src/main/resources/i18n/pollen-ui-struts2_en_GB.properties 2012-05-03 14:21:42 UTC (rev 3363) @@ -209,7 +209,7 @@ pollen.information.confirmDeleteChoice=Confirm delete of choice %s pollen.information.confirmDeleteFavoriteList=Confirm delete of favorite list\: pollen.information.confirmDeletePoll=Confirm delete of poll\: -pollen.information.confirmDeleteUser=Confirm delete of user %s +pollen.information.confirmDeleteUser=Confirm delete of user\: pollen.information.confirmDeleteVote=Confirm delete of vote for %s pollen.information.favoriteList.created=Favorite list %s created. pollen.information.favoriteList.deleted=Favorite list %s deleted. @@ -283,3 +283,12 @@ pollen.title.selectPersonListToCreateVotingList=Select a favorite list to import in a new voting list pollen.title.usersList=Users administration vote.anonymous=Anonymous vote +pollen.information.confirmDeletePollVote=Confirm delete of vote of %s +pollen.common.personList=Voting lists +pollen.action.importPersonListToExistingVotingList=Add selected voting list +pollen.action.importPersonListToNewVotingList=Create a new group from the selected voting list +pollen.common.nbVotes=%s votes are recorded +pollen.information.confirmDeletePollAccount=Confirm to delete voting\: +pollen.information.confirmDeletePollChoice=Confir to delete choice %s +pollen.title.pollsInvitedList=Invited polls +title=Create a poll Modified: trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/user/favoriteLists.jsp =================================================================== --- trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/user/favoriteLists.jsp 2012-05-03 14:20:47 UTC (rev 3362) +++ trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/user/favoriteLists.jsp 2012-05-03 14:21:42 UTC (rev 3363) @@ -52,7 +52,7 @@ var editTitle = '<s:text name="pollen.action.editFavoriteList"/>'; var deleteImg = '<s:url value='/img/delete.png'/>'; var csvHelp = '<div><s:text name="pollen.common.favoriteList.csvImport.help"/>' + - '<br/><img src="<s:url value="/img/import_csv_help.png"/>"/></div>' + "<br/><img src=\"<s:url value="/img/import_csv_help.png"/>\"/></div>" jQuery(document).ready(function () {