diff --git a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_en.properties b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_en.properties
index b757a192989123b18851940751937dbd23fcd880..08a5c8984630a44af5b7aefe576826c3b21430b1 100644
--- a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_en.properties
+++ b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_en.properties
@@ -1,4 +1,4 @@
-#Mon Apr 02 14:41:09 CEST 2012
+#Wed Oct 24 16:41:40 CEST 2012
 action.bulkedit=Edit these users' attributes
 action.choose=Choose
 action.choose.finish=Choose and finish
@@ -34,6 +34,7 @@ error.search.form.no.valid.datechooser=Please indicate a valid date.
 error.search.form.no.wildcard.dublicates=Search terms including `**` are not allowed.
 error.search.form.notempty=Please fill in at least one field.
 error.search.form.to.short=Search term too short.
+error.search.maxResults=To many results found. Only the first {0} are displayed.
 form.password.new1=New password
 form.password.new2=Confirm password
 form.please.enter.new=Please enter a new password for this user
diff --git a/src/main/java/org/olat/admin/user/groups/_i18n/LocalStrings_en.properties b/src/main/java/org/olat/admin/user/groups/_i18n/LocalStrings_en.properties
index 27e901edf82489e6798a75b32f4187ac1fe94a27..d039b5f6bf86183ff5f15912b9d27108f5544a4b 100644
--- a/src/main/java/org/olat/admin/user/groups/_i18n/LocalStrings_en.properties
+++ b/src/main/java/org/olat/admin/user/groups/_i18n/LocalStrings_en.properties
@@ -1,34 +1,35 @@
-#Tue Jul 14 11:57:09 CEST 2009
+#Wed Oct 24 16:41:50 CEST 2012
+add.groups=Add to group
+add.groups.title=Groups of which this user is a member
 attende=Participants
 attende.and.owner=Owners and participants
+description=Description
+error.choose.one=Please choose at least one group.
+group.add.as=Add as {0}
+group.add.result=Added user to group(s). As owner in "{0}" and as participant in "{1}".
+group.add.result.none=Did not add user to any group. Either none was selected or the user was already member of them.
+group.delete.confirmation=Do you really want to delete the group?
 group.removed=This group does no longer exist\!
+group.result.course=Course\: {0}, {1}
+group.result.desc=Description\: {0}
+group.result.group=Group\: {0}
+group.search.description=Choose the group(s) to which the user should be added as coach or participant.
+no.results=Couldn't find any groups for this search term(s).
 owner=Owners
+result=Found Groups
+search.field=Search a group\:
+send.email=Send invitational email
+send.email.notif=Do you want to send a notification to the user? 
+table.group.add.participant=Add as participant
+table.group.add.tutor=Add as coach
 table.group.name=Group name
 table.group.type=Type of group
+table.header.resources=$org.olat.group.ui.main\:table.header.resources
 table.user.joindate=Time of entry
 table.user.role=User role
-add.groups.title=Groups of which this user is a member
-waiting=On waiting list in position {0}
 table.user.unsubscribe=Unsubscribe
-table.header.resources=$org.olat.group.ui.main\:table.header.resources
-table.group.add.tutor=Add as coach
-table.group.add.participant=Add as participant
-add.groups=Add to group
+unsubscribe.group.del=This user is the alone owner of this group. This group will therefore be deleted forever by this step.
 unsubscribe.successful=You successfully unsubscribed the user from group "{0}".
-unsubscribe.title=Unsubscribe user from group
 unsubscribe.text=Do you really want to unsubscribe the user "{0}" from the group "{1}" ?
