-
+ #if (${profileImageUrl})
+
+ #end
${loginUserDispName}
${loginUserDispId}
diff --git a/samigo/samigo-app/src/webapp/jsf/author/editAssessment.jsp b/samigo/samigo-app/src/webapp/jsf/author/editAssessment.jsp
index 0f0ca1ae20e4..0afd9f317568 100644
--- a/samigo/samigo-app/src/webapp/jsf/author/editAssessment.jsp
+++ b/samigo/samigo-app/src/webapp/jsf/author/editAssessment.jsp
@@ -373,7 +373,7 @@ $(window).load( function() {
value="#{partBean.itemContents}" var="question" rendered="#{(! author.isEditPoolFlow && (partBean.sectionAuthorType== null || partBean.sectionAuthorTypeString == '1')) || (author.isEditPoolFlow && author.editPoolSectionId != null && partBean.sectionId == author.editPoolSectionId)}" >
-
+
@@ -407,9 +407,8 @@ $(window).load( function() {
-
-
+
diff --git a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/AssessmentGradingFacadeQueries.java b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/AssessmentGradingFacadeQueries.java
index 14def636d783..8ce9af84570f 100644
--- a/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/AssessmentGradingFacadeQueries.java
+++ b/samigo/samigo-services/src/java/org/sakaiproject/tool/assessment/facade/AssessmentGradingFacadeQueries.java
@@ -2168,9 +2168,13 @@ public List getExportResponsesData(String publishedAssessmentId, boolean anonymo
for (Object ooo : l) {
grade = (ItemGradingData) ooo;
- if (grade == null || EmptyItemGrading.class.isInstance(grade)) {
+ if (grade == null) {
continue;
}
+ if (grade instanceof EmptyItemGrading) {
+ responseList.add("-");
+ continue;
+ }
if (grade.getAutoScore() != null) {
itemScore += grade.getAutoScore();
}
diff --git a/signup/api/src/bundle/signup.properties b/signup/api/src/bundle/signup.properties
index 00e37fcb4dc2..6a028bcd9f7a 100644
--- a/signup/api/src/bundle/signup.properties
+++ b/signup/api/src/bundle/signup.properties
@@ -138,7 +138,7 @@ event.data_sync_error = An unknown error occurred creating this entry. You
event_addSignup_attendee_page_title = Complete Sign-Up
-event_add_attendee = Add Participant
+event_add_attendee = Add Participant
event_add_comment_link = Add a comment
@@ -259,7 +259,7 @@ event_icalendar_label = Download
event_icalendar_link = iCalendar link:
-event_isOver = This meeting has already occurred.
+event_isOver = This meeting has already occurred.
event_is_canceled = Canceled
@@ -312,7 +312,7 @@ event_no_comments = There are no participant comments.
event_no_label = No
-event_not_start_signup_process = The sign-up process has not started yet. However, if you have been pre-assigned, you can cancel your assigned time slot.
+event_not_start_signup_process = The sign-up process has not started yet. However, if you have been pre-assigned, you can cancel your assigned time slot.
event_num_participant_per_timeslot = Number of participants per time slot:
@@ -347,7 +347,7 @@ event_participant_name = Participant Name:
event_participant_view_page_title = Meeting Details
-event_passed_deadline = The deadline for this meeting has passed. You cannot sign up for this meeting.
+event_passed_deadline = The deadline for this meeting has passed. You cannot sign up for this meeting.
event_publish_attendee_name = Display Participant Names:
@@ -716,7 +716,7 @@ organizer_mailto_all = Email all participants
organizer_mailto_all_short = Email all
-organizer_note_name = *Note:
+organizer_note_name = *Note:
#organizer meeting main page
organizer_page_title = Meeting Details
diff --git a/signup/api/src/bundle/signup_ar.properties b/signup/api/src/bundle/signup_ar.properties
index 91291358f1ed..3a1addb7c57b 100644
--- a/signup/api/src/bundle/signup_ar.properties
+++ b/signup/api/src/bundle/signup_ar.properties
@@ -259,7 +259,7 @@ event_icalendar_label=jk.dg
event_icalendar_link=\u0631\u0627\u0628\u0637 \u0627\u0644\u062a\u0642\u0648\u064a\u0645\:
-event_isOver=\u062a\u0645 \u0639\u0642\u062f \u0647\u0630\u0627 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639 \u0628\u0627\u0644\u0641\u0639\u0644.
+event_isOver=\u062a\u0645 \u0639\u0642\u062f \u0647\u0630\u0627 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639 \u0628\u0627\u0644\u0641\u0639\u0644.
event_is_canceled=\u0623\u0644\u063a\u064a\u062a
@@ -312,7 +312,7 @@ event_no_comments=\u0644\u0627 \u062a\u0648\u062c\u062f \u062a\u0639\u0644\u064a
event_no_label=\u0644\u0627
-event_not_start_signup_process=\u0644\u0645 \u062a\u0628\u062f\u0623 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0628\u0639\u062f. \u0648\u0645\u0639 \u0630\u0644\u0643 \u060c \u0625\u0630\u0627 \u062a\u0645 \u062a\u0639\u064a\u064a\u0646\u0643 \u0645\u0633\u0628\u0642\u064b\u0627 \u060c \u0641\u064a\u0645\u0643\u0646\u0643 \u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u0641\u062a\u0631\u0629 \u0627\u0644\u0632\u0645\u0646\u064a\u0629 \u0627\u0644\u0645\u062e\u0635\u0635\u0629 \u0644\u0643.
+event_not_start_signup_process=\u0644\u0645 \u062a\u0628\u062f\u0623 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0628\u0639\u062f. \u0648\u0645\u0639 \u0630\u0644\u0643 \u060c \u0625\u0630\u0627 \u062a\u0645 \u062a\u0639\u064a\u064a\u0646\u0643 \u0645\u0633\u0628\u0642\u064b\u0627 \u060c \u0641\u064a\u0645\u0643\u0646\u0643 \u0625\u0644\u063a\u0627\u0621 \u0627\u0644\u0641\u062a\u0631\u0629 \u0627\u0644\u0632\u0645\u0646\u064a\u0629 \u0627\u0644\u0645\u062e\u0635\u0635\u0629 \u0644\u0643.
event_num_participant_per_timeslot=\u0639\u062f\u062f \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u064a\u0646 \u0644\u0643\u0644 \u0641\u062a\u0631\u0629 \u0632\u0645\u0646\u064a\u0629\:
@@ -347,7 +347,7 @@ event_participant_name=\u0627\u0633\u0645 \u0627\u0644\u0645\u0634\u0627\u0631\u
event_participant_view_page_title=\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639
-event_passed_deadline=\u0627\u0646\u0642\u0636\u0649 \u0627\u0644\u0645\u0648\u0639\u062f \u0627\u0644\u0646\u0647\u0627\u0626\u064a \u0644\u0647\u0630\u0627 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639. \u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u0634\u062a\u0631\u0627\u0643 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639.
+event_passed_deadline=\u0627\u0646\u0642\u0636\u0649 \u0627\u0644\u0645\u0648\u0639\u062f \u0627\u0644\u0646\u0647\u0627\u0626\u064a \u0644\u0647\u0630\u0627 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639. \u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u0627\u0644\u0627\u0634\u062a\u0631\u0627\u0643 \u0641\u064a \u0647\u0630\u0627 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639.
event_publish_attendee_name=\u0639\u0631\u0636 \u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0645\u0634\u0627\u0631\u0643\u064a\u0646\:
@@ -714,7 +714,7 @@ organizer_mailto_all=\u0623\u0631\u0633\u0644 \u062c\u0645\u064a\u0639 \u0627\u0
organizer_mailto_all_short=\u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0643\u0644 \u0628\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u064a
-organizer_note_name=*\u0645\u0644\u062d\u0648\u0638\u0629\:
+organizer_note_name=*\u0645\u0644\u062d\u0648\u0638\u0629\:
#organizer meeting main page
organizer_page_title=\u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u0627\u062c\u062a\u0645\u0627\u0639
diff --git a/signup/api/src/bundle/signup_bg.properties b/signup/api/src/bundle/signup_bg.properties
index d2d9645aa3c4..973de69afa16 100644
--- a/signup/api/src/bundle/signup_bg.properties
+++ b/signup/api/src/bundle/signup_bg.properties
@@ -259,7 +259,7 @@ event_icalendar_label=\u0418\u0437\u0442\u0435\u0433\u043b\u044f\u043d\u0435
event_icalendar_link=\u0432\u0440\u044a\u0437\u043a\u0430 \u043a\u044a\u043c iCalendar\:
-event_isOver=\u0422\u0430\u0437\u0438 \u0441\u0440\u0435\u0449\u0430 \u0432\u0435\u0447\u0435 \u0441\u0435 \u0435 \u0441\u044a\u0441\u0442\u043e\u044f\u043b\u0430.
+event_isOver=\u0422\u0430\u0437\u0438 \u0441\u0440\u0435\u0449\u0430 \u0432\u0435\u0447\u0435 \u0441\u0435 \u0435 \u0441\u044a\u0441\u0442\u043e\u044f\u043b\u0430.
event_is_canceled=\u041e\u0442\u043c\u0435\u043d\u0435\u043d
@@ -312,7 +312,7 @@ event_no_comments=\u041d\u044f\u043c\u0430 \u043a\u043e\u043c\u0435\u043d\u0442\
event_no_label=\u041d\u0435
-event_not_start_signup_process=\u041f\u0440\u043e\u0446\u0435\u0441\u044a\u0442 \u043d\u0430 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u0432\u0441\u0435 \u043e\u0449\u0435 \u043d\u0435 \u0435 \u0437\u0430\u043f\u043e\u0447\u043d\u0430\u043b. \u0412\u044a\u043f\u0440\u0435\u043a\u0438 \u0442\u043e\u0432\u0430, \u0430\u043a\u043e \u0441\u0442\u0435 \u0431\u0438\u043b\u0438 \u043f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u043d\u043e \u0440\u0430\u0437\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438, \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u0435 \u0440\u0430\u0437\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044f \u0432\u0438 \u0432\u0440\u0435\u043c\u0435\u0432\u0438 \u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b.
+event_not_start_signup_process=\u041f\u0440\u043e\u0446\u0435\u0441\u044a\u0442 \u043d\u0430 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u0432\u0441\u0435 \u043e\u0449\u0435 \u043d\u0435 \u0435 \u0437\u0430\u043f\u043e\u0447\u043d\u0430\u043b. \u0412\u044a\u043f\u0440\u0435\u043a\u0438 \u0442\u043e\u0432\u0430, \u0430\u043a\u043e \u0441\u0442\u0435 \u0431\u0438\u043b\u0438 \u043f\u0440\u0435\u0434\u0432\u0430\u0440\u0438\u0442\u0435\u043b\u043d\u043e \u0440\u0430\u0437\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438, \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u043e\u0442\u043c\u0435\u043d\u0438\u0442\u0435 \u0440\u0430\u0437\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u044f \u0432\u0438 \u0432\u0440\u0435\u043c\u0435\u0432\u0438 \u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b.
event_num_participant_per_timeslot=\u0411\u0440\u043e\u0439 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u0446\u0438 \u0437\u0430 \u0432\u0441\u0435\u043a\u0438 \u0447\u0430\u0441\u043e\u0432\u0438 \u0438\u043d\u0442\u0435\u0440\u0432\u0430\u043b\:
@@ -347,7 +347,7 @@ event_participant_name=\u0418\u043c\u0435 \u043d\u0430 \u0443\u0447\u0430\u0441\
event_participant_view_page_title=\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0437\u0430 \u0441\u0440\u0435\u0449\u0430\u0442\u0430
-event_passed_deadline=\u041a\u0440\u0430\u0435\u043d \u0441\u0440\u043e\u043a \u0437\u0430 \u0442\u0430\u0437\u0438 \u0441\u0440\u0435\u0449\u0430 \u0438\u0437\u0442\u0435\u0447\u0435. \u041d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u0441\u0435 \u0437\u0430\u043f\u0438\u0448\u0435\u0442\u0435 \u0437\u0430 \u0442\u0430\u0437\u0438 \u0441\u0440\u0435\u0449\u0430.
+event_passed_deadline=\u041a\u0440\u0430\u0435\u043d \u0441\u0440\u043e\u043a \u0437\u0430 \u0442\u0430\u0437\u0438 \u0441\u0440\u0435\u0449\u0430 \u0438\u0437\u0442\u0435\u0447\u0435. \u041d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u0441\u0435 \u0437\u0430\u043f\u0438\u0448\u0435\u0442\u0435 \u0437\u0430 \u0442\u0430\u0437\u0438 \u0441\u0440\u0435\u0449\u0430.
event_publish_attendee_name=\u041f\u043e\u043a\u0430\u0436\u0435\u0442\u0435 \u0438\u043c\u0435\u043d\u0430\u0442\u0430 \u043d\u0430 \u0443\u0447\u0430\u0441\u0442\u043d\u0438\u0446\u0438\u0442\u0435\:
@@ -716,7 +716,7 @@ organizer_mailto_all=\u0418\u0437\u043f\u0440\u0430\u0442\u0435\u0442\u0435 \u04
organizer_mailto_all_short=\u0418\u0437\u043f\u0440\u0430\u0442\u0435\u0442\u0435 \u0438\u043c\u0435\u0439\u043b \u043d\u0430 \u0432\u0441\u0438\u0447\u043a\u0438
-organizer_note_name=*\u0417\u0430\u0431\u0435\u043b\u0435\u0436\u043a\u0430\:
+organizer_note_name=*\u0417\u0430\u0431\u0435\u043b\u0435\u0436\u043a\u0430\:
#organizer meeting main page
organizer_page_title=\u041f\u043e\u0434\u0440\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0437\u0430 \u0441\u0440\u0435\u0449\u0430\u0442\u0430
diff --git a/signup/api/src/bundle/signup_ca.properties b/signup/api/src/bundle/signup_ca.properties
index bf37696f4cbd..003891fc69d6 100644
--- a/signup/api/src/bundle/signup_ca.properties
+++ b/signup/api/src/bundle/signup_ca.properties
@@ -259,7 +259,7 @@ event_icalendar_label=Baixa
event_icalendar_link=Enlla\u00e7 al iCalendar\:
-event_isOver=Aquesta sessi\u00f3 ja s\u2019ha produ\u00eft.
+event_isOver=Aquesta sessi\u00f3 ja s\u2019ha produ\u00eft.
event_is_canceled=Cancel\u00b7lat
@@ -312,7 +312,7 @@ event_no_comments=No hi ha comentaris dels participants
event_no_label=No
-event_not_start_signup_process=El proc\u00e9s d\u2019inscripci\u00f3 encara no ha comen\u00e7at. Tanmateix, si esteu pre-assignat, podeu cancel\u00b7lar l\u2019interval de temps que teniu assignat.
+event_not_start_signup_process=El proc\u00e9s d\u2019inscripci\u00f3 encara no ha comen\u00e7at. Tanmateix, si esteu pre-assignat, podeu cancel\u00b7lar l\u2019interval de temps que teniu assignat.
event_num_participant_per_timeslot=Nombre de participants per interval de temps\:
@@ -347,7 +347,7 @@ event_participant_name=Nom del participant\:
event_participant_view_page_title=Detalls de la trobada
-event_passed_deadline=La data l\u00edmit per la sessi\u00f3 ja ha passat. No us podeu inscriure en aquest sessi\u00f3.
+event_passed_deadline=La data l\u00edmit per la sessi\u00f3 ja ha passat. No us podeu inscriure en aquest sessi\u00f3.
event_publish_attendee_name=Mostra els noms dels participants\:
@@ -716,7 +716,7 @@ organizer_mailto_all=Envia un correu electr\u00f2nic a tots els participants
organizer_mailto_all_short=Envia un correu electr\u00f2nic a tots
-organizer_note_name=*Nota\:
+organizer_note_name=*Nota\:
#organizer meeting main page
organizer_page_title=Detalls de la trobada
diff --git a/signup/api/src/bundle/signup_de_DE.properties b/signup/api/src/bundle/signup_de_DE.properties
index 7a6f2eb60e5d..d4012d3887ed 100644
--- a/signup/api/src/bundle/signup_de_DE.properties
+++ b/signup/api/src/bundle/signup_de_DE.properties
@@ -137,7 +137,7 @@ event_hide_meetingIfo_detail= Informationen zum Termin ausblenden
event_hide_site_group_detail= Details ausblenden
event_icalendar_label=Download
event_icalendar_link=iCalendar link\:
-event_isOver=Dieser Termin hat bereits stattgefunden
+event_isOver=Dieser Termin hat bereits stattgefunden
event_is_canceled=Canceled
event_is_locked=Locked
event_is_open_session=Dies ist ein offener Termin. Eine Anmeldung ist nicht m\u00f6glich.
@@ -162,7 +162,7 @@ event_no_attachment=no attachment
event_no_comment_available=No Comment
event_no_comments=There are no participant comments.
event_no_label=Nein
-event_not_start_signup_process=The sign-up process has not started yet. However, if you have been pre-assigned, you can cancel your assigned time slot.
+event_not_start_signup_process=The sign-up process has not started yet. However, if you have been pre-assigned, you can cancel your assigned time slot.
event_num_participant_per_timeslot=Anzahl der Teilnehmer pro Zeitslot\:
event_num_slot_avail_for_signup=Anzahl der Zeitslots\:
event_num_timeslot=Anzahl der Zeitslots\:
@@ -179,7 +179,7 @@ event_pageTop_link_for_download_csv=Als CSV exportieren
event_pageTop_link_for_download_xls=Als Excel exportieren
event_participant_name=Name des Teilnehmers\:
event_participant_view_page_title=Details zum Termin
-event_passed_deadline=Die Frist f\u00fcr Anmeldungen zu diesem Termin ist abgelaufen
+event_passed_deadline=Die Frist f\u00fcr Anmeldungen zu diesem Termin ist abgelaufen
event_publish_attendee_name=Namen der Teilnehmer anzeigen\:
event_publish_to=Verf\u00fcgbar f\u00fcr\:
event_publish_to_calendar=Im Kalender ver\u00f6ffentlichen\:
@@ -368,7 +368,7 @@ organizer_instruction_max_capacity=- Organisatoren k\u00f6nnen Teilnehmer hinzuf
organizer_instruction_timeslot_link=- W\u00e4hlen Sie einen Zeitslot aus, um ihn zu stornieren oder zu sperren.
organizer_mailto_all=E-Mail an alle Teilnehmer
organizer_mailto_all_short=E-Mail an Alle
-organizer_note_name=*Hinweis\:
+organizer_note_name=*Hinweis\:
organizer_page_title=Details zum Termin
participant_cancel_button=Anmeldung stornieren
permission.info.for.group.scope=Set permissions for Sign-up in the group\: {1} in the site\: {0}. (a) At the group realm level, only the permissions "view", "attend", "create.group", "delete.group" and "update.group" can be modified. Other permission settings at this level do not apply and have no effect. (b) For participants to view or attend a meeting open to this group, the "view" and "attend" permissions are required.
diff --git a/signup/api/src/bundle/signup_en_AU.properties b/signup/api/src/bundle/signup_en_AU.properties
index 6872b7ce5a8e..1080a8ba9dc1 100644
--- a/signup/api/src/bundle/signup_en_AU.properties
+++ b/signup/api/src/bundle/signup_en_AU.properties
@@ -252,7 +252,7 @@ event_icalendar_label = Download
event_icalendar_link = iCalendar link:
-event_isOver = This meeting has already occurred.
+event_isOver = This meeting has already occurred.
event_is_canceled = Canceled
@@ -303,7 +303,7 @@ event_no_comments = There are no participant comments.
event_no_label = No
-event_not_start_signup_process = The sign-up process has not started yet. However, if you have been pre-assigned, you can cancel your assigned time slot.
+event_not_start_signup_process = The sign-up process has not started yet. However, if you have been pre-assigned, you can cancel your assigned time slot.
event_num_participant_per_timeslot = Number of participants per time slot:
@@ -338,7 +338,7 @@ event_participant_name = Participant Name:
event_participant_view_page_title = Meeting Details
-event_passed_deadline = The deadline for this meeting has passed. You cannot sign up for this meeting.
+event_passed_deadline = The deadline for this meeting has passed. You cannot sign up for this meeting.
event_publish_attendee_name = Display Participant Names:
@@ -680,7 +680,7 @@ organizer_mailto_all = Email all participants
organizer_mailto_all_short = Email all
-organizer_note_name = *Note:
+organizer_note_name = *Note:
#organizer meeting main page
organizer_page_title = Meeting Details
diff --git a/signup/api/src/bundle/signup_es.properties b/signup/api/src/bundle/signup_es.properties
index 0e2d6715b525..864c66651184 100644
--- a/signup/api/src/bundle/signup_es.properties
+++ b/signup/api/src/bundle/signup_es.properties
@@ -259,7 +259,7 @@ event_icalendar_label=Descargar
event_icalendar_link=Enlace iCalendar\:
-event_isOver=Esta reuni\u00f3n ya se ha producido.
+event_isOver=Esta reuni\u00f3n ya se ha producido.
event_is_canceled=Cancelado
@@ -312,7 +312,7 @@ event_no_comments=No hay comentarios de participantes
event_no_label=No
-event_not_start_signup_process=El proceso de inscripci\u00f3n no ha empezado todav\u00eda. \nSin embargo, si usted ha sido pre-asignado, puede cancelar su intervalo de tiempo asignado.
+event_not_start_signup_process=El proceso de inscripci\u00f3n no ha empezado todav\u00eda. \nSin embargo, si usted ha sido pre-asignado, puede cancelar su intervalo de tiempo asignado.
event_num_participant_per_timeslot=N\u00famero de participantes por intervalo de tiempo\:
@@ -347,7 +347,7 @@ event_participant_name=Nombre\:
event_participant_view_page_title=Reuniones
-event_passed_deadline=La fecha l\u00edmite para esta reuni\u00f3n ha pasado. No puede inscribirse a esta reuni\u00f3n.
+event_passed_deadline=La fecha l\u00edmite para esta reuni\u00f3n ha pasado. No puede inscribirse a esta reuni\u00f3n.
event_publish_attendee_name=Mostrar nombres de participantes\:
@@ -716,7 +716,7 @@ organizer_mailto_all=Env\u00eda un correo electr\u00f3nico a todos los participa
organizer_mailto_all_short=Env\u00eda un correo electr\u00f3nico a todos
-organizer_note_name=*Nota\:
+organizer_note_name=*Nota\:
#organizer meeting main page
organizer_page_title=Detalles de la reuni\u00f3n
diff --git a/signup/api/src/bundle/signup_eu.properties b/signup/api/src/bundle/signup_eu.properties
index 511b82ef5d21..c81479d96466 100644
--- a/signup/api/src/bundle/signup_eu.properties
+++ b/signup/api/src/bundle/signup_eu.properties
@@ -259,7 +259,7 @@ event_icalendar_label=Jaitsi
event_icalendar_link=iCalendar tresnaren esteka\:
-event_isOver=Bilera hori egin zen.
+event_isOver=Bilera hori egin zen.
event_is_canceled=Bertan behera utzia dago
@@ -347,7 +347,7 @@ event_participant_name=Kidearen izena\:
event_participant_view_page_title=Bileraren xehetasunak
-event_passed_deadline=Bilera honetarako epea pasatu da. Ezin duzu izena eman.
+event_passed_deadline=Bilera honetarako epea pasatu da. Ezin duzu izena eman.
event_publish_attendee_name=Erakutsi kideen izenak\:
@@ -716,7 +716,7 @@ organizer_mailto_all=Bidali e-maila kide guztiei
organizer_mailto_all_short=Bidali e-maila denei
-organizer_note_name=*Oharra\:
+organizer_note_name=*Oharra\:
#organizer meeting main page
organizer_page_title=Bileraren xehetasunak
diff --git a/signup/api/src/bundle/signup_fa_IR.properties b/signup/api/src/bundle/signup_fa_IR.properties
index 36b17c32d2ea..1fd0e1390336 100644
--- a/signup/api/src/bundle/signup_fa_IR.properties
+++ b/signup/api/src/bundle/signup_fa_IR.properties
@@ -259,7 +259,7 @@ event_icalendar_label=\u0628\u0627\u0631\u06af\u06cc\u0631\u06cc
event_icalendar_link=\u0644\u06cc\u0646\u06a9 \u062a\u0642\u0648\u06cc\u0645\:
-event_isOver=\u0627\u06cc\u0646 \u0645\u0644\u0627\u0642\u0627\u062a \u0627\u062a\u0641\u0627\u0642 \u0627\u0641\u062a\u0627\u062f\u0647 \u0627\u0633\u062a
+event_isOver=\u0627\u06cc\u0646 \u0645\u0644\u0627\u0642\u0627\u062a \u0627\u062a\u0641\u0627\u0642 \u0627\u0641\u062a\u0627\u062f\u0647 \u0627\u0633\u062a
event_is_canceled=\u0644\u063a\u0648 \u0634\u062f\u0647 \u0627\u0633\u062a
@@ -312,7 +312,7 @@ event_no_comments=\u0647\u06cc\u062c \u0646\u0638\u0631\u06cc \u0627\u0632 \u063
event_no_label=\u062e\u06cc\u0631
-event_not_start_signup_process=\u0641\u0631\u0622\u06cc\u0646\u062f \u062b\u0628\u062a \u0646\u0627\u0645 \u0647\u0646\u0648\u0632 \u0634\u0631\u0648\u0639 \u0646\u0634\u062f\u0647 \u0627\u0633\u062a. \u0627\u06af\u0631\u0686 \u0627\u06af\u0631 \u0642\u0628\u0644\u0627 \u062b\u0628\u062a \u0646\u0627\u0645 \u06a9\u0631\u062f\u0647 \u0627\u06cc\u062f \u0645\u06cc \u062a\u0648\u0627\u0646\u06cc\u062f \u062b\u0628\u062a \u0646\u0627\u0645 \u062f\u0631 \u062c\u062f\u0648\u0644 \u0632\u0645\u0627\u0646\u0628\u0646\u062f\u06cc \u0642\u0628\u0644\u06cc \u0631\u0627 \u0644\u063a\u0648 \u06a9\u0646\u06cc\u062f.
+event_not_start_signup_process=\u0641\u0631\u0622\u06cc\u0646\u062f \u062b\u0628\u062a \u0646\u0627\u0645 \u0647\u0646\u0648\u0632 \u0634\u0631\u0648\u0639 \u0646\u0634\u062f\u0647 \u0627\u0633\u062a. \u0627\u06af\u0631\u0686 \u0627\u06af\u0631 \u0642\u0628\u0644\u0627 \u062b\u0628\u062a \u0646\u0627\u0645 \u06a9\u0631\u062f\u0647 \u0627\u06cc\u062f \u0645\u06cc \u062a\u0648\u0627\u0646\u06cc\u062f \u062b\u0628\u062a \u0646\u0627\u0645 \u062f\u0631 \u062c\u062f\u0648\u0644 \u0632\u0645\u0627\u0646\u0628\u0646\u062f\u06cc \u0642\u0628\u0644\u06cc \u0631\u0627 \u0644\u063a\u0648 \u06a9\u0646\u06cc\u062f.
event_num_participant_per_timeslot=\u062a\u0639\u062f\u0627\u062f \u0634\u0631\u06a9\u062a \u06a9\u0646\u0646\u062f\u06af\u0627\u0646 \u062f\u0631 \u062c\u062f\u0648\u0644 \u0632\u0645\u0627\u0646\u0628\u0646\u062f\u06cc\:
@@ -347,7 +347,7 @@ event_participant_name=\u0646\u0627\u0645 \u0634\u0631\u06a9\u062a \u06a9\u0646\
event_participant_view_page_title=\u062c\u0632\u0626\u06cc\u0627\u062a \u0645\u0644\u0627\u0642\u0627\u062a
-event_passed_deadline=\u0636\u0631\u0628 \u0627\u0644\u0627\u062c\u0644 \u0628\u0631\u0627\u06cc \u0627\u06cc\u0646 \u0645\u0644\u0627\u0642\u0627\u062a \u06af\u0630\u0634\u062a\u0647 \u0627\u0633\u062a. \u0634\u0645\u0627 \u0646\u0645\u06cc \u062a\u0648\u0627\u0646\u06cc\u062f \u0628\u0631\u0627\u06cc \u0627\u06cc\u0646 \u0645\u0644\u0627\u0642\u0627\u062a \u062b\u0628\u062a \u0646\u0627\u0645 \u06a9\u0646\u06cc\u062f.
+event_passed_deadline=\u0636\u0631\u0628 \u0627\u0644\u0627\u062c\u0644 \u0628\u0631\u0627\u06cc \u0627\u06cc\u0646 \u0645\u0644\u0627\u0642\u0627\u062a \u06af\u0630\u0634\u062a\u0647 \u0627\u0633\u062a. \u0634\u0645\u0627 \u0646\u0645\u06cc \u062a\u0648\u0627\u0646\u06cc\u062f \u0628\u0631\u0627\u06cc \u0627\u06cc\u0646 \u0645\u0644\u0627\u0642\u0627\u062a \u062b\u0628\u062a \u0646\u0627\u0645 \u06a9\u0646\u06cc\u062f.
event_publish_attendee_name=\u0646\u0645\u0627\u06cc\u0634 \u0646\u0627\u0645 \u0647\u0627\u06cc \u0634\u0631\u06a9\u062a \u06a9\u0646\u0646\u062f\u0647 \u0647\u0627\:
@@ -710,7 +710,7 @@ organizer_mailto_all=\u0628\u0647 \u062a\u0645\u0627\u0645 \u0634\u0631\u06a9\u0
organizer_mailto_all_short=\u0628\u0647 \u0647\u0645\u0647 \u0627\u06cc\u0645\u06cc\u0644 \u0628\u0632\u0646
-organizer_note_name=*\u06cc\u0627\u062f\u062f\u0627\u0634\u062a\:
+organizer_note_name=*\u06cc\u0627\u062f\u062f\u0627\u0634\u062a\:
#organizer meeting main page
organizer_page_title=\u062c\u0632\u0626\u06cc\u0627\u062a \u0645\u0644\u0627\u0642\u0627\u062a
diff --git a/signup/api/src/bundle/signup_fr_FR.properties b/signup/api/src/bundle/signup_fr_FR.properties
index 9e43fa63deda..f702a18d2845 100644
--- a/signup/api/src/bundle/signup_fr_FR.properties
+++ b/signup/api/src/bundle/signup_fr_FR.properties
@@ -259,7 +259,7 @@ event_icalendar_label=\u00a0T\u00e9l\u00e9charger
event_icalendar_link=lien iCalendar \:
-event_isOver=Cette r\u00e9union a d\u00e9j\u00e0 eu lieu.
+event_isOver=Cette r\u00e9union a d\u00e9j\u00e0 eu lieu.
event_is_canceled=Annul\u00e9
@@ -312,7 +312,7 @@ event_no_comments=Pas de commentaires des participants.
event_no_label=Non
-event_not_start_signup_process=The sign-up process has not started yet. However, if you have been pre-assigned, you can cancel your assigned time slot.
+event_not_start_signup_process=The sign-up process has not started yet. However, if you have been pre-assigned, you can cancel your assigned time slot.
event_num_participant_per_timeslot=Nombre de participants par cr\u00e9neau horaire \:
@@ -347,7 +347,7 @@ event_participant_name=Nom du participant \:
event_participant_view_page_title=D\u00e9tails de la r\u00e9union
-event_passed_deadline=The deadline for this meeting has passed. You cannot sign up for this meeting.
+event_passed_deadline=The deadline for this meeting has passed. You cannot sign up for this meeting.
event_publish_attendee_name=Afficher les noms des participants \:
@@ -714,7 +714,7 @@ organizer_mailto_all=Envoyer un courriel \u00e0 tous les participants
organizer_mailto_all_short=\u00c9crire un courriel \u00e0 tous
-organizer_note_name=*Note \:
+organizer_note_name=*Note \:
#organizer meeting main page
organizer_page_title=D\u00e9tails de la r\u00e9union
diff --git a/signup/api/src/bundle/signup_hi_IN.properties b/signup/api/src/bundle/signup_hi_IN.properties
index 4c3b954876a9..297cb9569fa8 100644
--- a/signup/api/src/bundle/signup_hi_IN.properties
+++ b/signup/api/src/bundle/signup_hi_IN.properties
@@ -255,7 +255,7 @@ event_icalendar_label=\u0921\u093e\u0909\u0928\u0932\u094b\u0921 \u0915\u0930\u0
event_icalendar_link=\u0906\u0908\u0915\u0948\u0932\u0947\u0902\u0921\u0930 \u0932\u093f\u0902\u0915\:
-event_isOver= \u092f\u0939 \u092e\u0940\u091f\u093f\u0902\u0917 \u092a\u0939\u0932\u0947 \u0938\u0947 \u0939\u0940 \u0939\u094b \u0917\u0908 \u0939\u0948\u0964
+event_isOver= \u092f\u0939 \u092e\u0940\u091f\u093f\u0902\u0917 \u092a\u0939\u0932\u0947 \u0938\u0947 \u0939\u0940 \u0939\u094b \u0917\u0908 \u0939\u0948\u0964
event_is_canceled=\u0930\u0926\u094d\u0926 \u0915\u0940 \u0917\u0908
@@ -308,7 +308,7 @@ event_no_comments=\u0915\u094b\u0908 \u092a\u094d\u0930\u0924\u093f\u092d\u093e\
event_no_label=\u0928\u0939\u0940\u0902
-event_not_start_signup_process= \u0938\u093e\u0907\u0928-\u0905\u092a \u092a\u094d\u0930\u0915\u094d\u0930\u093f\u092f\u093e \u0905\u092d\u0940 \u0924\u0915 \u0936\u0941\u0930\u0942 \u0928\u0939\u0940\u0902 \u0939\u0941\u0908 \u0939\u0948\u0964 \u0924\u0925\u093e\u092a\u093f,\u092f\u0926\u093f \u0906\u092a\u0915\u094b \u092a\u0939\u0932\u0947 \u0938\u0947 \u0938\u094c\u0902\u092a\u093e \u0917\u092f\u093e \u0939\u0948, \u0906\u092a \u0905\u092a\u0928\u093e \u0928\u093f\u092f\u0924 \u0938\u092e\u092f \u0938\u094d\u0932\u0949\u091f \u0930\u0926\u094d\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964
+event_not_start_signup_process= \u0938\u093e\u0907\u0928-\u0905\u092a \u092a\u094d\u0930\u0915\u094d\u0930\u093f\u092f\u093e \u0905\u092d\u0940 \u0924\u0915 \u0936\u0941\u0930\u0942 \u0928\u0939\u0940\u0902 \u0939\u0941\u0908 \u0939\u0948\u0964 \u0924\u0925\u093e\u092a\u093f,\u092f\u0926\u093f \u0906\u092a\u0915\u094b \u092a\u0939\u0932\u0947 \u0938\u0947 \u0938\u094c\u0902\u092a\u093e \u0917\u092f\u093e \u0939\u0948, \u0906\u092a \u0905\u092a\u0928\u093e \u0928\u093f\u092f\u0924 \u0938\u092e\u092f \u0938\u094d\u0932\u0949\u091f \u0930\u0926\u094d\u0926 \u0915\u0930 \u0938\u0915\u0924\u0947 \u0939\u0948\u0902\u0964
event_num_participant_per_timeslot=\u0938\u092e\u092f \u0938\u094d\u0932\u0949\u091f \u0915\u0947 \u0905\u0928\u0941\u0938\u093e\u0930 \u092a\u094d\u0930\u0924\u093f\u092d\u093e\u0917\u093f\u092f\u094b\u0902 \u0915\u0940 \u0938\u0902\u0916\u094d\u092f\u093e\:
@@ -343,7 +343,7 @@ event_participant_name=\u092a\u094d\u0930\u0924\u093f\u092d\u093e\u0917\u0940 \u
event_participant_view_page_title=\u092c\u0948\u0920\u0915 \u0935\u093f\u0935\u0930\u0923
-event_passed_deadline= \u0907\u0938 \u092e\u0940\u091f\u093f\u0902\u0917 \u0915\u0947 \u0932\u093f\u090f \u0938\u092e\u092f \u0938\u0940\u092e\u093e \u092c\u0940\u0924 \u091a\u0941\u0915\u0940 \u0939\u0948\u0964 \u0906\u092a \u0907\u0938 \u092e\u0940\u091f\u093f\u0902\u0917 \u0915\u0947 \u0932\u093f\u090f \u0938\u093e\u0907\u0928 \u0905\u092a \u0928\u0939\u0940\u0902 \u0915\u0930 \u0938\u0915\u0924\u0947\u0964
+event_passed_deadline= \u0907\u0938 \u092e\u0940\u091f\u093f\u0902\u0917 \u0915\u0947 \u0932\u093f\u090f \u0938\u092e\u092f \u0938\u0940\u092e\u093e \u092c\u0940\u0924 \u091a\u0941\u0915\u0940 \u0939\u0948\u0964 \u0906\u092a \u0907\u0938 \u092e\u0940\u091f\u093f\u0902\u0917 \u0915\u0947 \u0932\u093f\u090f \u0938\u093e\u0907\u0928 \u0905\u092a \u0928\u0939\u0940\u0902 \u0915\u0930 \u0938\u0915\u0924\u0947\u0964
event_publish_attendee_name=\u0938\u0939\u092d\u093e\u0917\u0940 \u0928\u093e\u092e \u092a\u094d\u0930\u0926\u0930\u094d\u0936\u093f\u0924 \u0915\u0930\u0947\u0902\:
@@ -691,7 +691,7 @@ organizer_mailto_all=\u0938\u092d\u0940 \u092a\u094d\u0930\u0924\u093f\u092d\u09
organizer_mailto_all_short=\u0938\u092d\u0940 \u0915\u094b \u0908\u092e\u0947\u0932 \u0915\u0930\u0947\u0902
-organizer_note_name= *\u0927\u094d\u092f\u093e\u0928 \u0926\u0947\u0902\:
+organizer_note_name= *\u0927\u094d\u092f\u093e\u0928 \u0926\u0947\u0902\:
#organizer meeting main page
organizer_page_title=\u092e\u0940\u091f\u093f\u0902\u0917 \u0935\u093f\u0935\u0930\u0923
diff --git a/signup/api/src/bundle/signup_ja.properties b/signup/api/src/bundle/signup_ja.properties
index 0d5d5dcc947f..97342e5c3546 100644
--- a/signup/api/src/bundle/signup_ja.properties
+++ b/signup/api/src/bundle/signup_ja.properties
@@ -136,7 +136,7 @@ event_hide_meetingIfo_detail= \u4e0a\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u3
event_hide_site_group_detail= \u30b5\u30a4\u30c8/\u30b0\u30eb\u30fc\u30d7\u306e\u8a73\u7d30\u3092\u975e\u8868\u793a
event_icalendar_label=\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9
event_icalendar_link=iCalendar \u30ea\u30f3\u30af\:
-event_isOver=\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306f\u3059\u3067\u306b\u6e08\u3093\u3067\u3044\u307e\u3059.
+event_isOver=\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306f\u3059\u3067\u306b\u6e08\u3093\u3067\u3044\u307e\u3059.
event_is_canceled=\u30ad\u30e3\u30f3\u30bb\u30eb\u3055\u308c\u307e\u3057\u305f
event_is_locked=\u30ed\u30c3\u30af\u4e2d
event_is_open_session=\u3053\u308c\u306f\u516c\u958b\u30bb\u30c3\u30b7\u30e7\u30f3\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u3067\u3059\uff0e\u767b\u9332\u306f\u4e0d\u8981\u3067\u3059\uff0e
@@ -161,7 +161,7 @@ event_no_attachment=\u6dfb\u4ed8\u306a\u3057
event_no_comment_available=\u30b3\u30e1\u30f3\u30c8\u306a\u3057
event_no_comments=\u51fa\u5e2d\u8005\u306e\u30b3\u30e1\u30f3\u30c8\u306f\u3042\u308a\u307e\u305b\u3093\uff0e
event_no_label=\u3044\u3044\u3048
-event_not_start_signup_process=\u30b5\u30a4\u30f3\u30a2\u30c3\u30d7\u51e6\u7406\u306f\u307e\u3060\u958b\u59cb\u3055\u308c\u3066\u3044\u307e\u305b\u3093\uff0e\u3057\u304b\u3057\uff0c\u3042\u3089\u304b\u3058\u3081\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u308c\u3070\uff0c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6642\u9593\u5e2f\u3092\u30ad\u30e3\u30f3\u30bb\u30eb\u3067\u304d\u307e\u3059\uff0e
+event_not_start_signup_process=\u30b5\u30a4\u30f3\u30a2\u30c3\u30d7\u51e6\u7406\u306f\u307e\u3060\u958b\u59cb\u3055\u308c\u3066\u3044\u307e\u305b\u3093\uff0e\u3057\u304b\u3057\uff0c\u3042\u3089\u304b\u3058\u3081\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u308c\u3070\uff0c\u5272\u308a\u5f53\u3066\u3089\u308c\u305f\u6642\u9593\u5e2f\u3092\u30ad\u30e3\u30f3\u30bb\u30eb\u3067\u304d\u307e\u3059\uff0e
event_num_participant_per_timeslot=\u6642\u9593\u5e2f\u3042\u305f\u308a\u306e\u51fa\u5e2d\u8005\u6570\:
event_num_slot_avail_for_signup=\u30b5\u30a4\u30f3\u30a2\u30c3\u30d7\u306b\u5fc5\u8981\u306a\u6642\u9593\u5e2f\u6570\:
event_num_timeslot=\u6642\u9593\u5e2f\u6570\:
@@ -178,7 +178,7 @@ event_pageTop_link_for_download_csv=CSV \u3068\u3057\u3066\u30a8\u30af\u30b9\u30
event_pageTop_link_for_download_xls=\u30a8\u30af\u30bb\u30eb\u3068\u3057\u3066\u30a8\u30af\u30b9\u30dd\u30fc\u30c8
event_participant_name=\u51fa\u5e2d\u8005\u540d\u524d\:
event_participant_view_page_title=\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306e\u8a73\u7d30
-event_passed_deadline=\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306e\u7de0\u3081\u5207\u308a\u306f\u904e\u304e\u3066\u3044\u307e\u3059.\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u30b5\u30a4\u30f3\u30a2\u30c3\u30d7\u3067\u304d\u307e\u305b\u3093\uff0e
+event_passed_deadline=\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306e\u7de0\u3081\u5207\u308a\u306f\u904e\u304e\u3066\u3044\u307e\u3059.\u3053\u306e\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306b\u30b5\u30a4\u30f3\u30a2\u30c3\u30d7\u3067\u304d\u307e\u305b\u3093\uff0e
event_publish_attendee_name=\u51fa\u5e2d\u8005\u540d\u3092\u8868\u793a\:
event_publish_to=\u5229\u7528\u53ef\u80fd\u306a\u30e6\u30fc\u30b6\:
event_publish_to_calendar=\u30ab\u30ec\u30f3\u30c0\u30fc\u516c\u958b\:
@@ -366,7 +366,7 @@ organizer_instruction_max_capacity=- \u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u30aa\
organizer_instruction_timeslot_link=- \u30ed\u30c3\u30af\u307e\u305f\u306f\u30ad\u30e3\u30f3\u30bb\u30eb\u3059\u308b\u306b\u306f\u6642\u9593\u5e2f\u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059\uff0e
organizer_mailto_all=\u3059\u3079\u3066\u306e\u51fa\u5e2d\u8005\u306b\u30e1\u30fc\u30eb
organizer_mailto_all_short=\u5168\u54e1\u306b\u30e1\u30fc\u30eb
-organizer_note_name=*\u6ce8\u610f
+organizer_note_name=*\u6ce8\u610f
organizer_page_title=\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u306e\u8a73\u7d30
participant_cancel_button=\u30b5\u30a4\u30f3\u30a2\u30c3\u30d7\u3092\u30ad\u30e3\u30f3\u30bb\u30eb
permission.info.for.group.scope=\u30b5\u30a4\u30f3\u30a2\u30c3\u30d7\u6a29\u9650\u3092\u8a2d\u5b9a\u3059\u308b\u30b0\u30eb\u30fc\u30d7\: {1} \u30b5\u30a4\u30c8\:{0}\uff0e(a)\u30b0\u30eb\u30fc\u30d7\u30ec\u30eb\u30e0\u30ec\u30d9\u30eb\u306b\u304a\u3044\u3066\uff0c"\u8868\u793a"\uff0c"\u53c2\u52a0"\uff0c"\u30b0\u30eb\u30fc\u30d7\u4f5c\u6210"\uff0c"\u30b0\u30eb\u30fc\u30d7\u524a\u9664"\uff0c"\u30b0\u30eb\u30fc\u30d7\u66f4\u65b0"\u3060\u3051\u304c\u4fee\u6b63\u3067\u304d\u307e\u3059\uff0e\u3053\u306e\u30ec\u30a8\u30eb\u306e\u4ed6\u306e\u6a29\u9650\u8a2d\u5b9a\u306f\u9069\u7528\u3055\u308c\u305a\u5f71\u97ff\u304c\u3042\u308a\u307e\u305b\u3093\uff0e(b)\u3053\u306e\u30b0\u30eb\u30fc\u30d7\u306b\u516c\u958b\u3055\u308c\u305f\u30df\u30fc\u30c6\u30a3\u30f3\u30b0\u3092\u8868\u793a\u307e\u305f\u306f\u53c2\u52a0\u3059\u308b\u51fa\u5e2d\u8005\u306b\u5bfe\u3057\uff0c"\u8868\u793a"\u3068"\u53c2\u52a0"\u6a29\u9650\u306f\u5fc5\u9808\u3067\u3059\uff0e
diff --git a/signup/api/src/bundle/signup_pt_BR.properties b/signup/api/src/bundle/signup_pt_BR.properties
index 13fe77b81de1..ab262a0f35e7 100644
--- a/signup/api/src/bundle/signup_pt_BR.properties
+++ b/signup/api/src/bundle/signup_pt_BR.properties
@@ -261,7 +261,7 @@ event_icalendar_label = Download
event_icalendar_link = Link iCalendar:
-event_isOver = Esta reuni\u00e3o j\u00e1 ocorreu.
+event_isOver = Esta reuni\u00e3o j\u00e1 ocorreu.
event_is_canceled = Cancelado
@@ -314,7 +314,7 @@ event_no_comments = N\u00e3o h\u00e1 coment\u00e1rios de participantes.
event_no_label = Nenhum
-event_not_start_signup_process = O processo de inscri\u00e7\u00e3o ainda n\u00e3o foi iniciado. No entanto, se voc\u00ea tiver sido pr\u00e9-inscrito, voc\u00ea pode cancelar sua faixa hor\u00e1ria atribu\u00eddo.
+event_not_start_signup_process = O processo de inscri\u00e7\u00e3o ainda n\u00e3o foi iniciado. No entanto, se voc\u00ea tiver sido pr\u00e9-inscrito, voc\u00ea pode cancelar sua faixa hor\u00e1ria atribu\u00eddo.
event_num_participant_per_timeslot = N\u00famero de participantes por faixa hor\u00e1ria:
@@ -349,7 +349,7 @@ event_participant_name = Nome do Participante:
event_participant_view_page_title = Detalhes das Reuni\u00f5es
-event_passed_deadline = A data final para essa reuni\u00e3o j\u00e1 passou. Voc\u00ea n\u00e3o pode inscrever-se para esta reuni\u00e3o.
+event_passed_deadline = A data final para essa reuni\u00e3o j\u00e1 passou. Voc\u00ea n\u00e3o pode inscrever-se para esta reuni\u00e3o.
event_publish_attendee_name = Exibir Nomes dos Participantes:
@@ -695,7 +695,7 @@ organizer_mailto_all = Enviar e-mail a todos os participantes
organizer_mailto_all_short = Enviar email para todos
-organizer_note_name = *Nota:
+organizer_note_name = *Nota:
#organizer meeting main page
organizer_page_title = Detalhes da Reuni\u00e3o
diff --git a/signup/api/src/bundle/signup_ro_RO.properties b/signup/api/src/bundle/signup_ro_RO.properties
index f85d1abc9fcc..6791969ee6be 100644
--- a/signup/api/src/bundle/signup_ro_RO.properties
+++ b/signup/api/src/bundle/signup_ro_RO.properties
@@ -259,7 +259,7 @@ event_icalendar_label=Descarcati
event_icalendar_link=Link iCalendar\:
-event_isOver=Aceasta intalnire a avut deja loc.
+event_isOver=Aceasta intalnire a avut deja loc.
event_is_canceled=Anulat
@@ -312,7 +312,7 @@ event_no_comments=Nu exista comentarii ale participantilor.
event_no_label=Nu
-event_not_start_signup_process=Procesul de inscriere nu a inceput inca. Cu toate acestea, daca ati fost prealocat, puteti anula intervalul de timp alocat.
+event_not_start_signup_process=Procesul de inscriere nu a inceput inca. Cu toate acestea, daca ati fost prealocat, puteti anula intervalul de timp alocat.
event_num_participant_per_timeslot=Numarul de participanti per interval de timp\:
@@ -347,7 +347,7 @@ event_participant_name=Nume participant\:
event_participant_view_page_title=Detalii intalnire
-event_passed_deadline=Termenul limita pentru aceasta intalnire a expirat. Nu va puteti inscrie la aceasta intalnire.
+event_passed_deadline=Termenul limita pentru aceasta intalnire a expirat. Nu va puteti inscrie la aceasta intalnire.
event_publish_attendee_name=Afiseaza nume participanti\:
@@ -716,7 +716,7 @@ organizer_mailto_all=Trimiteti e-mail catre toti participantii
organizer_mailto_all_short=Trimiteti e-mail catre toti
-organizer_note_name=*Nota\:
+organizer_note_name=*Nota\:
#organizer meeting main page
organizer_page_title=Detalii intalnire
diff --git a/signup/api/src/bundle/signup_sr.properties b/signup/api/src/bundle/signup_sr.properties
index 7a3a917c740c..91418a4b9914 100644
--- a/signup/api/src/bundle/signup_sr.properties
+++ b/signup/api/src/bundle/signup_sr.properties
@@ -259,7 +259,7 @@ event_icalendar_label=Preuzmi
event_icalendar_link=Link za iKalendar\:
-event_isOver=Ovaj sastanak se ve\u0107 odr\u017eao.
+event_isOver=Ovaj sastanak se ve\u0107 odr\u017eao.
event_is_canceled=Otkazano
@@ -312,7 +312,7 @@ event_no_comments=Nema komentara u\u010desnika.
event_no_label=Ne
-event_not_start_signup_process=Proces registracije jo\u0161 nije po\u010deo. Me\u0111utim, ako ti je unapred dodeljeno, mo\u017ee\u0161 da otka\u017ee\u0161 dodeljeni termin.
+event_not_start_signup_process=Proces registracije jo\u0161 nije po\u010deo. Me\u0111utim, ako ti je unapred dodeljeno, mo\u017ee\u0161 da otka\u017ee\u0161 dodeljeni termin.
event_num_participant_per_timeslot=Broj u\u010desnika po vremenskom terminu\:
@@ -347,7 +347,7 @@ event_participant_name=Ime u\u010desnika\:
event_participant_view_page_title=Detalji sastanka
-event_passed_deadline=Rok za ovaj sastanak je pro\u0161ao. Ne mo\u017ee\u0161 se prijaviti za ovaj sastanak.
+event_passed_deadline=Rok za ovaj sastanak je pro\u0161ao. Ne mo\u017ee\u0161 se prijaviti za ovaj sastanak.
event_publish_attendee_name=Prika\u017ei imena u\u010desnika\:
@@ -716,7 +716,7 @@ organizer_mailto_all=Po\u0161alji imejl svim u\u010desnicima
organizer_mailto_all_short=Po\u0161alji imejl svima
-organizer_note_name=*Napomena\:
+organizer_note_name=*Napomena\:
#organizer meeting main page
organizer_page_title=Detalji sastanka
diff --git a/signup/api/src/bundle/signup_tr_TR.properties b/signup/api/src/bundle/signup_tr_TR.properties
index 9f81e2014e1f..38db4795b7ea 100644
--- a/signup/api/src/bundle/signup_tr_TR.properties
+++ b/signup/api/src/bundle/signup_tr_TR.properties
@@ -137,7 +137,7 @@ event_hide_meetingIfo_detail= Toplant\u0131n\u0131n bilgilerini gizle
event_hide_site_group_detail= Site(ler)/group(lar)'\u0131n ayr\u0131nt\u0131lar\u0131n\u0131 gizle
event_icalendar_label=\u0130ndir
event_icalendar_link=iCalendar ba\u011flant\u0131s\u0131\:
-event_isOver=Bu toplant\u0131 zaten olu\u015fturuldu
+event_isOver=Bu toplant\u0131 zaten olu\u015fturuldu
event_is_canceled=\u0130ptal edildi
event_is_locked=Kilitli
event_is_open_session=Bu bir a\u00e7\u0131k oturum toplant\u0131s\u0131d\u0131r. Kay\u0131tl\u0131 olmak gerekli de\u011fildir.
@@ -162,7 +162,7 @@ event_no_attachment=Ek yok
event_no_comment_available=Yorum yok
event_no_comments=Hi\u00e7bir kat\u0131l\u0131mc\u0131 yorumu bulunmaktad\u0131r.
event_no_label=Hay\u0131r
-event_not_start_signup_process=Kay\u0131t olma i\u015flemi hen\u00fcz ba\u015flamad\u0131. Fakat, \u00f6nceden atanm\u0131\u015fsan\u0131z atand\u0131\u011f\u0131n\u0131z zaman aral\u0131\u011f\u0131n\u0131 iptal edebilirsiniz.
+event_not_start_signup_process=Kay\u0131t olma i\u015flemi hen\u00fcz ba\u015flamad\u0131. Fakat, \u00f6nceden atanm\u0131\u015fsan\u0131z atand\u0131\u011f\u0131n\u0131z zaman aral\u0131\u011f\u0131n\u0131 iptal edebilirsiniz.
event_num_participant_per_timeslot=Zaman aral\u0131\u011f\u0131 ba\u015f\u0131na d\u00fc\u015fen kat\u0131l\u0131mc\u0131lar\u0131n say\u0131s\u0131\:
event_num_slot_avail_for_signup=Kay\u0131t olmak i\u00e7in uygun olan aral\u0131klar\u0131n say\u0131s\u0131\:
event_num_timeslot=Zaman Aral\u0131klar\u0131 Say\u0131s\u0131\:
@@ -179,7 +179,7 @@ event_pageTop_link_for_download_csv=CSV olarak D\u0131\u015fa Aktar
event_pageTop_link_for_download_xls=Excel olarak D\u0131\u015fa Aktar
event_participant_name=Kat\u0131l\u0131mc\u0131 Ad\u0131\:
event_participant_view_page_title=Kar\u015f\u0131lama Detaylar\u0131
-event_passed_deadline=Bu toplant\u0131 i\u00e7in son kay\u0131t tarihi ge\u00e7ti. Bu toplant\u0131ya kaydolamazs\u0131n\u0131z.
+event_passed_deadline=Bu toplant\u0131 i\u00e7in son kay\u0131t tarihi ge\u00e7ti. Bu toplant\u0131ya kaydolamazs\u0131n\u0131z.
event_publish_attendee_name=Kat\u0131l\u0131mc\u0131 Adlar\u0131n\u0131 G\u00f6r\u00fcnt\u00fcle\:
event_publish_to=Uygun olan\:
event_publish_to_calendar=Takvime yay\u0131nla\:
@@ -368,7 +368,7 @@ organizer_instruction_max_capacity=- Toplant\u0131y\u0131 d\u00fczenleyen ki\u01
organizer_instruction_timeslot_link=- Kilitlemek i\u00e7in ya da iptal etmek i\u00e7in zaman aral\u0131\u011f\u0131na t\u0131klay\u0131n.
organizer_mailto_all=T\u00fcm kat\u0131l\u0131mc\u0131lara e-posta g\u00f6nder
organizer_mailto_all_short=T\u00fcm\u00fcne e-posta g\u00f6nder
-organizer_note_name=*Not\:
+organizer_note_name=*Not\:
organizer_page_title=Toplant\u0131 Detaylar\u0131
participant_cancel_button=Kayd\u0131 \u0130ptal Et
permission.info.for.group.scope=Gruptaki Kay\u0131 Olma izinlerini ayarla\: {1} sitede\: {0}. (a) Grup yetki alan\u0131 d\u00fczeyinde, sadece "g\u00f6r\u00fcnt\u00fcleme", "kat\u0131l\u0131m", "grup.olu\u015ftur", "grubu.sil" ve "grubu.g\u00fcncelle" izinleri de\u011fi\u015ftirilebilir. Bu d\u00fczeydeki di\u011fer izin ayarlar\u0131 uygulanmaz ve etkisi yoktur. (b) Kat\u0131l\u0131mc\u0131lar i\u00e7in toplant\u0131 g\u00f6r\u00fcnt\u00fclemek ya da kat\u0131lmak bu gruba a\u00e7\u0131kt\u0131r, "g\u00f6r\u00fcnt\u00fcleme" ve "kat\u0131l\u0131m" izinleri gerekir.
diff --git a/signup/api/src/bundle/signup_zh_CN.properties b/signup/api/src/bundle/signup_zh_CN.properties
index 38460f72a993..29e6c6addafb 100644
--- a/signup/api/src/bundle/signup_zh_CN.properties
+++ b/signup/api/src/bundle/signup_zh_CN.properties
@@ -255,7 +255,7 @@ event_icalendar_label = \u4E0B\u8F7D
event_icalendar_link = iCalendar\u94FE\u63A5\uFF1A
-event_isOver = \u8981\u9884\u7EA6\u7684\u6D3B\u52A8\u5DF2\u7ECF\u5F00\u59CB\u3002
+event_isOver = \u8981\u9884\u7EA6\u7684\u6D3B\u52A8\u5DF2\u7ECF\u5F00\u59CB\u3002
event_is_canceled = \u5DF2\u53D6\u6D88
@@ -308,7 +308,7 @@ event_no_comments = \u6CA1\u6709\u7533\u8BF7\u4EBA\u7684\u6CE8\u91CA\u3002
event_no_label = \u5426
-event_not_start_signup_process = \u7533\u8BF7\u8FD8\u6CA1\u6709\u5F00\u59CB\u3002\u4F46\u5982\u679C\u60A8\u5DF2\u7ECF\u9884\u7533\u8BF7\u4E86\uFF0C\u60A8\u53EF\u4EE5\u53D6\u6D88\u60A8\u5173\u8054\u7684\u65F6\u95F4\u6BB5\u3002
+event_not_start_signup_process = \u7533\u8BF7\u8FD8\u6CA1\u6709\u5F00\u59CB\u3002\u4F46\u5982\u679C\u60A8\u5DF2\u7ECF\u9884\u7533\u8BF7\u4E86\uFF0C\u60A8\u53EF\u4EE5\u53D6\u6D88\u60A8\u5173\u8054\u7684\u65F6\u95F4\u6BB5\u3002
event_num_participant_per_timeslot = \u6BCF\u4E2A\u65F6\u95F4\u6BB5\u7684\u4EBA\u6570\uFF1A
@@ -343,7 +343,7 @@ event_participant_name = \u7533\u8BF7\u4EBA\u59D3\u540D\uFF1A
event_participant_view_page_title = \u9884\u7EA6\u6D3B\u52A8\u7EC6\u8282
-event_passed_deadline = \u9884\u7EA6\u6D3B\u52A8\u7684\u7533\u8BF7\u65F6\u95F4\u5DF2\u8FC7\u3002\u60A8\u4E0D\u80FD\u7533\u8BF7\u3002
+event_passed_deadline = \u9884\u7EA6\u6D3B\u52A8\u7684\u7533\u8BF7\u65F6\u95F4\u5DF2\u8FC7\u3002\u60A8\u4E0D\u80FD\u7533\u8BF7\u3002
event_publish_attendee_name = \u663E\u793A\u7533\u8BF7\u4EBA\u59D3\u540D\uFF1A
@@ -707,7 +707,7 @@ organizer_mailto_all = \u53D1\u9001Email\u7ED9\u6240\u6709\u7533\u8BF7\u4EBA
organizer_mailto_all_short = Email \u6240\u6709\u4EBA
-organizer_note_name = *\u6CE8\u610F\uFF1A
+organizer_note_name = *\u6CE8\u610F\uFF1A
#organizer meeting main page
organizer_page_title = \u9884\u7EA6\u6D3B\u52A8\u7EC6\u8282
diff --git a/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/SignupEntityProducer.java b/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/SignupEntityProducer.java
index 9988ae0cbf70..e1e9e0606fb3 100644
--- a/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/SignupEntityProducer.java
+++ b/signup/tool/src/java/org/sakaiproject/signup/tool/entityproviders/SignupEntityProducer.java
@@ -433,55 +433,4 @@ public String archive(String siteId, Document doc, Stack stack, String archivePa
stack.pop();
return results.toString();
} //archive end
-
- @Override
- public String merge(String siteId, Element root, String archivePath,
- String fromSiteId, Map attachmentNames, Map userIdTrans,
- Set userListAllowImport) {
- log.warn("Currently, Sign-up tool site archive will not support merging functionality from archive data into a site");
- return null;
- }
-
- @Override
- public boolean parseEntityReference(String reference, Reference ref) {
- // TODO Auto-generated method stub
- return false;
- }
-
- @Override
- public String getEntityDescription(Reference ref) {
- // TODO Auto-generated method stub
- return null;
- }
-
- @Override
- public ResourceProperties getEntityResourceProperties(Reference ref) {
- // TODO Auto-generated method stub
- return null;
- }
-
- @Override
- public Entity getEntity(Reference ref) {
- // TODO Auto-generated method stub
- return null;
- }
-
- @Override
- public String getEntityUrl(Reference ref) {
- // TODO Auto-generated method stub
- return null;
- }
-
- @Override
- public Collection getEntityAuthzGroups(Reference ref, String userId) {
- // TODO Auto-generated method stub
- return null;
- }
-
- @Override
- public HttpAccess getHttpAccess() {
- // TODO Auto-generated method stub
- return null;
- }
-
}
diff --git a/signup/tool/src/webapp/css/signupStyle.css b/signup/tool/src/webapp/css/signupStyle.css
index 5388fefea6a4..06c5bf4c0fb2 100644
--- a/signup/tool/src/webapp/css/signupStyle.css
+++ b/signup/tool/src/webapp/css/signupStyle.css
@@ -19,13 +19,8 @@ table.signupTable th {
padding: .3em 1em;
}
-table.signupTable tr.evenRow {
- background: #f8f8f8;
-}
-
table.signupTable tr.recurRow {
display: table-row;
- background-color: #EEF3F6; /*#FFFFCC*/
}
table.signupTable td {
@@ -179,11 +174,6 @@ table.organizerAction td.attName {
padding: 0 0.1em;
}
-.attendee_status {
- border: 1px solid #fff;
- color: blue;
-}
-
.attendee_status:hover {
cursor:help;
}
@@ -204,10 +194,6 @@ table.organizerAction td.attName {
background: rgb(221, 221, 221);
}
-.evenRow {
- background: rgb(248, 248, 248);
-}
-
table.organizer td {
padding: .15em 0em 0em 1em;
text-align: left;
@@ -308,14 +294,6 @@ table.organizer td {
white-space: nowrap;
}
-.alertMessage {
- width: 80%;
- font-size: 1em;
- color: #b11;
- margin: 5px 0px 5px 0;
- padding: 3px 3px 3px 25px;
-}
-
.multiple {
background: #eee;
}
@@ -417,38 +395,6 @@ table.instruction td.desc{
padding-left:13px;
}
-.alertMessageInline {
- width: 80%;
- font-size: 1em;
- color: #b11;
- margin: 5px 0px 5px 0;
- padding: 3px 3px 3px 25px;
-}
-
-.organizerToplevelTable {
- width: 100%;
-}
-
-.addAttendee,.activeTag {
- cursor: pointer;
- color: #35b;
- text-decoration: none !important;
-}
-
-.addWaiter {
- cursor: pointer;
- color: #35b;
- text-decoration: none !important;
-}
-
-.addWaiter:hover,.addAttendee:hover,.activeTag:hover {
- color: blue;
-}
-
-.disabledAddAttendee {
-
-}
-
.padLeft {
margin-left: 30px;
text-align: left;
diff --git a/signup/tool/src/webapp/signup/attendee/signupMeeting.jsp b/signup/tool/src/webapp/signup/attendee/signupMeeting.jsp
index a69dc0d2ac67..a27b87758b13 100644
--- a/signup/tool/src/webapp/signup/attendee/signupMeeting.jsp
+++ b/signup/tool/src/webapp/signup/attendee/signupMeeting.jsp
@@ -271,7 +271,7 @@
rendered="#{AttendeeSignupMBean.meetingWrapper.meeting.meetingType !='announcement'}"
columnClasses="attendeeSignupTSCol,attendeeSignupAvailCol,attendeeInfoCol,attendeeSignupCol,attendeeSignupCol"
rowClasses="oddRow,evenRow"
- styleClass="signupTable" style="width: 98%">
+ styleClass="signupTable table table-striped" style="width: 98%">
diff --git a/signup/tool/src/webapp/signup/download/downloadSelections.jsp b/signup/tool/src/webapp/signup/download/downloadSelections.jsp
index 5f7b87e1cd00..7484be8d1947 100644
--- a/signup/tool/src/webapp/signup/download/downloadSelections.jsp
+++ b/signup/tool/src/webapp/signup/download/downloadSelections.jsp
@@ -368,18 +368,15 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/signup/tool/src/webapp/signup/newMeeting/assignStudents.jsp b/signup/tool/src/webapp/signup/newMeeting/assignStudents.jsp
index 42dbaedfcde5..3e215d15be60 100644
--- a/signup/tool/src/webapp/signup/newMeeting/assignStudents.jsp
+++ b/signup/tool/src/webapp/signup/newMeeting/assignStudents.jsp
@@ -96,7 +96,7 @@
diff --git a/signup/tool/src/webapp/signup/newMeeting/step1.jsp b/signup/tool/src/webapp/signup/newMeeting/step1.jsp
index 67ab1ac92838..be0e84152e69 100644
--- a/signup/tool/src/webapp/signup/newMeeting/step1.jsp
+++ b/signup/tool/src/webapp/signup/newMeeting/step1.jsp
@@ -352,13 +352,15 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
@@ -465,7 +467,7 @@
-
+
diff --git a/signup/tool/src/webapp/signup/newMeeting/step2.jsp b/signup/tool/src/webapp/signup/newMeeting/step2.jsp
index 0539c070d901..7b51a77de55d 100644
--- a/signup/tool/src/webapp/signup/newMeeting/step2.jsp
+++ b/signup/tool/src/webapp/signup/newMeeting/step2.jsp
@@ -309,7 +309,7 @@
+ styleClass="signupTable table table-striped" style="display:none; width: 55%">
diff --git a/signup/tool/src/webapp/signup/organizer/orgSignupMeeting.jsp b/signup/tool/src/webapp/signup/organizer/orgSignupMeeting.jsp
index 1dfc6823b0f8..c96679e29d77 100644
--- a/signup/tool/src/webapp/signup/organizer/orgSignupMeeting.jsp
+++ b/signup/tool/src/webapp/signup/organizer/orgSignupMeeting.jsp
@@ -258,7 +258,7 @@