-unsubscribe.group.del=This user is the alone owner of this group. This group will therefore be deleted forever by this step.
-group.add.as=Add as {0}
-group.search.description=Choose the group(s) to which the user should be added as coach or participant.
-group.add.result=Added user to group(s). As owner in "{0}" and as participant in "{1}".
-group.add.result.none=Did not add user to any group. Either none was selected or the user was already member of them.
-group.result.desc=Description: {0}
-group.result.course=Course: {0}, {1}
-group.result.group=Group: {0}
-search.field=Search a group:
-result=Found Groups
-send.email=Send invitational email
-send.email.notif=Do you want to send a notification to the user? 
-description=Description
-error.choose.one=Please choose at least one group.
-no.results=Couldn't find any groups for this search term(s).
\ No newline at end of file
+unsubscribe.title=Unsubscribe user from group
+waiting=On waiting list in position {0}
diff --git a/src/main/java/org/olat/course/area/_i18n/LocalStrings_en.properties b/src/main/java/org/olat/course/area/_i18n/LocalStrings_en.properties
index 010d227c2dad022e40f63fc5212662be32bc30a0..4861909729abf9ddb28e8e0a00e8ddc7b1b6dd1e 100644
--- a/src/main/java/org/olat/course/area/_i18n/LocalStrings_en.properties
+++ b/src/main/java/org/olat/course/area/_i18n/LocalStrings_en.properties
@@ -1,8 +1,12 @@
+#Wed Oct 24 16:32:07 CEST 2012
 action=Action
-course.areas.title=Learning areas within course
 course.areas.description=Create a new learning area with the button below. You can then use the learning area in the course editor to limit course element across and assign groups to learning areas.
-table.header.name=Name
-table.header.description=Description
+course.areas.title=Learning areas within course
+create.area=Create learning area
 delete=Delete
+delete.area.description=Do you really want to delete the learning area "{0}"?
+delete.area.title=Delete learning area
 edit=Edit
-create.area=Create learning area
\ No newline at end of file
+resources.noresources=No learning areas have been created in this course so far.
+table.header.description=Description
+table.header.name=Name
diff --git a/src/main/java/org/olat/course/assessment/_i18n/LocalStrings_en.properties b/src/main/java/org/olat/course/assessment/_i18n/LocalStrings_en.properties
index 54f7f7e747679f13dd40b761b259c3178ec250aa..7a58a90ea0f736b1b7973ccb23a3a3f2ae6d7639 100644
--- a/src/main/java/org/olat/course/assessment/_i18n/LocalStrings_en.properties
+++ b/src/main/java/org/olat/course/assessment/_i18n/LocalStrings_en.properties
@@ -1,4 +1,4 @@
-#Mon Apr 02 14:40:27 CEST 2012
+#Wed Oct 24 16:40:34 CEST 2012
 action.choose=Select 
 artefact.title=Evidence of achievement for course {0}
 assessmentLock=This assessment is currently modified by user {0} ({1}) and is therefore locked. Please try again later.
@@ -48,7 +48,17 @@ efficiencyStatementsPortlet.description=Fast access to the evidences of achievem
 efficiencyStatementsPortlet.nostatements=There is no evidence of achievement available for you
 efficiencyStatementsPortlet.showAll=Show all
 efficiencyStatementsPortlet.title=My evidence of achievement
+efficiencystatement.config=Change configuration
+efficiencystatement.config.off=disabled
+efficiencystatement.config.on=enabled
+efficiencystatement.intro.1=Courses with course elements that have assessment information (score/passed) will generate an efficiency statement for each user. This efficiency statement is automatically updated whenever the assessment data changes, either manually by a coach or by a test execution. The efficiency statement can be accessed by the user in the course toolbox or in the users home area.
+efficiencystatement.intro.2=The efficiency statement feature can be enabled/disable in the course configuration as desired. At this time, the generation of the efficiency statement is <strong>{0}</strong>.
+efficiencystatement.intro.3=When you change the assessment rules or add assessable course elements in a course while the course is already being used by learnings the efficiency statements should be recalculated.
+efficiencystatement.intro.4=Select the button below to recalculate the efficiency statements for this course now. This action can take a moment.
 efficiencystatement.nodata=There are no assessment results to be displayed
+efficiencystatement.recalculate=Recalculate efficiency statements
+efficiencystatement.recalculate.finished=The efficiency statements have been recalculated.
+efficiencystatement.recalculate.warning=With this selection the efficiency statements for this course will be recalculated. This can take a while. Do you want to proceed now?
 efficiencystatement.title=Evidence of achievement
 email=E-mail\:
 finished=Close
@@ -102,6 +112,8 @@ lastname=Last name\:
 log.title=Modification log
 menu.bulkfocus=Bulk assessment
 menu.bulkfocus.alt=Bulk assessment of course elements regarding assessment and tasks.
+menu.efficiency.statment=Efficiency statements
+menu.efficiency.statment.alt=$\:menu.efficiency.statment
 menu.groupfocus=As per group
 menu.groupfocus.alt=Select a group to obtain a survey of the participants' assessments
 menu.index=Assessment
diff --git a/src/main/java/org/olat/course/db/_i18n/LocalStrings_en.properties b/src/main/java/org/olat/course/db/_i18n/LocalStrings_en.properties
index 2b13261b1a80c42024a6066c20c08f0d3e80295f..cbb7a0a0f07f8ffe5c49064687014bb25e5bfc8b 100644
--- a/src/main/java/org/olat/course/db/_i18n/LocalStrings_en.properties
+++ b/src/main/java/org/olat/course/db/_i18n/LocalStrings_en.properties
@@ -1,4 +1,4 @@
-#Thu May 26 09:44:01 CEST 2011
+#Wed Oct 24 16:42:09 CEST 2012
 command.new_db=Create a new database
 customDb.category=Name
 customDb.create=Create
diff --git a/src/main/java/org/olat/course/nodes/cp/_i18n/LocalStrings_en.properties b/src/main/java/org/olat/course/nodes/cp/_i18n/LocalStrings_en.properties
index 2a8ff4ede34eaa44a08986cf63b43ddbfde7a011..25cba1d22ea6489840b1185b41ad3c4a3be10338 100644
--- a/src/main/java/org/olat/course/nodes/cp/_i18n/LocalStrings_en.properties
+++ b/src/main/java/org/olat/course/nodes/cp/_i18n/LocalStrings_en.properties
@@ -1,4 +1,4 @@
-#Mon May 16 17:18:39 CEST 2011
+#Wed Oct 24 16:40:42 CEST 2012
 chelp.ced-cp-disp.title=$\:chelp.ced-disp.title
 chelp.ced-cp.title=CP learning content\: selection
 chelp.ced-disp.title=CP learning content\: display
@@ -52,4 +52,5 @@ help.hover.cp-filename=Help to display a CP learning content
 no.cp.chosen=<i>No CP learning content selected</i>
 pane.tab.accessibility=Access
 pane.tab.cpconfig=Learning content
+preview.cp=Preview
 title_cp=CP learning content
diff --git a/src/main/java/org/olat/course/nodes/iq/_i18n/LocalStrings_en.properties b/src/main/java/org/olat/course/nodes/iq/_i18n/LocalStrings_en.properties
index 546eeaf454abdb1f9ccf898523724d5b57ee355d..dcc0db21109084e374c38fd5677b90f50d75715e 100644
--- a/src/main/java/org/olat/course/nodes/iq/_i18n/LocalStrings_en.properties
+++ b/src/main/java/org/olat/course/nodes/iq/_i18n/LocalStrings_en.properties
@@ -1,4 +1,4 @@
-#Fri Jan 21 14:31:58 CET 2011
+#Wed Oct 24 16:44:47 CEST 2012
 Intro.self=Press the start button to begin with your self-test.
 Intro.surv=Press the start button to begin with your questionnaire.
 Intro.test=Press the start button to begin with your test.
@@ -17,16 +17,20 @@ chelp.ced-qti-start-self.title=Self-test\: information text
 chelp.ced-qti-start-surv.title=Questionnaire\: information text
 chelp.ced-qti-start-test.title=Test\: information text
 chelp.confSelf1=In this field you can determine how this $\:chelp.iqSelf should be displayed in your current course.
+chelp.confSelf14=Check this box if you want OpenOLAT to be hidden during a selftest. While the selftest module takes up the whole of the browser window, access to OpenOLAT during the selftest is prohibited.
 chelp.confSelf6=By checking this box your course participants will be able to cancel this self-test without saving their answers.
 chelp.confSelf7=By checking this box your course participants will be able to cancel the self-test. The answers already submitted will be saved; therefore it will be possible to continue later on.
 chelp.confSelf8=By checking this box you will be able to limit the number of attempts and indicate how often a self-test can be taken by one and the same user.
 chelp.confSurf1=By means of this field you can determine how your $\:chelp.iqSurv shall be displayed in the current course.
 chelp.confSurf6=By checking this box course participants will be able to cancel your questionnaire without saving the answers already submitted.
 chelp.confSurf7=By checking this box course participants will be able to cancel your questionnaire. All answers already submitted will be saved; therefore it is possible to continue later on.
+chelp.confSurv14=Check this box if you want OpenOLAT to be hidden during a questionnaire. While the questionnaire module takes up the whole of the browser window, access to OpenOLAT during the questionnaire is prohibited.
 chelp.confTest1=By means of this field you can decide how a $\:chelp.iqTest shall be displayed in the ongoing course.
 chelp.confTest10=Check this box if your course participants should not see their results after taking a test.
 chelp.confTest11=Check this box if your course participants should see their results on the test's home page after taking that test.
 chelp.confTest12=You can determine if test results should be available right after taking that test or afterwards at a certain date of your own choice.
+chelp.confTest13=Check this box if participants should not be able to improve valid test scores with further attempts.
+chelp.confTest14=Check this box if you do not want your participants to be able to access OpenOLAT during a test.
 chelp.confTest2=Then you have the possibility to determine if navigating should be allowed. Check the box to activate the menu navigation.
 chelp.confTest21=You can determine if "$\:qti.form.menurender.allquestions" or "$\:qti.form.menurender.sectionsonly" should be displayed in the menu.
 chelp.confTest3=Check this box if the navigation menu should be displayed at all.
@@ -46,10 +50,6 @@ chelp.confTestSelf11=If you want to show test results right after a test or on t
 chelp.confTestSelf3=By selecting "$\:qti.form.summary.compact" any achieved score as well as the maximum score will be displayed.
 chelp.confTestSelf31=By selecting "$\:qti.form.summary.section" any achieved score as well the maximum score will be displayed for the entire test as well as for every single section.
 chelp.confTestSelf4=By selecting "$\:qti.form.summary.detailed" your correct answers will be displayed as well as the ones the participant has selected.
-chelp.confTest13=Check this box if participants should not be able to improve valid test scores with further attempts.
-chelp.confTest14=Check this box if you do not want your participants to be able to access OpenOLAT during a test.
-chelp.confSelf14=Check this box if you want OpenOLAT to be hidden during a selftest. While the selftest module takes up the whole of the browser window, access to OpenOLAT during the selftest is prohibited.
-chelp.confSurv14=Check this box if you want OpenOLAT to be hidden during a questionnaire. While the questionnaire module takes up the whole of the browser window, access to OpenOLAT during the questionnaire is prohibited.
 chelp.dispNav=<b>$org.olat.course.nodes.iq\:qti.form.menudisplay\:</b>
 chelp.iqSelf=$org.olat.course.nodes\:title_iqself
 chelp.iqSurv=$org.olat.course.nodes\:title_iqsurv
@@ -95,6 +95,7 @@ condition.accessibility.title=Access
 correcttest=Correct test
 coursefolder=Storage folder of course "{0}"
 disclaimer.file.invalid=Some information cannot be displayed because the referenced file {0} is not available anymore. Please contact your course administrator.
+error.assessment.stopped=Your tutor pull your test.
 error.entry.locked=The learning resource selected is currently edited by {0}. Please select another learning resource or try again later.
 error.self.undefined.long=No self-test for "{0}" defined. Choose one in the section "Self-test configuration".
 error.self.undefined.short=No self-test for "{0}" defined.
@@ -102,7 +103,6 @@ error.surv.undefined.long=No questionnaire for "{0}" defined. Choose one in the
 error.surv.undefined.short=No questionnaire for "{0}" defined.
 error.test.undefined.long=No test for "{0}" defined. Choose one in the section "Test configuration".
 error.test.undefined.short=No test for "{0}" defined.
-error.assessment.stopped=Your tutor pull your test.
 fieldset.chosecreateeditfile=Information (HTML page)
 file.name=Selected file
 help.iq.file.name-self.hover=Help to select a self-test
@@ -133,12 +133,14 @@ pane.tab.iqconfig.test=Test configuration
 passed.no=Failed
 passed.yes=Passed
 passed.yourpassed=Status
+preview=Preview
 preview.points.set=Score set for preview.
 qti.form.attempts=Maximum number of attempts
 qti.form.attempts.noLimit=Unlimited
 qti.form.auto.enumerate.choices=Sort answers alphabetically
 qti.form.auto.memofield=Personal notes
 qti.form.auto.memofield.text=Here you can add personal notes to a question, however, after taking your test these notes will NOT be saved.
+qti.form.block.afterSuccess=First successful attempt counts
 qti.form.date.end=until
 qti.form.date.error.endbeforebegin=Your starting date has to be set before the ending date.
 qti.form.date.error.format=Wrong date format
@@ -146,11 +148,10 @@ qti.form.date.start=from
 qti.form.date.start.error.mandatory=At least a starting date must be indicated.
 qti.form.enablecancel=Allow to cancel
 qti.form.enablesuspend=Allow to suspend
+qti.form.fullwindow=Display only module, hide LMS
 qti.form.limit.attempts=Limit the number of attempts
-qti.form.block.afterSuccess=First successful attempt counts
 qti.form.menudisplay=Show menu navigation 
 qti.form.menuenable=Allow menu navigation 
-qti.form.fullwindow=Display only module, hide LMS
 qti.form.menurender=Menu layout
 qti.form.menurender.allquestions=All questions
 qti.form.menurender.sectionsonly=Only section titles
diff --git a/src/main/java/org/olat/group/ui/area/_i18n/LocalStrings_en.properties b/src/main/java/org/olat/group/ui/area/_i18n/LocalStrings_en.properties
index afb850c78ce3571a9b541e3fbb9724a7a83fc6f2..b92711d7c837948d675d67eec5d3917af289d987 100644
--- a/src/main/java/org/olat/group/ui/area/_i18n/LocalStrings_en.properties
+++ b/src/main/java/org/olat/group/ui/area/_i18n/LocalStrings_en.properties
@@ -1,4 +1,4 @@
-#Sun Aug 15 18:33:30 CEST 2010
+#Wed Oct 24 16:12:12 CEST 2012
 area.edit.title=Edit learning area <i>{0}</i>
 area.form.description=Description
 area.form.error.illegalName=Commas and quotes are not allowed
@@ -6,6 +6,7 @@ area.form.name=Name of learning area
 area.form.name.example=(Example\: red, green, blue)
 chelp.desc.allChars=You can choose any name including symbols and numerals.
 chelp.desc.area=Learning area
+chelp.desc.area.intro=Learning areas are used to grant access to different areas of the course to certain groups in a simple way. The advantage over the explicit listing of all relevant groups in the visibility and access conditions of course elements is the increase of flexibility and the simplified handling in the course editor. When adding a group to a group rule in the course editor, the course has to be published every time and the group has to be added to every course element that should follow this access rule. In contrast, when using a learning area instead, the changes in the course editor has to be made only once and assigning the groups to those learning areas is a simple task that does not require re-publishing of the course.
 chelp.desc.area1=You have to provide your $\:chelp.desc.area with a name.
 chelp.desc.area2=The area's name appears in the overview of your learning area.
 chelp.desc.area3=You can optionally provide your $\:chelp.desc.area with further details.
diff --git a/src/main/java/org/olat/group/ui/edit/_i18n/LocalStrings_en.properties b/src/main/java/org/olat/group/ui/edit/_i18n/LocalStrings_en.properties
index d74ee46bef62bf20747e8251e7af3214f0ddadd4..6052a44ec9a836ca12b84623c7f8e78464ada809 100644
--- a/src/main/java/org/olat/group/ui/edit/_i18n/LocalStrings_en.properties
+++ b/src/main/java/org/olat/group/ui/edit/_i18n/LocalStrings_en.properties
@@ -1,4 +1,4 @@
-#Wed Aug 15 14:13:37 CEST 2012
+#Wed Oct 24 16:13:13 CEST 2012
 areachoice.no.areas.admin=No learning areas found. Please create a learning area within your group management.
 areachoice.no.areas.owner=No learning areas found. New learning areas can only be created by users who have access to the entire group management.
 chelp.area1=Provided that groups have already been created in the course, these will appear in the tab.
@@ -32,6 +32,7 @@ chelp.learn3=This setting is adopted into the configuration tab <i>$org.olat.gro
 chelp.learn4=If no learning areas have been created the following text will appear\:
 chelp.membAll3=Depending on your selection, the list of members is visible to group members or to all users. If visibility is deselected, the entry "Members" will disappear from navigation.
 chelp.membBudLea8=$\:fieldset.legend.grouppartips have no right to administer groups and possess only limited write permission in the forum.
+chelp.membDownload=With the option "$\:chkBox.open.downloadList" you can control wether or not members of the group can download the member list an an excel file.
 chelp.membLearn1=The members of a group consist of <b>coaches</b> and <b>participants</b>.
 chelp.membLearn2=Here you can decide whether all members, no members, or merely course coaches or participants are displayed
 chelp.membLearn5=If you create a new group, you are automatically one of the coaches of this group. Coaches of this group will see the link "$org.olat.group.ui.run\:menutree.administration" in the menu. They can then administer this group, appoint other users as owners and delete the group.
@@ -54,13 +55,13 @@ chelp.tools.learn9=You can put a Wiki at the disposal of your group.
 chelp.tools.quota=The available storage capacity is 10 MB.
 chelp.tools.title=Configuration of collaborative tools
 chkBox.open=Publish group in group area for booking
+chkBox.open.downloadList=Users can download the list of members
 chkBox.open.owners=All users can see coaches
 chkBox.open.partips=All users can see participants
 chkBox.open.waitingList=All users can see the waiting list
 chkBox.show.owners=Members can see coaches
 chkBox.show.partips=Members can see participants
 chkBox.show.waitingList=Members can see waiting list
-chkBox.open.downloadList=Users can download the list of members
 cmd.addresource=Add course
 error.message.locked=This group is being edited by user {0} ({1}) and therefore locked. Please try again later.
 fieldset.legend.areas=Assigned learning areas
diff --git a/src/main/java/org/olat/group/ui/main/_i18n/LocalStrings_en.properties b/src/main/java/org/olat/group/ui/main/_i18n/LocalStrings_en.properties
index c977816542c5cefc38088e56a2d950e5fbe19542..075090dac6498fe61894f82e4afdc9076d73bbf5 100644
--- a/src/main/java/org/olat/group/ui/main/_i18n/LocalStrings_en.properties
+++ b/src/main/java/org/olat/group/ui/main/_i18n/LocalStrings_en.properties
@@ -1,4 +1,4 @@
-#Thu Sep 27 13:51:37 CEST 2012
+#Wed Oct 24 16:13:24 CEST 2012
 action=Action
 cif.coursetitle=Course title
 cif.description=Description
@@ -63,6 +63,7 @@ search.generic=Search mask
 search.header=Group
 search.headless=Orphans
 search.headless.check=Groups without members and resources
+search.id.format=Not a valid group ID
 search.intro=Search in group
 search.limit.type=Type
 search.no=no
diff --git a/src/main/java/org/olat/modules/vitero/ui/_i18n/LocalStrings_en.properties b/src/main/java/org/olat/modules/vitero/ui/_i18n/LocalStrings_en.properties
index 2664a1458de226a55a7cf7b4e257ca74e41684b4..e653e56eadefb3acf5df38082071410d8dced397 100644
--- a/src/main/java/org/olat/modules/vitero/ui/_i18n/LocalStrings_en.properties
+++ b/src/main/java/org/olat/modules/vitero/ui/_i18n/LocalStrings_en.properties
@@ -1,4 +1,4 @@
-#Mon Apr 02 14:39:43 CEST 2012
+#Wed Oct 24 16:14:13 CEST 2012
 admin.menu.title=vitero
 admin.menu.title.alt=Configuration of a vitero servers
 available.places={0} seats are available for this meeting
@@ -9,8 +9,8 @@ booking.beginBuffer=Start buffer (minutes)
 booking.end=End
 booking.endBuffer=End buffer (minutes)
 booking.group=File browser
-booking.group.warning=You need to be a participant of this group in order to open the file browser.
 booking.group.open=Open
+booking.group.warning=You need to be a participant of this group in order to open the file browser.
 booking.id=Meeting identifyer
 booking.infos=Detail information
 booking.ok=Meeting successfully saved.
@@ -22,6 +22,9 @@ booking.title=Meetings
 check=Test server connection
 check.nok=The server connection and configuration test was not successful. Please check the server URL, the system user name and password you configured.
 check.ok=The server connection and configuration test was successful. You can now use vitero in OLAT.
+check.users=Validate user
+check.users.nok=Validation fixed {2} problem.
+check.users.ok=Validation did not detect any problem
 chelp.ced-vitero-config.title=$\:help.hover.vitero
 chelp.module.title=vitero\: Configuration
 chelp.module1=In order to be able to use the vitero system you need to have a vitero license and add the access information for the vitero web service API in the administration area.
@@ -54,13 +57,13 @@ error.invalidTimezone=The time zone is invalid.
 error.licenseExpired=The license has expired
 error.moduleCollision=Invalid module selection.
 error.remoteException=$\:error.unkown
+error.sessionCodeNull=Access to the vitero server is not possible at the moment.
 error.unkown=An unexpected server error occurred.
 error.url.invalid=The vitero server URL is not valid
 error.userDoesntExist=The user does not exist.
 error.userNotAssignedToGroup=The user is not a member of this group.
 error.userNotAttachedToCustomer=The user is not attached to the selected customer.
 error.vmsNotAvailable=The vitero server is not available
-error.sessionCodeNull=Access to the vitero server is not possible at the moment.
 group.id=Group identifyer
 group.name=Title
 group.numOfParticipants=Booked seats
diff --git a/src/main/java/org/olat/repository/_i18n/LocalStrings_en.properties b/src/main/java/org/olat/repository/_i18n/LocalStrings_en.properties
index ea7e69547559921d8cf21679dd595216f08b8253..5d849e4bf04a1f4f858ae1597bb5750ae6784d5e 100644
--- a/src/main/java/org/olat/repository/_i18n/LocalStrings_en.properties
+++ b/src/main/java/org/olat/repository/_i18n/LocalStrings_en.properties
@@ -1,4 +1,4 @@
-#Fri Feb 24 11:58:51 CET 2012
+#Wed Oct 24 16:41:12 CEST 2012
 CourseModule=Course
 EPStructuredMapTemplate=Portfolio template
 Failed=The transmission of this file failed.
@@ -162,7 +162,6 @@ cif.access.users=All registered OpenOLAT users
 cif.access.users_guests=Registered OpenOLAT users and guests
 cif.access.users_guests.warning=This configuration allows anonymous guests to access the learning resource without restrictions. Be aware that booking methods configured below will not apply to those anonymous guest users. If you configure booking methods, those booking methods will only apply to registered users who want to access the resource. Within the course you can prevent single course elements from beeing accessible to guest users.
 cif.author=Author
-cif.owners=Authors
 cif.canCopy=Can be copied
 cif.canDownload=Can be downloaded
 cif.canDownload.na=<i>Export not supported</i>
@@ -185,8 +184,9 @@ cif.lastUsage.na=-
 cif.lastusage=Last access
 cif.launched=Number of launches
 cif.ores_id=OpenOLAT resource ID
-cif.softkey=OpenOLAT soft ID
+cif.owners=Authors
 cif.resourcename=File name
+cif.softkey=OpenOLAT soft ID
 cif.type=Type
 cif.type.na=n/a
 cif.usedbycnt=Current users
@@ -216,7 +216,7 @@ csc.label=How do you want to proceed?
 csc.startwizard=Create a plain course with a Wizard
 csc.title=Next steps
 del.confirm=Do you really want to delete this learning resource? (It is used by {0} users at the moment)
-del.confirm.corrupted=$\:del.confirm<div class='b_error'>This learning resource has been identified as corrupt and therefore can not be archived. Continue to remove the resource from the system without archiving.</div>
+del.confirm.corrupted=$\:del.confirm<div class\='b_error'>This learning resource has been identified as corrupt and therefore can not be archived. Continue to remove the resource from the system without archiving.</div>
 del.header=Delete learning resource {0}
 details.bookmark=Set bookmark
 details.catadd=Add to catalog
@@ -231,6 +231,7 @@ details.delete.error.editor=This learning resource cannot be deleted. This learn
 details.delete.error.references=This learning resource cannot be deleted. There are active references to this resource within OpenOLAT.<br /><br /><font color\="red">{0}</font>
 details.description=Description of learning resource
 details.download=Export content
+details.download.compatible=Export contents (backward compatible)
 details.edit=Modify
 details.edit.error.references=This learning resource cannot be edited. There are active references to this learning resource within OpenOLAT.<br /><br /><font color\="red">{0}</font>
 details.entryinfoheader=Information on this entry
diff --git a/src/main/java/org/olat/resource/accesscontrol/ui/_i18n/LocalStrings_en.properties b/src/main/java/org/olat/resource/accesscontrol/ui/_i18n/LocalStrings_en.properties
index 63c1bf22f6ae61df0f801c0becea8308584e89a3..34ca9dbc1c42347f2d49c189304d2a37049c0235 100644
--- a/src/main/java/org/olat/resource/accesscontrol/ui/_i18n/LocalStrings_en.properties
+++ b/src/main/java/org/olat/resource/accesscontrol/ui/_i18n/LocalStrings_en.properties
@@ -1,13 +1,16 @@
-#Thu Jun 30 11:32:23 CEST 2011
+#Wed Oct 24 16:31:23 CEST 2012
 access.button=Order
 access.desc=This resource is not yet booked by you. A booking is necessary to launch this resource. Select one of the available booking methods below to register for this resource.
+access.free.desc=This resource is freely available for you. Press the button "$\:access.button" to register for access.
+access.free.title=Free resource
 access.info.price.noVat={0}
 access.info.price.vat={0} (incl. {1}% VAT)
 access.refused.desc=This resource is currently available for booking. Please try again later or contact the owner of this resource.
 access.title=Book resource
-accesscontrol.desc.end=Select the button "$\:add.accesscontrol" to select one or more booking methods. As an option you can also define the period in which each booking method is valid.
+access.token.desc=This resource is protected with an access code. Enter the access code and press the button "$\:access.button" to register for access. The access code can be obtained from the operator of this resource.
+access.token.title=Protected resource
 accesscontrol.desc=You can configure booking methods for accessing this resource. $\:accesscontrol.desc.end
-accesscontrol_group.desc=You can configure booking methods for accessing this group. $\:accesscontrol.desc.end
+accesscontrol.desc.end=Select the button "$\:add.accesscontrol" to select one or more booking methods. As an option you can also define the period in which each booking method is valid.
 accesscontrol.no.methods.full.access=There is no booking method configured to restrict access. This resource can be accessed by all known users without an explicit booking. Select the button "$\:add.accesscontrol"  to restrict access and/or to require an explicit booking.
 accesscontrol.no.methods.no.access=There is no booking method configured. This resource can only be accessed by explicit members of this resource. Select the button "$\:add.accesscontrol" to add a booking method and to publish the resource.
 accesscontrol.table.from=valid from
@@ -15,8 +18,10 @@ accesscontrol.table.method=Booking method
 accesscontrol.table.to=to
 accesscontrol.title=Configure booking methods
 accesscontrol.token=Access code
+accesscontrol_group.desc=You can configure booking methods for accessing this group. $\:accesscontrol.desc.end
 add.accesscontrol=Add booking method
 add.accesscontrol.intro=Select a booking method to control access to this resource. You can add multiple booking methods and configure different validation periods for each booking method.
+add.token=Create access code
 chelp.accesscontrol.access=If a learning resource is published for all registered users you can specify the terms to launch this resource here.
 chelp.accesscontrol.access.free=The resource can be launched by all users with no restrictions and no explicit booking. In this case you will not know who launched this learning resource and you will have no access to run-time data like test results (only available in courses). This is the default behavior.
 chelp.accesscontrol.access.member=On the other hand, if you want to publish the resource to a well defined list of users, then choose "Members only" instead. In this case you can administrate your participants and coaches list in the administration section.