diff --git a/.hgtags b/.hgtags index 2799a81671c58fa8209be862c46db3d19ac69164..2747eab3223a8b0e61dbb714eff9fddd7464dc38 100644 --- a/.hgtags +++ b/.hgtags @@ -28,3 +28,4 @@ b7a66eba6956d8af9e6159d21058a3cfb968cf75 OpenOLAT 8.1.2 0189d836bdbaa47a4f01e3adb04738cceae6ba42 OpenOLAT 8.2.0beta2 be1c6b822eb317f3a48d392eb27055e7d4d52cc3 OpenOLAT 8.2.0 197cffefd2d2b5c64ec5895fce1221120f2d1ec9 OpenOLAT 8.2.1 +233fac9caec7e5ba12de9e738f6fd874698c5ce8 OpenOLAT 8.3.0 diff --git a/src/main/java/org/olat/admin/user/ChangeUserPasswordForm.java b/src/main/java/org/olat/admin/user/ChangeUserPasswordForm.java index a0dbb158408e7073cd09bab7f5e713069e20d9c1..fe6cefb00581eafc68ec64adaaa7b3f037825d6a 100644 --- a/src/main/java/org/olat/admin/user/ChangeUserPasswordForm.java +++ b/src/main/java/org/olat/admin/user/ChangeUserPasswordForm.java @@ -71,7 +71,7 @@ public class ChangeUserPasswordForm extends FormBasicController { public boolean validateFormLogic (UserRequest ureq) { boolean newIsValid = UserManager.getInstance().syntaxCheckOlatPassword(pass1.getValue()); - if (!newIsValid) pass1.setErrorKey("error.password.characters", null); + if (!newIsValid) pass1.setErrorKey("form.checkPassword", null); boolean newDoesMatch = pass1.getValue().equals(pass2.getValue()); if(!newDoesMatch) pass1.setErrorKey("error.password.nomatch", null); diff --git a/src/main/java/org/olat/admin/user/UserCreateController.java b/src/main/java/org/olat/admin/user/UserCreateController.java index a5e4ac3feba6430e21972617158986ace3c97512..a323e197780a104da426749d362446a1a5cef838 100644 --- a/src/main/java/org/olat/admin/user/UserCreateController.java +++ b/src/main/java/org/olat/admin/user/UserCreateController.java @@ -285,7 +285,7 @@ class NewUserForm extends FormBasicController { return false; } if (!UserManager.getInstance().syntaxCheckOlatPassword(pwd)) { - psw1TextElement.setErrorKey("error.password.characters", new String[]{}); + psw1TextElement.setErrorKey("form.checkPassword", new String[]{}); return false; } psw1TextElement.clearError(); diff --git a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_ar.properties b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_ar.properties index 3ea1f67e0dcd99739f62befaecd7fe1133dda21b..a39f9a81ee0b1b6727af083b00c57c933df97a69 100644 --- a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_ar.properties +++ b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_ar.properties @@ -46,7 +46,7 @@ mailto.userlist=\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u0 msg.selectionempty=\u064A\u0631\u062C\u0649 \u0627\u062E\u062A\u064A\u0627\u0631 \u0645\u0633\u062A\u062E\u062F\u0645 \u0648\u0627\u062D\u062F \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644. new.error.email.choosen=\u0647\u0630\u0627 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0627\u0644\u0643\u062A\u0631\u0648\u0646\u0649 \u0645\u0648\u062C\u0648\u062F \u0628\u0627\u0644\u0641\u0639\u0644\u060C \u0648\u0644\u0627 \u064A\u0645\u0643\u0646 \u0625\u0646\u0634\u0627\u0621 \u062D\u0633\u0627\u0628 \u0622\u062E\u0631 \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u0644\u0645 \u064A\u062A\u0645 \u062D\u0641\u0638 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A. new.error.loginname.choosen=\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0647\u0630\u0627 \u0645\u0648\u062C\u0648\u062F \u0628\u0627\u0644\u0641\u0639\u0644\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0639 \u0627\u0633\u0645 \u0622\u062E\u0631. -new.error.loginname.empty=\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u064A\u062C\u0628 \u0623\u0646 \u064A\u062A\u0643\u0648\u0646 \u0645\u0646 6 \u062D\u0631\u0648\u0641 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644\u060C \u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u062D\u0631\u0648\u0641 \u0648\u0627\u0644\u0623\u0631\u0642\u0627\u0645 \u0645\u0646 0 \u0625\u0644\u0649 9 +new.error.loginname.empty=$org.olat.user\:form.checkUsername new.error.password.nomatch=\u0644\u0627 \u064A\u0648\u062C\u062F \u062A\u0637\u0627\u0628\u0642 \u0628\u064A\u0646 \u0643\u0644\u0645\u062A\u0649 \u0627\u0644\u0645\u0631\u0648\u0631. new.error.property.invalid=\!\u0627\u062F\u062E\u0627\u0644 \u063A\u064A\u0631 \u0635\u062D\u064A\u062D new.form.auth=\u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u0623\u0648\u0644\u0627\u062A diff --git a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_bg.properties b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_bg.properties index d0bae0a9c4d0fcc26ab14f492f32a93e0673a20e..adc424fcc9251f1525f69e297a67633012e1a7af 100644 --- a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_bg.properties +++ b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_bg.properties @@ -42,7 +42,7 @@ mailto.userlist=\u0421\u043F\u0438\u0441\u044A\u043A \u043D\u0430 \u043F\u043E\u msg.selectionempty=\u041C\u043E\u043B\u044F, \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u043F\u043E\u043D\u0435 \u0435\u0434\u0438\u043D \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B. new.error.email.choosen=\u0422\u043E\u0437\u0438 \u0438-\u043C\u0435\u0439\u043B \u0430\u0434\u0440\u0435\u0441 \u0432\u0435\u0447\u0435 \u0441\u044A\u0449\u0435\u0441\u0442\u0432\u0443\u0432\u0430. \u041D\u044F\u043C\u0430 \u043D\u0443\u0436\u0434\u0430 \u0434\u0430 \u0441\u044A\u0437\u0434\u0430\u0432\u0430\u0442\u0435 \u0434\u0440\u0443\u0433\u0430 \u0441\u043C\u0435\u0442\u043A\u0430 \u0437\u0430 \u0442\u043E\u0437\u0438 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B. \u041D\u0435 \u0441\u0430 \u0437\u0430\u043F\u0430\u0437\u0435\u043D\u0438 \u043D\u0438\u043A\u0430\u043A\u0432\u0438 \u0434\u0430\u043D\u043D\u0438. new.error.loginname.choosen=\u0422\u043E\u0432\u0430 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u0441\u043A\u043E \u0438\u043C\u0435 \u0432\u0435\u0447\u0435 \u0435 \u0437\u0430\u0435\u0442\u043E. \u041C\u043E\u043B\u044F, \u043E\u043F\u0438\u0442\u0430\u0439\u0442\u0435 \u0434\u0440\u0443\u0433\u043E. -new.error.loginname.empty=\u041F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u0441\u043A\u043E\u0442\u043E \u0438\u043C\u0435 \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 \u043F\u043E\u043D\u0435 6 \u0437\u043D\u0430\u043A\u0430. \u041C\u043E\u043B\u044F, \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0439\u0442\u0435 \u0431\u0443\u043A\u0432\u0438 \u043E\u0442 \u0410 \u0434\u043E \u042F (\u0431\u0435\u0437 \u0443\u043C\u043B\u0430\u0443\u0442\u0438 \u0438 \u0433\u043B\u0430\u0432\u043D\u0438 \u0431\u0443\u043A\u0432\u0438) \u0438 \u0446\u0438\u0444\u0440\u0438 \u043E\u0442 0 \u0434\u043E 9. +new.error.loginname.empty=$org.olat.user\:form.checkUsername new.error.password.nomatch=\u0414\u0432\u0435\u0442\u0435 \u043F\u0430\u0440\u043E\u043B\u0438 \u043D\u0435 \u0441\u0430 \u0435\u0434\u043D\u0430\u043A\u0432\u0438. new.error.property.invalid=\u041D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u043E \u0432\u043F\u0438\u0441\u0432\u0430\u043D\u0435\! new.form.auth=\u041F\u0430\u0440\u043E\u043B\u0430 \u0437\u0430 \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430 diff --git a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_cs.properties b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_cs.properties index ec0d5b303f4b75a1c022f5f1b06ba582daf9bb8d..e2298cc48da5d7888c2f3ec5ef64ce98348231cd 100644 --- a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_cs.properties +++ b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_cs.properties @@ -39,7 +39,7 @@ mailto.userlist=Seznam msg.selectionempty=Vyberte alespo\u0148 jednoho u\u017Eivatele. new.error.email.choosen=Tato e-mailov\u00E1 adresa ji\u017E existuje. Nen\u00ED nutn\u00E9 vytv\u00E1\u0159et pro tohoto u\u017Eivatele nov\u00FD \u00FA\u010Det. Data neulo\u017Eena. new.error.loginname.choosen=U\u017Eivatelsk\u00E9 jm\u00E9no u\u017E je pou\u017E\u00EDvano. Zvolte pros\u00EDm jin\u00E9 jm\u00E9no. -new.error.loginname.empty=U\u017Eivatelsk\u00E9 jm\u00E9no mus\u00ED obsahovat alespo\u0148 6 znaky. Pros\u00EDm pou\u017Eijte pouze p\u00EDsmena od a do y (bez znam\u00E9nek) a \u010D\u00EDsla od 0 do 9. +new.error.loginname.empty=$org.olat.user\:form.checkUsername new.error.password.nomatch=Hesla nejsou toto\u017En\u00E1. new.error.property.invalid=Chybn\u00FD vstup\! new.form.auth=Heslo do OLATu diff --git a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_da.properties b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_da.properties index cec2f1196f2bb46d01fcce3896c063badc87afd4..5ed990d5c27f01a8569ff1e59d91cabf8c8e21a5 100644 --- a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_da.properties +++ b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_da.properties @@ -33,7 +33,7 @@ help.hover.rightsForm-eff=Hj\u00E6lp til systemroller og rettigheder mailto.userlist=Liste af brugere new.error.email.choosen=Denne e-mailadresse findes allerede. Der er ingen grund til at oprette en ny konto for denne bruger. Ingen data er gemt. new.error.loginname.choosen=Dette brugernavn er allerede brugt. V\u00E6lg venligst et andet. -new.error.loginname.empty=Brugernavn skal indeholde mindst 6 tegn. Brug venligst kun bogstaverne fra a-z (ingen specialtegn) og tal fra 0 til 9. +new.error.loginname.empty=$org.olat.user\:form.checkUsername new.error.password.nomatch=De indtastede kodeord passer ikke sammen. new.form.auth=OLAT kodeord new.form.auth.false=Opret ikke nu diff --git a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_de.properties b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_de.properties index 46c62f5dcb8cd2256edde1cee000c51f4bf1dfdf..389e1a12cd9ef1f67be784eaab1cb8b32b52c728 100644 --- a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_de.properties +++ b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_de.properties @@ -47,7 +47,7 @@ mailto.userlist=Liste der Benutzer msg.selectionempty=Bitte min. einen User ausw\u00E4hlen. new.error.email.choosen=Diese E-Mail-Adresse ist bereits vorhanden, Sie k\u00F6nnen f\u00FCr diese Person kein neues Benutzerkonto erstellen. Es wurden keine Daten gespeichert. new.error.loginname.choosen=Dieser Benutzername ist bereits vergeben. Versuchen Sie es mit einem anderen Benutzernamen. -new.error.loginname.empty=Der Benutzername muss mindestens sechs Zeichen lang sein und darf nur Buchstaben von a bis z (keine Umlaute, kein Grossbuchstaben) und Ziffern von 0 bis 9 enthalten. +new.error.loginname.empty=$org.olat.user\:form.checkUsername new.error.password.nomatch=Die beiden Passw\u00F6rter stimmen nicht \u00FCberein. new.error.property.invalid=Invalid input\! new.form.auth=OLAT-Passwort diff --git a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_el.properties b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_el.properties index eed9c4dc691bb1d23a16296ea4857b54a672de95..31ad44dbd840abad0908841fc15f692a712ae2e9 100644 --- a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_el.properties +++ b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_el.properties @@ -46,7 +46,7 @@ mailto.userlist=\u039B\u03AF\u03C3\u03C4\u03B1 \u03C7\u03C1\u03B7\u03C3\u03C4\u0 msg.selectionempty=\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03B5\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03C4\u03BF\u03C5\u03BB\u03AC\u03C7\u03B9\u03C3\u03C4\u03BF\u03BD \u03AD\u03BD\u03B1\u03BD \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7. new.error.email.choosen=\u0397 \u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 e-mail \u03C5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9. \u0394\u03B5\u03BD \u03C7\u03C1\u03B5\u03B9\u03AC\u03B6\u03B5\u03C4\u03B1\u03B9 \u03BD\u03B1 \u03B4\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AE\u03C3\u03B5\u03C4\u03B5 \u03C0\u03C1\u03CC\u03C3\u03B8\u03B5\u03C4\u03BF \u03BB\u03BF\u03B3\u03B1\u03C1\u03B9\u03B1\u03C3\u03BC\u03CC \u03B3\u03B9\u03B1 \u03C4\u03BF\u03BD \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7. \u0394\u03B5\u03BD \u03B1\u03C0\u03BF\u03B8\u03B7\u03BA\u03B5\u03CD\u03C4\u03B7\u03BA\u03B1\u03BD \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03B1. new.error.loginname.choosen=\u03A4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03AE\u03B4\u03B7 \u03BA\u03B1\u03C4\u03BF\u03C7\u03C5\u03C1\u03C9\u03BC\u03AD\u03BD\u03BF. \u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03BF\u03CD\u03BC\u03B5 \u03B5\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03B4\u03B9\u03B1\u03C6\u03BF\u03C1\u03B5\u03C4\u03B9\u03BA\u03CC. -new.error.loginname.empty=\u03A4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C0\u03B5\u03C1\u03B9\u03AD\u03C7\u03B5\u03B9 \u03C4\u03BF\u03C5\u03BB\u03AC\u03C7\u03B9\u03C3\u03C4\u03BF\u03BD 6 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03AE\u03C1\u03B5\u03C2. \u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03BF\u03CD\u03BC\u03B5 \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03AE\u03C3\u03C4\u03B5 \u03BC\u03CC\u03BD\u03BF \u03BB\u03B1\u03C4\u03B9\u03BD\u03B9\u03BA\u03AC \u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03B1 \u03B1\u03C0\u03CC \u03C4\u03BF a \u03BC\u03AD\u03C7\u03C1\u03B9 \u03C4\u03BF z (\u03C7\u03C9\u03C1\u03AF\u03C2 \u03C3\u03B7\u03BC\u03B5\u03AF\u03B1 \u03C3\u03C4\u03AF\u03BE\u03B7\u03C2) \u03BA\u03B1\u03B9/\u03AE \u03B1\u03C1\u03B9\u03B8\u03BC\u03B7\u03C4\u03B9\u03BA\u03AC \u03C8\u03B7\u03C6\u03AF\u03B1 \u03B1\u03C0\u03CC \u03C4\u03BF 0 \u03AD\u03C9\u03C2 \u03C4\u03BF 9. +new.error.loginname.empty=$org.olat.user\:form.checkUsername new.error.password.nomatch=\u039F\u03B9 \u03B4\u03CD\u03BF \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03AF \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2 \u03B4\u03B5\u03BD \u03C4\u03B1\u03B9\u03C1\u03B9\u03AC\u03B6\u03BF\u03C5\u03BD. new.error.property.invalid=\u039C\u03B7 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B5\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE\! new.form.auth=\u039A\u03C9\u03B4\u03B9\u03BA\u03CC\u03C2 \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2 \u03C3\u03C4\u03BF OLAT 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 08a5c8984630a44af5b7aefe576826c3b21430b1..93c61461e9d78e4fa24f3653d80c09e07c4035fa 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 @@ -50,7 +50,7 @@ mailto.userlist=List of users msg.selectionempty=Please select at least one user. new.error.email.choosen=This e-mail address already exists. There is no need to create another account for this user. No data saved. new.error.loginname.choosen=This user name has already been allocated. Please try another one. -new.error.loginname.empty=A user name has to contain 6 characters at least. Please use only letters from a to z (no umlaut or capital letters) and numerals from 0 to 9. +new.error.loginname.empty=$org.olat.user\:form.checkUsername new.error.password.nomatch=The two passwords do not match. new.error.property.invalid=Invalid input\! new.form.auth=OLAT password diff --git a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_es.properties b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_es.properties index e1c9cc62d226e6a3731e4a5e2044c4ffd95bca20..1fe717dfd081039693669089b1408884bb3fd87c 100644 --- a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_es.properties +++ b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_es.properties @@ -40,7 +40,7 @@ mailto.userlist=Lista de usuarios msg.selectionempty=Por favor seleccione al menos un usuario. new.error.email.choosen=Esta direcci\u00F3n de e-mail ya existe. No hay necesidad de crear otra cuenta para este usuario. Los datos no se han guardado. new.error.loginname.choosen=Este nombre de usuario ya ha sido asignado. Por favor prueba con otro nombre de usuario. -new.error.loginname.empty=El nombre de usuario debe contener al menos 6 caracteres. Por favor utilice s\u00F3lo letras de la 'a' a la 'z' (sin acentos ni di\u00E9resis) y n\u00FAmeros de 0 a 9. +new.error.loginname.empty=$org.olat.user\:form.checkUsername new.error.password.nomatch=Las dos contrase\u00F1as no coinciden. new.error.property.invalid=\u00A1Entrada inv\u00E1lida\! new.form.auth=Contrase\u00F1a OLAT diff --git a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_fa.properties b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_fa.properties index 9d09ad7ce6871228876e02221a888b32dda5dbe1..dadb252265f0c81729590a790d18cc34fda922f6 100644 --- a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_fa.properties +++ b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_fa.properties @@ -30,7 +30,7 @@ help.hover.rightsForm-eff=\u0631\u0627\u0647\u0646\u0645\u0627 \u062F\u0631 \u06 mailto.userlist=\u0644\u06CC\u0633\u062A \u06A9\u0627\u0631\u0628\u0631\u0627\u0646 new.error.email.choosen=\u0622\u062F\u0631\u0633 \u0627\u06CC\u0645\u06CC\u0644 \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F. \u0646\u06CC\u0627\u0632\u06CC \u0628\u0647 \u0627\u06CC\u062C\u0627\u062F \u06A9\u0627\u0631\u0628\u0631 \u062D\u0633\u0627\u0628 \u062F\u06CC\u06AF\u0631\u06CC \u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u06A9\u0627\u0631\u0628\u0631 \u0648\u062C\u0648\u062F \u0646\u062F\u0627\u0631\u062F . \u0647\u06CC\u0686 \u0627\u0637\u0644\u0627\u0639\u0627\u062A\u06CC \u0630\u062E\u06CC\u0631\u0647 \u0646\u0634\u062F. new.error.loginname.choosen=\u0627\u06CC\u0646 \u06A9\u0627\u0631\u0628\u0631 \u0627\u062E\u06CC\u0631\u0627\u064B \u062A\u0639\u06CC\u06CC\u0646 \u0645\u0648\u0642\u0639\u06CC\u062A \u0634\u062F\u0647 \u0627\u0633\u062A . \u0644\u0637\u0641\u0627\u064B \u06A9\u0627\u0631\u0628\u0631\u062F\u06CC\u06AF\u0631\u06CC \u0631\u0627 \u0627\u0646\u062A\u062E\u0627\u0628 \u0646\u0645\u0627\u06CC\u06CC\u062F -new.error.loginname.empty=\u0646\u0627\u0645 \u06A9\u0627\u0631\u0628\u0631\u06CC \u062D\u062F\u0627\u0642\u0644 \u0628\u0627\u06CC\u062F \u0633\u0647 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631 \u0628\u0627\u0634\u062F .\u0644\u0637\u0641\u0627\u064B \u0641\u0642\u0637 \u0627\u0632 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0647\u0627\u06CC \u062D\u0631\u0648\u0641\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0646\u0645\u0627\u06CC\u06CC\u062F \u0627\u0632 \u0627\u0639\u062F\u0627\u062F \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u0646\u06A9\u0646\u06CC\u062F +new.error.loginname.empty=$org.olat.user\:form.checkUsername new.error.password.nomatch=\u062F\u0648 \u06A9\u0644\u0645\u0647 \u0639\u0628\u0648\u0631 \u0647\u0645\u062E\u0648\u0627\u0646\u06CC \u0646\u062F\u0627\u0631\u0646\u062F new.form.auth=\u06A9\u0644\u0645\u0647 \u0639\u0628\u0648\u0631\u0627\u0648\u0644\u0627\u062A new.form.auth.false=\u0647\u0645 \u0627\u06A9\u0646\u0648\u0646 \u0627\u06CC\u062C\u0627\u062F \u0646\u06A9\u0646 diff --git a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_fr.properties b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_fr.properties index 08228344bf6b4e296166a2e1821d7e8dd0816067..74a519f8382ee2db5925a0cc8c902b5f9bf45f3f 100644 --- a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_fr.properties +++ b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_fr.properties @@ -50,7 +50,7 @@ mailto.userlist=Liste des utilisateurs msg.selectionempty=Choisir min. un utilisateur, svp. new.error.email.choosen=Cette adresse e-mail existe d\u00E9j\u00E0, vous ne pouvez pas cr\u00E9er un nouveau compte utilisateur pour cette personne. Aucune donn\u00E9e n'a \u00E9t\u00E9 enregistr\u00E9e. new.error.loginname.choosen=Ce nom d'utilisateur est d\u00E9j\u00E0 utilis\u00E9. Essayez un autre nom d'utilisateur. -new.error.loginname.empty=Le nom d'utilisateur doit contenir au moins six caract\u00E8res et ne peut contenir que des lettres de A \u00E0 Z (sans accents) et des chiffres de 0 \u00E0 9. +new.error.loginname.empty=$org.olat.user\:form.checkUsername new.error.password.nomatch=Les deux mots de passe ne sont pas identiques. new.error.property.invalid=Invalid input\! new.form.auth=mot de passe OLAT diff --git a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_it.properties b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_it.properties index 1e80f01f80b89452dc05a5b6961da46c88236bc5..6a6277b66256990a290a446b49ebedf4a91efa6e 100644 --- a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_it.properties +++ b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_it.properties @@ -49,7 +49,7 @@ mailto.userlist=Lista degli utenti msg.selectionempty=Selezionare almeno un utente, p.f. new.error.email.choosen=Questo indirizzo e-mail \u00E8 gi\u00E0 in uso\: non pu\u00F2 creare un nuovo conto utente per questa persona. Nessun dato \u00E8 stato salvato. new.error.loginname.choosen=Questo nome d'utente \u00E8 gi\u00E0 in uso. Provi con un altro nome d'utente. -new.error.loginname.empty=Il nome d'utente deve contenere almeno 6 segni e pu\u00F2 consistere solo di lettere dalla a alla z (nessun "\u00F6", "\u00E4" ecc.) e di cifre da 0 a 9. +new.error.loginname.empty=$org.olat.user\:form.checkUsername new.error.password.nomatch=Le due password non coincidono. new.error.property.invalid=Immissione non valida\! new.form.auth=Password OLAT diff --git a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_jp.properties b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_jp.properties index 6d45566af3f905f828b8cef89632714ea72cb020..69c1f104d8c793e3e324467b18bfba8f41aaa923 100644 --- a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_jp.properties +++ b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_jp.properties @@ -48,7 +48,7 @@ mailto.userlist=\u30E6\u30FC\u30B6\u30EA\u30B9\u30C8 msg.selectionempty=\u5C11\u306A\u304F\u3068\u30821\u540D\u306E\u30E6\u30FC\u30B6\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002 new.error.email.choosen=\u3053\u306E\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u306F\u3001\u3059\u3067\u306B\u767B\u9332\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u3053\u306E\u30E6\u30FC\u30B6\u306B\u95A2\u3057\u3066\u3001\u3055\u3089\u306B\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u4F5C\u6210\u3059\u308B\u5FC5\u8981\u306F\u3042\u308A\u307E\u305B\u3093\u3002\u30C7\u30FC\u30BF\u306F\u3001\u4FDD\u5B58\u3055\u308C\u307E\u305B\u3093\u3067\u3057\u305F\u3002 new.error.loginname.choosen=\u3053\u306E\u30E6\u30FC\u30B6\u306F\u3001\u3059\u3067\u306B\u5272\u308A\u5F53\u3066\u3089\u308C\u3066\u3044\u307E\u3059\u3002\u5225\u306E\u30E6\u30FC\u30B6\u3067\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002 -new.error.loginname.empty=\u30E6\u30FC\u30B6\u540D\u306B\u306F\u3001\u5C11\u306A\u304F\u3068\u30823\u6587\u5B57\u3092\u542B\u3080\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002a\u304B\u3089z\u307E\u3067\u306E\u6587\u5B57 (\u30A6\u30E0\u30E9\u30A6\u30C8\u304A\u3088\u3073\u5927\u6587\u5B57\u306F\u4E0D\u53EF) \u304A\u3088\u30730\u304B\u30899\u307E\u3067\u306E\u6570\u5B57\u3092\u4F7F\u3063\u3066\u304F\u3060\u3055\u3044\u3002 +new.error.loginname.empty=$org.olat.user\:form.checkUsername new.error.password.nomatch=2\u3064\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u304C\u5408\u81F4\u3057\u307E\u305B\u3093\u3002 new.error.property.invalid=\u7121\u52B9\u306A\u5165\u529B\u3067\u3059\! new.form.auth=OLAT\u30D1\u30B9\u30EF\u30FC\u30C9 diff --git a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_lt.properties b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_lt.properties index 43a4ec7d99c14ade850376a957c5f4b584cb0ae3..2c709a817df9e744dff1ecf17a23c002fc2057af 100644 --- a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_lt.properties +++ b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_lt.properties @@ -30,7 +30,7 @@ help.hover.rightsForm-eff=Pagalba apie sistemines roles ir teises mailto.userlist=Naudotoj\u0173 s\u0105ra\u0161as new.error.email.choosen=Toks naudotojo el. pa\u0161to adresas jau egzistuoja. Pra\u0161ome \u012Fvesti kit\u0105. Duomenys nei\u0161saugoti. new.error.loginname.choosen=Toks naudotojo vardas jau egzistuoja. Pra\u0161ome \u012Fvesti kit\u0105. -new.error.loginname.empty=Naudotojo vardas turi b\u016Bti bent i\u0161 trij\u0176 raid\u017Ei\u0173. Naudokite raid\u0117s nuo a iki z (be umliaut\u0173) ir skai\u010Dius nuo 0 iki 9. +new.error.loginname.empty=$org.olat.user\:form.checkUsername new.error.password.nomatch=Slapta\u017Eodiai nesutampa. new.form.auth=OLAT slapta\u017Eodis new.form.auth.false=Nesukurti dabar diff --git a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_nl_NL.properties b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_nl_NL.properties index d4f89ee2adffa58c244b337b4842d287c90dfb20..859e7359aedf9565b8b204a8998c498cdb2d4058 100644 --- a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_nl_NL.properties +++ b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_nl_NL.properties @@ -49,7 +49,7 @@ mailto.userlist=Lijst van gebruikers msg.selectionempty=Gelieve ten minste \u00E9\u00E9n gebruiker te selecteren. new.error.email.choosen=Dit e-mailadres bestaat al. Het is niet nodig om een ander account aan te maken voor deze gebruiker. Geen data opgeslagen. new.error.loginname.choosen=Deze gebruikersnaam werd al toegewezen. Gelieve een andere te proberen. -new.error.loginname.empty=Een gebruikersnaam moet ten minste 6 tekens bevatten. Gelieve enkel letters van a tot z te gebruiken (geen umlaut of hoofdletters) en getallen van 0 tot 9. +new.error.loginname.empty=$org.olat.user\:form.checkUsername new.error.password.nomatch=De twee wachtwoorden zijn niet gelijk. new.error.property.invalid=Ongeldige input\! new.form.auth=OLAT wachtwoord diff --git a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_pl.properties b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_pl.properties index d470b623a1f5555b413198061ab134f44e077d96..9d6be51d76b92de9f3239414a19f74a3d7685b47 100644 --- a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_pl.properties +++ b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_pl.properties @@ -49,7 +49,7 @@ mailto.userlist=Lista u\u017Cytkownik\u00F3w msg.selectionempty=Wybierz co najmniej jednego u\u017Cytkownika. new.error.email.choosen=Ten adres e-mail ju\u017C jest zapisany. Odmowa utworzenia drugiego konta dla tego samego u\u017Cytkownika. new.error.loginname.choosen=U\u017Cytkownik o podanej nazwie ju\u017C istnieje. Podaj inn\u0105 nazw\u0119. -new.error.loginname.empty=Nazwa u\u017Cytkownika musi zawiera\u0107 co najmniej 6 znaki. U\u017Cywaj tylko liter od a do z i cyfr od 0 do 9. +new.error.loginname.empty=$org.olat.user\:form.checkUsername new.error.password.nomatch=Podane has\u0142a s\u0105 r\u00F3\u017Cne new.error.property.invalid=B\u0142\u0119dna warto\u015B\u0107\! new.form.auth=Has\u0142o OLAT diff --git a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_pt_BR.properties b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_pt_BR.properties index d7e8fbaf353616c0971318c7320921f26cca4856..07b92063b175f73637011d5f93cdde80143b6b89 100644 --- a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_pt_BR.properties +++ b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_pt_BR.properties @@ -50,7 +50,7 @@ mailto.userlist=List of users msg.selectionempty=Favor selecione pelo menos um usu\u00E1rio. new.error.email.choosen=This e-mail address already exists. There is no need to create another account for this user. No data saved. new.error.loginname.choosen=This user name has already been allocated. Please try another one. -new.error.loginname.empty=The user name has to contain 6 characters at least. Please use only letters from a to z (no umlaut or capital letters) and numerals from 0 to 9. +new.error.loginname.empty=$org.olat.user\:form.checkUsername new.error.password.nomatch=The two passwords do not match. new.error.property.invalid=Entrada invalida\! new.form.auth=OLAT password diff --git a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_pt_PT.properties b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_pt_PT.properties index 99678d786de124c189aa96c56ee05cca1e339db7..b6ef004aa5c26d661db906d2361952ae7029af7c 100644 --- a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_pt_PT.properties +++ b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_pt_PT.properties @@ -33,7 +33,7 @@ help.hover.rightsForm-eff=Ajuda relativa a fun\u00E7\u00F5es do sistema e direit mailto.userlist=List of users new.error.email.choosen=This e-mail address already exists. There is no need to create another account for this user. No data saved. new.error.loginname.choosen=This user name has already been allocated. Please try another one. -new.error.loginname.empty=The user name has to contain 6 characters at least. Please use only letters from a to z (no umlaut or capital letters) and numerals from 0 to 9. +new.error.loginname.empty=$org.olat.user\:form.checkUsername new.error.password.nomatch=The two passwords do not match. new.form.auth=OLAT password new.form.auth.false=Do not create now diff --git a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_ru.properties b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_ru.properties index 54bfe0bbcf3230a1b8ec5820646e3e23872c1d18..2c91f98e7f98dee19714348c82909181029f104d 100644 --- a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_ru.properties +++ b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_ru.properties @@ -33,7 +33,7 @@ help.hover.rightsForm-eff=\u041F\u043E\u043C\u043E\u0449\u044C \u043A \u0440\u04 mailto.userlist=\u0421\u043F\u0438\u0441\u043E\u043A \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u0439 new.error.email.choosen=\u0414\u0430\u043D\u043D\u044B\u0439 \u0430\u0434\u0440\u0435\u0441 \u044D\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u0439 \u043F\u043E\u0447\u0442\u044B (\u0435-mail) \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442, \u0412\u044B \u043D\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u043E\u0437\u0434\u0430\u0442\u044C \u043D\u043E\u0432\u0443\u044E \u0443\u0447\u0451\u0442\u043D\u0443\u044E \u0437\u0430\u043F\u0438\u0441\u044C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F \u0434\u043B\u044F \u044D\u0442\u043E\u0439 \u043B\u0438\u0447\u043D\u043E\u0441\u0442\u0438. new.error.loginname.choosen=\u0414\u0430\u043D\u043D\u043E\u0435 \u0438\u043C\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442. \u041F\u043E\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u0437\u0430\u0434\u0430\u0442\u044C \u0434\u0440\u0443\u0433\u043E\u0435 \u0438\u043C\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F. -new.error.loginname.empty=\u0418\u043C\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F \u0434\u043E\u043B\u0436\u043D\u043E \u0441\u043E\u0441\u0442\u043E\u044F\u0442\u044C \u043A\u0430\u043A \u043C\u0438\u043D\u0438\u043C\u0443\u043C \u0438\u0437 \u0442\u0440\u0451\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u0438 \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0442\u044C \u0442\u043E\u043B\u043A\u043E \u0431\u0443\u043A\u0432\u044B \u043E\u0442 \u0430 \u0434\u043E \u044F \u0438 \u0446\u0438\u0444\u0440\u044B \u043E\u0442 0 \u0434\u043E 9. +new.error.loginname.empty=$org.olat.user\:form.checkUsername new.error.password.nomatch=\u041E\u0431\u0430 \u043D\u043E\u0432\u044B\u0445 \u043F\u0430\u0440\u043E\u043B\u044F \u043D\u0435 \u0441\u043E\u0432\u043F\u0430\u0434\u0430\u044E\u0442. new.form.auth=\u041F\u0430\u0440\u043E\u043B\u044C \u0434\u043B\u044F OLAT new.form.auth.false=\u043F\u043E\u0437\u0436\u0435 \u0437\u0430\u043D\u0435\u0441\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443 diff --git a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_sq.properties b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_sq.properties index a92252207ca7e107312f40d862809ac2dcd0686e..1b06866a530b2669fe7f95d9a37d87d6b6454be2 100644 --- a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_sq.properties +++ b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_sq.properties @@ -33,7 +33,7 @@ help.hover.rightsForm-eff=Ndihma mbi rolet e sistemit mailto.userlist=Lista e shfryt\u00EBzuesve new.error.email.choosen=Kjo adrese e e-post\u00EBs tani ekziston. Nuk ka nevoj\u00EB t\u00EB krijohet nj\u00EB llogari tjet\u00EBr p\u00EBr k\u00EBt\u00EB shfryt\u00EBzues. Nuk u ruajt\u00EBn t\u00EB dh\u00EBnat. new.error.loginname.choosen=Ky shfryt\u00EBzues tani \u00EBsht\u00EB i z\u00EBn\u00EB. Ju lutemi provoni nj\u00EB em\u00EBr tjet\u00EBr t\u00EB shfryt\u00EBzuesit. -new.error.loginname.empty=Emri i shfryt\u00EBzuesi duhet t\u00EB mbaj t\u00EB pakt\u00EBn 6 karaktere. Ju lutemi p\u00EBrdorni vet\u00EBm shkronja nga a n\u00EB zh (pa \u00EB) dhe numerat nga 0 n\u00EB 9. +new.error.loginname.empty=$org.olat.user\:form.checkUsername new.error.password.nomatch=Dy fjal\u00EBkalimet nuk p\u00EBrputhen. new.error.property.invalid=E hyr\u00EB e pavlefshme\! new.form.auth=OLAT fjal\u00EBkalimi diff --git a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_zh_CN.properties b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_zh_CN.properties index 0c7d5168a9259af7e329b21e158c8a24213f414a..42212d1a6929676532a5a4ccb8aa959ceb7d0f0f 100644 --- a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_zh_CN.properties +++ b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_zh_CN.properties @@ -49,7 +49,7 @@ mailto.userlist=\u7528\u6237\u5217\u8868 msg.selectionempty=\u8BF7\u60A8\u81F3\u5C11\u9009\u62E9\u4E00\u4E2A\u7528\u6237 new.error.email.choosen=\u8BE5e-mail \u5730\u5740\u5DF2\u5B58\u5728\uFF0C\u8FD9\u91CC\u4E0D\u9700\u8981\u4E3A\u8BE5\u7528\u6237\u521B\u5EFA\u53E6\u4E00\u4E2A\u5E10\u6237\uFF0C\u65E0\u6570\u636E\u4FDD\u5B58\u3002 new.error.loginname.choosen=\u8BE5\u7528\u6237\u540D\u5DF2\u6CE8\u518C\uFF0C\u8BF7\u9009\u7528\u53E6\u4E00\u4E2A\u3002 -new.error.loginname.empty=\u7528\u6237\u540D\u5FC5\u987B\u5305\u542B\u81F3\u5C116\u4E2A\u5B57\u7B26\u3002\u8BF7\u4F7F\u7528\u5B57\u6BCDa-z\u548C\u6570\u5B570-9. +new.error.loginname.empty=$org.olat.user\:form.checkUsername new.error.password.nomatch=\u5BC6\u7801\u4E0D\u4E00\u81F4\u3002 new.error.property.invalid=\u65E0\u6548\u8F93\u5165\uFF01 new.form.auth=OLAT\u5BC6\u7801 diff --git a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_zh_TW.properties b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_zh_TW.properties index bcfd8904facb6bd4d5f686bff0b204105032f735..41b39f831ab07801291904609d8ab15346bedae3 100644 --- a/src/main/java/org/olat/admin/user/_i18n/LocalStrings_zh_TW.properties +++ b/src/main/java/org/olat/admin/user/_i18n/LocalStrings_zh_TW.properties @@ -46,7 +46,7 @@ mailto.userlist=\u4F7F\u7528\u8005\u6E05\u55AE msg.selectionempty=\u8ACB\u9078\u64C7\u81F3\u5C11\u4E00\u4F4D\u4F7F\u7528\u8005\u3002 new.error.email.choosen=\u9019\u500B\u96FB\u5B50\u90F5\u4EF6\u5730\u5740\u5DF2\u5B58\u5728\u3002\u4E0D\u9700\u8981\u70BA\u9019\u500B\u4F7F\u7528\u8005\u5EFA\u7ACB\u53E6\u4E00\u500B\u5E33\u865F\u3002\u6C92\u6709\u8CC7\u6599\u5132\u5B58\u3002 new.error.loginname.choosen=\u9019\u500B\u4F7F\u7528\u8005\u540D\u7A31\u5DF2\u88AB\u8A3B\u518A\u4E86\u3002\u8ACB\u5617\u8A66\u53E6\u4E00\u500B\u3002 -new.error.loginname.empty=\u4F7F\u7528\u8005\u540D\u7A31\u5FC5\u9808\u5305\u542B\u81F3\u5C11 6 \u500B\u5B57\u5143\u3002\u8ACB\u53EA\u4F7F\u7528\u5C0F\u5BEB\u82F1\u6587\u5B57\u6BCD a\uFF5Ez \u548C\u6578\u5B57 0\uFF5E9\u3002 +new.error.loginname.empty=$org.olat.user\:form.checkUsername new.error.password.nomatch=\u9019\u5169\u500B\u5BC6\u78BC\u4E0D\u4E00\u81F4\u3002 new.error.property.invalid=\u4E0D\u6B63\u78BA\u7684\u8F38\u5165\uFF01 new.form.auth=OLAT \u5BC6\u78BC diff --git a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_ar.properties b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_ar.properties index 4b3623c321e52e809d0555ff57430106a2fe9d97..377c47f646420037733576176765741e2555c417 100644 --- a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_ar.properties +++ b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_ar.properties @@ -3,7 +3,7 @@ bulk.auto.disc=\u0642\u0628\u0648\u0644 \u0634\u0631\u0648\u0637 \u0627\u0644\u0 bulk.psw.newpsw=\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 bulk.psw.submit=\u062A\u0646\u0641\u064A\u0630 bulk.psw.users=\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 -error.password=$org.olat.user\:error.password.characters +error.password=$org.olat.user\:form.checkPassword form.name.language=\u0627\u0644\u0644\u063A\u0629 form.name.pwd=\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 main.menu.title=\u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u0623\u0648\u0644\u0627\u062A diff --git a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_bg.properties b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_bg.properties index ffb81841730d2847b022f16dadd89a47bb7fad93..90a0dbc27f6bbcd2cf6dc41f612a4125c90966a4 100644 --- a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_bg.properties +++ b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_bg.properties @@ -1,5 +1,5 @@ #Thu Jul 16 16:08:41 CEST 2009 -error.password=$org.olat.user\:error.password.characters +error.password=$org.olat.user\:form.checkPassword form.name.language=\u0415\u0437\u0438\u043A form.name.pwd=\u041F\u0430\u0440\u043E\u043B\u0430 role.add=\u041F\u0440\u0438\u0431\u0430\u0432\u0435\u0442\u0435 diff --git a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_cs.properties b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_cs.properties index e07d9375a9e6663b72987ba76b54b1494df5b3c8..6401bed93a612cbad7e1ff8b687df1a825d78b33 100644 --- a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_cs.properties +++ b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_cs.properties @@ -1,5 +1,5 @@ #Mon Mar 02 09:54:13 CET 2009 -error.password=$org.olat.user\:error.password.characters +error.password=$org.olat.user\:form.checkPassword form.name.language=Jazyk form.name.pwd=Heslo role.add=Vlo\u017Eit diff --git a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_de.properties b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_de.properties index 7b79a86f954b954337f3972298ac5e16a4719938..5e53a9b6104f42874883166fe1529bd33427b7bd 100644 --- a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_de.properties +++ b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_de.properties @@ -1,5 +1,5 @@ #Mon Mar 02 09:54:04 CET 2009 -error.password=$org.olat.user\:error.password.characters +error.password=$org.olat.user\:form.checkPassword form.name.language=Sprache form.name.pwd=Passwort role.add=hinzuf\u00FCgen diff --git a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_el.properties b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_el.properties index 13bfae222f2eba99a8f1f8dc860277d595a3ade7..cff24d340b8caebbda4063e3c0959a75fb94d1de 100644 --- a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_el.properties +++ b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_el.properties @@ -5,7 +5,7 @@ bulk.psw.done=\u03A4\u03C1\u03BF\u03C0\u03BF\u03C0\u03BF\u03B9\u03AE\u03B8\u03B7 bulk.psw.newpsw=\u039A\u03C9\u03B4\u03B9\u03BA\u03CC\u03C2 bulk.psw.submit=\u03A5\u03C0\u03BF\u03B2\u03BF\u03BB\u03AE bulk.psw.users=\u039B\u03AF\u03C3\u03C4\u03B1 \u03C7\u03C1\u03B7\u03C3\u03C4\u03CE\u03BD -error.password=$org.olat.user\:error.password.characters +error.password=$org.olat.user\:form.checkPassword form.name.language=\u0393\u03BB\u03CE\u03C3\u03C3\u03B1 form.name.pwd=\u039A\u03C9\u03B4\u03B9\u03BA\u03CC\u03C2 \u03A0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2 main.menu.title=\u039A\u03C9\u03B4\u03B9\u03BA\u03CC\u03C2 OLAT diff --git a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_en.properties b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_en.properties index 36d0275a340ff563e0048cace43d3b1c0a1b3b1f..277b904b694dcf83a7031737058a09d2a022bcf0 100644 --- a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_en.properties +++ b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_en.properties @@ -5,7 +5,7 @@ bulk.psw.done={0} users edited. bulk.psw.newpsw=Password bulk.psw.submit=Submit bulk.psw.users=User list -error.password=$org.olat.user\:error.password.characters +error.password=$org.olat.user\:form.checkPassword form.name.language=Language form.name.pwd=Password main.menu.title=OLAT password diff --git a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_es.properties b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_es.properties index 6b976602d79ee4f8fabd9b3a55a38572b638641a..6fe261197444b2c5b5bae9c0c5ab2055f967ff3b 100644 --- a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_es.properties +++ b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_es.properties @@ -1,5 +1,5 @@ #Mon Mar 09 05:14:49 CET 2009 -error.password=$org.olat.user\:error.password.characters +error.password=$org.olat.user\:form.checkPassword form.name.language=Idioma form.name.pwd=Contrase\u00F1a role.add=Agregar diff --git a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_fr.properties b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_fr.properties index 17d78b66560703b6f1e5f39ddbaca6d0fb5a9a8b..23b731d4b6e5bf2d4ac998d825b9d74ba020c81b 100644 --- a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_fr.properties +++ b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_fr.properties @@ -6,7 +6,7 @@ bulk.psw.done={0} utilisateurs trait\u00E9s. bulk.psw.newpsw=Mot de passe bulk.psw.submit=Ex\u00E9cuter bulk.psw.users=Liste utilisateurs -error.password=$org.olat.user\:error.password.characters +error.password=$org.olat.user\:form.checkPassword form.name.language=langue form.name.pwd=mot de passe main.menu.title=Mot de passe OLAT diff --git a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_it.properties b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_it.properties index 7299937cbeb3ef5d7b7042ac8e28ab122093f29e..6ede9cf71cff568199e50252df264750338ee1ec 100644 --- a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_it.properties +++ b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_it.properties @@ -5,7 +5,7 @@ bulk.psw.done={0} utenti elaborati. bulk.psw.newpsw=Password bulk.psw.submit=Eseguire bulk.psw.users=Lista utenti -error.password=$org.olat.user\:error.password.characters +error.password=$org.olat.user\:form.checkPassword form.name.language=Lingua form.name.pwd=Password main.menu.title=Password OLAT diff --git a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_jp.properties b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_jp.properties index 914d0725be36d5724cda0d514a077e8e13566ff6..5c87464fdde36e9a241b8a99147c9405c428bf87 100644 --- a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_jp.properties +++ b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_jp.properties @@ -5,7 +5,7 @@ bulk.psw.done={0} \u30E6\u30FC\u30B6\u304C\u7DE8\u96C6\u3055\u308C\u307E\u3057\u bulk.psw.newpsw=\u30D1\u30B9\u30EF\u30FC\u30C9 bulk.psw.submit=\u9001\u4FE1 bulk.psw.users=\u30E6\u30FC\u30B6\u30EA\u30B9\u30C8 -error.password=$org.olat.user\:error.password.characters +error.password=$org.olat.user\:form.checkPassword form.name.language=\u8A00\u8A9E form.name.pwd=\u30D1\u30B9\u30EF\u30FC\u30C9 main.menu.title=OLAT\u30D1\u30B9\u30EF\u30FC\u30C9 diff --git a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_nl_NL.properties b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_nl_NL.properties index 2fba88f54971fc5f9fd1c3d5ba5424383d9353cf..133d5f0279f05cf5abab14d2574b2f7a64ab92bf 100644 --- a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_nl_NL.properties +++ b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_nl_NL.properties @@ -5,7 +5,7 @@ bulk.psw.done={0} gebruikers aangepast. bulk.psw.newpsw=Wachtwoord bulk.psw.submit=Ingeven bulk.psw.users=Gebruikerslijst -error.password=$org.olat.user\:error.password.characters +error.password=$org.olat.user\:form.checkPassword form.name.language=Taal form.name.pwd=Wachtwoord main.menu.title=OLAT wachtwoord diff --git a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_pl.properties b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_pl.properties index 283ae85fd3f9ae3f18a1f8957d76a25487d1fecb..a9bb3d5c3488750144dfca769933f91af8272bf6 100644 --- a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_pl.properties +++ b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_pl.properties @@ -5,7 +5,7 @@ bulk.psw.done={0} edytowanych u\u017Cytkownik\u00F3w. bulk.psw.newpsw=Has\u0142o bulk.psw.submit=Zatwierd\u017A bulk.psw.users=Lista u\u017Cytkownik\u00F3w -error.password=$org.olat.user\:error.password.characters +error.password=$org.olat.user\:form.checkPassword form.name.language=J\u0119zyk form.name.pwd=Has\u0142o main.menu.title=Has\u0142o OLAT diff --git a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_pt_BR.properties b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_pt_BR.properties index 35d3bf755f1abae0b87d7217c7fcafe5adff59f4..37f4ff660d42682ab38cd2e8eeca26487461e166 100644 --- a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_pt_BR.properties +++ b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_pt_BR.properties @@ -6,7 +6,7 @@ bulk.psw.done={0} usu\u00E1rios editados bulk.psw.newpsw=Senha bulk.psw.submit=Enviar bulk.psw.users=Lista de usu\u00E1rios -error.password=$org.olat.user\:error.password.characters +error.password=$org.olat.user\:form.checkPassword form.name.language=Idioma form.name.pwd=Senha main.menu.title=Senha OLAT diff --git a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_sq.properties b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_sq.properties index cbecc14c6e67dc9749edb7273710d0074c04e27d..26656e4fa6bb38857d25aa15a2eeca143cddf27b 100644 --- a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_sq.properties +++ b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_sq.properties @@ -1,5 +1,5 @@ #Mon Mar 02 09:54:11 CET 2009 -error.password=$org.olat.user\:error.password.characters +error.password=$org.olat.user\:form.checkPassword form.name.language=Gjuha form.name.pwd=Fjal\u00EBkalimi role.add=shto diff --git a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_zh_CN.properties b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_zh_CN.properties index 4317aa1101efa03bfddfef3fef80f39fc19daa4c..4dc74173a47c4596ac88fa44fb7b1756b9e5001b 100644 --- a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_zh_CN.properties +++ b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_zh_CN.properties @@ -5,7 +5,7 @@ bulk.psw.done={0}\u7528\u6237\u7F16\u8F91\u8FC7\u3002 bulk.psw.newpsw=\u5BC6\u7801 bulk.psw.submit=\u63D0\u4EA4 bulk.psw.users=\u7528\u6237\u5217\u8868 -error.password=$org.olat.user\:error.password.characters +error.password=$org.olat.user\:form.checkPassword form.name.language=\u8BED\u8A00 form.name.pwd=\u5BC6\u7801 role.add=\u6DFB\u52A0 diff --git a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_zh_TW.properties b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_zh_TW.properties index 7446fe6ef4bee7f34912a4faeafc8af49a969a0f..a0c59cfe3dd2b01f52ac49cd019fafc230ab8512 100644 --- a/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_zh_TW.properties +++ b/src/main/java/org/olat/admin/user/bulkChange/_i18n/LocalStrings_zh_TW.properties @@ -5,7 +5,7 @@ bulk.psw.done={0} \u500B\u4F7F\u7528\u8005\u88AB\u7DE8\u8F2F\u3002 bulk.psw.newpsw=\u5BC6\u78BC bulk.psw.submit=\u9001\u51FA bulk.psw.users=\u4F7F\u7528\u8005\u6E05\u55AE -error.password=$org.olat.user\:error.password.characters +error.password=$org.olat.user\:form.checkPassword form.name.language=\u8A9E\u8A00 form.name.pwd=\u5BC6\u78BC main.menu.title=OLAT \u5BC6\u78BC diff --git a/src/main/java/org/olat/admin/user/imp/_content/step0.html b/src/main/java/org/olat/admin/user/imp/_content/step0.html index 4d15b92c41821b079c2bab7cb2f8eaa1cfef08b6..135ffb50e4997fcf8b93d4734e3358cd32763aa8 100644 --- a/src/main/java/org/olat/admin/user/imp/_content/step0.html +++ b/src/main/java/org/olat/admin/user/imp/_content/step0.html @@ -9,6 +9,12 @@ $r.translate("formatexplanation.part2a") $r.translate("formatexplanation.part3") <p /> +$r.translate("formatexplanation.conventions") +<ul> + <li>$r.translateWithPackage("org.olat.user", "form.checkPassword")</li> + <li>$r.translateWithPackage("org.olat.user", "form.checkUsername")</li> +</ul> + #b_togglebox_start("o_usermanagement_importexample" "$r.translate('import.example')") #if($canCreateOLATPassword) <img alt="$r.translateInAttribute("import.example")" src='$r.staticLink('images/screen/userimport.png')' /> diff --git a/src/main/java/org/olat/admin/user/imp/_i18n/LocalStrings_de.properties b/src/main/java/org/olat/admin/user/imp/_i18n/LocalStrings_de.properties index 8b67820d419cf8bc94b2520daf9566375b86280c..be5f3532c1ae933ddea12a5a67ab4afaf827bab9 100644 --- a/src/main/java/org/olat/admin/user/imp/_i18n/LocalStrings_de.properties +++ b/src/main/java/org/olat/admin/user/imp/_i18n/LocalStrings_de.properties @@ -18,6 +18,7 @@ formatexplanation.part2.cancreatepassword=Benutzername *, Passwort, Sprache{0}.< formatexplanation.part2.cannotcreatepassword=Benutzername *, Sprache{0}. </li> formatexplanation.part2a=<li>Folgende Felder sind auszuf\u00FCllen (solche mit * zwingend)\: formatexplanation.part3=<li>Wenn das Feld "Sprache" leer gelassen wird, so wird die Standardsprache der OLAT-Installation verwendet.</li><li>Orientieren Sie sich in der Excel-Vorlage \u00FCber die Reihenfolge der Angaben und \u00FCber weitere konfigurationsabh\u00E4ngige Spalten. </li></ul> +formatexplanation.conventions=Richtlinien für Benutzername und Passwort: import.confirm=Sie m\u00F6chten {0} Benutzer importieren. Davon ist/sind {1} neu, {2} ist/sind bereits in OLAT vorhanden. Klicken Sie auf "Fertigstellen", um {1} neue Benutzer zu importieren. import.description0=Gef\u00FChrt von einem Wizard k\u00F6nnen Sie mehrere Benutzer auf einmal importieren. Sie ben\u00F6tigen dazu eine Liste mit durch Tabulator separierten Werten. import.description1=Was Sie w\u00E4hrend des Wizards erwartet\: diff --git a/src/main/java/org/olat/admin/user/imp/_i18n/LocalStrings_en.properties b/src/main/java/org/olat/admin/user/imp/_i18n/LocalStrings_en.properties index ff4ae9cef47d2a7d7d15e492bafcd04e1209d4c0..12eb5778a33739a76c4fabd6c618ea203a07f3f8 100644 --- a/src/main/java/org/olat/admin/user/imp/_i18n/LocalStrings_en.properties +++ b/src/main/java/org/olat/admin/user/imp/_i18n/LocalStrings_en.properties @@ -18,6 +18,7 @@ formatexplanation.part2.cancreatepassword=User name *, password, language{0}. </ formatexplanation.part2.cannotcreatepassword=User name *, language{0}. </li> formatexplanation.part2a=<li>You have to fill in the following fields (* is mandatory)\: formatexplanation.part3=<li>If the field "Language" remains blank the default language of the OLAT installation will be used.</li><li>See Excel template for further information on the order of data or other columns that depend on your configuration. </li></ul> +formatexplanation.conventions=Rules for username and password: import.confirm=You want to import {0} users. {1} is/are new and {2} already existing. Please click on "Finish" to import {1} new users. import.description0=A Wizard helps you to import several users at once. All you need is a list with values separated by tabulators. import.description1=What you can expect when using this Wizard\: diff --git a/src/main/java/org/olat/collaboration/_i18n/LocalStrings_pl.properties b/src/main/java/org/olat/collaboration/_i18n/LocalStrings_pl.properties index 1ab28a945228ecb4d3a506cd3421b9dc1ab7779b..9228413c6e02a0d3b98f17ace9e891a341defeac 100644 --- a/src/main/java/org/olat/collaboration/_i18n/LocalStrings_pl.properties +++ b/src/main/java/org/olat/collaboration/_i18n/LocalStrings_pl.properties @@ -1,4 +1,4 @@ -#Sat Mar 13 23:32:54 CET 2010 +#Thu Dec 13 22:07:16 CET 2012 calendar.access=Dost\u0119p do wpisu do kalendarza calendar.access.all=Wszyscy cz\u0142onkowie calendar.access.owners=W\u0142a\u015Bciciele @@ -11,5 +11,9 @@ collabtools.named.hasForum=Forum collabtools.named.hasNews=Informacje dla cz\u0142onk\u00F3w collabtools.named.hasWiki=Wiki folder=Folder +folder.access=Prawo zapisu +folder.access.all=Wszyscy cz\u0142onkowie +folder.access.owners=W\u0142a\u015Bciciele +folder.access.title=Kunfiguruj prawa zapisu do folderu news.content=Informacje dla cz\u0142onk\u00F3w selection=Wyb\u00F3r diff --git a/src/main/java/org/olat/core/commons/modules/bc/BriefcaseWebDAVMergeSource.java b/src/main/java/org/olat/core/commons/modules/bc/BriefcaseWebDAVMergeSource.java index f22a2f2cce639336919420a8c73b37ba5cd87b12..17f5ca3d9b29e86f3d529c2fbb7468aca482990c 100644 --- a/src/main/java/org/olat/core/commons/modules/bc/BriefcaseWebDAVMergeSource.java +++ b/src/main/java/org/olat/core/commons/modules/bc/BriefcaseWebDAVMergeSource.java @@ -82,7 +82,9 @@ public class BriefcaseWebDAVMergeSource extends MergeSource { return super.getLocalSecurityCallback(); } - private void init() { + @Override + protected void init() { + super.init(); // mount /public String rootPath = PersonalFolderManager.getInstance().getRootPathFor(identity); OlatRootFolderImpl vfsPublic = new OlatRootFolderImpl(rootPath + "/public", this); diff --git a/src/main/java/org/olat/core/util/mail/MailBoxExtension.java b/src/main/java/org/olat/core/util/mail/MailBoxExtension.java index b8f2dfa56349bcb37834fd35242bbaafa6d460f4..c2cc57f9fcba9be092afe0ce433c2af4def9c1a9 100644 --- a/src/main/java/org/olat/core/util/mail/MailBoxExtension.java +++ b/src/main/java/org/olat/core/util/mail/MailBoxExtension.java @@ -108,7 +108,7 @@ public class MailBoxExtension extends BasicManager implements MailContextResolve //set as deleted all recipients logInfo("Delete intern messages"); - Collection<DBMail> inbox = new HashSet<DBMail>(mailManager.getInbox(identity, null, false, null, 0, 0)); + Collection<DBMail> inbox = new HashSet<DBMail>(mailManager.getInbox(identity, null, Boolean.FALSE, null, 0, 0)); for(DBMail inMail:inbox) { mailManager.delete(inMail, identity, true); } diff --git a/src/main/java/org/olat/core/util/mail/manager/MailManager.java b/src/main/java/org/olat/core/util/mail/manager/MailManager.java index 5242eb1ff932457863df53eb4a3e9eb756e894ff..07b7615d0a0ad8abca5099aabc70d5cd962ea314 100644 --- a/src/main/java/org/olat/core/util/mail/manager/MailManager.java +++ b/src/main/java/org/olat/core/util/mail/manager/MailManager.java @@ -49,10 +49,11 @@ import javax.mail.internet.MimeBodyPart; import javax.mail.internet.MimeMessage; import javax.mail.internet.MimeMultipart; import javax.mail.util.ByteArrayDataSource; +import javax.persistence.TemporalType; +import javax.persistence.TypedQuery; import org.apache.commons.io.IOUtils; import org.olat.core.commons.persistence.DB; -import org.olat.core.commons.persistence.DBQuery; import org.olat.core.commons.persistence.PersistentObject; import org.olat.core.helpers.Settings; import org.olat.core.id.Identity; @@ -166,13 +167,12 @@ public class MailManager extends BasicManager { .append(" left join fetch mail.recipients recipients") .append(" where mail.key=:mailKey"); - DBQuery query = dbInstance.createQuery(sb.toString()); - query.setLong("mailKey", key); - - List<DBMailImpl> mails = query.list(); + List<DBMail> mails = dbInstance.getCurrentEntityManager() + .createQuery(sb.toString(), DBMail.class) + .setParameter("mailKey", key) + .getResultList(); if(mails.isEmpty()) return null; - DBMailImpl mail = mails.get(0); - return mail; + return mails.get(0); } public List<DBMailAttachment> getAttachments(DBMail mail) { @@ -181,11 +181,10 @@ public class MailManager extends BasicManager { .append(" inner join attachment.mail mail") .append(" where mail.key=:mailKey"); - DBQuery query = dbInstance.createQuery(sb.toString()); - query.setLong("mailKey", mail.getKey()); - - List<DBMailAttachment> attachments = query.list(); - return attachments; + return dbInstance.getCurrentEntityManager() + .createQuery(sb.toString(), DBMailAttachment.class) + .setParameter("mailKey", mail.getKey()) + .getResultList(); } public DBMailAttachmentData getAttachmentWithData(Long key) { @@ -193,10 +192,10 @@ public class MailManager extends BasicManager { sb.append("select attachment from ").append(DBMailAttachmentData.class.getName()).append(" attachment") .append(" where attachment.key=:attachmentKey"); - DBQuery query = dbInstance.createQuery(sb.toString()); - query.setLong("attachmentKey", key); - - List<DBMailAttachmentData> mails = query.list(); + List<DBMailAttachmentData> mails = dbInstance.getCurrentEntityManager() + .createQuery(sb.toString(), DBMailAttachmentData.class) + .setParameter("attachmentKey", key) + .getResultList(); if(mails.isEmpty()) return null; return mails.get(0); } @@ -208,12 +207,10 @@ public class MailManager extends BasicManager { .append(" inner join recipient.recipient recipientIdentity") .append(" where recipientIdentity.key=:recipientKey and recipient.read=false and recipient.deleted=false"); - DBQuery query = dbInstance.createQuery(sb.toString()); - query.setLong("recipientKey", identity.getKey()); - - List<Number> mails = query.list(); - if(mails.isEmpty()) return false; - return mails.get(0).intValue() > 0; + Number count = dbInstance.getCurrentEntityManager().createQuery(sb.toString(), Number.class) + .setParameter("recipientKey", identity.getKey()) + .getSingleResult(); + return count.intValue() > 0; } /** @@ -376,16 +373,15 @@ public class MailManager extends BasicManager { .append(" where fromRecipientIdentity.key=:fromKey and fromRecipient.deleted=false and recipientIdentity.key!=:fromKey") .append(" order by mail.creationDate desc"); - DBQuery query = dbInstance.createQuery(sb.toString()); + TypedQuery<DBMail> query = dbInstance.getCurrentEntityManager().createQuery(sb.toString(), DBMail.class) + .setParameter("fromKey", from.getKey()); if(maxResults > 0) { query.setMaxResults(maxResults); } - if(firstResult >= 0) { + if(firstResult > 0) { query.setFirstResult(firstResult); } - query.setLong("fromKey", from.getKey()); - - List<DBMail> mails = query.list(); + List<DBMail> mails = query.getResultList(); return mails; } @@ -398,10 +394,9 @@ public class MailManager extends BasicManager { .append(" inner join fromRecipient.recipient fromRecipientIdentity") .append(" where mail.metaId=:metaId"); - DBQuery query = dbInstance.createQuery(sb.toString()); - query.setString("metaId", metaId); - List<DBMail> mails = query.list(); - return mails; + return dbInstance.getCurrentEntityManager().createQuery(sb.toString(), DBMail.class) + .setParameter("metaId", metaId) + .getResultList(); } /** @@ -428,22 +423,21 @@ public class MailManager extends BasicManager { if(from != null) { sb.append(" and mail.creationDate>=:from"); } - sb.append(" order by mail.creationDate desc"); - DBQuery query = dbInstance.createQuery(sb.toString()); + TypedQuery<DBMail> query = dbInstance.getCurrentEntityManager().createQuery(sb.toString(), DBMail.class) + .setParameter("recipientKey", identity.getKey()); if(maxResults > 0) { query.setMaxResults(maxResults); } - if(firstResult >= 0) { + if(firstResult > 0) { query.setFirstResult(firstResult); } - query.setLong("recipientKey", identity.getKey()); if(from != null) { - query.setDate("from", from); + query.setParameter("from", from, TemporalType.TIMESTAMP); } - List<DBMail> mails = query.list(); + List<DBMail> mails = query.getResultList(); return mails; } diff --git a/src/main/java/org/olat/core/util/mail/ui/MailController.java b/src/main/java/org/olat/core/util/mail/ui/MailController.java index a4f26b6a5a9fed64cc42c9223d031786a0861f94..45f19379a4c088dde58f8debea6df87e12955aa9 100644 --- a/src/main/java/org/olat/core/util/mail/ui/MailController.java +++ b/src/main/java/org/olat/core/util/mail/ui/MailController.java @@ -71,7 +71,7 @@ public class MailController extends FormBasicController { this.mail = mail; this.back = back; mailManager = MailManager.getInstance(); - attachments = MailManager.getInstance().getAttachments(mail); + attachments = mailManager.getAttachments(mail); if(!attachments.isEmpty()) { mapperBaseURI = registerMapper(ureq, new MailAttachmentMapper(mailManager)); } diff --git a/src/main/java/org/olat/core/util/mail/ui/MailListController.java b/src/main/java/org/olat/core/util/mail/ui/MailListController.java index 0387e744231f551199409cab68a0041e4fedc6e9..ea3356bcf1be4a924aac7c05f1c099dacb1c24bb 100644 --- a/src/main/java/org/olat/core/util/mail/ui/MailListController.java +++ b/src/main/java/org/olat/core/util/mail/ui/MailListController.java @@ -208,7 +208,7 @@ public class MailListController extends BasicController implements Activateable2 if(StringHelper.containsNonWhitespace(metaId)) { mails = MailManager.getInstance().getEmailsByMetaId(metaId); } else { - mails = MailManager.getInstance().getOutbox(getIdentity(), 0, 0); + mails = MailManager.getInstance().getOutbox(getIdentity(), 0, -1); } //strip meta emails @@ -224,7 +224,7 @@ public class MailListController extends BasicController implements Activateable2 } } } else { - mails = MailManager.getInstance().getInbox(getIdentity(), null, Boolean.TRUE, null, 0, 0); + mails = MailManager.getInstance().getInbox(getIdentity(), null, Boolean.TRUE, null, 0, -1); } //extract contexts diff --git a/src/main/java/org/olat/core/util/vfs/MergeSource.java b/src/main/java/org/olat/core/util/vfs/MergeSource.java index 8a26fc43e63c6a59f6a407a1c1a523fec3fb476f..4384845fc27cfd04c0ad1599c2be8662b8d4c610 100644 --- a/src/main/java/org/olat/core/util/vfs/MergeSource.java +++ b/src/main/java/org/olat/core/util/vfs/MergeSource.java @@ -46,8 +46,8 @@ import org.olat.core.util.vfs.filters.VFSItemFilter; public class MergeSource extends AbstractVirtualContainer { private VFSContainer parentContainer; - private final List<VFSContainer> mergedContainers; - private final List<VFSContainer> mergedContainersChildren; + private transient List<VFSContainer> mergedContainers; + private transient List<VFSContainer> mergedContainersChildren; private VFSContainer rootWriteContainer; private VFSSecurityCallback securityCallback; @@ -57,8 +57,17 @@ public class MergeSource extends AbstractVirtualContainer { public MergeSource(VFSContainer parentContainer, String name) { super(name); this.parentContainer = parentContainer; - this.mergedContainers = new ArrayList<VFSContainer>(); - this.mergedContainersChildren = new ArrayList<VFSContainer>(); + mergedContainers = new ArrayList<VFSContainer>(); + mergedContainersChildren = new ArrayList<VFSContainer>(); + } + + protected void init() { + if(mergedContainers == null) { + mergedContainers = new ArrayList<VFSContainer>(); + } + if(mergedContainersChildren == null) { + mergedContainersChildren = new ArrayList<VFSContainer>(2); + } } @Override diff --git a/src/main/java/org/olat/course/CoursefolderWebDAVMergeSource.java b/src/main/java/org/olat/course/CoursefolderWebDAVMergeSource.java index 09b3032b6cdaf13024abfdd99942007411fea154..b936bd8ec6c327f7d357afe73c386e5ad1e2e843 100644 --- a/src/main/java/org/olat/course/CoursefolderWebDAVMergeSource.java +++ b/src/main/java/org/olat/course/CoursefolderWebDAVMergeSource.java @@ -121,7 +121,9 @@ class CoursefolderWebDAVMergeSource extends MergeSource { return super.resolve(path); } - private void init() { + @Override + protected void init() { + super.init(); RepositoryManager rm = RepositoryManager.getInstance(); List<RepositoryEntry> courseEntries = rm.queryByEditor(identity, CourseModule.getCourseTypeName()); // Add all found repo entries to merge source diff --git a/src/main/java/org/olat/course/MergedCourseContainer.java b/src/main/java/org/olat/course/MergedCourseContainer.java new file mode 100644 index 0000000000000000000000000000000000000000..70ea9acaf18f6f2e39fb1426b049925200fc02aa --- /dev/null +++ b/src/main/java/org/olat/course/MergedCourseContainer.java @@ -0,0 +1,119 @@ +/** + * <a href="http://www.openolat.org"> + * OpenOLAT - Online Learning and Training</a><br> + * <p> + * Licensed under the Apache License, Version 2.0 (the "License"); <br> + * you may not use this file except in compliance with the License.<br> + * You may obtain a copy of the License at the + * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a> + * <p> + * Unless required by applicable law or agreed to in writing,<br> + * software distributed under the License is distributed on an "AS IS" BASIS, <br> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. <br> + * See the License for the specific language governing permissions and <br> + * limitations under the License. + * <p> + * Initial code contributed and copyrighted by<br> + * frentix GmbH, http://www.frentix.com + * <p> + */ +package org.olat.course; + +import org.olat.core.commons.modules.bc.vfs.OlatNamedContainerImpl; +import org.olat.core.commons.modules.bc.vfs.OlatRootFolderImpl; +import org.olat.core.logging.OLog; +import org.olat.core.logging.Tracing; +import org.olat.core.util.StringHelper; +import org.olat.core.util.vfs.MergeSource; +import org.olat.core.util.vfs.NamedContainerImpl; +import org.olat.core.util.vfs.callbacks.ReadOnlyCallback; +import org.olat.course.config.CourseConfig; +import org.olat.course.nodes.BCCourseNode; +import org.olat.course.nodes.CourseNode; +import org.olat.modules.sharedfolder.SharedFolderManager; +import org.olat.repository.RepositoryEntry; +import org.olat.repository.RepositoryManager; + +/** + * + * @author srosse, stephane.rosse@frentix.com, http://www.frentix.com + */ +public class MergedCourseContainer extends MergeSource { + + private static final OLog log = Tracing.createLoggerFor(MergedCourseContainer.class); + + private Long courseId; + + public MergedCourseContainer(Long courseId, String name) { + super(null, name); + this.courseId = courseId; + } + + @Override + protected void init() { + super.init(); + ICourse course = CourseFactory.loadCourse(courseId); + if(course instanceof PersistingCourseImpl) { + PersistingCourseImpl persistingCourse = (PersistingCourseImpl)course; + addContainersChildren(persistingCourse.getIsolatedCourseFolder(), true); + + // grab any shared folder that is configured + OlatRootFolderImpl sharedFolder = null; + String sfSoftkey = persistingCourse.getCourseConfig().getSharedFolderSoftkey(); + if (StringHelper.containsNonWhitespace(sfSoftkey) && !CourseConfig.VALUE_EMPTY_SHAREDFOLDER_SOFTKEY.equals(sfSoftkey)) { + RepositoryManager rm = RepositoryManager.getInstance(); + RepositoryEntry re = rm.lookupRepositoryEntryBySoftkey(sfSoftkey, false); + if (re != null) { + sharedFolder = SharedFolderManager.getInstance().getSharedFolder(re.getOlatResource()); + if (sharedFolder != null){ + sharedFolder.setLocalSecurityCallback(new ReadOnlyCallback()); + //add local course folder's children as read/write source and any sharedfolder as subfolder + addContainer(new NamedContainerImpl("_sharedfolder", sharedFolder)); + } + } + } + + // add all course building blocks of type BC to a virtual folder + MergeSource nodesContainer = new MergeSource(null, "_courseelementdata"); + addFolderBuildingBlocks(persistingCourse, nodesContainer, persistingCourse.getRunStructure().getRootNode()); + if (nodesContainer.getItems().size() > 0) { + addContainer(nodesContainer); + } + } + } + + /** + * internal method to recursively add all course building blocks of type + * BC to a given VFS container. This should only be used for an author view, + * it does not test for security. + * @param course + * @param nodesContainer + * @param courseNode + */ + private void addFolderBuildingBlocks(PersistingCourseImpl course, MergeSource nodesContainer, CourseNode courseNode) { + for (int i = 0; i < courseNode.getChildCount(); i++) { + CourseNode child = (CourseNode) courseNode.getChildAt(i); + if (child instanceof BCCourseNode) { + BCCourseNode bcNode = (BCCourseNode) child; + // add folder not to merge source. Use name and node id to have unique name + String path = BCCourseNode.getFoldernodePathRelToFolderBase(course.getCourseEnvironment(), bcNode); + OlatRootFolderImpl rootFolder = new OlatRootFolderImpl(path, null); + String folderName = bcNode.getShortTitle() + " (" + bcNode.getIdent() + ")"; + OlatNamedContainerImpl BCFolder = new OlatNamedContainerImpl(folderName, rootFolder); + nodesContainer.addContainer(BCFolder); + } + // recursion for all childrenØ + addFolderBuildingBlocks(course, nodesContainer, child); + } + } + + private Object readResolve() { + try { + init(); + return this; + } catch (Exception e) { + log.error("Cannot init the merged container of a course after deserialization", e); + return null; + } + } +} diff --git a/src/main/java/org/olat/course/PersistingCourseImpl.java b/src/main/java/org/olat/course/PersistingCourseImpl.java index 42f6ce84cd60ff37561260c2aefbcd1ed985d5a2..cb75118d4a5ada9d17783e6ff465dfea68174245 100644 --- a/src/main/java/org/olat/course/PersistingCourseImpl.java +++ b/src/main/java/org/olat/course/PersistingCourseImpl.java @@ -29,7 +29,6 @@ import java.io.File; import java.io.Serializable; import org.olat.admin.quota.QuotaConstants; -import org.olat.core.commons.modules.bc.vfs.OlatNamedContainerImpl; import org.olat.core.commons.modules.bc.vfs.OlatRootFolderImpl; import org.olat.core.commons.persistence.DBFactory; import org.olat.core.id.OLATResourceable; @@ -38,21 +37,16 @@ import org.olat.core.logging.OLATRuntimeException; import org.olat.core.logging.OLog; import org.olat.core.logging.Tracing; import org.olat.core.util.FileUtils; -import org.olat.core.util.StringHelper; import org.olat.core.util.nodes.INode; import org.olat.core.util.resource.OresHelper; import org.olat.core.util.tree.TreeVisitor; import org.olat.core.util.tree.Visitor; -import org.olat.core.util.vfs.LocalImpl; -import org.olat.core.util.vfs.MergeSource; -import org.olat.core.util.vfs.NamedContainerImpl; import org.olat.core.util.vfs.Quota; import org.olat.core.util.vfs.QuotaManager; import org.olat.core.util.vfs.VFSContainer; import org.olat.core.util.vfs.VFSItem; import org.olat.core.util.vfs.VFSLeaf; import org.olat.core.util.vfs.callbacks.FullAccessWithQuotaCallback; -import org.olat.core.util.vfs.callbacks.ReadOnlyCallback; import org.olat.core.util.xml.XStreamHelper; import org.olat.course.assessment.AssessmentHelper; import org.olat.course.config.CourseConfig; @@ -60,7 +54,6 @@ import org.olat.course.config.CourseConfigManager; import org.olat.course.config.CourseConfigManagerImpl; import org.olat.course.export.CourseEnvironmentMapper; import org.olat.course.groupsandrights.PersistingCourseGroupManager; -import org.olat.course.nodes.BCCourseNode; import org.olat.course.nodes.CourseNode; import org.olat.course.run.environment.CourseEnvironment; import org.olat.course.run.environment.CourseEnvironmentImpl; @@ -169,59 +162,10 @@ public class PersistingCourseImpl implements ICourse, OLATResourceable, Serializ */ public VFSContainer getCourseFolderContainer() { // add local course folder's children as read/write source and any sharedfolder as subfolder - MergeSource courseFolderContainer = new MergeSource(null, getCourseTitle()); - courseFolderContainer.addContainersChildren(getIsolatedCourseFolder(), true); - - // grab any shared folder that is configured - OlatRootFolderImpl sharedFolder = null; - String sfSoftkey = getCourseConfig().getSharedFolderSoftkey(); - if (StringHelper.containsNonWhitespace(sfSoftkey) && !CourseConfig.VALUE_EMPTY_SHAREDFOLDER_SOFTKEY.equals(sfSoftkey)) { - RepositoryManager rm = RepositoryManager.getInstance(); - RepositoryEntry re = rm.lookupRepositoryEntryBySoftkey(sfSoftkey, false); - if (re != null) { - sharedFolder = SharedFolderManager.getInstance().getSharedFolder(re.getOlatResource()); - if (sharedFolder != null){ - sharedFolder.setLocalSecurityCallback(new ReadOnlyCallback()); - //add local course folder's children as read/write source and any sharedfolder as subfolder - courseFolderContainer.addContainer(new NamedContainerImpl("_sharedfolder", sharedFolder)); - } - } - } - - // add all course building blocks of type BC to a virtual folder - MergeSource BCNodesContainer = new MergeSource(null, "_courseelementdata"); - addFolderBuildingBlocks(BCNodesContainer, getRunStructure().getRootNode()); - if (BCNodesContainer.getItems().size() > 0) { - courseFolderContainer.addContainer(BCNodesContainer); - } - + MergedCourseContainer courseFolderContainer = new MergedCourseContainer(resourceableId, getCourseTitle()); + courseFolderContainer.init(); return courseFolderContainer; } - - /** - * internal method to recursively add all course building blocks of type - * BC to a given VFS container. This should only be used for an author view, - * it does not test for security. - * @param BCNodesContainer - * @param courseNode - */ - private void addFolderBuildingBlocks(MergeSource BCNodesContainer, CourseNode courseNode) { - for (int i = 0; i < courseNode.getChildCount(); i++) { - CourseNode child = (CourseNode) courseNode.getChildAt(i); - if (child instanceof BCCourseNode) { - BCCourseNode bcNode = (BCCourseNode) child; - // add folder not to merge source. Use name and node id to have unique name - String path = BCCourseNode.getFoldernodePathRelToFolderBase(getCourseEnvironment(), bcNode); - OlatRootFolderImpl rootFolder = new OlatRootFolderImpl(path, null); - String folderName = bcNode.getShortTitle() + " (" + bcNode.getIdent() + ")"; - OlatNamedContainerImpl BCFolder = new OlatNamedContainerImpl(folderName, rootFolder); - BCNodesContainer.addContainer(BCFolder); - } - // recursion for all childrenØ - addFolderBuildingBlocks(BCNodesContainer, child); - } - } - /** * @see org.olat.course.ICourse#getCourseEnvironment() diff --git a/src/main/java/org/olat/course/nodes/projectbroker/service/ProjectBrokerManagerImpl.java b/src/main/java/org/olat/course/nodes/projectbroker/service/ProjectBrokerManagerImpl.java index 9daaa73ecdd79333233b50c28c8af98c2446caf9..214c983346fa187f8877a699ef8edc05db4ce96e 100644 --- a/src/main/java/org/olat/course/nodes/projectbroker/service/ProjectBrokerManagerImpl.java +++ b/src/main/java/org/olat/course/nodes/projectbroker/service/ProjectBrokerManagerImpl.java @@ -32,7 +32,6 @@ import java.util.ArrayList; import java.util.Date; import java.util.Iterator; import java.util.List; -import java.util.Locale; import java.util.StringTokenizer; import org.hibernate.type.StandardBasicTypes; @@ -58,7 +57,6 @@ import org.olat.core.util.vfs.VFSLeaf; import org.olat.course.nodes.CourseNode; import org.olat.course.nodes.ProjectBrokerCourseNode; import org.olat.course.nodes.projectbroker.ProjectBrokerDropboxController; -import org.olat.course.nodes.projectbroker.ProjectBrokerNodeConfiguration; import org.olat.course.nodes.projectbroker.ProjectBrokerReturnboxController; import org.olat.course.nodes.projectbroker.datamodel.Project; import org.olat.course.nodes.projectbroker.datamodel.Project.EventType; @@ -71,7 +69,6 @@ import org.olat.course.run.environment.CourseEnvironment; import org.olat.group.BusinessGroup; import org.olat.group.BusinessGroupService; import org.olat.group.DeletableGroupData; -import org.olat.group.DeletableReference; import org.olat.properties.Property; import org.olat.testutils.codepoints.server.Codepoint; @@ -581,22 +578,6 @@ public class ProjectBrokerManagerImpl extends BasicManager implements ProjectBro return true; } - @Override - public DeletableReference checkIfReferenced(BusinessGroup group, Locale locale) { - StringBuilder buf = new StringBuilder(); - List<Project> projectList = getProjectsWith(group); - if (projectList.isEmpty()) { - return DeletableReference.createNoDeletableReference(); - } - buf.append(new ProjectBrokerNodeConfiguration().getLinkText(locale)); - buf.append(":" ); - - for (Project project : projectList) { - buf.append(project.getTitle()); - } - return DeletableReference.createDeletableReference(buf.toString()); - } - @SuppressWarnings("unchecked") private List<Project> getProjectsWith(BusinessGroup group) { List<Project> projectList = DBFactory.getInstance().find( diff --git a/src/main/java/org/olat/group/BusinessGroupService.java b/src/main/java/org/olat/group/BusinessGroupService.java index d99a3145135880f32334c3e9c5b14dbb2348c80d..b517195b182d506afec96061bba2535eec700b36 100644 --- a/src/main/java/org/olat/group/BusinessGroupService.java +++ b/src/main/java/org/olat/group/BusinessGroupService.java @@ -58,8 +58,6 @@ public interface BusinessGroupService { */ public void registerDeletableGroupDataListener(DeletableGroupData listener); - public List<String> getDependingDeletablableListFor(BusinessGroup currentGroup, Locale locale); - /** * Create a persistent BusinessGroup with the provided * parameters. The BusinessGroup can have a waiting-list. diff --git a/src/main/java/org/olat/group/DeletableGroupData.java b/src/main/java/org/olat/group/DeletableGroupData.java index 6a87f94f77de6ba56de307bf0400f082d77f96f1..f1efbbdefd2ff49a100d330c11ce90fbb4c87317 100644 --- a/src/main/java/org/olat/group/DeletableGroupData.java +++ b/src/main/java/org/olat/group/DeletableGroupData.java @@ -22,36 +22,20 @@ * This file has been modified by the OpenOLAT community. Changes are licensed * under the Apache 2.0 license as the original file. */ - package org.olat.group; -import java.util.Locale; - - - /** * * @author ChristianGuretzki */ - public interface DeletableGroupData { - /** - * Check if a group is used by deletable-group data element. - * E.g. projectbroker has references to certain groups - * @param group Check reference for this group - * @param locale locale can be used to translate element-type. E.g. project-broker to Themenboerse - * @return DeletableReference object, when the group is used, deleteable.Reference.isReferenced return true - */ - public DeletableReference checkIfReferenced(BusinessGroup group, Locale locale); - /** * Delete data for element which are be used by certain group. * @param group Delete data for this group * @return true: data deleted , false: no data deleted */ public boolean deleteGroupDataFor(BusinessGroup group); - } diff --git a/src/main/java/org/olat/group/DeletableReference.java b/src/main/java/org/olat/group/DeletableReference.java deleted file mode 100644 index 7b8f950abb26c8af87d5d628a3b7b2482465defd..0000000000000000000000000000000000000000 --- a/src/main/java/org/olat/group/DeletableReference.java +++ /dev/null @@ -1,66 +0,0 @@ -/** -* OLAT - Online Learning and Training<br> -* http://www.olat.org -* <p> -* Licensed under the Apache License, Version 2.0 (the "License"); <br> -* you may not use this file except in compliance with the License.<br> -* You may obtain a copy of the License at -* <p> -* http://www.apache.org/licenses/LICENSE-2.0 -* <p> -* Unless required by applicable law or agreed to in writing,<br> -* software distributed under the License is distributed on an "AS IS" BASIS, <br> -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. <br> -* See the License for the specific language governing permissions and <br> -* limitations under the License. -* <p> -* Copyright (c) since 2004 at Multimedia- & E-Learning Services (MELS),<br> -* University of Zurich, Switzerland. -* <hr> -* <a href="http://www.openolat.org"> -* OpenOLAT - Online Learning and Training</a><br> -* This file has been modified by the OpenOLAT community. Changes are licensed -* under the Apache 2.0 license as the original file. -*/ - -package org.olat.group; - - -/** - * - * @author ChristianGuretzki - */ - -public class DeletableReference { - - private String name; - private boolean isReferenced; - - private DeletableReference() { - this.isReferenced = false; - } - - private DeletableReference(String name) { - this.name = name; - this.isReferenced = true; - } - - public static DeletableReference createNoDeletableReference() { - return new DeletableReference(); - } - - public static DeletableReference createDeletableReference(String name) { - return new DeletableReference(name); - } - - public String getName() { - return name; - } - - public boolean isReferenced() { - return isReferenced; - } - -} - - diff --git a/src/main/java/org/olat/group/GroupfoldersWebDAVMergeSource.java b/src/main/java/org/olat/group/GroupfoldersWebDAVMergeSource.java index 4d2ffa2a3ffd1d12a0968be73f356d430b1a7e16..79e36cde036d4c00a5932c226ad0fe9a40b60b68 100644 --- a/src/main/java/org/olat/group/GroupfoldersWebDAVMergeSource.java +++ b/src/main/java/org/olat/group/GroupfoldersWebDAVMergeSource.java @@ -139,7 +139,9 @@ class GroupfoldersWebDAVMergeSource extends MergeSource { return super.resolve(path); } - private void init() { + @Override + protected void init() { + super.init(); // collect buddy groups BusinessGroupService bgs = CoreSpringFactory.getImpl(BusinessGroupService.class); diff --git a/src/main/java/org/olat/group/manager/BusinessGroupServiceImpl.java b/src/main/java/org/olat/group/manager/BusinessGroupServiceImpl.java index 055aa472c8a78216a36d5bc234d5c31a82a838f4..38da5515471d397acae9237451416eaa70fc130c 100644 --- a/src/main/java/org/olat/group/manager/BusinessGroupServiceImpl.java +++ b/src/main/java/org/olat/group/manager/BusinessGroupServiceImpl.java @@ -75,7 +75,6 @@ import org.olat.group.BusinessGroupService; import org.olat.group.BusinessGroupShort; import org.olat.group.BusinessGroupView; import org.olat.group.DeletableGroupData; -import org.olat.group.DeletableReference; import org.olat.group.GroupLoggingAction; import org.olat.group.area.BGArea; import org.olat.group.area.BGAreaManager; @@ -168,18 +167,6 @@ public class BusinessGroupServiceImpl implements BusinessGroupService, UserDataD public void registerDeletableGroupDataListener(DeletableGroupData listener) { this.deleteListeners.add(listener); } - - @Override - public List<String> getDependingDeletablableListFor(BusinessGroup currentGroup, Locale locale) { - List<String> deletableList = new ArrayList<String>(); - for (DeletableGroupData deleteListener : deleteListeners) { - DeletableReference deletableReference = deleteListener.checkIfReferenced(currentGroup, locale); - if (deletableReference.isReferenced()) { - deletableList.add(deletableReference.getName()); - } - } - return deletableList; - } @Override public void deleteUserData(Identity identity, String newDeletedUserName) { @@ -1537,7 +1524,7 @@ public class BusinessGroupServiceImpl implements BusinessGroupService, UserDataD List<Identity> participantList = securityManager.getIdentitiesOfSecurityGroups(participantSecGroups); repoParticipantList.retainAll(participantList); if(!dryRun) { - repositoryManager.removeParticipants(ureqIdentity, repoParticipantList, entry, null); + repositoryManager.removeParticipants(ureqIdentity, repoParticipantList, entry, null, false); } count += repoParticipantList.size(); } diff --git a/src/main/java/org/olat/group/ui/_i18n/LocalStrings_pl.properties b/src/main/java/org/olat/group/ui/_i18n/LocalStrings_pl.properties index dd5bd8319f23127bf0e5189e62e11d812fafe768..049f466557ea545331192adfdf2c0deae44e6321 100644 --- a/src/main/java/org/olat/group/ui/_i18n/LocalStrings_pl.properties +++ b/src/main/java/org/olat/group/ui/_i18n/LocalStrings_pl.properties @@ -1,10 +1,30 @@ -#Fri Sep 03 15:30:17 CEST 2010 +#Thu Dec 13 22:53:52 CET 2012 BuddyGroup=Grupa projektu LearningGroup=Grupa edukacyjna RightGroup=Grupa uprawnie\u0144 action.choose=Wybierz +archive.areas=Obszar edukacyjny +archive.coursename=Nazwa kursu +archive.date=Lista grup wygenerowana dnia +archive.group.context.description=Opis kontekstu +archive.group.context.name=Nazwa kontekstu +archive.group.context.type=Typ kontekstu +archive.group.description=Opis grupy +archive.group.name=Nazwa grupy +archive.group.type=Typ grupy +archive.groups=Grupy +archive.header.owners=W\u0142a\u015Bciciele +archive.header.partipiciant=Cz\u0142onkowie +archive.header.waitinggroup=Oczekuj\u0105cy +archive.interninfo=Informacja wewn\u0119trzna +archive.title=Zarz\u0105dzanie grup\u0105 +bgcopywizard.copyform.owners=Nauczyciele grupy +chkBox.show.owners=Uczestnicy widz\u0105 nauczycieli +cmd.group.create=Nowa grupa edukacyjna +cmd.owners.message=E-mail do nauczycieli create.form.bulkmode.areanames=Masowe tworzenie podobnych obszar\u00F3w edukacyjnych create.form.bulkmode.bgnames=Masowe tworzenie podobnych grup edukacyjnych +create.form.businesspath=\u0141\u0105cze do tej grupy create.form.enableAutoCloseRanks=Automatyczne przesuwanie create.form.enableWaitinglist=Lista oczekuj\u0105cych create.form.error.enableAutoCloseRanks=Opcja "Automatyczne przesuwanie" jest dost\u0119pna tylko w kombinacji z list\u0105 oczekuj\u0105cych @@ -12,38 +32,29 @@ create.form.error.enableWaitinglist=Lista oczekuj\u0105cych jest opcjonalna tylk create.form.error.illegalName=U\u017Cycie przecink\u00F3w i cudzys\u0142ow\u00F3w niedozwolone create.form.error.nameTooLong=Nazwy grup mog\u0105 sk\u0142ada\u0107 si\u0119 z maksymalnie 100 znak\u00F3w create.form.error.numberOrNull=Tylko liczby lub puste pole dla 'braku ogranicze\u0144' +create.form.groupcard=Wizyt\u00F3wka create.form.message.example.group=(Przyk\u0142ad\: Czerwony, Zielony, Niebieski) +create.form.title=Utw\u00F3rz now\u0105 grup\u0119 edukacyjn\u0105 create.form.title.bgname=Nazwa grupy create.form.title.bgnames=Nazwy wszystkich grup (oddzielone przecinkiem) create.form.title.description=Opis create.form.title.max=Maksymalna liczba <br>uczestnik\u00F3w create.form.title.min=Minimalna liczba <br>uczestnik\u00F3w create.form.title.minmax.example=Pozostaw puste w przypadku braku ogranicze\u0144 +default.context=Utworzona automatycznie wewn\u0105trz kursu error.group.name.exists=Ta nazwa grupy jest ju\u017C w u\u017Cyciu - prosz\u0119 wybra\u0107 inn\u0105 +fieldset.legend.groupowners=Nauczyciele +fieldset.legend.grouppartips=Uczestnicy form.error.disableNonEmptyWaitingList=Lista oczekuj\u0105cych nie jest pusta. By j\u0105 deaktywowa\u0107 musisz usun\u0105\u0107 wszystkich oczekuj\u0105cych. -group.type=Grupa projektu +group.name=Nazwa grupy +group.type=Grupa edukacyjna +grouplist.title=Lista wszystkich grup edukacyjnych w kontek\u015Bcie +grouprun.details.title=Informacje o grupach edukacyjnych groupsPortlet.description=Szybki dost\u0119p do najbardziej istotnych grup edukacyjnych, grup uprawnie\u0144 i grup projektu groupsPortlet.no_member=Zosta\u0142e\u015B usuni\u0119ty z grupy lub Twoja grupa zosta\u0142a usuni\u0119ta. groupsPortlet.nogroups=Nie jeste\u015B w \u017Cadnej grupie groupsPortlet.showAll=Poka\u017C wszystko groupsPortlet.title=Moje grupy -notification.mail.error=Nie uda\u0142o si\u0119 wys\u0142a\u0107 wiadomo\u015Bci e-mail. Poinformuj tego u\u017Cytkownika osobi\u015Bcie. -notification.mail.self.error=Nie uda\u0142o si\u0119 wys\u0142a\u0107 wiadomo\u015Bci e-mail -warn.foldernotavailable=Ten folder jest obecnie nieaktywny i nie mo\u017Ce by\u0107 wy\u015Bwietlony -warn.forumnotavailable=Forum jest obecnie nieaktywne i nie mo\u017Ce by\u0107 wy\u015Bwietlone - - - -bgcopywizard.copyform.owners=Nauczyciele grupy -chkBox.show.owners=Uczestnicy widz\u0105 nauczycieli -cmd.group.create=Nowa grupa edukacyjna -cmd.owners.message=E-mail do nauczycieli -create.form.title=Utw\u00F3rz now\u0105 grup\u0119 edukacyjn\u0105 -fieldset.legend.groupowners=Nauczyciele -fieldset.legend.grouppartips=Uczestnicy -group.type=Grupa edukacyjna -grouplist.title=Lista wszystkich grup edukacyjnych w kontek\u015Bcie -grouprun.details.title=Informacje o grupach edukacyjnych menu.allgroups=Grupy edukacyjne menu.allgroups.alt=Poka\u017C wszystkie grupy edukacyjne menu.index=Zarz\u0105dzanie kontekstem @@ -53,10 +64,12 @@ notification.mail.added.body=*** Wiadomo\u015B\u0107 generowana automatycznie, n notification.mail.added.self.body=*** Wiadomo\u015B\u0107 generowana automatycznie, nie odpowiadaj na ni\u0105 *** \n\nW\u0142a\u015Bnie zapisa\u0142e\u015B si\u0119 do grupy edukacyjnej\: \n\nNazwa grupy\: $groupname\nOpis\: $groupdescription\n\nTa grupa edukacyjna b\u0119dzie u\u017Cywana w nast\u0119puj\u0105cych zasobach edukacyjnych\:\n\n$courselist notification.mail.added.self.subject=Grupa edukacyjna OLAT\: $groupname notification.mail.added.subject=Grupa edukacyjna OLAT\: $groupname +notification.mail.error=Nie uda\u0142o si\u0119 wys\u0142a\u0107 wiadomo\u015Bci e-mail. Poinformuj tego u\u017Cytkownika osobi\u015Bcie. notification.mail.removed.body=*** Wiadomo\u015B\u0107 generowana automatycznie, nie odpowiadaj na ni\u0105 *** \n\nZosta\u0142e\u015B wypisany z grupy edukacyjnej przez\: {0} {1} ({3})\: \n\nNazwa grupy\: $groupname\nOpis\: $groupdescription\n\nW razie pyta\u0144 skontaktuj si\u0119 z{0} {1} ({2}).\n\nTa grupa edukacyjna jest u\u017Cywana w nast\u0119puj\u0105cych zasobach edukacyjnych\:\n\n$courselist notification.mail.removed.self.body=*** Wiadomo\u015B\u0107 generowana automatycznie, nie odpowiadaj na ni\u0105 *** \n\nWypisa\u0142e\u015B si\u0119 z grupy edukacyjnej\: \n\nNazwa grupy\: $groupname\nOpis\: $groupdescription\n\nTa grupa edukacyjna by\u0142a u\u017Cywana w nast\u0119puj\u0105cych zasobach edukacyjnych\:\n\n$courselist notification.mail.removed.self.subject=Grupa edukacyjna OLAT\: $groupname - Zosta\u0142e\u015B wypisany. notification.mail.removed.subject=Grupa edukacyjna OLAT\: $groupname - Zosta\u0142e\u015B wypisany. +notification.mail.self.error=Nie uda\u0142o si\u0119 wys\u0142a\u0107 wiadomo\u015Bci e-mail notification.mail.waitingList.added.body=*** Wiadomo\u015B\u0107 generowana automatycznie, nie odpowiadaj na ni\u0105 *** \n\n Jeste\u015B w kolejce oczekuj\u0105cych do nast\u0119puj\u0105cej grupy edukacyjnej\: \n\n Nazwa grupy\: $groupname\n Opis\: $groupdescription\n\n notification.mail.waitingList.added.subject=Grupa edukacyjna OLAT\: $groupname - kolejka oczekuj\u0105cych notification.mail.waitingList.removed.body=*** Wiadomo\u015B\u0107 generowana automatycznie, nie odpowiadaj na ni\u0105 *** \n\n Nie jeste\u015B ju\u017C w kolejce oczekuj\u0105cych do nast\u0119puj\u0105cej grupy edukacyjnej\: \n\n Nazwa grupy\: $groupname\n Opis\: $groupdescription\n\n @@ -76,23 +89,6 @@ userlist.owners.noOwners=\u017Badna z grup nie ma nauczycieli userlist.owners.title=Nauczyciele userlist.participants.title=Uczestnicy userlist.title=Lista wszystkich cz\u0142onk\u00F3w w grupach edukacyjnych -userlist.waitinglist.title=Kolejka oczekuj\u0105cych - - -archive.areas=Obszar edukacyjny -archive.coursename=Nazwa kursu -archive.date=Lista grup wygenerowana dnia -archive.group.context.description=Opis kontekstu -archive.group.context.name=Nazwa kontekstu -archive.group.context.type=Typ kontekstu -archive.group.description=Opis grupy -archive.group.name=Nazwa grupy -archive.group.type=Typ grupy -archive.groups=Grupy -archive.header.owners=W\u0142a\u015Bciciele -archive.header.partipiciant=Cz\u0142onkowie -archive.header.waitinggroup=Oczekuj\u0105cy -archive.interninfo=Informacja wewn\u0119trzna -archive.title=Zarz\u0105dzanie grup\u0105 -default.context=Utworzona automatycznie wewn\u0105trz kursu -group.name=Nazwa grupy +userlist.waitinglist.title=Lista oczekuj\u0105cych +warn.foldernotavailable=Ten folder jest obecnie nieaktywny i nie mo\u017Ce by\u0107 wy\u015Bwietlony +warn.forumnotavailable=Forum jest obecnie nieaktywne i nie mo\u017Ce by\u0107 wy\u015Bwietlone diff --git a/src/main/java/org/olat/group/ui/edit/_i18n/LocalStrings_pl.properties b/src/main/java/org/olat/group/ui/edit/_i18n/LocalStrings_pl.properties index 862f08d9be5d7897d0950172d30313a435a648b2..462a7d046ee647bf520d8ec1affaeae200c35866 100644 --- a/src/main/java/org/olat/group/ui/edit/_i18n/LocalStrings_pl.properties +++ b/src/main/java/org/olat/group/ui/edit/_i18n/LocalStrings_pl.properties @@ -1,4 +1,4 @@ -#Fri Sep 03 15:39:25 CEST 2010 +#Thu Dec 13 23:00:21 CET 2012 areachoice.no.areas.admin=Nie znaleziono obszar\u00F3w edukacyjnych. Utw\u00F3rz obszar edukacyjny w zarz\u0105dzaniu grup\u0105. areachoice.no.areas.owner=Nie znaleziono obszar\u00F3w edukacyjnych. Nowe obszary edukacyjne mog\u0105 by\u0107 tworzone tylko przez u\u017Cytkownik\u00F3w, kt\u00F3rzy maj\u0105 dost\u0119p zarz\u0105dzania kontekstem. chelp.area1=Je\u015Bli zosta\u0142y stworzone grupy edukacyjne w zarz\u0105dzaniu grup\u0105 pojawi\u0105 si\u0119 w zak\u0142adce. @@ -18,25 +18,27 @@ chelp.desc.learn7=Je\u015Bli osi\u0105gni\u0119to zaplanowan\u0105 ilo\u015B\u01 chelp.desc.learn8=Je\u015Bli zostawisz to pole puste, $org.olat.group.ui\:LearningGroup b\u0119dzie otwarta dla ka\u017Cdej ilo\u015Bci uczestnik\u00F3w. chelp.desc.learn9=Nawet je\u015Bli chcesz ograniczy\u0107 liczb\u0119 uczestnik\u00F3w, to mimo wszystko mo\u017Cesz doda\u0107 list\u0119 os\u00F3b oczekuj\u0105cych do swojej grupy edukacyjnej. chelp.grp-Area-select-learn.title=Przypisywanie grup edukacyjnych do obszaru edukacyjnego +chelp.grp-assign.title=Przypisywanie uprawnie\u0144 do grup z takimi samymi uprawnieniami chelp.grp-des.title=Opis $org.olat.group.ui\:LearningGroup -chelp.grp-member.title=$\:group.edit.tab.members $org.olat.group.ui\:LearningGroup -chelp.grp-memberOwner.title=Nauczyciele grup edukacyjnych -chelp.grp-memberParticipants.title=Cz\u0142onkowie grup edukacyjnych -chelp.grp-memberWaiting.title=Lista oczekuj\u0105cych w grupie edukacyjnej -chelp.grp-select-area.title=Przypisywanie obszar\u00F3w edukacyjnych do grup edukacyjnych +chelp.grp-member.title=Grupa\: cz\u0142onkowie +chelp.grp-memberOwner.title=Grupa\: w\u0142a\u015Bciciele +chelp.grp-memberParticipants.title=Grupa\: uczestnicy +chelp.grp-memberWaiting.title=Grupa\: lista oczekuj\u0105cych +chelp.grp-resources.title=Grupa\: kursy +chelp.grp-select-area.title=Grupa\: przypisywanie obszar\u00F3w edukacyjnych chelp.grp-tools.title=$\:chelp.tools.title \: $org.olat.group.ui\:LearningGroup -chelp.grp-assign.title=Przypisywanie uprawnie\u0144 do grup z takimi samymi uprawnieniami chelp.learn1=Je\u015Bli zosta\u0142y stworzone obszary edukacyjne w zarz\u0105dzaniu grup\u0105 kursu, pojawi\u0105 si\u0119 w zak\u0142adce. chelp.learn2=Przy pomocy p\u00F3l wyboru mo\u017Cesz decydowa\u0107, do kt\u00F3rych obszar\u00F3w edukacyjnych grupa edukacyjna powinna nale\u017Ce\u0107. chelp.learn3=To ustawienie jest zaadoptowane do zak\u0142adek konfiguracji <i>$org.olat.group.ui.area\:tab.groups</i> wybranych obszar\u00F3w edukacyjnych. chelp.learn4=Je\u015Bli nie utworzono dot\u0105d \u017Cadnych obszar\u00F3w edukacyjnych, pojawi si\u0119 nast\u0119puj\u0105cy tekst\: -chelp.membAll3=W ostatnim przypadku <i>«$org.olat.group.ui.run\:menutree.members»</i> zniknie z nawigacji. -chelp.membBudLea8=$\:fieldset.legend.grouppartips nie posiada uprawnie\u0144 do administrowania grup\u0105 i posiada jedynie ograniczone prawa pisania na forum. -chelp.membLearn1=$\:group.edit.tab.members $org.olat.group.ui\:LearningGroup sk\u0142ada si\u0119 z <b>nauczycieli</b> i <b>uczestnik\u00F3w</b>. -chelp.membLearn2=Mo\u017Cesz tutaj zdecydowa\u0107, czy wszyscy cz\u0142onkowie lub tylko nauczyciele lub uczestnicy s\u0105 pokazywani cz\u0142onkom $org.olat.group.ui\:LearningGroup . +chelp.membAll3=W zale\u017Cno\u015Bci od Twojego wyboru, lista cz\u0142onk\u00F3w jest ewentualnie widoczna dla cz\u0142onk\u00F3w grupy lub dla wszystkich u\u017Cytkownik\u00F3w platformy. +chelp.membBudLea8=Uczestnik nie posiada uprawnie\u0144 do administrowania grup\u0105 i posiada jedynie ograniczone prawa pisania na forum. +chelp.membDownload=Opcja "$\:chkBox.open.downloadList" dodatkowo pozwala uczestnikom na pobieranie listy cz\u0142onk\u00F3w grupy w formacie MS Excel. +chelp.membLearn1=$\:group.edit.tab.members grupy sk\u0142ada si\u0119 z <b>w\u0142a\u015Bcicieli</b> i <b>uczestnik\u00F3w</b>. +chelp.membLearn2=Mo\u017Cesz tutaj zdecydowa\u0107, czy wszyscy cz\u0142onkowie, czy tylko w\u0142a\u015Bciciele lub uczestnicy s\u0105 pokazywani cz\u0142onkom grupy. chelp.membLearn5=$org.olat.group.ui\:fieldset.legend.groupowners $org.olat.group.ui\:LearningGroup uzyskuje link <i>«$org.olat.group.ui.run\:menutree.administration»</i> w menu. chelp.membLearn6=Tym sposobem mog\u0105 oni administrowa\u0107 $org.olat.group.ui\:LearningGroup i mianowa\u0107 innych u\u017Cytkownik\u00F3w nauczycielami. -chelp.membLearn7=$org.olat.group.ui\:fieldset.legend.groupowners mo\u017Ce zaprosi\u0107 ka\u017Cdego u\u017Cytkownika jako $\:fieldset.legend.grouppartips do swojej grupy. +chelp.membLearn7=W\u0142a\u015Bciciel mo\u017Ce zaprosi\u0107 ka\u017Cdego u\u017Cytkownika jako Uczestnika do swojej grupy. chelp.right1=Masz mo\u017Cliwo\u015B\u0107 przypisania prawa dost\u0119pu i prawa do u\u017Cycia poni\u017Cszych narz\u0119dzi cz\u0142onkom grupy o takich samych uprawnieniach podczas tego kursu. chelp.tools.infoEd=Mo\u017Cesz edytowa\u0107 te informacje od razu. chelp.tools.learn1=Mo\u017Cesz dostarczy\u0107 informacj\u0119 dla u\u017Cytkownik\u00F3w swojej $org.olat.group.ui\:LearningGroup. @@ -50,17 +52,14 @@ chelp.tools.learn8=Mo\u017Cesz udost\u0119pni\u0107 kalendarz grupie $org.olat.g chelp.tools.learn9=Mo\u017Cesz udost\u0119pni\u0107 sekcj\u0119 Wiki grupie $org.olat.group.ui\:LearningGroup. chelp.tools.quota=Dost\u0119pny obszar sk\u0142adowania to 10 MB. chelp.tools.title=Konfiguracja narz\u0119dzi wsp\u00F3\u0142pracy -help.hover.bgArea=Pom\u00F3\u017C przypisa\u0107 obszary edukacyjne do grupy edukacyjnej -help.hover.bgCollabTools=Pom\u00F3\u017C u\u017Cywa\u0107 narz\u0119dzi wsp\u00F3\u0142pracy grupy edukacyjnej -help.hover.bgDetail=Pom\u00F3\u017C opisa\u0107 grup\u0119 edukacyjn\u0105 -help.hover.bgGrpMngmnt=Pom\u00F3\u017C doda\u0107 u\u017Cytkownik\u00F3w do grupy edukacyjnej -help.hover.bgGrpMngmntOwner=Pomoc dotycz\u0105ca nauczycieli w grupach edukacyjnych -help.hover.bgGrpMngmntParticipants=Pomoc dotycz\u0105ca cz\u0142onk\u00F3w grup edukacyjnych -help.hover.bgGrpMngmntWaiting=Pomoc dotycz\u0105ca listy oczekuj\u0105cych w grupie edukacyjnej -help.hover.bgRights=Pom\u00F3\u017C przypisa\u0107 uprawnienia do grupy uprawnie\u0144 +chkBox.open.downloadList=U\u017Cytkownicy mog\u0105 pobra\u0107 list\u0119 cz\u0142onk\u00F3w +chkBox.open.owners=Wszyscy u\u017Cytkownicy widz\u0105 w\u0142a\u015Bcicieli +chkBox.open.partips=Wszyscy u\u017Cytkownicy widz\u0105 uczestnik\u00F3w +chkBox.open.waitingList=Wszyscy u\u017Cytkownicy widz\u0105 list\u0119 oczekuj\u0105cych chkBox.show.owners=Cz\u0142onkowie widz\u0105 w\u0142a\u015Bcicieli chkBox.show.partips=Cz\u0142onkowie widz\u0105 uczestnik\u00F3w chkBox.show.waitingList=Uczestnicy widz\u0105 list\u0119 oczekuj\u0105cych +cmd.addresource=Dodaj kurs error.message.locked=Ta grupa jest w\u0142a\u015Bnie edytowana przez u\u017Cytkownika {0} ({1}) i dlatego zablokowana. Spr\u00F3buj p\u00F3\u017Aniej. fieldset.legend.areas=Przypisane obszary edukacyjne fieldset.legend.collabtools=Narz\u0119dzia wsp\u00F3\u0142pracy @@ -68,11 +67,24 @@ fieldset.legend.details=Szczeg\u00F3\u0142y fieldset.legend.displaymembers=Cz\u0142onkowie grupy fieldset.legend.groupowners=W\u0142a\u015Bciciele fieldset.legend.grouppartips=Uczestnicy +fieldset.legend.resources=Powi\u0105zane kursy fieldset.legend.rights=Przypisane uprawnienia fieldset.legend.waitinggroup=Lista oczekuj\u0105cych +group.edit.tab.accesscontrol=Rezerwacje group.edit.tab.areas=Obszary edukacyjne group.edit.tab.collabtools=Narz\u0119dzia group.edit.tab.details=Opis group.edit.tab.members=Cz\u0142onkowie +group.edit.tab.resources=Kursy group.edit.tab.rights=Uprawnienia group.edit.title=Edytuj grup\u0119 o nazwie\: <i>{0}</i> +help.hover.bgArea=Pom\u00F3\u017C przypisa\u0107 obszary edukacyjne do grupy edukacyjnej +help.hover.bgCollabTools=Pom\u00F3\u017C u\u017Cywa\u0107 narz\u0119dzi wsp\u00F3\u0142pracy grupy edukacyjnej +help.hover.bgDetail=Pom\u00F3\u017C opisa\u0107 grup\u0119 edukacyjn\u0105 +help.hover.bgGrpMngmnt=Pom\u00F3\u017C doda\u0107 u\u017Cytkownik\u00F3w do grupy edukacyjnej +help.hover.bgGrpMngmntOwner=Pomoc dotycz\u0105ca nauczycieli w grupach edukacyjnych +help.hover.bgGrpMngmntParticipants=Pomoc dotycz\u0105ca cz\u0142onk\u00F3w grup edukacyjnych +help.hover.bgGrpMngmntWaiting=Pomoc dotycz\u0105ca listy oczekuj\u0105cych w grupie edukacyjnej +help.hover.bgRights=Pom\u00F3\u017C przypisa\u0107 uprawnienia do grupy uprawnie\u0144 +resources.noresources=Ta grupa nie jest powi\u0105zana z \u017Cadnym kursem. Naci\u015Bnij przycisk "Dodaj kurs", aby powi\u0105za\u0107 kurs z grup\u0105. +resources.remove=usu\u0144 diff --git a/src/main/java/org/olat/group/ui/main/MemberListTableModel.java b/src/main/java/org/olat/group/ui/main/MemberListTableModel.java index 3c134bcc4a77a6915abfc89264053c7e8a7350fa..e873182599de6ed321e105f4b08574f3376f176c 100644 --- a/src/main/java/org/olat/group/ui/main/MemberListTableModel.java +++ b/src/main/java/org/olat/group/ui/main/MemberListTableModel.java @@ -62,7 +62,12 @@ public class MemberListTableModel extends DefaultTableDataModel<MemberView> { } } } - + + @Override + public Object createCopyWithEmptyList() { + return new MemberListTableModel(userPropertyHandlers); + } + public enum Cols { firstTime("table.header.firstTime"), lastTime("table.header.lastTime"), diff --git a/src/main/java/org/olat/group/ui/main/_i18n/LocalStrings_pl.properties b/src/main/java/org/olat/group/ui/main/_i18n/LocalStrings_pl.properties index 0ec700c975725fa7453cb5aa2bee7a9ea17590e3..ceb5c00250dc0321bf4f517225d570139ff6a2a7 100644 --- a/src/main/java/org/olat/group/ui/main/_i18n/LocalStrings_pl.properties +++ b/src/main/java/org/olat/group/ui/main/_i18n/LocalStrings_pl.properties @@ -1,37 +1,100 @@ -#Mon Mar 02 09:54:17 CET 2009 -create.form.title=Utw\u00F3rz now\u0105 grup\u0119 projektu +#Tue Dec 11 15:42:14 CET 2012 +action=Akcja +cif.coursetitle=Tytu\u0142 kursu +cif.description=Opis +cif.displayname=Nazwa +cif.error.allempty=Wype\u0142nij przynajmniej jedno pole. +cif.id=ID +cif.owner=W\u0142a\u015Bciciel +config.group=Konfiguruj +copy.group=Kopiowanie grupy +create.form.title=Utw\u00F3rz now\u0105 grup\u0119 +create.group=Utw\u00F3rz grup\u0119 +create.group.description=Utw\u00F3rz now\u0105 grup\u0119 przyciskiem poni\u017Cej. Jako w\u0142a\u015Bciciel, b\u0119dziesz m\u00F3g\u0142 zarz\u0105dza\u0107 jej narz\u0119dziami oraz cz\u0142onkami. dialog.modal.bg.delete.text=Czy na pewno chcesz usn\u0105\u0107 grup\u0119 projektu "{0}" ?<p> +dialog.modal.bg.delete.title=Usun\u0105\u0107 grup\u0119? dialog.modal.bg.leave.text=Je\u015Bli opu\u015Bcisz grup\u0119 projektu "{0}" nie b\u0119dziesz mia\u0142 do niej dost\u0119pu. <br>Czy jeste\u015B pewien?<p> +dialog.modal.bg.mail.text=Czy chcesz poinformowa\u0107 cz\u0142onk\u00F3w grupy via e-mail? +email.group=Wy\u015Blij e-mail +group.access.success=Dost\u0119p do grupy udany index.header=Grupy index.intro=Poni\u017Csza lista pokazuje wszystkie grupy projektu, grupy edukacyjne i grupy uprawnie\u0144, w kt\u00F3rych uczestniczysz. index.table.nogroup=Nie jeste\u015B w \u017Cadnej grupie. -info.group.deleted=Grupa projektu zosta\u0142a usuni\u0119ta. - - +info.group.deleted=Grupa zosta\u0142a usuni\u0119ta. +learning.header=Grupy edukacyjne +learning.intro=Poni\u017Csza lista pokazuje wszystkie grupy edukacyjne, w kt\u00F3rych uczestniczysz. +main.menu.title=Grupy +marked.groups=Ulubione +menu.group.admin=Zarz\u0105dzanie grupami +menu.groups=Grupy +menu.groups.alt=Pracuj ze swoimi grupami menu.index=Grupy menu.index.alt=Pracuj ze swoimi grupami -menu.opengroups=Grupy "opublikowane" -menu.opengroups.alt="Opublikowane" grupy projektu z otwart\u0105 rejestracj\u0105 -msg.atleastone=W grupie projektu musi by\u0107 co najmniej jeden w\u0142a\u015Bciciel. - - +menu.opengroups=Grupy otwarte +menu.opengroups.alt="Opublikowane" grupy z otwart\u0105 rejestracj\u0105 +msg.alleastone.editable.group=Musisz zaznaczy\u0107 co najmniej jedn\u0105 grup\u0119. +msg.atleastone=W tej grupie musi by\u0107 co najmniej jeden w\u0142a\u015Bciciel. +notification.mail.added.body=*** To jest wiadomo\u015B\u0107 generowana automatycznie, nie odpowiadaj na ni\u0105 *** \r\n\r\n Zosta\u0142e\u015B zaproszony do grupy OLAT przez\: {0} {1} ({3})\: \r\n\r\n Nazwa grupy\: $groupname\r\n Opis\: $groupdescription\r\n Je\u015Bli si\u0119 nie zgadzasz, mo\u017Cesz si\u0119 wypisa\u0107 z tej grupy. +notification.mail.added.self.body=*** To jest wiadomo\u015B\u0107 generowana automatycznie, nie odpowiadaj na ni\u0105 *** \r\n\r\n Utworzy\u0142e\u015B grup\u0119 OLAT \: \r\n\r\nNazwa grupy\: $groupname\r\nOpis\: $groupdescription\r\n\r\n Mo\u017Cesz usun\u0105\u0107 t\u0119 grup\u0119 w dowolnym momencie. +notification.mail.added.self.subject=Grupa OLAT\: $groupname - Utworzy\u0142e\u015B grup\u0119 +notification.mail.added.subject=Grupa OLAT\: $groupname - Zosta\u0142e\u015B zaproszony +notification.mail.deleted.body=*** To jest wiadomo\u015B\u0107 generowana automatycznie, nie odpowiadaj na ni\u0105 *** \n\nPoniewa\u017C grupa zosta\u0142a usuni\u0119ta, zosta\u0142e\u015B z niej wypisany przez\: {0} {1} ({3})\: \n\nNazwa grupy\: $groupname\nOpis\: $groupdescription\n\nW razie pyta\u0144 skontaktuj si\u0119 z\: {0} {1} ({2}). +notification.mail.deleted.subject=Grupa OLAT\: $groupname - Grupa zosta\u0142a usuni\u0119ta. +notification.mail.removed.body=*** To jest wiadomo\u015B\u0107 generowana automatycznie, nie odpowiadaj na ni\u0105 *** \r\n\r\n Zosta\u0142e\u015B wypisany z grupy przez\: {0} {1} ({3})\: \r\n\r\n Nazwa grupy\: $groupname\r\nOpis\: $groupdescription\r\n\r\nW razie pyta\u0144 skontaktuj si\u0119 z\: {0} {1} ({2}). +notification.mail.removed.self.body=*** To jest wiadomo\u015B\u0107 generowana automatycznie, nie odpowiadaj na ni\u0105 *** \r\n\r\nWypisa\u0142e\u015B si\u0119 z grupy\: \r\n\r\nNazwa grupy\: $groupname\r\nOpis\: $groupdescription +notification.mail.removed.self.subject=Grupa OLAT\: $groupname - Opu\u015Bci\u0142e\u015B t\u0119 grup\u0119. +notification.mail.removed.subject=Grupa OLAT\: $groupname - Zosta\u0142e\u015B wypisany. +open.header=Grupy otwarte +open.intro=Na tej li\u015Bcie znajdziesz wszystkie otwarte grupy, w kt\u00F3rych mo\u017Cesz uczestniczy\u0107. +open.nogroup=Nie ma grup spe\u0142niaj\u0105cych Twoje kryteria. +opengroups.all=Wszystkie grupy +opengroups.search=Wyszykiwanie +owned.groups=Moje grupy +right.header=Grupy uprawnie\u0144 +right.intro=Poni\u017Csza lista pokazuje wszystkie grupy uprawnie\u0144, w kt\u00F3rych uczestniczysz. +search.all=wszystkie +search.attendee=Uczestnik +search.header=Grupa +search.headless="Sieroty" +search.headless.check=Grupy bez cz\u0142onk\u00F3w i zasob\u00F3w +search.id.format=Niew\u0142a\u015Bciwy ID +search.intro=Szukaj w grupie +search.limit.type=Typ +search.no=nie +search.open=Otwarte +search.owner=W\u0142a\u015Bciciel +search.resources=Po\u0142\u0105czona z kursami +search.roles=Rola +search.waiting=Lista oczekuj\u0105cych +search.yes=tak +table.access.waitingList=Dodaj do listy oczekuj\u0105cych +table.config=Konfiguruj +table.delete=Usu\u0144 +table.duplicate=Kopiuj +table.email=Wy\u015Blij e-mail +table.header.ac=Akcja +table.header.ac.method=Dost\u0119p table.header.bgname=Nazwa +table.header.businesscard=Kontakt table.header.delete=Usu\u0144 table.header.description=Opis table.header.edit=Edytuj +table.header.firstTime=Rejestracja +table.header.freePlaces=Wolne miejsca +table.header.group.full=Pe\u0142na +table.header.key=ID +table.header.lastTime=Ostatnia wizyta +table.header.lastUsage=Ostatni dost\u0119p (admin) table.header.leave=Opu\u015B\u0107 +table.header.mark=Ulubione +table.header.participantsCount=Przypisane +table.header.role=Rola +table.header.tutorsCount=W\u0142a\u015Bciciel table.header.type=Typ -tools.add.buddygroup=Grupa projektu +table.merge=Scal +table.users.management=Zarz\u0105dzaj cz\u0142onkami +tools.add.buddygroup=Grupa tools.add.header=Utw\u00F3rz tools.delete.header=Usu\u0144 -tools.delete.unusedgroup=Grupy projektu -notification.mail.added.body=*** To jest wiadomo\u015B\u0107 generowana automatycznie, nie odpowiadaj na ni\u0105 *** \n\n Zosta\u0142e\u015B zaproszony do grupy projektu OLAT przez\: {0} {1} ({3})\: \n\n Nazwa grupy\: $groupname\n Opis\: $groupdescription\n Je\u015Bli si\u0119 nie zgadzasz, mo\u017Cesz si\u0119 wypisa\u0107 z tej grupy projektu. -notification.mail.added.self.body=*** To jest wiadomo\u015B\u0107 generowana automatycznie, nie odpowiadaj na ni\u0105 *** \n\n Utworzy\u0142e\u015B grup\u0119 projektu OLAT \: \n\nNazwa grupy\: $groupname\nOpis\: $groupdescription\n\n Mo\u017Cesz usun\u0105\u0107 t\u0119 grup\u0119 w dowolnym momencie. -notification.mail.added.self.subject=Grupa projektu OLAT\: $groupname - Utworzy\u0142e\u015B grup\u0119 -notification.mail.added.subject=Grupa projektu OLAT\: $groupname - Zosta\u0142e\u015B zaproszony -notification.mail.deleted.body=*** To jest wiadomo\u015B\u0107 generowana automatycznie, nie odpowiadaj na ni\u0105 *** \n\nPoniewa\u017C grupa zosta\u0142a usuni\u0119ta, zosta\u0142e\u015B z niej wypisany przez\: {0} {1} ({3})\: \n\nNazwa grupy\: $groupname\nOpis\: $groupdescription\n\nW razie pyta\u0144 skontaktuj si\u0119 z\: {0} {1} ({2}). -notification.mail.deleted.subject=Grupa projektu OLAT\: $groupname - Grupa zosta\u0142a usuni\u0119ta. -notification.mail.removed.body=*** To jest wiadomo\u015B\u0107 generowana automatycznie, nie odpowiadaj na ni\u0105 *** \n\n Zosta\u0142e\u015B wypisany z grupy projektu przez\: {0} {1} ({3})\: \n\n Nazwa grupy\: $groupname\nOpis\: $groupdescription\n\nW razie pyta\u0144 skontaktuj si\u0119 z\: {0} {1} ({2}). -notification.mail.removed.self.body=*** To jest wiadomo\u015B\u0107 generowana automatycznie, nie odpowiadaj na ni\u0105 *** \n\nWypisa\u0142e\u015B si\u0119 z grupy projektu\: \n\nNazwa grupy\: $groupname\nOpis\: $groupdescription\n\n -notification.mail.removed.self.subject=Grupa projektu OLAT\: $groupname - Opu\u015Bci\u0142e\u015B t\u0119 grup\u0119. -notification.mail.removed.subject=Grupa projektu OLAT\: $groupname - Zosta\u0142e\u015B wypisany. +tools.delete.unusedgroup=Grupy +users.group=Zarz\u0105dzaj cz\u0142onkami diff --git a/src/main/java/org/olat/group/ui/run/_i18n/LocalStrings_pl.properties b/src/main/java/org/olat/group/ui/run/_i18n/LocalStrings_pl.properties index fc477ba944bcc410fe0a1fb187f52d630dd8be00..9d9da8e8e9ffb1bc251881f9b62e79dd1a2d4978 100644 --- a/src/main/java/org/olat/group/ui/run/_i18n/LocalStrings_pl.properties +++ b/src/main/java/org/olat/group/ui/run/_i18n/LocalStrings_pl.properties @@ -1,4 +1,4 @@ -#Fri Sep 03 15:47:52 CEST 2010 +#Tue Dec 11 15:27:29 CET 2012 businessgroup.contact.bodytext=\r\n---\r\n Przejd\u017A na stron\u0119 grupy\: {0} \: "{1}" businessgroup.contact.subject={0} \: grouprun.configurationchanged=Konfiguracja tej grupy zosta\u0142a zmieniona i uruchomiona ponownie. @@ -7,6 +7,7 @@ grouprun.details.name=Nazwa grupy grouprun.details.title=Informacje grouprun.disabled=Obecnie wszystkie elementy wsp\u00F3\u0142pracy s\u0105 zablokowane. grouprun.removedfromgroup=Zosta\u0142e\u015B usuni\u0119ty z tej grupy. Zamknij zak\u0142adk\u0119. +menutree.ac=Rezerwacje menutree.administration=Administracja menutree.administration.alt=Administracja menutree.calendar=Kalendarz diff --git a/src/main/java/org/olat/group/ui/wizard/_i18n/LocalStrings_pl.properties b/src/main/java/org/olat/group/ui/wizard/_i18n/LocalStrings_pl.properties index efac78d81bfcda2dacd502af8c82551c56fd5f89..47dcbdbc12b2d5ed5e1551ed0d1a871e94011b07 100644 --- a/src/main/java/org/olat/group/ui/wizard/_i18n/LocalStrings_pl.properties +++ b/src/main/java/org/olat/group/ui/wizard/_i18n/LocalStrings_pl.properties @@ -1,7 +1,7 @@ -#Fri Sep 03 15:53:54 CEST 2010 +#Thu Dec 13 23:50:15 CET 2012 backLink=Back bgcopywizard.copyform.areas=Konfiguracja obszar\u00F3w edukacyjnych -bgcopywizard.copyform.label=Kopia +bgcopywizard.copyform.label=Kopiowane "zasoby"\: bgcopywizard.copyform.membersvisibility=Konfiguracja widoczno\u015Bci cz\u0142onk\u00F3w bgcopywizard.copyform.name.copy=Kopiuj bgcopywizard.copyform.owners=Nauczyciele grupy @@ -19,10 +19,24 @@ bgcopywizard.multiple.groupnames.title=Wprowad\u017A list\u0119 nazw grup bgcopywizard.multiple.groupnames.tooLongGroupname=Nazwy grup mog\u0105 sk\u0142ada\u0107 si\u0119 z maksymalnie 100 znak\u00F3w. bgcopywizard.multiple.title=Kreator kopii wielu grup bgcopywizard.title=Kreator kopii grupy +config.resources.noresources=Wci\u015Bnij przycisk "Dodaj kurs", aby powi\u0105za\u0107 jeden lub wi\u0119cej kurs\u00F3w z t\u0105 grup\u0105 (tymi grupami). +config.resources.title=Kursy +config.tools.desc=Narz\u0119dzia wsp\u00F3\u0142pracy +config.tools.off=wy\u0142\u0105czony +config.tools.on=w\u0142\u0105czony +config.tools.title=Narz\u0119dzia continue=Dalej +copy.wizard.bgstep=Kopiowanie grupy "{0}" create.form.error.emptylist=Wska\u017C przynajmniej jedn\u0105 nazw\u0119 grupy create.form.error.numberOrNull=Tylko liczby\! (lub pozostaw to pole pustym) create.form.title.max=Docelowa liczba <br>uczestnik\u00F3w +email.select.receiver.participant=Uczestnicy +email.select.receiver.title=Uczestnik +email.select.receiver.tutor=W\u0142a\u015Bciciele +email.select.receivers=Wy\u015Blij e-mail do +email.select.receivers.desc=Wybierz odbiorc\u00F3w\: w\u0142a\u015Bcicieli, uczestnik\u00F3w lub jednych i drugich. +email.write.description=Napisz e-mail +email.write.title=Napisz e-mail error.selectatleastonearea=Please select at least one learning area. error.selectatleastonecolumn=Please select at least one column. error.selectatleastonegroup=Please select at least one group. @@ -39,4 +53,22 @@ memberlistwizard.finished.title=Creation of list completed memberlistwizard.groupchoice=Select groups memberlistwizard.outputchoice=Select output format memberlistwizard.title=Create lists containing names of group participants -showfile=Download file +merge.confirmation=Te grupy b\u0119d\u0105 usuni\u0119te po scaleniu\: "{0}". +merge.confirmation.description=Zatwierdzenie +merge.confirmation.title=Zatwierdzenie +merge.description=Wybierz, kt\u00F3ra grupa ma pozosta\u0107 po scaleniu. +merge.target.description=Wybierz grup\u0119 docelow\u0105 +merge.target.group=Grupa docelowa +merge.target.title=Wybierz grup\u0119 docelow\u0105 +merge.wizard.title=Scal grupy +remove=Usu\u0144 +showfile=Pobierz plik +table.role=Rola +table.status=Status +table.subject.action=Akcja +table.user.login=Login +users.addowner=Dodaj w\u0142a\u015Bciciela +users.addparticipant=Dodaj uczestnika +users.addwaiting=Dodaj do listy oczekuj\u0105cych +users.email.desc=Wy\u015Blij e-mail +users.manage.desc=Zarz\u0105dzaj cz\u0142onkami diff --git a/src/main/java/org/olat/ims/qti/editor/beecom/objects/FIBQuestion.java b/src/main/java/org/olat/ims/qti/editor/beecom/objects/FIBQuestion.java index 64f68aba1088f93679dca75833005af3cd021025..a987e6c508515f58eec4801c291ae5d3bce90f2f 100644 --- a/src/main/java/org/olat/ims/qti/editor/beecom/objects/FIBQuestion.java +++ b/src/main/java/org/olat/ims/qti/editor/beecom/objects/FIBQuestion.java @@ -371,7 +371,7 @@ public class FIBQuestion extends Question implements QTIObject { QTIEditHelper.addFeedbackSolution(respcondition_fail); // remove whole respcondition if empty - if (or.element("varequal") == null) + if (or.element("not") == null) resprocessingXML.remove(respcondition_fail); } diff --git a/src/main/java/org/olat/ims/qti/process/elements/EvalContext.java b/src/main/java/org/olat/ims/qti/process/elements/EvalContext.java index 1cf6f326bec7b1c25418cfab22bc2cdbac7c1ed2..472d38b7ed90949614bb9d02c49d9b0c4cc7cb55 100644 --- a/src/main/java/org/olat/ims/qti/process/elements/EvalContext.java +++ b/src/main/java/org/olat/ims/qti/process/elements/EvalContext.java @@ -29,23 +29,23 @@ package org.olat.ims.qti.process.elements; * @author Felix Jost */ public class EvalContext { - private boolean hasBeenFalse = false; + private boolean hasBeenTrue = false; /** * Returns the hasBeenFalse. * @return boolean */ - public boolean isHasBeenFalse() { - return hasBeenFalse; + public boolean isHasBeenTrue() { + return hasBeenTrue; } /** * Sets the hasBeenFalse. * @param hasBeenTrue The hasBeenFalse to set */ - public void setHasBeenFalse(boolean hasBeenFalse) { - this.hasBeenFalse= hasBeenFalse; + public void setHasBeenTrue(boolean hasBeenTrue) { + this.hasBeenTrue= hasBeenTrue; } } diff --git a/src/main/java/org/olat/ims/qti/process/elements/QTI_other.java b/src/main/java/org/olat/ims/qti/process/elements/QTI_other.java index 7f1e2835ac8b706dac139df09d32eace7a366b8b..2ced486d1aae1e8e7978bbe1c09a81697ae42d28 100644 --- a/src/main/java/org/olat/ims/qti/process/elements/QTI_other.java +++ b/src/main/java/org/olat/ims/qti/process/elements/QTI_other.java @@ -34,6 +34,6 @@ import org.olat.ims.qti.container.ItemContext; public class QTI_other implements BooleanEvaluable{ public boolean eval(Element boolElement, ItemContext userContext, EvalContext ect) { - return ect.isHasBeenFalse(); + return !ect.isHasBeenTrue(); } } diff --git a/src/main/java/org/olat/ims/qti/process/elements/QTI_resprocessing.java b/src/main/java/org/olat/ims/qti/process/elements/QTI_resprocessing.java index f5cc79b5b86ee6eacaea0c89ecd0592f4e98883f..bb4729905c9cfdd786050675feb83d23cdd6e24e 100644 --- a/src/main/java/org/olat/ims/qti/process/elements/QTI_resprocessing.java +++ b/src/main/java/org/olat/ims/qti/process/elements/QTI_resprocessing.java @@ -75,7 +75,9 @@ public class QTI_resprocessing { int size = el_respconditions.size(); boolean cont = true; int i = 0; + boolean hasBeenTrue = false; EvalContext ect = new EvalContext(); + ect.setHasBeenTrue(hasBeenTrue); while (cont && i < size) { Element el_respcond = (Element)el_respconditions.get(i); String str_continue = el_respcond.attributeValue("continue"); @@ -83,7 +85,8 @@ public class QTI_resprocessing { // eval conditions and set vars accordingly boolean res = respCondition.process(el_respcond, userContext, ect); if (!res) cont = true; // continue flag only effective if previous didn't match - if (!res) ect.setHasBeenFalse(true); + hasBeenTrue = hasBeenTrue || res; + ect.setHasBeenTrue(hasBeenTrue); i++; } diff --git a/src/main/java/org/olat/login/_content/about.html b/src/main/java/org/olat/login/_content/about.html index 27ead21a65185d8cb62e9540412021aba20f0710..4735f0a23b65d4d5e4d8370c43480f220dafec67 100644 --- a/src/main/java/org/olat/login/_content/about.html +++ b/src/main/java/org/olat/login/_content/about.html @@ -3,6 +3,9 @@ <img border="0" class="b_float_left" src="$r.staticLink("images/openolat/openolat_logo_495x115_with_claim_transparent.png")" alt="$r.translate("about.title")" /> </a> </p> +<a href="http://blogs.frentix.com/blogs/frentix/2012/08/14/1344960660000.html" target="_blank" title="The OpenOLAT LMS got a high score in the e-learning journal ranking" style="float: right; padding-left: 2em;"> + <img border="0" src="$r.staticLink("images/openolat/openolat_testsiegel_elearning_journal.jpg")" alt="The OpenOLAT LMS got a high score in the e-learning journal ranking" style="height: 150px;" /> +</a> <p> $r.translate("about.version") $version </p> @@ -12,9 +15,15 @@ <p> $r.translate("about.linktext") </p> +<p> + $r.translate("about.elearningjournal.test.2012") + <br /> + <a href="http://www.openolat.org/fileadmin/documents/openolat/TH_LMS_TEST_frentix_OpenOLAT_v1.0.pdf" target="_blank" class="b_link_extern">OpenOLAT 8.1 im Test, eLearning Journal Testbericht</a> +</p> + <p class="b_align_inverse"> <br /> - Zürich, 22.12.2011 + Zürich, 20.12.2012 </p> <p> diff --git a/src/main/java/org/olat/login/_i18n/LocalStrings_de.properties b/src/main/java/org/olat/login/_i18n/LocalStrings_de.properties index 3604c561fdf4457be6294de28f60e2d9daff7d3a..891261f3a59fe505f2e89967cec959a20c756c28 100644 --- a/src/main/java/org/olat/login/_i18n/LocalStrings_de.properties +++ b/src/main/java/org/olat/login/_i18n/LocalStrings_de.properties @@ -7,6 +7,7 @@ about.pro.award.oss.2011=Das LMS OpenOLAT und die Dienstleistungen von frentix w about.pro.award.elearningjournal.2012=Gemeinsam mit der Bundesakademie für Sicherheitspolitik (BAKS) in Deutschland, und dem Zentrum für technologiegestützte Bildung (ZtB), hat frentix für das Projekt "Sicherheitspolitische Weiterbildung" den vom eLearning-Journal vergebenen eLearning-Award 2012 in der Kategorie "Open Source "gewonnen. Als Basis für die Studienplattform dient OpenOLAT. about.pro.release=Release Information about.copyright=Copyright und Beteiligungen +about.elearningjournal.test.2012=Mit der Note "1.5" hat das renommierte eLearning-Journal das LMS OpenOLAT in einem umfassenden LMS Vergleichstest bewertet. Damit ist OpenOLAT ganz vorne mit dabei. Besonders hervorgehoben wurde der grosse Funktionsumfang der Open Source Lösung OpenOLAT. about.date=Z\u00FCrich, 8. Februar 2011 about.history=Das Learning-Management-System OpenOLAT wird seit 2011 in der OpenOLAT community entwickelt. OpenOLAT ist ein Fork des Open Source LMS OLAT der Universität Zürich und wird weltweit in Bildungsinstitutionen und Firmen eingesetzt. OpenOLAT ist ein Open-Source-Produkt und kann frei verwendet und abge\u00E4ndert werden. diff --git a/src/main/java/org/olat/login/_i18n/LocalStrings_en.properties b/src/main/java/org/olat/login/_i18n/LocalStrings_en.properties index af6c9f2e5724af9199bea7478bbcafc3586716b5..2aacc537b3f179822f2936a0eb6e2b7f0394eed7 100644 --- a/src/main/java/org/olat/login/_i18n/LocalStrings_en.properties +++ b/src/main/java/org/olat/login/_i18n/LocalStrings_en.properties @@ -12,6 +12,7 @@ about.pro.intro=OpenOLAT by frentix combines the advantages of the award winning about.pro.award.oss.2011=The OpenOLAT LMS and the services delivered by frentix have been awarded with the Swiss Open Source award 2011 as the winner of the category "Best Business Case". about.pro.award.elearningjournal.2012=Together with the Bundesakademie für Sicherheitspolitik (BAKS) in Germany, the Zentrum für technologiegestützte Bildung (ZtB) frentix has been awarded for the project "Sicherheitspolitische Weiterbildung" by the eLearning-Journal with the eLearning-Award 2012 in the category "Open Source "gewonnen. OpenOLAT serves as a base for the learning plattform. about.pro.release=Release Information +about.elearningjournal.test.2012=The eLearning-Journal ranked the LMS OpenOLAT with a score of "1.5" in a extensive comparison and tests of LMS available on the market. With this great result OpenOLAT is rated as a best practice solution. As a speciality of OpenOLAT the great number of features and tools available in OpenOLAT has been named. about.title=About OpenOLAT about.translate=Multilingual about.version=Version diff --git a/src/main/java/org/olat/modules/openmeetings/manager/OpenMeetingsManagerImpl.java b/src/main/java/org/olat/modules/openmeetings/manager/OpenMeetingsManagerImpl.java index 8c95a5c14b41475d3b6ff104820ab3ecc2d75efe..eea5cd73dbd0477063b2182a2ea9e026e09627ea 100644 --- a/src/main/java/org/olat/modules/openmeetings/manager/OpenMeetingsManagerImpl.java +++ b/src/main/java/org/olat/modules/openmeetings/manager/OpenMeetingsManagerImpl.java @@ -45,6 +45,8 @@ import org.olat.core.util.WebappHelper; import org.olat.core.util.cache.CacheWrapper; import org.olat.core.util.coordinate.CoordinatorManager; import org.olat.group.BusinessGroup; +import org.olat.group.BusinessGroupService; +import org.olat.group.DeletableGroupData; import org.olat.modules.openmeetings.OpenMeetingsModule; import org.olat.modules.openmeetings.model.OpenMeetingsRecording; import org.olat.modules.openmeetings.model.OpenMeetingsRoom; @@ -100,7 +102,7 @@ import org.springframework.stereotype.Service; * @author srosse, stephae.rosse@frentix.com */ @Service -public class OpenMeetingsManagerImpl implements OpenMeetingsManager, UserDataDeletable { +public class OpenMeetingsManagerImpl implements OpenMeetingsManager, UserDataDeletable, DeletableGroupData { private final static OLog log = Tracing.createLoggerFor(OpenMeetingsManagerImpl.class); @@ -114,6 +116,8 @@ public class OpenMeetingsManagerImpl implements OpenMeetingsManager, UserDataDel private CoordinatorManager coordinator; @Autowired private RepositoryManager repositoryManager; + @Autowired + private BusinessGroupService businessGroupService; private CacheWrapper<String,Long> sessionCache; private OpenMeetingsLanguages languagesMapping; @@ -121,6 +125,7 @@ public class OpenMeetingsManagerImpl implements OpenMeetingsManager, UserDataDel @PostConstruct public void init() { userDeletionManager.registerDeletableUserData(this); + businessGroupService.registerDeletableGroupDataListener(this); languagesMapping = new OpenMeetingsLanguages(); languagesMapping.read(); @@ -819,6 +824,16 @@ public class OpenMeetingsManagerImpl implements OpenMeetingsManager, UserDataDel // } + @Override + public boolean deleteGroupDataFor(BusinessGroup group) { + boolean allOk = true; + OpenMeetingsRoom room = getLocalRoom(group, null, null); + if(room != null) { + allOk &= deleteRoom(room); + } + return allOk; + } + private final RoomServiceStub getRoomWebService() throws AxisFault { String endPoint = getOpenMeetingsEndPoint() + "RoomService?wsdl"; diff --git a/src/main/java/org/olat/modules/sharedfolder/SharedFolderWebDAVMergeSource.java b/src/main/java/org/olat/modules/sharedfolder/SharedFolderWebDAVMergeSource.java index 17eb21801e55e2427aeb37fd452cbb8f21e39d2a..21fd21aa102e7dc47d03ff487883689f19af66c3 100644 --- a/src/main/java/org/olat/modules/sharedfolder/SharedFolderWebDAVMergeSource.java +++ b/src/main/java/org/olat/modules/sharedfolder/SharedFolderWebDAVMergeSource.java @@ -165,7 +165,9 @@ public class SharedFolderWebDAVMergeSource extends MergeSource { } } - private void init() { + @Override + protected void init() { + super.init(); SharedFolderManager sfm = SharedFolderManager.getInstance(); RepositoryManager repoManager = RepositoryManager.getInstance(); List<RepositoryEntry> ownerEntries = (List<RepositoryEntry>) repoManager.queryByOwner(identity, SharedFolderFileResource.TYPE_NAME); diff --git a/src/main/java/org/olat/portfolio/PortfolioModule.java b/src/main/java/org/olat/portfolio/PortfolioModule.java index 6555a5d59298a70b19c92e93f170abb9ed347192..67798dad3224f3580ce5548955389eb04e475d6c 100755 --- a/src/main/java/org/olat/portfolio/PortfolioModule.java +++ b/src/main/java/org/olat/portfolio/PortfolioModule.java @@ -22,7 +22,6 @@ package org.olat.portfolio; import java.io.File; import java.util.ArrayList; import java.util.List; -import java.util.Locale; import org.olat.admin.user.delete.service.UserDeletionManager; import org.olat.collaboration.CollaborationTools; @@ -44,7 +43,6 @@ import org.olat.core.util.vfs.VFSItem; import org.olat.group.BusinessGroup; import org.olat.group.BusinessGroupService; import org.olat.group.DeletableGroupData; -import org.olat.group.DeletableReference; import org.olat.portfolio.manager.EPFrontendManager; import org.olat.portfolio.model.artefacts.AbstractArtefact; import org.olat.portfolio.model.structel.ElementType; @@ -341,12 +339,6 @@ public class PortfolioModule extends AbstractOLATModule implements ConfigOnOff, } - // used for group deletion - @Override - public DeletableReference checkIfReferenced(BusinessGroup group, Locale locale) { - return DeletableReference.createNoDeletableReference(); // dont show special reference info, just delete a linked map - } - // used for group deletion @Override public boolean deleteGroupDataFor(BusinessGroup group) { diff --git a/src/main/java/org/olat/registration/PwChangeForm.java b/src/main/java/org/olat/registration/PwChangeForm.java index dae947714a032e84783f3dfcbfc2cea2e2d7f2ef..d403ab5032a6a391114041f6ea2908675d0f53d9 100644 --- a/src/main/java/org/olat/registration/PwChangeForm.java +++ b/src/main/java/org/olat/registration/PwChangeForm.java @@ -62,7 +62,7 @@ public class PwChangeForm extends FormBasicController { boolean newIsValid = UserManager.getInstance().syntaxCheckOlatPassword(newpass1.getValue()); if (!newIsValid) { - newpass1.setErrorKey("error.password.characters", null); + newpass1.setErrorKey("form.checkPassword", null); } // validate that both passwords are the same boolean newDoesMatch = newpass1.getValue().equals(newpass2.getValue()); diff --git a/src/main/java/org/olat/registration/RegistrationForm2.java b/src/main/java/org/olat/registration/RegistrationForm2.java index d7a15cbf2f6757edcaba4f34b2aec50d4a3dbbbc..abc6f23954fe77804a5c10835c2a77274b4f4b0f 100644 --- a/src/main/java/org/olat/registration/RegistrationForm2.java +++ b/src/main/java/org/olat/registration/RegistrationForm2.java @@ -238,7 +238,7 @@ public class RegistrationForm2 extends FormBasicController { } if (!UserManager.getInstance().syntaxCheckOlatPassword(newpass1.getValue())) { - newpass1.setErrorKey("error.password.characters", null); + newpass1.setErrorKey("form.checkPassword", null); return false; } if (!newpass1.getValue().equals(newpass2.getValue())) { diff --git a/src/main/java/org/olat/registration/_i18n/LocalStrings_ar.properties b/src/main/java/org/olat/registration/_i18n/LocalStrings_ar.properties index 7932cf62412d0d9bf82f972c5acf4a6b2c48928a..bb63da95bcf9867121a74475c44da7b5e197ca2e 100644 --- a/src/main/java/org/olat/registration/_i18n/LocalStrings_ar.properties +++ b/src/main/java/org/olat/registration/_i18n/LocalStrings_ar.properties @@ -1,92 +1,92 @@ #Mon Jan 24 16:05:07 CET 2011 -disclaimer.acknowledged=</b>.\u0623\u0646\u0627 \u0642\u0631\u0623\u062A \u0634\u0631\u0648\u0637 \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645\u060C \u0648\u0623\u0641\u0647\u0645\u0647\u0627 \u0648\u0623\u0648\u0627\u0641\u0642 \u0639\u0644\u064A\u0647\u0627 <b> -disclaimer.additionalcheckbox=<b>\u0623\u0646\u0627 \u0623\u0648\u0627\u0641\u0642 \u0639\u0644\u0649 \u0634\u0631\u0648\u0637 \u062A\u062E\u0632\u064A\u0646 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A</b> -disclaimer.additionallinktext=\u0634\u0631\u0648\u0637 \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0628\u0649 \u062F\u0649 \u0623\u0641 -disclaimer.filedownloadurl=Nutzungsbedingungen.pdf (\u0634\u0631\u0648\u0637 \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645) -disclaimer.form.cancelled=\u0623\u0646\u062A \u0644\u0645 \u062A\u0642\u0628\u0644 \u0634\u0631\u0648\u0637 \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645. -disclaimer.header=\u0634\u0631\u0648\u0637 \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 +disclaimer.acknowledged=</b>.\u0623\u0646\u0627 \u0642\u0631\u0623\u062a \u0634\u0631\u0648\u0637 \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645\u060c \u0648\u0623\u0641\u0647\u0645\u0647\u0627 \u0648\u0623\u0648\u0627\u0641\u0642 \u0639\u0644\u064a\u0647\u0627 <b> +disclaimer.additionalcheckbox=<b>\u0623\u0646\u0627 \u0623\u0648\u0627\u0641\u0642 \u0639\u0644\u0649 \u0634\u0631\u0648\u0637 \u062a\u062e\u0632\u064a\u0646 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a</b> +disclaimer.additionallinktext=\u0634\u0631\u0648\u0637 \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0628\u0649 \u062f\u0649 \u0623\u0641 +disclaimer.filedownloadurl=Nutzungsbedingungen.pdf (\u0634\u0631\u0648\u0637 \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645) +disclaimer.form.cancelled=\u0623\u0646\u062a \u0644\u0645 \u062a\u0642\u0628\u0644 \u0634\u0631\u0648\u0637 \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645. +disclaimer.header=\u0634\u0631\u0648\u0637 \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 disclaimer.nok=\u0631\u0641\u0636 disclaimer.ok=\u0642\u0628\u0648\u0644 -disclaimer.paragraph1=\u064A\u062C\u0628 \u0623\u0646 \u064A\u0643\u0648\u0646 \u0645\u0633\u062A\u062E\u062F\u0645 \u0623\u0648\u0644\u0627\u062A \u0639\u0644\u0649 \u0639\u0644\u0645 \u0628\u0623\u0646 \u0623\u0648\u0644\u0627\u062A \u064A\u0645\u0643\u0646 \u0623\u0646 \u064A\u0633\u062A\u062E\u062F\u0645 \u0641\u0649 \u0623\u063A\u0631\u0627\u0636 \u0627\u0644\u062F\u0631\u0627\u0633\u0629\u060C \u0648\u0628\u0623\u0646 \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0644\u0627 \u064A\u062A\u0639\u0627\u0631\u0636 \u0645\u0639 \u0623\u0649 \u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u0633\u0648\u064A\u0633\u0631\u0649 \u0628\u0634\u0623\u0646 \u0627\u0644\u0633\u0644\u0648\u0643 \u0627\u0644\u0639\u0627\u0645 \u0648/\u0623\u0648 \u062D\u0642\u0648\u0642 \u0627\u0644\u0623\u0637\u0631\u0627\u0641 \u0627\u0644\u062B\u0627\u0644\u062B\u0629 (\u062D\u0642 \u0627\u0644\u0645\u0624\u0644\u0641 \u0648\u062D\u0645\u0627\u064A\u0629 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u060C \u0627\u0644\u062E)\u060C \u0648\u0639\u0644\u0649 \u0648\u062C\u0647 \u0627\u0644\u062A\u062D\u062F\u064A\u062F\u060C \u0645\u0633\u062A\u062E\u062F\u0645 \u0623\u0648\u0644\u0627\u062A \u064A\u062A\u0639\u0647\u062F \u0628\u0639\u062F\u0645 \u0646\u0634\u0631 \u0623\u064A \u0645\u0648\u0627\u062F \u0630\u0627\u062A \u0637\u0627\u0628\u0639 \u0625\u0628\u0627\u062D\u0649\u060C \u0623\u0648 \u0639\u0646\u0635\u0631\u0649 \u0623\u0648 \u0639\u0646\u064A\u0641\u060C \u0623\u0648 \u062A\u062E\u0632\u064A\u0646 \u0645\u062B\u0644 \u0647\u0630\u0647 \u0627\u0644\u0645\u0648\u0627\u062F \u0639\u0644\u0649 \u0633\u064A\u0631\u0641\u0631 \u0623\u0648\u0644\u0627\u062A\u060C \u0648\u0639\u0644\u0627\u0648\u0629 \u0639\u0644\u0649 \u0630\u0644\u0643\u060C \u0641\u0625\u0646 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0639\u0644\u064A\u0647 \u0623\u0646 \u064A\u062A\u0639\u0647\u062F \u0628\u0639\u062F\u0645 \u0627\u0644\u062A\u062D\u0631\u064A\u0636 \u0623\u0648 \u062A\u0648\u0641\u064A\u0631 \u0627\u0644\u0645\u0648\u0627\u062F \u0627\u0644\u062A\u0649 \u062A\u0642\u0648\u0645 \u0628\u0627\u0644\u062A\u062D\u0631\u0636. -disclaimer.terms.of.usage=</b>\u0634\u0631\u0648\u0637 \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645<b> -email.address=\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u0649 -email.address.maynotbeempty=\u064A\u062C\u0628 \u0643\u062A\u0627\u0628\u0629 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u0649. -email.address.notregular=\u064A\u062C\u0628 \u0625\u062F\u062E\u0627\u0644 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064A\u062F \u0627\u0644\u0643\u062A\u0631\u0648\u0646\u0649 \u0635\u062D\u064A\u062D. -email.address2=\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0627\u0644\u0643\u062A\u0631\u0648\u0646\u0649 (\u064A\u0631\u062C\u0649 \u062A\u0643\u0631\u0627\u0631\u0647) -email.notsent=\u0644\u0627 \u064A\u0645\u0643\u0646 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u0649\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649. -email.or.username=\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0627\u0644\u0643\u062A\u0631\u0648\u0646\u0649 \u0623\u0648 \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 -email.or.username.maynotbeempty=\u064A\u0631\u062C\u0649 \u0643\u062A\u0627\u0628\u0629 \u0628\u0631\u064A\u062F\u0643 \u0627\u0644\u0627\u0644\u0643\u062A\u0631\u0648\u0646\u0649 \u0623\u0648 \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 -email.or.username.not.identified=.\u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0644\u0627 \u064A\u0645\u0643\u0646 \u0627\u0644\u062A\u0639\u0631\u0641 \u0639\u0644\u064A\u0647 \u0628\u0648\u0636\u0648\u062D -email.sent=\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0627\u0644\u0643\u062A\u0631\u0648\u0646\u0649. -form.check1=\u064A\u0631\u062C\u0649 \u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u0648\u0644. -form.check2=\u064A\u0631\u062C\u0649 \u0625\u062F\u062E\u0627\u0644 \u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u062E\u064A\u0631. -form.check3=\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u064A\u0646 \u064A\u062C\u0628 \u0623\u0646 \u062A\u062D\u062A\u0648\u0649 \u0639\u0644\u0649 \u0645\u0627 \u0644\u0627 \u064A\u0642\u0644 \u0639\u0646 3 \u0623\u062D\u0631\u0641 \u0648 \u0627\u0644\u062D\u0631\u0648\u0641 \u0641\u0642\u0637 \u0645\u0646 \u0627\u0644\u0623\u0644\u0641 \u0625\u0644\u0649 \u0627\u0644\u064A\u0627\u0621\u060C \u0641\u0636\u0644\u0627 \u0639\u0646 \u0627\u0644\u0623\u0631\u0642\u0627\u0645 \u0645\u0646 0 \u0625\u0644\u0649 9\u060C \u0648\u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060C \u064A\u062C\u0648\u0632 \u0644\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645. _ \u0648-. -form.check4=\u064A\u0631\u062C\u0649 \u0625\u062F\u062E\u0627\u0644 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631. -form.check5=\u064A\u0631\u062C\u0649 \u0625\u062F\u062E\u0627\u0644 \u0643\u0644\u0645\u062A\u0627\u0646 \u0645\u0631\u0648\u0631 \u0645\u062A\u0637\u0627\u0628\u0642\u062A\u064A\u0646. -form.check6=\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0645\u0648\u062C\u0648\u062F \u0628\u0627\u0644\u0641\u0639\u0644\u060C \u064A\u0631\u062C\u0649 \u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0633\u0645 \u0622\u062E\u0631. -form.general.error=\u064A\u0631\u062C\u0649 \u062A\u0635\u062D\u064A\u062D \u0641\u064A \u0627\u0644\u062E\u0644\u0627\u064A\u0627 \u0627\u0644\u062A\u0627\u0644\u064A\u0629\: -form.legende.mandatory=\u0647\u0630\u0647 \u0627\u0644\u062E\u0644\u0627\u064A\u0627 \u0636\u0631\u0648\u0631\u064A\u0629. -form.password.enter.new=\u0648\u0636\u0639 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u062C\u062F\u064A\u062F -form.password.error.nomatch=\u0644\u0627 \u064A\u0648\u062C\u062F \u062A\u0637\u0627\u0628\u0642 \u0628\u064A\u0646 \u0643\u0644\u0645\u062A\u0649 \u0627\u0644\u0645\u0631\u0648\u0631. -form.password.new1=\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062C\u062F\u064A\u062F\u0629 -form.password.new2=\u062A\u0623\u0643\u064A\u062F \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 -login.body=\u0623\u0646\u062A \u0645\u0633\u062C\u0651\u0644 \u0641\u0649 \u0623\u0648\u0644\u0627\u062A\u060C \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u0647\u0648 \:{0}.\r\n\r\n\u0641\u0649 \u062D\u0627\u0644\u0629 \u0625\u0630\u0627 \u0643\u0646\u062A \u0644\u0627 \u062A\u0631\u064A\u062F \u0647\u0630\u0627 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0627\u0644\u0643\u062A\u0631\u0648\u0646\u0649\u060C \u064A\u0631\u062C\u0649 \u062D\u0630\u0641\u0647.\r\n\r\n\u0641\u0631\u064A\u0642 \u0623\u0648\u0644\u0627\u062A -login.subject=\u0623\u0646\u062A \u0645\u0633\u062C\u0644 \u0641\u0649 \u0623\u0648\u0644\u0627\u062A \u0628\u0627\u0644\u0641\u0639\u0644. -loginhelp=\u0642\u062F \u062A\u062D\u062A\u0648\u0649 \u0641\u0642\u0637 \u0639\u0644\u0649 \u0623\u0631\u0642\u0627\u0645 \u0648/\u0623\u0648 \u062D\u0631\u0648\u0641 \u0635\u063A\u064A\u0631\u0629 (\u0628\u062F\u0648\u0646 \u0623\u0649 \u062D\u0631\u0648\u0641 \u062E\u0627\u0635\u0629 \u0628\u0627\u0633\u062A\u062B\u0646\u0627\u0621 .-_) \u0648\u0643\u0645\u0627 \u0623\u0646</li><li> \u064A\u062C\u0628 \u0623\u0646 \u064A\u062D\u062A\u0648\u0649 \u0639\u0644\u0649 4 \u062D\u0631\u0648\u0641 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644 <ul><li> \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\r\n</li><li>\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0644\u0627 \u064A\u0645\u0643\u0646 \u062A\u063A\u064A\u064A\u0631\u0647\u0627 \u0641\u064A\u0645\u0627 \u0628\u0639\u062F</li></ul> -menu.login.alt=\u064A\u0631\u062C\u0649 \u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 \u0644\u0644\u0627\u0633\u062A\u0641\u0627\u062F\u0629 \u0645\u0646 \u0646\u0638\u0627\u0645 \u0623\u0648\u0644\u0627\u062A \u0644\u0625\u062F\u0627\u0631\u0629 \u0627\u0644\u062A\u0639\u0644\u064A\u0645 -password.cantchange=\u0644\u062A\u063A\u064A\u064A\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643\u060C \u064A\u0631\u062C\u0649 \u0627\u0644\u0627\u062A\u0635\u0627\u0644 \u0628\u0641\u0631\u064A\u0642 \u0627\u0644\u062F\u0639\u0645 \u0641\u0649 \u062C\u0627\u0645\u0639\u062A\u0643. -password.notchanged=\u0644\u0627 \u064A\u0645\u0643\u0646 \u062A\u063A\u064A\u064A\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643. -password.successful=\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643 \u0628\u0646\u062C\u0627\u062D. -pwchange.body={0}/dmz/pwchange/index.html?key\={1}&lang\={2}\u064A\u0631\u062C\u0649 \u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0644\u0631\u0627\u0628\u0637 \r\n\u0644\u062A\u063A\u064A\u064A\u0631 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u0623\u0648\u0644\u0627\u062A.\r\n\u0641\u0631\u064A\u0642 \u0623\u0648\u0644\u0627\u062A -pwchange.homelink=\u0627\u0644\u0631\u062C\u0627\u0621 \u0627\u0644\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u062A\u0633\u062C\u064A\u0644 \u0627\u0644\u062F\u062E\u0648\u0644 -pwchange.intro=\u0644\u0642\u062F \u0642\u0645\u062A (\u0623\u0648 \u0634\u062E\u0635 \u0622\u062E\u0631) \u0628\u0637\u0644\u0628 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u062C\u062F\u064A\u062F\u0629 \u0628\u0634\u0623\u0646 \u062D\u0633\u0627\u0628 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 {0} \u0641\u0649 \u0623\u0648\u0644\u0627\u062A. -pwchange.subject=\u0645\u0641\u062A\u0627\u062D \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062C\u062F\u064A\u062F\u0629 \u0628\u0623\u0648\u0644\u0627\u062A -pwdchangekey.missing=\u064A\u0631\u062C\u0649 \u062A\u0642\u062F\u064A\u0645 \u0627\u0644\u0645\u0641\u062A\u0627\u062D \u0644\u062A\u063A\u064A\u064A\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631. -pwdhelp=</li><li>\u064A\u062C\u0628 \u0623\u0646 \u062A\u062D\u062A\u0648\u0649 \u0639\u0644\u0649 \u062D\u0631\u0648\u0641 \u0648\u0631\u0642\u0645 \u0648\u0627\u062D\u062F \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644</li><li> \u064A\u062C\u0628 \u0623\u0646 \u062A\u062D\u062A\u0648\u0649 \u0639\u0644\u0649 4 \u062D\u0631\u0648\u0641 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644 <ul><li> \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 -pwform.cancelled=\u062A\u0645 \u0625\u0644\u063A\u0627\u0621 \u062A\u063A\u064A\u064A\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631\u060C \u0648\u0628\u0627\u0644\u062A\u0627\u0644\u0649 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0644\u0645 \u062A\u062A\u063A\u064A\u0631. -pwform.failed=\u062D\u062F\u062B \u062E\u0637\u0623 \u063A\u064A\u0631 \u0645\u062A\u0648\u0642\u0639\u060C \u0648\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643 \u0644\u0645 \u064A\u062A\u0645 \u062A\u063A\u064A\u064A\u0631\u0647\u0627. -pwkey.missingentry=\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u0645\u0641\u062A\u0627\u062D \u062A\u063A\u064A\u064A\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631. -reg.body=\u0634\u0643\u0631\u0627 \u0644\u0627\u0647\u062A\u0645\u0627\u0645\u0643 \u0628\u0623\u0648\u0644\u0627\u062A\r\n\r\n{0}/dmz/registration/index.html?key\={1}&lang\={2} \u064A\u0631\u062C\u0649 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0627\u0644\u0631\u0627\u0628\u0637\r\n\u0644\u0627\u0633\u062A\u0643\u0645\u0627\u0644 \u062A\u0633\u062C\u064A\u0644\u0643 \u0641\u0649 \u0623\u0648\u0644\u0627\u062A.\r\n\r\n\u0641\u064A \u062D\u0627\u0644\u0629 \u0639\u062F\u0645 \u0631\u063A\u0628\u062A\u0643 \u0641\u0649 \u0627\u0644\u062A\u0633\u062C\u064A\u0644\u060C \u0641\u0642\u0637 \u062A\u062C\u0627\u0647\u0644 \u0647\u0630\u0627 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u0649.\r\n\r\n\u0641\u0631\u064A\u0642 \u0623\u0648\u0644\u0627\u062A -reg.notiEmail.body=\u0645\u0633\u062A\u062E\u062F\u0645 \u062C\u062F\u064A\u062F \u0641\u0649 \u0623\u0648\u0644\u0627\u062A\:\r\n\r\n\u0627\u0644\u0627\u0633\u0645\: \t{2}\r\n\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u0648\u0644\: \t{1}\r\n\u0627\u0644\u062F\u062E\u0648\u0644\: \t\t{0}\r\n\u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u0649\: \t{3}\r\n\u0627\u0644\u0644\u063A\u0629\: \t\t{4}\r\n \u0627\u0644\u0633\u064A\u0631\u0641\u0631\: \t\t{5} -reg.notiEmail.subject=({0}) {2} {1} \u0645\u0633\u062A\u062E\u062F\u0645 \u062C\u062F\u064A\u062F \u0628\u0623\u0648\u0644\u0627\u062A -reg.subject=\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u062A\u0633\u062C\u064A\u0644 \u0641\u0649 \u0623\u0648\u0644\u0627\u062A -reg.wherefrom=\u062A\u0645 \u0637\u0644\u0628 \u0627\u0644\u062A\u0633\u062C\u064A\u0644 \u0644\u0644\u0633\u064A\u0631\u0641\u0631 {0} \u0641\u0649 {1}\r\n{2} \u0645\u0646 \u0627\u0644\u0639\u0646\u0648\u0627\u0646 -registration.form.cancelled=\u0644\u0642\u062F \u0642\u0645\u062A \u0628\u0625\u0644\u063A\u0627\u0621 \u0639\u0645\u0644\u064A\u0629 \u0627\u0644\u062A\u0633\u062C\u064A\u0644. -regkey.missing=\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u062A\u0633\u062C\u064A\u0644 \u0645\u0641\u0642\u0648\u062F\u060C \u064A\u0631\u062C\u0649 \u0637\u0644\u0628 \u0648\u0627\u062D\u062F \u062C\u062F\u064A\u062F. -regkey.missingentry=\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u062A\u0633\u062C\u064A\u0644 \u063A\u064A\u0631 \u0645\u0648\u062C\u0648\u062F\u060C \u064A\u0631\u062C\u0649 \u0637\u0644\u0628 \u0648\u0627\u062D\u062F\u0627 \u0622\u062E\u0631. -select.language=\u0627\u0644\u0644\u063A\u0629 -select.language.description=\u064A\u0631\u062C\u0649 \u0627\u062E\u062A\u064A\u0627\u0631 \u0627\u0644\u0644\u063A\u0629 \u0644\u062A\u0633\u062C\u064A\u0644\u0643 \u0641\u0649 \u0623\u0648\u0644\u0627\u062A \u0648\u062D\u0633\u0627\u0628 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645\u060C \u0648\u0628\u0639\u062F \u0630\u0644\u0643 \u064A\u0645\u0643\u0646\u0643 \u062A\u063A\u064A\u064A\u0631 \u0627\u062E\u062A\u064A\u0627\u0631\u0643 \u0645\u0646 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0634\u062E\u0635\u0649 \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 \u0641\u0649 \u0623\u0649 \u0648\u0642\u062A\u060C \u0648\u0633\u064A\u062A\u0645 \u0625\u0631\u0634\u0627\u062F\u0643 \u0623\u062B\u0646\u0627\u0621 \u0639\u0645\u0644\u064A\u0629 \u0627\u0644\u062A\u0633\u062C\u064A\u0644. -sr.error.disclaimer.checkbox=\u064A\u062C\u0628 \u0627\u0644\u062A\u0623\u0643\u064A\u062F \u0645\u0646 \u062E\u0644\u0627\u0644 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0627\u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0635\u063A\u064A\u0631 \u0627\u0644\u0630\u0649 \u064A\u0641\u064A\u062F \u0628\u0623\u0646\u0643 \u0642\u0631\u0623\u062A \u0647\u0630\u0627 \u0627\u0644\u0639\u0642\u062F\u060C \u0648\u0628\u0623\u0646\u0643 \u062A\u0641\u0647\u0645\u0647 \u0648\u062A\u0648\u0627\u0641\u0642 \u0639\u0644\u064A\u0647. -sr.error.disclaimer.checkboxes=\u0627\u0644\u0645\u0631\u0628\u0639\u064A\u0646 \u0648\u0627\u0644\u0630\u064A\u0646 \u064A\u0641\u064A\u062F\u064A\u0627\u0646 \u0628\u0623\u0646\u0643 \u0642\u0631\u0623\u062A \u0648\u062A\u0641\u0647\u0645 \u0648\u0645\u0646 \u062B\u0645 \u062A\u0648\u0627\u0641\u0642 \u0639\u0644\u0649 \u0634\u0631\u0648\u0637 \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645. <i>\u0643\u0644\u0627 \u0645\u0646</i> \u064A\u062C\u0628 \u0627\u0644\u062A\u0623\u0643\u064A\u062F \u0645\u0646 \u062E\u0644\u0627\u0644 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 -step1.pw.text=\u064A\u0645\u0643\u0646\u0643 \u0647\u0646\u0627\u0648\u0636\u0639 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u062C\u062F\u064A\u062F\u0629\u060C \u0648\u064A\u0631\u062C\u0649 \u0643\u062A\u0627\u0628\u0629 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u0649 \u0627\u0644\u0630\u0649 \u062A\u0633\u062A\u062E\u062F\u0645\u0647 \u0639\u0646\u062F \u0627\u0644\u0639\u0645\u0644 \u0645\u0639 \u0623\u0648\u0644\u0627\u062A. -step1.pw.title=\u0648\u0636\u0639 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u062C\u062F\u064A\u062F\u0629 -step1.reg.text=\u0623\u0646\u062A \u062A\u062D\u062A\u0627\u062C \u0625\u0644\u0649 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064A\u062F \u0627\u0644\u0643\u062A\u0631\u0648\u0646\u064A \u0635\u062D\u064A\u062D \u0645\u0646 \u0623\u062C\u0644 \u0627\u0644\u062A\u0633\u062C\u064A\u0644\u060C \u0648\u0633\u062A\u062D\u0635\u0644 \u0639\u0644\u0649 \u0631\u0627\u0628\u0637 \u064A\u062D\u062A\u0648\u0649 \u0639\u0644\u0649 \u0645\u0641\u062A\u0627\u062D \u0639\u0646 \u0637\u0631\u064A\u0642 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u0649 \u0645\u0646 \u0623\u062C\u0644 \u0648\u0636\u0639 \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u0648\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u0634\u062E\u0635\u064A\u0629. -step1.reg.title=\u062A\u0633\u062C\u064A\u0644 \u0623\u0648\u0644\u0627\u062A -step2.pw.text=\u0633\u0648\u0641 \u062A\u0633\u062A\u0642\u0628\u0644 \u0628\u0631\u064A\u062F \u0627\u0644\u0643\u062A\u0631\u0648\u0646\u0649 \u0645\u0639 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u062A\u0627\u0628\u0639\u0629. <br> \u064A\u0631\u062C\u0649 \u0627\u0644\u062A\u062D\u0642\u0642 \u0645\u0646 \u0635\u0646\u062F\u0648\u0642 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0627\u0644\u0643\u062A\u0631\u0648\u0646\u0649 \u0627\u0644\u062E\u0627\u0635 \u0628\u0643 -step2.reg.text=.{0} \u0634\u0643\u0631\u0627\u064B \u0644\u0627\u0647\u062A\u0645\u0627\u0645\u0643 \u0628\u0623\u0648\u0644\u0627\u062A\u060C \u0633\u0648\u0641 \u062A\u0633\u062A\u0642\u0628\u0644 \u0628\u0631\u064A\u062F \u0627\u0644\u0643\u062A\u0631\u0648\u0646\u0649 \u0628\u0647 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0639\u0646 \u0643\u064A\u0641\u064A\u0629 \u0627\u0644\u0645\u062A\u0627\u0628\u0639\u0629 \u0644\u0640 -step3.pw.text=\u064A\u0631\u062C\u0649 \u0627\u0644\u0648\u0636\u0639 \u0641\u0649 \u0627\u0644\u0627\u0639\u062A\u0628\u0627\u0631 \u0627\u0644\u062A\u0639\u0644\u064A\u0645\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0644\u0648\u0636\u0639 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u0641\u0649 \u0623\u0648\u0644\u0627\u062A\: -step3.reg.text=\u0645\u0646 \u0623\u062C\u0644 \u0627\u0644\u0627\u0646\u062A\u0647\u0627\u0621 \u0645\u0646 \u0639\u0645\u0644\u064A\u0629 \u0627\u0644\u062A\u0633\u062C\u064A\u0644\u060C \u064A\u0631\u062C\u0649 \u0643\u062A\u0627\u0628\u0629 \u0627\u0644\u0627\u0633\u062A\u0645\u0627\u0631\u0629. -step4.pw.text=\u062A\u0645 \u062A\u063A\u064A\u064A\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0628\u0646\u062C\u0627\u062D. -step4.reg.text=</b>.\u064A\u0631\u062C\u0649 \u0642\u0631\u0627\u0621\u0629 \u0634\u0631\u0648\u0637 \u0627\u0644\u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0642\u0628\u0644 \u0627\u0644\u0645\u062A\u0627\u0628\u0639\u0629<b> -step5.reg.text=</a>\u0648\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631. <b>{1}</b> \u0645\u0639 \u0627\u0633\u0645 \u0645\u0633\u062A\u062E\u062F\u0645 \u0623\u0648\u0644\u0627\u062A<a href\="{0}/"> \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u0622\u0646 \u0627\u0644\u062F\u062E\u0648\u0644 \u0641\u0649</b></p>\u0645\u0631\u062D\u0628\u0627 \u0628\u0643 \u0641\u0649 \u0623\u0648\u0644\u0627\u062A\!<p><b> -step5.reg.yourdata=\:\u0645\u0644\u062E\u0635 \u0628\u064A\u0627\u0646\u0627\u062A\u0643 +disclaimer.paragraph1=\u064a\u062c\u0628 \u0623\u0646 \u064a\u0643\u0648\u0646 \u0645\u0633\u062a\u062e\u062f\u0645 \u0623\u0648\u0644\u0627\u062a \u0639\u0644\u0649 \u0639\u0644\u0645 \u0628\u0623\u0646 \u0623\u0648\u0644\u0627\u062a \u064a\u0645\u0643\u0646 \u0623\u0646 \u064a\u0633\u062a\u062e\u062f\u0645 \u0641\u0649 \u0623\u063a\u0631\u0627\u0636 \u0627\u0644\u062f\u0631\u0627\u0633\u0629\u060c \u0648\u0628\u0623\u0646 \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0644\u0627 \u064a\u062a\u0639\u0627\u0631\u0636 \u0645\u0639 \u0623\u0649 \u0642\u0627\u0646\u0648\u0646 \u0627\u0644\u0633\u0648\u064a\u0633\u0631\u0649 \u0628\u0634\u0623\u0646 \u0627\u0644\u0633\u0644\u0648\u0643 \u0627\u0644\u0639\u0627\u0645 \u0648/\u0623\u0648 \u062d\u0642\u0648\u0642 \u0627\u0644\u0623\u0637\u0631\u0627\u0641 \u0627\u0644\u062b\u0627\u0644\u062b\u0629 (\u062d\u0642 \u0627\u0644\u0645\u0624\u0644\u0641 \u0648\u062d\u0645\u0627\u064a\u0629 \u0627\u0644\u0628\u064a\u0627\u0646\u0627\u062a \u060c \u0627\u0644\u062e)\u060c \u0648\u0639\u0644\u0649 \u0648\u062c\u0647 \u0627\u0644\u062a\u062d\u062f\u064a\u062f\u060c \u0645\u0633\u062a\u062e\u062f\u0645 \u0623\u0648\u0644\u0627\u062a \u064a\u062a\u0639\u0647\u062f \u0628\u0639\u062f\u0645 \u0646\u0634\u0631 \u0623\u064a \u0645\u0648\u0627\u062f \u0630\u0627\u062a \u0637\u0627\u0628\u0639 \u0625\u0628\u0627\u062d\u0649\u060c \u0623\u0648 \u0639\u0646\u0635\u0631\u0649 \u0623\u0648 \u0639\u0646\u064a\u0641\u060c \u0623\u0648 \u062a\u062e\u0632\u064a\u0646 \u0645\u062b\u0644 \u0647\u0630\u0647 \u0627\u0644\u0645\u0648\u0627\u062f \u0639\u0644\u0649 \u0633\u064a\u0631\u0641\u0631 \u0623\u0648\u0644\u0627\u062a\u060c \u0648\u0639\u0644\u0627\u0648\u0629 \u0639\u0644\u0649 \u0630\u0644\u0643\u060c \u0641\u0625\u0646 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0639\u0644\u064a\u0647 \u0623\u0646 \u064a\u062a\u0639\u0647\u062f \u0628\u0639\u062f\u0645 \u0627\u0644\u062a\u062d\u0631\u064a\u0636 \u0623\u0648 \u062a\u0648\u0641\u064a\u0631 \u0627\u0644\u0645\u0648\u0627\u062f \u0627\u0644\u062a\u0649 \u062a\u0642\u0648\u0645 \u0628\u0627\u0644\u062a\u062d\u0631\u0636. +disclaimer.terms.of.usage=</b>\u0634\u0631\u0648\u0637 \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645<b> +email.address=\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u0649 +email.address.maynotbeempty=\u064a\u062c\u0628 \u0643\u062a\u0627\u0628\u0629 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u0649. +email.address.notregular=\u064a\u062c\u0628 \u0625\u062f\u062e\u0627\u0644 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064a\u062f \u0627\u0644\u0643\u062a\u0631\u0648\u0646\u0649 \u0635\u062d\u064a\u062d. +email.address2=\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0627\u0644\u0643\u062a\u0631\u0648\u0646\u0649 (\u064a\u0631\u062c\u0649 \u062a\u0643\u0631\u0627\u0631\u0647) +email.notsent=\u0644\u0627 \u064a\u0645\u0643\u0646 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u0649\u060c \u064a\u0631\u062c\u0649 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649. +email.or.username=\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0627\u0644\u0643\u062a\u0631\u0648\u0646\u0649 \u0623\u0648 \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 +email.or.username.maynotbeempty=\u064a\u0631\u062c\u0649 \u0643\u062a\u0627\u0628\u0629 \u0628\u0631\u064a\u062f\u0643 \u0627\u0644\u0627\u0644\u0643\u062a\u0631\u0648\u0646\u0649 \u0623\u0648 \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 +email.or.username.not.identified=.\u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0644\u0627 \u064a\u0645\u0643\u0646 \u0627\u0644\u062a\u0639\u0631\u0641 \u0639\u0644\u064a\u0647 \u0628\u0648\u0636\u0648\u062d +email.sent=\u062a\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0627\u0644\u0643\u062a\u0631\u0648\u0646\u0649. +form.check1=\u064a\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u0648\u0644. +form.check2=\u064a\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u062e\u064a\u0631. +form.check3=$org.olat.user\:form.checkUsername +form.check4=\u064a\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631. +form.check5=\u064a\u0631\u062c\u0649 \u0625\u062f\u062e\u0627\u0644 \u0643\u0644\u0645\u062a\u0627\u0646 \u0645\u0631\u0648\u0631 \u0645\u062a\u0637\u0627\u0628\u0642\u062a\u064a\u0646. +form.check6=\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0645\u0648\u062c\u0648\u062f \u0628\u0627\u0644\u0641\u0639\u0644\u060c \u064a\u0631\u062c\u0649 \u0627\u062e\u062a\u064a\u0627\u0631 \u0627\u0633\u0645 \u0622\u062e\u0631. +form.general.error=\u064a\u0631\u062c\u0649 \u062a\u0635\u062d\u064a\u062d \u0641\u064a \u0627\u0644\u062e\u0644\u0627\u064a\u0627 \u0627\u0644\u062a\u0627\u0644\u064a\u0629\: +form.legende.mandatory=\u0647\u0630\u0647 \u0627\u0644\u062e\u0644\u0627\u064a\u0627 \u0636\u0631\u0648\u0631\u064a\u0629. +form.password.enter.new=\u0648\u0636\u0639 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u062c\u062f\u064a\u062f +form.password.error.nomatch=\u0644\u0627 \u064a\u0648\u062c\u062f \u062a\u0637\u0627\u0628\u0642 \u0628\u064a\u0646 \u0643\u0644\u0645\u062a\u0649 \u0627\u0644\u0645\u0631\u0648\u0631. +form.password.new1=\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062c\u062f\u064a\u062f\u0629 +form.password.new2=\u062a\u0623\u0643\u064a\u062f \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 +login.body=\u0623\u0646\u062a \u0645\u0633\u062c\u0651\u0644 \u0641\u0649 \u0623\u0648\u0644\u0627\u062a\u060c \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u0647\u0648 \:{0}.\r\n\r\n\u0641\u0649 \u062d\u0627\u0644\u0629 \u0625\u0630\u0627 \u0643\u0646\u062a \u0644\u0627 \u062a\u0631\u064a\u062f \u0647\u0630\u0627 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0627\u0644\u0643\u062a\u0631\u0648\u0646\u0649\u060c \u064a\u0631\u062c\u0649 \u062d\u0630\u0641\u0647.\r\n\r\n\u0641\u0631\u064a\u0642 \u0623\u0648\u0644\u0627\u062a +login.subject=\u0623\u0646\u062a \u0645\u0633\u062c\u0644 \u0641\u0649 \u0623\u0648\u0644\u0627\u062a \u0628\u0627\u0644\u0641\u0639\u0644. +loginhelp=\u0642\u062f \u062a\u062d\u062a\u0648\u0649 \u0641\u0642\u0637 \u0639\u0644\u0649 \u0623\u0631\u0642\u0627\u0645 \u0648/\u0623\u0648 \u062d\u0631\u0648\u0641 \u0635\u063a\u064a\u0631\u0629 (\u0628\u062f\u0648\u0646 \u0623\u0649 \u062d\u0631\u0648\u0641 \u062e\u0627\u0635\u0629 \u0628\u0627\u0633\u062a\u062b\u0646\u0627\u0621 .-_) \u0648\u0643\u0645\u0627 \u0623\u0646</li><li> \u064a\u062c\u0628 \u0623\u0646 \u064a\u062d\u062a\u0648\u0649 \u0639\u0644\u0649 4 \u062d\u0631\u0648\u0641 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644 <ul><li> \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\r\n</li><li>\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0644\u0627 \u064a\u0645\u0643\u0646 \u062a\u063a\u064a\u064a\u0631\u0647\u0627 \u0641\u064a\u0645\u0627 \u0628\u0639\u062f</li></ul> +menu.login.alt=\u064a\u0631\u062c\u0649 \u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 \u0644\u0644\u0627\u0633\u062a\u0641\u0627\u062f\u0629 \u0645\u0646 \u0646\u0638\u0627\u0645 \u0623\u0648\u0644\u0627\u062a \u0644\u0625\u062f\u0627\u0631\u0629 \u0627\u0644\u062a\u0639\u0644\u064a\u0645 +password.cantchange=\u0644\u062a\u063a\u064a\u064a\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643\u060c \u064a\u0631\u062c\u0649 \u0627\u0644\u0627\u062a\u0635\u0627\u0644 \u0628\u0641\u0631\u064a\u0642 \u0627\u0644\u062f\u0639\u0645 \u0641\u0649 \u062c\u0627\u0645\u0639\u062a\u0643. +password.notchanged=\u0644\u0627 \u064a\u0645\u0643\u0646 \u062a\u063a\u064a\u064a\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643. +password.successful=\u062a\u0645 \u062a\u063a\u064a\u064a\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643 \u0628\u0646\u062c\u0627\u062d. +pwchange.body={0}/dmz/pwchange/index.html?key\={1}&lang\={2}\u064a\u0631\u062c\u0649 \u0627\u062e\u062a\u064a\u0627\u0631 \u0627\u0644\u0631\u0627\u0628\u0637 \r\n\u0644\u062a\u063a\u064a\u064a\u0631 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u0623\u0648\u0644\u0627\u062a.\r\n\u0641\u0631\u064a\u0642 \u0623\u0648\u0644\u0627\u062a +pwchange.homelink=\u0627\u0644\u0631\u062c\u0627\u0621 \u0627\u0644\u0646\u0642\u0631 \u0647\u0646\u0627 \u0644\u062a\u0633\u062c\u064a\u0644 \u0627\u0644\u062f\u062e\u0648\u0644 +pwchange.intro=\u0644\u0642\u062f \u0642\u0645\u062a (\u0623\u0648 \u0634\u062e\u0635 \u0622\u062e\u0631) \u0628\u0637\u0644\u0628 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u062c\u062f\u064a\u062f\u0629 \u0628\u0634\u0623\u0646 \u062d\u0633\u0627\u0628 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 {0} \u0641\u0649 \u0623\u0648\u0644\u0627\u062a. +pwchange.subject=\u0645\u0641\u062a\u0627\u062d \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062c\u062f\u064a\u062f\u0629 \u0628\u0623\u0648\u0644\u0627\u062a +pwdchangekey.missing=\u064a\u0631\u062c\u0649 \u062a\u0642\u062f\u064a\u0645 \u0627\u0644\u0645\u0641\u062a\u0627\u062d \u0644\u062a\u063a\u064a\u064a\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631. +pwdhelp=</li><li>\u064a\u062c\u0628 \u0623\u0646 \u062a\u062d\u062a\u0648\u0649 \u0639\u0644\u0649 \u062d\u0631\u0648\u0641 \u0648\u0631\u0642\u0645 \u0648\u0627\u062d\u062f \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644</li><li> \u064a\u062c\u0628 \u0623\u0646 \u062a\u062d\u062a\u0648\u0649 \u0639\u0644\u0649 4 \u062d\u0631\u0648\u0641 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644 <ul><li> \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 +pwform.cancelled=\u062a\u0645 \u0625\u0644\u063a\u0627\u0621 \u062a\u063a\u064a\u064a\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631\u060c \u0648\u0628\u0627\u0644\u062a\u0627\u0644\u0649 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0644\u0645 \u062a\u062a\u063a\u064a\u0631. +pwform.failed=\u062d\u062f\u062b \u062e\u0637\u0623 \u063a\u064a\u0631 \u0645\u062a\u0648\u0642\u0639\u060c \u0648\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643 \u0644\u0645 \u064a\u062a\u0645 \u062a\u063a\u064a\u064a\u0631\u0647\u0627. +pwkey.missingentry=\u0644\u0645 \u064a\u062a\u0645 \u0627\u0644\u0639\u062b\u0648\u0631 \u0639\u0644\u0649 \u0645\u0641\u062a\u0627\u062d \u062a\u063a\u064a\u064a\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631. +reg.body=\u0634\u0643\u0631\u0627 \u0644\u0627\u0647\u062a\u0645\u0627\u0645\u0643 \u0628\u0623\u0648\u0644\u0627\u062a\r\n\r\n{0}/dmz/registration/index.html?key\={1}&lang\={2} \u064a\u0631\u062c\u0649 \u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0627\u0644\u0631\u0627\u0628\u0637\r\n\u0644\u0627\u0633\u062a\u0643\u0645\u0627\u0644 \u062a\u0633\u062c\u064a\u0644\u0643 \u0641\u0649 \u0623\u0648\u0644\u0627\u062a.\r\n\r\n\u0641\u064a \u062d\u0627\u0644\u0629 \u0639\u062f\u0645 \u0631\u063a\u0628\u062a\u0643 \u0641\u0649 \u0627\u0644\u062a\u0633\u062c\u064a\u0644\u060c \u0641\u0642\u0637 \u062a\u062c\u0627\u0647\u0644 \u0647\u0630\u0627 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u0649.\r\n\r\n\u0641\u0631\u064a\u0642 \u0623\u0648\u0644\u0627\u062a +reg.notiEmail.body=\u0645\u0633\u062a\u062e\u062f\u0645 \u062c\u062f\u064a\u062f \u0641\u0649 \u0623\u0648\u0644\u0627\u062a\:\r\n\r\n\u0627\u0644\u0627\u0633\u0645\: \t{2}\r\n\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u0648\u0644\: \t{1}\r\n\u0627\u0644\u062f\u062e\u0648\u0644\: \t\t{0}\r\n\u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u0649\: \t{3}\r\n\u0627\u0644\u0644\u063a\u0629\: \t\t{4}\r\n \u0627\u0644\u0633\u064a\u0631\u0641\u0631\: \t\t{5} +reg.notiEmail.subject=({0}) {2} {1} \u0645\u0633\u062a\u062e\u062f\u0645 \u062c\u062f\u064a\u062f \u0628\u0623\u0648\u0644\u0627\u062a +reg.subject=\u0645\u0641\u062a\u0627\u062d \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0641\u0649 \u0623\u0648\u0644\u0627\u062a +reg.wherefrom=\u062a\u0645 \u0637\u0644\u0628 \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0644\u0644\u0633\u064a\u0631\u0641\u0631 {0} \u0641\u0649 {1}\r\n{2} \u0645\u0646 \u0627\u0644\u0639\u0646\u0648\u0627\u0646 +registration.form.cancelled=\u0644\u0642\u062f \u0642\u0645\u062a \u0628\u0625\u0644\u063a\u0627\u0621 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u0633\u062c\u064a\u0644. +regkey.missing=\u0645\u0641\u062a\u0627\u062d \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u0645\u0641\u0642\u0648\u062f\u060c \u064a\u0631\u062c\u0649 \u0637\u0644\u0628 \u0648\u0627\u062d\u062f \u062c\u062f\u064a\u062f. +regkey.missingentry=\u0645\u0641\u062a\u0627\u062d \u0627\u0644\u062a\u0633\u062c\u064a\u0644 \u063a\u064a\u0631 \u0645\u0648\u062c\u0648\u062f\u060c \u064a\u0631\u062c\u0649 \u0637\u0644\u0628 \u0648\u0627\u062d\u062f\u0627 \u0622\u062e\u0631. +select.language=\u0627\u0644\u0644\u063a\u0629 +select.language.description=\u064a\u0631\u062c\u0649 \u0627\u062e\u062a\u064a\u0627\u0631 \u0627\u0644\u0644\u063a\u0629 \u0644\u062a\u0633\u062c\u064a\u0644\u0643 \u0641\u0649 \u0623\u0648\u0644\u0627\u062a \u0648\u062d\u0633\u0627\u0628 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u060c \u0648\u0628\u0639\u062f \u0630\u0644\u0643 \u064a\u0645\u0643\u0646\u0643 \u062a\u063a\u064a\u064a\u0631 \u0627\u062e\u062a\u064a\u0627\u0631\u0643 \u0645\u0646 \u0627\u0644\u0645\u0644\u0641 \u0627\u0644\u0634\u062e\u0635\u0649 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 \u0641\u0649 \u0623\u0649 \u0648\u0642\u062a\u060c \u0648\u0633\u064a\u062a\u0645 \u0625\u0631\u0634\u0627\u062f\u0643 \u0623\u062b\u0646\u0627\u0621 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u0633\u062c\u064a\u0644. +sr.error.disclaimer.checkbox=\u064a\u062c\u0628 \u0627\u0644\u062a\u0623\u0643\u064a\u062f \u0645\u0646 \u062e\u0644\u0627\u0644 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 \u0627\u0644\u0645\u0631\u0628\u0639 \u0627\u0644\u0635\u063a\u064a\u0631 \u0627\u0644\u0630\u0649 \u064a\u0641\u064a\u062f \u0628\u0623\u0646\u0643 \u0642\u0631\u0623\u062a \u0647\u0630\u0627 \u0627\u0644\u0639\u0642\u062f\u060c \u0648\u0628\u0623\u0646\u0643 \u062a\u0641\u0647\u0645\u0647 \u0648\u062a\u0648\u0627\u0641\u0642 \u0639\u0644\u064a\u0647. +sr.error.disclaimer.checkboxes=\u0627\u0644\u0645\u0631\u0628\u0639\u064a\u0646 \u0648\u0627\u0644\u0630\u064a\u0646 \u064a\u0641\u064a\u062f\u064a\u0627\u0646 \u0628\u0623\u0646\u0643 \u0642\u0631\u0623\u062a \u0648\u062a\u0641\u0647\u0645 \u0648\u0645\u0646 \u062b\u0645 \u062a\u0648\u0627\u0641\u0642 \u0639\u0644\u0649 \u0634\u0631\u0648\u0637 \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645. <i>\u0643\u0644\u0627 \u0645\u0646</i> \u064a\u062c\u0628 \u0627\u0644\u062a\u0623\u0643\u064a\u062f \u0645\u0646 \u062e\u0644\u0627\u0644 \u0627\u0644\u0646\u0642\u0631 \u0639\u0644\u0649 +step1.pw.text=\u064a\u0645\u0643\u0646\u0643 \u0647\u0646\u0627\u0648\u0636\u0639 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u062c\u062f\u064a\u062f\u0629\u060c \u0648\u064a\u0631\u062c\u0649 \u0643\u062a\u0627\u0628\u0629 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u0649 \u0627\u0644\u0630\u0649 \u062a\u0633\u062a\u062e\u062f\u0645\u0647 \u0639\u0646\u062f \u0627\u0644\u0639\u0645\u0644 \u0645\u0639 \u0623\u0648\u0644\u0627\u062a. +step1.pw.title=\u0648\u0636\u0639 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u062c\u062f\u064a\u062f\u0629 +step1.reg.text=\u0623\u0646\u062a \u062a\u062d\u062a\u0627\u062c \u0625\u0644\u0649 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064a\u062f \u0627\u0644\u0643\u062a\u0631\u0648\u0646\u064a \u0635\u062d\u064a\u062d \u0645\u0646 \u0623\u062c\u0644 \u0627\u0644\u062a\u0633\u062c\u064a\u0644\u060c \u0648\u0633\u062a\u062d\u0635\u0644 \u0639\u0644\u0649 \u0631\u0627\u0628\u0637 \u064a\u062d\u062a\u0648\u0649 \u0639\u0644\u0649 \u0645\u0641\u062a\u0627\u062d \u0639\u0646 \u0637\u0631\u064a\u0642 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u0649 \u0645\u0646 \u0623\u062c\u0644 \u0648\u0636\u0639 \u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 \u0648\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u0634\u062e\u0635\u064a\u0629. +step1.reg.title=\u062a\u0633\u062c\u064a\u0644 \u0623\u0648\u0644\u0627\u062a +step2.pw.text=\u0633\u0648\u0641 \u062a\u0633\u062a\u0642\u0628\u0644 \u0628\u0631\u064a\u062f \u0627\u0644\u0643\u062a\u0631\u0648\u0646\u0649 \u0645\u0639 \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u0627\u062a \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0627\u0644\u0645\u062a\u0627\u0628\u0639\u0629. <br> \u064a\u0631\u062c\u0649 \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0635\u0646\u062f\u0648\u0642 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0627\u0644\u0643\u062a\u0631\u0648\u0646\u0649 \u0627\u0644\u062e\u0627\u0635 \u0628\u0643 +step2.reg.text=.{0} \u0634\u0643\u0631\u0627\u064b \u0644\u0627\u0647\u062a\u0645\u0627\u0645\u0643 \u0628\u0623\u0648\u0644\u0627\u062a\u060c \u0633\u0648\u0641 \u062a\u0633\u062a\u0642\u0628\u0644 \u0628\u0631\u064a\u062f \u0627\u0644\u0643\u062a\u0631\u0648\u0646\u0649 \u0628\u0647 \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u0627\u062a \u0639\u0646 \u0643\u064a\u0641\u064a\u0629 \u0627\u0644\u0645\u062a\u0627\u0628\u0639\u0629 \u0644\u0640 +step3.pw.text=\u064a\u0631\u062c\u0649 \u0627\u0644\u0648\u0636\u0639 \u0641\u0649 \u0627\u0644\u0627\u0639\u062a\u0628\u0627\u0631 \u0627\u0644\u062a\u0639\u0644\u064a\u0645\u0627\u062a \u0627\u0644\u062a\u0627\u0644\u064a\u0629 \u0644\u0648\u0636\u0639 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u0641\u0649 \u0623\u0648\u0644\u0627\u062a\: +step3.reg.text=\u0645\u0646 \u0623\u062c\u0644 \u0627\u0644\u0627\u0646\u062a\u0647\u0627\u0621 \u0645\u0646 \u0639\u0645\u0644\u064a\u0629 \u0627\u0644\u062a\u0633\u062c\u064a\u0644\u060c \u064a\u0631\u062c\u0649 \u0643\u062a\u0627\u0628\u0629 \u0627\u0644\u0627\u0633\u062a\u0645\u0627\u0631\u0629. +step4.pw.text=\u062a\u0645 \u062a\u063a\u064a\u064a\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0628\u0646\u062c\u0627\u062d. +step4.reg.text=</b>.\u064a\u0631\u062c\u0649 \u0642\u0631\u0627\u0621\u0629 \u0634\u0631\u0648\u0637 \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0642\u0628\u0644 \u0627\u0644\u0645\u062a\u0627\u0628\u0639\u0629<b> +step5.reg.text=</a>\u0648\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631. <b>{1}</b> \u0645\u0639 \u0627\u0633\u0645 \u0645\u0633\u062a\u062e\u062f\u0645 \u0623\u0648\u0644\u0627\u062a<a href\="{0}/"> \u064a\u0645\u0643\u0646\u0643 \u0627\u0644\u0622\u0646 \u0627\u0644\u062f\u062e\u0648\u0644 \u0641\u0649</b></p>\u0645\u0631\u062d\u0628\u0627 \u0628\u0643 \u0641\u0649 \u0623\u0648\u0644\u0627\u062a\!<p><b> +step5.reg.yourdata=\:\u0645\u0644\u062e\u0635 \u0628\u064a\u0627\u0646\u0627\u062a\u0643 submit.accept=\u0642\u0628\u0648\u0644 -submit.cancel=\u0625\u0644\u063A\u0627\u0621 -submit.speichernUndpwchange=\u062A\u063A\u064A\u064A\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 -submit.speichernUndregistrieren=\u062A\u0633\u062C\u064A\u0644 +submit.cancel=\u0625\u0644\u063a\u0627\u0621 +submit.speichernUndpwchange=\u062a\u063a\u064a\u064a\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 +submit.speichernUndregistrieren=\u062a\u0633\u062c\u064a\u0644 submit.speichernUndweiter=\u0625\u0631\u0633\u0627\u0644 -title.pwchange=\u062A\u063A\u064A\u064A\u0631 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 -title.register=\u062A\u0633\u062C\u064A\u0644 \u0623\u0648\u0644\u0627\u062A -unknown.body=\u0643\u0646\u062A \u062A\u0631\u064A\u062F \u062A\u063A\u064A\u064A\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643 \u0641\u0649 \u0623\u0648\u0644\u0627\u062A \u0644\u0643\u0646 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u0649 \u0627\u0644\u0645\u062D\u062F\u062F \u0644\u0645 \u064A\u062A\u0645 \u062A\u0633\u062C\u064A\u0644\u0647 \u0639\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0633\u064A\u0631\u0641\u0631 {0}\u060C \u0648\u064A\u0631\u062C\u0649 \u0627\u0644\u0645\u062D\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649 \u0645\u0639 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064A\u062F \u0627\u0644\u0643\u062A\u0631\u0648\u0646\u0649 \u0622\u062E\u0631.\r\n\r\n\u0641\u064A \u062D\u0627\u0644 \u0639\u062F\u0645 \u0631\u063A\u0628\u062A\u0643 \u0641\u0649 \u0647\u0630\u0627 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0627\u0644\u0643\u062A\u0631\u0648\u0646\u0649\u060C \u0641\u0625\u0646\u0647 \u064A\u0631\u062C\u0649 \u062D\u0630\u0641.\r\n\r\n\u0641\u0631\u064A\u0642 \u0639\u0645\u0644 \u0623\u0648\u0644\u0627\u062A -unknown.subject=\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064A\u062F \u0627\u0644\u0625\u0644\u0643\u062A\u0631\u0648\u0646\u0649 \u063A\u064A\u0631 \u0645\u0639\u0631\u0648\u0641 \u0641\u0649 \u0623\u0648\u0644\u0627\u062A +title.pwchange=\u062a\u063a\u064a\u064a\u0631 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 +title.register=\u062a\u0633\u062c\u064a\u0644 \u0623\u0648\u0644\u0627\u062a +unknown.body=\u0643\u0646\u062a \u062a\u0631\u064a\u062f \u062a\u063a\u064a\u064a\u0631 \u0643\u0644\u0645\u0629 \u0627\u0644\u0633\u0631 \u0627\u0644\u062e\u0627\u0635\u0629 \u0628\u0643 \u0641\u0649 \u0623\u0648\u0644\u0627\u062a \u0644\u0643\u0646 \u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u0649 \u0627\u0644\u0645\u062d\u062f\u062f \u0644\u0645 \u064a\u062a\u0645 \u062a\u0633\u062c\u064a\u0644\u0647 \u0639\u0644\u0649 \u0647\u0630\u0627 \u0627\u0644\u0633\u064a\u0631\u0641\u0631 {0}\u060c \u0648\u064a\u0631\u062c\u0649 \u0627\u0644\u0645\u062d\u0627\u0648\u0644\u0629 \u0645\u0631\u0629 \u0623\u062e\u0631\u0649 \u0645\u0639 \u0639\u0646\u0648\u0627\u0646 \u0628\u0631\u064a\u062f \u0627\u0644\u0643\u062a\u0631\u0648\u0646\u0649 \u0622\u062e\u0631.\r\n\r\n\u0641\u064a \u062d\u0627\u0644 \u0639\u062f\u0645 \u0631\u063a\u0628\u062a\u0643 \u0641\u0649 \u0647\u0630\u0627 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0627\u0644\u0643\u062a\u0631\u0648\u0646\u0649\u060c \u0641\u0625\u0646\u0647 \u064a\u0631\u062c\u0649 \u062d\u0630\u0641.\r\n\r\n\u0641\u0631\u064a\u0642 \u0639\u0645\u0644 \u0623\u0648\u0644\u0627\u062a +unknown.subject=\u0639\u0646\u0648\u0627\u0646 \u0627\u0644\u0628\u0631\u064a\u062f \u0627\u0644\u0625\u0644\u0643\u062a\u0631\u0648\u0646\u0649 \u063a\u064a\u0631 \u0645\u0639\u0631\u0648\u0641 \u0641\u0649 \u0623\u0648\u0644\u0627\u062a user.firstname=\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u0648\u0644 -user.language=\u0627\u0644\u0644\u063A\u0629 -user.lastname=\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u062E\u064A\u0631 -user.login=\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 -user.loginlength=\u0623\u0631\u0628\u0639\u0629 \u062D\u0631\u0648\u0641 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644\u060C \u0648\u0642\u062F \u062A\u062D\u062A\u0648\u0649 \u0639\u0644\u0649 \u062D\u0631\u0648\u0641 \u0648\u0623\u0631\u0642\u0627\u0645. -user.notregistered=\u0644\u0627 \u064A\u0645\u0643\u0646\u0643 \u0627\u0644\u062A\u0633\u062C\u064A\u0644\u060C \u0648\u064A\u0631\u062C\u0649 \u0641\u062D\u0635 \u0628\u064A\u0627\u0646\u0627\u062A\u0643. -user.password=\u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u0623\u0648\u0644\u0627\u062A -user.password2=\u0643\u0631\u0631 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u0623\u0648\u0644\u0627\u062A -user.pwlength=\u0623\u0631\u0628\u0639\u0629 \u062D\u0631\u0648\u0641 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644\u060C \u0648\u0642\u062F \u062A\u062D\u062A\u0648\u0649 \u0639\u0644\u0649 \u062D\u0631\u0648\u0641 \u0648\u0623\u0631\u0642\u0627\u0645. -user.regkey=\u0645\u0641\u062A\u0627\u062D \u0627\u0644\u062A\u0633\u062C\u064A\u0644 -workflow.browsedback=\u0645\u0646 \u0641\u0636\u0644\u0643 \u0644\u0627 \u062A\u0633\u062A\u062E\u062F\u0645 \u0627\u0644\u0645\u062A\u0635\u0641\u062D \u0644\u0644\u062A\u0646\u0642\u0644 \u0628\u064A\u0646 \u0627\u0644\u0635\u0641\u062D\u0627\u062A. +user.language=\u0627\u0644\u0644\u063a\u0629 +user.lastname=\u0627\u0644\u0627\u0633\u0645 \u0627\u0644\u0623\u062e\u064a\u0631 +user.login=\u0627\u0633\u0645 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645 +user.loginlength=\u0623\u0631\u0628\u0639\u0629 \u062d\u0631\u0648\u0641 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644\u060c \u0648\u0642\u062f \u062a\u062d\u062a\u0648\u0649 \u0639\u0644\u0649 \u062d\u0631\u0648\u0641 \u0648\u0623\u0631\u0642\u0627\u0645. +user.notregistered=\u0644\u0627 \u064a\u0645\u0643\u0646\u0643 \u0627\u0644\u062a\u0633\u062c\u064a\u0644\u060c \u0648\u064a\u0631\u062c\u0649 \u0641\u062d\u0635 \u0628\u064a\u0627\u0646\u0627\u062a\u0643. +user.password=\u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u0623\u0648\u0644\u0627\u062a +user.password2=\u0643\u0631\u0631 \u0643\u0644\u0645\u0629 \u0645\u0631\u0648\u0631 \u0623\u0648\u0644\u0627\u062a +user.pwlength=\u0623\u0631\u0628\u0639\u0629 \u062d\u0631\u0648\u0641 \u0639\u0644\u0649 \u0627\u0644\u0623\u0642\u0644\u060c \u0648\u0642\u062f \u062a\u062d\u062a\u0648\u0649 \u0639\u0644\u0649 \u062d\u0631\u0648\u0641 \u0648\u0623\u0631\u0642\u0627\u0645. +user.regkey=\u0645\u0641\u062a\u0627\u062d \u0627\u0644\u062a\u0633\u062c\u064a\u0644 +workflow.browsedback=\u0645\u0646 \u0641\u0636\u0644\u0643 \u0644\u0627 \u062a\u0633\u062a\u062e\u062f\u0645 \u0627\u0644\u0645\u062a\u0635\u0641\u062d \u0644\u0644\u062a\u0646\u0642\u0644 \u0628\u064a\u0646 \u0627\u0644\u0635\u0641\u062d\u0627\u062a. diff --git a/src/main/java/org/olat/registration/_i18n/LocalStrings_bg.properties b/src/main/java/org/olat/registration/_i18n/LocalStrings_bg.properties index a5ca286427e6ac9cae0e1b97b5e09db4ba2eb986..04c242d3c053c81ceb433ea1f53420a6f6b499a4 100644 --- a/src/main/java/org/olat/registration/_i18n/LocalStrings_bg.properties +++ b/src/main/java/org/olat/registration/_i18n/LocalStrings_bg.properties @@ -1,80 +1,80 @@ #Mon Jan 24 16:13:20 CET 2011 -disclaimer.acknowledged=<b>\u041F\u0440\u043E\u0447\u0435\u0442\u043E\u0445 \u0443\u0441\u043B\u043E\u0432\u0438\u044F\u0442\u0430 \u0437\u0430 \u043F\u043E\u043B\u0437\u0432\u0430\u043D\u0435, \u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043C \u0433\u0438 \u0438 \u0441\u044A\u043C \u0441\u044A\u0433\u043B\u0430\u0441\u0435\u043D.</b> -disclaimer.form.cancelled=\u0412\u0438\u0435 \u043D\u0435 \u0441\u0442\u0435 \u043F\u0440\u0438\u0435\u043B\u0438 \u043D\u0430\u0448\u0438\u0442\u0435 \u0443\u0441\u043B\u043E\u0432\u0438\u044F \u0437\u0430 \u043F\u043E\u043B\u0437\u0432\u0430\u043D\u0435. -disclaimer.header=\u0423\u0441\u043B\u043E\u0432\u0438\u044F \u0437\u0430 \u043F\u043E\u043B\u0437\u0432\u0430\u043D\u0435 -disclaimer.nok=\u041E\u0442\u043A\u0430\u0436\u0435\u0442\u0435 -disclaimer.ok=\u041F\u0440\u0438\u0435\u043C\u0435\u0442\u0435 -disclaimer.paragraph1=\u041F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u044F\u0442 \u043D\u0430 \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430 \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0437\u043D\u0430\u0435, \u0447\u0435 \u0442\u044F \u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u0435 \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430 \u0441\u0430\u043C\u043E \u0437\u0430 \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u0435. \u041F\u043E-\u043A\u043E\u043D\u043A\u0440\u0435\u0442\u043D\u043E, \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u044F\u0442 \u043D\u0430 \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430 \u0441\u0435 \u0437\u0430\u0434\u044A\u043B\u0436\u0430\u0432\u0430 \u0434\u0430 \u043D\u0435 \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430 \u043C\u0430\u0442\u0435\u0440\u0438\u0430\u043B\u0438, \u043A\u043E\u0438\u0442\u043E \u0441\u0430 \u043F\u043E\u0440\u043D\u043E\u0433\u0440\u0430\u0444\u0441\u043A\u0438, \u0438\u043C\u0430\u0442 \u0440\u0430\u0441\u0438\u0441\u0442\u043A\u0430 \u0438\u043B\u0438 \u043D\u0430\u0441\u0438\u043B\u0441\u0442\u0432\u0435\u043D\u0430 \u043F\u0440\u0438\u0440\u043E\u0434\u0430, \u0438\u043B\u0438 \u0434\u0430 \u0441\u044A\u0445\u0440\u0430\u043D\u044F\u0432\u0430 \u0442\u0430\u043A\u0438\u0432\u0430 \u0444\u0430\u0439\u043B\u043E\u0432\u0435 \u043D\u0430 \u0441\u044A\u0440\u0432\u044A\u0440\u0430. -disclaimer.terms.of.usage=<b>\u0423\u0441\u043B\u043E\u0432\u0438\u044F \u0437\u0430 \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u043D\u0435</b> -email.address=\u0418-\u043C\u0435\u0439\u043B \u0430\u0434\u0440\u0435\u0441 -email.address.maynotbeempty=\u0422\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u043D\u0430\u043F\u0438\u0448\u0435\u0442\u0435 \u0438-\u043C\u0435\u0439\u043B \u0430\u0434\u0440\u0435\u0441. -email.address.notregular=\u0422\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u043D\u0430\u043F\u0438\u0448\u0435\u0442\u0435 \u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0438-\u043C\u0435\u0439\u043B \u0430\u0434\u0440\u0435\u0441. -email.address2=\u0418-\u043C\u0435\u0439\u043B \u0430\u0434\u0440\u0435\u0441 (\u043C\u043E\u043B\u044F, \u043F\u043E\u0432\u0442\u043E\u0440\u0435\u0442\u0435) -email.notsent=\u0418-\u043C\u0435\u0439\u043B \u0441\u044A\u043E\u0431\u0449\u0435\u043D\u0438\u0435\u0442\u043E \u043D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0431\u044A\u0434\u0435 \u0438\u0437\u043F\u0440\u0430\u0442\u0435\u043D\u043E. \u041C\u043E\u043B\u044F, \u043E\u043F\u0438\u0442\u0430\u0439\u0442\u0435 \u043E\u0442\u043D\u043E\u0432\u043E. -email.sent=\u0418-\u043C\u0435\u0439\u043B \u0441\u044A\u043E\u0431\u0449\u0435\u043D\u0438\u0435\u0442\u043E \u0435 \u0438\u0437\u043F\u0440\u0430\u0442\u0435\u043D\u043E. -form.check1=\u041C\u043E\u043B\u044F, \u043D\u0430\u043F\u0438\u0448\u0435\u0442\u0435 \u0432\u0430\u0448\u0435\u0442\u043E \u0438\u043C\u0435. -form.check2=\u041C\u043E\u043B\u044F, \u043D\u0430\u043F\u0438\u0448\u0435\u0442\u0435 \u0432\u0430\u0448\u0430\u0442\u0430 \u0444\u0430\u043C\u0438\u043B\u0438\u044F. -form.check3=\u041F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u0441\u043A\u043E\u0442\u043E \u0438\u043C\u0435 \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 \u043F\u043E\u043D\u0435 3 \u0437\u043D\u0430\u043A\u0430 \u0438 \u0441\u0430\u043C\u043E \u0431\u0443\u043A\u0432\u0438 \u043E\u0442 \u0410 \u0434\u043E \u042F (\u0431\u0435\u0437 \u0443\u043C\u043B\u0430\u0443\u0442), \u043A\u0430\u043A\u0442\u043E \u0438 \u0446\u0438\u0444\u0440\u0438 \u043E\u0442 0 \u0434\u043E 9. \u0414\u043E\u043F\u044A\u043B\u043D\u0438\u0442\u0435\u043B\u043D\u043E, \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u0430 \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0442\u0435 . _ \u0438 -. -form.check4=\u041C\u043E\u043B\u044F, \u043D\u0430\u043F\u0438\u0448\u0435\u0442\u0435 \u043F\u0430\u0440\u043E\u043B\u0430. -form.check5=\u041C\u043E\u043B\u044F, \u043D\u0430\u043F\u0438\u0448\u0435\u0442\u0435 \u0434\u0432\u0435 \u0435\u0434\u043D\u0430\u043A\u0432\u0438 \u043F\u0430\u0440\u043E\u043B\u0438. -form.check6=\u0422\u043E\u0432\u0430 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u0441\u043A\u043E \u0438\u043C\u0435 \u0432\u0435\u0447\u0435 \u0441\u044A\u0449\u0435\u0441\u0442\u0432\u0443\u0432\u0430. \u041C\u043E\u043B\u044F, \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0434\u0440\u0443\u0433\u043E. -form.general.error=\u041C\u043E\u043B\u044F, \u043F\u043E\u043F\u0440\u0430\u0432\u0435\u0442\u0435 \u0441\u043B\u0435\u0434\u043D\u0438\u0442\u0435 \u043F\u043E\u043B\u0435\u0442\u0430\: -form.legende.mandatory=\u0422\u0435\u0437\u0438 \u043F\u043E\u043B\u0435\u0442\u0430 \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0431\u044A\u0434\u0430\u0442 \u043F\u043E\u043F\u044A\u043B\u043D\u0435\u043D\u0438. -form.password.enter.new=\u041F\u0440\u043E\u043C\u0435\u043D\u0435\u0442\u0435 \u043F\u0430\u0440\u043E\u043B\u0430 -form.password.error.nomatch=\u041F\u0430\u0440\u043E\u043B\u0438\u0442\u0435 \u043D\u0435 \u0441\u044A\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0430\u0442. -form.password.new1=\u041D\u043E\u0432\u0430 \u043F\u0430\u0440\u043E\u043B\u0430 -form.password.new2=\u041F\u043E\u0442\u0432\u044A\u0440\u0434\u0435\u0442\u0435 \u043F\u0430\u0440\u043E\u043B\u0430 -login.body=\u0412\u0438\u0435 \u0432\u0435\u0447\u0435 \u0441\u0442\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0430\u043D/\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430. \u0412\u0430\u0448\u0435\u0442\u043E \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u0441\u043A\u043E \u0438\u043C\u0435 \u0435\: {0}.\r\n\r\n\u0412 \u0441\u043B\u0443\u0447\u0430\u0439, \u0447\u0435 \u043D\u0435 \u0438\u0441\u043A\u0430\u0442\u0435 \u0442\u043E\u0432\u0430 \u0438-\u043C\u0435\u0439\u043B \u0441\u044A\u043E\u0431\u0449\u0435\u043D\u0438\u0435, \u043C\u043E\u043B\u044F \u0438\u0437\u0442\u0440\u0438\u0439\u0442\u0435 \u0433\u043E.\r\n\r\n -login.subject=\u0412\u0438\u0435 \u0432\u0435\u0447\u0435 \u0441\u0442\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0430\u043D\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430. -loginhelp=\u041F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u0441\u043A\u043E\u0442\u043E \u0438\u043C\u0435<ul><li>\u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 \u043F\u043E\u043D\u0435 4 \u0437\u043D\u0430\u043A\u0430</li><li>\u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 \u0441\u0430\u043C\u043E \u0446\u0438\u0444\u0440\u0438 \u0438 / \u0438\u043B\u0438 \u043C\u0430\u043B\u043A\u0438 \u0431\u0443\u043A\u0432\u0438 (\u0431\u0435\u0437 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u043D\u0438 \u0446\u0438\u0444\u0440\u0438 \u0438 \u0443\u043C\u043B\u0430\u0443\u0442\u0438, \u0441 \u0438\u0437\u043A\u043B\u044E\u0447\u0435\u043D\u0438\u0435 \u043D\u0430. - _)</li><li>\u043D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0431\u044A\u0434\u0435 \u043F\u0440\u043E\u043C\u0435\u043D\u044F\u043D\u043E \u043F\u043E-\u043A\u044A\u0441\u043D\u043E</li></ul> -menu.login.alt=\u041C\u043E\u043B\u044F, \u0432\u043B\u0435\u0437\u0442\u0435 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430, \u0437\u0430 \u0434\u0430 \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u0435 \u043D\u0430\u0439-\u0434\u043E\u0431\u0440\u043E\u0442\u043E \u043E\u0442 \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430 \u0437\u0430 \u0435\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u0435 -password.cantchange=\u0417\u0430 \u0434\u0430 \u043F\u0440\u043E\u043C\u0435\u043D\u0438\u0442\u0435 \u0432\u0430\u0448\u0430\u0442\u0430 \u043F\u0430\u0440\u043E\u043B\u0430, \u043C\u043E\u043B\u044F, \u0441\u0432\u044A\u0440\u0436\u0435\u0442\u0435 \u0441\u0435 \u0441 \u0433\u0440\u0443\u043F\u0430\u0442\u0430 \u043F\u043E \u043F\u043E\u0434\u0434\u0440\u044A\u0436\u043A\u0430 \u043D\u0430 \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430. -password.notchanged=\u0412\u0430\u0448\u0430\u0442\u0430 \u043F\u0430\u0440\u043E\u043B\u0430 \u043D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0431\u044A\u0434\u0435 \u043F\u0440\u043E\u043C\u0435\u043D\u0435\u043D\u0430. -password.successful=\u0412\u0430\u0448\u0430\u0442\u0430 \u043F\u0430\u0440\u043E\u043B\u0430 \u0435 \u043F\u0440\u043E\u043C\u0435\u043D\u0435\u043D\u0430 \u0443\u0441\u043F\u0435\u0448\u043D\u043E. -pwchange.body=\u041C\u043E\u043B\u044F, \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0439\u0442\u0435 \u0432\u0440\u044A\u0437\u043A\u0430\u0442\u0430 {0}/dmz/pwchange/index.html?key\={1}&lang\={2},\r\n\u0437\u0430 \u0434\u0430 \u043F\u0440\u043E\u043C\u0435\u043D\u0438\u0442\u0435 \u0432\u0430\u0448\u0430\u0442\u0430 \u043F\u0430\u0440\u043E\u043B\u0430. -pwchange.subject=\u041A\u043B\u044E\u0447 \u0437\u0430 \u043D\u043E\u0432\u0430 \u043F\u0430\u0440\u043E\u043B\u0430 -pwdchangekey.missing=\u041C\u043E\u043B\u044F, \u043F\u0440\u0435\u0434\u0430\u0439\u0442\u0435 \u043A\u043B\u044E\u0447\u0430 \u0437\u0430 \u043F\u0440\u043E\u043C\u044F\u043D\u0430 \u043D\u0430 \u043F\u0430\u0440\u043E\u043B\u0430\u0442\u0430. -pwdhelp=\u041F\u0430\u0440\u043E\u043B\u0430\u0442\u0430<ul><li>\u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 \u043F\u043E\u043D\u0435 4 \u0437\u043D\u0430\u043A\u0430</li><li>\u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 \u0431\u0443\u043A\u0432\u0438 \u0438 \u043F\u043E\u043D\u0435 \u0435\u0434\u043D\u0430 \u0446\u0438\u0444\u0440\u0430</li><li>\u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u043D\u0435 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 \u0443\u043C\u043B\u0430\u0443\u0442\u0438 \u0438\u043B\u0438 \u0434\u0440\u0443\u0433\u0438 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u043D\u0438 \u0431\u0443\u043A\u0432\u0438 \u043A\u0430\u0442\u043E \u00FC, \u00E4, \u00E9</li><li>\u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u043D\u0435 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 \u043F\u0440\u0430\u0437\u043D\u0438 \u043F\u0440\u043E\u0441\u0442\u0440\u0430\u043D\u0441\u0442\u0432\u0430</li><li>\u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 \u0441\u043B\u0435\u0434\u043D\u0438\u0442\u0435 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u043D\u0438 \u0437\u043D\u0430\u0446\u0438\: \! \# $ % & ( ) * + , - . / \: ; <\=> ? @ [ ] ^ _ ` { | } ~</li></ul> -pwform.cancelled=\u041F\u0440\u043E\u043C\u044F\u043D\u0430\u0442\u0430 \u043D\u0430 \u043F\u0430\u0440\u043E\u043B\u0430 \u0435 \u043E\u0442\u043C\u0435\u043D\u0435\u043D\u0430. \u041F\u0430\u0440\u043E\u043B\u0430\u0442\u0430 \u043E\u0441\u0442\u0430\u0432\u0430 \u043D\u0435\u043F\u0440\u043E\u043C\u0435\u043D\u0435\u043D\u0430. -pwkey.missingentry=\u041A\u043B\u044E\u0447\u044A\u0442 \u0437\u0430 \u043F\u0440\u043E\u043C\u044F\u043D\u0430 \u043D\u0430 \u043F\u0430\u0440\u043E\u043B\u0430\u0442\u0430 \u043D\u0435 \u0435 \u043D\u0430\u043C\u0435\u0440\u0435\u043D. -reg.body=\u0411\u043B\u0430\u0433\u043E\u0434\u0430\u0440\u044F \u0437\u0430 \u0432\u0430\u0448\u0438\u044F \u0438\u043D\u0442\u0435\u0440\u0435\u0441 \u043A\u044A\u043C \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430.\r\n\r\n\u041C\u043E\u043B\u044F \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0439\u0442\u0435 \u0432\u0440\u044A\u0437\u043A\u0430\u0442\u0430 {0}/dmz/registration/index.html?key\={1}&lang\={2},\r\n\u0437\u0430 \u0434\u0430 \u0437\u0430\u0432\u044A\u0440\u0448\u0438\u0442\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044F\u0442\u0430.\r\n\r\n\u0412 \u0441\u043B\u0443\u0447\u0430\u0439, \u0447\u0435 \u043D\u0435 \u0438\u0441\u043A\u0430\u0442\u0435 \u0434\u0430 \u0441\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0430\u0442\u0435, \u043F\u0440\u043E\u0441\u0442\u043E \u0438\u0433\u043D\u043E\u0440\u0438\u0440\u0430\u0439\u0442\u0435 \u0442\u043E\u0437\u0438 \u0439-\u043C\u0430\u0439\u043B. -reg.notiEmail.body=\u041D\u043E\u0432 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B \u043D\u0430 \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430 \u0441\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0430 \u0442\u043E\u043A\u0443-\u0449\u043E\: \r\n\r\n\u0418\u043C\u0435\: \t{2}\r\n\u0418\u043C\u0435\: \t\t{1}\r\n\u0412\u043B\u0438\u0437\u0430\u043D\u0435 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430\: \t\t{0}\r\n\u0418-\u043C\u0435\u0439\u043B\: \t{3}\r\n\u0415\u0437\u0438\u043A\: \t\t{4}\r\n\u0421\u044A\u0440\u0432\u044A\u0440\: \t\t{5} -reg.notiEmail.subject=\u041D\u043E\u0432 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B \u043D\u0430 \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430\: {1} {2} ({0}) -reg.subject=\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u043E\u043D\u0435\u043D \u043A\u043B\u044E\u0447 \u0437\u0430 \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430 -reg.wherefrom=\u0422\u0430\u0437\u0438 \u0437\u0430\u044F\u0432\u043A\u0430 \u0437\u0430 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044F \u043D\u0430 \u0441\u044A\u0440\u0432\u044A\u0440\u0430 {0} \u0435 \u043D\u0430\u043F\u0440\u0430\u0432\u0435\u043D\u0430 \u043D\u0430 {1} \r\n\u043E\u0442 IP \u0430\u0434\u0440\u0435\u0441 {2}. -registration.form.cancelled=\u0412\u0438\u0435 \u043E\u0442\u043C\u0435\u043D\u0438\u0445\u0442\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u043E\u043D\u043D\u0438\u044F \u043F\u0440\u043E\u0446\u0435\u0441. -regkey.missing=\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u043E\u043D\u043D\u0438\u044F\u0442 \u043A\u043B\u044E\u0447 \u043B\u0438\u043F\u0441\u0432\u0430. \u041C\u043E\u043B\u044F, \u043F\u043E\u0438\u0441\u043A\u0430\u0439\u0442\u0435 \u043D\u043E\u0432. -regkey.missingentry=\u0422\u043E\u0437\u0438 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u043E\u043D\u0435\u043D \u043A\u043B\u044E\u0447 \u043D\u0435 \u0441\u044A\u0449\u0435\u0441\u0442\u0432\u0443\u0432\u0430. \u041C\u043E\u043B\u044F, \u043F\u043E\u0438\u0441\u043A\u0430\u0439\u0442\u0435 \u0434\u0440\u0443\u0433. -sr.error.disclaimer.checkbox=\u0422\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u043F\u043E\u0442\u0432\u044A\u0440\u0434\u0438\u0442\u0435 \u043A\u0430\u0442\u043E \u043A\u043B\u0438\u043A\u043D\u0435\u0442\u0435 \u043D\u0430 \u043C\u0430\u043B\u043A\u0430\u0442\u0430 \u043A\u0443\u0442\u0438\u0439\u043A\u0430, \u0447\u0435 \u0441\u0442\u0435 \u043F\u0440\u043E\u0447\u0435\u043B\u0438 \u0443\u0441\u043B\u043E\u0432\u0438\u044F\u0442\u0430, \u0440\u0430\u0437\u0431\u0438\u0440\u0430\u0442\u0435 \u0433\u0438 \u0438 \u0433\u0438 \u043F\u0440\u0438\u0435\u043C\u0430\u0442\u0435. -step1.pw.text=\u0422\u0443\u043A \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u0430 \u0441\u044A\u0437\u0434\u0430\u0434\u0435\u0442\u0435 \u043D\u043E\u0432\u0430 \u043F\u0430\u0440\u043E\u043B\u0430 \u0437\u0430 \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430. \u041C\u043E\u043B\u044F, \u0434\u0430\u0439\u0442\u0435 \u0438-\u043C\u0435\u0439\u043B \u0430\u0434\u0440\u0435\u0441\u0430, \u043A\u043E\u0439\u0442\u043E \u0432\u0435\u0447\u0435 \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0445\u0442\u0435 \u0437\u0430 \u0440\u0430\u0431\u043E\u0442\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430. -step1.pw.title=\u0421\u044A\u0437\u0434\u0430\u0439\u0442\u0435 \u043D\u043E\u0432\u0430 \u043F\u0430\u0440\u043E\u043B\u0430 \u0437\u0430 \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430 -step1.reg.text=\u0422\u0440\u044F\u0431\u0432\u0430 \u0432\u0438 \u0432\u0430\u043B\u0438\u0434\u0435\u043D \u0438-\u043C\u0435\u0439\u043B \u0430\u0434\u0440\u0435\u0441, \u0437\u0430 \u0434\u0430 \u0441\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0430\u0442\u0435 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430. \u0427\u0440\u0435\u0437 \u0438-\u043C\u0435\u0439\u043B \u0449\u0435 \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u0435 \u0432\u0440\u044A\u0437\u043A\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430\u0449\u0430 \u043A\u043B\u044E\u0447, \u0441 \u043A\u043E\u0439\u0442\u043E \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u0430 \u0441\u044A\u0437\u0434\u0430\u0434\u0435\u0442\u0435 \u043B\u0438\u0447\u043D\u043E \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u0441\u043A\u043E \u0438\u043C\u0435 \u0438 \u043F\u0430\u0440\u043E\u043B\u0430. -step1.reg.title=\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044F \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430 -step2.pw.text=\u041C\u043E\u043B\u044F, \u043F\u0440\u043E\u0432\u0435\u0440\u0435\u0442\u0435 \u043F\u043E\u0449\u0435\u043D\u0441\u043A\u0430\u0442\u0430 \u0441\u0438 \u043A\u0443\u0442\u0438\u044F.<br>\u0429\u0435 \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u0435 \u0438-\u043C\u0435\u0439\u043B \u0441 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0438 \u043A\u0430\u043A \u0434\u0430 \u043F\u0440\u043E\u0446\u0435\u0434\u0438\u0440\u0430\u0442\u0435. -step2.reg.text=\u0411\u043B\u0430\u0433\u043E\u0434\u0430\u0440\u0438\u043C \u0437\u0430 \u0432\u0430\u0448\u0438\u044F \u0438\u043D\u0442\u0435\u0440\u0435\u0441 \u043A\u044A\u043C \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430. \u0429\u0435 \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u0435 \u0438-\u043C\u0435\u0439\u043B \u0441 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0438 \u043A\u0430\u043A \u0434\u0430 \u043F\u0440\u043E\u0446\u0435\u0434\u0438\u0440\u0430\u0442\u0435 {0}. -step3.pw.text=\u041C\u043E\u043B\u044F, \u043E\u0431\u044A\u0440\u043D\u0435\u0442\u0435 \u0432\u043D\u0438\u043C\u0430\u043D\u0438\u0435 \u043D\u0430 \u0441\u043B\u0435\u0434\u043D\u0438\u0442\u0435 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u0438 \u0437\u0430 \u0441\u044A\u0437\u0434\u0430\u0432\u0430\u043D\u0435 \u043D\u0430 \u043F\u0430\u0440\u043E\u043B\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430\: -step3.reg.text=\u0417\u0430 \u0434\u0430 \u0437\u0430\u0432\u044A\u0440\u0448\u0438\u0442\u0435 \u0432\u0430\u0448\u0430\u0442\u0430 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044F, \u043C\u043E\u043B\u044F, \u043F\u043E\u043F\u044A\u043B\u043D\u0435\u0442\u0435 \u0444\u043E\u0440\u043C\u0430\u0442\u0430. -step4.pw.text=\u0412\u0438\u0435 \u043F\u0440\u043E\u043C\u0435\u043D\u0438\u0445\u0442\u0435 \u0432\u0430\u0448\u0430\u0442\u0430 \u043F\u0430\u0440\u043E\u043B\u0430 \u0443\u0441\u043F\u0435\u0448\u043D\u043E. -step4.reg.text=<b>\u041C\u043E\u043B\u044F, \u043F\u0440\u043E\u0447\u0435\u0442\u0435\u0442\u0435 \u0443\u0441\u043B\u043E\u0432\u0438\u044F\u0442\u0430 \u0437\u0430 \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u043D\u0435 \u043F\u0440\u0435\u0434\u0438 \u0434\u0430 \u043F\u0440\u043E\u0434\u044A\u043B\u0436\u0438\u0442\u0435.</b> -step5.reg.text=<p><b>\u0414\u043E\u0431\u0440\u0435 \u0434\u043E\u0448\u043B\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430\!</b></p>\u0421\u0435\u0433\u0430 \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u0430 \u0432\u043B\u0435\u0437\u0435\u0442\u0435 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430 <a href\="{0}/">\u0441 \u0432\u0430\u0448\u0435\u0442\u043E \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u0441\u043A\u043E \u0438\u043C\u0435 <b>{1}</b> \u0438 \u043F\u0430\u0440\u043E\u043B\u0430.</a> -step5.reg.yourdata=\u041E\u0431\u043E\u0431\u0449\u0435\u043D\u0438\u0435 \u043D\u0430 \u0432\u0430\u0448\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u0438\: -submit.accept=\u041F\u0440\u0438\u0435\u043C\u0435\u0442\u0435 -submit.cancel=\u041E\u0442\u043C\u0435\u043D\u0435\u0442\u0435 -submit.speichernUndpwchange=\u041F\u0440\u043E\u043C\u0435\u043D\u0435\u0442\u0435 \u043F\u0430\u0440\u043E\u043B\u0430\u0442\u0430 \u0437\u0430 \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430 +disclaimer.acknowledged=<b>\u041f\u0440\u043e\u0447\u0435\u0442\u043e\u0445 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0442\u0430 \u0437\u0430 \u043f\u043e\u043b\u0437\u0432\u0430\u043d\u0435, \u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043c \u0433\u0438 \u0438 \u0441\u044a\u043c \u0441\u044a\u0433\u043b\u0430\u0441\u0435\u043d.</b> +disclaimer.form.cancelled=\u0412\u0438\u0435 \u043d\u0435 \u0441\u0442\u0435 \u043f\u0440\u0438\u0435\u043b\u0438 \u043d\u0430\u0448\u0438\u0442\u0435 \u0443\u0441\u043b\u043e\u0432\u0438\u044f \u0437\u0430 \u043f\u043e\u043b\u0437\u0432\u0430\u043d\u0435. +disclaimer.header=\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0437\u0430 \u043f\u043e\u043b\u0437\u0432\u0430\u043d\u0435 +disclaimer.nok=\u041e\u0442\u043a\u0430\u0436\u0435\u0442\u0435 +disclaimer.ok=\u041f\u0440\u0438\u0435\u043c\u0435\u0442\u0435 +disclaimer.paragraph1=\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f\u0442 \u043d\u0430 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430 \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0437\u043d\u0430\u0435, \u0447\u0435 \u0442\u044f \u043c\u043e\u0436\u0435 \u0434\u0430 \u0441\u0435 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430 \u0441\u0430\u043c\u043e \u0437\u0430 \u043e\u0431\u0443\u0447\u0435\u043d\u0438\u0435. \u041f\u043e-\u043a\u043e\u043d\u043a\u0440\u0435\u0442\u043d\u043e, \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u044f\u0442 \u043d\u0430 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430 \u0441\u0435 \u0437\u0430\u0434\u044a\u043b\u0436\u0430\u0432\u0430 \u0434\u0430 \u043d\u0435 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0438, \u043a\u043e\u0438\u0442\u043e \u0441\u0430 \u043f\u043e\u0440\u043d\u043e\u0433\u0440\u0430\u0444\u0441\u043a\u0438, \u0438\u043c\u0430\u0442 \u0440\u0430\u0441\u0438\u0441\u0442\u043a\u0430 \u0438\u043b\u0438 \u043d\u0430\u0441\u0438\u043b\u0441\u0442\u0432\u0435\u043d\u0430 \u043f\u0440\u0438\u0440\u043e\u0434\u0430, \u0438\u043b\u0438 \u0434\u0430 \u0441\u044a\u0445\u0440\u0430\u043d\u044f\u0432\u0430 \u0442\u0430\u043a\u0438\u0432\u0430 \u0444\u0430\u0439\u043b\u043e\u0432\u0435 \u043d\u0430 \u0441\u044a\u0440\u0432\u044a\u0440\u0430. +disclaimer.terms.of.usage=<b>\u0423\u0441\u043b\u043e\u0432\u0438\u044f \u0437\u0430 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u043d\u0435</b> +email.address=\u0418-\u043c\u0435\u0439\u043b \u0430\u0434\u0440\u0435\u0441 +email.address.maynotbeempty=\u0422\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u043d\u0430\u043f\u0438\u0448\u0435\u0442\u0435 \u0438-\u043c\u0435\u0439\u043b \u0430\u0434\u0440\u0435\u0441. +email.address.notregular=\u0422\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u043d\u0430\u043f\u0438\u0448\u0435\u0442\u0435 \u0432\u0430\u043b\u0438\u0434\u0435\u043d \u0438-\u043c\u0435\u0439\u043b \u0430\u0434\u0440\u0435\u0441. +email.address2=\u0418-\u043c\u0435\u0439\u043b \u0430\u0434\u0440\u0435\u0441 (\u043c\u043e\u043b\u044f, \u043f\u043e\u0432\u0442\u043e\u0440\u0435\u0442\u0435) +email.notsent=\u0418-\u043c\u0435\u0439\u043b \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435\u0442\u043e \u043d\u0435 \u043c\u043e\u0436\u0435 \u0434\u0430 \u0431\u044a\u0434\u0435 \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u043e. \u041c\u043e\u043b\u044f, \u043e\u043f\u0438\u0442\u0430\u0439\u0442\u0435 \u043e\u0442\u043d\u043e\u0432\u043e. +email.sent=\u0418-\u043c\u0435\u0439\u043b \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435\u0442\u043e \u0435 \u0438\u0437\u043f\u0440\u0430\u0442\u0435\u043d\u043e. +form.check1=\u041c\u043e\u043b\u044f, \u043d\u0430\u043f\u0438\u0448\u0435\u0442\u0435 \u0432\u0430\u0448\u0435\u0442\u043e \u0438\u043c\u0435. +form.check2=\u041c\u043e\u043b\u044f, \u043d\u0430\u043f\u0438\u0448\u0435\u0442\u0435 \u0432\u0430\u0448\u0430\u0442\u0430 \u0444\u0430\u043c\u0438\u043b\u0438\u044f. +form.check3=$org.olat.user\:form.checkUsername +form.check4=\u041c\u043e\u043b\u044f, \u043d\u0430\u043f\u0438\u0448\u0435\u0442\u0435 \u043f\u0430\u0440\u043e\u043b\u0430. +form.check5=\u041c\u043e\u043b\u044f, \u043d\u0430\u043f\u0438\u0448\u0435\u0442\u0435 \u0434\u0432\u0435 \u0435\u0434\u043d\u0430\u043a\u0432\u0438 \u043f\u0430\u0440\u043e\u043b\u0438. +form.check6=\u0422\u043e\u0432\u0430 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u043e \u0438\u043c\u0435 \u0432\u0435\u0447\u0435 \u0441\u044a\u0449\u0435\u0441\u0442\u0432\u0443\u0432\u0430. \u041c\u043e\u043b\u044f, \u0438\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0434\u0440\u0443\u0433\u043e. +form.general.error=\u041c\u043e\u043b\u044f, \u043f\u043e\u043f\u0440\u0430\u0432\u0435\u0442\u0435 \u0441\u043b\u0435\u0434\u043d\u0438\u0442\u0435 \u043f\u043e\u043b\u0435\u0442\u0430\: +form.legende.mandatory=\u0422\u0435\u0437\u0438 \u043f\u043e\u043b\u0435\u0442\u0430 \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0431\u044a\u0434\u0430\u0442 \u043f\u043e\u043f\u044a\u043b\u043d\u0435\u043d\u0438. +form.password.enter.new=\u041f\u0440\u043e\u043c\u0435\u043d\u0435\u0442\u0435 \u043f\u0430\u0440\u043e\u043b\u0430 +form.password.error.nomatch=\u041f\u0430\u0440\u043e\u043b\u0438\u0442\u0435 \u043d\u0435 \u0441\u044a\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0430\u0442. +form.password.new1=\u041d\u043e\u0432\u0430 \u043f\u0430\u0440\u043e\u043b\u0430 +form.password.new2=\u041f\u043e\u0442\u0432\u044a\u0440\u0434\u0435\u0442\u0435 \u043f\u0430\u0440\u043e\u043b\u0430 +login.body=\u0412\u0438\u0435 \u0432\u0435\u0447\u0435 \u0441\u0442\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0430\u043d/\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430. \u0412\u0430\u0448\u0435\u0442\u043e \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u043e \u0438\u043c\u0435 \u0435\: {0}.\r\n\r\n\u0412 \u0441\u043b\u0443\u0447\u0430\u0439, \u0447\u0435 \u043d\u0435 \u0438\u0441\u043a\u0430\u0442\u0435 \u0442\u043e\u0432\u0430 \u0438-\u043c\u0435\u0439\u043b \u0441\u044a\u043e\u0431\u0449\u0435\u043d\u0438\u0435, \u043c\u043e\u043b\u044f \u0438\u0437\u0442\u0440\u0438\u0439\u0442\u0435 \u0433\u043e.\r\n\r\n +login.subject=\u0412\u0438\u0435 \u0432\u0435\u0447\u0435 \u0441\u0442\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0430\u043d\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430. +loginhelp=\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u043e\u0442\u043e \u0438\u043c\u0435<ul><li>\u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0441\u044a\u0434\u044a\u0440\u0436\u0430 \u043f\u043e\u043d\u0435 4 \u0437\u043d\u0430\u043a\u0430</li><li>\u043c\u043e\u0436\u0435 \u0434\u0430 \u0441\u044a\u0434\u044a\u0440\u0436\u0430 \u0441\u0430\u043c\u043e \u0446\u0438\u0444\u0440\u0438 \u0438 / \u0438\u043b\u0438 \u043c\u0430\u043b\u043a\u0438 \u0431\u0443\u043a\u0432\u0438 (\u0431\u0435\u0437 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u043d\u0438 \u0446\u0438\u0444\u0440\u0438 \u0438 \u0443\u043c\u043b\u0430\u0443\u0442\u0438, \u0441 \u0438\u0437\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043d\u0430. - _)</li><li>\u043d\u0435 \u043c\u043e\u0436\u0435 \u0434\u0430 \u0431\u044a\u0434\u0435 \u043f\u0440\u043e\u043c\u0435\u043d\u044f\u043d\u043e \u043f\u043e-\u043a\u044a\u0441\u043d\u043e</li></ul> +menu.login.alt=\u041c\u043e\u043b\u044f, \u0432\u043b\u0435\u0437\u0442\u0435 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430, \u0437\u0430 \u0434\u0430 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u043d\u0430\u0439-\u0434\u043e\u0431\u0440\u043e\u0442\u043e \u043e\u0442 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430 \u0437\u0430 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e \u043e\u0431\u0443\u0447\u0435\u043d\u0438\u0435 +password.cantchange=\u0417\u0430 \u0434\u0430 \u043f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0435 \u0432\u0430\u0448\u0430\u0442\u0430 \u043f\u0430\u0440\u043e\u043b\u0430, \u043c\u043e\u043b\u044f, \u0441\u0432\u044a\u0440\u0436\u0435\u0442\u0435 \u0441\u0435 \u0441 \u0433\u0440\u0443\u043f\u0430\u0442\u0430 \u043f\u043e \u043f\u043e\u0434\u0434\u0440\u044a\u0436\u043a\u0430 \u043d\u0430 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430. +password.notchanged=\u0412\u0430\u0448\u0430\u0442\u0430 \u043f\u0430\u0440\u043e\u043b\u0430 \u043d\u0435 \u043c\u043e\u0436\u0435 \u0434\u0430 \u0431\u044a\u0434\u0435 \u043f\u0440\u043e\u043c\u0435\u043d\u0435\u043d\u0430. +password.successful=\u0412\u0430\u0448\u0430\u0442\u0430 \u043f\u0430\u0440\u043e\u043b\u0430 \u0435 \u043f\u0440\u043e\u043c\u0435\u043d\u0435\u043d\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e. +pwchange.body=\u041c\u043e\u043b\u044f, \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439\u0442\u0435 \u0432\u0440\u044a\u0437\u043a\u0430\u0442\u0430 {0}/dmz/pwchange/index.html?key\={1}&lang\={2},\r\n\u0437\u0430 \u0434\u0430 \u043f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0435 \u0432\u0430\u0448\u0430\u0442\u0430 \u043f\u0430\u0440\u043e\u043b\u0430. +pwchange.subject=\u041a\u043b\u044e\u0447 \u0437\u0430 \u043d\u043e\u0432\u0430 \u043f\u0430\u0440\u043e\u043b\u0430 +pwdchangekey.missing=\u041c\u043e\u043b\u044f, \u043f\u0440\u0435\u0434\u0430\u0439\u0442\u0435 \u043a\u043b\u044e\u0447\u0430 \u0437\u0430 \u043f\u0440\u043e\u043c\u044f\u043d\u0430 \u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0430\u0442\u0430. +pwdhelp=\u041f\u0430\u0440\u043e\u043b\u0430\u0442\u0430<ul><li>\u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0441\u044a\u0434\u044a\u0440\u0436\u0430 \u043f\u043e\u043d\u0435 4 \u0437\u043d\u0430\u043a\u0430</li><li>\u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0441\u044a\u0434\u044a\u0440\u0436\u0430 \u0431\u0443\u043a\u0432\u0438 \u0438 \u043f\u043e\u043d\u0435 \u0435\u0434\u043d\u0430 \u0446\u0438\u0444\u0440\u0430</li><li>\u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u043d\u0435 \u0441\u044a\u0434\u044a\u0440\u0436\u0430 \u0443\u043c\u043b\u0430\u0443\u0442\u0438 \u0438\u043b\u0438 \u0434\u0440\u0443\u0433\u0438 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u043d\u0438 \u0431\u0443\u043a\u0432\u0438 \u043a\u0430\u0442\u043e \u00fc, \u00e4, \u00e9</li><li>\u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u043d\u0435 \u0441\u044a\u0434\u044a\u0440\u0436\u0430 \u043f\u0440\u0430\u0437\u043d\u0438 \u043f\u0440\u043e\u0441\u0442\u0440\u0430\u043d\u0441\u0442\u0432\u0430</li><li>\u043c\u043e\u0436\u0435 \u0434\u0430 \u0441\u044a\u0434\u044a\u0440\u0436\u0430 \u0441\u043b\u0435\u0434\u043d\u0438\u0442\u0435 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u043d\u0438 \u0437\u043d\u0430\u0446\u0438\: \! \# $ % & ( ) * + , - . / \: ; <\=> ? @ [ ] ^ _ ` { | } ~</li></ul> +pwform.cancelled=\u041f\u0440\u043e\u043c\u044f\u043d\u0430\u0442\u0430 \u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0430 \u0435 \u043e\u0442\u043c\u0435\u043d\u0435\u043d\u0430. \u041f\u0430\u0440\u043e\u043b\u0430\u0442\u0430 \u043e\u0441\u0442\u0430\u0432\u0430 \u043d\u0435\u043f\u0440\u043e\u043c\u0435\u043d\u0435\u043d\u0430. +pwkey.missingentry=\u041a\u043b\u044e\u0447\u044a\u0442 \u0437\u0430 \u043f\u0440\u043e\u043c\u044f\u043d\u0430 \u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0430\u0442\u0430 \u043d\u0435 \u0435 \u043d\u0430\u043c\u0435\u0440\u0435\u043d. +reg.body=\u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u044f \u0437\u0430 \u0432\u0430\u0448\u0438\u044f \u0438\u043d\u0442\u0435\u0440\u0435\u0441 \u043a\u044a\u043c \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430.\r\n\r\n\u041c\u043e\u043b\u044f \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439\u0442\u0435 \u0432\u0440\u044a\u0437\u043a\u0430\u0442\u0430 {0}/dmz/registration/index.html?key\={1}&lang\={2},\r\n\u0437\u0430 \u0434\u0430 \u0437\u0430\u0432\u044a\u0440\u0448\u0438\u0442\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f\u0442\u0430.\r\n\r\n\u0412 \u0441\u043b\u0443\u0447\u0430\u0439, \u0447\u0435 \u043d\u0435 \u0438\u0441\u043a\u0430\u0442\u0435 \u0434\u0430 \u0441\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0430\u0442\u0435, \u043f\u0440\u043e\u0441\u0442\u043e \u0438\u0433\u043d\u043e\u0440\u0438\u0440\u0430\u0439\u0442\u0435 \u0442\u043e\u0437\u0438 \u0439-\u043c\u0430\u0439\u043b. +reg.notiEmail.body=\u041d\u043e\u0432 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b \u043d\u0430 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430 \u0441\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0430 \u0442\u043e\u043a\u0443-\u0449\u043e\: \r\n\r\n\u0418\u043c\u0435\: \t{2}\r\n\u0418\u043c\u0435\: \t\t{1}\r\n\u0412\u043b\u0438\u0437\u0430\u043d\u0435 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430\: \t\t{0}\r\n\u0418-\u043c\u0435\u0439\u043b\: \t{3}\r\n\u0415\u0437\u0438\u043a\: \t\t{4}\r\n\u0421\u044a\u0440\u0432\u044a\u0440\: \t\t{5} +reg.notiEmail.subject=\u041d\u043e\u0432 \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b \u043d\u0430 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430\: {1} {2} ({0}) +reg.subject=\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u043e\u043d\u0435\u043d \u043a\u043b\u044e\u0447 \u0437\u0430 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430 +reg.wherefrom=\u0422\u0430\u0437\u0438 \u0437\u0430\u044f\u0432\u043a\u0430 \u0437\u0430 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u043d\u0430 \u0441\u044a\u0440\u0432\u044a\u0440\u0430 {0} \u0435 \u043d\u0430\u043f\u0440\u0430\u0432\u0435\u043d\u0430 \u043d\u0430 {1} \r\n\u043e\u0442 IP \u0430\u0434\u0440\u0435\u0441 {2}. +registration.form.cancelled=\u0412\u0438\u0435 \u043e\u0442\u043c\u0435\u043d\u0438\u0445\u0442\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u0438\u044f \u043f\u0440\u043e\u0446\u0435\u0441. +regkey.missing=\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u0438\u044f\u0442 \u043a\u043b\u044e\u0447 \u043b\u0438\u043f\u0441\u0432\u0430. \u041c\u043e\u043b\u044f, \u043f\u043e\u0438\u0441\u043a\u0430\u0439\u0442\u0435 \u043d\u043e\u0432. +regkey.missingentry=\u0422\u043e\u0437\u0438 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u043e\u043d\u0435\u043d \u043a\u043b\u044e\u0447 \u043d\u0435 \u0441\u044a\u0449\u0435\u0441\u0442\u0432\u0443\u0432\u0430. \u041c\u043e\u043b\u044f, \u043f\u043e\u0438\u0441\u043a\u0430\u0439\u0442\u0435 \u0434\u0440\u0443\u0433. +sr.error.disclaimer.checkbox=\u0422\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u043f\u043e\u0442\u0432\u044a\u0440\u0434\u0438\u0442\u0435 \u043a\u0430\u0442\u043e \u043a\u043b\u0438\u043a\u043d\u0435\u0442\u0435 \u043d\u0430 \u043c\u0430\u043b\u043a\u0430\u0442\u0430 \u043a\u0443\u0442\u0438\u0439\u043a\u0430, \u0447\u0435 \u0441\u0442\u0435 \u043f\u0440\u043e\u0447\u0435\u043b\u0438 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0442\u0430, \u0440\u0430\u0437\u0431\u0438\u0440\u0430\u0442\u0435 \u0433\u0438 \u0438 \u0433\u0438 \u043f\u0440\u0438\u0435\u043c\u0430\u0442\u0435. +step1.pw.text=\u0422\u0443\u043a \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u0442\u0435 \u043d\u043e\u0432\u0430 \u043f\u0430\u0440\u043e\u043b\u0430 \u0437\u0430 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430. \u041c\u043e\u043b\u044f, \u0434\u0430\u0439\u0442\u0435 \u0438-\u043c\u0435\u0439\u043b \u0430\u0434\u0440\u0435\u0441\u0430, \u043a\u043e\u0439\u0442\u043e \u0432\u0435\u0447\u0435 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0445\u0442\u0435 \u0437\u0430 \u0440\u0430\u0431\u043e\u0442\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430. +step1.pw.title=\u0421\u044a\u0437\u0434\u0430\u0439\u0442\u0435 \u043d\u043e\u0432\u0430 \u043f\u0430\u0440\u043e\u043b\u0430 \u0437\u0430 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430 +step1.reg.text=\u0422\u0440\u044f\u0431\u0432\u0430 \u0432\u0438 \u0432\u0430\u043b\u0438\u0434\u0435\u043d \u0438-\u043c\u0435\u0439\u043b \u0430\u0434\u0440\u0435\u0441, \u0437\u0430 \u0434\u0430 \u0441\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0430\u0442\u0435 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430. \u0427\u0440\u0435\u0437 \u0438-\u043c\u0435\u0439\u043b \u0449\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u0432\u0440\u044a\u0437\u043a\u0430 \u0441\u044a\u0434\u044a\u0440\u0436\u0430\u0449\u0430 \u043a\u043b\u044e\u0447, \u0441 \u043a\u043e\u0439\u0442\u043e \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u0441\u044a\u0437\u0434\u0430\u0434\u0435\u0442\u0435 \u043b\u0438\u0447\u043d\u043e \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u043e \u0438\u043c\u0435 \u0438 \u043f\u0430\u0440\u043e\u043b\u0430. +step1.reg.title=\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430 +step2.pw.text=\u041c\u043e\u043b\u044f, \u043f\u0440\u043e\u0432\u0435\u0440\u0435\u0442\u0435 \u043f\u043e\u0449\u0435\u043d\u0441\u043a\u0430\u0442\u0430 \u0441\u0438 \u043a\u0443\u0442\u0438\u044f.<br>\u0429\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u0438-\u043c\u0435\u0439\u043b \u0441 \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0438 \u043a\u0430\u043a \u0434\u0430 \u043f\u0440\u043e\u0446\u0435\u0434\u0438\u0440\u0430\u0442\u0435. +step2.reg.text=\u0411\u043b\u0430\u0433\u043e\u0434\u0430\u0440\u0438\u043c \u0437\u0430 \u0432\u0430\u0448\u0438\u044f \u0438\u043d\u0442\u0435\u0440\u0435\u0441 \u043a\u044a\u043c \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430. \u0429\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u0438-\u043c\u0435\u0439\u043b \u0441 \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0438 \u043a\u0430\u043a \u0434\u0430 \u043f\u0440\u043e\u0446\u0435\u0434\u0438\u0440\u0430\u0442\u0435 {0}. +step3.pw.text=\u041c\u043e\u043b\u044f, \u043e\u0431\u044a\u0440\u043d\u0435\u0442\u0435 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435 \u043d\u0430 \u0441\u043b\u0435\u0434\u043d\u0438\u0442\u0435 \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u0438 \u0437\u0430 \u0441\u044a\u0437\u0434\u0430\u0432\u0430\u043d\u0435 \u043d\u0430 \u043f\u0430\u0440\u043e\u043b\u0430 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430\: +step3.reg.text=\u0417\u0430 \u0434\u0430 \u0437\u0430\u0432\u044a\u0440\u0448\u0438\u0442\u0435 \u0432\u0430\u0448\u0430\u0442\u0430 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f, \u043c\u043e\u043b\u044f, \u043f\u043e\u043f\u044a\u043b\u043d\u0435\u0442\u0435 \u0444\u043e\u0440\u043c\u0430\u0442\u0430. +step4.pw.text=\u0412\u0438\u0435 \u043f\u0440\u043e\u043c\u0435\u043d\u0438\u0445\u0442\u0435 \u0432\u0430\u0448\u0430\u0442\u0430 \u043f\u0430\u0440\u043e\u043b\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e. +step4.reg.text=<b>\u041c\u043e\u043b\u044f, \u043f\u0440\u043e\u0447\u0435\u0442\u0435\u0442\u0435 \u0443\u0441\u043b\u043e\u0432\u0438\u044f\u0442\u0430 \u0437\u0430 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u043d\u0435 \u043f\u0440\u0435\u0434\u0438 \u0434\u0430 \u043f\u0440\u043e\u0434\u044a\u043b\u0436\u0438\u0442\u0435.</b> +step5.reg.text=<p><b>\u0414\u043e\u0431\u0440\u0435 \u0434\u043e\u0448\u043b\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430\!</b></p>\u0421\u0435\u0433\u0430 \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u0432\u043b\u0435\u0437\u0435\u0442\u0435 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430 <a href\="{0}/">\u0441 \u0432\u0430\u0448\u0435\u0442\u043e \u043f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u043e \u0438\u043c\u0435 <b>{1}</b> \u0438 \u043f\u0430\u0440\u043e\u043b\u0430.</a> +step5.reg.yourdata=\u041e\u0431\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u043d\u0430 \u0432\u0430\u0448\u0438\u0442\u0435 \u0434\u0430\u043d\u043d\u0438\: +submit.accept=\u041f\u0440\u0438\u0435\u043c\u0435\u0442\u0435 +submit.cancel=\u041e\u0442\u043c\u0435\u043d\u0435\u0442\u0435 +submit.speichernUndpwchange=\u041f\u0440\u043e\u043c\u0435\u043d\u0435\u0442\u0435 \u043f\u0430\u0440\u043e\u043b\u0430\u0442\u0430 \u0437\u0430 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430 submit.speichernUndregistrieren=\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0430\u0439\u0442\u0435 \u0441\u0435 -submit.speichernUndweiter=\u0418\u0437\u043F\u0440\u0430\u0442\u0435\u0442\u0435 -title.pwchange=\u041F\u0440\u043E\u043C\u0435\u043D\u0435\u0442\u0435 \u043F\u0430\u0440\u043E\u043B\u0430\u0442\u0430 \u0437\u0430 \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430 -title.register=\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044F \u0437\u0430 \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430 -unknown.body=\u0412\u0438\u0435 \u0438\u0441\u043A\u0430\u0445\u0442\u0435 \u0434\u0430 \u043F\u0440\u043E\u043C\u0435\u043D\u0438\u0442\u0435 \u0432\u0430\u0448\u0430\u0442\u0430 \u043F\u0430\u0440\u043E\u043B\u0430 \u0437\u0430 \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430, \u043D\u043E \u0434\u0430\u0434\u0435\u043D\u0438\u044F \u0438-\u043C\u0435\u0439\u043B \u0430\u0434\u0440\u0435\u0441 \u043D\u0435 \u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0430\u043D \u043D\u0430 \u0442\u043E\u0437\u0438 \u0441\u044A\u0440\u0432\u044A\u0440 {0}. \u041C\u043E\u043B\u044F, \u043E\u043F\u0438\u0442\u0430\u0439\u0442\u0435 \u0441 \u0434\u0440\u0443\u0433 \u0438-\u043C\u0435\u0439\u043B \u0430\u0434\u0440\u0435\u0441.\r\n\r\n\u0412 \u0441\u043B\u0443\u0447\u0430\u0439, \u0447\u0435 \u043D\u0435 \u0438\u0441\u043A\u0430\u0442\u0435 \u0442\u043E\u0437\u0438 \u0438-\u043C\u0435\u0439\u043B, \u043C\u043E\u043B\u044F, \u0438\u0437\u0442\u0440\u0438\u0439\u0442\u0435 \u0433\u043E.\r\n\r\n -unknown.subject=\u041D\u0435\u043F\u043E\u0437\u043D\u0430\u0442 \u0438-\u043C\u0435\u0439\u043B \u0430\u0434\u0440\u0435\u0441 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430 -user.firstname=\u0418\u043C\u0435 -user.language=\u0415\u0437\u0438\u043A -user.lastname=\u0424\u0430\u043C\u0438\u043B\u0438\u044F -user.login=\u041F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B\u0441\u043A\u043E \u0438\u043C\u0435 -user.loginlength=\u041F\u043E\u043D\u0435 4 \u0437\u043D\u0430\u043A\u0430; \u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 \u0431\u0443\u043A\u0432\u0438 \u0438 \u0446\u0438\u0444\u0440\u0438. -user.notregistered=\u0412\u0438\u0435 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u0430 \u0441\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0430\u0442\u0435. \u041C\u043E\u043B\u044F, \u043F\u0440\u043E\u0432\u0435\u0440\u0435\u0442\u0435 \u0432\u0430\u0448\u0438\u0442\u0435 \u0434\u0430\u043D\u043D\u0438. -user.password=\u041F\u0430\u0440\u043E\u043B\u0430 \u0437\u0430 \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430 -user.password2=\u041F\u043E\u0432\u0442\u043E\u0440\u0435\u0442\u0435 \u043F\u0430\u0440\u043E\u043B\u0430\u0442\u0430 \u0437\u0430 \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430 -user.pwlength=\u041F\u043E\u043D\u0435 4 \u0437\u043D\u0430\u043A\u0430; \u043C\u043E\u0436\u0435 \u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 \u0431\u0443\u043A\u0432\u0438 \u0438 \u0446\u0438\u0444\u0440\u0438. -user.regkey=\u041A\u043B\u044E\u0447 \u0437\u0430 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044F -workflow.browsedback=\u041C\u043E\u043B\u044F, \u043D\u0435 \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0439\u0442\u0435 \u0431\u0440\u0430\u0443\u0437\u044A\u0440\u0430 \u0437\u0430 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044F. +submit.speichernUndweiter=\u0418\u0437\u043f\u0440\u0430\u0442\u0435\u0442\u0435 +title.pwchange=\u041f\u0440\u043e\u043c\u0435\u043d\u0435\u0442\u0435 \u043f\u0430\u0440\u043e\u043b\u0430\u0442\u0430 \u0437\u0430 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430 +title.register=\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f \u0437\u0430 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430 +unknown.body=\u0412\u0438\u0435 \u0438\u0441\u043a\u0430\u0445\u0442\u0435 \u0434\u0430 \u043f\u0440\u043e\u043c\u0435\u043d\u0438\u0442\u0435 \u0432\u0430\u0448\u0430\u0442\u0430 \u043f\u0430\u0440\u043e\u043b\u0430 \u0437\u0430 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430, \u043d\u043e \u0434\u0430\u0434\u0435\u043d\u0438\u044f \u0438-\u043c\u0435\u0439\u043b \u0430\u0434\u0440\u0435\u0441 \u043d\u0435 \u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0430\u043d \u043d\u0430 \u0442\u043e\u0437\u0438 \u0441\u044a\u0440\u0432\u044a\u0440 {0}. \u041c\u043e\u043b\u044f, \u043e\u043f\u0438\u0442\u0430\u0439\u0442\u0435 \u0441 \u0434\u0440\u0443\u0433 \u0438-\u043c\u0435\u0439\u043b \u0430\u0434\u0440\u0435\u0441.\r\n\r\n\u0412 \u0441\u043b\u0443\u0447\u0430\u0439, \u0447\u0435 \u043d\u0435 \u0438\u0441\u043a\u0430\u0442\u0435 \u0442\u043e\u0437\u0438 \u0438-\u043c\u0435\u0439\u043b, \u043c\u043e\u043b\u044f, \u0438\u0437\u0442\u0440\u0438\u0439\u0442\u0435 \u0433\u043e.\r\n\r\n +unknown.subject=\u041d\u0435\u043f\u043e\u0437\u043d\u0430\u0442 \u0438-\u043c\u0435\u0439\u043b \u0430\u0434\u0440\u0435\u0441 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430 +user.firstname=\u0418\u043c\u0435 +user.language=\u0415\u0437\u0438\u043a +user.lastname=\u0424\u0430\u043c\u0438\u043b\u0438\u044f +user.login=\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u043e \u0438\u043c\u0435 +user.loginlength=\u041f\u043e\u043d\u0435 4 \u0437\u043d\u0430\u043a\u0430; \u043c\u043e\u0436\u0435 \u0434\u0430 \u0441\u044a\u0434\u044a\u0440\u0436\u0430 \u0431\u0443\u043a\u0432\u0438 \u0438 \u0446\u0438\u0444\u0440\u0438. +user.notregistered=\u0412\u0438\u0435 \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u0441\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0430\u0442\u0435. \u041c\u043e\u043b\u044f, \u043f\u0440\u043e\u0432\u0435\u0440\u0435\u0442\u0435 \u0432\u0430\u0448\u0438\u0442\u0435 \u0434\u0430\u043d\u043d\u0438. +user.password=\u041f\u0430\u0440\u043e\u043b\u0430 \u0437\u0430 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430 +user.password2=\u041f\u043e\u0432\u0442\u043e\u0440\u0435\u0442\u0435 \u043f\u0430\u0440\u043e\u043b\u0430\u0442\u0430 \u0437\u0430 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0442\u0430 +user.pwlength=\u041f\u043e\u043d\u0435 4 \u0437\u043d\u0430\u043a\u0430; \u043c\u043e\u0436\u0435 \u0434\u0430 \u0441\u044a\u0434\u044a\u0440\u0436\u0430 \u0431\u0443\u043a\u0432\u0438 \u0438 \u0446\u0438\u0444\u0440\u0438. +user.regkey=\u041a\u043b\u044e\u0447 \u0437\u0430 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f +workflow.browsedback=\u041c\u043e\u043b\u044f, \u043d\u0435 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0439\u0442\u0435 \u0431\u0440\u0430\u0443\u0437\u044a\u0440\u0430 \u0437\u0430 \u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044f. diff --git a/src/main/java/org/olat/registration/_i18n/LocalStrings_cs.properties b/src/main/java/org/olat/registration/_i18n/LocalStrings_cs.properties index a23adfbdb5b2d78e0af940e4358263e7f58d46da..b5633f4d423806d0102744fbe6d5c4960832408b 100644 --- a/src/main/java/org/olat/registration/_i18n/LocalStrings_cs.properties +++ b/src/main/java/org/olat/registration/_i18n/LocalStrings_cs.properties @@ -13,7 +13,7 @@ email.notsent=E-mail nemohl b\u00FDt odesl\u00E1n. Zkuste znova. email.sent=E-mail odesl\u00E1n. form.check1=Pros\u00EDm, vlo\u017Ete jm\u00E9no. form.check2=Pros\u00EDm, vlo\u017Ete p\u0159\u00EDjmen\u00ED. -form.check3=U\u017Eivatelsk\u00E9 jm\u00E9no mus\u00ED obsahovat alespo\u0148 3 znaky od a do z (bez diakritiky) nebo \u010D\u00EDsla od 0 do 9. D\u00E1le m\u016F\u017Eete pou\u017E\u00EDvat . _ a -. +form.check3=$org.olat.user\:form.checkUsername form.check4=Pros\u00EDm, vlo\u017Ete heslo. form.check5=Pros\u00EDm vlo\u017Ete dv\u011B stejn\u00E1 hesla. form.check6=Toto u\u017Eivatelsk\u00E9 jm\u00E9no ji\u017E existuje. Vyberte jin\u00E9. diff --git a/src/main/java/org/olat/registration/_i18n/LocalStrings_da.properties b/src/main/java/org/olat/registration/_i18n/LocalStrings_da.properties index 9127808a0be60b4af9a736fd554f9a8134c269bd..1246ca26205b071d07ac1bfc9f24121b92477746 100644 --- a/src/main/java/org/olat/registration/_i18n/LocalStrings_da.properties +++ b/src/main/java/org/olat/registration/_i18n/LocalStrings_da.properties @@ -14,7 +14,7 @@ email.notsent=E-mail kunne ikke blive afsendt. Pr\u00F8v venligst igen. email.sent=E-mail afsendt form.check1=Indtast venligst dit fornavn form.check2=Indtast venligst dit efternavn -form.check3=Brugernavnet skal v\u00E6re mindst 3 tegn og m\u00E5 kun indeholder bogstaver fra a-z og tal. Dog m\u00E5 du bruge punktum, understregning og bindestreg (._-). +form.check3=$org.olat.user\:form.checkUsername form.check4=Indtast venligst et kodeord form.check5=Indtast venligst kodeord igen form.check6=Dette brugernavn er optaget. V\u00E6lg venligst et andet. diff --git a/src/main/java/org/olat/registration/_i18n/LocalStrings_de.properties b/src/main/java/org/olat/registration/_i18n/LocalStrings_de.properties index b9ca2c85ba832a0f6ea67bcb63d8a5a526ee09bb..08f5d1a582558babd5244046f46c34b428bab7a5 100644 --- a/src/main/java/org/olat/registration/_i18n/LocalStrings_de.properties +++ b/src/main/java/org/olat/registration/_i18n/LocalStrings_de.properties @@ -39,7 +39,7 @@ email.notsent=E-Mail konnte nicht verschickt werden. Geben Sie bitte nochmals Ih email.sent=E-Mail wurde verschickt. form.check1=Bitte geben Sie Ihren Vornamen an.\t form.check2=Bitte geben Sie Ihren Namen an. -form.check3=Der Benutzername muss mindestens 3 Zeichen lang sein und darf nur Buchstaben von a bis z (keine Umlaute, keine Grossbuchstaben) und Ziffern von 0 bis 9 enthalten. Zus\u00E4tzlich sind die Sonderzeichen . _ und - erlaubt. +form.check3=$org.olat.user\:form.checkUsername form.check4=Bitte tragen Sie ein Passwort ein. form.check5=Bitte tragen Sie zweimal das gleiche Passwort ein. form.check6=Dieser Benutzername ist bereits besetzt. Bitte w\u00E4hlen Sie einen anderen. diff --git a/src/main/java/org/olat/registration/_i18n/LocalStrings_el.properties b/src/main/java/org/olat/registration/_i18n/LocalStrings_el.properties index b79d61b35bdc4c81591a68716180453ea5d33167..3f8b10281e5235b54dff681427dbf0d837a78c49 100644 --- a/src/main/java/org/olat/registration/_i18n/LocalStrings_el.properties +++ b/src/main/java/org/olat/registration/_i18n/LocalStrings_el.properties @@ -1,96 +1,96 @@ #Wed Sep 15 13:15:49 CEST 2010 -disclaimer.acknowledged=<b> \u0388\u03C7\u03C9 \u03B4\u03B9\u03B1\u03B2\u03AC\u03C3\u03B5\u03B9 \u03C4\u03BF\u03C5\u03C2 \u03CC\u03C1\u03BF\u03C5\u03C2 \u03C7\u03C1\u03AE\u03C3\u03B7\u03C2, \u03C4\u03BF\u03C5\u03C2 \u03BA\u03B1\u03C4\u03B1\u03BD\u03BF\u03CE \u03BA\u03B1\u03B9 \u03C3\u03C5\u03BC\u03C6\u03C9\u03BD\u03CE.</b> -disclaimer.additionalcheckbox=<b>\u03A3\u03C5\u03BC\u03C6\u03C9\u03BD\u03CE \u03C3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AC \u03BC\u03B5 \u03C4\u03BF\u03C5\u03C2 \u03CC\u03C1\u03BF\u03C5\u03C2 \u03C4\u03B7\u03C2 \u03B1\u03C0\u03BF\u03B8\u03AE\u03BA\u03B5\u03C5\u03C3\u03B7\u03C2 \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD</b> -disclaimer.additionallinktext=\u038C\u03C1\u03BF\u03B9 \u03C7\u03C1\u03AE\u03C3\u03B7\u03C2 (\u03AD\u03B3\u03B3\u03C1\u03B1\u03C6\u03BF PDF) -disclaimer.filedownloadurl=Nutzungsbedingungen.pdf (\u038C\u03C1\u03BF\u03B9 \u03C7\u03C1\u03AE\u03C3\u03B7\u03C2) -disclaimer.form.cancelled=\u0394\u03B5\u03BD \u03AD\u03C7\u03B5\u03C4\u03B5 \u03B1\u03C0\u03BF\u03B4\u03B5\u03C7\u03B8\u03B5\u03AF \u03C4\u03BF\u03C5\u03C2 \u03CC\u03C1\u03BF\u03C5\u03C2 \u03C7\u03C1\u03AE\u03C3\u03B7\u03C2. -disclaimer.header=\u038C\u03C1\u03BF\u03B9 \u03C7\u03C1\u03AE\u03C3\u03B7\u03C2 -disclaimer.nok=\u0391\u03C0\u03CC\u03C1\u03C1\u03B9\u03C8\u03B7 -disclaimer.ok=\u0391\u03C0\u03BF\u03B4\u03BF\u03C7\u03AE -disclaimer.paragraph1=\u039F \u03C7\u03C1\u03AE\u03C3\u03C4\u03B5\u03C2 \u03C4\u03BF\u03C5 OpenOLAT \u03B8\u03B1 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03B3\u03BD\u03C9\u03C1\u03AF\u03B6\u03BF\u03C5\u03BD \u03CC\u03C4\u03B9 \u03C4\u03BF OpenOLAT \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03B7\u03B8\u03B5\u03AF \u03BC\u03CC\u03BD\u03BF \u03B3\u03B9\u03B1 \u03C3\u03BA\u03BF\u03C0\u03BF\u03CD\u03C2 \u03B4\u03B9\u03B4\u03B1\u03C3\u03BA\u03B1\u03BB\u03AF\u03B1\u03C2 \u03BA\u03B1\u03B9 \u03BC\u03B5\u03BB\u03AD\u03C4\u03B7\u03C2. \u0394\u03B5\u03BD \u0398\u03B1 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C0\u03B1\u03C1\u03B1\u03B2\u03B1\u03AF\u03BD\u03BF\u03C5\u03BD \u03BF\u03C0\u03BF\u03B9\u03BF\u03B4\u03AE\u03C0\u03BF\u03C4\u03B5 \u03BD\u03CC\u03BC\u03BF \u03C3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AC \u03BC\u03B5 \u03C4\u03B7 \u03B4\u03B7\u03BC\u03CC\u03C3\u03B9\u03B1 \u03C7\u03C1\u03AE\u03C3\u03B7 \u03BA\u03B1\u03B9 \u03C4\u03B1 \u03B4\u03B9\u03BA\u03B1\u03B9\u03CE\u03BC\u03B1\u03C4\u03B1 \u03BB\u03BF\u03B3\u03B9\u03C3\u03BC\u03B9\u03BA\u03BF\u03CD \u03C4\u03C1\u03AF\u03C4\u03C9\u03BD.(\u0394\u03B9\u03BA\u03B1\u03B9\u03CE\u03BC\u03B1\u03C4\u03B1, \u03C0\u03C1\u03BF\u03C3\u03C4\u03B1\u03C3\u03AF\u03B1 \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD, \u03BA.\u03C4.\u03BB.). \u03A3\u03C5\u03B3\u03BA\u03B5\u03BA\u03C1\u03B9\u03BC\u03AD\u03BD\u03B1 \u03BF\u03B9 \u03C7\u03C1\u03AE\u03C3\u03C4\u03B5\u03C2 \u03C4\u03BF\u03C5 OpenOLAT \u03B4\u03B5\u03BD \u03B8\u03B1 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03B4\u03B7\u03BC\u03BF\u03C3\u03B9\u03BF\u03C0\u03BF\u03B9\u03BF\u03CD\u03BD \u03AE \u03BD\u03B1 \u03B1\u03C0\u03BF\u03B8\u03B7\u03BA\u03B5\u03CD\u03BF\u03C5\u03BD \u03C0\u03BF\u03C1\u03BD\u03BF\u03B3\u03C1\u03B1\u03C6\u03B9\u03BA\u03CC, \u03C1\u03B1\u03C4\u03C3\u03B9\u03C3\u03C4\u03B9\u03BA\u03CC \u03AE \u03C5\u03BB\u03B9\u03BA\u03CC \u03B2\u03AF\u03B1\u03C2 \u03C3\u03C4\u03BF Server \u03C4\u03BF\u03C5 OpenOLAT. \u0395\u03C0\u03B9\u03C0\u03BB\u03AD\u03BF\u03BD \u03B4\u03B5\u03BD \u03B8\u03B1 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C5\u03C0\u03BF\u03BA\u03B9\u03BD\u03BF\u03CD\u03BD \u03AE \u03BD\u03B1 \u03C0\u03B1\u03C1\u03AD\u03C7\u03BF\u03C5\u03BD \u03C5\u03BB\u03B9\u03BA\u03CC \u03B3\u03B9\u03B1 \u03C5\u03C0\u03BF\u03BA\u03AF\u03BD\u03B7\u03C3\u03B7 \u03C0\u03B1\u03C1\u03AC\u03BD\u03BF\u03BC\u03C9\u03BD \u03B5\u03BD\u03B5\u03C1\u03B3\u03B5\u03B9\u03CE\u03BD. -disclaimer.terms.of.usage=<b>\u038C\u03C1\u03BF\u03B9 \u03C7\u03C1\u03AE\u03C3\u03B7\u03C2 </b> -email.address=\u0394\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 E-mail -email.address.maynotbeempty=\u03A0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03B5\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03BC\u03AF\u03B1 \u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 e-mail -email.address.notregular=\u03A0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03B5\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03BC\u03AF\u03B1 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 e-mail -email.address2=\u0394\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 E-mail (\u03C0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03BF\u03CD\u03BC\u03B5 \u03B5\u03C0\u03B1\u03BD\u03B1\u03BB\u03AC\u03B2\u03B5\u03C4\u03B5) -email.notsent=\u03A4\u03BF E-mail \u03B4\u03B5\u03BD \u03BC\u03C0\u03CC\u03C1\u03B5\u03C3\u03B5 \u03BD\u03B1 \u03C3\u03C4\u03B1\u03BB\u03B5\u03AF. \u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03BF\u03CD\u03BC\u03B5 \u03B4\u03BF\u03BA\u03B9\u03BC\u03AC\u03C3\u03C4\u03B5 \u03BE\u03B1\u03BD\u03AC. -email.or.username=\u0394\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 E-mail \u03AE \u03CC\u03BD\u03BF\u03BC\u03B1 \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7 -email.or.username.maynotbeempty=\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03C5\u03C0\u03BF\u03B2\u03AC\u03BB\u03B5\u03C4\u03B5 \u03C4\u03B7 \u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 e-mail \u03AE \u03C4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7 \u03C3\u03B1\u03C2 -email.or.username.not.identified=\u039F \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7\u03C2 \u03B4\u03B5 \u03BA\u03B1\u03C4\u03AD\u03C3\u03C4\u03B7 \u03B4\u03C5\u03BD\u03B1\u03C4\u03CC\u03BD \u03BD\u03B1 \u03C0\u03C1\u03BF\u03C3\u03B4\u03B9\u03BF\u03C1\u03B9\u03C3\u03C4\u03B5\u03AF \u03C3\u03B1\u03C6\u03CE\u03C2. -email.sent=\u03A4\u03BF E-mail \u03B5\u03C3\u03C4\u03AC\u03BB\u03B7. -form.check1=\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03B5\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03C4\u03BF \u03CC\u03BD\u03BF\u03BC\u03AC \u03C3\u03B1\u03C2. -form.check2=\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03B5\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03C4\u03BF \u03B5\u03C0\u03CE\u03BD\u03C5\u03BC\u03CC \u03C3\u03B1\u03C2. -form.check3=\u03A4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD \u03C0\u03B5\u03C1\u03B9\u03AD\u03C7\u03B5\u03B9 \u03C4\u03BF\u03C5\u03BB\u03AC\u03C7\u03B9\u03C3\u03C4\u03BF\u03BD 3 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03AE\u03C1\u03B5\u03C2 \u03BA\u03B1\u03B9 \u03BC\u03CC\u03BD\u03BF \u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4 \u03B1\u03C0\u03CC \u03C4\u03BF a \u03AD\u03C9\u03C2 \u03C4\u03BF z (\u03C7\u03C9\u03C1\u03AF\u03C2 \u03C3\u03B7\u03BC\u03B5\u03AF\u03B1 \u03C3\u03C4\u03AF\u03BE\u03B7\u03C2) \u03BA\u03B1\u03B8\u03CE\u03C2 \u03BA\u03B1\u03B9 \u03C8\u03B7\u03C6\u03AF\u03B1 \u03B1\u03C0\u03CC \u03C4\u03BF 0 \u03AD\u03C9\u03C2 \u03C4\u03BF 9. \u0395\u03C0\u03B9\u03C0\u03BB\u03AD\u03BF\u03BD \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03AE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03BF\u03C5\u03C2 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03AE\u03C1\u03B5\u03C2 . _ \u03BA\u03B1\u03B9 -. -form.check4=\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03B5\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03AD\u03BD\u03B1 \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2. -form.check5=\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03B5\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03B4\u03CD\u03BF \u03AF\u03B4\u03B9\u03BF\u03C5\u03C2 \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03CD\u03C2 \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2. -form.check6=\u03A4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7 \u03C5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9 \u03AE\u03B4\u03B7. \u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03BF\u03CD\u03BC\u03B5 \u03B5\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03B4\u03B9\u03B1\u03C6\u03BF\u03C1\u03B5\u03C4\u03B9\u03BA\u03CC. -form.general.error=\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03B4\u03B9\u03BF\u03C1\u03B8\u03CE\u03C3\u03C4\u03B5 \u03C4\u03B1 \u03C0\u03B1\u03C1\u03B1\u03BA\u03AC\u03C4\u03C9 \u03C0\u03B5\u03B4\u03AF\u03B1\: -form.legende.mandatory=\u03A4\u03B1 \u03C0\u03B1\u03C1\u03B1\u03BA\u03AC\u03C4\u03C9 \u03C0\u03B5\u03B4\u03AF\u03B1 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C3\u03C5\u03BC\u03C0\u03BB\u03B7\u03C1\u03C9\u03B8\u03BF\u03CD\u03BD. -form.password.enter.new=\u0391\u03BB\u03BB\u03B1\u03B3\u03AE \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03CD \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2 -form.password.error.nomatch=\u039F\u03B9 \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03AF \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2 \u03B4\u03B5\u03BD \u03C4\u03B1\u03B9\u03C1\u03B9\u03AC\u03B6\u03BF\u03C5\u03BD. -form.password.new1=\u039D\u03AD\u03BF\u03C2 \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC\u03C2 \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2 -form.password.new2=\u0395\u03C0\u03B9\u03B2\u03B5\u03B2\u03B1\u03AF\u03C9\u03C3\u03B7 \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03CD \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2 -login.body=\u0395\u03AF\u03C3\u03C4\u03B5 \u03AE\u03B4\u03B7 \u03B5\u03B3\u03B3\u03B5\u03B3\u03C1\u03B1\u03BC\u03BC\u03AD\u03BD\u03BF\u03C2 \u03C3\u03C4\u03BF OpenOLAT. \u03A4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7 \u03B5\u03AF\u03BD\u03B1\u03B9 \: {0}.\n\n\u03A3\u03B5 \u03C0\u03B5\u03C1\u03AF\u03C0\u03C4\u03C9\u03C3\u03B7 \u03C0\u03BF\u03C5 \u03BB\u03AC\u03B2\u03B1\u03C4\u03B5 \u03B5\u03BA \u03C0\u03B1\u03C1\u03B1\u03B4\u03C1\u03BF\u03BC\u03AE\u03C2 \u03B1\u03C5\u03C4\u03CC \u03C4\u03BF email, \u03C0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03BF\u03CD\u03BC\u03B5 \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03C8\u03C4\u03B5 \u03C4\u03BF.\n\n\u0391\u03C0\u03CC \u03C4\u03B7\u03BD \u03BF\u03BC\u03AC\u03B4\u03B1 \u03C4\u03BF\u03C5 OpenOLAT.\n -login.subject=\u0395\u03AF\u03C3\u03C4\u03B5 \u03AE\u03B4\u03B7 \u03B5\u03B3\u03B3\u03B5\u03B3\u03C1\u03B1\u03BC\u03BC\u03AD\u03BD\u03BF\u03C2 \u03C3\u03C4\u03BF OpenOLAT. +disclaimer.acknowledged=<b> \u0388\u03c7\u03c9 \u03b4\u03b9\u03b1\u03b2\u03ac\u03c3\u03b5\u03b9 \u03c4\u03bf\u03c5\u03c2 \u03cc\u03c1\u03bf\u03c5\u03c2 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2, \u03c4\u03bf\u03c5\u03c2 \u03ba\u03b1\u03c4\u03b1\u03bd\u03bf\u03ce \u03ba\u03b1\u03b9 \u03c3\u03c5\u03bc\u03c6\u03c9\u03bd\u03ce.</b> +disclaimer.additionalcheckbox=<b>\u03a3\u03c5\u03bc\u03c6\u03c9\u03bd\u03ce \u03c3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5 \u03c4\u03bf\u03c5\u03c2 \u03cc\u03c1\u03bf\u03c5\u03c2 \u03c4\u03b7\u03c2 \u03b1\u03c0\u03bf\u03b8\u03ae\u03ba\u03b5\u03c5\u03c3\u03b7\u03c2 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd</b> +disclaimer.additionallinktext=\u038c\u03c1\u03bf\u03b9 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2 (\u03ad\u03b3\u03b3\u03c1\u03b1\u03c6\u03bf PDF) +disclaimer.filedownloadurl=Nutzungsbedingungen.pdf (\u038c\u03c1\u03bf\u03b9 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2) +disclaimer.form.cancelled=\u0394\u03b5\u03bd \u03ad\u03c7\u03b5\u03c4\u03b5 \u03b1\u03c0\u03bf\u03b4\u03b5\u03c7\u03b8\u03b5\u03af \u03c4\u03bf\u03c5\u03c2 \u03cc\u03c1\u03bf\u03c5\u03c2 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2. +disclaimer.header=\u038c\u03c1\u03bf\u03b9 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2 +disclaimer.nok=\u0391\u03c0\u03cc\u03c1\u03c1\u03b9\u03c8\u03b7 +disclaimer.ok=\u0391\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae +disclaimer.paragraph1=\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b5\u03c2 \u03c4\u03bf\u03c5 OpenOLAT \u03b8\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b3\u03bd\u03c9\u03c1\u03af\u03b6\u03bf\u03c5\u03bd \u03cc\u03c4\u03b9 \u03c4\u03bf OpenOLAT \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b7\u03b8\u03b5\u03af \u03bc\u03cc\u03bd\u03bf \u03b3\u03b9\u03b1 \u03c3\u03ba\u03bf\u03c0\u03bf\u03cd\u03c2 \u03b4\u03b9\u03b4\u03b1\u03c3\u03ba\u03b1\u03bb\u03af\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03bc\u03b5\u03bb\u03ad\u03c4\u03b7\u03c2. \u0394\u03b5\u03bd \u0398\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c0\u03b1\u03c1\u03b1\u03b2\u03b1\u03af\u03bd\u03bf\u03c5\u03bd \u03bf\u03c0\u03bf\u03b9\u03bf\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5 \u03bd\u03cc\u03bc\u03bf \u03c3\u03c7\u03b5\u03c4\u03b9\u03ba\u03ac \u03bc\u03b5 \u03c4\u03b7 \u03b4\u03b7\u03bc\u03cc\u03c3\u03b9\u03b1 \u03c7\u03c1\u03ae\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03c4\u03b1 \u03b4\u03b9\u03ba\u03b1\u03b9\u03ce\u03bc\u03b1\u03c4\u03b1 \u03bb\u03bf\u03b3\u03b9\u03c3\u03bc\u03b9\u03ba\u03bf\u03cd \u03c4\u03c1\u03af\u03c4\u03c9\u03bd.(\u0394\u03b9\u03ba\u03b1\u03b9\u03ce\u03bc\u03b1\u03c4\u03b1, \u03c0\u03c1\u03bf\u03c3\u03c4\u03b1\u03c3\u03af\u03b1 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd, \u03ba.\u03c4.\u03bb.). \u03a3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b1 \u03bf\u03b9 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b5\u03c2 \u03c4\u03bf\u03c5 OpenOLAT \u03b4\u03b5\u03bd \u03b8\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b4\u03b7\u03bc\u03bf\u03c3\u03b9\u03bf\u03c0\u03bf\u03b9\u03bf\u03cd\u03bd \u03ae \u03bd\u03b1 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03bf\u03c5\u03bd \u03c0\u03bf\u03c1\u03bd\u03bf\u03b3\u03c1\u03b1\u03c6\u03b9\u03ba\u03cc, \u03c1\u03b1\u03c4\u03c3\u03b9\u03c3\u03c4\u03b9\u03ba\u03cc \u03ae \u03c5\u03bb\u03b9\u03ba\u03cc \u03b2\u03af\u03b1\u03c2 \u03c3\u03c4\u03bf Server \u03c4\u03bf\u03c5 OpenOLAT. \u0395\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd \u03b4\u03b5\u03bd \u03b8\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c5\u03c0\u03bf\u03ba\u03b9\u03bd\u03bf\u03cd\u03bd \u03ae \u03bd\u03b1 \u03c0\u03b1\u03c1\u03ad\u03c7\u03bf\u03c5\u03bd \u03c5\u03bb\u03b9\u03ba\u03cc \u03b3\u03b9\u03b1 \u03c5\u03c0\u03bf\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 \u03c0\u03b1\u03c1\u03ac\u03bd\u03bf\u03bc\u03c9\u03bd \u03b5\u03bd\u03b5\u03c1\u03b3\u03b5\u03b9\u03ce\u03bd. +disclaimer.terms.of.usage=<b>\u038c\u03c1\u03bf\u03b9 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2 </b> +email.address=\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 E-mail +email.address.maynotbeempty=\u03a0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03bc\u03af\u03b1 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 e-mail +email.address.notregular=\u03a0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03bc\u03af\u03b1 \u03ad\u03b3\u03ba\u03c5\u03c1\u03b7 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 e-mail +email.address2=\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 E-mail (\u03c0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03c0\u03b1\u03bd\u03b1\u03bb\u03ac\u03b2\u03b5\u03c4\u03b5) +email.notsent=\u03a4\u03bf E-mail \u03b4\u03b5\u03bd \u03bc\u03c0\u03cc\u03c1\u03b5\u03c3\u03b5 \u03bd\u03b1 \u03c3\u03c4\u03b1\u03bb\u03b5\u03af. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b4\u03bf\u03ba\u03b9\u03bc\u03ac\u03c3\u03c4\u03b5 \u03be\u03b1\u03bd\u03ac. +email.or.username=\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 E-mail \u03ae \u03cc\u03bd\u03bf\u03bc\u03b1 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 +email.or.username.maynotbeempty=\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03c5\u03c0\u03bf\u03b2\u03ac\u03bb\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 e-mail \u03ae \u03c4\u03bf \u03cc\u03bd\u03bf\u03bc\u03b1 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 \u03c3\u03b1\u03c2 +email.or.username.not.identified=\u039f \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 \u03b4\u03b5 \u03ba\u03b1\u03c4\u03ad\u03c3\u03c4\u03b7 \u03b4\u03c5\u03bd\u03b1\u03c4\u03cc\u03bd \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b4\u03b9\u03bf\u03c1\u03b9\u03c3\u03c4\u03b5\u03af \u03c3\u03b1\u03c6\u03ce\u03c2. +email.sent=\u03a4\u03bf E-mail \u03b5\u03c3\u03c4\u03ac\u03bb\u03b7. +form.check1=\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03cc\u03bd\u03bf\u03bc\u03ac \u03c3\u03b1\u03c2. +form.check2=\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03b5\u03c0\u03ce\u03bd\u03c5\u03bc\u03cc \u03c3\u03b1\u03c2. +form.check3=$org.olat.user\:form.checkUsername +form.check4=\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2. +form.check5=\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03b4\u03cd\u03bf \u03af\u03b4\u03b9\u03bf\u03c5\u03c2 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2. +form.check6=\u03a4\u03bf \u03cc\u03bd\u03bf\u03bc\u03b1 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 \u03c5\u03c0\u03ac\u03c1\u03c7\u03b5\u03b9 \u03ae\u03b4\u03b7. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03b9\u03c3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03b4\u03b9\u03b1\u03c6\u03bf\u03c1\u03b5\u03c4\u03b9\u03ba\u03cc. +form.general.error=\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b4\u03b9\u03bf\u03c1\u03b8\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b1 \u03c0\u03b1\u03c1\u03b1\u03ba\u03ac\u03c4\u03c9 \u03c0\u03b5\u03b4\u03af\u03b1\: +form.legende.mandatory=\u03a4\u03b1 \u03c0\u03b1\u03c1\u03b1\u03ba\u03ac\u03c4\u03c9 \u03c0\u03b5\u03b4\u03af\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03c9\u03b8\u03bf\u03cd\u03bd. +form.password.enter.new=\u0391\u03bb\u03bb\u03b1\u03b3\u03ae \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 +form.password.error.nomatch=\u039f\u03b9 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03af \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03b4\u03b5\u03bd \u03c4\u03b1\u03b9\u03c1\u03b9\u03ac\u03b6\u03bf\u03c5\u03bd. +form.password.new1=\u039d\u03ad\u03bf\u03c2 \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 +form.password.new2=\u0395\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03af\u03c9\u03c3\u03b7 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 +login.body=\u0395\u03af\u03c3\u03c4\u03b5 \u03ae\u03b4\u03b7 \u03b5\u03b3\u03b3\u03b5\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03bf\u03c2 \u03c3\u03c4\u03bf OpenOLAT. \u03a4\u03bf \u03cc\u03bd\u03bf\u03bc\u03b1 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 \u03b5\u03af\u03bd\u03b1\u03b9 \: {0}.\n\n\u03a3\u03b5 \u03c0\u03b5\u03c1\u03af\u03c0\u03c4\u03c9\u03c3\u03b7 \u03c0\u03bf\u03c5 \u03bb\u03ac\u03b2\u03b1\u03c4\u03b5 \u03b5\u03ba \u03c0\u03b1\u03c1\u03b1\u03b4\u03c1\u03bf\u03bc\u03ae\u03c2 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf email, \u03c0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03c4\u03b5 \u03c4\u03bf.\n\n\u0391\u03c0\u03cc \u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1 \u03c4\u03bf\u03c5 OpenOLAT.\n +login.subject=\u0395\u03af\u03c3\u03c4\u03b5 \u03ae\u03b4\u03b7 \u03b5\u03b3\u03b3\u03b5\u03b3\u03c1\u03b1\u03bc\u03bc\u03ad\u03bd\u03bf\u03c2 \u03c3\u03c4\u03bf OpenOLAT. loginhelp=The user name<ul><li>must contain at least 4 characters</li><li>may only contain digits and / or lower case letters (no special digits or umlauts except for . - _)</li><li>cannot be changed later on</li></ul> -menu.login.alt=\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03B5\u03B9\u03C3\u03B1\u03C7\u03B8\u03B5\u03AF\u03C4\u03B5 \u03B3\u03B9\u03B1 \u03BD\u03B1 \u03B5\u03C0\u03C9\u03C6\u03B5\u03BB\u03B7\u03B8\u03B5\u03AF\u03C4\u03B5 \u03B1\u03C0\u03CC \u03C4\u03BF \u03A3\u03CD\u03C3\u03C4\u03B7\u03BC\u03B1 \u0394\u03B9\u03B1\u03C7\u03B5\u03AF\u03C1\u03B9\u03C3\u03B7\u03C2 \u039C\u03AC\u03B8\u03B7\u03C3\u03B7\u03C2 OpenOLAT -password.cantchange=\u0393\u03B9\u03B1 \u03BD\u03B1 \u03B1\u03BB\u03BB\u03AC\u03BE\u03B5\u03C4\u03B5 \u03C4\u03BF\u03BD \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03AE\u03C2 \u03C3\u03B1\u03C2, \u03C0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03BF\u03CD\u03BC\u03B5 \u03B5\u03C0\u03B9\u03BA\u03BF\u03B9\u03BD\u03C9\u03BD\u03AE\u03C3\u03C4\u03B5 \u03BC\u03B5 \u03C4\u03B7\u03BD \u03BF\u03BC\u03AC\u03B4\u03B1 \u03C5\u03C0\u03BF\u03C3\u03C4\u03AE\u03C1\u03B9\u03BE\u03B7\u03C2 \u03C3\u03C4\u03BF \u03C0\u03B1\u03BD\u03B5\u03C0\u03B9\u03C3\u03C4\u03AE\u03BC\u03B9\u03CC \u03C3\u03B1\u03C2. -password.notchanged=\u039F \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC\u03C2 \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03AE\u03C2 \u03C3\u03B1\u03C2 \u03C3\u03C4\u03BF OpenOLAT \u03B4\u03B5\u03BD \u03BC\u03C0\u03CC\u03C1\u03B5\u03C3\u03B5 \u03BD\u03B1 \u03B1\u03BB\u03BB\u03B1\u03C7\u03C4\u03B5\u03AF. -password.successful=\u039F \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC\u03C2 \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03AE\u03C2 \u03C3\u03B1\u03C2 \u03C3\u03C4\u03BF OpenOLAT \u03B1\u03BB\u03BB\u03AC\u03C7\u03C4\u03B7\u03BA\u03B5 \u03B5\u03C0\u03B9\u03C4\u03C5\u03C7\u03CE\u03C2. -pwchange.body=\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03B1\u03BA\u03BF\u03BB\u03BF\u03C5\u03B8\u03AE\u03C3\u03C4\u03B5 \u03C4\u03BF \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03BC\u03BF {0}/dmz/pwchange/index.html?key\={1}&lang\={2} \n\u03B3\u03B9\u03B1 \u03BD\u03B1 \u03B1\u03BB\u03BB\u03AC\u03BE\u03B5\u03C4\u03B5 \u03C4\u03BF\u03BD \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03AE \u03C3\u03B1\u03C2 \u03C3\u03C4\u03BF OpenOLAT. \n\n\u0391\u03C0\u03CC \u03C4\u03B7\u03BD \u03BF\u03BC\u03AC\u03B4\u03B1 \u03C4\u03BF\u03C5 OpenOLAT.\n -pwchange.homelink=\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03BA\u03AC\u03BD\u03C4\u03B5 \u03BA\u03BB\u03AF\u03BA \u03B5\u03B4\u03CE \u03B3\u03B9\u03B1 \u03BD\u03B1 \u03C3\u03C5\u03BD\u03B4\u03B5\u03B8\u03B5\u03AF\u03C4\u03B5 -pwchange.intro=\u0388\u03C7\u03B5\u03C4\u03B5 \u03B6\u03B7\u03C4\u03AE\u03C3\u03B5\u03B9 (\u03B5\u03C3\u03B5\u03AF\u03C2 \u03AE \u03BA\u03AC\u03C0\u03BF\u03B9\u03BF\u03C2 \u03AC\u03BB\u03BB\u03BF\u03C2) \u03AD\u03BD\u03B1\u03BD \u03BD\u03AD\u03BF \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2 \u03B3\u03B9\u03B1 \u03C4\u03BF \u03BB\u03BF\u03B3\u03B1\u03C1\u03B9\u03B1\u03C3\u03BC\u03CC \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7 {0}. -pwchange.subject=\u039A\u03BB\u03B5\u03B9\u03B4\u03AF \u03B3\u03B9\u03B1 \u03C4\u03BF \u03BD\u03AD\u03BF \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2 \u03C3\u03C4\u03BF OpenOLAT -pwdchangekey.missing=\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03C5\u03C0\u03BF\u03B2\u03AC\u03BB\u03B5\u03C4\u03B5 \u03C4\u03BF \u03BA\u03BB\u03B5\u03B9\u03B4\u03AF \u03B3\u03B9\u03B1 \u03C4\u03B7\u03BD \u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03C4\u03BF\u03C5 \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03CD \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2. -pwdhelp=\u039F \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC\u03C2 \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2<ul><li>\u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C0\u03B5\u03C1\u03B9\u03AD\u03C7\u03B5\u03B9 \u03C4\u03BF\u03C5\u03BB\u03AC\u03C7\u03B9\u03C3\u03C4\u03BF\u03BD 4 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03AE\u03C1\u03B5\u03C2</li><li>\u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C0\u03B5\u03C1\u03B9\u03AD\u03C7\u03B5\u03B9 \u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03B1 \u03BA\u03B1\u03B9 \u03C4\u03BF\u03C5\u03BB\u03AC\u03C7\u03B9\u03C3\u03C4\u03BF\u03BD \u03AD\u03BD\u03B1 \u03C8\u03B7\u03C6\u03AF\u03BF</li><li>\u03B4\u03B5\u03BD \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C0\u03B5\u03C1\u03B9\u03AD\u03C7\u03B5\u03B9 \u03C3\u03B7\u03BC\u03B5\u03AF\u03B1 \u03C3\u03C4\u03AF\u03BE\u03B7\u03C2 \u03AE \u03AC\u03BB\u03BB\u03BF\u03C5\u03C2 \u03B5\u03B9\u03B4\u03B9\u03BA\u03BF\u03CD\u03C2 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03AE\u03C1\u03B5\u03C2 \u03CC\u03C0\u03C9\u03C2 \u00FC, \u00E4, \u00E9</li><li>\u03B4\u03B5\u03BD \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C0\u03B5\u03C1\u03B9\u03AD\u03C7\u03B5\u03B9 \u03BA\u03B5\u03BD\u03AC \u03AE \u03B1\u03BA\u03BF\u03BB\u03BF\u03C5\u03B8\u03AF\u03B5\u03C2 escape</li><li>\u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03C0\u03B5\u03C1\u03B9\u03AD\u03C7\u03B5\u03B9 \u03C4\u03BF\u03C5\u03C2 \u03B1\u03BA\u03CC\u03BB\u03BF\u03C5\u03B8\u03BF\u03C5\u03C2 \u03B5\u03B9\u03B4\u03B9\u03BA\u03BF\u03CD\u03C2 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03AE\u03C1\u03B5\u03C2\: \! \# $ % & ( ) * + , - . / \: ; <\=> ? @ [ ] ^ _ ` { | } ~</li></ul> -pwform.cancelled=\u0397 \u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03C4\u03BF\u03C5 \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03CD \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2 \u03C3\u03C4\u03BF OpenOLAT \u03B1\u03BA\u03C5\u03C1\u03CE\u03B8\u03B7\u03BA\u03B5. \u039F \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC\u03C2 \u03C0\u03B1\u03C1\u03B1\u03BC\u03AD\u03BD\u03B5\u03B9 \u03CC\u03C0\u03C9\u03C2 \u03AE\u03C4\u03B1\u03BD. -pwform.failed=\u0395\u03BC\u03C6\u03B1\u03BD\u03AF\u03C3\u03C4\u03B7\u03BA\u03B5 \u03B5\u03BD\u03B1 \u03B1\u03C0\u03C1\u03BF\u03C3\u03B4\u03CC\u03BA\u03B7\u03C4\u03BF \u03BB\u03AC\u03B8\u03BF\u03C2 \u03B5\u03BE\u03C5\u03C0\u03B7\u03C1\u03B5\u03C4\u03B7\u03C4\u03AE. \u039F \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC\u03C2 \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03AE\u03C2 \u03C3\u03B1\u03C2 \u03B4\u03B5\u03BD \u03AC\u03BB\u03BB\u03B1\u03BE\u03B5. -pwkey.missingentry=\u03A4\u03BF \u03BA\u03BB\u03B5\u03B9\u03B4\u03AF \u03B3\u03B9\u03B1 \u03C4\u03B7\u03BD \u03B1\u03BB\u03BB\u03B1\u03B3\u03AE \u03C4\u03BF\u03C5 \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03CD \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2 \u03B4\u03B5\u03BD \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B5. -reg.body=\u03A3\u03B1\u03C2 \u03B5\u03C5\u03C7\u03B1\u03C1\u03B9\u03C3\u03C4\u03BF\u03CD\u03BC\u03B5.\n\n\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03B1\u03BA\u03BF\u03BB\u03BF\u03C5\u03B8\u03AE\u03C3\u03C4\u03B5 \u03C4\u03BF \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03BC\u03BF {0}/dmz/registration/index.html?key\={1}&lang\={2} \n\u03B3\u03B9\u03B1 \u03BD\u03B1 \u03BF\u03BB\u03BF\u03BA\u03BB\u03B7\u03C1\u03CE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03B7\u03BD \u03B5\u03B3\u03B3\u03C1\u03B1\u03C6\u03AE \u03C3\u03B1\u03C2.\n\n\u03A3\u03B5 \u03C0\u03B5\u03C1\u03AF\u03C0\u03C4\u03C9\u03C3\u03B7 \u03C0\u03BF\u03C5 \u03B4\u03B5\u03BD \u03B5\u03C0\u03B9\u03B8\u03C5\u03BC\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03B5\u03B3\u03B3\u03C1\u03B1\u03C6\u03B5\u03AF\u03C4\u03B5, \u03B1\u03B3\u03BD\u03BF\u03AE\u03C3\u03C4\u03B5 \u03B1\u03C5\u03C4\u03CC \u03C4\u03BF e-mail.\n\n\u0391\u03C0\u03CC \u03C4\u03B7\u03BD \u03BF\u03BC\u03AC\u03B4\u03B1 \u03C4\u03BF\u03C5 OpenOLAT.\n -reg.error.no_username=\u03A4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7 \u03B4\u03B5 \u03B4\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AE\u03B8\u03B7\u03BA\u03B5 -reg.error.title=\u0397 \u03B5\u03B3\u03B3\u03C1\u03B1\u03C6\u03AE \u03B1\u03BA\u03C5\u03C1\u03CE\u03B8\u03B7\u03BA\u03B5 -reg.error.user_in_use=\u03A4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7 \u03C5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9 \u03AE\u03B4\u03B7 -reg.notiEmail.body=\u0388\u03BD\u03B1\u03C2 \u039D\u03AD\u03BF\u03C2 \u03A7\u03C1\u03AE\u03C3\u03C4\u03B7\u03C2 \u03C4\u03BF\u03C5 OpenOLAT \u03BC\u03CC\u03BB\u03B9\u03C2 \u03B5\u03B3\u03B3\u03C1\u03AC\u03C6\u03C4\u03B7\u03BA\u03B5\: \n\n\u038C\u03BD\u03BF\u03BC\u03B1\: \t{2}\n\u038C\u03BD\u03BF\u03BC\u03B1\: \t\t{1}\n\u0395\u03B9\u03C3\u03B1\u03B3\u03C9\u03B3\u03AE\: \t\t{0}\nEmail\: \t{3}\n\u0393\u03BB\u03CE\u03C3\u03C3\u03B1\: \t\t{4}\n\u0394\u03B9\u03B1\u03BA\u03BF\u03BC\u03B9\u03C3\u03C4\u03AE\u03C2\: \t\t{5} -reg.notiEmail.subject=\u039D\u03AD\u03BF\u03C2 \u03A7\u03C1\u03AE\u03C3\u03C4\u03B7\u03C2 OpenOLAT\: {1} {2} ({0}) -reg.subject=\u039A\u03BB\u03B5\u03B9\u03B4\u03AF \u03B5\u03B3\u03B3\u03C1\u03B1\u03C6\u03AE\u03C2 \u03B3\u03B9\u03B1 \u03C4\u03BF OpenOLAT -reg.wherefrom=\u0397 \u03B1\u03AF\u03C4\u03B7\u03C3\u03B7 \u03B5\u03B3\u03B3\u03C1\u03B1\u03C6\u03AE\u03C2 \u03C3\u03C4\u03BF server {0} \u03AD\u03B3\u03B9\u03BD\u03B5 \u03C3\u03C4\u03B9\u03C2 {1} \n\u03B1\u03C0\u03CC \u03C4\u03B7\u03BD \u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 IP {2}. -registration.form.cancelled=\u0388\u03C7\u03B5\u03C4\u03B5 \u03B1\u03BA\u03C5\u03C1\u03CE\u03C3\u03B5\u03B9 \u03C4\u03B7 \u03B4\u03B9\u03B1\u03B4\u03B9\u03BA\u03B1\u03C3\u03AF\u03B1 \u03B5\u03B3\u03B3\u03C1\u03B1\u03C6\u03AE\u03C2. -regkey.missing=\u03A4\u03BF \u03BA\u03BB\u03B5\u03B9\u03B4\u03AF \u03B5\u03B3\u03B3\u03C1\u03B1\u03C6\u03AE\u03C2 \u03BB\u03B5\u03AF\u03C0\u03B5\u03B9. \u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03B6\u03B7\u03C4\u03AE\u03C3\u03C4\u03B5 \u03BD\u03B1 \u03C3\u03B1\u03C2 \u03B4\u03C9\u03B8\u03B5\u03AF \u03AD\u03BD\u03B1 \u03BD\u03AD\u03BF. -regkey.missingentry=\u03A4\u03BF \u03BA\u03BB\u03B5\u03B9\u03B4\u03AF \u03B5\u03B3\u03B3\u03C1\u03B1\u03C6\u03AE\u03C2 \u03B4\u03B5\u03BD \u03C5\u03C0\u03AC\u03C1\u03C7\u03B5\u03B9. \u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03B6\u03B7\u03C4\u03AE\u03C3\u03C4\u03B5 \u03BD\u03B1 \u03C3\u03B1\u03C2 \u03B4\u03C9\u03B8\u03B5\u03AF \u03BA\u03AC\u03C0\u03BF\u03B9\u03BF \u03AC\u03BB\u03BB\u03BF. -select.language=\u0393\u03BB\u03CE\u03C3\u03C3\u03B1 -select.language.description=\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03B5\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03BC\u03B9\u03B1 \u03B3\u03BB\u03CE\u03C3\u03C3\u03B1 \u03B3\u03B9\u03B1 \u03C4\u03B7\u03BD \u03B5\u03B3\u03B3\u03C1\u03B1\u03C6\u03AE \u03C3\u03B1\u03C2 \u03C3\u03C4\u03BF OpenOLAT \u03BA\u03B1\u03B9 \u03C4\u03BF\u03BD \u03BB\u03BF\u03B3\u03B1\u03C1\u03B9\u03B1\u03C3\u03BC\u03CC \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7 \u03C3\u03B1\u03C2. \u0391\u03C1\u03B3\u03CC\u03C4\u03B5\u03C1\u03B1 \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03C0\u03C1\u03BF\u03C3\u03B1\u03C1\u03BC\u03CC\u03C3\u03B5\u03C4\u03B5 \u03C4\u03B7\u03BD \u03B5\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE \u03C3\u03B1\u03C2 \u03C3\u03C4\u03BF \u03C0\u03C1\u03BF\u03C6\u03AF\u03BB \u03C3\u03B1\u03C2 \u03BF\u03C0\u03BF\u03B9\u03B1\u03B4\u03AE\u03C0\u03BF\u03C4\u03B5 \u03C3\u03C4\u03B9\u03B3\u03BC\u03AE. \u0398\u03B1 \u03BA\u03B1\u03B8\u03BF\u03B4\u03B7\u03B3\u03B7\u03B8\u03B5\u03AF\u03C4\u03B5 \u03BA\u03B1\u03B8'\u03CC\u03BB\u03B7 \u03C4\u03B7 \u03B4\u03B9\u03AC\u03C1\u03BA\u03B5\u03B9\u03B1 \u03C4\u03B7\u03C2 \u03B4\u03B9\u03B1\u03B4\u03B9\u03BA\u03B1\u03C3\u03AF\u03B1\u03C2 \u03B5\u03B3\u03B3\u03C1\u03B1\u03C6\u03AE\u03C2. -sr.error.disclaimer.checkbox=\u03A0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03B5\u03C0\u03B9\u03B2\u03B5\u03B2\u03B1\u03B9\u03CE\u03C3\u03B5\u03C4\u03B5 \u03BA\u03AC\u03BD\u03BF\u03BD\u03C4\u03B1\u03C2 \u03BA\u03BB\u03B9\u03BA \u03C3\u03C4\u03BF \u03BC\u03B9\u03BA\u03C1\u03CC \u03C0\u03BB\u03B1\u03AF\u03C3\u03B9\u03BF \u03CC\u03C0\u03BF\u03C5 \u03B4\u03B9\u03B1\u03B2\u03AC\u03C3\u03B1\u03C4\u03B5 \u03C4\u03B7\u03BD \u03B1\u03BD\u03B1\u03BA\u03BF\u03AF\u03BD\u03C9\u03C3\u03B7 \u03BA\u03B1\u03C4\u03B1\u03BD\u03BF\u03CE \u03BA\u03B1\u03B9 \u03B1\u03C0\u03BF\u03B4\u03AD\u03C7\u03BF\u03BC\u03B1\u03B9. -sr.error.disclaimer.checkboxes=\u0398\u03B1 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03B5\u03C0\u03B9\u03B2\u03B5\u03B2\u03B1\u03B9\u03CE\u03C3\u03B5\u03C4\u03B5 \u03C4\u03C3\u03B5\u03BA\u03AC\u03C1\u03BF\u03BD\u03C4\u03B1\u03C2 <i>\u03BA\u03B1\u03B9 \u03C3\u03C4\u03B1 \u03B4\u03CD\u03BF</i> \u03BA\u03BF\u03C5\u03C4\u03B9\u03AC \u03CC\u03C4\u03B9 \u03AD\u03C7\u03B5\u03C4\u03B5 \u03B4\u03B9\u03B1\u03B2\u03AC\u03C3\u03B5\u03B9 \u03BA\u03B1\u03B9 \u03BA\u03B1\u03C4\u03B1\u03BD\u03BF\u03AE\u03C3\u03B5\u03B9 \u03C4\u03BF\u03C5\u03C2 \u03CC\u03C1\u03BF\u03C5\u03C2 \u03C7\u03C1\u03AE\u03C3\u03B7\u03C2 \u03BA\u03B1\u03B9 \u03BD\u03B1 \u03C4\u03BF\u03C5\u03C2 \u03B1\u03C0\u03BF\u03B4\u03B5\u03C7\u03C4\u03B5\u03AF\u03C4\u03B5. -step1.pw.text=\u0395\u03B4\u03CE \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03BF\u03C1\u03AF\u03C3\u03B5\u03C4\u03B5 \u03AD\u03BD\u03B1 \u03BD\u03AD\u03BF \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2. \u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03BF\u03CD\u03BC\u03B5 \u03B4\u03CE\u03C3\u03C4\u03B5 \u03C4\u03B7 \u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 e-mail \u03C0\u03BF\u03C5 \u03AD\u03C7\u03B5\u03C4\u03B5 \u03AE\u03B4\u03B7 \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03AE\u03C3\u03B5\u03B9 \u03C3\u03C4\u03BF OpenOLAT. -step1.pw.title=\u039F\u03C1\u03B9\u03C3\u03BC\u03CC\u03C2 \u03BD\u03AD\u03BF\u03C5 \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03CD \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2 -step1.reg.text=\u03A7\u03C1\u03B5\u03B9\u03AC\u03B6\u03B5\u03C4\u03B1\u03B9 \u03BD\u03B1 \u03AD\u03C7\u03B5\u03C4\u03B5 \u03BC\u03AF\u03B1 \u03AD\u03B3\u03BA\u03C5\u03C1\u03B7 \u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 e-mail \u03B3\u03B9\u03B1 \u03BD\u03B1 \u03B5\u03B3\u03B3\u03C1\u03B1\u03C6\u03B5\u03AF\u03C4\u03B5. \u0398\u03B1 \u03BB\u03AC\u03B2\u03B5\u03C4\u03B5 \u03AD\u03BD\u03B1 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03BC\u03BF \u03C3\u03C4\u03BF email \u03C3\u03B1\u03C2 \u03BF \u03BF\u03C0\u03BF\u03AF\u03BF\u03C2 \u03B8\u03B1 \u03C0\u03B5\u03C1\u03B9\u03AD\u03C7\u03B5\u03B9 \u03AD\u03BD\u03B1 \u03BA\u03BB\u03B5\u03B9\u03B4\u03AF \u03B3\u03B9\u03B1 \u03BD\u03B1 \u03B8\u03AD\u03C3\u03B5\u03C4\u03B5 \u03C4\u03BF \u03C0\u03C1\u03BF\u03C3\u03C9\u03C0\u03B9\u03BA\u03CC \u03C3\u03B1\u03C2 \u03CC\u03BD\u03BF\u03BC\u03B1 \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7 \u03BA\u03B1\u03B9 \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2. -step1.reg.title=\u0395\u03B3\u03B3\u03C1\u03B1\u03C6\u03AE -step2.pw.text=\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03B5\u03BB\u03AD\u03B3\u03BE\u03C4\u03B5 \u03C4\u03BF email \u03C3\u03B1\u03C2.<br>\u0398\u03B1 \u03BB\u03AC\u03B2\u03B5\u03C4\u03B5 \u03AD\u03BD\u03B1 e-mail \u03BC\u03B5 \u03BF\u03B4\u03B7\u03B3\u03AF\u03B5\u03C2 \u03B3\u03B9\u03B1 \u03C4\u03BF \u03C0\u03C9\u03C2 \u03B8\u03B1 \u03C3\u03C5\u03BD\u03B5\u03C7\u03AF\u03C3\u03B5\u03C4\u03B5. -step2.reg.text=\u0395\u03C5\u03C7\u03B1\u03C1\u03B9\u03C3\u03C4\u03BF\u03CD\u03BC\u03B5 \u03B3\u03B9\u03B1 \u03C4\u03BF \u03B5\u03BD\u03B4\u03B9\u03B1\u03C6\u03AD\u03C1\u03BF\u03BD \u03C3\u03B1\u03C2 \u03C3\u03C4\u03B7\u03BD \u03B5\u03BA\u03C0\u03B1\u03B9\u03B4\u03B5\u03C5\u03C4\u03B9\u03BA\u03AE \u03C0\u03BB\u03B1\u03C4\u03C6\u03CC\u03C1\u03BC\u03B1 OpenOLAT. \u0398\u03B1 \u03BB\u03AC\u03B2\u03B5\u03C4\u03B5 \u03AD\u03BD\u03B1 email \u03BC\u03B5 \u03BF\u03B4\u03B7\u03B3\u03AF\u03B5\u03C2 \u03B3\u03B9\u03B1 \u03BD\u03B1 \u03C3\u03C5\u03BD\u03B5\u03C7\u03AF\u03C3\u03B5\u03C4\u03B5 {0}. -step3.pw.text=\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03BB\u03AC\u03B2\u03B5\u03C4\u03B5 \u03C5\u03C0\u03CC\u03C8\u03B7 \u03C4\u03B9\u03C2 \u03C0\u03B1\u03C1\u03B1\u03BA\u03AC\u03C4\u03C9 \u03BF\u03B4\u03B7\u03B3\u03AF\u03B5\u03C2 \u03B3\u03B9\u03B1 \u03BD\u03B1 \u03BF\u03C1\u03AF\u03C3\u03B5\u03C4\u03B5 \u03AD\u03BD\u03B1 \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2\: -step3.reg.text=\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03C3\u03C5\u03BC\u03C0\u03BB\u03B7\u03C1\u03CE\u03C3\u03C4\u03B5 \u03C4\u03B7 \u03C6\u03CC\u03C1\u03BC\u03B1, \u03B3\u03B9\u03B1 \u03BD\u03B1 \u03BF\u03BB\u03BF\u03BA\u03BB\u03B7\u03C1\u03C9\u03B8\u03B5\u03AF \u03B7 \u03B5\u03B3\u03B3\u03C1\u03B1\u03C6\u03AE. -step4.pw.text=\u0388\u03C7\u03B5\u03C4\u03B5 \u03B1\u03BB\u03BB\u03AC\u03BE\u03B5\u03B9 \u03BC\u03B5 \u03B5\u03C0\u03B9\u03C4\u03C5\u03C7\u03AF\u03B1 \u03C4\u03BF\u03BD \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2 \u03C3\u03C4\u03BF OpenOLAT . -step4.reg.text=<b>\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03B4\u03B9\u03B1\u03B2\u03AC\u03C3\u03C4\u03B5 \u03C4\u03BF\u03C5\u03C2 \u03CC\u03C1\u03BF\u03C5\u03C2 \u03C7\u03C1\u03AE\u03C3\u03B7\u03C2 \u03C0\u03C1\u03B9\u03BD \u03C3\u03C5\u03BD\u03B5\u03C7\u03AF\u03C3\u03B5\u03C4\u03B5.</b> -step5.reg.text=<p><b>\u039A\u03B1\u03BB\u03C9\u03C3\u03AE\u03C1\u03B8\u03B1\u03C4\u03B5 \u03C3\u03C4\u03BF OpenOLAT\!</b></p>\u039C\u03C0\u03BF\u03C1\u03B5\u03AF\u03C4\u03B5 \u03BD\u03B1 \u03C3\u03C5\u03BD\u03B4\u03B5\u03B8\u03B5\u03AF\u03C4\u03B5 <a href\="{0}/">\u03BC\u03B5 \u03C4\u03BF \u03CC\u03BD\u03BF\u03BC\u03B1 \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7 <b>{1}</b> \u03BA\u03B1\u03B9 \u03C4\u03BF\u03BD \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2.</a> -step5.reg.yourdata=\u03A3\u03CD\u03BD\u03BF\u03C8\u03B7 \u03C4\u03C9\u03BD \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03C9\u03BD \u03C3\u03B1\u03C2\: -submit.accept=\u0391\u03C0\u03BF\u03B4\u03BF\u03C7\u03AE -submit.cancel=\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7 -submit.speichernUndpwchange=\u0391\u03BB\u03BB\u03B1\u03B3\u03AE \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03CD \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2 -submit.speichernUndregistrieren=\u0395\u03B3\u03B3\u03C1\u03B1\u03C6\u03AE -submit.speichernUndweiter=\u0391\u03C0\u03BF\u03C3\u03C4\u03BF\u03BB\u03AE -submit.weiter=\u0395\u03C0\u03CC\u03BC\u03B5\u03BD\u03BF -title.pwchange=\u0391\u03BB\u03BB\u03B1\u03B3\u03AE \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03CD \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2 -title.register=\u0395\u03B3\u03B3\u03C1\u03B1\u03C6\u03AE \u03C3\u03C4\u03BF OpenOLAT -unknown.body=\u0395\u03C0\u03B9\u03C7\u03B5\u03B9\u03C1\u03AE\u03C3\u03B1\u03C4\u03B5 \u03BD\u03B1 \u03B1\u03BB\u03BB\u03AC\u03BE\u03B5\u03C4\u03B5 \u03C4\u03BF\u03BD \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2 \u03C3\u03C4\u03BF OpenOLAT \u03B1\u03BB\u03BB\u03AC \u03B7 \u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 e-mail \u03C0\u03BF\u03C5 \u03B4\u03CE\u03C3\u03B1\u03C4\u03B5 \u03B4\u03B5\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03BA\u03B1\u03C4\u03B1\u03C7\u03C9\u03C1\u03B7\u03BC\u03AD\u03BD\u03B7 \u03C3\u03C4\u03BF server {0}. \u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03BF\u03CD\u03BC\u03B5 \u03B4\u03BF\u03BA\u03B9\u03BC\u03AC\u03C3\u03C4\u03B5 \u03BC\u03B5 \u03B4\u03B9\u03B1\u03C6\u03BF\u03C1\u03B5\u03C4\u03B9\u03BA\u03AE \u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 e-mail.\n\n\u03A3\u03B5 \u03C0\u03B5\u03C1\u03AF\u03C0\u03C4\u03C9\u03C3\u03B7 \u03C0\u03BF\u03C5 \u03BB\u03AC\u03B2\u03B1\u03C4\u03B5 \u03B5\u03BA \u03C0\u03B1\u03C1\u03B1\u03B4\u03C1\u03BF\u03BC\u03AE\u03C2 \u03B1\u03C5\u03C4\u03CC \u03C4\u03BF e-mail, \u03C0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03BF\u03CD\u03BC\u03B5 \u03B4\u03B9\u03B1\u03B3\u03C1\u03AC\u03C8\u03C4\u03B5 \u03C4\u03BF.\n\n\u0391\u03C0\u03CC \u03C4\u03B7\u03BD \u03BF\u03BC\u03AC\u03B4\u03B1 \u03C4\u03BF\u03C5 OpenOLAT \n -unknown.subject=\u0386\u03B3\u03BD\u03C9\u03C3\u03C4\u03B7 \u03B4\u03B9\u03B5\u03CD\u03B8\u03C5\u03BD\u03C3\u03B7 e-mail \u03C3\u03C4\u03BF OpenOLAT -user.firstname=\u038C\u03BD\u03BF\u03BC\u03B1 -user.language=\u0393\u03BB\u03CE\u03C3\u03C3\u03B1 -user.lastname=\u0395\u03C0\u03CE\u03BD\u03C5\u03BC\u03BF -user.login=\u038C\u03BD\u03BF\u03BC\u03B1 \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7 -user.loginlength=\u03A4\u03BF\u03C5\u03BB\u03AC\u03C7\u03B9\u03C3\u03C4\u03BF\u03BD 4 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03AE\u03C1\u03B5\u03C2, \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03C0\u03B5\u03C1\u03B9\u03AD\u03C7\u03B5\u03B9 \u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03B1 \u03BA\u03B1\u03B9 \u03C8\u03B7\u03C6\u03AF\u03B1 -user.notregistered=\u0394\u03B5\u03BD \u03BC\u03C0\u03BF\u03C1\u03AD\u03C3\u03B1\u03C4\u03B5 \u03BD\u03B1 \u03B5\u03B3\u03B3\u03C1\u03B1\u03C6\u03B5\u03AF\u03C4\u03B5. \u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03BF\u03CD\u03BC\u03B5 \u03B5\u03BB\u03AD\u03B3\u03BE\u03C4\u03B5 \u03C4\u03B1 \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03B1 \u03C0\u03BF\u03C5 \u03B4\u03CE\u03C3\u03B1\u03C4\u03B5. -user.password=\u039A\u03C9\u03B4\u03B9\u03BA\u03CC\u03C2 \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2 \u03C3\u03C4\u03BF OpenOLAT -user.password2=\u0395\u03C0\u03B1\u03BD\u03AC\u03BB\u03B7\u03C8\u03B7 \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03CD \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2 \u03C3\u03C4\u03BF OpenOLAT -user.pwlength=\u03A4\u03BF\u03C5\u03BB\u03AC\u03C7\u03B9\u03C3\u03C4\u03BF\u03BD 4 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03AE\u03C1\u03B5\u03C2, \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BD\u03B1 \u03C0\u03B5\u03C1\u03B9\u03AD\u03C7\u03B5\u03B9 \u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03B1 \u03BA\u03B1\u03B9 \u03C8\u03B7\u03C6\u03AF\u03B1 -user.regkey=\u039A\u03BB\u03B5\u03B9\u03B4\u03AF \u03B5\u03B3\u03B3\u03C1\u03B1\u03C6\u03AE\u03C2 -workflow.browsedback=\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03BC\u03B7 \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03B5\u03AF\u03C4\u03B5 \u03C4\u03BF\u03BD browser \u03B3\u03B9\u03B1 \u03BD\u03B1 \u03C0\u03BB\u03BF\u03B7\u03B3\u03B7\u03B8\u03B5\u03AF\u03C4\u03B5. +menu.login.alt=\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03b9\u03c3\u03b1\u03c7\u03b8\u03b5\u03af\u03c4\u03b5 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b5\u03c0\u03c9\u03c6\u03b5\u03bb\u03b7\u03b8\u03b5\u03af\u03c4\u03b5 \u03b1\u03c0\u03cc \u03c4\u03bf \u03a3\u03cd\u03c3\u03c4\u03b7\u03bc\u03b1 \u0394\u03b9\u03b1\u03c7\u03b5\u03af\u03c1\u03b9\u03c3\u03b7\u03c2 \u039c\u03ac\u03b8\u03b7\u03c3\u03b7\u03c2 OpenOLAT +password.cantchange=\u0393\u03b9\u03b1 \u03bd\u03b1 \u03b1\u03bb\u03bb\u03ac\u03be\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03ae\u03c2 \u03c3\u03b1\u03c2, \u03c0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03bc\u03b5 \u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1 \u03c5\u03c0\u03bf\u03c3\u03c4\u03ae\u03c1\u03b9\u03be\u03b7\u03c2 \u03c3\u03c4\u03bf \u03c0\u03b1\u03bd\u03b5\u03c0\u03b9\u03c3\u03c4\u03ae\u03bc\u03b9\u03cc \u03c3\u03b1\u03c2. +password.notchanged=\u039f \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03ae\u03c2 \u03c3\u03b1\u03c2 \u03c3\u03c4\u03bf OpenOLAT \u03b4\u03b5\u03bd \u03bc\u03c0\u03cc\u03c1\u03b5\u03c3\u03b5 \u03bd\u03b1 \u03b1\u03bb\u03bb\u03b1\u03c7\u03c4\u03b5\u03af. +password.successful=\u039f \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03ae\u03c2 \u03c3\u03b1\u03c2 \u03c3\u03c4\u03bf OpenOLAT \u03b1\u03bb\u03bb\u03ac\u03c7\u03c4\u03b7\u03ba\u03b5 \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03ce\u03c2. +pwchange.body=\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf {0}/dmz/pwchange/index.html?key\={1}&lang\={2} \n\u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b1\u03bb\u03bb\u03ac\u03be\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03ae \u03c3\u03b1\u03c2 \u03c3\u03c4\u03bf OpenOLAT. \n\n\u0391\u03c0\u03cc \u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1 \u03c4\u03bf\u03c5 OpenOLAT.\n +pwchange.homelink=\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03ba\u03ac\u03bd\u03c4\u03b5 \u03ba\u03bb\u03af\u03ba \u03b5\u03b4\u03ce \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03b5\u03af\u03c4\u03b5 +pwchange.intro=\u0388\u03c7\u03b5\u03c4\u03b5 \u03b6\u03b7\u03c4\u03ae\u03c3\u03b5\u03b9 (\u03b5\u03c3\u03b5\u03af\u03c2 \u03ae \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf\u03c2 \u03ac\u03bb\u03bb\u03bf\u03c2) \u03ad\u03bd\u03b1\u03bd \u03bd\u03ad\u03bf \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 {0}. +pwchange.subject=\u039a\u03bb\u03b5\u03b9\u03b4\u03af \u03b3\u03b9\u03b1 \u03c4\u03bf \u03bd\u03ad\u03bf \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03c3\u03c4\u03bf OpenOLAT +pwdchangekey.missing=\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03c5\u03c0\u03bf\u03b2\u03ac\u03bb\u03b5\u03c4\u03b5 \u03c4\u03bf \u03ba\u03bb\u03b5\u03b9\u03b4\u03af \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b1\u03bb\u03bb\u03b1\u03b3\u03ae \u03c4\u03bf\u03c5 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2. +pwdhelp=\u039f \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2<ul><li>\u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03b5\u03b9 \u03c4\u03bf\u03c5\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf\u03bd 4 \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03ae\u03c1\u03b5\u03c2</li><li>\u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03b5\u03b9 \u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03b1 \u03ba\u03b1\u03b9 \u03c4\u03bf\u03c5\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf\u03bd \u03ad\u03bd\u03b1 \u03c8\u03b7\u03c6\u03af\u03bf</li><li>\u03b4\u03b5\u03bd \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03b5\u03b9 \u03c3\u03b7\u03bc\u03b5\u03af\u03b1 \u03c3\u03c4\u03af\u03be\u03b7\u03c2 \u03ae \u03ac\u03bb\u03bb\u03bf\u03c5\u03c2 \u03b5\u03b9\u03b4\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03ae\u03c1\u03b5\u03c2 \u03cc\u03c0\u03c9\u03c2 \u00fc, \u00e4, \u00e9</li><li>\u03b4\u03b5\u03bd \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03b5\u03b9 \u03ba\u03b5\u03bd\u03ac \u03ae \u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03af\u03b5\u03c2 escape</li><li>\u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03b5\u03b9 \u03c4\u03bf\u03c5\u03c2 \u03b1\u03ba\u03cc\u03bb\u03bf\u03c5\u03b8\u03bf\u03c5\u03c2 \u03b5\u03b9\u03b4\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03ae\u03c1\u03b5\u03c2\: \! \# $ % & ( ) * + , - . / \: ; <\=> ? @ [ ] ^ _ ` { | } ~</li></ul> +pwform.cancelled=\u0397 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ae \u03c4\u03bf\u03c5 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03c3\u03c4\u03bf OpenOLAT \u03b1\u03ba\u03c5\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5. \u039f \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03b1\u03c1\u03b1\u03bc\u03ad\u03bd\u03b5\u03b9 \u03cc\u03c0\u03c9\u03c2 \u03ae\u03c4\u03b1\u03bd. +pwform.failed=\u0395\u03bc\u03c6\u03b1\u03bd\u03af\u03c3\u03c4\u03b7\u03ba\u03b5 \u03b5\u03bd\u03b1 \u03b1\u03c0\u03c1\u03bf\u03c3\u03b4\u03cc\u03ba\u03b7\u03c4\u03bf \u03bb\u03ac\u03b8\u03bf\u03c2 \u03b5\u03be\u03c5\u03c0\u03b7\u03c1\u03b5\u03c4\u03b7\u03c4\u03ae. \u039f \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03ae\u03c2 \u03c3\u03b1\u03c2 \u03b4\u03b5\u03bd \u03ac\u03bb\u03bb\u03b1\u03be\u03b5. +pwkey.missingentry=\u03a4\u03bf \u03ba\u03bb\u03b5\u03b9\u03b4\u03af \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b1\u03bb\u03bb\u03b1\u03b3\u03ae \u03c4\u03bf\u03c5 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03b4\u03b5\u03bd \u03b2\u03c1\u03ad\u03b8\u03b7\u03ba\u03b5. +reg.body=\u03a3\u03b1\u03c2 \u03b5\u03c5\u03c7\u03b1\u03c1\u03b9\u03c3\u03c4\u03bf\u03cd\u03bc\u03b5.\n\n\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b1\u03ba\u03bf\u03bb\u03bf\u03c5\u03b8\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf {0}/dmz/registration/index.html?key\={1}&lang\={2} \n\u03b3\u03b9\u03b1 \u03bd\u03b1 \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03ce\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae \u03c3\u03b1\u03c2.\n\n\u03a3\u03b5 \u03c0\u03b5\u03c1\u03af\u03c0\u03c4\u03c9\u03c3\u03b7 \u03c0\u03bf\u03c5 \u03b4\u03b5\u03bd \u03b5\u03c0\u03b9\u03b8\u03c5\u03bc\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03b5\u03af\u03c4\u03b5, \u03b1\u03b3\u03bd\u03bf\u03ae\u03c3\u03c4\u03b5 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf e-mail.\n\n\u0391\u03c0\u03cc \u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1 \u03c4\u03bf\u03c5 OpenOLAT.\n +reg.error.no_username=\u03a4\u03bf \u03cc\u03bd\u03bf\u03bc\u03b1 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 \u03b4\u03b5 \u03b4\u03b7\u03bc\u03b9\u03bf\u03c5\u03c1\u03b3\u03ae\u03b8\u03b7\u03ba\u03b5 +reg.error.title=\u0397 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae \u03b1\u03ba\u03c5\u03c1\u03ce\u03b8\u03b7\u03ba\u03b5 +reg.error.user_in_use=\u03a4\u03bf \u03cc\u03bd\u03bf\u03bc\u03b1 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 \u03c5\u03c0\u03ac\u03c1\u03c7\u03b5\u03b9 \u03ae\u03b4\u03b7 +reg.notiEmail.body=\u0388\u03bd\u03b1\u03c2 \u039d\u03ad\u03bf\u03c2 \u03a7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 \u03c4\u03bf\u03c5 OpenOLAT \u03bc\u03cc\u03bb\u03b9\u03c2 \u03b5\u03b3\u03b3\u03c1\u03ac\u03c6\u03c4\u03b7\u03ba\u03b5\: \n\n\u038c\u03bd\u03bf\u03bc\u03b1\: \t{2}\n\u038c\u03bd\u03bf\u03bc\u03b1\: \t\t{1}\n\u0395\u03b9\u03c3\u03b1\u03b3\u03c9\u03b3\u03ae\: \t\t{0}\nEmail\: \t{3}\n\u0393\u03bb\u03ce\u03c3\u03c3\u03b1\: \t\t{4}\n\u0394\u03b9\u03b1\u03ba\u03bf\u03bc\u03b9\u03c3\u03c4\u03ae\u03c2\: \t\t{5} +reg.notiEmail.subject=\u039d\u03ad\u03bf\u03c2 \u03a7\u03c1\u03ae\u03c3\u03c4\u03b7\u03c2 OpenOLAT\: {1} {2} ({0}) +reg.subject=\u039a\u03bb\u03b5\u03b9\u03b4\u03af \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf OpenOLAT +reg.wherefrom=\u0397 \u03b1\u03af\u03c4\u03b7\u03c3\u03b7 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 \u03c3\u03c4\u03bf server {0} \u03ad\u03b3\u03b9\u03bd\u03b5 \u03c3\u03c4\u03b9\u03c2 {1} \n\u03b1\u03c0\u03cc \u03c4\u03b7\u03bd \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 IP {2}. +registration.form.cancelled=\u0388\u03c7\u03b5\u03c4\u03b5 \u03b1\u03ba\u03c5\u03c1\u03ce\u03c3\u03b5\u03b9 \u03c4\u03b7 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2. +regkey.missing=\u03a4\u03bf \u03ba\u03bb\u03b5\u03b9\u03b4\u03af \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 \u03bb\u03b5\u03af\u03c0\u03b5\u03b9. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b6\u03b7\u03c4\u03ae\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03c3\u03b1\u03c2 \u03b4\u03c9\u03b8\u03b5\u03af \u03ad\u03bd\u03b1 \u03bd\u03ad\u03bf. +regkey.missingentry=\u03a4\u03bf \u03ba\u03bb\u03b5\u03b9\u03b4\u03af \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 \u03b4\u03b5\u03bd \u03c5\u03c0\u03ac\u03c1\u03c7\u03b5\u03b9. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b6\u03b7\u03c4\u03ae\u03c3\u03c4\u03b5 \u03bd\u03b1 \u03c3\u03b1\u03c2 \u03b4\u03c9\u03b8\u03b5\u03af \u03ba\u03ac\u03c0\u03bf\u03b9\u03bf \u03ac\u03bb\u03bb\u03bf. +select.language=\u0393\u03bb\u03ce\u03c3\u03c3\u03b1 +select.language.description=\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 \u03bc\u03b9\u03b1 \u03b3\u03bb\u03ce\u03c3\u03c3\u03b1 \u03b3\u03b9\u03b1 \u03c4\u03b7\u03bd \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae \u03c3\u03b1\u03c2 \u03c3\u03c4\u03bf OpenOLAT \u03ba\u03b1\u03b9 \u03c4\u03bf\u03bd \u03bb\u03bf\u03b3\u03b1\u03c1\u03b9\u03b1\u03c3\u03bc\u03cc \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 \u03c3\u03b1\u03c2. \u0391\u03c1\u03b3\u03cc\u03c4\u03b5\u03c1\u03b1 \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03cc\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03c3\u03b1\u03c2 \u03c3\u03c4\u03bf \u03c0\u03c1\u03bf\u03c6\u03af\u03bb \u03c3\u03b1\u03c2 \u03bf\u03c0\u03bf\u03b9\u03b1\u03b4\u03ae\u03c0\u03bf\u03c4\u03b5 \u03c3\u03c4\u03b9\u03b3\u03bc\u03ae. \u0398\u03b1 \u03ba\u03b1\u03b8\u03bf\u03b4\u03b7\u03b3\u03b7\u03b8\u03b5\u03af\u03c4\u03b5 \u03ba\u03b1\u03b8'\u03cc\u03bb\u03b7 \u03c4\u03b7 \u03b4\u03b9\u03ac\u03c1\u03ba\u03b5\u03b9\u03b1 \u03c4\u03b7\u03c2 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1\u03c2 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2. +sr.error.disclaimer.checkbox=\u03a0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03b9\u03ce\u03c3\u03b5\u03c4\u03b5 \u03ba\u03ac\u03bd\u03bf\u03bd\u03c4\u03b1\u03c2 \u03ba\u03bb\u03b9\u03ba \u03c3\u03c4\u03bf \u03bc\u03b9\u03ba\u03c1\u03cc \u03c0\u03bb\u03b1\u03af\u03c3\u03b9\u03bf \u03cc\u03c0\u03bf\u03c5 \u03b4\u03b9\u03b1\u03b2\u03ac\u03c3\u03b1\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b1\u03bd\u03b1\u03ba\u03bf\u03af\u03bd\u03c9\u03c3\u03b7 \u03ba\u03b1\u03c4\u03b1\u03bd\u03bf\u03ce \u03ba\u03b1\u03b9 \u03b1\u03c0\u03bf\u03b4\u03ad\u03c7\u03bf\u03bc\u03b1\u03b9. +sr.error.disclaimer.checkboxes=\u0398\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b5\u03c0\u03b9\u03b2\u03b5\u03b2\u03b1\u03b9\u03ce\u03c3\u03b5\u03c4\u03b5 \u03c4\u03c3\u03b5\u03ba\u03ac\u03c1\u03bf\u03bd\u03c4\u03b1\u03c2 <i>\u03ba\u03b1\u03b9 \u03c3\u03c4\u03b1 \u03b4\u03cd\u03bf</i> \u03ba\u03bf\u03c5\u03c4\u03b9\u03ac \u03cc\u03c4\u03b9 \u03ad\u03c7\u03b5\u03c4\u03b5 \u03b4\u03b9\u03b1\u03b2\u03ac\u03c3\u03b5\u03b9 \u03ba\u03b1\u03b9 \u03ba\u03b1\u03c4\u03b1\u03bd\u03bf\u03ae\u03c3\u03b5\u03b9 \u03c4\u03bf\u03c5\u03c2 \u03cc\u03c1\u03bf\u03c5\u03c2 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2 \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03c4\u03bf\u03c5\u03c2 \u03b1\u03c0\u03bf\u03b4\u03b5\u03c7\u03c4\u03b5\u03af\u03c4\u03b5. +step1.pw.text=\u0395\u03b4\u03ce \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03bf\u03c1\u03af\u03c3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03bd\u03ad\u03bf \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b4\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 e-mail \u03c0\u03bf\u03c5 \u03ad\u03c7\u03b5\u03c4\u03b5 \u03ae\u03b4\u03b7 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03b9 \u03c3\u03c4\u03bf OpenOLAT. +step1.pw.title=\u039f\u03c1\u03b9\u03c3\u03bc\u03cc\u03c2 \u03bd\u03ad\u03bf\u03c5 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 +step1.reg.text=\u03a7\u03c1\u03b5\u03b9\u03ac\u03b6\u03b5\u03c4\u03b1\u03b9 \u03bd\u03b1 \u03ad\u03c7\u03b5\u03c4\u03b5 \u03bc\u03af\u03b1 \u03ad\u03b3\u03ba\u03c5\u03c1\u03b7 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 e-mail \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03b5\u03af\u03c4\u03b5. \u0398\u03b1 \u03bb\u03ac\u03b2\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03c3\u03cd\u03bd\u03b4\u03b5\u03c3\u03bc\u03bf \u03c3\u03c4\u03bf email \u03c3\u03b1\u03c2 \u03bf \u03bf\u03c0\u03bf\u03af\u03bf\u03c2 \u03b8\u03b1 \u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03b5\u03b9 \u03ad\u03bd\u03b1 \u03ba\u03bb\u03b5\u03b9\u03b4\u03af \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b8\u03ad\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf \u03c0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03cc \u03c3\u03b1\u03c2 \u03cc\u03bd\u03bf\u03bc\u03b1 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 \u03ba\u03b1\u03b9 \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2. +step1.reg.title=\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae +step2.pw.text=\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b5\u03bb\u03ad\u03b3\u03be\u03c4\u03b5 \u03c4\u03bf email \u03c3\u03b1\u03c2.<br>\u0398\u03b1 \u03bb\u03ac\u03b2\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 e-mail \u03bc\u03b5 \u03bf\u03b4\u03b7\u03b3\u03af\u03b5\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03c0\u03c9\u03c2 \u03b8\u03b1 \u03c3\u03c5\u03bd\u03b5\u03c7\u03af\u03c3\u03b5\u03c4\u03b5. +step2.reg.text=\u0395\u03c5\u03c7\u03b1\u03c1\u03b9\u03c3\u03c4\u03bf\u03cd\u03bc\u03b5 \u03b3\u03b9\u03b1 \u03c4\u03bf \u03b5\u03bd\u03b4\u03b9\u03b1\u03c6\u03ad\u03c1\u03bf\u03bd \u03c3\u03b1\u03c2 \u03c3\u03c4\u03b7\u03bd \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03ae \u03c0\u03bb\u03b1\u03c4\u03c6\u03cc\u03c1\u03bc\u03b1 OpenOLAT. \u0398\u03b1 \u03bb\u03ac\u03b2\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 email \u03bc\u03b5 \u03bf\u03b4\u03b7\u03b3\u03af\u03b5\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c3\u03c5\u03bd\u03b5\u03c7\u03af\u03c3\u03b5\u03c4\u03b5 {0}. +step3.pw.text=\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03bb\u03ac\u03b2\u03b5\u03c4\u03b5 \u03c5\u03c0\u03cc\u03c8\u03b7 \u03c4\u03b9\u03c2 \u03c0\u03b1\u03c1\u03b1\u03ba\u03ac\u03c4\u03c9 \u03bf\u03b4\u03b7\u03b3\u03af\u03b5\u03c2 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03bf\u03c1\u03af\u03c3\u03b5\u03c4\u03b5 \u03ad\u03bd\u03b1 \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2\: +step3.reg.text=\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03c3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03ce\u03c3\u03c4\u03b5 \u03c4\u03b7 \u03c6\u03cc\u03c1\u03bc\u03b1, \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03bf\u03bb\u03bf\u03ba\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af \u03b7 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae. +step4.pw.text=\u0388\u03c7\u03b5\u03c4\u03b5 \u03b1\u03bb\u03bb\u03ac\u03be\u03b5\u03b9 \u03bc\u03b5 \u03b5\u03c0\u03b9\u03c4\u03c5\u03c7\u03af\u03b1 \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03c3\u03c4\u03bf OpenOLAT . +step4.reg.text=<b>\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03b4\u03b9\u03b1\u03b2\u03ac\u03c3\u03c4\u03b5 \u03c4\u03bf\u03c5\u03c2 \u03cc\u03c1\u03bf\u03c5\u03c2 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2 \u03c0\u03c1\u03b9\u03bd \u03c3\u03c5\u03bd\u03b5\u03c7\u03af\u03c3\u03b5\u03c4\u03b5.</b> +step5.reg.text=<p><b>\u039a\u03b1\u03bb\u03c9\u03c3\u03ae\u03c1\u03b8\u03b1\u03c4\u03b5 \u03c3\u03c4\u03bf OpenOLAT\!</b></p>\u039c\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b8\u03b5\u03af\u03c4\u03b5 <a href\="{0}/">\u03bc\u03b5 \u03c4\u03bf \u03cc\u03bd\u03bf\u03bc\u03b1 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 <b>{1}</b> \u03ba\u03b1\u03b9 \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2.</a> +step5.reg.yourdata=\u03a3\u03cd\u03bd\u03bf\u03c8\u03b7 \u03c4\u03c9\u03bd \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd \u03c3\u03b1\u03c2\: +submit.accept=\u0391\u03c0\u03bf\u03b4\u03bf\u03c7\u03ae +submit.cancel=\u0391\u03ba\u03cd\u03c1\u03c9\u03c3\u03b7 +submit.speichernUndpwchange=\u0391\u03bb\u03bb\u03b1\u03b3\u03ae \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 +submit.speichernUndregistrieren=\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae +submit.speichernUndweiter=\u0391\u03c0\u03bf\u03c3\u03c4\u03bf\u03bb\u03ae +submit.weiter=\u0395\u03c0\u03cc\u03bc\u03b5\u03bd\u03bf +title.pwchange=\u0391\u03bb\u03bb\u03b1\u03b3\u03ae \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 +title.register=\u0395\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae \u03c3\u03c4\u03bf OpenOLAT +unknown.body=\u0395\u03c0\u03b9\u03c7\u03b5\u03b9\u03c1\u03ae\u03c3\u03b1\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03bb\u03bb\u03ac\u03be\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03c3\u03c4\u03bf OpenOLAT \u03b1\u03bb\u03bb\u03ac \u03b7 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 e-mail \u03c0\u03bf\u03c5 \u03b4\u03ce\u03c3\u03b1\u03c4\u03b5 \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03ba\u03b1\u03c4\u03b1\u03c7\u03c9\u03c1\u03b7\u03bc\u03ad\u03bd\u03b7 \u03c3\u03c4\u03bf server {0}. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b4\u03bf\u03ba\u03b9\u03bc\u03ac\u03c3\u03c4\u03b5 \u03bc\u03b5 \u03b4\u03b9\u03b1\u03c6\u03bf\u03c1\u03b5\u03c4\u03b9\u03ba\u03ae \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 e-mail.\n\n\u03a3\u03b5 \u03c0\u03b5\u03c1\u03af\u03c0\u03c4\u03c9\u03c3\u03b7 \u03c0\u03bf\u03c5 \u03bb\u03ac\u03b2\u03b1\u03c4\u03b5 \u03b5\u03ba \u03c0\u03b1\u03c1\u03b1\u03b4\u03c1\u03bf\u03bc\u03ae\u03c2 \u03b1\u03c5\u03c4\u03cc \u03c4\u03bf e-mail, \u03c0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b4\u03b9\u03b1\u03b3\u03c1\u03ac\u03c8\u03c4\u03b5 \u03c4\u03bf.\n\n\u0391\u03c0\u03cc \u03c4\u03b7\u03bd \u03bf\u03bc\u03ac\u03b4\u03b1 \u03c4\u03bf\u03c5 OpenOLAT \n +unknown.subject=\u0386\u03b3\u03bd\u03c9\u03c3\u03c4\u03b7 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 e-mail \u03c3\u03c4\u03bf OpenOLAT +user.firstname=\u038c\u03bd\u03bf\u03bc\u03b1 +user.language=\u0393\u03bb\u03ce\u03c3\u03c3\u03b1 +user.lastname=\u0395\u03c0\u03ce\u03bd\u03c5\u03bc\u03bf +user.login=\u038c\u03bd\u03bf\u03bc\u03b1 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 +user.loginlength=\u03a4\u03bf\u03c5\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf\u03bd 4 \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03ae\u03c1\u03b5\u03c2, \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03b5\u03b9 \u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03b1 \u03ba\u03b1\u03b9 \u03c8\u03b7\u03c6\u03af\u03b1 +user.notregistered=\u0394\u03b5\u03bd \u03bc\u03c0\u03bf\u03c1\u03ad\u03c3\u03b1\u03c4\u03b5 \u03bd\u03b1 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03b5\u03af\u03c4\u03b5. \u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03bf\u03cd\u03bc\u03b5 \u03b5\u03bb\u03ad\u03b3\u03be\u03c4\u03b5 \u03c4\u03b1 \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 \u03c0\u03bf\u03c5 \u03b4\u03ce\u03c3\u03b1\u03c4\u03b5. +user.password=\u039a\u03c9\u03b4\u03b9\u03ba\u03cc\u03c2 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03c3\u03c4\u03bf OpenOLAT +user.password2=\u0395\u03c0\u03b1\u03bd\u03ac\u03bb\u03b7\u03c8\u03b7 \u03ba\u03c9\u03b4\u03b9\u03ba\u03bf\u03cd \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03c3\u03c4\u03bf OpenOLAT +user.pwlength=\u03a4\u03bf\u03c5\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf\u03bd 4 \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03ae\u03c1\u03b5\u03c2, \u03bc\u03c0\u03bf\u03c1\u03b5\u03af \u03bd\u03b1 \u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03b5\u03b9 \u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03b1 \u03ba\u03b1\u03b9 \u03c8\u03b7\u03c6\u03af\u03b1 +user.regkey=\u039a\u03bb\u03b5\u03b9\u03b4\u03af \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 +workflow.browsedback=\u03a0\u03b1\u03c1\u03b1\u03ba\u03b1\u03bb\u03ce \u03bc\u03b7 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03b5\u03af\u03c4\u03b5 \u03c4\u03bf\u03bd browser \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03c0\u03bb\u03bf\u03b7\u03b3\u03b7\u03b8\u03b5\u03af\u03c4\u03b5. diff --git a/src/main/java/org/olat/registration/_i18n/LocalStrings_en.properties b/src/main/java/org/olat/registration/_i18n/LocalStrings_en.properties index e75f944f5dfc2019aa7050a08e25b412e75edee5..72584f8f5e55626b125cb9b212dff6d7b5b4a71c 100644 --- a/src/main/java/org/olat/registration/_i18n/LocalStrings_en.properties +++ b/src/main/java/org/olat/registration/_i18n/LocalStrings_en.properties @@ -39,7 +39,7 @@ email.or.username.not.identified=User could not be identified clearly. email.sent=E-mail sent. form.check1=Please enter your first name. form.check2=Please enter your last name. -form.check3=User names have to contain at least 3 characters and only letters from a to z (no umlaut or capital letters) as well as digits from 0 to 9. Additionally you may use . _ and -. +form.check3=$org.olat.user\:form.checkUsername form.check4=Please enter a password. form.check5=Please enter two identical passwords. form.check6=This user name already exists. Please select another. diff --git a/src/main/java/org/olat/registration/_i18n/LocalStrings_es.properties b/src/main/java/org/olat/registration/_i18n/LocalStrings_es.properties index 9133170339264c8519133304afd76fd7a5a9f116..88e841c88b34c31365306fc91167f27f74695290 100644 --- a/src/main/java/org/olat/registration/_i18n/LocalStrings_es.properties +++ b/src/main/java/org/olat/registration/_i18n/LocalStrings_es.properties @@ -14,7 +14,7 @@ email.notsent=No se ha podido enviar el e-mail. Por favor int\u00E9ntalo de nuev email.sent=E-mail enviado. form.check1=Por favor introduce tu nombre form.check2=Por favor introduce tus apellidos. -form.check3=El nombre de usuario debe contener al menos 3 caracteres y s\u00F3lo letras de la 'a' a la 'z' (sin di\u00E9resis ni acentos) asi como n\u00FAmeros de 0 a 9. Adiccionalmente puedes utilizar . _ y -. +form.check3=$org.olat.user\:form.checkUsername form.check4=Por favor introduce la contrase\u00F1a. form.check5=Por favor introduce la misma contrase\u00F1as dos veces. form.check6=Este nombre de usuario ya existe. Por favor selecciona otro. diff --git a/src/main/java/org/olat/registration/_i18n/LocalStrings_fa.properties b/src/main/java/org/olat/registration/_i18n/LocalStrings_fa.properties index c00b24d3c792b91168ed51127270b88bc6723e77..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 --- a/src/main/java/org/olat/registration/_i18n/LocalStrings_fa.properties +++ b/src/main/java/org/olat/registration/_i18n/LocalStrings_fa.properties @@ -1,74 +0,0 @@ -#Mon Mar 02 09:54:13 CET 2009 -disclaimer.form.cancelled=You have not accepted the disclaimer. -disclaimer.header=Disclaimer -disclaimer.nok=Deny -disclaimer.ok=Accept -disclaimer.paragraph1=&\#1705;&\#1575;&\#1585;&\#1576;&\#1585;&\#1575;&\#1606; &\#1575;&\#1608;&\#1604;&\#1575;&\#1578; &\#1605;&\#1740; &\#1576;&\#1575;&\#1740;&\#1587;&\#1578; &\#1570;&\#1711;&\#1575;&\#1607; &\#1576;&\#1575;&\#1588;&\#1606;&\#1583; &\#1705;&\#1607; &\#1575;&\#1608;&\#1604;&\#1575;&\#1578; &\#1578;&\#1606;&\#1607;&\#1575; &\#1605;&\#1740; &\#1578;&\#1608;&\#1575;&\#1606;&\#1583; &\#1576;&\#1607; &\#1605;&\#1606;&\#1592;&\#1608;&\#1585; &\#1578;&\#1581;&\#1589;&\#1740;&\#1604; &\#1608; &\#1740;&\#1575; &\#1578;&\#1583;&\#1585;&\#1740;&\#1587; &\#1605;&\#1608;&\#1585;&\#1583; &\#1575;&\#1587;&\#1578;&\#1601;&\#1575;&\#1583;&\#1607; &\#1602;&\#1585;&\#1575;&\#1585; &\#1711;&\#1740;&\#1585;&\#1583;. &\#1607;&\#1740;&\#1670; &\#1705;&\#1575;&\#1585;&\#1576;&\#1585;&\#1740; &\#1606;&\#1576;&\#1575;&\#1740;&\#1583; &\#1583;&\#1585; &\#1576;&\#1575;&\#1576; &\#1585;&\#1601;&\#1578;&\#1575;&\#1585; &\#1607;&\#1575;&\#1740; &\#1575;&\#1580;&\#1578;&\#1605;&\#1575;&\#1593;&\#1740; &\#1608; &\#1740;&\#1575; &\#1581;&\#1602;&\#1608;&\#1602; &\#1575;&\#1588;&\#1582;&\#1575;&\#1589; &\#1583;&\#1740;&\#1711;&\#1585; ( &\#1581;&\#1602; &\#1578;&\#1575;&\#1604;&\#1740;&\#1601;, &\#1581;&\#1601;&\#1575;&\#1592;&\#1578; &\#1583;&\#1575;&\#1583;&\#1607; &\#1607;&\#1575; &\#1608; &\#1594;&\#1740;&\#1585;&\#1607; ) &\#1575;&\#1586; &\#1602;&\#1608;&\#1575;&\#1606;&\#1740;&\#1606; &\#1587;&\#1608;&\#1574;&\#1740;&\#1587; &\#1578;&\#1582;&\#1604;&\#1601; &\#1705;&\#1606;&\#1583;. &\#1576;&\#1607; &\#1608;&\#1740;&\#1688;&\#1607; &\#1705;&\#1575;&\#1585;&\#1576;&\#1585;&\#1575;&\#1606; &\#1575;&\#1608;&\#1604;&\#1575;&\#1578; &\#1605;&\#1578;&\#1593;&\#1607;&\#1583; &\#1605;&\#1740; &\#1588;&\#1608;&\#1606;&\#1583; &\#1705;&\#1607; &\#1575;&\#1586; &\#1575;&\#1606;&\#1578;&\#1588;&\#1575;&\#1585; &\#1607;&\#1585; &\#1711;&\#1608;&\#1606;&\#1607; &\#1605;&\#1591;&\#1575;&\#1604;&\#1576; &\#1605;&\#1576;&\#1578;&\#1584;&\#1604; &\#1608;&\#1740;&\#1575; &\#1606;&\#1688;&\#1575;&\#1583;&\#1662;&\#1585;&\#1587;&\#1578;&\#1575;&\#1606;&\#1607; &\#1608; &\#1740;&\#1575; &\#1590;&\#1583; &\#1575;&\#1582;&\#1604;&\#1575;&\#1602;&\#1740; &\#1575;&\#1580;&\#1578;&\#1606;&\#1575;&\#1576; &\#1705;&\#1606;&\#1606;&\#1583;. -email.address=E-mail address -email.address.maynotbeempty=You have to enter an e-mail address -email.address.notregular=You must enter a valid e-mail address -email.address2=E-mail address (please repeat) -email.notsent=E-mail could not be sent. Please try again. -email.sent=E-mail sent. -form.check1=Please enter your first name. -form.check2=Please enter your last name. -form.check3=The user name has to contain at least 3 characters and only letters from a to z (no umlaut) as well as digits from 0 to 9. Additionally you may use . _ and -. -form.check4=Please enter a password. -form.check5=Please enter two identical passwords. -form.check6=This user name already exists. Please select another. -form.general.error=Please correct the following fields\: -form.legende.mandatory=These fields must be filled out. -form.password.enter.new=Change password -form.password.error.nomatch=Passwords do not match. -form.password.new1=New password -form.password.new2=Confirm password -login.body=You are already registered in OpenOLAT. Your user name is\: {0}.\n\nIn case you got this e-mail unwanted, please delete it.\n\nYour OpenOLAT team.\n -login.subject=You are already registered in OpenOLAT. -loginhelp=The user name<ul><li>must contain at least 4 characters</li><li>may only contain digits and / or lower case letters (no special digits or umlauts except for . - _)</li><li>cannot be changed later on</li></ul> -password.cantchange=To change your password, please contact the support team at your university. -password.notchanged=Your OpenOLAT password could not be changed. -password.successful=Your OpenOLAT password was changed successfully. -pwchange.body=Please use the link {0}/dmz/pwchange/index.html?key\={1}&lang\={2} \nto change your OpenOLAT password. \n\nYour OpenOLAT team.\n -pwchange.subject=Key to a new OpenOLAT password -pwdchangekey.missing=Please submit the key for password change. -pwdhelp=The password<ul><li>must contain at least 4 characters</li><li>must contain letters and at least one digit</li><li>must not contain umlauts or other special letters like \u00FC, \u00E4, \u00E9</li><li>must not contain blanks or escape sequences</li><li>may contain the following special characters\: \! \# $ % & ( ) * + , - . / \: ; <\=> ? @ [ ] ^ _ ` { | } ~</li></ul> -pwform.cancelled=OpenOLAT password change was cancelled. Password remains unchanged. -pwkey.missingentry=Key for OpenOLAT password change not found. -reg.body=Thank you for your interest in OpenOLAT.\n\nPlease use the link {0}/dmz/registration/index.html?key\={1}&lang\={2} \nto complete the registration.\n\nIn case you do not want to register, just ignore this e-mail.\n\nYour OpenOLAT team.\n -reg.subject=Registration key for OpenOLAT -reg.wherefrom=This registration request to the server {0} was made on {1} \nfrom the IP address {2}. -registration.form.cancelled=You have cancelled the registration process. -regkey.missing=Registration key missing. Please ask for a new one. -regkey.missingentry=This registration key does not exist. Please ask for another one. -step1.pw.text=Here you can set a new OpenOLAT password. Please provide the e-mail address you have already used when workig with OpenOLAT. -step1.pw.title=Set new OpenOLAT password -step1.reg.text=You need a valid e-mail-address in order to register. You will receive a link containing a key via e-mail in order to set a personal user name and password. -step1.reg.title=OpenOLAT registration -step2.pw.text=Please check your mailbox.<br>You will receive an e-mail with instructions on how to proceed. -step2.reg.text=Thank you for your interest in OpenOLAT. You will receive an e-mail with instructions on how to proceed {0}. -step3.pw.text=Please consider the following instructions for setting an OpenOLAT password\: -step3.reg.text=In order to finish your registration, please fill in the form. -step4.pw.text=You have changed your OpenOLAT password successfully. -step4.reg.text=<b>Please read the conditions of use before proceeding.</b> -step5.reg.text=<p><b>Welcome to OpenOLAT\!</b></p>You can now log in <a href\="{0}/">with your OpenOLAT user name <b>{1}</b> and password.</a> -step5.reg.yourdata=Summary of your data\: -submit.accept=Accept -submit.cancel=Cancel -submit.speichernUndpwchange=Change OpenOLAT password -submit.speichernUndregistrieren=Register -submit.speichernUndweiter=Send -title.pwchange=Change OpenOLAT password -title.register=OpenOLAT registration -unknown.body=You wanted to change your OpenOLAT password but the given e-mail address is not registered on this server {0}. Please try with another e-mail address.\n\nIn case you got this e-mail unwanted, please delete it.\n\nYour OpenOLAT team \n -unknown.subject=Unknown e-mail address in OpenOLAT -user.firstname=First name -user.language=Language -user.lastname=Last name -user.login=User name -user.loginlength=At least 4 characters; may contain letters and digits -user.notregistered=You could not register. Please check your data. -user.password=OpenOLAT password -user.password2=Repeat OpenOLAT password -user.pwlength=At least 4 characters; may contain letters and digits\t\t -user.regkey=Registration key -workflow.browsedback=Please do not use the browser to navigate. diff --git a/src/main/java/org/olat/registration/_i18n/LocalStrings_fr.properties b/src/main/java/org/olat/registration/_i18n/LocalStrings_fr.properties index 9fc9083e5e7d3b8614fd357de4f406844d4ef039..55c658f81313219bee0fec0961f8a969d550af91 100644 --- a/src/main/java/org/olat/registration/_i18n/LocalStrings_fr.properties +++ b/src/main/java/org/olat/registration/_i18n/LocalStrings_fr.properties @@ -39,7 +39,7 @@ email.or.username.not.identified=L'utilisateur n'a pas pu \u00EAtre identifi\u00 email.sent=Votre e-mail a \u00E9t\u00E9 envoy\u00E9. form.check1=Veuillez ins\u00E9rer votre pr\u00E9nom. form.check2=Veuillez ins\u00E9rer votre nom. -form.check3=Le nom d'utilisateur doit \u00EAtre compos\u00E9 d'au moins 3 caract\u00E8res et ne doit contenir que des lettres de A \u00E0 Z (sans accents) et des chiffres de 0 \u00E0 9. En plus les caract\u00E8res sp\u00E9ciaux . _ et - sont permis. +form.check3=$org.olat.user\:form.checkUsername form.check4=Veuillez ins\u00E9rer un mot de passe form.check5=Veuillez ins\u00E9rer deux fois le m\u00EAme mot de passe . form.check6=Ce nom d'utilisateur existe d\u00E9j\u00E0. Veuillez en choisir un autre. diff --git a/src/main/java/org/olat/registration/_i18n/LocalStrings_it.properties b/src/main/java/org/olat/registration/_i18n/LocalStrings_it.properties index 687fc2711a1496f9560af51b048bd1b9db7e17b8..b6603ed69867f25cec0e208ada2b4005d22e5201 100644 --- a/src/main/java/org/olat/registration/_i18n/LocalStrings_it.properties +++ b/src/main/java/org/olat/registration/_i18n/LocalStrings_it.properties @@ -20,7 +20,7 @@ email.or.username.not.identified=L'utente non \u00E8 identificabile chiaramente email.sent=La e-mail \u00E8 stata spedita. form.check1=Immetta il Suo nome, p.f. form.check2=Immetta il Suo cognome, p.f. -form.check3=Il nome d'utente deve contenere almeno 3 segni e consistere solo di lettere dalla a alla z (senza '\u00E4', '\u00F6' ecc.) e cifre da 0 a 9. In aggiunta sono permessi i segni speciali . _ e -. +form.check3=$org.olat.user\:form.checkUsername form.check4=Inserisca una password, p.f. form.check5=Inserisca due volte la stessa password, p.f. form.check6=Questo nome d'utente \u00E8 gi\u00E0 in uso\: ne scelga un altro, p.f. diff --git a/src/main/java/org/olat/registration/_i18n/LocalStrings_jp.properties b/src/main/java/org/olat/registration/_i18n/LocalStrings_jp.properties index 23ecc69390cc1027879561f77a0d09b0fc02e827..7bb8e7f455034a64d940b128d3db18f570cf38c3 100644 --- a/src/main/java/org/olat/registration/_i18n/LocalStrings_jp.properties +++ b/src/main/java/org/olat/registration/_i18n/LocalStrings_jp.properties @@ -1,92 +1,92 @@ #Thu Sep 08 16:42:39 CEST 2011 -disclaimer.acknowledged=<b>\u79C1\u306F\u3001\u5229\u7528\u898F\u7D04\u3092\u8AAD\u307F\u307E\u3057\u305F\u3002\u5229\u7528\u898F\u7D04\u306E\u5185\u5BB9\u3092\u7406\u89E3\u3057\u3066\u3001\u540C\u610F\u3057\u307E\u3059\u3002</b> -disclaimer.additionalcheckbox=<b>\u79C1\u306F\u30C7\u30FC\u30BF\u30B9\u30C8\u30EC\u30FC\u30B8\u306E\u5229\u7528\u898F\u7D04\u306B\u540C\u610F\u3057\u307E\u3059\u3002</b> -disclaimer.additionallinktext=\u5229\u7528\u898F\u7D04 (PDF\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8) -disclaimer.filedownloadurl=Nutzungsbedingungen.pdf (\u5229\u7528\u898F\u7D04) -disclaimer.form.cancelled=\u3042\u306A\u305F\u306F\u3001\u79C1\u305F\u3061\u306E\u5229\u7528\u898F\u7D04\u306B\u540C\u610F\u3057\u3066\u3044\u307E\u305B\u3093\u3002 -disclaimer.header=\u5229\u7528\u898F\u7D04 -disclaimer.nok=\u62D2\u5426 -disclaimer.ok=\u627F\u8A8D -disclaimer.terms.of.usage=<b>\u5229\u7528\u898F\u7D04</b> -email.address=E\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9 -email.address.maynotbeempty=\u3042\u306A\u305F\u306F\u3001E\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3092\u5165\u529B\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002 -email.address.notregular=\u3042\u306A\u305F\u306F\u3001\u6709\u52B9\u306AE\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3092\u5165\u529B\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002 -email.address2=E\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9 (\u3082\u3046\u4E00\u5EA6\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044) -email.notsent=E\u30E1\u30FC\u30EB\u3092\u9001\u4FE1\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F\u3002\u518D\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002 -email.or.username=E\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u307E\u305F\u306F\u30E6\u30FC\u30B6\u540D -email.or.username.maynotbeempty=\u3042\u306A\u305F\u306EE\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u307E\u305F\u306F\u30E6\u30FC\u30B6\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002 -email.or.username.not.identified=\u30E6\u30FC\u30B6\u3092\u660E\u78BA\u306B\u8A8D\u8B58\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F\u3002 -email.sent=E\u30E1\u30FC\u30EB\u304C\u9001\u4FE1\u3055\u308C\u307E\u3057\u305F\u3002 -form.check1=\u3042\u306A\u305F\u306E\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002 -form.check2=\u3042\u306A\u305F\u306E\u59D3\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002 -form.check3=\u30E6\u30FC\u30B6\u540D\u306B\u306F\u5C11\u306A\u304F\u3068\u3082\u534A\u89D23\u6587\u5B57\u3092\u542B\u307F\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002\u6570\u5B570\u304B\u30899\u304A\u3088\u3073A\u304B\u3089Z (\u30A6\u30E0\u30E9\u30A6\u30C8\u306A\u3057) \u306E\u6587\u5B57\u306E\u307F\u4F7F\u7528\u3067\u304D\u307E\u3059\u3002\u307E\u305F\u3001\u3042\u306A\u305F\u306F\u300C.\u300D\u300C_\u300D\u300C-\u300D\u3092\u4F7F\u7528\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002 -form.check4=\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002 -form.check5=\u540C\u4E00\u306E2\u3064\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002 -form.check6=\u3053\u306E\u30E6\u30FC\u30B6\u540D\u306F\u3001\u3059\u3067\u306B\u4F7F\u7528\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u5225\u306E\u30E6\u30FC\u30B6\u540D\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002 -form.general.error=\u6B21\u306E\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u8A02\u6B63\u3057\u3066\u304F\u3060\u3055\u3044\: -form.legende.mandatory=\u3053\u308C\u3089\u306E\u30D5\u30A3\u30FC\u30EB\u30C9\u306B\u5165\u529B\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002 -form.password.enter.new=\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5909\u66F4\u3059\u308B -form.password.error.nomatch=\u30D1\u30B9\u30EF\u30FC\u30C9\u304C\u5408\u81F4\u3057\u307E\u305B\u3093\u3002 -form.password.new1=\u65B0\u3057\u3044\u30D1\u30B9\u30EF\u30FC\u30C9 -form.password.new2=\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u3082\u3046\u4E00\u5EA6 -login.body=\u3042\u306A\u305F\u306F\u3001\u3059\u3067\u306BOpenOLAT\u306B\u30E6\u30FC\u30B6\u767B\u9332\u3057\u3066\u3044\u307E\u3059\u3002\u3042\u306A\u305F\u306E\u30E6\u30FC\u30B6\u540D\u306F\: {0}\r\n\r\n\u3042\u306A\u305F\u304C\u3053\u306E\u30E1\u30FC\u30EB\u3092\u8981\u6C42\u3057\u3066\u3044\u306A\u3044\u306B\u3082\u304B\u304B\u308F\u3089\u305A\u53D7\u4FE1\u3057\u305F\u5834\u5408\u3001\u524A\u9664\u3057\u3066\u304F\u3060\u3055\u3044\u3002\r\n\r\nOpenOLAT\u30C1\u30FC\u30E0 -login.subject=\u3042\u306A\u305F\u306F\u3001\u3059\u3067\u306BOpenOLAT\u306B\u30E6\u30FC\u30B6\u767B\u9332\u3057\u3066\u3044\u307E\u3059\u3002 -menu.login.alt=\u5F79\u7ACB\u3064\u5B66\u7FD2\u7BA1\u7406\u30B7\u30B9\u30C6\u30E0\u3001OpenOLAT\u306B\u30ED\u30B0\u30A4\u30F3\u3057\u3066\u304F\u3060\u3055\u3044\u3002 -password.cantchange=\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001\u3042\u306A\u305F\u306E\u5927\u5B66\u306E\u30B5\u30DD\u30FC\u30C8\u30C1\u30FC\u30E0\u306B\u9023\u7D61\u3057\u3066\u304F\u3060\u3055\u3044\u3002 -password.notchanged=\u3042\u306A\u305F\u306EOpenOLAT\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5909\u66F4\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F\u3002 -password.successful=\u3042\u306A\u305F\u306EOpenOLAT\u30D1\u30B9\u30EF\u30FC\u30C9\u304C\u6B63\u5E38\u306B\u5909\u66F4\u3055\u308C\u307E\u3057\u305F\u3002 -pwchange.body=\u3042\u306A\u305F\u306EOpenOLAT\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5909\u66F4\u3059\u308B\u306B\u306F\u3001 {0}/dmz/pwchange/index.html?key\={1}&lang\={2} \u30EA\u30F3\u30AF\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002\r\n\r\nOpenOLAT\u30C1\u30FC\u30E0 -pwchange.homelink=\u30ED\u30B0\u30A4\u30F3\u3059\u308B\u306B\u306F\u3001\u3053\u3053\u3092\u30AF\u30EA\u30C3\u30AF\u3057\u3066\u304F\u3060\u3055\u3044\u3002 -pwchange.intro=OpenOLAT\u30E6\u30FC\u30B6\u30A2\u30AB\u30A6\u30F3\u30C8 {0} \u306B\u95A2\u3057\u3066\u3001\u3042\u306A\u305F (\u307E\u305F\u306F\u4ED6\u306E\u8AB0\u304B\u304C) \u65B0\u3057\u3044\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8ACB\u6C42\u3057\u307E\u3057\u305F\u3002 -pwchange.subject=\u65B0\u3057\u3044OpenOLAT\u30D1\u30B9\u30EF\u30FC\u30C9\u306E\u30AD\u30FC -pwdchangekey.missing=\u30D1\u30B9\u30EF\u30FC\u30C9\u5909\u66F4\u306E\u30AD\u30FC\u3092\u9001\u4FE1\u3057\u3066\u304F\u3060\u3055\u3044\u3002 -pwform.cancelled=OpenOLAT\u30D1\u30B9\u30EF\u30FC\u30C9\u5909\u66F4\u306F\u30AD\u30E3\u30F3\u30BB\u30EB\u3055\u308C\u307E\u3057\u305F\u3002\u30D1\u30B9\u30EF\u30FC\u30C9\u306F\u5909\u66F4\u3055\u308C\u306A\u3044\u307E\u307E\u3067\u3059\u3002 -pwform.failed=\u4E88\u671F\u3057\u306A\u3044\u30B5\u30FC\u30D0\u30A8\u30E9\u30FC\u304C\u767A\u751F\u3057\u307E\u3057\u305F\u3002\u3042\u306A\u305F\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u306F\u5909\u66F4\u3055\u308C\u307E\u305B\u3093\u3067\u3057\u305F\u3002 -pwkey.missingentry=OpenOLAT\u30D1\u30B9\u30EF\u30FC\u30C9\u5909\u66F4\u306E\u30AD\u30FC\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3067\u3057\u305F\u3002 -reg.body=OpenOLAT\u306B\u8208\u5473\u3092\u6301\u3063\u3066\u3044\u305F\u3060\u3044\u3066\u3001\u3042\u308A\u304C\u3068\u3046\u3054\u3056\u3044\u307E\u3059\u3002\r\n\r\n\u767B\u9332\u3092\u5B8C\u4E86\u3059\u308B\u306B\u306F\u3001\u30EA\u30F3\u30AF {0}/dmz/registration/index.html?key\={1}&lang\={2} \u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002\r\n\r\n\u3042\u306A\u305F\u304C\u767B\u9332\u3057\u305F\u304F\u306A\u3044\u5834\u5408\u3001\u3053\u306EE\u30E1\u30FC\u30EB\u3092\u7121\u8996\u3057\u3066\u304F\u3060\u3055\u3044\u3002\r\n\r\nOpenOLAT\u30C1\u30FC\u30E0 -reg.error.no_username=\u30E6\u30FC\u30B6\u540D\u3092\u4F5C\u6210\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F\u3002 -reg.error.title=\u767B\u9332\u304C\u30AD\u30E3\u30F3\u30BB\u30EB\u3055\u308C\u307E\u3057\u305F\u3002 -reg.error.user_in_use=\u3053\u306E\u30E6\u30FC\u30B6\u540D\u306F\u3059\u3067\u306B\u4F7F\u7528\u3055\u308C\u3066\u3044\u307E\u3059\u3002 -reg.notiEmail.body=\u65B0\u3057\u3044OpenOLAT\u30E6\u30FC\u30B6\u304C\u767B\u9332\u3055\u308C\u307E\u3057\u305F\: \r\n\r\n\u59D3\: {2}\r\n\u540D\: {1}\r\n\u30ED\u30B0\u30A4\u30F3\: {0}\r\nE\u30E1\u30FC\u30EB\: {3}\r\n\u8A00\u8A9E\: {4}\r\n\u30B5\u30FC\u30D0\: {5} -reg.notiEmail.subject=\u65B0\u3057\u3044OpenOLAT\u30E6\u30FC\u30B6\: {1} {2} ({0}) -reg.subject=OpenOLAT\u767B\u9332\u30AD\u30FC -reg.wherefrom=\u3053\u306E\u767B\u9332\u306E\u30EA\u30AF\u30A8\u30B9\u30C8\u306F\u3001 \u30B5\u30FC\u30D0 {0} \u306B\u5BFE\u3057\u3066 {1} \u3001IP\u30A2\u30C9\u30EC\u30B9 {2} \u3088\u308A\u5B9F\u65BD\u3055\u308C\u307E\u3057\u305F\u3002 -registration.form.cancelled=\u3042\u306A\u305F\u306F\u3001\u767B\u9332\u51E6\u7406\u3092\u30AD\u30E3\u30F3\u30BB\u30EB\u3057\u307E\u3057\u305F\u3002 -regkey.missing=\u767B\u9332\u30AD\u30FC\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u65B0\u3057\u3044\u767B\u9332\u30AD\u30FC\u3092\u53D6\u5F97\u3057\u3066\u304F\u3060\u3055\u3044\u3002 -regkey.missingentry=\u3053\u306E\u767B\u9332\u30AD\u30FC\u306F\u5B58\u5728\u3057\u3066\u3044\u307E\u305B\u3093\u3002\u5225\u306E\u767B\u9332\u30AD\u30FC\u3092\u53D6\u5F97\u3057\u3066\u304F\u3060\u3055\u3044\u3002 -select.language=\u8A00\u8A9E -select.language.description=\u3042\u306A\u305F\u306EOpenOLAT\u767B\u9332\u8A00\u8A9E\u304A\u3088\u3073\u30E6\u30FC\u30B6\u30A2\u30AB\u30A6\u30F3\u30C8\u3092\u9078\u629E\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u5F8C\u3067\u3042\u306A\u305F\u306E\u30E6\u30FC\u30B6\u30D7\u30ED\u30D5\u30A1\u30A4\u30EB\u5185\u306B\u3066\u8A2D\u5B9A\u3092\u5909\u66F4\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3042\u306A\u305F\u306E\u9078\u629E\u5F8C\u3001\u767B\u9332\u51E6\u7406\u304C\u9032\u307F\u307E\u3059\u3002 -sr.error.disclaimer.checkbox=\u3042\u306A\u305F\u304C\u8AAD\u3093\u3067\u7406\u89E3\u3057\u305F\u514D\u8CAC\u6761\u9805\u3092\u53D7\u3051\u5165\u308C\u308B\u305F\u3081\u3001\u30C1\u30A7\u30C3\u30AF\u30DC\u30C3\u30AF\u30B9\u3092\u30C1\u30A7\u30C3\u30AF\u3057\u3066\u627F\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002 -sr.error.disclaimer.checkboxes=\u3042\u306A\u305F\u304C\u8AAD\u3093\u3067\u7406\u89E3\u3057\u305F\u5229\u7528\u898F\u7D04\u3092\u53D7\u3051\u5165\u308C\u308B\u305F\u3081\u3001\u4E21\u65B9\u306E\u30C1\u30A7\u30C3\u30AF\u30DC\u30C3\u30AF\u30B9\u3092\u30C1\u30A7\u30C3\u30AF\u3057\u3066\u627F\u8A8D\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002 -step1.pw.text=\u3053\u3053\u3067\u3001\u3042\u306A\u305F\u306F\u65B0\u3057\u3044OpenOLAT\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8A2D\u5B9A\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002\u3042\u306A\u305F\u304COpenOLAT\u306B\u4F7F\u7528\u3057\u305FE\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002 -step1.pw.title=\u65B0\u3057\u3044OpenOLAT\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8A2D\u5B9A\u3059\u308B -step1.reg.text=\u767B\u9332\u3059\u308B\u306B\u306F\u3001\u3042\u306A\u305F\u306F\u6709\u52B9\u306AE\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9\u3092\u5165\u529B\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002\u30E6\u30FC\u30B6\u540D\u304A\u3088\u3073\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8A2D\u5B9A\u3059\u308B\u305F\u3081\u3001\u30AD\u30FC\u3092\u542B\u3080\u30EA\u30F3\u30AF\u304C\u8A18\u8F09\u3055\u308C\u305FE\u30E1\u30FC\u30EB\u304C\u3042\u306A\u305F\u306B\u9001\u4FE1\u3055\u308C\u307E\u3059\u3002 -step1.reg.title=OpenOLAT\u767B\u9332 -step2.pw.text=\u3042\u306A\u305F\u306E\u30E1\u30FC\u30EB\u30DC\u30C3\u30AF\u30B9\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002<br />\u958B\u59CB\u3059\u308B\u305F\u3081\u306E\u30A4\u30F3\u30B9\u30C8\u30E9\u30AF\u30B7\u30E7\u30F3\u304C\u8A18\u8F09\u3055\u308C\u305FE\u30E1\u30FC\u30EB\u304C\u3001\u3042\u306A\u305F\u5B9B\u306B\u9001\u4FE1\u3055\u308C\u307E\u3059\u3002 -step2.reg.text=OpenOLAT\u306B\u8208\u5473\u3092\u6301\u3063\u3066\u3044\u305F\u3060\u304D\u307E\u3057\u3066\u3001\u3042\u308A\u304C\u3068\u3046\u3054\u3056\u3044\u307E\u3059\u3002{0} \u3092\u958B\u59CB\u3059\u308B\u305F\u3081\u306E\u30A4\u30F3\u30B9\u30C8\u30E9\u30AF\u30B7\u30E7\u30F3\u3092\u8A18\u8F09\u3057\u305FE\u30E1\u30FC\u30EB\u304C\u3001\u3042\u306A\u305F\u306B\u9001\u4FE1\u3055\u308C\u307E\u3059\u3002 -step3.pw.text=OpenOLAT\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8A2D\u5B9A\u3059\u308B\u306B\u306F\u3001\u4E0B\u8A18\u306E\u30A4\u30F3\u30B9\u30C8\u30E9\u30AF\u30B7\u30E7\u30F3\u306B\u5F93\u3063\u3066\u304F\u3060\u3055\u3044\: -step3.reg.text=\u3042\u306A\u305F\u306E\u767B\u9332\u3092\u5B8C\u4E86\u3059\u308B\u306B\u306F\u3001\u30D5\u30A9\u30FC\u30E0\u306B\u5FC5\u8981\u4E8B\u9805\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002 -step4.pw.text=\u3042\u306A\u305F\u306F\u3001\u3042\u306A\u305F\u306EOpenOLAT\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u6B63\u5E38\u306B\u5909\u66F4\u3057\u307E\u3057\u305F\u3002 -step4.reg.text=<b>\u59CB\u3081\u308B\u524D\u306B\u3001\u4F7F\u7528\u6761\u4EF6\u3092\u304A\u8AAD\u307F\u304F\u3060\u3055\u3044\u3002</b> -step5.reg.text=<p><b>\u3088\u3046\u3053\u305DOpenOLAT\u3078\!</b></p><a href\="{0}/">\u3042\u306A\u305F\u306EOpenOLAT\u30E6\u30FC\u30B6\u540D <b>{1}</b> \u304A\u3088\u3073\u30D1\u30B9\u30EF\u30FC\u30C9\u3067\u30ED\u30B0\u30A4\u30F3\u3059\u308B\u3053\u3068\u304C\u3067\u304D\u307E\u3059\u3002</a> -step5.reg.yourdata=\u3042\u306A\u305F\u306E\u30C7\u30FC\u30BF\u6982\u8981\: -submit.accept=\u53D7\u8AFE -submit.cancel=\u30AD\u30E3\u30F3\u30BB\u30EB -submit.speichernUndpwchange=OpenOLAT\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5909\u66F4\u3059\u308B -submit.speichernUndregistrieren=\u767B\u9332 -submit.speichernUndweiter=\u9001\u4FE1 -submit.weiter=\u6B21\u3078 -title.pwchange=OpenOLAT\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5909\u66F4\u3059\u308B -title.register=OpenOLAT\u767B\u9332 -unknown.subject=OpenOLAT\u306E\u4E0D\u660E\u306AE\u30E1\u30FC\u30EB\u30A2\u30C9\u30EC\u30B9 -user.firstname=\u540D -user.language=\u8A00\u8A9E -user.lastname=\u59D3 -user.login=\u30E6\u30FC\u30B6\u540D -user.loginlength=\u5C11\u306A\u304F\u3068\u3082\u3001\u6587\u5B57\u304A\u3088\u3073\u6570\u5B57\u3092\u542B\u3093\u3060\u3001\u534A\u89D24\u6587\u5B57\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002 -user.notregistered=\u3042\u306A\u305F\u306F\u3001\u30E6\u30FC\u30B6\u767B\u9332\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F\u3002\u3042\u306A\u305F\u306E\u30C7\u30FC\u30BF\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002 -user.password=OpenOLAT\u30D1\u30B9\u30EF\u30FC\u30C9 -user.password2=OpenOLAT\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u3082\u3046\u4E00\u5EA6 -user.pwlength=\u6587\u5B57\u304A\u3088\u3073\u6570\u5B57\u3092\u542B\u3093\u3060\u3001\u5C11\u306A\u304F\u3068\u3082\u3001\u534A\u89D24\u6587\u5B57\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002 -user.regkey=\u767B\u9332\u30AD\u30FC -workflow.browsedback=\u30CA\u30D3\u30B2\u30FC\u30B7\u30E7\u30F3\u306B\u30D6\u30E9\u30A6\u30B6\u3092\u4F7F\u7528\u3057\u306A\u3044\u3067\u304F\u3060\u3055\u3044\u3002 +disclaimer.acknowledged=<b>\u79c1\u306f\u3001\u5229\u7528\u898f\u7d04\u3092\u8aad\u307f\u307e\u3057\u305f\u3002\u5229\u7528\u898f\u7d04\u306e\u5185\u5bb9\u3092\u7406\u89e3\u3057\u3066\u3001\u540c\u610f\u3057\u307e\u3059\u3002</b> +disclaimer.additionalcheckbox=<b>\u79c1\u306f\u30c7\u30fc\u30bf\u30b9\u30c8\u30ec\u30fc\u30b8\u306e\u5229\u7528\u898f\u7d04\u306b\u540c\u610f\u3057\u307e\u3059\u3002</b> +disclaimer.additionallinktext=\u5229\u7528\u898f\u7d04 (PDF\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8) +disclaimer.filedownloadurl=Nutzungsbedingungen.pdf (\u5229\u7528\u898f\u7d04) +disclaimer.form.cancelled=\u3042\u306a\u305f\u306f\u3001\u79c1\u305f\u3061\u306e\u5229\u7528\u898f\u7d04\u306b\u540c\u610f\u3057\u3066\u3044\u307e\u305b\u3093\u3002 +disclaimer.header=\u5229\u7528\u898f\u7d04 +disclaimer.nok=\u62d2\u5426 +disclaimer.ok=\u627f\u8a8d +disclaimer.terms.of.usage=<b>\u5229\u7528\u898f\u7d04</b> +email.address=E\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9 +email.address.maynotbeempty=\u3042\u306a\u305f\u306f\u3001E\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002 +email.address.notregular=\u3042\u306a\u305f\u306f\u3001\u6709\u52b9\u306aE\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002 +email.address2=E\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9 (\u3082\u3046\u4e00\u5ea6\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044) +email.notsent=E\u30e1\u30fc\u30eb\u3092\u9001\u4fe1\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u518d\u5ea6\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002 +email.or.username=E\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u307e\u305f\u306f\u30e6\u30fc\u30b6\u540d +email.or.username.maynotbeempty=\u3042\u306a\u305f\u306eE\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u307e\u305f\u306f\u30e6\u30fc\u30b6\u540d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +email.or.username.not.identified=\u30e6\u30fc\u30b6\u3092\u660e\u78ba\u306b\u8a8d\u8b58\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002 +email.sent=E\u30e1\u30fc\u30eb\u304c\u9001\u4fe1\u3055\u308c\u307e\u3057\u305f\u3002 +form.check1=\u3042\u306a\u305f\u306e\u540d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +form.check2=\u3042\u306a\u305f\u306e\u59d3\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +form.check3=$org.olat.user\:form.checkUsername +form.check4=\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +form.check5=\u540c\u4e00\u306e2\u3064\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +form.check6=\u3053\u306e\u30e6\u30fc\u30b6\u540d\u306f\u3001\u3059\u3067\u306b\u4f7f\u7528\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u5225\u306e\u30e6\u30fc\u30b6\u540d\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +form.general.error=\u6b21\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u3092\u8a02\u6b63\u3057\u3066\u304f\u3060\u3055\u3044\: +form.legende.mandatory=\u3053\u308c\u3089\u306e\u30d5\u30a3\u30fc\u30eb\u30c9\u306b\u5165\u529b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002 +form.password.enter.new=\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5909\u66f4\u3059\u308b +form.password.error.nomatch=\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u5408\u81f4\u3057\u307e\u305b\u3093\u3002 +form.password.new1=\u65b0\u3057\u3044\u30d1\u30b9\u30ef\u30fc\u30c9 +form.password.new2=\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u3082\u3046\u4e00\u5ea6 +login.body=\u3042\u306a\u305f\u306f\u3001\u3059\u3067\u306bOpenOLAT\u306b\u30e6\u30fc\u30b6\u767b\u9332\u3057\u3066\u3044\u307e\u3059\u3002\u3042\u306a\u305f\u306e\u30e6\u30fc\u30b6\u540d\u306f\: {0}\r\n\r\n\u3042\u306a\u305f\u304c\u3053\u306e\u30e1\u30fc\u30eb\u3092\u8981\u6c42\u3057\u3066\u3044\u306a\u3044\u306b\u3082\u304b\u304b\u308f\u3089\u305a\u53d7\u4fe1\u3057\u305f\u5834\u5408\u3001\u524a\u9664\u3057\u3066\u304f\u3060\u3055\u3044\u3002\r\n\r\nOpenOLAT\u30c1\u30fc\u30e0 +login.subject=\u3042\u306a\u305f\u306f\u3001\u3059\u3067\u306bOpenOLAT\u306b\u30e6\u30fc\u30b6\u767b\u9332\u3057\u3066\u3044\u307e\u3059\u3002 +menu.login.alt=\u5f79\u7acb\u3064\u5b66\u7fd2\u7ba1\u7406\u30b7\u30b9\u30c6\u30e0\u3001OpenOLAT\u306b\u30ed\u30b0\u30a4\u30f3\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +password.cantchange=\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5909\u66f4\u3059\u308b\u306b\u306f\u3001\u3042\u306a\u305f\u306e\u5927\u5b66\u306e\u30b5\u30dd\u30fc\u30c8\u30c1\u30fc\u30e0\u306b\u9023\u7d61\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +password.notchanged=\u3042\u306a\u305f\u306eOpenOLAT\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5909\u66f4\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002 +password.successful=\u3042\u306a\u305f\u306eOpenOLAT\u30d1\u30b9\u30ef\u30fc\u30c9\u304c\u6b63\u5e38\u306b\u5909\u66f4\u3055\u308c\u307e\u3057\u305f\u3002 +pwchange.body=\u3042\u306a\u305f\u306eOpenOLAT\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5909\u66f4\u3059\u308b\u306b\u306f\u3001 {0}/dmz/pwchange/index.html?key\={1}&lang\={2} \u30ea\u30f3\u30af\u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002\r\n\r\nOpenOLAT\u30c1\u30fc\u30e0 +pwchange.homelink=\u30ed\u30b0\u30a4\u30f3\u3059\u308b\u306b\u306f\u3001\u3053\u3053\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +pwchange.intro=OpenOLAT\u30e6\u30fc\u30b6\u30a2\u30ab\u30a6\u30f3\u30c8 {0} \u306b\u95a2\u3057\u3066\u3001\u3042\u306a\u305f (\u307e\u305f\u306f\u4ed6\u306e\u8ab0\u304b\u304c) \u65b0\u3057\u3044\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u8acb\u6c42\u3057\u307e\u3057\u305f\u3002 +pwchange.subject=\u65b0\u3057\u3044OpenOLAT\u30d1\u30b9\u30ef\u30fc\u30c9\u306e\u30ad\u30fc +pwdchangekey.missing=\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306e\u30ad\u30fc\u3092\u9001\u4fe1\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +pwform.cancelled=OpenOLAT\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306f\u30ad\u30e3\u30f3\u30bb\u30eb\u3055\u308c\u307e\u3057\u305f\u3002\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u5909\u66f4\u3055\u308c\u306a\u3044\u307e\u307e\u3067\u3059\u3002 +pwform.failed=\u4e88\u671f\u3057\u306a\u3044\u30b5\u30fc\u30d0\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002\u3042\u306a\u305f\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u306f\u5909\u66f4\u3055\u308c\u307e\u305b\u3093\u3067\u3057\u305f\u3002 +pwkey.missingentry=OpenOLAT\u30d1\u30b9\u30ef\u30fc\u30c9\u5909\u66f4\u306e\u30ad\u30fc\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093\u3067\u3057\u305f\u3002 +reg.body=OpenOLAT\u306b\u8208\u5473\u3092\u6301\u3063\u3066\u3044\u305f\u3060\u3044\u3066\u3001\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3059\u3002\r\n\r\n\u767b\u9332\u3092\u5b8c\u4e86\u3059\u308b\u306b\u306f\u3001\u30ea\u30f3\u30af {0}/dmz/registration/index.html?key\={1}&lang\={2} \u3092\u4f7f\u7528\u3057\u3066\u304f\u3060\u3055\u3044\u3002\r\n\r\n\u3042\u306a\u305f\u304c\u767b\u9332\u3057\u305f\u304f\u306a\u3044\u5834\u5408\u3001\u3053\u306eE\u30e1\u30fc\u30eb\u3092\u7121\u8996\u3057\u3066\u304f\u3060\u3055\u3044\u3002\r\n\r\nOpenOLAT\u30c1\u30fc\u30e0 +reg.error.no_username=\u30e6\u30fc\u30b6\u540d\u3092\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002 +reg.error.title=\u767b\u9332\u304c\u30ad\u30e3\u30f3\u30bb\u30eb\u3055\u308c\u307e\u3057\u305f\u3002 +reg.error.user_in_use=\u3053\u306e\u30e6\u30fc\u30b6\u540d\u306f\u3059\u3067\u306b\u4f7f\u7528\u3055\u308c\u3066\u3044\u307e\u3059\u3002 +reg.notiEmail.body=\u65b0\u3057\u3044OpenOLAT\u30e6\u30fc\u30b6\u304c\u767b\u9332\u3055\u308c\u307e\u3057\u305f\: \r\n\r\n\u59d3\: {2}\r\n\u540d\: {1}\r\n\u30ed\u30b0\u30a4\u30f3\: {0}\r\nE\u30e1\u30fc\u30eb\: {3}\r\n\u8a00\u8a9e\: {4}\r\n\u30b5\u30fc\u30d0\: {5} +reg.notiEmail.subject=\u65b0\u3057\u3044OpenOLAT\u30e6\u30fc\u30b6\: {1} {2} ({0}) +reg.subject=OpenOLAT\u767b\u9332\u30ad\u30fc +reg.wherefrom=\u3053\u306e\u767b\u9332\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u306f\u3001 \u30b5\u30fc\u30d0 {0} \u306b\u5bfe\u3057\u3066 {1} \u3001IP\u30a2\u30c9\u30ec\u30b9 {2} \u3088\u308a\u5b9f\u65bd\u3055\u308c\u307e\u3057\u305f\u3002 +registration.form.cancelled=\u3042\u306a\u305f\u306f\u3001\u767b\u9332\u51e6\u7406\u3092\u30ad\u30e3\u30f3\u30bb\u30eb\u3057\u307e\u3057\u305f\u3002 +regkey.missing=\u767b\u9332\u30ad\u30fc\u304c\u3042\u308a\u307e\u305b\u3093\u3002\u65b0\u3057\u3044\u767b\u9332\u30ad\u30fc\u3092\u53d6\u5f97\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +regkey.missingentry=\u3053\u306e\u767b\u9332\u30ad\u30fc\u306f\u5b58\u5728\u3057\u3066\u3044\u307e\u305b\u3093\u3002\u5225\u306e\u767b\u9332\u30ad\u30fc\u3092\u53d6\u5f97\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +select.language=\u8a00\u8a9e +select.language.description=\u3042\u306a\u305f\u306eOpenOLAT\u767b\u9332\u8a00\u8a9e\u304a\u3088\u3073\u30e6\u30fc\u30b6\u30a2\u30ab\u30a6\u30f3\u30c8\u3092\u9078\u629e\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u5f8c\u3067\u3042\u306a\u305f\u306e\u30e6\u30fc\u30b6\u30d7\u30ed\u30d5\u30a1\u30a4\u30eb\u5185\u306b\u3066\u8a2d\u5b9a\u3092\u5909\u66f4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u3042\u306a\u305f\u306e\u9078\u629e\u5f8c\u3001\u767b\u9332\u51e6\u7406\u304c\u9032\u307f\u307e\u3059\u3002 +sr.error.disclaimer.checkbox=\u3042\u306a\u305f\u304c\u8aad\u3093\u3067\u7406\u89e3\u3057\u305f\u514d\u8cac\u6761\u9805\u3092\u53d7\u3051\u5165\u308c\u308b\u305f\u3081\u3001\u30c1\u30a7\u30c3\u30af\u30dc\u30c3\u30af\u30b9\u3092\u30c1\u30a7\u30c3\u30af\u3057\u3066\u627f\u8a8d\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002 +sr.error.disclaimer.checkboxes=\u3042\u306a\u305f\u304c\u8aad\u3093\u3067\u7406\u89e3\u3057\u305f\u5229\u7528\u898f\u7d04\u3092\u53d7\u3051\u5165\u308c\u308b\u305f\u3081\u3001\u4e21\u65b9\u306e\u30c1\u30a7\u30c3\u30af\u30dc\u30c3\u30af\u30b9\u3092\u30c1\u30a7\u30c3\u30af\u3057\u3066\u627f\u8a8d\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002 +step1.pw.text=\u3053\u3053\u3067\u3001\u3042\u306a\u305f\u306f\u65b0\u3057\u3044OpenOLAT\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u8a2d\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u3042\u306a\u305f\u304cOpenOLAT\u306b\u4f7f\u7528\u3057\u305fE\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +step1.pw.title=\u65b0\u3057\u3044OpenOLAT\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u8a2d\u5b9a\u3059\u308b +step1.reg.text=\u767b\u9332\u3059\u308b\u306b\u306f\u3001\u3042\u306a\u305f\u306f\u6709\u52b9\u306aE\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u5165\u529b\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u30e6\u30fc\u30b6\u540d\u304a\u3088\u3073\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u8a2d\u5b9a\u3059\u308b\u305f\u3081\u3001\u30ad\u30fc\u3092\u542b\u3080\u30ea\u30f3\u30af\u304c\u8a18\u8f09\u3055\u308c\u305fE\u30e1\u30fc\u30eb\u304c\u3042\u306a\u305f\u306b\u9001\u4fe1\u3055\u308c\u307e\u3059\u3002 +step1.reg.title=OpenOLAT\u767b\u9332 +step2.pw.text=\u3042\u306a\u305f\u306e\u30e1\u30fc\u30eb\u30dc\u30c3\u30af\u30b9\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002<br />\u958b\u59cb\u3059\u308b\u305f\u3081\u306e\u30a4\u30f3\u30b9\u30c8\u30e9\u30af\u30b7\u30e7\u30f3\u304c\u8a18\u8f09\u3055\u308c\u305fE\u30e1\u30fc\u30eb\u304c\u3001\u3042\u306a\u305f\u5b9b\u306b\u9001\u4fe1\u3055\u308c\u307e\u3059\u3002 +step2.reg.text=OpenOLAT\u306b\u8208\u5473\u3092\u6301\u3063\u3066\u3044\u305f\u3060\u304d\u307e\u3057\u3066\u3001\u3042\u308a\u304c\u3068\u3046\u3054\u3056\u3044\u307e\u3059\u3002{0} \u3092\u958b\u59cb\u3059\u308b\u305f\u3081\u306e\u30a4\u30f3\u30b9\u30c8\u30e9\u30af\u30b7\u30e7\u30f3\u3092\u8a18\u8f09\u3057\u305fE\u30e1\u30fc\u30eb\u304c\u3001\u3042\u306a\u305f\u306b\u9001\u4fe1\u3055\u308c\u307e\u3059\u3002 +step3.pw.text=OpenOLAT\u306e\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u8a2d\u5b9a\u3059\u308b\u306b\u306f\u3001\u4e0b\u8a18\u306e\u30a4\u30f3\u30b9\u30c8\u30e9\u30af\u30b7\u30e7\u30f3\u306b\u5f93\u3063\u3066\u304f\u3060\u3055\u3044\: +step3.reg.text=\u3042\u306a\u305f\u306e\u767b\u9332\u3092\u5b8c\u4e86\u3059\u308b\u306b\u306f\u3001\u30d5\u30a9\u30fc\u30e0\u306b\u5fc5\u8981\u4e8b\u9805\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +step4.pw.text=\u3042\u306a\u305f\u306f\u3001\u3042\u306a\u305f\u306eOpenOLAT\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u6b63\u5e38\u306b\u5909\u66f4\u3057\u307e\u3057\u305f\u3002 +step4.reg.text=<b>\u59cb\u3081\u308b\u524d\u306b\u3001\u4f7f\u7528\u6761\u4ef6\u3092\u304a\u8aad\u307f\u304f\u3060\u3055\u3044\u3002</b> +step5.reg.text=<p><b>\u3088\u3046\u3053\u305dOpenOLAT\u3078\!</b></p><a href\="{0}/">\u3042\u306a\u305f\u306eOpenOLAT\u30e6\u30fc\u30b6\u540d <b>{1}</b> \u304a\u3088\u3073\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u30ed\u30b0\u30a4\u30f3\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002</a> +step5.reg.yourdata=\u3042\u306a\u305f\u306e\u30c7\u30fc\u30bf\u6982\u8981\: +submit.accept=\u53d7\u8afe +submit.cancel=\u30ad\u30e3\u30f3\u30bb\u30eb +submit.speichernUndpwchange=OpenOLAT\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5909\u66f4\u3059\u308b +submit.speichernUndregistrieren=\u767b\u9332 +submit.speichernUndweiter=\u9001\u4fe1 +submit.weiter=\u6b21\u3078 +title.pwchange=OpenOLAT\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u5909\u66f4\u3059\u308b +title.register=OpenOLAT\u767b\u9332 +unknown.subject=OpenOLAT\u306e\u4e0d\u660e\u306aE\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9 +user.firstname=\u540d +user.language=\u8a00\u8a9e +user.lastname=\u59d3 +user.login=\u30e6\u30fc\u30b6\u540d +user.loginlength=\u5c11\u306a\u304f\u3068\u3082\u3001\u6587\u5b57\u304a\u3088\u3073\u6570\u5b57\u3092\u542b\u3093\u3060\u3001\u534a\u89d24\u6587\u5b57\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +user.notregistered=\u3042\u306a\u305f\u306f\u3001\u30e6\u30fc\u30b6\u767b\u9332\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f\u3002\u3042\u306a\u305f\u306e\u30c7\u30fc\u30bf\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +user.password=OpenOLAT\u30d1\u30b9\u30ef\u30fc\u30c9 +user.password2=OpenOLAT\u30d1\u30b9\u30ef\u30fc\u30c9\u3092\u3082\u3046\u4e00\u5ea6 +user.pwlength=\u6587\u5b57\u304a\u3088\u3073\u6570\u5b57\u3092\u542b\u3093\u3060\u3001\u5c11\u306a\u304f\u3068\u3082\u3001\u534a\u89d24\u6587\u5b57\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002 +user.regkey=\u767b\u9332\u30ad\u30fc +workflow.browsedback=\u30ca\u30d3\u30b2\u30fc\u30b7\u30e7\u30f3\u306b\u30d6\u30e9\u30a6\u30b6\u3092\u4f7f\u7528\u3057\u306a\u3044\u3067\u304f\u3060\u3055\u3044\u3002 diff --git a/src/main/java/org/olat/registration/_i18n/LocalStrings_lt.properties b/src/main/java/org/olat/registration/_i18n/LocalStrings_lt.properties index d0ca69c7f4d0fc99f020705481e56700ee3230f0..e19c0e4133a0dbeaa4b944acbe4a1bd57b633b67 100644 --- a/src/main/java/org/olat/registration/_i18n/LocalStrings_lt.properties +++ b/src/main/java/org/olat/registration/_i18n/LocalStrings_lt.properties @@ -11,7 +11,7 @@ email.notsent=Lai\u0161ko i\u0161si\u0173sti napvyko. Pabandykite dar kart\u0105 email.sent=Jums i\u0161si\u0173stas lai\u0161kas\u012F J\u016Bs\u016B nurodyta el. pa\u0161to adres\u0105 form.check1=Pra\u0161ome \u012Fvesti savo vard\u0105 form.check2=Pra\u0161ome \u012Fvesti savo pavard\u0119. -form.check3=Vartotojo vard\u0105 turi sudaryti ma\u017Eiausiai 3 simboliai, raid\u0117s\: a-z (be umliaut\u0173), skai\u010Diai\: 0-9. J\u016Bs galite naudoti . _ ir -. +form.check3=$org.olat.user\:form.checkUsername form.check4=Pra\u0161ome \u012Fvesti slapta\u017Eod\u012F. form.check5=Pra\u0161ome \u012Fvesti du identi\u0161kus slapta\u017Eod\u017Eius. form.check6=\u0160is vartotojo vardas jau egzistuoja. Pra\u0161ome pasirinkti kit\u0105. diff --git a/src/main/java/org/olat/registration/_i18n/LocalStrings_nl_NL.properties b/src/main/java/org/olat/registration/_i18n/LocalStrings_nl_NL.properties index 84a96bb3968fa6c0615e7b02ebdc7f150ae63f5e..f1bfe3ddb2a3385689a896dd8375f72f4f853710 100644 --- a/src/main/java/org/olat/registration/_i18n/LocalStrings_nl_NL.properties +++ b/src/main/java/org/olat/registration/_i18n/LocalStrings_nl_NL.properties @@ -20,7 +20,7 @@ email.or.username.not.identified=Gebruiker kon niet duidelijk ge\u00EFdentificee email.sent=E-mail verzonden. form.check1=Voer uw voornaam in. form.check2=Voer uw familienaam in. -form.check3=De gebruikersnaam moet op zijn minst 3 tekens bevatten en moet zowel bestaan uit letters van A tot Z (zonder umlautsteken) als uit cijfers van 0 tot 9. Ook mag u ._ en -. gebruiken. +form.check3=$org.olat.user\:form.checkUsername form.check4=Voer een wachtwoord in. form.check5=Voer twee identieke wachtwoorden in. form.check6=Deze gebruikersnaam bestaat al. Kies een andere. diff --git a/src/main/java/org/olat/registration/_i18n/LocalStrings_pl.properties b/src/main/java/org/olat/registration/_i18n/LocalStrings_pl.properties index 087f890332451c456563170b50ffdd343d60c426..4c5c74310cee0f2fc3eda56c2b61f3a53c73f523 100644 --- a/src/main/java/org/olat/registration/_i18n/LocalStrings_pl.properties +++ b/src/main/java/org/olat/registration/_i18n/LocalStrings_pl.properties @@ -21,7 +21,7 @@ email.or.username.not.identified=Nie mo\u017Cna jednoznacznie zidentyfikowa\u010 email.sent=Wys\u0142ano e-mail. form.check1=Podaj swoje imi\u0119. form.check2=Podaj swoje nazwisko. -form.check3=Nazwa u\u017Cytkownika musi zawiera\u0107 co najmniej 3 znaki- litery od a do z i cyfry od 0 do 9. Dodatkowo mo\u017Cesz u\u017Cy\u0107 . _ i - +form.check3=$org.olat.user\:form.checkUsername form.check4=Podaj has\u0142o form.check5=Podaj dwa identyczne has\u0142a. form.check6=Taka nazwa u\u017Cytkownika ju\u017C istnieje. Prosz\u0119 wybra\u0107 inn\u0105. diff --git a/src/main/java/org/olat/registration/_i18n/LocalStrings_pt_BR.properties b/src/main/java/org/olat/registration/_i18n/LocalStrings_pt_BR.properties index 637e4309a15b3cbf34a00e68dc9dc708170cba54..364621402380ad885433d9938fef6a7958f62145 100644 --- a/src/main/java/org/olat/registration/_i18n/LocalStrings_pt_BR.properties +++ b/src/main/java/org/olat/registration/_i18n/LocalStrings_pt_BR.properties @@ -39,7 +39,7 @@ email.or.username.not.identified=Usu\u00E1rio n\u00E3o pode ser claramente ident email.sent=E-mail enviado. form.check1=Favor digitar seu primeiro nome. form.check2=Favor digitar seu \u00FAltimo nome. -form.check3=O nome de usu\u00E1rio tem que ter pelo menos 3 caracteres e somente letras de a a z (min\u00FAsculas) bem como d\u00EDgitos de 0 a 9. Adicionalmente voc\u00EA pode usar . _ e -. +form.check3=$org.olat.user\:form.checkUsername form.check4=Favor digitar a senha. form.check5=Favor digitar duas senhas id\u00EAnticas. form.check6=O nome de usu\u00E1rio j\u00E1 existe. Favor escolher outro. diff --git a/src/main/java/org/olat/registration/_i18n/LocalStrings_pt_PT.properties b/src/main/java/org/olat/registration/_i18n/LocalStrings_pt_PT.properties index 2fd5d501bd121212926fc171e1be26303c2f30cb..06ac1f4924c8bde18c97f154fed69ae54bd196b0 100644 --- a/src/main/java/org/olat/registration/_i18n/LocalStrings_pt_PT.properties +++ b/src/main/java/org/olat/registration/_i18n/LocalStrings_pt_PT.properties @@ -14,7 +14,7 @@ email.notsent=E-mail n\u00E3o pode ser enviado. Favor tentar novamente. email.sent=E-mail enviado. form.check1=Favor digitar seu primeiro nome. form.check2=Favor digitar seu \u00FAltimo nome. -form.check3=O nome de usu\u00E1rio tem que ter pelo menos 3 caracteres e somente letras de a a z (min\u00FAsculas) bem como d\u00EDgitos de 0 a 9. Adicionalmente voc\u00EA pode usar . _ e -. +form.check3=$org.olat.user\:form.checkUsername form.check4=Favor digitar a senha. form.check5=Favor digitar duas senhas id\u00EAnticas. form.check6=O nome de usu\u00E1rio j\u00E1 existe. Favor escolher outro. diff --git a/src/main/java/org/olat/registration/_i18n/LocalStrings_ru.properties b/src/main/java/org/olat/registration/_i18n/LocalStrings_ru.properties index a3f9ebb587f4905f35c80cff9b3c7e95c4d5f4fa..c5b86fad5839c1d92bded8c02a0a09ca94b86a03 100644 --- a/src/main/java/org/olat/registration/_i18n/LocalStrings_ru.properties +++ b/src/main/java/org/olat/registration/_i18n/LocalStrings_ru.properties @@ -1,80 +1,80 @@ #Tue Jul 27 12:28:14 CEST 2010 -disclaimer.acknowledged=<b>\u042F \u043F\u0440\u043E\u0447\u0438\u0442\u0430\u043B(\u0430) \u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0435 \u0421\u043E\u0433\u043B\u0430\u0448\u0435\u043D\u0438\u0435, \u043F\u043E\u043D\u044F\u043B(\u0430) \u0435\u0433\u043E \u0438 \u0441\u043E\u0433\u043B\u0430\u0448\u0430\u044E\u0441\u044C \u0441 \u043D\u0438\u043C. </b> -disclaimer.form.cancelled=\u0412\u044B \u043D\u0435 \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u043B\u0438 \u0441\u0432\u043E\u0435 \u0441\u043E\u0433\u043B\u0430\u0441\u0438\u0435 \u0441 \u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u043C \u0421\u043E\u0433\u043B\u0430\u0448\u0435\u043D\u0438\u0435\u043C. -disclaimer.header=\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0435 \u0421\u043E\u0433\u043B\u0430\u0448\u0435\u043D\u0438\u0435 -disclaimer.nok=\u041E\u0442\u043A\u043B\u043E\u043D\u0438\u0442\u044C -disclaimer.ok=\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044C -disclaimer.paragraph1=\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C \u0441\u0438\u0441\u0442\u0435\u043C\u044B OpenOLAT \u043F\u0440\u0438\u043D\u0438\u043C\u0430\u0435\u0442 \u0438 \u0441\u043E\u0433\u043B\u0430\u0448\u0430\u0435\u0442\u0441\u044F, \u0447\u0442\u043E \u043E\u043D/\u043E\u043D\u0430 \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u044C \u0441\u0438\u0441\u0442\u0435\u043C\u0443 OpenOLAT \u0442\u043E\u043B\u044C\u043A\u043E \u0432 \u0446\u0435\u043B\u044F\u0445 \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u044F. \u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C \u043E\u0431\u044F\u0437\u0443\u0435\u0442\u0441\u044F \u0441\u043E\u0431\u043B\u044E\u0434\u0430\u0442\u044C \u0448\u0432\u0435\u0439\u0446\u0430\u0440\u0441\u043A\u043E\u0435 \u0437\u0430\u043A\u043E\u043D\u043E\u0434\u0430\u0442\u0435\u043B\u044C\u0441\u0442\u0432\u043E, \u0445\u043E\u0440\u043E\u0448\u0438\u0435 \u043E\u0431\u044B\u0447\u0430\u0438 \u0438 \u043F\u0440\u0430\u0432\u0430 \u0442\u0440\u0435\u0442\u044C\u0438\u0445 \u043B\u0438\u0446 (\u043F\u0440\u0430\u0432\u043E \u043D\u0430 \u0438\u043C\u044F, \u0430\u0432\u0442\u043E\u0440\u0441\u043A\u0438\u0435 \u043F\u0440\u0430\u0432\u0430, \u043F\u0440\u0430\u0432\u043E \u043E\u0445\u0440\u0430\u043D\u044B \u0441\u0432\u0435\u0434\u0435\u043D\u0438\u0439, \u043D\u0435 \u043F\u043E\u0434\u043B\u0435\u0436\u0430\u0449\u0438\u0445 \u043E\u0433\u043B\u0430\u0448\u0435\u043D\u0438\u044E \u0438 \u0442.\u0434.). \u041F\u0440\u0435\u0436\u0434\u0435 \u0432\u0441\u0435\u0433\u043E, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C OpenOLAT \u043E\u0431\u044F\u0437\u0443\u0435\u0442\u0441\u044F \u043D\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u043D\u0430 \u044D\u043A\u0440\u0430\u043D\u0435 \u0438 \u043D\u0435 \u0441\u043E\u0445\u0440\u0430\u043D\u044F\u0442\u044C \u043D\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430\u0445 OpenOLAT \u043F\u043E\u0440\u043D\u043E\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043C\u0430\u0442\u0435\u0440\u0438\u0430\u043B \u0438 \u043C\u0430\u0442\u0435\u0440\u0438\u0430\u043B, \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0449\u0438\u0439 \u043D\u0430\u0441\u0438\u043B\u0438\u0435 \u0438\u043B\u0438 \u0440\u0430\u0441\u0438\u0437\u043C. \u041A\u0440\u043E\u043C\u0435 \u044D\u0442\u043E\u0433\u043E, \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C \u043E\u0431\u044F\u0437\u0443\u0435\u0442\u0441\u044F \u043D\u0435 \u043F\u0440\u0438\u0437\u044B\u0432\u0430\u0442\u044C \u043A \u043F\u0440\u0435\u0441\u0442\u0443\u043F\u043D\u044B\u043C \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F\u043C \u0438 \u043D\u0435 \u043E\u0442\u043E\u0431\u0440\u0430\u0436\u0430\u0442\u044C \u043D\u0430 \u044D\u043A\u0440\u0430\u043D\u0435 \u043F\u043E\u0434\u0441\u0442\u0440\u0435\u043A\u0430\u0442\u0435\u043B\u044C\u0441\u0442\u0432\u0430 \u043A \u0441\u043E\u0432\u0435\u0440\u0448\u0435\u043D\u0438\u044E \u0443\u0433\u043E\u043B\u043E\u0432\u043D\u043E \u043D\u0430\u043A\u0430\u0437\u0443\u0435\u043C\u044B\u0445 \u0434\u0435\u044F\u043D\u0438\u0439. -disclaimer.terms.of.usage=<b>\u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0435 \u0421\u043E\u0433\u043B\u0430\u0448\u0435\u043D\u0438\u0435</b> +disclaimer.acknowledged=<b>\u042f \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u043b(\u0430) \u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0435 \u0421\u043e\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u0435, \u043f\u043e\u043d\u044f\u043b(\u0430) \u0435\u0433\u043e \u0438 \u0441\u043e\u0433\u043b\u0430\u0448\u0430\u044e\u0441\u044c \u0441 \u043d\u0438\u043c. </b> +disclaimer.form.cancelled=\u0412\u044b \u043d\u0435 \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u043b\u0438 \u0441\u0432\u043e\u0435 \u0441\u043e\u0433\u043b\u0430\u0441\u0438\u0435 \u0441 \u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u043c \u0421\u043e\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u0435\u043c. +disclaimer.header=\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0435 \u0421\u043e\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u0435 +disclaimer.nok=\u041e\u0442\u043a\u043b\u043e\u043d\u0438\u0442\u044c +disclaimer.ok=\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c +disclaimer.paragraph1=\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u0441\u0438\u0441\u0442\u0435\u043c\u044b OpenOLAT \u043f\u0440\u0438\u043d\u0438\u043c\u0430\u0435\u0442 \u0438 \u0441\u043e\u0433\u043b\u0430\u0448\u0430\u0435\u0442\u0441\u044f, \u0447\u0442\u043e \u043e\u043d/\u043e\u043d\u0430 \u0431\u0443\u0434\u0435\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0441\u0438\u0441\u0442\u0435\u043c\u0443 OpenOLAT \u0442\u043e\u043b\u044c\u043a\u043e \u0432 \u0446\u0435\u043b\u044f\u0445 \u043e\u0431\u0443\u0447\u0435\u043d\u0438\u044f. \u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043e\u0431\u044f\u0437\u0443\u0435\u0442\u0441\u044f \u0441\u043e\u0431\u043b\u044e\u0434\u0430\u0442\u044c \u0448\u0432\u0435\u0439\u0446\u0430\u0440\u0441\u043a\u043e\u0435 \u0437\u0430\u043a\u043e\u043d\u043e\u0434\u0430\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u043e, \u0445\u043e\u0440\u043e\u0448\u0438\u0435 \u043e\u0431\u044b\u0447\u0430\u0438 \u0438 \u043f\u0440\u0430\u0432\u0430 \u0442\u0440\u0435\u0442\u044c\u0438\u0445 \u043b\u0438\u0446 (\u043f\u0440\u0430\u0432\u043e \u043d\u0430 \u0438\u043c\u044f, \u0430\u0432\u0442\u043e\u0440\u0441\u043a\u0438\u0435 \u043f\u0440\u0430\u0432\u0430, \u043f\u0440\u0430\u0432\u043e \u043e\u0445\u0440\u0430\u043d\u044b \u0441\u0432\u0435\u0434\u0435\u043d\u0438\u0439, \u043d\u0435 \u043f\u043e\u0434\u043b\u0435\u0436\u0430\u0449\u0438\u0445 \u043e\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u044e \u0438 \u0442.\u0434.). \u041f\u0440\u0435\u0436\u0434\u0435 \u0432\u0441\u0435\u0433\u043e, \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c OpenOLAT \u043e\u0431\u044f\u0437\u0443\u0435\u0442\u0441\u044f \u043d\u0435 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u043d\u0430 \u044d\u043a\u0440\u0430\u043d\u0435 \u0438 \u043d\u0435 \u0441\u043e\u0445\u0440\u0430\u043d\u044f\u0442\u044c \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440\u0430\u0445 OpenOLAT \u043f\u043e\u0440\u043d\u043e\u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b \u0438 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b, \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0449\u0438\u0439 \u043d\u0430\u0441\u0438\u043b\u0438\u0435 \u0438\u043b\u0438 \u0440\u0430\u0441\u0438\u0437\u043c. \u041a\u0440\u043e\u043c\u0435 \u044d\u0442\u043e\u0433\u043e, \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043e\u0431\u044f\u0437\u0443\u0435\u0442\u0441\u044f \u043d\u0435 \u043f\u0440\u0438\u0437\u044b\u0432\u0430\u0442\u044c \u043a \u043f\u0440\u0435\u0441\u0442\u0443\u043f\u043d\u044b\u043c \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f\u043c \u0438 \u043d\u0435 \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0442\u044c \u043d\u0430 \u044d\u043a\u0440\u0430\u043d\u0435 \u043f\u043e\u0434\u0441\u0442\u0440\u0435\u043a\u0430\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u0430 \u043a \u0441\u043e\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u044e \u0443\u0433\u043e\u043b\u043e\u0432\u043d\u043e \u043d\u0430\u043a\u0430\u0437\u0443\u0435\u043c\u044b\u0445 \u0434\u0435\u044f\u043d\u0438\u0439. +disclaimer.terms.of.usage=<b>\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0435 \u0421\u043e\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u0435</b> email.address=E-mail \u0430\u0434\u0440\u0435\u0441 -email.address.maynotbeempty=\u041F\u043E\u043B\u0435 \u0434\u043B\u044F e-mail \u0430\u0434\u0440\u0435\u0441\u0430 \u043D\u0435 \u0434\u043E\u043B\u0436\u043D\u043E \u043E\u0441\u0442\u0430\u0432\u0430\u0442\u044C\u0441\u044F \u043F\u0443\u0441\u0442\u044B\u043C -email.address.notregular=\u041F\u043E\u0436\u0430\u0439\u043B\u0443\u0441\u0442\u0430, \u0443\u043A\u0430\u0436\u0438\u0442\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0439 e-mail \u0430\u0434\u0440\u0435\u0441 -email.address2=E-mail \u0430\u0434\u0440\u0435\u0441 (\u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437, \u043F\u043E\u0436\u0430\u0439\u043B\u0443\u0441\u0442\u0430) -email.notsent=\u041D\u0435\u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u0431\u044B\u043B\u043E \u043E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C e-mail. \u041F\u043E\u0436\u0430\u0439\u043B\u0443\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0412\u0430\u0448 e-mail \u0430\u0434\u0440\u0435\u0441 \u0435\u0449\u0451 \u0440\u0430\u0437. -email.sent=E-mail \u043E\u0442\u043F\u0440\u0430\u0432\u043B\u0435\u043D. -form.check1=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0412\u0430\u0448\u0435 \u0438\u043C\u044F, \u043F\u043E\u0436\u0430\u0439\u043B\u0443\u0441\u0442\u0430.\t -form.check2=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0412\u0430\u0448\u0443 \u0444\u0430\u043C\u0438\u043B\u0438\u044E, \u043F\u043E\u0436\u0430\u0439\u043B\u0443\u0441\u0442\u0430. -form.check3=\u0418\u043C\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F \u0434\u043E\u043B\u0436\u043D\u043E \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0442\u044C \u043A\u0430\u043A \u043C\u0438\u043D\u0438\u043C\u0443\u043C 3 \u0441\u0438\u043C\u0432\u043E\u043B\u0430 \u0438 \u0441\u043E\u0441\u0442\u043E\u044F\u0442\u044C \u0438\u0437 \u0431\u0443\u043A\u0432 \u043E\u0442 \u0430 \u0434\u043E \u044F (\u0431\u0435\u0437 \u0437\u0430\u0433\u043B\u0430\u0432\u043D\u044B\u0445 \u0431\u0443\u043A\u0432) \u0438 \u0446\u0438\u0444\u0440 \u043E\u0442 0 \u0434\u043E 9. \u0414\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043D\u043E \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0438\u0435 \u0442\u0430\u043A\u0438\u0445 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u043A\u0430\u043A . _ \u0438 - . -form.check4=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043F\u0430\u0440\u043E\u043B\u044C, \u043F\u043E\u0436\u0430\u0439\u043B\u0443\u0441\u0442\u0430. -form.check5=\u0412\u0432\u0435\u0434\u0438\u0442\u0435, \u043F\u043E\u0436\u0430\u0439\u043B\u0443\u0441\u0442\u0430, \u0442\u043E\u0442 \u0436\u0435 \u043F\u0430\u0440\u043E\u043B\u044C \u0434\u0432\u0430 \u0440\u0430\u0437\u0430. -form.check6=\u042D\u0442\u043E \u0438\u043C\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0435. \u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u043E\u0435 \u0438\u043C\u044F, \u043F\u043E\u0436\u0430\u0439\u043B\u0443\u0441\u0442\u0430. -form.general.error=\u0418\u0441\u043F\u0440\u0430\u0432\u044C\u0442\u0435, \u043F\u043E\u0436\u0430\u0439\u043B\u0443\u0441\u0442\u0430, \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u043F\u043E\u043B\u044F\: -form.legende.mandatory=\u042D\u0442\u0438 \u043F\u043E\u043B\u044F \u0434\u043E\u043B\u0436\u043D\u044B \u0431\u044B\u0442\u044C \u0437\u0430\u043F\u043E\u043B\u043D\u0435\u043D\u044B. -form.password.enter.new=\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C -form.password.error.nomatch=\u041E\u0431\u0430 \u043F\u0430\u0440\u043E\u043B\u044F \u0434\u043E\u043B\u0436\u043D\u044B \u0441\u043E\u0432\u043F\u0430\u0434\u0430\u0442\u044C. -form.password.new1=\u041D\u043E\u0432\u044B\u0439 \u043F\u0430\u0440\u043E\u043B\u044C -form.password.new2=\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044C \u043F\u0430\u0440\u043E\u043B\u044C -login.body=\u0412\u044B \u0443\u0436\u0435 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u044B \u0432 OpenOLAT \u043F\u043E\u0434 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u043C \u0438\u043C\u0435\u043D\u0435\u043C\: {0} \r\n\r\n\u0412 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0412\u044B \u0441\u043B\u0443\u0447\u0430\u0439\u043D\u043E \u0438\u043B\u0438 \u043F\u043E \u043E\u0448\u0438\u0431\u043A\u0435 \u043F\u043E\u043B\u0443\u0447\u0438\u043B\u0438 \u0434\u0430\u043D\u043D\u044B\u0439 e-mail, \u0442\u043E \u043F\u0440\u043E\u0441\u0442\u043E \u0443\u0434\u0430\u043B\u0438\u0442\u0435 \u0435\u0433\u043E.\r\n\r\n\u0412\u0430\u0448 OpenOLAT \u043A\u043E\u043B\u043B\u0435\u043A\u0442\u0438\u0432 -login.subject=\u0412\u044B \u0443\u0436\u0435 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u044B \u0432 OpenOLAT -loginhelp=\u0418\u043C\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F <ul><li> \u0434\u043E\u043B\u0436\u043D\u043E \u0441\u043E\u0441\u0442\u043E\u044F\u0442\u044C \u043A\u0430\u043A \u043C\u0438\u043D\u0438\u043C\u0443\u043C \u0438\u0437 4-\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432</li><li>\u0434\u043E\u043B\u0436\u043D\u043E \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0442\u044C \u0442\u043E\u043B\u044C\u043A\u043E \u0446\u0438\u0444\u0440\u044B \u0438 / \u0438\u043B\u0438 \u0441\u0442\u0440\u043E\u0447\u043D\u044B\u0435 \u0431\u0443\u043A\u0432\u044B (\u0431\u0435\u0437 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0445 \u0431\u0443\u043A\u0432 \u0438\u043B\u0438 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432 \u043A\u0440\u043E\u043C\u0435 .-_)</li><li>\u0432 \u0431\u0443\u0434\u0443\u0449\u0435\u043C \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u043E</li></ul> -menu.login.alt=\u0417\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0443\u0439\u0442\u0435\u0441\u044C \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0435 \u0443\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u043E\u0431\u0443\u0447\u0435\u043D\u0438\u0435\u043C OpenOLAT -password.cantchange=\u0414\u043B\u044F \u0442\u043E\u0433\u043E, \u0447\u0442\u043E\u0431\u044B \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0412\u0430\u0448 \u043F\u0430\u0440\u043E\u043B\u044C, \u043E\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044C, \u043F\u043E\u0436\u0430\u0439\u043B\u0443\u0441\u0442\u0430, \u0432 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0443\u044E \u0438\u043D\u0441\u0442\u0430\u043D\u0446\u0438\u044E \u0412\u0430\u0448\u0435\u0433\u043E \u0443\u0447\u0435\u0431\u043D\u043E\u0433\u043E \u0437\u0430\u0432\u0435\u0434\u0435\u043D\u0438\u044F. -password.notchanged=OpenOLAT-\u043F\u0430\u0440\u043E\u043B\u044C \u043D\u0435 \u0431\u044B\u043B \u0438\u0437\u043C\u0435\u043D\u0435\u043D. -password.successful=\u0412\u0430\u0448 OpenOLAT-\u043F\u0430\u0440\u043E\u043B\u044C \u0443\u0441\u043F\u0435\u0448\u043D\u043E \u0438\u0437\u043C\u0435\u043D\u0435\u043D \u043D\u0430 \u043D\u043E\u0432\u044B\u0439. -pwchange.body=\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044F \u0441\u0441\u044B\u043B\u043A\u0443 {0}/dmz/pwchange/index.html?key\={1}&lang\={2} \r\n\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0412\u0430\u0448 OpenOLAT-\u043F\u0430\u0440\u043E\u043B\u044C. \r\n\r\n\u0412\u0430\u0448 OpenOLAT \u043A\u043E\u043B\u043B\u0435\u043A\u0442\u0438\u0432 -pwchange.subject=\u041A\u043E\u0434 \u0434\u043B\u044F \u043D\u043E\u0432\u043E\u0433\u043E OpenOLAT-\u043F\u0430\u0440\u043E\u043B\u044F -pwdchangekey.missing=\u0423\u043A\u0430\u0436\u0438\u0442\u0435, \u043F\u043E\u0436\u0430\u0439\u043B\u0443\u0441\u0442\u0430, \u043A\u043E\u0434 \u0434\u043B\u044F \u0442\u043E\u0433\u043E, \u0447\u0442\u043E\u0431\u044B \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u043D\u043E\u0432\u044B\u0439 OpenOLAT-\u043F\u0430\u0440\u043E\u043B\u044C. -pwdhelp=\u041F\u0430\u0440\u043E\u043B\u044C <ul><li>\u0434\u043E\u043B\u0436\u0435\u043D \u0441\u043E\u0441\u0442\u043E\u044F\u0442\u044C \u043A\u0430\u043A \u043C\u0438\u043D\u0438\u043C\u0443\u043C \u0438\u0437 4-\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432</li><li>\u0434\u043E\u043B\u0436\u0435\u043D \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0442\u044C \u0431\u0443\u043A\u0432\u044B \u0438 \u043F\u043E \u043A\u0440\u0430\u0439\u043D\u0435\u0439 \u043C\u0435\u0440\u0435 \u043E\u0434\u043D\u0443 \u0446\u0438\u0444\u0440\u0443</li><li>\u043D\u0435 \u0434\u043E\u043B\u0436\u0435\u043D \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0442\u044C \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0445 \u0431\u0443\u043A\u0432 \u0438\u043B\u0438 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432, \u043D\u0430\u043F\u0440\u0438\u043C\u0435\u0440, \u00FC, \u00E4, \u00E9</li><li>\u043D\u0435 \u0434\u043E\u043B\u0436\u0435\u043D \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0442\u044C \u043F\u0440\u043E\u0431\u0435\u043B\u043E\u0432, \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u043E\u0432 \u0438 \u0442\u0430\u0431\u0443\u043B\u044F\u0442\u043E\u0440\u043E\u0432 </li><li>\u043C\u043E\u0436\u0435\u0442 \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0442\u044C \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0438\u0435 \u0441\u043F\u0435\u0446\u0438\u0430\u043B\u044C\u043D\u044B\u0435 \u0441\u0438\u043C\u0432\u043E\u043B\u044B\: \! \# $ % & ( ) * + , - . / \: ; <\=> ? @ [ ] ^ _ ` { | } ~</li></ul> -pwform.cancelled=\u0412\u0432\u043E\u0434 \u043D\u043E\u0432\u043E\u0433\u043E OpenOLAT-\u043F\u0430\u0440\u043E\u043B\u044F \u0431\u044B\u043B \u043F\u0440\u0435\u0440\u0432\u0430\u043D. \u041F\u0430\u0440\u043E\u043B\u044C \u043E\u0441\u0442\u0430\u043B\u0441\u044F \u0431\u0435\u0437 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0439. -pwkey.missingentry=\u0414\u043B\u044F \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043A\u0438 \u043D\u043E\u0432\u043E\u0433\u043E \u043F\u0430\u0440\u043E\u043B\u044F OpenOLAT, \u043D\u0435 \u0431\u044B\u043B \u043D\u0430\u0439\u0434\u0435\u043D \u043A\u043B\u044E\u0447. -reg.body=\u0411\u043E\u043B\u044C\u0448\u043E\u0435 \u0441\u043F\u0430\u0441\u0438\u0431\u043E \u0437\u0430 \u0412\u0430\u0448 \u0438\u043D\u0442\u0435\u0440\u0435\u0441 \u043A \u0441\u0438\u0441\u0442\u0435\u043C\u0435 OpenOLAT.\r\n\r\n\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044F \u0441\u0441\u044B\u043B\u043A\u0443 {0}/dmz/registration/index.html?key\={1}&lang\={2} \r\n\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0434\u043E\u043F\u043E\u043B\u043D\u0438\u0442\u044C \u0412\u0430\u0448\u0438 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u043E\u043D\u043D\u044B\u0435 \u0434\u0430\u043D\u043D\u044B\u0435. \r\n\r\n\u0412 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0412\u044B \u043D\u0435 \u0445\u043E\u0442\u0438\u0442\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F, \u0443\u0434\u0430\u043B\u0438\u0442\u0435 \u044D\u0442\u043E\u0442 e-mail. \r\n\r\n\u0412\u0430\u0448 OpenOLAT \u043A\u043E\u043B\u043B\u0435\u043A\u0442\u0438\u0432 -reg.notiEmail.body=\u0422\u043E\u043B\u044C\u043A\u043E \u0447\u0442\u043E \u0432 OpenOLAT \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u043B\u0441\u044F \u043D\u043E\u0432\u044B\u0439 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\: \n\n\u0424\u0430\u043C\u0438\u043B\u0438\u044F\: \t{2}\n\u0418\u043C\u044F\: \t\t{1}\n\u0418\u043C\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F\: \t\t{0}\nE-mail\: \t{3}\n\u042F\u0437\u044B\u043A\: \t\t{4}\n\u0421\u0435\u0440\u0432\u0435\u0440\: \t\t{5} -reg.notiEmail.subject=\u041D\u043E\u0432\u044B\u0439 OpenOLAT-\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\: {1} {2} ({0}) -reg.subject=\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u043E\u043D\u043D\u044B\u0439 \u043A\u043B\u044E\u0447 \u0434\u043B\u044F OpenOLAT -reg.wherefrom=\u042D\u0442\u043E\u0442 \u0437\u0430\u043F\u0440\u043E\u0441 \u043E\u0442\u043E\u0441\u043B\u0430\u043D {1} \u043D\u0430 \u0441\u0435\u0440\u0432\u0435\u0440 {0}\r\n\u0441 IP-\u0430\u0434\u0440\u0435\u0441\u0430 {2}. -registration.form.cancelled=\u0412\u044B \u043E\u0442\u043C\u0435\u043D\u0438\u043B\u0438 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044E. -regkey.missing=\u041E\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u043E\u043D\u043D\u044B\u0439 \u043A\u043B\u044E\u0447. \u0417\u0430\u043F\u0440\u043E\u0441\u0438\u0442\u0435, \u043F\u043E\u0436\u0430\u0439\u043B\u0443\u0441\u0442\u0430, \u043D\u043E\u0432\u044B\u0439. -regkey.missingentry=\u0414\u0430\u043D\u043D\u044B\u0439 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u043E\u043D\u043D\u044B\u0439 \u043A\u043B\u044E\u0447 \u043D\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442. \u0417\u0430\u043F\u0440\u043E\u0441\u0438\u0442\u0435, \u043F\u043E\u0436\u0430\u0439\u043B\u0443\u0441\u0442\u0430, \u043D\u043E\u0432\u044B\u0439 \u043A\u043B\u044E\u0447. -sr.error.disclaimer.checkbox=\u0414\u043B\u044F \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043D\u0438\u044F \u0442\u043E\u0433\u043E, \u0447\u0442\u043E \u0412\u044B \u043F\u0440\u043E\u0447\u0438\u0442\u0430\u043B\u0438, \u043F\u043E\u043D\u044F\u043B\u0438 \u0438 \u0441\u043E\u0433\u043B\u0430\u0448\u0430\u0435\u0442\u0435\u0441\u044C \u0441 \u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u043C \u0421\u043E\u0433\u043B\u0430\u0448\u0435\u043D\u0438\u0435\u043C, \u0412\u044B \u0434\u043E\u043B\u0436\u043D\u044B \u043D\u0430\u0436\u0430\u0442\u044C \u043D\u0430 \u0434\u0430\u043D\u043D\u044B\u0439 \u0437\u043D\u0430\u0447\u043E\u043A. -step1.pw.text=\u0417\u0434\u0435\u0441\u044C \u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0437\u0430\u0434\u0430\u0442\u044C \u043D\u043E\u0432\u044B\u0439 OpenOLAT-\u043F\u0430\u0440\u043E\u043B\u044C. \u0412\u0432\u0435\u0434\u0438\u0442\u0435, \u043F\u043E\u0436\u0430\u0439\u043B\u0443\u0441\u0442\u0430, \u0442\u043E\u0442 e-mail \u0430\u0434\u0440\u0435\u0441, \u043A\u043E\u0442\u043E\u0440\u044B\u0439 \u0438\u0437\u0432\u0435\u0441\u0442\u0435\u043D \u0441\u0438\u0441\u0442\u0435\u043C\u0435 OpenOLAT. -step1.pw.title=\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C OpenOLAT-\u043F\u0430\u0440\u043E\u043B\u044C -step1.reg.text=\u0414\u043B\u044F \u0442\u043E\u0433\u043E, \u0447\u0442\u043E\u0431\u044B \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C\u0441\u044F \u0432 OpenOLAT, \u0412\u0430\u043C \u043F\u043E\u043D\u0430\u0434\u043E\u0431\u0438\u0442\u0441\u044F \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0439 e-mail \u0430\u0434\u0440\u0435\u0441. \u041F\u043E \u044D\u0442\u043E\u043C\u0443 e-mail \u0412\u044B \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u0435 \u0441\u0441\u044B\u043B\u043A\u0443 \u0441 \u043A\u043B\u044E\u0447\u043E\u043C, \u0441 \u043F\u043E\u043C\u043E\u0449\u044C\u044E \u043A\u043E\u0442\u043E\u0440\u043E\u0433\u043E \u0432\u044B \u0441\u043C\u043E\u0436\u0435\u0442\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u0438\u0442\u044C \u0438\u043C\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F \u0438 \u043F\u0430\u0440\u043E\u043B\u044C. -step1.reg.title=OpenOLAT-\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044F -step2.pw.text=\u041F\u043E\u0436\u0430\u0439\u043B\u0443\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0412\u0430\u0448 \u043F\u043E\u0447\u0442\u043E\u0432\u044B\u0439 \u044F\u0449\u0438\u043A e-mail.<br>\u0412\u044B \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u0435 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0435 \u0441 \u0434\u0430\u043B\u044C\u043D\u0435\u0439\u0448\u0438\u043C\u0438 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u044F\u043C\u0438. -step2.reg.text=\u0411\u043E\u043B\u044C\u0448\u043E\u0435 \u0441\u043F\u0430\u0441\u0438\u0431\u043E \u0437\u0430 \u0412\u0430\u0448 \u0438\u043D\u0442\u0435\u0440\u0435\u0441 \u043A \u0441\u0438\u0441\u0442\u0435\u043C\u0435 OpenOLAT. \u0412\u044B \u043F\u043E\u043B\u0443\u0447\u0438\u0442\u0435 \u0441\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0435 \u0441 \u0434\u0430\u043B\u044C\u043D\u0435\u0439\u0448\u0438\u043C\u0438 \u0438\u043D\u0441\u0442\u0440\u0443\u043A\u0446\u0438\u044F\u043C\u0438 \u043D\u0430 e-mail \u0430\u0434\u0440\u0435\u0441 {0}. -step3.pw.text=\u041F\u043E\u0436\u0430\u0439\u043B\u0443\u0441\u0442\u0430, \u0441\u043E\u0431\u043B\u044E\u0434\u0430\u0439\u0442\u0435 \u043F\u0440\u0438 \u0432\u0432\u043E\u0434\u0435 \u043D\u043E\u0432\u043E\u0433\u043E OpenOLAT-\u043F\u0430\u0440\u043E\u043B\u044F \u0441\u043B\u0435\u0434\u0443\u044E\u0449\u0435\u0435\: -step3.reg.text=\u0414\u043B\u044F \u0442\u043E\u0433\u043E, \u0447\u0442\u043E\u0431\u044B \u0437\u0430\u043A\u043E\u043D\u0447\u0438\u0442\u044C \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044E, \u0437\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u0435, \u043F\u043E\u0436\u0430\u0439\u043B\u0443\u0441\u0442\u0430, \u0444\u043E\u0440\u043C\u0443\u043B\u044F\u0440. -step4.pw.text=\u0412\u044B \u0438\u0437\u043C\u0435\u043D\u0438\u043B\u0438 \u0412\u0430\u0448 OpenOLAT-\u043F\u0430\u0440\u043E\u043B\u044C \u043D\u0430 \u043D\u043E\u0432\u044B\u0439. -step4.reg.text=<b>\u041F\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043C \u043F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u044C, \u043F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435, \u043F\u043E\u0436\u0430\u0439\u043B\u0443\u0441\u0442\u0430, \u0441\u0432\u043E\u0451 \u0441\u043E\u0433\u043B\u0430\u0441\u0438\u0435 \u0441 \u041F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u0438\u043C \u0421\u043E\u0433\u043B\u0430\u0448\u0435\u043D\u0438\u0435\u043C.</b> -step5.reg.text=<p><b>\u0414\u043E\u0431\u0440\u043E \u043F\u043E\u0436\u0430\u043B\u043E\u0432\u0430\u0442\u044C \u0432 OpenOLAT\!</b><p>\u0412\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0432\u043E\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0443 <a href\="{0}/">\u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044F \u0412\u0430\u0448\u0435 \u0438\u043C\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F <b>{1}</b> \u0438 \u043F\u0430\u0440\u043E\u043B\u044C.</a> -step5.reg.yourdata=\u041E\u0431\u0437\u043E\u0440 \u0412\u0430\u0448\u0438\u0445 \u0434\u0430\u043D\u043D\u044B\u0445\: -submit.accept=\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044C -submit.cancel=\u041E\u0442\u043C\u0435\u043D\u0430 -submit.speichernUndpwchange=\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C OpenOLAT-\u043F\u0430\u0440\u043E\u043B\u044C -submit.speichernUndregistrieren=\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u0442\u044C -submit.speichernUndweiter=\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C -title.pwchange=\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C OpenOLAT-\u043F\u0430\u0440\u043E\u043B\u044C -title.register=OpenOLAT-\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044F -unknown.body=\u0412\u044B \u0445\u043E\u0442\u0435\u043B\u0438 \u0438\u0437\u043C\u0435\u043D\u0438\u0442\u044C OpenOLAT-\u043F\u0430\u0440\u043E\u043B\u044C, \u043D\u043E \u043D\u0430 \u043E\u0441\u043D\u043E\u0432\u0435 \u0443\u043A\u0430\u0437\u0430\u043D\u043D\u043E\u0433\u043E e-mail \u0430\u0434\u0440\u0435\u0441\u0430, \u0412\u044B \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \r\n\u043D\u0435\u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u043D\u044B\u043C \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u0435\u043C {0}. \u041F\u043E\u0436\u0430\u0439\u043B\u0443\u0441\u0442\u0430, \u043F\u043E\u043F\u044B\u0442\u0430\u0439\u0442\u0435\u0441\u044C \u0435\u0449\u0451 \u0440\u0430\u0437 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u044F \u0434\u0440\u0443\u0433\u043E\u0439 \r\ne-mail \u0430\u0434\u0440\u0435\u0441.\r\n\r\n\u0412 \u0442\u043E\u043C \u0441\u043B\u0443\u0447\u0430\u0435, \u0435\u0441\u043B\u0438 \u0412\u044B \u043F\u043E \u043E\u0448\u0438\u0431\u043A\u0435 \u043F\u043E\u043B\u0443\u0447\u0438\u043B\u0438 \u0434\u0430\u043D\u043D\u044B\u0439 e-mail, \u0442\u043E \u043C\u043E\u0436\u0435\u0442\u0435 \u0443\u0434\u0430\u043B\u0438\u0442\u044C \u0435\u0433\u043E.\r\n\r\n\u0412\u0430\u0448 OpenOLAT-\u043A\u043E\u043B\u043B\u0435\u043A\u0442\u0438\u0432 -unknown.subject=\u041D\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043D\u044B\u0439 e-mail \u0430\u0434\u0440\u0435\u0441 \u0432 \u0441\u0438\u0441\u0442\u0435\u043C\u0435 OpenOLAT -user.firstname=\u0418\u043C\u044F -user.language=\u042F\u0437\u044B\u043A -user.lastname=\u0424\u0430\u043C\u0438\u043B\u0438\u044F -user.login=\u0418\u043C\u044F \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044F -user.loginlength=\u043C\u0438\u043D. 4 \u0441\u0438\u043C\u0432\u043E\u043B\u0430, \u043C\u043E\u0436\u0435\u0442 \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0442\u044C \u0431\u0443\u043A\u0432\u044B \u0438 \u0446\u0438\u0444\u0440\u044B -user.notregistered=\u0412\u044B \u043D\u0435 \u043C\u043E\u0436\u0435\u0442\u0435 \u0431\u044B\u0442\u044C \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043E\u0432\u0430\u043D\u044B. \u041F\u043E\u0436\u0430\u0439\u043B\u0443\u0441\u0442\u0430, \u043F\u0440\u043E\u0432\u0435\u0440\u044C\u0442\u0435 \u0412\u0430\u0448\u0438 \u0434\u0430\u043D\u043D\u044B\u0435. -user.password=OpenOLAT-\u043F\u0430\u0440\u043E\u043B\u044C -user.password2=\u041F\u043E\u0432\u0442\u043E\u0440\u0438\u0442\u044C OpenOLAT-\u043F\u0430\u0440\u043E\u043B\u044C -user.pwlength=\u043C\u0438\u043D. 4 \u0441\u0438\u043C\u0432\u043E\u043B\u0430, \u043C\u043E\u0436\u0435\u0442 \u0441\u043E\u0434\u0435\u0440\u0436\u0430\u0442\u044C \u0431\u0443\u043A\u0432\u044B \u0438 \u0446\u0438\u0444\u0440\u044B -user.regkey=\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u043E\u043D\u043D\u044B\u0439 \u043A\u043B\u044E\u0447 -workflow.browsedback=\u041F\u043E\u0436\u0430\u0439\u043B\u0443\u0441\u0442\u0430, \u043D\u0435 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044E/\u043C\u0435\u043D\u044E \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430. +email.address.maynotbeempty=\u041f\u043e\u043b\u0435 \u0434\u043b\u044f e-mail \u0430\u0434\u0440\u0435\u0441\u0430 \u043d\u0435 \u0434\u043e\u043b\u0436\u043d\u043e \u043e\u0441\u0442\u0430\u0432\u0430\u0442\u044c\u0441\u044f \u043f\u0443\u0441\u0442\u044b\u043c +email.address.notregular=\u041f\u043e\u0436\u0430\u0439\u043b\u0443\u0441\u0442\u0430, \u0443\u043a\u0430\u0436\u0438\u0442\u0435 \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0439 e-mail \u0430\u0434\u0440\u0435\u0441 +email.address2=E-mail \u0430\u0434\u0440\u0435\u0441 (\u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0435\u0449\u0451 \u0440\u0430\u0437, \u043f\u043e\u0436\u0430\u0439\u043b\u0443\u0441\u0442\u0430) +email.notsent=\u041d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0431\u044b\u043b\u043e \u043e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c e-mail. \u041f\u043e\u0436\u0430\u0439\u043b\u0443\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0412\u0430\u0448 e-mail \u0430\u0434\u0440\u0435\u0441 \u0435\u0449\u0451 \u0440\u0430\u0437. +email.sent=E-mail \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u0435\u043d. +form.check1=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0412\u0430\u0448\u0435 \u0438\u043c\u044f, \u043f\u043e\u0436\u0430\u0439\u043b\u0443\u0441\u0442\u0430.\t +form.check2=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0412\u0430\u0448\u0443 \u0444\u0430\u043c\u0438\u043b\u0438\u044e, \u043f\u043e\u0436\u0430\u0439\u043b\u0443\u0441\u0442\u0430. +form.check3=$org.olat.user\:form.checkUsername +form.check4=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u043f\u0430\u0440\u043e\u043b\u044c, \u043f\u043e\u0436\u0430\u0439\u043b\u0443\u0441\u0442\u0430. +form.check5=\u0412\u0432\u0435\u0434\u0438\u0442\u0435, \u043f\u043e\u0436\u0430\u0439\u043b\u0443\u0441\u0442\u0430, \u0442\u043e\u0442 \u0436\u0435 \u043f\u0430\u0440\u043e\u043b\u044c \u0434\u0432\u0430 \u0440\u0430\u0437\u0430. +form.check6=\u042d\u0442\u043e \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0443\u0436\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0435. \u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u043e\u0435 \u0438\u043c\u044f, \u043f\u043e\u0436\u0430\u0439\u043b\u0443\u0441\u0442\u0430. +form.general.error=\u0418\u0441\u043f\u0440\u0430\u0432\u044c\u0442\u0435, \u043f\u043e\u0436\u0430\u0439\u043b\u0443\u0441\u0442\u0430, \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043f\u043e\u043b\u044f\: +form.legende.mandatory=\u042d\u0442\u0438 \u043f\u043e\u043b\u044f \u0434\u043e\u043b\u0436\u043d\u044b \u0431\u044b\u0442\u044c \u0437\u0430\u043f\u043e\u043b\u043d\u0435\u043d\u044b. +form.password.enter.new=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c +form.password.error.nomatch=\u041e\u0431\u0430 \u043f\u0430\u0440\u043e\u043b\u044f \u0434\u043e\u043b\u0436\u043d\u044b \u0441\u043e\u0432\u043f\u0430\u0434\u0430\u0442\u044c. +form.password.new1=\u041d\u043e\u0432\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c +form.password.new2=\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c \u043f\u0430\u0440\u043e\u043b\u044c +login.body=\u0412\u044b \u0443\u0436\u0435 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u044b \u0432 OpenOLAT \u043f\u043e\u0434 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u043c \u0438\u043c\u0435\u043d\u0435\u043c\: {0} \r\n\r\n\u0412 \u0442\u043e\u043c \u0441\u043b\u0443\u0447\u0430\u0435, \u0435\u0441\u043b\u0438 \u0412\u044b \u0441\u043b\u0443\u0447\u0430\u0439\u043d\u043e \u0438\u043b\u0438 \u043f\u043e \u043e\u0448\u0438\u0431\u043a\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0438 \u0434\u0430\u043d\u043d\u044b\u0439 e-mail, \u0442\u043e \u043f\u0440\u043e\u0441\u0442\u043e \u0443\u0434\u0430\u043b\u0438\u0442\u0435 \u0435\u0433\u043e.\r\n\r\n\u0412\u0430\u0448 OpenOLAT \u043a\u043e\u043b\u043b\u0435\u043a\u0442\u0438\u0432 +login.subject=\u0412\u044b \u0443\u0436\u0435 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u044b \u0432 OpenOLAT +loginhelp=\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f <ul><li> \u0434\u043e\u043b\u0436\u043d\u043e \u0441\u043e\u0441\u0442\u043e\u044f\u0442\u044c \u043a\u0430\u043a \u043c\u0438\u043d\u0438\u043c\u0443\u043c \u0438\u0437 4-\u0445 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432</li><li>\u0434\u043e\u043b\u0436\u043d\u043e \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u0446\u0438\u0444\u0440\u044b \u0438 / \u0438\u043b\u0438 \u0441\u0442\u0440\u043e\u0447\u043d\u044b\u0435 \u0431\u0443\u043a\u0432\u044b (\u0431\u0435\u0437 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0445 \u0431\u0443\u043a\u0432 \u0438\u043b\u0438 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432 \u043a\u0440\u043e\u043c\u0435 .-_)</li><li>\u0432 \u0431\u0443\u0434\u0443\u0449\u0435\u043c \u043d\u0435 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u043e</li></ul> +menu.login.alt=\u0417\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u0443\u0439\u0442\u0435\u0441\u044c \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0435 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u043e\u0431\u0443\u0447\u0435\u043d\u0438\u0435\u043c OpenOLAT +password.cantchange=\u0414\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0412\u0430\u0448 \u043f\u0430\u0440\u043e\u043b\u044c, \u043e\u0431\u0440\u0430\u0442\u0438\u0442\u0435\u0441\u044c, \u043f\u043e\u0436\u0430\u0439\u043b\u0443\u0441\u0442\u0430, \u0432 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0443\u044e \u0438\u043d\u0441\u0442\u0430\u043d\u0446\u0438\u044e \u0412\u0430\u0448\u0435\u0433\u043e \u0443\u0447\u0435\u0431\u043d\u043e\u0433\u043e \u0437\u0430\u0432\u0435\u0434\u0435\u043d\u0438\u044f. +password.notchanged=OpenOLAT-\u043f\u0430\u0440\u043e\u043b\u044c \u043d\u0435 \u0431\u044b\u043b \u0438\u0437\u043c\u0435\u043d\u0435\u043d. +password.successful=\u0412\u0430\u0448 OpenOLAT-\u043f\u0430\u0440\u043e\u043b\u044c \u0443\u0441\u043f\u0435\u0448\u043d\u043e \u0438\u0437\u043c\u0435\u043d\u0435\u043d \u043d\u0430 \u043d\u043e\u0432\u044b\u0439. +pwchange.body=\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0441\u0441\u044b\u043b\u043a\u0443 {0}/dmz/pwchange/index.html?key\={1}&lang\={2} \r\n\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0412\u0430\u0448 OpenOLAT-\u043f\u0430\u0440\u043e\u043b\u044c. \r\n\r\n\u0412\u0430\u0448 OpenOLAT \u043a\u043e\u043b\u043b\u0435\u043a\u0442\u0438\u0432 +pwchange.subject=\u041a\u043e\u0434 \u0434\u043b\u044f \u043d\u043e\u0432\u043e\u0433\u043e OpenOLAT-\u043f\u0430\u0440\u043e\u043b\u044f +pwdchangekey.missing=\u0423\u043a\u0430\u0436\u0438\u0442\u0435, \u043f\u043e\u0436\u0430\u0439\u043b\u0443\u0441\u0442\u0430, \u043a\u043e\u0434 \u0434\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u043d\u043e\u0432\u044b\u0439 OpenOLAT-\u043f\u0430\u0440\u043e\u043b\u044c. +pwdhelp=\u041f\u0430\u0440\u043e\u043b\u044c <ul><li>\u0434\u043e\u043b\u0436\u0435\u043d \u0441\u043e\u0441\u0442\u043e\u044f\u0442\u044c \u043a\u0430\u043a \u043c\u0438\u043d\u0438\u043c\u0443\u043c \u0438\u0437 4-\u0445 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432</li><li>\u0434\u043e\u043b\u0436\u0435\u043d \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0431\u0443\u043a\u0432\u044b \u0438 \u043f\u043e \u043a\u0440\u0430\u0439\u043d\u0435\u0439 \u043c\u0435\u0440\u0435 \u043e\u0434\u043d\u0443 \u0446\u0438\u0444\u0440\u0443</li><li>\u043d\u0435 \u0434\u043e\u043b\u0436\u0435\u043d \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0445 \u0431\u0443\u043a\u0432 \u0438\u043b\u0438 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u00fc, \u00e4, \u00e9</li><li>\u043d\u0435 \u0434\u043e\u043b\u0436\u0435\u043d \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u043f\u0440\u043e\u0431\u0435\u043b\u043e\u0432, \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u043e\u0432 \u0438 \u0442\u0430\u0431\u0443\u043b\u044f\u0442\u043e\u0440\u043e\u0432 </li><li>\u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0435 \u0441\u0438\u043c\u0432\u043e\u043b\u044b\: \! \# $ % & ( ) * + , - . / \: ; <\=> ? @ [ ] ^ _ ` { | } ~</li></ul> +pwform.cancelled=\u0412\u0432\u043e\u0434 \u043d\u043e\u0432\u043e\u0433\u043e OpenOLAT-\u043f\u0430\u0440\u043e\u043b\u044f \u0431\u044b\u043b \u043f\u0440\u0435\u0440\u0432\u0430\u043d. \u041f\u0430\u0440\u043e\u043b\u044c \u043e\u0441\u0442\u0430\u043b\u0441\u044f \u0431\u0435\u0437 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0439. +pwkey.missingentry=\u0414\u043b\u044f \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0438 \u043d\u043e\u0432\u043e\u0433\u043e \u043f\u0430\u0440\u043e\u043b\u044f OpenOLAT, \u043d\u0435 \u0431\u044b\u043b \u043d\u0430\u0439\u0434\u0435\u043d \u043a\u043b\u044e\u0447. +reg.body=\u0411\u043e\u043b\u044c\u0448\u043e\u0435 \u0441\u043f\u0430\u0441\u0438\u0431\u043e \u0437\u0430 \u0412\u0430\u0448 \u0438\u043d\u0442\u0435\u0440\u0435\u0441 \u043a \u0441\u0438\u0441\u0442\u0435\u043c\u0435 OpenOLAT.\r\n\r\n\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0441\u0441\u044b\u043b\u043a\u0443 {0}/dmz/registration/index.html?key\={1}&lang\={2} \r\n\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u0412\u0430\u0448\u0438 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435. \r\n\r\n\u0412 \u0442\u043e\u043c \u0441\u043b\u0443\u0447\u0430\u0435, \u0435\u0441\u043b\u0438 \u0412\u044b \u043d\u0435 \u0445\u043e\u0442\u0438\u0442\u0435 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f, \u0443\u0434\u0430\u043b\u0438\u0442\u0435 \u044d\u0442\u043e\u0442 e-mail. \r\n\r\n\u0412\u0430\u0448 OpenOLAT \u043a\u043e\u043b\u043b\u0435\u043a\u0442\u0438\u0432 +reg.notiEmail.body=\u0422\u043e\u043b\u044c\u043a\u043e \u0447\u0442\u043e \u0432 OpenOLAT \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043b\u0441\u044f \u043d\u043e\u0432\u044b\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\: \n\n\u0424\u0430\u043c\u0438\u043b\u0438\u044f\: \t{2}\n\u0418\u043c\u044f\: \t\t{1}\n\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\: \t\t{0}\nE-mail\: \t{3}\n\u042f\u0437\u044b\u043a\: \t\t{4}\n\u0421\u0435\u0440\u0432\u0435\u0440\: \t\t{5} +reg.notiEmail.subject=\u041d\u043e\u0432\u044b\u0439 OpenOLAT-\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\: {1} {2} ({0}) +reg.subject=\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0439 \u043a\u043b\u044e\u0447 \u0434\u043b\u044f OpenOLAT +reg.wherefrom=\u042d\u0442\u043e\u0442 \u0437\u0430\u043f\u0440\u043e\u0441 \u043e\u0442\u043e\u0441\u043b\u0430\u043d {1} \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440 {0}\r\n\u0441 IP-\u0430\u0434\u0440\u0435\u0441\u0430 {2}. +registration.form.cancelled=\u0412\u044b \u043e\u0442\u043c\u0435\u043d\u0438\u043b\u0438 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044e. +regkey.missing=\u041e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0439 \u043a\u043b\u044e\u0447. \u0417\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u0435, \u043f\u043e\u0436\u0430\u0439\u043b\u0443\u0441\u0442\u0430, \u043d\u043e\u0432\u044b\u0439. +regkey.missingentry=\u0414\u0430\u043d\u043d\u044b\u0439 \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0439 \u043a\u043b\u044e\u0447 \u043d\u0435 \u0441\u0443\u0449\u0435\u0441\u0442\u0432\u0443\u0435\u0442. \u0417\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u0435, \u043f\u043e\u0436\u0430\u0439\u043b\u0443\u0441\u0442\u0430, \u043d\u043e\u0432\u044b\u0439 \u043a\u043b\u044e\u0447. +sr.error.disclaimer.checkbox=\u0414\u043b\u044f \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e \u0412\u044b \u043f\u0440\u043e\u0447\u0438\u0442\u0430\u043b\u0438, \u043f\u043e\u043d\u044f\u043b\u0438 \u0438 \u0441\u043e\u0433\u043b\u0430\u0448\u0430\u0435\u0442\u0435\u0441\u044c \u0441 \u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u043c \u0421\u043e\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u0435\u043c, \u0412\u044b \u0434\u043e\u043b\u0436\u043d\u044b \u043d\u0430\u0436\u0430\u0442\u044c \u043d\u0430 \u0434\u0430\u043d\u043d\u044b\u0439 \u0437\u043d\u0430\u0447\u043e\u043a. +step1.pw.text=\u0417\u0434\u0435\u0441\u044c \u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0437\u0430\u0434\u0430\u0442\u044c \u043d\u043e\u0432\u044b\u0439 OpenOLAT-\u043f\u0430\u0440\u043e\u043b\u044c. \u0412\u0432\u0435\u0434\u0438\u0442\u0435, \u043f\u043e\u0436\u0430\u0439\u043b\u0443\u0441\u0442\u0430, \u0442\u043e\u0442 e-mail \u0430\u0434\u0440\u0435\u0441, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0438\u0437\u0432\u0435\u0441\u0442\u0435\u043d \u0441\u0438\u0441\u0442\u0435\u043c\u0435 OpenOLAT. +step1.pw.title=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c OpenOLAT-\u043f\u0430\u0440\u043e\u043b\u044c +step1.reg.text=\u0414\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c\u0441\u044f \u0432 OpenOLAT, \u0412\u0430\u043c \u043f\u043e\u043d\u0430\u0434\u043e\u0431\u0438\u0442\u0441\u044f \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0438\u0439 e-mail \u0430\u0434\u0440\u0435\u0441. \u041f\u043e \u044d\u0442\u043e\u043c\u0443 e-mail \u0412\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u0441\u0441\u044b\u043b\u043a\u0443 \u0441 \u043a\u043b\u044e\u0447\u043e\u043c, \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u0432\u044b \u0441\u043c\u043e\u0436\u0435\u0442\u0435 \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u0438\u0442\u044c \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0438 \u043f\u0430\u0440\u043e\u043b\u044c. +step1.reg.title=OpenOLAT-\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f +step2.pw.text=\u041f\u043e\u0436\u0430\u0439\u043b\u0443\u0441\u0442\u0430, \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0412\u0430\u0448 \u043f\u043e\u0447\u0442\u043e\u0432\u044b\u0439 \u044f\u0449\u0438\u043a e-mail.<br>\u0412\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0441 \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0438\u043c\u0438 \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f\u043c\u0438. +step2.reg.text=\u0411\u043e\u043b\u044c\u0448\u043e\u0435 \u0441\u043f\u0430\u0441\u0438\u0431\u043e \u0437\u0430 \u0412\u0430\u0448 \u0438\u043d\u0442\u0435\u0440\u0435\u0441 \u043a \u0441\u0438\u0441\u0442\u0435\u043c\u0435 OpenOLAT. \u0412\u044b \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u0435 \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0435 \u0441 \u0434\u0430\u043b\u044c\u043d\u0435\u0439\u0448\u0438\u043c\u0438 \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f\u043c\u0438 \u043d\u0430 e-mail \u0430\u0434\u0440\u0435\u0441 {0}. +step3.pw.text=\u041f\u043e\u0436\u0430\u0439\u043b\u0443\u0441\u0442\u0430, \u0441\u043e\u0431\u043b\u044e\u0434\u0430\u0439\u0442\u0435 \u043f\u0440\u0438 \u0432\u0432\u043e\u0434\u0435 \u043d\u043e\u0432\u043e\u0433\u043e OpenOLAT-\u043f\u0430\u0440\u043e\u043b\u044f \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0435\u0435\: +step3.reg.text=\u0414\u043b\u044f \u0442\u043e\u0433\u043e, \u0447\u0442\u043e\u0431\u044b \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u0442\u044c \u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044e, \u0437\u0430\u043f\u043e\u043b\u043d\u0438\u0442\u0435, \u043f\u043e\u0436\u0430\u0439\u043b\u0443\u0441\u0442\u0430, \u0444\u043e\u0440\u043c\u0443\u043b\u044f\u0440. +step4.pw.text=\u0412\u044b \u0438\u0437\u043c\u0435\u043d\u0438\u043b\u0438 \u0412\u0430\u0448 OpenOLAT-\u043f\u0430\u0440\u043e\u043b\u044c \u043d\u0430 \u043d\u043e\u0432\u044b\u0439. +step4.reg.text=<b>\u041f\u0440\u0435\u0436\u0434\u0435 \u0447\u0435\u043c \u043f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c, \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0435, \u043f\u043e\u0436\u0430\u0439\u043b\u0443\u0441\u0442\u0430, \u0441\u0432\u043e\u0451 \u0441\u043e\u0433\u043b\u0430\u0441\u0438\u0435 \u0441 \u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u0438\u043c \u0421\u043e\u0433\u043b\u0430\u0448\u0435\u043d\u0438\u0435\u043c.</b> +step5.reg.text=<p><b>\u0414\u043e\u0431\u0440\u043e \u043f\u043e\u0436\u0430\u043b\u043e\u0432\u0430\u0442\u044c \u0432 OpenOLAT\!</b><p>\u0412\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u0432\u043e\u0439\u0442\u0438 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0443 <a href\="{0}/">\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0412\u0430\u0448\u0435 \u0438\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f <b>{1}</b> \u0438 \u043f\u0430\u0440\u043e\u043b\u044c.</a> +step5.reg.yourdata=\u041e\u0431\u0437\u043e\u0440 \u0412\u0430\u0448\u0438\u0445 \u0434\u0430\u043d\u043d\u044b\u0445\: +submit.accept=\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044c +submit.cancel=\u041e\u0442\u043c\u0435\u043d\u0430 +submit.speichernUndpwchange=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c OpenOLAT-\u043f\u0430\u0440\u043e\u043b\u044c +submit.speichernUndregistrieren=\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u0442\u044c +submit.speichernUndweiter=\u041e\u0442\u043f\u0440\u0430\u0432\u0438\u0442\u044c +title.pwchange=\u0418\u0437\u043c\u0435\u043d\u0438\u0442\u044c OpenOLAT-\u043f\u0430\u0440\u043e\u043b\u044c +title.register=OpenOLAT-\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u044f +unknown.body=\u0412\u044b \u0445\u043e\u0442\u0435\u043b\u0438 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c OpenOLAT-\u043f\u0430\u0440\u043e\u043b\u044c, \u043d\u043e \u043d\u0430 \u043e\u0441\u043d\u043e\u0432\u0435 \u0443\u043a\u0430\u0437\u0430\u043d\u043d\u043e\u0433\u043e e-mail \u0430\u0434\u0440\u0435\u0441\u0430, \u0412\u044b \u044f\u0432\u043b\u044f\u0435\u0442\u0435\u0441\u044c \r\n\u043d\u0435\u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u043c \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u0435\u043c {0}. \u041f\u043e\u0436\u0430\u0439\u043b\u0443\u0441\u0442\u0430, \u043f\u043e\u043f\u044b\u0442\u0430\u0439\u0442\u0435\u0441\u044c \u0435\u0449\u0451 \u0440\u0430\u0437 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044f \u0434\u0440\u0443\u0433\u043e\u0439 \r\ne-mail \u0430\u0434\u0440\u0435\u0441.\r\n\r\n\u0412 \u0442\u043e\u043c \u0441\u043b\u0443\u0447\u0430\u0435, \u0435\u0441\u043b\u0438 \u0412\u044b \u043f\u043e \u043e\u0448\u0438\u0431\u043a\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u0438 \u0434\u0430\u043d\u043d\u044b\u0439 e-mail, \u0442\u043e \u043c\u043e\u0436\u0435\u0442\u0435 \u0443\u0434\u0430\u043b\u0438\u0442\u044c \u0435\u0433\u043e.\r\n\r\n\u0412\u0430\u0448 OpenOLAT-\u043a\u043e\u043b\u043b\u0435\u043a\u0442\u0438\u0432 +unknown.subject=\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u044b\u0439 e-mail \u0430\u0434\u0440\u0435\u0441 \u0432 \u0441\u0438\u0441\u0442\u0435\u043c\u0435 OpenOLAT +user.firstname=\u0418\u043c\u044f +user.language=\u042f\u0437\u044b\u043a +user.lastname=\u0424\u0430\u043c\u0438\u043b\u0438\u044f +user.login=\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f +user.loginlength=\u043c\u0438\u043d. 4 \u0441\u0438\u043c\u0432\u043e\u043b\u0430, \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0431\u0443\u043a\u0432\u044b \u0438 \u0446\u0438\u0444\u0440\u044b +user.notregistered=\u0412\u044b \u043d\u0435 \u043c\u043e\u0436\u0435\u0442\u0435 \u0431\u044b\u0442\u044c \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u044b. \u041f\u043e\u0436\u0430\u0439\u043b\u0443\u0441\u0442\u0430, \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0412\u0430\u0448\u0438 \u0434\u0430\u043d\u043d\u044b\u0435. +user.password=OpenOLAT-\u043f\u0430\u0440\u043e\u043b\u044c +user.password2=\u041f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u044c OpenOLAT-\u043f\u0430\u0440\u043e\u043b\u044c +user.pwlength=\u043c\u0438\u043d. 4 \u0441\u0438\u043c\u0432\u043e\u043b\u0430, \u043c\u043e\u0436\u0435\u0442 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u0431\u0443\u043a\u0432\u044b \u0438 \u0446\u0438\u0444\u0440\u044b +user.regkey=\u0420\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0439 \u043a\u043b\u044e\u0447 +workflow.browsedback=\u041f\u043e\u0436\u0430\u0439\u043b\u0443\u0441\u0442\u0430, \u043d\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435 \u043d\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u044e/\u043c\u0435\u043d\u044e \u0431\u0440\u0430\u0443\u0437\u0435\u0440\u0430. diff --git a/src/main/java/org/olat/registration/_i18n/LocalStrings_sq.properties b/src/main/java/org/olat/registration/_i18n/LocalStrings_sq.properties index 4ce7e3e96ae8a9a96debe0ece3c6297e6a52d477..5afd2211b4f98ecdef43ddd9041a1bcc8e269429 100644 --- a/src/main/java/org/olat/registration/_i18n/LocalStrings_sq.properties +++ b/src/main/java/org/olat/registration/_i18n/LocalStrings_sq.properties @@ -14,7 +14,7 @@ email.notsent=E-posta nuk u d\u00EBrgua. Ju lutemi provoni p\u00EBrs\u00EBri. email.sent=E-posta u d\u00EBrgua. form.check1=Ju lutemi sh\u00EBnoni emrin tuaj. form.check2=Ju lutemi sh\u00EBnoni mbiemrin tuaj. -form.check3=Emri i shfryt\u00EBzuesit duhet t\u00EB p\u00EBrmbaj\u00EB s\u00EB paku 3 karaktere dhe shkronja vet\u00EBm prej a deri n\u00EB zh (pa dyshim zanoreje) si dhe numrat prej 0 deri n\u00EB 9. Poashtu ju mund t\u00EB shfryt\u00EBzoni . _ dhe -. +form.check3=$org.olat.user\:form.checkUsername form.check4=Ju lutemi shkruani fjal\u00EBkalimin. form.check5=Ju lutemi shkruani fjal\u00EBkalimin identik. form.check6=Ky em\u00EBr shfryt\u00EBzuesi ve\u00E7se eksiston. Ju lutemi zgjedhni nj\u00EB tjet\u00EBr. diff --git a/src/main/java/org/olat/registration/_i18n/LocalStrings_zh_CN.properties b/src/main/java/org/olat/registration/_i18n/LocalStrings_zh_CN.properties index 9e73555b948b3811d1276ee0f2ab481c7b79d510..82864e5f2734ea4e6dcfa93c5347a07fa6fe00f6 100644 --- a/src/main/java/org/olat/registration/_i18n/LocalStrings_zh_CN.properties +++ b/src/main/java/org/olat/registration/_i18n/LocalStrings_zh_CN.properties @@ -1,96 +1,96 @@ #Thu Sep 08 16:42:39 CEST 2011 -disclaimer.acknowledged=<b>\u6211\u5DF2\u7ECF\u9605\u8BFB\u8BE5\u4F7F\u7528\u6761\u6B3E\uFF0C\u5E76\u7406\u89E3\u548C\u540C\u610F\u3002</b> -disclaimer.additionalcheckbox=<b>\u6211\u540C\u610F\u6570\u636E\u7684\u5B58\u50A8\u534F\u8BAE</b> -disclaimer.additionallinktext=\u4F7F\u7528\u534F\u8BAE(PDF\u6587\u6863) -disclaimer.filedownloadurl=Nutzungsbedingungen.pdf\uFF08\u4F7F\u7528\u534F\u8BAE\uFF09 -disclaimer.form.cancelled=\u60A8\u8FD8\u6CA1\u6709\u63A5\u53D7\u8BE5\u6761\u6B3E\u3002 -disclaimer.header=\u4F7F\u7528\u6761\u6B3E -disclaimer.nok=\u62D2\u7EDD -disclaimer.ok=\u63A5\u53D7 -disclaimer.paragraph1=OpenOLAT\u7684\u7528\u6237\u4E00\u5B9A\u8981\u4E86\u89E3\uFF0COpenOLAT\u53EA\u80FD\u7528\u4E8E\u6559\u5B66\u3002 \u4ED6/\u5979\u4E0D\u53EF\u4EE5\u8FDD\u80CC\u745E\u58EB\u5173\u4E8E\u516C\u5171\u884C\u4E3A\u6216\u7B2C\u4E09\u65B9\u5168\u529B\u7684\u6CD5\u5F8B\u3002 (Copyright\u7248\u6743, data protection \u6570\u636E\u4FDD\u62A4\u7B49\u7B49.) \u5C24\u5176\u662F\uFF0COpenOLAT\u7684\u7528\u6237\u8981\u4FDD\u8BC1\u4E0D\u5728OpenOLAT\u670D\u52A1\u5668\u4E0A\u4F20\u64AD\u548C\u5B58\u50A8\u6709\u5173\u8272\u60C5\u3001\u79CD\u65CF\u4E3B\u4E49\u4EE5\u53CA\u66B4\u529B\u65B9\u9762\u7684\u4FE1\u606F\u3002 \u6B64\u5916\uFF0C\u4ED6/\u5979\u4E0D\u5F97\u717D\u52A8\u975E\u6CD5\u6D3B\u52A8\u6216\u4E3A\u5176\u63D0\u4F9B\u6709\u5173\u4FE1\u606F\u3002\r\nOpenOLAT\u7B80\u4F53\u4E2D\u6587\u7248-\u5434\u5BBE -disclaimer.terms.of.usage=<b>\u4F7F\u7528\u6761\u6B3E</b> +disclaimer.acknowledged=<b>\u6211\u5df2\u7ecf\u9605\u8bfb\u8be5\u4f7f\u7528\u6761\u6b3e\uff0c\u5e76\u7406\u89e3\u548c\u540c\u610f\u3002</b> +disclaimer.additionalcheckbox=<b>\u6211\u540c\u610f\u6570\u636e\u7684\u5b58\u50a8\u534f\u8bae</b> +disclaimer.additionallinktext=\u4f7f\u7528\u534f\u8bae(PDF\u6587\u6863) +disclaimer.filedownloadurl=Nutzungsbedingungen.pdf\uff08\u4f7f\u7528\u534f\u8bae\uff09 +disclaimer.form.cancelled=\u60a8\u8fd8\u6ca1\u6709\u63a5\u53d7\u8be5\u6761\u6b3e\u3002 +disclaimer.header=\u4f7f\u7528\u6761\u6b3e +disclaimer.nok=\u62d2\u7edd +disclaimer.ok=\u63a5\u53d7 +disclaimer.paragraph1=OpenOLAT\u7684\u7528\u6237\u4e00\u5b9a\u8981\u4e86\u89e3\uff0cOpenOLAT\u53ea\u80fd\u7528\u4e8e\u6559\u5b66\u3002 \u4ed6/\u5979\u4e0d\u53ef\u4ee5\u8fdd\u80cc\u745e\u58eb\u5173\u4e8e\u516c\u5171\u884c\u4e3a\u6216\u7b2c\u4e09\u65b9\u5168\u529b\u7684\u6cd5\u5f8b\u3002 (Copyright\u7248\u6743, data protection \u6570\u636e\u4fdd\u62a4\u7b49\u7b49.) \u5c24\u5176\u662f\uff0cOpenOLAT\u7684\u7528\u6237\u8981\u4fdd\u8bc1\u4e0d\u5728OpenOLAT\u670d\u52a1\u5668\u4e0a\u4f20\u64ad\u548c\u5b58\u50a8\u6709\u5173\u8272\u60c5\u3001\u79cd\u65cf\u4e3b\u4e49\u4ee5\u53ca\u66b4\u529b\u65b9\u9762\u7684\u4fe1\u606f\u3002 \u6b64\u5916\uff0c\u4ed6/\u5979\u4e0d\u5f97\u717d\u52a8\u975e\u6cd5\u6d3b\u52a8\u6216\u4e3a\u5176\u63d0\u4f9b\u6709\u5173\u4fe1\u606f\u3002\r\nOpenOLAT\u7b80\u4f53\u4e2d\u6587\u7248-\u5434\u5bbe +disclaimer.terms.of.usage=<b>\u4f7f\u7528\u6761\u6b3e</b> email.address=E-mail\u5730\u5740 -email.address.maynotbeempty=\u60A8\u5FC5\u987B\u8F93\u5165\u4E00\u4E2A e-mail\u5730\u5740 -email.address.notregular=\u60A8\u5FC5\u987B\u8F93\u5165\u4E00\u4E2A\u6709\u6548\u7684e-mail\u5730\u5740\u3002 -email.address2=E-mail\u5730\u5740 (\u8BF7\u91CD\u65B0\u8F93\u5165) -email.notsent=E-mail\u65E0\u6CD5\u53D1\u9001\uFF0C\u8BF7\u91CD\u8BD5\u3002 -email.or.username=E-mail\u5730\u5740\u6216\u7528\u6237\u540D -email.or.username.maynotbeempty=\u8BF7\u8BF4\u660E\u60A8\u7684e-mail\u5730\u5740\u6216\u8005\u7528\u6237\u540D -email.or.username.not.identified=\u65E0\u6CD5\u786E\u5B9A\u7528\u6237\u8EAB\u4EFD\u3002 -email.sent=E-mail\u5DF2\u53D1\u9001\u3002 -form.check1=\u8BF7\u8F93\u5165\u60A8\u7684\u540D\u3002 -form.check2=\u8BF7\u8F93\u5165\u60A8\u7684\u59D3\u3002 -form.check3=\u7528\u6237\u540D\u81F3\u5C11\u5305\u542B3\u4E2A\u5B57\u7B26\uFF0C\u4E14\u53EA\u80FD\u662Fa-z\u7684\u5B57\u6BCD\u548C0-9\u7684\u6570\u5B57\u3002\u6B64\u5916\uFF0C\u60A8\u53EF\u4EE5\u4F7F\u7528 . _\u548C -\u3002 -form.check4=\u8BF7\u8F93\u5165\u5BC6\u7801\u3002 -form.check5=\u8BF7\u8F93\u5165\u76F8\u540C\u7684\u5BC6\u7801\u3002 -form.check6=\u8BE5\u7528\u6237\u540D\u5DF2\u5B58\u5728\uFF0C\u8BF7\u9009\u62E9\u53E6\u4E00\u4E2A\u7528\u6237\u540D\u3002 -form.general.error=\u8BF7\u4FEE\u6539\u4E0B\u5217\u533A\u57DF\uFF1A -form.legende.mandatory=\u5FC5\u987B\u586B\u5199\u6B64\u533A\u57DF\u3002 -form.password.enter.new=\u8BBE\u7F6E\u65B0\u5BC6\u7801 -form.password.error.nomatch=\u5BC6\u7801\u4E0D\u5339\u914D -form.password.new1=\u65B0\u5BC6\u7801 -form.password.new2=\u786E\u8BA4\u5BC6\u7801 -login.body=\u60A8\u5DF2\u7ECF\u5728OpenOLAT\u6CE8\u518C\u8FC7\u3002\u60A8\u7684\u7528\u6237\u540D\u662F {0}.\r\n\r\n\u5982\u679C\u60A8\u5F97\u5230\u4E00\u4E2A\u4E0D\u60F3\u8981\u7684e-mail\uFF0C\u8BF7\u5C06\u5B83\u5220\u9664\u3002\r\n\r\n\u60A8\u7684OpenOLAT\u56E2\u961F\uFF08\u5434\u5BBE\uFF09\u3002 -login.subject=\u60A8\u5DF2\u7ECF\u5728OpenOLAT\u6CE8\u518C\u3002 -loginhelp=\u7528\u6237\u540D<ul><li>\u4E00\u5B9A \u81F3\u5C11\u5305\u542B4\u4E2A\u5B57\u7B26</li><li>\u53EF\u4EE5\u53EA\u5305\u542B\u6570\u5B57\u548C\u5C0F\u5199\u5B57\u6BCD(\u6CA1\u6709\u7279\u6B8A\u6570\u5B57\u6216\u5143\u97F3\u9664\u5916)</li><li>\u4EE5\u540E\u4E0D\u80FD\u66F4\u6539</li></ul> -menu.login.alt=\u8BF7\u4ECEOpenOLAT\u5B66\u4E60\u7BA1\u7406\u7CFB\u7EDF\u767B\u5165\uFF0C\u4EE5\u83B7\u5F97\u77E5\u8BC6\u548C\u6536\u76CA\u3002 -password.cantchange=\u5982\u679C\u8981\u4FEE\u6539\u5BC6\u7801\uFF0C\u8BF7\u4E0E\u60A8\u6240\u5728\u7684\u5927\u5B66\u7684\u652F\u6301\u5C0F\u7EC4\u53D6\u5F97\u8054\u7CFB\u3002 -password.notchanged=\u65E0\u6CD5\u4FEE\u6539\u60A8\u7684OpenOLAT\u5BC6\u7801\u3002 -password.successful=\u60A8\u7684OpenOLAT \u5BC6\u7801\u4FEE\u6539\u6210\u529F\u3002 -pwchange.body=\u8BF7\u4F7F\u7528\u94FE\u63A5 {0}/dmz/pwchange/index.html?key\={1}\u2329\={2} \r\n\u6765\u4FEE\u6539\u60A8\u7684 OpenOLAT \u5BC6\u7801\u3002 \r\n\r\n\u60A8\u7684OpenOLAT\u56E2\u961F\uFF08\u5434\u5BBE\uFF09\u3002 -pwchange.homelink=\u8BF7\u70B9\u51FB\u6B64\u5904\u767B\u9646 -pwchange.intro=\u60A8\uFF08\u6216\u8005\u5176\u4ED6\u4EBA\uFF09\u5DF2\u7ECF\u8BF7\u6C42OpenOLAT\u7528\u6237\u8D26\u6237{0}\u4F7F\u7528\u4E00\u4E2A\u65B0\u5BC6\u7801\u3002 -pwchange.subject=\u4E00\u4E2A\u65B0\u7684OpenOLAT\u5BC6\u7801\u7684\u5BC6\u94A5\u3002 -pwdchangekey.missing=\u8BF7\u4E3A\u5BC6\u7801\u4FEE\u6539\u63D0\u4EA4\u4E00\u4E2A\u5BC6\u94A5\u3002 -pwdhelp=\u5BC6\u7801<ul><li>\u4E00\u5B9A\u81F3\u5C11\u5305\u542B4\u4E2A\u5B57\u7B26</li><li>\u5FC5\u987B\u5305\u542B\u5B57\u6BCD \u548C\u81F3\u5C11\u4E00\u4E2A\u6570\u5B57</li><li>\u4E00\u5B9A\u4E0D\u80FD\u5305\u542B\u5143\u97F3\u5B57\u6BCD\u548C\u7279\u6B8A\u5B57\u7B26\u5982\uFF1A \u00FC, \u00E4, \u00E9</li><li>\u4E00\u5B9A\u4E0D\u80FD\u5305\u542B\u7A7A\u767D\u7B26\u548C\u9000\u51FA\u987A\u5E8F</li><li>\u53EF\u80FD\u5305\u542B\u4E0B\u5217\u7684\u7279\u6B8A\u5B57\u7B26 \! \# $ % & ( ) * + , - . / \: ; <\=> ? @ [ ] ^ _ ` { | } ~</li></ul> -pwform.cancelled=OpenOLAT \u4FEE\u6539\u5DF2\u7ECF\u88AB\u53D6\u6D88\uFF0C\u5BC6\u7801\u4FDD\u6301\u4E0D\u53D8\u3002 -pwform.failed=\u53D1\u751F\u672A\u77E5\u9519\u8BEF\u3002\u60A8\u7684\u5BC6\u7801\u6CA1\u6709\u6539\u53D8\u3002 -pwkey.missingentry=\u6CA1\u6709\u627E\u5230OpenOLAT\u5BC6\u7801\u4FEE\u6539\u7684\u5BC6\u94A5\u3002 -reg.body=\u611F\u8C22\u4F60\u5173\u6CE8OpenOLAT.\n\n\u8BF7\u4F7F\u7528\u8FDE\u63A5{0}/dmz/registration/index.html?key\={1}&lang\={2} \n\u6765\u5B8C\u6210\u6CE8\u518C\u3002\n\n\u5982\u679C\u4F60\u4E0D\u60F3\u6CE8\u518C\uFF0C\u8BF7\u5FFD\u7565\u6B64e-mail\u3002\n\nOpenOLAT\u5C0F\u7EC4\n -reg.error.no_username=\u65E0\u6CD5\u521B\u5EFA\u7528\u6237\u540D -reg.error.title=\u5DF2\u53D6\u6D88\u6CE8\u518C -reg.error.user_in_use=\u6B64\u7528\u6237\u540D\u5DF2\u7ECF\u5B58\u5728 -reg.notiEmail.body=\u521A\u521A\u6CE8\u518C\u4E86\u4E00\u4E2A\u65B0OpenOLAT\u7528\u6237\uFF1A\r\n\r\n\u540D \uFF1A {2}\r\n\u59D3 \uFF1A {1}\r\n\u767B\u5165 \uFF1A {0}\r\n\u7535\u5B50\u90AE\u4EF6 \uFF1A {3} \r\n\u4F7F\u7528\u8BED\u8A00 \uFF1A {4}\r\n\u670D\u52A1\u5668 \uFF1A {5} -reg.notiEmail.subject=\u65B0OpenOLAT\u7528\u6237\uFF1A {1} {2} {{0}} -reg.subject=OpenOLAT\u7684\u6CE8\u518C\u5BC6\u94A5\u3002 -reg.wherefrom=\u8FD9\u4E2A\u8BF7\u6C42\u670D\u52A1\u7684\u6CE8\u518C {0}\u5DF2\u7ECF\u5728 {1}\u4E0A\u751F\u6210 \n\u901A\u8FC7IP\u5730\u5740 {2}. -registration.form.cancelled=\u4F60\u5DF2\u7ECF\u53D6\u6D88\u6CE8\u518C\u3002 -regkey.missing=\u6CE8\u518C\u5BC6\u94A5\u4E22\u5931\uFF0C\u8BF7\u9009\u62E9\u4E00\u4E2A\u65B0\u7684\u3002 -regkey.missingentry=\u8FD9\u4E2A\u6CE8\u518C\u7684\u5BC6\u94A5\u4E0D\u5B58\u5728\uFF0C\u8BF7\u9009\u62E9\u53E6\u4E00\u4E2A\u3002 -select.language=\u8BED\u8A00 -select.language.description=\u8BF7\u4E3A\u60A8\u7684OpenOLAT\u6CE8\u518C\u548C\u7528\u6237\u8D26\u6237\u9009\u62E9\u4E00\u79CD\u8BED\u8A00\u3002\u4E4B\u540E\u60A8\u53EF\u4EE5\u4EFB\u4F55\u65F6\u5019\u5728\u60A8\u7684\u7528\u6237\u914D\u7F6E\u6587\u4EF6\u4E2D\u4FEE\u6539\u3002\u63A5\u4E0B\u6765\u60A8\u5C06\u8FDB\u5165\u6CE8\u518C\u7684\u5F15\u5BFC\u7A0B\u5E8F\u3002 -sr.error.disclaimer.checkbox=\u4F60\u5FC5\u987B\u786E\u8BA4(\u70B9\u51FB\u9009\u6846)\u4F60\u5DF2\u7ECF\u9605\u8BFB\u4E86\u89E3\u9664\u6761\u6B3E\uFF0C\u5E76\u4E14\u4E86\u89E3\u548C\u63A5\u53D7\u4E86\u5B83\u3002 -sr.error.disclaimer.checkboxes=\u60A8\u9700\u8981\u901A\u8FC7\u9009\u62E9<i>\u5168\u90E8</i>\u590D\u9009\u6846\u4EE5\u786E\u5B9A\u60A8\u5DF2\u7ECF\u9605\u8BFB\u3001\u7406\u89E3\u4F7F\u7528\u534F\u8BAE\u5E76\u63A5\u53D7\u6B64\u534F\u8BAE\u3002 -step1.pw.text=\u60A8\u53EF\u4EE5\u5728\u6B64\u8BBE\u7F6E\u65B0\u7684OpenOLAT\u5BC6\u7801\u3002\u5F53\u60A8\u4F7F\u7528OpenOLAT\u65F6\uFF0C\u8BF7\u63D0\u4F9B\u4E00\u4E2A\u5DF2\u7ECF\u4F7F\u7528\u7684e-mail\u5730\u5740\u6216\u7528\u6237\u540D\u3002 -step1.pw.title=\u8BBE\u7F6E\u65B0\u7684OpenOLAT\u5BC6\u7801\u3002 -step1.reg.text=\u60A8\u9700\u8981\u4E00\u4E2A\u6709\u6548\u7684 e-mail\u5730\u5740\u6765\u6CE8\u518C\u3002\u60A8\u5C06\u4F1A\u83B7\u5F97\u4E00\u4E2A\u5305\u542B\u5BC6\u94A5\u7684\u94FE\u63A5\uFF0C\u901A\u8FC7e-mail\u6765\u8BBE\u7F6E\u4E2A\u4EBA\u7684\u7528\u6237\u540D\u548C\u5BC6\u7801\u3002 -step1.reg.title=OpenOLAT \u6CE8\u518C -step2.pw.text=\u8BF7\u67E5\u9605\u60A8\u7684\u90AE\u7BB1\u3002<br>\u60A8\u5C06\u4F1A\u6536\u5230\u4E00\u5C01\u5173\u4E8E\u6307\u5BFC\u5982\u4F55\u8FDB\u884C\u7684e-mail\u3002 -step2.reg.text=\u611F\u8C22\u60A8\u5BF9OpenOLAT\u7684\u5173\u6CE8\u3002\u60A8\u5C06\u4F1A\u6536\u5230\u4E00\u5C01\u5173\u4E8E\u6307\u5BFC\u5982\u4F55\u8FDB\u884C{0}\u7684e-mail\u3002 -step3.pw.text=\u8BF7\u53C2\u8003\u5982\u4E0B\u8BF4\u660E\u4EE5\u8BBE\u7F6EOpenOLAT\u5BC6\u7801\uFF1A -step3.reg.text=\u4E3A\u4E86\u5B8C\u6210\u60A8\u6CE8\u518C\uFF0C\u8BF7\u586B\u5199\u4E0B\u8868\u3002 -step4.pw.text=\u60A8\u5DF2\u7ECF\u6210\u529F\u5730\u4FEE\u6539OpenOLAT\u5BC6\u7801\u3002 -step4.reg.text=<b>\u8BF7\u5728\u7EE7\u7EED\u4E4B\u524D\u5148\u9605\u8BFB\u4F7F\u7528\u6761\u6B3E</b> -step5.reg.text=<p><b>\u6B22\u8FCE\u6765\u5230 OpenOLAT\!</b></p>\u60A8\u73B0\u5728\u53EF\u4EE5\u4F7F\u7528\u7528\u6237\u540D<b>{1}</b>\u548C\u5BC6\u7801\u767B\u5F55 <a href\="{0}/"></a> -step5.reg.yourdata=\u60A8\u7684\u4FE1\u606F\u96C6\: -submit.accept=\u63A5\u53D7 -submit.cancel=\u53D6\u6D88 -submit.speichernUndpwchange=\u66F4\u6539OpenOLAT \u5BC6\u7801 -submit.speichernUndregistrieren=\u6CE8\u518C -submit.speichernUndweiter=\u53D1\u9001 -submit.weiter=\u4E0B\u4E00\u6B65 -title.pwchange=\u66F4\u6539OpenOLAT \u5BC6\u7801 -title.register=OpenOLAT \u6CE8\u518C -unknown.body=\u5982\u679C\u60A8\u60F3\u8981\u66F4\u6539OpenOLAT\u5BC6\u7801\uFF0C\u4F46\u662F\u6240\u7ED9\u7684e-mail\u5E76\u6CA1\u6709\u5728\u670D\u52A1\u5668 {0}\u91CC\u6CE8\u518C\uFF0C\u8BF7\u8BD5\u53E6\u4E00\u4E2Ae-mail\u5730\u5740\u3002\r\n\r\n\u4E00\u65E6\u60A8\u4E0D\u60F3\u6536\u5230\u6B64e-mail\uFF0C\u8BF7\u628A\u5B83\u5220\u9664\u3002\r\n\r\n \u60A8\u7684OpenOLAT\u56E2\u961F\uFF08\u5434\u5BBE\uFF09\u3002 -unknown.subject=OpenOLAT\u7CFB\u7EDF\u4E2D\u672A\u77E5\u7684e-mail\u5730\u5740\u3002 -user.firstname=\u540D -user.language=\u8BED\u8A00 -user.lastname=\u59D3 -user.login=\u7528\u6237\u540D -user.loginlength=\u5230\u5C11\u5305\u542B4\u4E2A\u5B57\u7B26\uFF1B\u53EF\u4EE5\u5305\u62EC\u5B57\u6BCD\u548C\u6570\u5B57 -user.notregistered=\u65E0\u6CD5\u6CE8\u518C\uFF0C\u8BF7\u6838\u5BF9\u60A8\u7684\u4FE1\u606F\u3002 -user.password=OpenOLAT \u5BC6\u7801 -user.password2=\u91CD\u65B0\u8F93\u5165OpenOLAT \u5BC6\u7801 -user.pwlength=\u5230\u5C11\u5305\u542B4\u4E2A\u5B57\u7B26\uFF1B\u53EF\u4EE5\u5305\u62EC\u5B57\u6BCD\u548C\u6570\u5B57 -user.regkey=\u6CE8\u518C\u5BC6\u94A5 -workflow.browsedback=\u8BF7\u4E0D\u8981\u4F7F\u7528\u6B64\u6D4F\u89C8\u5668\u6765\u5BFC\u822A\u3002 +email.address.maynotbeempty=\u60a8\u5fc5\u987b\u8f93\u5165\u4e00\u4e2a e-mail\u5730\u5740 +email.address.notregular=\u60a8\u5fc5\u987b\u8f93\u5165\u4e00\u4e2a\u6709\u6548\u7684e-mail\u5730\u5740\u3002 +email.address2=E-mail\u5730\u5740 (\u8bf7\u91cd\u65b0\u8f93\u5165) +email.notsent=E-mail\u65e0\u6cd5\u53d1\u9001\uff0c\u8bf7\u91cd\u8bd5\u3002 +email.or.username=E-mail\u5730\u5740\u6216\u7528\u6237\u540d +email.or.username.maynotbeempty=\u8bf7\u8bf4\u660e\u60a8\u7684e-mail\u5730\u5740\u6216\u8005\u7528\u6237\u540d +email.or.username.not.identified=\u65e0\u6cd5\u786e\u5b9a\u7528\u6237\u8eab\u4efd\u3002 +email.sent=E-mail\u5df2\u53d1\u9001\u3002 +form.check1=\u8bf7\u8f93\u5165\u60a8\u7684\u540d\u3002 +form.check2=\u8bf7\u8f93\u5165\u60a8\u7684\u59d3\u3002 +form.check3=$org.olat.user\:form.checkUsername +form.check4=\u8bf7\u8f93\u5165\u5bc6\u7801\u3002 +form.check5=\u8bf7\u8f93\u5165\u76f8\u540c\u7684\u5bc6\u7801\u3002 +form.check6=\u8be5\u7528\u6237\u540d\u5df2\u5b58\u5728\uff0c\u8bf7\u9009\u62e9\u53e6\u4e00\u4e2a\u7528\u6237\u540d\u3002 +form.general.error=\u8bf7\u4fee\u6539\u4e0b\u5217\u533a\u57df\uff1a +form.legende.mandatory=\u5fc5\u987b\u586b\u5199\u6b64\u533a\u57df\u3002 +form.password.enter.new=\u8bbe\u7f6e\u65b0\u5bc6\u7801 +form.password.error.nomatch=\u5bc6\u7801\u4e0d\u5339\u914d +form.password.new1=\u65b0\u5bc6\u7801 +form.password.new2=\u786e\u8ba4\u5bc6\u7801 +login.body=\u60a8\u5df2\u7ecf\u5728OpenOLAT\u6ce8\u518c\u8fc7\u3002\u60a8\u7684\u7528\u6237\u540d\u662f {0}.\r\n\r\n\u5982\u679c\u60a8\u5f97\u5230\u4e00\u4e2a\u4e0d\u60f3\u8981\u7684e-mail\uff0c\u8bf7\u5c06\u5b83\u5220\u9664\u3002\r\n\r\n\u60a8\u7684OpenOLAT\u56e2\u961f\uff08\u5434\u5bbe\uff09\u3002 +login.subject=\u60a8\u5df2\u7ecf\u5728OpenOLAT\u6ce8\u518c\u3002 +loginhelp=\u7528\u6237\u540d<ul><li>\u4e00\u5b9a \u81f3\u5c11\u5305\u542b4\u4e2a\u5b57\u7b26</li><li>\u53ef\u4ee5\u53ea\u5305\u542b\u6570\u5b57\u548c\u5c0f\u5199\u5b57\u6bcd(\u6ca1\u6709\u7279\u6b8a\u6570\u5b57\u6216\u5143\u97f3\u9664\u5916)</li><li>\u4ee5\u540e\u4e0d\u80fd\u66f4\u6539</li></ul> +menu.login.alt=\u8bf7\u4eceOpenOLAT\u5b66\u4e60\u7ba1\u7406\u7cfb\u7edf\u767b\u5165\uff0c\u4ee5\u83b7\u5f97\u77e5\u8bc6\u548c\u6536\u76ca\u3002 +password.cantchange=\u5982\u679c\u8981\u4fee\u6539\u5bc6\u7801\uff0c\u8bf7\u4e0e\u60a8\u6240\u5728\u7684\u5927\u5b66\u7684\u652f\u6301\u5c0f\u7ec4\u53d6\u5f97\u8054\u7cfb\u3002 +password.notchanged=\u65e0\u6cd5\u4fee\u6539\u60a8\u7684OpenOLAT\u5bc6\u7801\u3002 +password.successful=\u60a8\u7684OpenOLAT \u5bc6\u7801\u4fee\u6539\u6210\u529f\u3002 +pwchange.body=\u8bf7\u4f7f\u7528\u94fe\u63a5 {0}/dmz/pwchange/index.html?key\={1}\u2329\={2} \r\n\u6765\u4fee\u6539\u60a8\u7684 OpenOLAT \u5bc6\u7801\u3002 \r\n\r\n\u60a8\u7684OpenOLAT\u56e2\u961f\uff08\u5434\u5bbe\uff09\u3002 +pwchange.homelink=\u8bf7\u70b9\u51fb\u6b64\u5904\u767b\u9646 +pwchange.intro=\u60a8\uff08\u6216\u8005\u5176\u4ed6\u4eba\uff09\u5df2\u7ecf\u8bf7\u6c42OpenOLAT\u7528\u6237\u8d26\u6237{0}\u4f7f\u7528\u4e00\u4e2a\u65b0\u5bc6\u7801\u3002 +pwchange.subject=\u4e00\u4e2a\u65b0\u7684OpenOLAT\u5bc6\u7801\u7684\u5bc6\u94a5\u3002 +pwdchangekey.missing=\u8bf7\u4e3a\u5bc6\u7801\u4fee\u6539\u63d0\u4ea4\u4e00\u4e2a\u5bc6\u94a5\u3002 +pwdhelp=\u5bc6\u7801<ul><li>\u4e00\u5b9a\u81f3\u5c11\u5305\u542b4\u4e2a\u5b57\u7b26</li><li>\u5fc5\u987b\u5305\u542b\u5b57\u6bcd \u548c\u81f3\u5c11\u4e00\u4e2a\u6570\u5b57</li><li>\u4e00\u5b9a\u4e0d\u80fd\u5305\u542b\u5143\u97f3\u5b57\u6bcd\u548c\u7279\u6b8a\u5b57\u7b26\u5982\uff1a \u00fc, \u00e4, \u00e9</li><li>\u4e00\u5b9a\u4e0d\u80fd\u5305\u542b\u7a7a\u767d\u7b26\u548c\u9000\u51fa\u987a\u5e8f</li><li>\u53ef\u80fd\u5305\u542b\u4e0b\u5217\u7684\u7279\u6b8a\u5b57\u7b26 \! \# $ % & ( ) * + , - . / \: ; <\=> ? @ [ ] ^ _ ` { | } ~</li></ul> +pwform.cancelled=OpenOLAT \u4fee\u6539\u5df2\u7ecf\u88ab\u53d6\u6d88\uff0c\u5bc6\u7801\u4fdd\u6301\u4e0d\u53d8\u3002 +pwform.failed=\u53d1\u751f\u672a\u77e5\u9519\u8bef\u3002\u60a8\u7684\u5bc6\u7801\u6ca1\u6709\u6539\u53d8\u3002 +pwkey.missingentry=\u6ca1\u6709\u627e\u5230OpenOLAT\u5bc6\u7801\u4fee\u6539\u7684\u5bc6\u94a5\u3002 +reg.body=\u611f\u8c22\u4f60\u5173\u6ce8OpenOLAT.\n\n\u8bf7\u4f7f\u7528\u8fde\u63a5{0}/dmz/registration/index.html?key\={1}&lang\={2} \n\u6765\u5b8c\u6210\u6ce8\u518c\u3002\n\n\u5982\u679c\u4f60\u4e0d\u60f3\u6ce8\u518c\uff0c\u8bf7\u5ffd\u7565\u6b64e-mail\u3002\n\nOpenOLAT\u5c0f\u7ec4\n +reg.error.no_username=\u65e0\u6cd5\u521b\u5efa\u7528\u6237\u540d +reg.error.title=\u5df2\u53d6\u6d88\u6ce8\u518c +reg.error.user_in_use=\u6b64\u7528\u6237\u540d\u5df2\u7ecf\u5b58\u5728 +reg.notiEmail.body=\u521a\u521a\u6ce8\u518c\u4e86\u4e00\u4e2a\u65b0OpenOLAT\u7528\u6237\uff1a\r\n\r\n\u540d \uff1a {2}\r\n\u59d3 \uff1a {1}\r\n\u767b\u5165 \uff1a {0}\r\n\u7535\u5b50\u90ae\u4ef6 \uff1a {3} \r\n\u4f7f\u7528\u8bed\u8a00 \uff1a {4}\r\n\u670d\u52a1\u5668 \uff1a {5} +reg.notiEmail.subject=\u65b0OpenOLAT\u7528\u6237\uff1a {1} {2} {{0}} +reg.subject=OpenOLAT\u7684\u6ce8\u518c\u5bc6\u94a5\u3002 +reg.wherefrom=\u8fd9\u4e2a\u8bf7\u6c42\u670d\u52a1\u7684\u6ce8\u518c {0}\u5df2\u7ecf\u5728 {1}\u4e0a\u751f\u6210 \n\u901a\u8fc7IP\u5730\u5740 {2}. +registration.form.cancelled=\u4f60\u5df2\u7ecf\u53d6\u6d88\u6ce8\u518c\u3002 +regkey.missing=\u6ce8\u518c\u5bc6\u94a5\u4e22\u5931\uff0c\u8bf7\u9009\u62e9\u4e00\u4e2a\u65b0\u7684\u3002 +regkey.missingentry=\u8fd9\u4e2a\u6ce8\u518c\u7684\u5bc6\u94a5\u4e0d\u5b58\u5728\uff0c\u8bf7\u9009\u62e9\u53e6\u4e00\u4e2a\u3002 +select.language=\u8bed\u8a00 +select.language.description=\u8bf7\u4e3a\u60a8\u7684OpenOLAT\u6ce8\u518c\u548c\u7528\u6237\u8d26\u6237\u9009\u62e9\u4e00\u79cd\u8bed\u8a00\u3002\u4e4b\u540e\u60a8\u53ef\u4ee5\u4efb\u4f55\u65f6\u5019\u5728\u60a8\u7684\u7528\u6237\u914d\u7f6e\u6587\u4ef6\u4e2d\u4fee\u6539\u3002\u63a5\u4e0b\u6765\u60a8\u5c06\u8fdb\u5165\u6ce8\u518c\u7684\u5f15\u5bfc\u7a0b\u5e8f\u3002 +sr.error.disclaimer.checkbox=\u4f60\u5fc5\u987b\u786e\u8ba4(\u70b9\u51fb\u9009\u6846)\u4f60\u5df2\u7ecf\u9605\u8bfb\u4e86\u89e3\u9664\u6761\u6b3e\uff0c\u5e76\u4e14\u4e86\u89e3\u548c\u63a5\u53d7\u4e86\u5b83\u3002 +sr.error.disclaimer.checkboxes=\u60a8\u9700\u8981\u901a\u8fc7\u9009\u62e9<i>\u5168\u90e8</i>\u590d\u9009\u6846\u4ee5\u786e\u5b9a\u60a8\u5df2\u7ecf\u9605\u8bfb\u3001\u7406\u89e3\u4f7f\u7528\u534f\u8bae\u5e76\u63a5\u53d7\u6b64\u534f\u8bae\u3002 +step1.pw.text=\u60a8\u53ef\u4ee5\u5728\u6b64\u8bbe\u7f6e\u65b0\u7684OpenOLAT\u5bc6\u7801\u3002\u5f53\u60a8\u4f7f\u7528OpenOLAT\u65f6\uff0c\u8bf7\u63d0\u4f9b\u4e00\u4e2a\u5df2\u7ecf\u4f7f\u7528\u7684e-mail\u5730\u5740\u6216\u7528\u6237\u540d\u3002 +step1.pw.title=\u8bbe\u7f6e\u65b0\u7684OpenOLAT\u5bc6\u7801\u3002 +step1.reg.text=\u60a8\u9700\u8981\u4e00\u4e2a\u6709\u6548\u7684 e-mail\u5730\u5740\u6765\u6ce8\u518c\u3002\u60a8\u5c06\u4f1a\u83b7\u5f97\u4e00\u4e2a\u5305\u542b\u5bc6\u94a5\u7684\u94fe\u63a5\uff0c\u901a\u8fc7e-mail\u6765\u8bbe\u7f6e\u4e2a\u4eba\u7684\u7528\u6237\u540d\u548c\u5bc6\u7801\u3002 +step1.reg.title=OpenOLAT \u6ce8\u518c +step2.pw.text=\u8bf7\u67e5\u9605\u60a8\u7684\u90ae\u7bb1\u3002<br>\u60a8\u5c06\u4f1a\u6536\u5230\u4e00\u5c01\u5173\u4e8e\u6307\u5bfc\u5982\u4f55\u8fdb\u884c\u7684e-mail\u3002 +step2.reg.text=\u611f\u8c22\u60a8\u5bf9OpenOLAT\u7684\u5173\u6ce8\u3002\u60a8\u5c06\u4f1a\u6536\u5230\u4e00\u5c01\u5173\u4e8e\u6307\u5bfc\u5982\u4f55\u8fdb\u884c{0}\u7684e-mail\u3002 +step3.pw.text=\u8bf7\u53c2\u8003\u5982\u4e0b\u8bf4\u660e\u4ee5\u8bbe\u7f6eOpenOLAT\u5bc6\u7801\uff1a +step3.reg.text=\u4e3a\u4e86\u5b8c\u6210\u60a8\u6ce8\u518c\uff0c\u8bf7\u586b\u5199\u4e0b\u8868\u3002 +step4.pw.text=\u60a8\u5df2\u7ecf\u6210\u529f\u5730\u4fee\u6539OpenOLAT\u5bc6\u7801\u3002 +step4.reg.text=<b>\u8bf7\u5728\u7ee7\u7eed\u4e4b\u524d\u5148\u9605\u8bfb\u4f7f\u7528\u6761\u6b3e</b> +step5.reg.text=<p><b>\u6b22\u8fce\u6765\u5230 OpenOLAT\!</b></p>\u60a8\u73b0\u5728\u53ef\u4ee5\u4f7f\u7528\u7528\u6237\u540d<b>{1}</b>\u548c\u5bc6\u7801\u767b\u5f55 <a href\="{0}/"></a> +step5.reg.yourdata=\u60a8\u7684\u4fe1\u606f\u96c6\: +submit.accept=\u63a5\u53d7 +submit.cancel=\u53d6\u6d88 +submit.speichernUndpwchange=\u66f4\u6539OpenOLAT \u5bc6\u7801 +submit.speichernUndregistrieren=\u6ce8\u518c +submit.speichernUndweiter=\u53d1\u9001 +submit.weiter=\u4e0b\u4e00\u6b65 +title.pwchange=\u66f4\u6539OpenOLAT \u5bc6\u7801 +title.register=OpenOLAT \u6ce8\u518c +unknown.body=\u5982\u679c\u60a8\u60f3\u8981\u66f4\u6539OpenOLAT\u5bc6\u7801\uff0c\u4f46\u662f\u6240\u7ed9\u7684e-mail\u5e76\u6ca1\u6709\u5728\u670d\u52a1\u5668 {0}\u91cc\u6ce8\u518c\uff0c\u8bf7\u8bd5\u53e6\u4e00\u4e2ae-mail\u5730\u5740\u3002\r\n\r\n\u4e00\u65e6\u60a8\u4e0d\u60f3\u6536\u5230\u6b64e-mail\uff0c\u8bf7\u628a\u5b83\u5220\u9664\u3002\r\n\r\n \u60a8\u7684OpenOLAT\u56e2\u961f\uff08\u5434\u5bbe\uff09\u3002 +unknown.subject=OpenOLAT\u7cfb\u7edf\u4e2d\u672a\u77e5\u7684e-mail\u5730\u5740\u3002 +user.firstname=\u540d +user.language=\u8bed\u8a00 +user.lastname=\u59d3 +user.login=\u7528\u6237\u540d +user.loginlength=\u5230\u5c11\u5305\u542b4\u4e2a\u5b57\u7b26\uff1b\u53ef\u4ee5\u5305\u62ec\u5b57\u6bcd\u548c\u6570\u5b57 +user.notregistered=\u65e0\u6cd5\u6ce8\u518c\uff0c\u8bf7\u6838\u5bf9\u60a8\u7684\u4fe1\u606f\u3002 +user.password=OpenOLAT \u5bc6\u7801 +user.password2=\u91cd\u65b0\u8f93\u5165OpenOLAT \u5bc6\u7801 +user.pwlength=\u5230\u5c11\u5305\u542b4\u4e2a\u5b57\u7b26\uff1b\u53ef\u4ee5\u5305\u62ec\u5b57\u6bcd\u548c\u6570\u5b57 +user.regkey=\u6ce8\u518c\u5bc6\u94a5 +workflow.browsedback=\u8bf7\u4e0d\u8981\u4f7f\u7528\u6b64\u6d4f\u89c8\u5668\u6765\u5bfc\u822a\u3002 diff --git a/src/main/java/org/olat/registration/_i18n/LocalStrings_zh_TW.properties b/src/main/java/org/olat/registration/_i18n/LocalStrings_zh_TW.properties index 30e1bc0711d04cf40163fee3d7650e472d4a2a7f..64ce23c08e09e62efc670903c3255361eace36b0 100644 --- a/src/main/java/org/olat/registration/_i18n/LocalStrings_zh_TW.properties +++ b/src/main/java/org/olat/registration/_i18n/LocalStrings_zh_TW.properties @@ -20,7 +20,7 @@ email.or.username.not.identified=\u4F7F\u7528\u8005\u7121\u6CD5\u88AB\u6E05\u695 email.sent=\u96FB\u5B50\u90F5\u4EF6\u5DF2\u767C\u9001\u3002 form.check1=\u8ACB\u8F38\u5165\u60A8\u7684\u540D\u5B57\u3002 form.check2=\u8ACB\u8F38\u5165\u60A8\u7684\u59D3\u6C0F\u3002 -form.check3=\u4F7F\u7528\u8005\u540D\u7A31\u5FC5\u9808\u5305\u542B\u81F3\u5C11 3 \u500B\u5B57\u5143\uFF0C\u4E14\u53EA\u6709\u5F9E A \u5230 Z (\u7121\u8B8A\u97F3) \u7684\u5B57\u6BCD\u4EE5\u53CA\u5F9E 0 \u5230 9 \u7684\u6578\u5B57\u3002\u6B64\u5916\uFF0C\u60A8\u53EF\u4EE5\u4F7F\u7528 . _ \u548C -\u3002 +form.check3=$org.olat.user\:form.checkUsername form.check4=\u8ACB\u8F38\u5165\u4E00\u500B\u5BC6\u78BC\u3002 form.check5=\u8ACB\u8F38\u5165\u5169\u500B\u76F8\u540C\u7684\u5BC6\u78BC\u3002 form.check6=\u9019\u500B\u4F7F\u7528\u8005\u540D\u7A31\u5DF2\u7D93\u5B58\u5728\u3002\u8ACB\u9078\u64C7\u5176\u4ED6\u7684\u3002 diff --git a/src/main/java/org/olat/repository/RepositoryManager.java b/src/main/java/org/olat/repository/RepositoryManager.java index 22300a30cad836440a025e1536e4747c9bb6d299..a181fb86984c94ec6f1da94e7ed90e89661171df 100644 --- a/src/main/java/org/olat/repository/RepositoryManager.java +++ b/src/main/java/org/olat/repository/RepositoryManager.java @@ -1813,11 +1813,13 @@ public class RepositoryManager extends BasicManager { * @param re * @param logger */ - public void removeParticipants(Identity ureqIdentity, List<Identity> removeIdentities, RepositoryEntry re, MailPackage mailing){ + public void removeParticipants(Identity ureqIdentity, List<Identity> removeIdentities, RepositoryEntry re, MailPackage mailing, boolean sendMail) { for (Identity identity : removeIdentities) { securityManager.removeIdentityFromSecurityGroup(identity, re.getParticipantGroup()); - - RepositoryMailing.sendEmail(ureqIdentity, identity, re, RepositoryMailing.Type.removeParticipant, mailing, mailer); + + if(sendMail) { + RepositoryMailing.sendEmail(ureqIdentity, identity, re, RepositoryMailing.Type.removeParticipant, mailing, mailer); + } ActionType actionType = ThreadLocalUserActivityLogger.getStickyActionType(); ThreadLocalUserActivityLogger.setStickyActionType(ActionType.admin); @@ -2049,7 +2051,7 @@ public class RepositoryManager extends BasicManager { if(e.getRepoParticipant().booleanValue()) { addParticipants(ureqIdentity, ureqRoles, new IdentitiesAddEvent(e.getMember()), re, mailing); } else { - removeParticipants(ureqIdentity, Collections.singletonList(e.getMember()), re, mailing); + removeParticipants(ureqIdentity, Collections.singletonList(e.getMember()), re, mailing, true); } } } diff --git a/src/main/java/org/olat/repository/_i18n/LocalStrings_de.properties b/src/main/java/org/olat/repository/_i18n/LocalStrings_de.properties index 7b509b57bad80261c3a7fab642046c6392c19c04..92c724fd707f0bc9e31aa40cb53f77c6b4be0aa8 100644 --- a/src/main/java/org/olat/repository/_i18n/LocalStrings_de.properties +++ b/src/main/java/org/olat/repository/_i18n/LocalStrings_de.properties @@ -305,10 +305,6 @@ new.test=Test erstellen new.test.intro=Neuen Test erstellen. new.wiki=Wiki erstellen new.wiki.intro=Neues Wiki erstellen -notification.mail.added.subject=Kurs $coursename -notification.mail.added.body=*** Das ist eine automatisch generierte Nachricht. Bitte antworten Sie nicht auf diese Nachricht *** \n\nSie wurden von {0} {1} ({3}) in einen Kurs eingeladen\: \n\nKursname\: $coursename\nBeschreibung\: $coursedescription\n\nBei Fragen kontaktieren Sie bitte {0} {1} ({2}). -notification.mail.removed.subject=Kurs $coursename\: Sie wurden ausgetragen. -notification.mail.removed.body=*** Das ist eine automatisch generierte Nachricht. Bitte antworten Sie nicht auf diese Nachricht *** \n\nSie wurden von {0} {1} ({3}) aus dem Kurs ausgetragen\: \n\nKursname\: $coursename\nBeschreibung\: $coursedescription\n\nBei Fragen kontaktieren Sie bitte {0} {1} ({2}). properties.for=Einstellungen - {0} referencableSearch.cmd.allEntries=Alle Eintr\u00E4ge referencableSearch.cmd.myEntries=Meine Eintr\u00E4ge @@ -457,3 +453,8 @@ wizard.velocity.step1.par4e=<b>ACHTUNG\: Die \u00C4nderung des Kursstatus kann < wizardsteptitledescription=Beschreibung eintragen wizardsteptitleproperties=Einstellungen vornehmen wizardsteptitleupload=Datei hochladen +notification.mail.added.subject=Kurs $coursename +notification.mail.added.body=*** Das ist eine automatisch generierte Nachricht. Bitte antworten Sie nicht auf diese Nachricht *** \n\nSie wurden von {0} {1} ({3}) in einen Kurs eingeladen\: \n\nKursname\: $coursename\nBeschreibung\: $coursedescription\n\nBei Fragen kontaktieren Sie bitte {0} {1} ({2}). +notification.mail.removed.subject=Kurs $coursename\: Sie wurden ausgetragen. +notification.mail.removed.body=*** Das ist eine automatisch generierte Nachricht. Bitte antworten Sie nicht auf diese Nachricht *** \n\nSie wurden von {0} {1} ({3}) aus dem Kurs ausgetragen\: \n\nKursname\: $coursename\nBeschreibung\: $coursedescription\n\nBei Fragen kontaktieren Sie bitte {0} {1} ({2}). + 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 438604b7a8e18ce06dddee129d3b103fc7de7ef0..ab61b983ce4a38e9628d5147c80cfe76876ff3e5 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 @@ -#Tue Dec 18 17:57:53 CET 2012 +#Wed Dec 19 13:44:04 CET 2012 CourseModule=Course EPStructuredMapTemplate=Portfolio template Failed=The transmission of this file failed. @@ -231,7 +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.download.compatible=Export contents for OpenOLAT < 8.2 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/provider/free/ui/_i18n/LocalStrings_pl.properties b/src/main/java/org/olat/resource/accesscontrol/provider/free/ui/_i18n/LocalStrings_pl.properties index ecb2befd62bd8f27494f1f74d58b9ff75d1f2847..451577c2282b484cf3ddb1b216c4b073225d6ddd 100644 --- a/src/main/java/org/olat/resource/accesscontrol/provider/free/ui/_i18n/LocalStrings_pl.properties +++ b/src/main/java/org/olat/resource/accesscontrol/provider/free/ui/_i18n/LocalStrings_pl.properties @@ -1 +1,4 @@ -#Tue Jul 31 15:46:15 CEST 2012 +#Fri Dec 14 00:03:02 CET 2012 +create=Utw\u00F3rz +free.method=Wolny dost\u0119p +offer.description=Opis diff --git a/src/main/java/org/olat/resource/accesscontrol/provider/paypal/ui/_i18n/LocalStrings_pl.properties b/src/main/java/org/olat/resource/accesscontrol/provider/paypal/ui/_i18n/LocalStrings_pl.properties new file mode 100644 index 0000000000000000000000000000000000000000..56832fb05908b448544dd500e587ab4627bad0c1 --- /dev/null +++ b/src/main/java/org/olat/resource/accesscontrol/provider/paypal/ui/_i18n/LocalStrings_pl.properties @@ -0,0 +1,3 @@ +#Fri Dec 14 00:02:08 CET 2012 +create=Utw\u00F3rz +offer.description=Opis diff --git a/src/main/java/org/olat/resource/accesscontrol/provider/token/ui/_i18n/LocalStrings_pl.properties b/src/main/java/org/olat/resource/accesscontrol/provider/token/ui/_i18n/LocalStrings_pl.properties index f7fb04c43ca91d8f68075f939677aa34ef7bc574..7d9150798f965bdbf57b1318eb3f5aa5f4f52d6a 100644 --- a/src/main/java/org/olat/resource/accesscontrol/provider/token/ui/_i18n/LocalStrings_pl.properties +++ b/src/main/java/org/olat/resource/accesscontrol/provider/token/ui/_i18n/LocalStrings_pl.properties @@ -1,2 +1,7 @@ -#Tue Jul 31 15:46:15 CEST 2012 -token.method=Kod dost\u0119pu \ No newline at end of file +#Fri Dec 14 00:07:31 CET 2012 +accesscontrol.token=Kod dost\u0119pu +create=Utw\u00F3rz +invalid.token=B\u0142\u0119dny kod dost\u0119pu +invalid.token.format=Kod dost\u0119pu musi zawiera\u0107 co najmniej jeden znak +offer.description=Opis +token.method=Kod dost\u0119pu diff --git a/src/main/java/org/olat/resource/accesscontrol/ui/_i18n/LocalStrings_pl.properties b/src/main/java/org/olat/resource/accesscontrol/ui/_i18n/LocalStrings_pl.properties index cae48fa6e906d4da535adf8ce92f6eb57fc6dfb9..3bed3fdf08add9df1fd3c1882cb49b8356e21ffd 100644 --- a/src/main/java/org/olat/resource/accesscontrol/ui/_i18n/LocalStrings_pl.properties +++ b/src/main/java/org/olat/resource/accesscontrol/ui/_i18n/LocalStrings_pl.properties @@ -1,16 +1,99 @@ -#Tue Jul 31 15:46:15 CEST 2012 +#Thu Dec 13 23:48:16 CET 2012 +access.desc=Ten zas\u00F3b jeszcze nie jest zarezerwowany przez Ciebie. Rezerwacja jest konieczna do uruchomienia tego zasobu. Wybierz jeden z dost\u0119pnych sposob\u00F3w rezerwacji poni\u017Cej. +access.free.desc=Ten zas\u00F3b jest dla Ciebie swobodnie dost\u0119pny. Wybierz przycisk "$\:access.button", aby si\u0119 zarejestrowa\u0107 i uzyska\u0107 dost\u0119p. +access.free.title=Zas\u00F3b swobodnie dost\u0119pny +access.info.price.noVat={0} +access.info.price.vat={0} (zawiera {1}% VAT) +access.refused.desc=Ten zas\u00F3b jest aktualnie dost\u0119pny dla rezerwacji. Prosimy spr\u00F3bowa\u0107 ponownie p\u00F3\u017Aniej lub skontaktowa\u0107 si\u0119 z w\u0142a\u015Bcicielem tego zasobu. +access.title=Rezerwacja zasobu +access.token.desc=Ten zas\u00F3b jest chroniony kodem dost\u0119pu. Wpisz kod dost\u0119pu i wybierz przycisk "$\:access.button", \u017Ceby zarejestrowa\u0107 si\u0119 i uzyska\u0107 dost\u0119p. Kod dost\u0119pu mo\u017Cesz otrzyma\u0107 od w\u0142a\u015Bciciela tego zasobu. +access.token.title=Zas\u00F3b chroniony +accesscontrol.desc=Mo\u017Cesz skonfigurowa\u0107 spos\u00F3b rezerwacji. $\:accesscontrol.desc.end +accesscontrol.desc.end=U\u017Cyj przycisku "$\:add.accesscontrol", aby wybra\u0107 jeden lub wi\u0119cej sposob\u00F3w rezerwacji. Jako opcj\u0119 mo\u017Cna r\u00F3wnie\u017C okre\u015Bli\u0107 okres, w kt\u00F3rym ka\u017Cdy ze sposob\u00F3w rezerwacji jest obowi\u0105zuj\u0105cy. +accesscontrol.no.methods.full.access=Nie ma skonfigurowanej metody rezerwacji w celu ograniczenia dost\u0119pu. Ten zas\u00F3b mo\u017Ce by\u0107 dost\u0119pny dla wszystkich u\u017Cytkownik\u00F3w bez wyra\u017Anej rezerwacji. Wybierz przycisk "$\: add.accesscontrol" w celu ograniczenia dost\u0119pu i okre\u015Blenia sposobu rezerwacji. +accesscontrol.no.methods.no.access=Spos\u00F3b rezerwacji nie zosta\u0142 skonfigurowany. Ten zas\u00F3b jest dost\u0119pny tylko dla przypisanych u\u017Cytkownik\u00F3w (cz\u0142onk\u00F3w). Wybierz przycisk "$\:add.accesscontrol", aby doda\u0107 spos\u00F3b rezerwacji i opublikowa\u0107 t\u0119 informacj\u0119. +accesscontrol.table.from=od +accesscontrol.table.method=Spos\u00F3b rezerwacji +accesscontrol.table.to=do +accesscontrol.title=Konfiguracja rezerwacji +accesscontrol.token=Kod dost\u0119pu +accesscontrol_group.desc=Mo\u017Cesz skonfigurowa\u0107 spos\u00F3b rezerwacji. U\u017Cyj przycisku "Dodaj spos\u00F3b rezerwacji", aby wybra\u0107 jeden lub wi\u0119cej sposob\u00F3w rezerwacji. Jako opcj\u0119 mo\u017Cna r\u00F3wnie\u017C okre\u015Bli\u0107 okres, w kt\u00F3rym ka\u017Cdy ze sposob\u00F3w rezerwacji jest obowi\u0105zuj\u0105cy. +add.accesscontrol=Dodaj spos\u00F3b rezerwacji +add.accesscontrol.intro=Wybierz spos\u00F3b rezerwacji. Mo\u017Cesz doda\u0107 wiele sposob\u00F3w rezerwacji i skonfigurowa\u0107 r\u00F3\u017Cne okresy obowi\u0105zywania dla ka\u017Cdego ze sposob\u00F3w. +add.token=Utw\u00F3rz kod dost\u0119pu +chelp.accesscontrol.access=Je\u015Bli zas\u00F3b jest opublikowany dla wszystkich zarejestrowanych u\u017Cytkownik\u00F3w, tutaj mo\u017Cna okre\u015Bli\u0107 warunki jego uruchamiania. +chelp.accesscontrol.access.free=Zas\u00F3b mo\u017Ce by\u0107 uruchomiony przez wszystkich u\u017Cytkownik\u00F3w, bez \u017Cadnych ogranicze\u0144 i bez jawnej rejestracji. W tej sytuacji nie b\u0119dzie wiedzia\u0142, kto korzysta\u0142 z kursu i nie b\u0119dziesz mia\u0142 dost\u0119pu do danych bie\u017C\u0105cych, takich jak wyniki test\u00F3w (dost\u0119pne tylko w kursach). Jest to domy\u015Blne zachowanie. +chelp.accesscontrol.access.member=Z drugiej strony, je\u015Bli chcesz udost\u0119pni\u0107 zas\u00F3b konkretnym u\u017Cytkownikom, powiniene\u015B wybra\u0107 opcj\u0119 "Tylko dla cz\u0142onk\u00F3w". W tym przypadku mo\u017Cesz administrowa\u0107 uczniami i nauczycielami dla tego zasobu. +chelp.accesscontrol.access.order=Spos\u00F3b rezerwacji zosta\u0142 skonfigurowany i u\u017Cytkownicy sami mog\u0105 zarezerwowa\u0107 zas\u00F3b. W tej sytuacji b\u0119dziesz mie\u0107 dost\u0119p do listy uczestnik\u00F3w (opcja zarz\u0105dzania u\u017Cytkownikami). Przeczytaj poni\u017Cej, aby dowiedzie\u0107 si\u0119, jakie sposoby rezerwacji dost\u0119pne s\u0105 do Twojej dyspozycji. +chelp.accesscontrol.dates=Mo\u017Cesz skonfigurowa\u0107 kilka sposob\u00F3w rezerwacji. S\u0142u\u017C\u0105 one jako r\u00F3\u017Cne opcje, kt\u00F3re u\u017Cytkownicy mog\u0105 wybiera\u0107. Opcjonalnie mo\u017Cna skonfigurowa\u0107 dat\u0119 wa\u017Cno\u015Bci rozpocz\u0119cia i zako\u0144czenia dla ka\u017Cdego sposobu rezerwacji. W tym przypadku rezerwacja jest dost\u0119pna tylko w zdefiniowanym okresie. Mo\u017Cliwe jest podanie tylko daty rozpocz\u0119cia lub zako\u0144czenia dla sposobu rezerwacji. Je\u015Bli nie chcesz ogranicza\u0107 czasu rezerwacji, pozostaw te pola puste. +chelp.accesscontrol.delete=Mo\u017Cesz usun\u0105\u0107 skonfigurowane sposoby rezerwacji w dowolnym momencie. Nie b\u0119dzie mia\u0142o to wp\u0142ywu na ju\u017C dokonane rezerwacje. +chelp.accesscontrol.hover=Pomoc na temat konfiguracji sposob\u00F3w rezerwacji i kontroli dost\u0119pu. +chelp.accesscontrol.intro=Na stronie "$\:accesscontrol.title" mo\u017Cesz okre\u015Bli\u0107 kiedy i pod jakimi warunkami u\u017Cytkownicy mog\u0105 rezerwowa\u0107 sobie dost\u0119p do grupy projektu. Rezerwacja powinna by\u0107 tu rozumiana jako rejestracja, zapisy lub zakup. +chelp.accesscontrol.manual=Uwaga\: data rozpocz\u0119cia i zako\u0144czenia jest istotna tylko dla procesu rezerwacji. Gdy zas\u00F3b zosta\u0142 zarezerwowany przez u\u017Cytkownika, zostanie on dodany do listy cz\u0142onk\u00F3w tego zasobu. Od tej chwili ma on dost\u0119p do zasobu. Wyga\u015Bni\u0119cie okresu rezerwacji lub jej usuni\u0119cie nie ma wp\u0142ywu na dost\u0119p do zasobu. Jako w\u0142a\u015Bciciel zasobu mo\u017Cesz dodawa\u0107 lub usuwa\u0107 u\u017Cytkownik\u00F3w do / z listy cz\u0142onk\u00F3w zasobu w dowolnym momencie. +chelp.accesscontrol.method.free=Wybierz "wolny dost\u0119p", je\u015Bli ma nie by\u0107 \u017Cadnych ogranicze\u0144 w rezerwacji. Wszyscy u\u017Cytkownicy mog\u0105 zarezerwowa\u0107 zas\u00F3b. +chelp.accesscontrol.method.token=Wybierz "kod dost\u0119pu", je\u015Bli rezerwacja ma by\u0107 ograniczona do os\u00F3b znaj\u0105cych kod dost\u0119pu. B\u0119dziesz m\u00F3g\u0142 okre\u015Bli\u0107 ten kod dost\u0119pu. Tylko u\u017Cytkownicyznaj\u0105cy kod b\u0119d\u0105 mogli zarezerwowa\u0107 zas\u00F3b. +chelp.accesscontrol.methods=Wci\u015Bnij przycisk "$\:add.accesscontrol" \u017Ceby doda\u0107 jeden z nast\u0119puj\u0105cych sposob\u00F3w rezerwacji\: +chelp.accesscontrol.title=Kontrola dost\u0119pu i sposoby rezerwacji +chelp.accesscontrol_group.access=Je\u015Bli \u017Caden spos\u00F3b rezerwacji nie zosta\u0142 skonfigurowany, tylko cz\u0142onkowie tej grupy j\u0105 widz\u0105. +chelp.accesscontrol_group.dates=Mo\u017Cesz skonfigurowa\u0107 kilka sposob\u00F3w rezerwacji. S\u0142u\u017C\u0105 one jako r\u00F3\u017Cne opcje, kt\u00F3re u\u017Cytkownicy mog\u0105 wybiera\u0107. Opcjonalnie mo\u017Cna skonfigurowa\u0107 dat\u0119 wa\u017Cno\u015Bci rozpocz\u0119cia i zako\u0144czenia dla ka\u017Cdego sposobu rezerwacji. W tym przypadku rezerwacja jest dost\u0119pna tylko w zdefiniowanym okresie. Mo\u017Cliwe jest podanie tylko daty rozpocz\u0119cia lub zako\u0144czenia dla sposobu rezerwacji. Je\u015Bli nie chcesz ogranicza\u0107 czasu rezerwacji, pozostaw te pola puste. +chelp.accesscontrol_group.delete=Mo\u017Cesz usun\u0105\u0107 skonfigurowane sposoby rezerwacji w dowolnym momencie. Nie b\u0119dzie mia\u0142o to wp\u0142ywu na ju\u017C dokonane rezerwacje. +chelp.accesscontrol_group.hover=Pomoc dotycz\u0105ca sposob\u00F3w rezerwacji i publikowania (udost\u0119pniania) grup projektu +chelp.accesscontrol_group.intro=Na stronie "$\:accesscontrol.title" mo\u017Cesz okre\u015Bli\u0107 kiedy i pod jakimi warunkami u\u017Cytkownicy mog\u0105 rezerwowa\u0107 sobie dost\u0119p do grupy projektu. Rezerwacja powinna by\u0107 tu rozumiana jako rejestracja, zapisy lub zakup. +chelp.accesscontrol_group.manual=Uwaga\: data rozpocz\u0119cia i zako\u0144czenia jest istotna tylko dla procesu rezerwacji. Gdy zas\u00F3b zosta\u0142 zarezerwowany przez u\u017Cytkownika, zostanie on dodany do listy cz\u0142onk\u00F3w tego zasobu. Od tej chwili ma on dost\u0119p do zasobu. Wyga\u015Bni\u0119cie okresu rezerwacji lub jej usuni\u0119cie nie ma wp\u0142ywu na dost\u0119p do zasobu. Jako w\u0142a\u015Bciciel zasobu mo\u017Cesz dodawa\u0107 lub usuwa\u0107 u\u017Cytkownik\u00F3w do / z listy cz\u0142onk\u00F3w zasobu w dowolnym momencie. +chelp.accesscontrol_group.method.free=Wybierz wolny dost\u0119p, je\u015Bli ma nie by\u0107 \u017Cadnych ogranicze\u0144 w rezerwacji. Wszyscy u\u017Cytkownicy mog\u0105 zarezerwowa\u0107 zas\u00F3b. +chelp.accesscontrol_group.method.token=Wybierz "kod dost\u0119pu", je\u015Bli rezerwacja ma by\u0107 ograniczona do os\u00F3b znaj\u0105cych kod dost\u0119pu. B\u0119dziesz m\u00F3g\u0142 okre\u015Bli\u0107 ten kod dost\u0119pu. Tylko u\u017Cytkownicyznaj\u0105cy kod b\u0119d\u0105 mogli zarezerwowa\u0107 zas\u00F3b. +chelp.accesscontrol_group.methods=Aby grupa by\u0142a widoczna dla wszystkich u\u017Cytkownik\u00F3w, nale\u017Cy wybra\u0107 jeden lub kilka z nast\u0119puj\u0105cych sposob\u00F3w rezerwacji\: +chelp.accesscontrol_group.title=Sposoby rezerwacji i publikowanie (udost\u0119pnianie) grup +cmd.close=Zamknij +cmd.title=Kontrola dost\u0119pu +create=Utw\u00F3rz +from=Od\: +info.membership.deleted=U\u017Cytkownik zosta\u0142 pomy\u015Blnie usuni\u0119ty z listy. +members.add=Dodaj u\u017Cytkownika +members.confirm.remove=Potwierdzenie usuni\u0119cia +members.empty=Lista nie zawiera \u017Cadnego u\u017Cytkownika +members.import=Import +members.name=Nazwa +members.owners=W\u0142a\u015Bciciel +members.owners.alt=U\u017Cytkownik z uprawnieniami w\u0142a\u015Bciciela do tego zasobu +members.owners.confirm.remove=Prosz\u0119 potwierdzi\u0107, \u017Ce chcesz usun\u0105\u0107 w\u0142a\u015Bciciela "{0}" ze wszystkich grup\: +members.owners.info=Ta lista zawiera u\u017Cytkownik\u00F3w z prawami w\u0142a\u015Bciciela do tego zasobu edukacyjnego. Ci u\u017Cytkownicy maj\u0105 pe\u0142ny dost\u0119p do wszystkich narz\u0119dzi administracyjnych tego zasobu, w tym do zarz\u0105dzania cz\u0142onkami. Wci\u015Bnij przycisk "$\:members.add" lub "$\:members.import", aby przyzna\u0107 prawa w\u0142a\u015Bciciela jednemu lub wielu u\u017Cytkownikom. +members.participants=Uczestnicy +members.participants.alt=U\u017Cytkownicy z uprawnieniami uczestnik\u00F3w +members.participants.confirm.remove=Potwierd\u017A uczestnika "{0}" ze wszystkich grup\: +members.participants.info=Ta lista zawiera u\u017Cytkownik\u00F3w z prawami uczestnika do tego zasobu. U\u017Cytkownicy ci uzyskuj\u0105 dost\u0119p do zasobu, gdy zostanie on opublikowany. Wybierz przycisk "$\:members.add" lub "$\:members.import", aby przyzna\u0107 takie uprawnienia jednemu lub wielu u\u017Cytkownikom. <br /> Je\u015Bli pracujesz z grupami edukacyjnymi, wszyscy uczestnicy grup edukacyjnych zostan\u0105 automatycznie uwzgl\u0119dnieni w tej li\u015Bcie. <br /> Je\u015Bli wykorzystujesz mechanizm rezerwacji, wszyscy uczestnicy, kt\u00F3rzy zarezerwuj\u0105 zas\u00F3b zostan\u0105 automatycznie umieszczeni na tej li\u015Bcie. <br /> U\u017Cytkownik\u00F3w mo\u017Cna usun\u0105\u0107 z tej listy w dowolnym momencie - w\u00F3wczas nie b\u0119d\u0105 oni wi\u0119cej mieli dost\u0119pu do tego zasobu. +members.title=Zarz\u0105dzanie cz\u0142onkami +members.title.alt=Zarz\u0105dzanie w\u0142a\u015Bcicielami, nauczycielami i uczestnikami +members.tutors=Nauczyciele +members.tutors.alt=U\u017Cytkownicy z uprawnieniami nauczyciela do tego zasobu +members.tutors.confirm.remove=Prosz\u0119 potwierdzi\u0107, \u017Ce chcesz usun\u0105\u0107 nauczyciela "{0}" ze wszystkich grup\: +members.tutors.info=Ta lista zawiera u\u017Cytkownik\u00F3w z prawami nauczyciela do tego zasobu edukacyjnego. Ci u\u017Cytkownicy maj\u0105 dost\u0119p do tego zasobu, gdy zosta\u0142 on ju\u017C opublikowany (analogicznie do uczestnik\u00F3w). W kursach nauczyciele maj\u0105 dost\u0119p do narz\u0119dzia oceny. Wci\u015Bnij przycisk "$\:members.add" lub "$\:members.import", aby przyzna\u0107 prawa nauczyciela jednemu lub wielu u\u017Cytkownikom. <br /> Je\u015Bli wykorzystujesz grupy edukacyjne, wszyscy nauczyciele grup edukacyjnych zostan\u0105 automatycznie dodani do tej listy nauczycieli. +membership.delete.desc=Prosz\u0119 potwierdzi\u0107, \u017Ce chcesz usun\u0105\u0107 zaznaczonych u\u017Cytkownik\u00F3w z listy\: +membership.delete.title=Usu\u0144 u\u017Cytkownika +menu.orders=Rezerwacje +offer.description=Opis +order.creationDate=Data utworzenia +order.delivery=Zarezerwowany przez +order.details=Informacja szczeg\u00F3\u0142owa +order.from=Od +order.item=Zas\u00F3b +order.item.name=Nazwa zasobu order.menu.title=Rezerwacje order.nr=Numer rezerwacji order.part.payment=Metoda rezerwacji +order.status=Status order.status.canceled=Skasowana order.status.error=B\u0142\u0105d order.status.new=Nowa order.status.payed=Op\u0142acona order.status.prepayment=W trakcie op\u0142acania order.summary=Tre\u015B\u0107 +order.to=Do +order.total=Wszystkie orders.admin.my=Rezerwacje orders.admin.my.desc=Ten zas\u00F3b zosta\u0142 zarezerwowany przez nast\u0119puj\u0105ce osoby. Wybierz rezerwacj\u0119, \u017Ceby zobaczy\u0107 jej szczeg\u00F3\u0142y. orders.my=Moje rezerwacje +orders.my.desc=Poni\u017Csza lista zawiera wszystkie rezerwowane zasoby. Wybierz rezerwacj\u0119, aby zobaczy\u0107 szczeg\u00F3\u0142y. table.order.details=Wybierz table.order.empty=Aktualnie nie ma \u017Cadnych rezerwacji do wy\u015Bwietlenia. to=Do\: diff --git a/src/main/java/org/olat/restapi/api/_content/application.html b/src/main/java/org/olat/restapi/api/_content/application.html index e16edf3bf97f246d6a21a31fefb6196897ee4235..84b42e646bc761ea27fe8de606a1ed195b0fa2dc 100644 --- a/src/main/java/org/olat/restapi/api/_content/application.html +++ b/src/main/java/org/olat/restapi/api/_content/application.html @@ -1,1575 +1,11506 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - -The goal of the REST API is to provide an easy way to exchange -URLs. It is also used to integrate with other systems such as student -administration, external course administration and/or external learning group -administration.</p> - -<h2>Concepts</h2> -<p>Representational State Transfer or REST is a style of architecture to be primarily used with -the HTTP protocol, but not exclusively. In the case of HTTP, it utilizes all -its features: URIs to describe resources, HTTP Methods as "verbs" to manipulate resources -(GET to retrieve resources, PUT to create new ones, POST to modify them, DELETE...), -HTTP Headers and Media Types for content negotiation...</p> -<p>In OpenOLAT, the JRS-311 is used as a backend for the implementation of our REST API. JSR-311 is a standard -from J2EE. We use the reference implementation from the following standard: <a href="https://jersey.dev.java.net/">Jersey</a>.</p> -<img src="schema.jpg" title="schema" /> - -<h2>Security</h2> -<p>The security is based on a two level mechanism, as it is in OpenOLAT.</p> -<ol> - <li>The first level is a servlet filter which collects all requests to the REST API. This filter - determines whether the URI is open to everyone (/api, /ping, /auth...) or if it needs an authentication. The authentication - itself is delegated to a web service.</li> - <li>The second level happens in all entry points of the REST API. Every method checks if - the user (if a user must be authenticated) has enough privileges to operate on the desired resource.</li> -</ol> -<p>To maintain a valid authentication over several requests, the filter proposes two methods:</p> -<ol> - <li>Reuse the session cookie on every request. The advantage of this method is that OpenOLAT - doesn't need to create a session on every request.</li> - <li>If you cannot use the session cookie, the filter always adds an HTTP Header (X-OLAT-TOKEN) to - the response. Send this token with the next request to maintain your privileges.</li> -</ol> - -<h2>Configuration</h2> -<p>A spring bean allows to configure Resources, Singletons and Providers; either statically -with the XML configuration of the bean (<code>/org/olat/restapi/_spring/restApiContext.xml</code>) or -programmatically by adding or removing classes and singletons to/from the bean (bean id is the -same as its interface: <code>org.olat.restapi.support.RestRegistrationService</code>).</p> -<p>OpenOLAT uses the standard JAXB provider from Jersey to produce XML from java objects, as well as -the JSON provider from <a href="http://jackson.codehaus.org/">Jackson</a>, which reuses -the same JAXB annotations.</p> -<p><strong>Very important!</strong> All configuration settings must be done before the Jersey's servlet starts.</p> - -<h2>Example</h2> -<p>Here is a little example on how to create a user and add it to a learning group:</p> -<ol> - <li>PUT http://www.frentix.com/olat/restapi/users<br /> - HTTP Header: Content-Type application/json<br /> - Response: 200</li> - <li>GET http://www.frentix.com/olat/restapi/groups<br /> - HTTP Header: Accept application/json<br /> - Response: 200</li> - <li>Choose a group</li> - <li>PUT http://www.frentix.com/olat/restapi/groups/{groupId}/users/{identityKey}<br /> - Response: 200</li> -</ol> - -<h2>Documentation</h2> -<p>This documentation is based on the WADL format. The XML file is automatically -generated by Jersey on runtime. For documentation purposes, this file is the base -of a four step Maven process to produce a human readable HTML file.</p> -<ol> - <li>Generate a XSD schema from all the Java classes used by JAXB for mapping</li> - <li>Generate Javadoc with a custom doclet for WADL</li> - <li>Generate WADL with the output of the two preceding steps</li> - <li>Produce the final HTML documentation with XSLT</li> -</ol> -<p>To add java classes annoted with JAXB, you must update the pom file in the OpenOLAT directory -under the artfact <code>maven-jaxb-schemagen-plugin</code>.</p> -<p>To add resources, you must add the packages to the following plugins configurations: -<code>maven-javadoc-plugin</code> and <code>maven-wadl-plugin</code>. -Be aware that the first uses commas to seperates the packages and the second semicolons. Both recursively search all resources -under the packages.</p> -<p>Examples for the documentation can only be generated for XML. This is a limitation of the -maven plugin.</p> - - <h2>Contents of resources</h2> -<p> -Description:<br> - -<P> -Initial Date: 7 févr. 2012 <br>Get courses informations viewable by the authenticated userExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<courses totalCount="0"> -<courses> -<course> -<key>777</key> -<title>Demo course</title> -<displayName>Demo course</displayName> -</course> -</courses> -</courses> -List of visible coursesDescription:<br> -Authenticate against OLAT Provider - -<P> -Initial Date: 7 apr. 2010 <br>Retrieves the version of the User Authentication Web ServiceExample1.0The version of this specific Web ServiceThe usernameAuthenticates against OLAT Provider and provides a security token if -authentication is successful. The security token is returned as -a header named X-OLAT-TOKEN. Given that the password is sent in clear text and not encrypted, it is not advisable -to use this service over a none secure connection (https).The password (the password is in clear text, not encrypted)The identity not foundExample&lt;hello&gt;Hello john&lt;/hello&gt;Say hello to the authenticated user, and give it a security tokenThe authentication has failed<h3>Description:</h3> -<p> -Initial Date: 18 jun. 2010 <br>Return some informations about the environment.The informations about the environmentExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<environmentVO vmVersion="20.4-b02-402" vmVendor="Apple Inc." vmName="Java HotSpot(TM) 64-Bit Server VM" runtimeName="15261@agam.local" -availableProcessors="4" osVersion="10.7.2" osName="Mac OS X" arch="x86_64"/> -A short summary of the number of classesThe informations about the environmentThe roles of the authenticated user are not sufficientReturn the version of the instance.The informations about the memoryExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<versionVO upgradeAvailable="false" updateAvailable="false" allowAutoUpdate="false" patchAvailable="true" allowAutoPatch="true" -repoRevision="" olatVersion="" buildVersion=""/> -The verison of the instanceThe informations about the memoryThe roles of the authenticated user are not sufficientDescription:<br> -This web service returns logFiles - -<P> -Initial Date: 23.12.2011 <br>The version of the Log Web ServiceExample1.0The version of this specific Web ServiceReturn the configuration of the monitoring, which probes are available, -which dependency...The informations about the memoryExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<monitoringInfosVO> -<type>openolat</type> -<description>this is an OpenOLAT instance</description> -<probes> -<probe>Environment</probe> -<probe>System</probe> -<probe>Runtime</probe> -<probe>Memory</probe> -</probes> -<dependencies> -<dependency url="localhost" type="openfire"/> -<dependency url="192.168.1.120" type="mysql"/> -</dependencies> -</monitoringInfosVO> -The verison of the instanceThe informations about the memoryThe roles of the authenticated user are not sufficientReturn the statistics about runtime: uptime, classes loaded, memory -summary, threads count...The informations about runtime, uptime, classes loaded, memory summary...Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<runtimeVO upTime="21248" startTime="2012-11-16T12:45:38.063+01:00" systemLoadAverage="1.16748046875"> -<classes totalLoadedClassCount="8500" unloadedClassCount="1500" loadedClassCount="7000"/> -<threads peakThreadCount="123" daemonCount="45" threadCount="102"/> -<memory garbageCollectionCount="0" garbageCollectionTime="0" maxNonHeap="0" committedNonHeap="0" usedNonHeap="0" initNonHeap="0" -maxHeap="0" committedHeap="0" usedHeap="0" initHeap="0" totalMemory="56" freeMemory="45" usedMemory="12"/> -</runtimeVO> -The version of the instanceThe informations about runtime, uptime, classes loaded, memory summary...The roles of the authenticated user are not sufficientReturn some informations about the number of Java classes...The information about the classesExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<classeStatisticsVO totalLoadedClassCount="8500" unloadedClassCount="1500" loadedClassCount="7000"/> -A short summary of the number of classesThe information about the classesThe roles of the authenticated user are not sufficientReturn the statistics about memoryThe informations about runtime, uptime, classes loaded, memory summary...Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<memoryStatisticsVO garbageCollectionCount="0" garbageCollectionTime="0" maxNonHeap="0" committedNonHeap="0" usedNonHeap="0" -initNonHeap="0" maxHeap="0" committedHeap="0" usedHeap="0" initHeap="0" totalMemory="56" freeMemory="45" usedMemory="12"/> -The version of the instanceThe informations about runtime, uptime, classes loaded, memory summary...The roles of the authenticated user are not sufficientReturn the statistics about threadsThe informations about threads countExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<threadStatisticsVO peakThreadCount="123" daemonCount="45" threadCount="102"/> -The version of the instanceThe informations about threads countThe roles of the authenticated user are not sufficientReturn the statistics about database and hibernateThe informations about runtime, uptime, classes loaded, memory summary...Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<databaseVO> -<connectionInfos currentConnectionCount="25" activeConnectionCount="10"/> -<hibernateStatistics queryExecutionCount="1237" queryExecutionMaxTimeQueryString="select * from PLock" queryExecutionMaxTime="12000" -optimisticFailureCount="23" failedTransactionsCount="2" successfulTransactionCount="13980" transactionsCount="13900" openSessionsCount="12"/> -</databaseVO> -The version of the instanceThe informations about runtime, uptime, classes loaded, memory summary...The roles of the authenticated user are not sufficientReturn the statistics about OpenOLAT, users count, courses count...The statistics about OpenOLATExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<openolatStatisticsVO/> -The verison of the instanceThe statistics about OpenOLATThe roles of the authenticated user are not sufficientReturn the statistics about OpenOLAT usersThe statistics about OpenOLAT usersExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<userStatisticsVO totalGroupCount="0" totalUserCount="0"/> -The verison of the instanceThe statistics about OpenOLAT usersThe roles of the authenticated user are not sufficientReturn the statistics about the repository, courses count, published courses...The statistics about the repositoryExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<repositoryStatisticsVO publishedCoursesCount="0" coursesCount="0"/> -The verison of the instanceThe statistics about the repositoryThe roles of the authenticated user are not sufficientReturn the statistics about the indexerThe statistics about the indexerExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<indexerStatisticsVO indexingTime="0" indexSize="0" availableFolderIndexerCount="0" runningFolderIndexerCount="0" documentQueueSize="0" -excludedDocumentCount="0" indexedDocumentCount="0"/> -The verison of the instanceThe statistics about the indexerThe roles of the authenticated user are not sufficientReturn some statistics about session.The statistics about sessionsExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<sessionsVO instantMessagingCount="123" secureRestCount="0" restCount="0" secureWebdavCount="12" webdavCount="23" secureAuthenticatedCount="234" -authenticatedCount="234" count="234"/> -A short summary about sessionsThe statistics about sessionsThe roles of the authenticated user are not sufficient<h3>Description:</h3> - -Initial Date: 21 juin 2010 <br>Return informations about memory.The informations about the memoryInformations about memoryThe informations about the memoryThe roles of the authenticated user are not sufficientReturn some informations about memory.The informations about the memoryExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<memoryVO maxAvailable="2000" totalUsed="546" totalMem="230" date="2012-11-16T12:45:38.063+01:00"/> -A short summary of the number of classesThe informations about the memoryThe roles of the authenticated user are not sufficient<h3>Description:</h3> - -Initial Date: 21 juin 2010 <br>Description:<br> -This will handle the resources folders in the course: the course storage folder -and the shared folder. The course folder has a read-write access but the shared -folder can only be read. - -<P> -Initial Date: 26 apr. 2010 <br>The version of the resources folders Web ServiceExample1.0The version of this specific Web ServiceThe course resourceable's idThis retrieves the files in the shared folderThe course or the shared folder not foundThe list of filesThe roles of the authenticated user are not sufficientThe course resourceable's idThis retrieves the files in the shared folderThe course or the shared folder not foundThe list of filesThe roles of the authenticated user are not sufficientThis retrieves the files in the course folderThe course not foundThe list of filesThe roles of the authenticated user are not sufficientThis attaches the uploaded file(s) to the supplied folder id.The course or course node not foundThe file is correctly savedThe course node is not acceptable to copy a fileThe roles of the authenticated user are not sufficientThis attaches the uploaded file(s) to the supplied folder id at the root levelThe course or course node not foundThe file is correctly savedThe course node is not acceptable to copy a fileThe roles of the authenticated user are not sufficientThis retrieves the files in the course folderThe course not foundThe list of filesThe roles of the authenticated user are not sufficientThis attaches the uploaded file(s) to the supplied folder id.The course or course node not foundThe file is correctly savedThe course node is not acceptable to copy a fileThe roles of the authenticated user are not sufficientThis attaches the uploaded file(s) to the supplied folder id at the root levelThe course or course node not foundThe file is correctly savedThe course node is not acceptable to copy a fileThe roles of the authenticated user are not sufficientDescription:<br> - -<P> -Initial Date: 6 déc. 2011 <br>The key of the user (IdentityImpl)Retrieves a list of forums on a user base. All forums of groups -where the user is participant/tutor + all forums in course where -the user is a participant (owner, tutor or participant)The forumsExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<forum subscribed="false" courseNodeId="2784628" courseKey="286" forumKey="3865487" detailsName="It is a forum" name="My forum"/> -The forumsThe forumsThe roles of the authenticated user are not sufficientDescription:<br> -Web service to manage a forum. - -<P> -Initial Date: 20 apr. 2010 <br>Retrieves the forum.The forumThe forum not foundThe forumExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<forum subscribed="false" courseNodeId="2784628" courseKey="286" forumKey="3865487" detailsName="It is a forum" name="My forum"/> -The root message of the threadThe forumThe roles of the authenticated user are not sufficientRetrieves the threads in the forum(value name,creationDate)(value true/false)The list of threadsThe author, forum or message not foundThe list of threadsExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<messages totalCount="1"> -<messages> -<message> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> -</message> -</messages> -</messages> -The root message of the threadThe list of threadsThe roles of the authenticated user are not sufficientCreates a new thread in the forum of the course nodeThe title for the first post in the threadThe body for the first post in the threadThe author user key (optional)The new threadThe author, forum or message not foundThe new threadExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> -</messageVO> -The root message of the threadThe new threadThe roles of the authenticated user are not sufficientCreates a new thread in the forum of the course nodeThe new threadThe author, forum or message not foundThe new threadExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> -</messageVO> -The root message of the threadThe new threadThe roles of the authenticated user are not sufficientThe key of the threadRetrieves the messages in the thread(value name, creationDate)(value true/false)The messages of the threadThe author, forum or message not foundThe messages of the threadExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<messages totalCount="1"> -<messages> -<message> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> -</message> -</messages> -</messages> -The root message of the threadThe messages of the threadThe roles of the authenticated user are not sufficientThe id of the reply messageCreates a new reply in the forum of the course nodeThe title for the first post in the threadThe body for the first post in the threadThe author keyThe new messageThe author or message not foundThe new messageExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> -</messageVO> -The root message of the threadThe new messageThe roles of the authenticated user are not sufficientCreates a new reply in the forum of the course nodeThe title for the first post in the threadThe body for the first post in the threadThe author user key (optional)The new MessageThe author or message not foundThe new MessageExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> -</messageVO> -The root message of the threadThe new MessageThe roles of the authenticated user are not sufficientCreates a new reply in the forum of the course nodeThe new MessageThe author or message not foundThe new MessageExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> -</messageVO> -The root message of the threadThe new MessageThe roles of the authenticated user are not sufficientThe key of the messageRetrieves the attachments of the messageThe attachmentsThe message not foundThe attachmentsThe links to the attachmentsUpload the attachment of a message, as parameter:<br/> -filename The name of the attachment<br/> -file The attachment.OkThe identity or the portrait not foundOkOkUpload the attachment of a message, as parameter:<br/> -filename The name of the attachment<br/> -file The attachment.OkThe identity or the portrait not foundOkOkUpload the attachment of a message, as parameter:<br/> -filename The name of the attachment<br/> -file The attachment.OkThe identity or the portrait not foundOkOkThe name of the attachmentThe identity key of the user being searchedRetrieves the attachment of the messageThe attachmentThe identity or the portrait not foundThe attachmentThe portrait as imageDescription:<br> -Web service to manage a forum. - -<P> -Initial Date: 20 apr. 2010 <br>Retrieves the forum.The forumThe forum not foundThe forumExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<forum subscribed="false" courseNodeId="2784628" courseKey="286" forumKey="3865487" detailsName="It is a forum" name="My forum"/> -The root message of the threadThe forumThe roles of the authenticated user are not sufficientRetrieves the threads in the forum(value name,creationDate)(value true/false)The list of threadsThe author, forum or message not foundThe list of threadsExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<messages totalCount="1"> -<messages> -<message> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> -</message> -</messages> -</messages> -The root message of the threadThe list of threadsThe roles of the authenticated user are not sufficientCreates a new thread in the forum of the course nodeThe title for the first post in the threadThe body for the first post in the threadThe author user key (optional)The new threadThe author, forum or message not foundThe new threadExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> -</messageVO> -The root message of the threadThe new threadThe roles of the authenticated user are not sufficientCreates a new thread in the forum of the course nodeThe new threadThe author, forum or message not foundThe new threadExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> -</messageVO> -The root message of the threadThe new threadThe roles of the authenticated user are not sufficientThe key of the threadRetrieves the messages in the thread(value name, creationDate)(value true/false)The messages of the threadThe author, forum or message not foundThe messages of the threadExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<messages totalCount="1"> -<messages> -<message> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> -</message> -</messages> -</messages> -The root message of the threadThe messages of the threadThe roles of the authenticated user are not sufficientThe id of the reply messageCreates a new reply in the forum of the course nodeThe title for the first post in the threadThe body for the first post in the threadThe author keyThe new messageThe author or message not foundThe new messageExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> -</messageVO> -The root message of the threadThe new messageThe roles of the authenticated user are not sufficientCreates a new reply in the forum of the course nodeThe title for the first post in the threadThe body for the first post in the threadThe author user key (optional)The new MessageThe author or message not foundThe new MessageExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> -</messageVO> -The root message of the threadThe new MessageThe roles of the authenticated user are not sufficientCreates a new reply in the forum of the course nodeThe new MessageThe author or message not foundThe new MessageExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> -</messageVO> -The root message of the threadThe new MessageThe roles of the authenticated user are not sufficientThe key of the messageRetrieves the attachments of the messageThe attachmentsThe message not foundThe attachmentsThe links to the attachmentsUpload the attachment of a message, as parameter:<br/> -filename The name of the attachment<br/> -file The attachment.OkThe identity or the portrait not foundOkOkUpload the attachment of a message, as parameter:<br/> -filename The name of the attachment<br/> -file The attachment.OkThe identity or the portrait not foundOkOkUpload the attachment of a message, as parameter:<br/> -filename The name of the attachment<br/> -file The attachment.OkThe identity or the portrait not foundOkOkThe name of the attachmentThe identity key of the user being searchedRetrieves the attachment of the messageThe attachmentThe identity or the portrait not foundThe attachmentThe portrait as imageDescription:<br> -Retrieve and import course assessments - -<P> -Initial Date: 7 apr. 2010 <br>The course resourceable's idReturns the results of the course.The course not foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assessableResultsVOes> -<assessableResultsVO> -<identityKey>345</identityKey> -<score>34.0</score> -<passed>true</passed> -</assessableResultsVO> -</assessableResultsVOes> -Array of results for the whole the courseThe roles of the authenticated user are not sufficientRetireves the version of the Course Assessment Web Service.Example1.0The version of this specific Web ServiceThe id of the userThe course resourceable's idReturns the results of the course.The identity or the course not foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assessableResultsVO> -<identityKey>345</identityKey> -<score>34.0</score> -<passed>true</passed> -</assessableResultsVO> -The result of the courseThe roles of the authenticated user are not sufficientThe id of the course building blockThe resourceable id of the courseExports results for an assessable course node for all students.The course not foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assessableResultsVOes> -<assessableResultsVO> -<identityKey>345</identityKey> -<score>34.0</score> -<passed>true</passed> -</assessableResultsVO> -</assessableResultsVOes> -Export all results of all user of the courseThe roles of the authenticated user are not sufficientImports results for an assessable course node for the authenticated student.The identity not foundImport successfulThe roles of the authenticated user are not sufficientThe ident of the course building blockThe id of the userThe course resourceable's idReturns the results of a student at a specific assessable nodeThe identity or the course not foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<assessableResultsVO> -<identityKey>345</identityKey> -<score>34.0</score> -<passed>true</passed> -</assessableResultsVO> -The result of a user at a specific nodeThe roles of the authenticated user are not sufficientThis interface provides course building capabilities from our REST API. -<p> -Initial Date: Feb 8, 2010 Time: 3:45:50 PM<br>The version of the Course Elements Web ServiceExample1.0The version of this specific Web ServiceThe node's idThe course resourceable's idRetrieves metadata of the course nodeThe persisted structure element (fully populated)The course or parentNode not foundThe persisted structure element (fully populated)Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> + <title>Documentation of OpenOLAT REST API</title><style type="text/css"> + body { + font-family: sans-serif; + font-size: 0.85em; + margin: 2em 8em; + } + .methods { + background-color: #eef; + padding: 1em; + } + h1 { + font-size: 2.5em; + } + h2 { + border-bottom: 1px solid black; + margin-top: 1em; + margin-bottom: 0.5em; + font-size: 2em; + } + h3 { + color: orange; + font-size: 1.75em; + margin-top: 1.25em; + margin-bottom: 0em; + } + h4 { + margin: 0em; + padding: 0em; + border-bottom: 2px solid white; + } + h6 { + font-size: 1.1em; + color: #99a; + margin: 0.5em 0em 0.25em 0em; + } + code { + font-size: 1.2em; + color: #111166; + } + pre { + padding-left: 2em; + } + dd { + margin-left: 1em; + } + tt { + font-size: 1.2em; + } + table { + margin-bottom: 0.5em; + } + th { + text-align: left; + font-weight: normal; + color: black; + border-bottom: 1px solid black; + padding: 3px 6px; + } + td { + padding: 3px 6px; + vertical-align: top; + background-color: f6f6ff; + font-size: 0.85em; + } + td p { + margin: 0px; + } + ul { + padding-left: 1.75em; + } + p + ul, p + ol, p + dl { + margin-top: 0em; + } + .optional { + font-weight: normal; + opacity: 0.75; + } + </style></head> + <body> + <h1>Documentation of OpenOLAT REST API</h1> + <p> + The goal of the REST API is to provide an easy way to exchange + URLs. It is also used to integrate with other systems such as student + administration, external course administration and/or external learning group + administration.</p> + + <h2>Concepts</h2> + <p>Representational State Transfer or REST is a style of architecture to be primarily used with + the HTTP protocol, but not exclusively. In the case of HTTP, it utilizes all + its features: URIs to describe resources, HTTP Methods as "verbs" to manipulate resources + (GET to retrieve resources, PUT to create new ones, POST to modify them, DELETE...), + HTTP Headers and Media Types for content negotiation...</p> + <p>In OpenOLAT, the JRS-311 is used as a backend for the implementation of our REST API. JSR-311 is a standard + from J2EE. We use the reference implementation from the following standard: <a href="https://jersey.dev.java.net/">Jersey</a>.</p> + <img src="schema.jpg" title="schema" /> + + <h2>Security</h2> + <p>The security is based on a two level mechanism, as it is in OpenOLAT.</p> + <ol> + <li>The first level is a servlet filter which collects all requests to the REST API. This filter + determines whether the URI is open to everyone (/api, /ping, /auth...) or if it needs an authentication. The authentication + itself is delegated to a web service.</li> + <li>The second level happens in all entry points of the REST API. Every method checks if + the user (if a user must be authenticated) has enough privileges to operate on the desired resource.</li> + </ol> + <p>To maintain a valid authentication over several requests, the filter proposes two methods:</p> + <ol> + <li>Reuse the session cookie on every request. The advantage of this method is that OpenOLAT + doesn't need to create a session on every request.</li> + <li>If you cannot use the session cookie, the filter always adds an HTTP Header (X-OLAT-TOKEN) to + the response. Send this token with the next request to maintain your privileges.</li> + </ol> + + <h2>Configuration</h2> + <p>A spring bean allows to configure Resources, Singletons and Providers; either statically + with the XML configuration of the bean (<code>/org/olat/restapi/_spring/restApiContext.xml</code>) or + programmatically by adding or removing classes and singletons to/from the bean (bean id is the + same as its interface: <code>org.olat.restapi.support.RestRegistrationService</code>).</p> + <p>OpenOLAT uses the standard JAXB provider from Jersey to produce XML from java objects, as well as + the JSON provider from <a href="http://jackson.codehaus.org/">Jackson</a>, which reuses + the same JAXB annotations.</p> + <p><strong>Very important!</strong> All configuration settings must be done before the Jersey's servlet starts.</p> + + <h2>Example</h2> + <p>Here is a little example on how to create a user and add it to a learning group:</p> + <ol> + <li>PUT http://www.frentix.com/olat/restapi/users<br /> + HTTP Header: Content-Type application/json<br /> + Response: 200</li> + <li>GET http://www.frentix.com/olat/restapi/groups<br /> + HTTP Header: Accept application/json<br /> + Response: 200</li> + <li>Choose a group</li> + <li>PUT http://www.frentix.com/olat/restapi/groups/{groupId}/users/{identityKey}<br /> + Response: 200</li> + </ol> + + <h2>Documentation</h2> + <p>This documentation is based on the WADL format. The XML file is automatically + generated by Jersey on runtime. For documentation purposes, this file is the base + of a four step Maven process to produce a human readable HTML file.</p> + <ol> + <li>Generate a XSD schema from all the Java classes used by JAXB for mapping</li> + <li>Generate Javadoc with a custom doclet for WADL</li> + <li>Generate WADL with the output of the two preceding steps</li> + <li>Produce the final HTML documentation with XSLT</li> + </ol> + <p>To add java classes annoted with JAXB, you must update the pom file in the OpenOLAT directory + under the artfact <code>maven-jaxb-schemagen-plugin</code>.</p> + <p>To add resources, you must add the packages to the following plugins configurations: + <code>maven-javadoc-plugin</code> and <code>maven-wadl-plugin</code>. + Be aware that the first uses commas to seperates the packages and the second semicolons. Both recursively search all resources + under the packages.</p> + <p>Examples for the documentation can only be generated for XML. This is a limitation of the + maven plugin.</p> + + <h2>Contents of resources</h2> + <p> + + </p> + <ul> + <li><a href="#resources">Resources</a><li><a href="#d2e2">/repo/courses/{courseId}/elements</a><ul> + <li><a href="#d2e5">/repo/courses/{courseId}/elements/version</a></li> + <li><a href="#d2e20">/repo/courses/{courseId}/elements/{nodeId}</a></li> + <li><a href="#d2e55">/repo/courses/{courseId}/elements/structure/{nodeId}</a></li> + <li><a href="#d2e80">/repo/courses/{courseId}/elements/structure</a></li> + <li><a href="#d2e147">/repo/courses/{courseId}/elements/singlepage/{nodeId}</a></li> + <li><a href="#d2e178">/repo/courses/{courseId}/elements/singlepage</a></li> + <li><a href="#d2e313">/repo/courses/{courseId}/elements/task/{nodeId}</a></li> + <li><a href="#d2e371">/repo/courses/{courseId}/elements/task</a></li> + <li><a href="#d2e488">/repo/courses/{courseId}/elements/test/{nodeId}</a></li> + <li><a href="#d2e527">/repo/courses/{courseId}/elements/test</a></li> + <li><a href="#d2e639">/repo/courses/{courseId}/elements/assessment/{nodeId}</a></li> + <li><a href="#d2e685">/repo/courses/{courseId}/elements/assessment</a></li> + <li><a href="#d2e778">/repo/courses/{courseId}/elements/wiki/{nodeId}</a></li> + <li><a href="#d2e827">/repo/courses/{courseId}/elements/wiki</a></li> + <li><a href="#d2e891">/repo/courses/{courseId}/elements/blog/{nodeId}</a></li> + <li><a href="#d2e940">/repo/courses/{courseId}/elements/blog</a></li> + <li><a href="#d2e1038">/repo/courses/{courseId}/elements/survey</a></li> + <li><a href="#d2e1114">/repo/courses/{courseId}/elements/survey/{nodeId}</a></li> + <li><a href="#d2e1163">/repo/courses/{courseId}/elements/externalpage/{nodeId}</a></li> + <li><a href="#d2e1212">/repo/courses/{courseId}/elements/externalpage</a></li> + <li><a href="#d2e1314">/repo/courses/{courseId}/elements/task/{nodeId}/file</a></li> + <li><a href="#d2e1384">/repo/courses/{courseId}/elements/task/{nodeId}/configuration</a></li> + <li><a href="#d2e1531">/repo/courses/{courseId}/elements/survey/{nodeId}/configuration</a></li> + <li><a href="#d2e1638">/repo/courses/{courseId}/elements/test/{nodeId}/configuration</a></li> + </ul> + </li> + <li><a href="#d2e1767">/ping</a><ul> + <li><a href="#d2e1784">/ping/version</a></li> + <li><a href="#d2e1799">/ping/{name}</a></li> + </ul> + </li> + <li><a href="#d2e1815">/contacts</a></li> + <li><a href="#d2e1830">/api</a><ul> + <li><a href="#d2e1833">/api/version</a></li> + <li><a href="#d2e1850">/api/doc</a></li> + <li><a href="#d2e1854">/api/doc/{filename}</a></li> + <li><a href="#d2e1865">/api/{filename}</a></li> + <li><a href="#d2e1876">/api/copyright</a></li> + </ul> + </li> + <li><a href="#d2e1895">/notifications</a></li> + <li><a href="#d2e1927">/repo/courses/{courseId}/elements/contact</a></li> + <li><a href="#d2e1970">/repo/courses/infos</a></li> + <li><a href="#d2e1990">/repo/forums</a><ul> + <li><a href="#d2e1993">/repo/forums/version</a></li> + <li><a href="#d2e2008">/repo/forums/{forumKey}</a><ul> + <li><a href="#d2e2042">/repo/forums/{forumKey}/threads</a></li> + <li><a href="#d2e2151">/repo/forums/{forumKey}/posts/{threadKey}</a></li> + <li><a href="#d2e2192">/repo/forums/{forumKey}/posts/{messageKey}</a></li> + <li><a href="#d2e2304">/repo/forums/{forumKey}/posts/{messageKey}/attachments</a></li> + <li><a href="#d2e2375">/repo/forums/{forumKey}/posts/{messageKey}/attachments/{filename}</a></li> + </ul> + </li> + </ul> + </li> + <li><a href="#d2e2397">/repo/courses/{courseId}/elements/folder</a><ul> + <li><a href="#d2e2430">/repo/courses/{courseId}/elements/folder/{nodeId}</a></li> + <li><a href="#d2e2449">/repo/courses/{courseId}/elements/folder/{nodeId}/files</a><ul> + <li><a href="#d2e2483">/repo/courses/{courseId}/elements/folder/{nodeId}/files/{path:.*}</a></li> + <li><a href="#d2e2527">/repo/courses/{courseId}/elements/folder/{nodeId}/files/version</a></li> + </ul> + </li> + </ul> + </li> + <li><a href="#d2e2531">/repo/courses</a><ul> + <li><a href="#d2e2590">/repo/courses/version</a></li> + </ul> + </li> + <li><a href="#d2e2605">/system</a><ul> + <li><a href="#d2e2608">/system/environment</a></li> + <li><a href="#d2e2631">/system/release</a></li> + <li><a href="#d2e2654">/system/log</a><ul> + <li><a href="#d2e2661">/system/log/version</a></li> + <li><a href="#d2e2676">/system/log/{date}</a></li> + </ul> + </li> + <li><a href="#d2e2682">/system/monitoring</a><ul> + <li><a href="#d2e2683">/system/monitoring/configuration</a></li> + <li><a href="#d2e2706">/system/monitoring/runtime</a><ul> + <li><a href="#d2e2729">/system/monitoring/runtime/classes</a></li> + <li><a href="#d2e2752">/system/monitoring/runtime/memory</a></li> + <li><a href="#d2e2775">/system/monitoring/runtime/threads</a></li> + </ul> + </li> + <li><a href="#d2e2798">/system/monitoring/database</a></li> + <li><a href="#d2e2821">/system/monitoring/openolat</a><ul> + <li><a href="#d2e2844">/system/monitoring/openolat/users</a></li> + <li><a href="#d2e2867">/system/monitoring/openolat/repository</a></li> + <li><a href="#d2e2890">/system/monitoring/openolat/sessions</a></li> + <li><a href="#d2e2913">/system/monitoring/openolat/indexer</a><ul> + <li><a href="#d2e2936">/system/monitoring/openolat/indexer/status</a></li> + </ul> + </li> + </ul> + </li> + <li><a href="#d2e2985">/system/monitoring/memory</a><ul> + <li><a href="#d2e3025">/system/monitoring/memory/pools</a></li> + <li><a href="#d2e3033">/system/monitoring/memory/samples</a></li> + </ul> + </li> + <li><a href="#d2e3042">/system/monitoring/threads</a><ul> + <li><a href="#d2e3052">/system/monitoring/threads/cpu</a></li> + </ul> + </li> + </ul> + </li> + <li><a href="#d2e3057">/system/indexer</a><ul> + <li><a href="#d2e3080">/system/indexer/status</a></li> + </ul> + </li> + <li><a href="#d2e3129">/system/notifications</a><ul> + <li><a href="#d2e3130">/system/notifications/status</a></li> + </ul> + </li> + </ul> + </li> + <li><a href="#d2e3180">/repo/courses/{courseId}/resourcefolders</a><ul> + <li><a href="#d2e3183">/repo/courses/{courseId}/resourcefolders/version</a></li> + <li><a href="#d2e3198">/repo/courses/{courseId}/resourcefolders/sharedfolder</a></li> + <li><a href="#d2e3217">/repo/courses/{courseId}/resourcefolders/sharedfolder/{path:.*}</a></li> + <li><a href="#d2e3237">/repo/courses/{courseId}/resourcefolders/coursefolder</a></li> + <li><a href="#d2e3292">/repo/courses/{courseId}/resourcefolders/coursefolder/{path:.*}</a></li> + </ul> + </li> + <li><a href="#d2e3348">/repo/entries</a><ul> + <li><a href="#d2e3400">/repo/entries/version</a></li> + <li><a href="#d2e3406">/repo/entries/search</a></li> + <li><a href="#d2e3438">/repo/entries/{repoEntryKey}</a><ul> + <li><a href="#d2e3499">/repo/entries/{repoEntryKey}/participants</a></li> + <li><a href="#d2e3521">/repo/entries/{repoEntryKey}/participants/{identityKey}</a></li> + <li><a href="#d2e3558">/repo/entries/{repoEntryKey}/file</a></li> + <li><a href="#d2e3590">/repo/entries/{repoEntryKey}/owners</a></li> + <li><a href="#d2e3612">/repo/entries/{repoEntryKey}/owners/{identityKey}</a></li> + <li><a href="#d2e3649">/repo/entries/{repoEntryKey}/coaches</a></li> + <li><a href="#d2e3672">/repo/entries/{repoEntryKey}/coaches/{identityKey}</a></li> + </ul> + </li> + </ul> + </li> + <li><a href="#d2e3709">/repo/courses/{courseId}/elements/enrollment</a><ul> + <li><a href="#d2e3740">/repo/courses/{courseId}/elements/enrollment/{nodeId}/groups</a></li> + </ul> + </li> + <li><a href="#d2e3747">/repo/courses/{courseId}/assessments</a><ul> + <li><a href="#d2e3775">/repo/courses/{courseId}/assessments/version</a></li> + <li><a href="#d2e3790">/repo/courses/{courseId}/assessments/users/{identityKey}</a></li> + <li><a href="#d2e3819">/repo/courses/{courseId}/assessments/{nodeId}</a></li> + <li><a href="#d2e3866">/repo/courses/{courseId}/assessments/{nodeId}/users/{identityKey}</a></li> + </ul> + </li> + <li><a href="#d2e3898">/i18n</a><ul> + <li><a href="#d2e3901">/i18n/version</a></li> + <li><a href="#d2e3916">/i18n/{package}/{key}</a></li> + </ul> + </li> + <li><a href="#d2e3941">/users/{username}/auth</a><ul> + <li><a href="#d2e4000">/users/{username}/auth/{authKey}</a></li> + <li><a href="#d2e4028">/users/{username}/auth/version</a></li> + <li><a href="#d2e4045">/users/{username}/auth/new</a></li> + <li><a href="#d2e4080">/users/{username}/auth/{authKey}/delete</a></li> + </ul> + </li> + <li><a href="#d2e4108">/users/{identityKey}/forums</a><ul> + <li><a href="#d2e4136">/users/{identityKey}/forums/group/{groupKey}</a><ul> + <li><a href="#d2e4168">/users/{identityKey}/forums/group/{groupKey}/threads</a></li> + <li><a href="#d2e4277">/users/{identityKey}/forums/group/{groupKey}/posts/{threadKey}</a></li> + <li><a href="#d2e4318">/users/{identityKey}/forums/group/{groupKey}/posts/{messageKey}</a></li> + <li><a href="#d2e4430">/users/{identityKey}/forums/group/{groupKey}/posts/{messageKey}/attachments</a></li> + <li><a href="#d2e4501">/users/{identityKey}/forums/group/{groupKey}/posts/{messageKey}/attachments/{filename}</a></li> + </ul> + </li> + <li><a href="#d2e4523">/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}</a><ul> + <li><a href="#d2e4556">/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}/threads</a></li> + <li><a href="#d2e4665">/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}/posts/{threadKey}</a></li> + <li><a href="#d2e4706">/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}/posts/{messageKey}</a></li> + <li><a href="#d2e4818">/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}/posts/{messageKey}/attachments</a></li> + <li><a href="#d2e4889">/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}/posts/{messageKey}/attachments/{filename}</a></li> + </ul> + </li> + </ul> + </li> + <li><a href="#d2e4911">/groups</a><ul> + <li><a href="#d2e4953">/groups/version</a></li> + <li><a href="#d2e4968">/groups/{groupKey}</a></li> + <li><a href="#d2e5026">/groups/{groupKey}/configuration</a></li> + <li><a href="#d2e5033">/groups/{groupKey}/infos</a></li> + <li><a href="#d2e5055">/groups/{groupKey}/owners</a></li> + <li><a href="#d2e5077">/groups/{groupKey}/participants</a></li> + <li><a href="#d2e5099">/groups/{groupKey}/owners/{identityKey}</a></li> + <li><a href="#d2e5136">/groups/{groupKey}/participants/{identityKey}</a></li> + <li><a href="#d2e5174">/groups/{groupKey}/forum</a><ul> + <li><a href="#d2e5208">/groups/{groupKey}/forum/threads</a></li> + <li><a href="#d2e5317">/groups/{groupKey}/forum/posts/{threadKey}</a></li> + <li><a href="#d2e5358">/groups/{groupKey}/forum/posts/{messageKey}</a></li> + <li><a href="#d2e5470">/groups/{groupKey}/forum/posts/{messageKey}/attachments</a></li> + <li><a href="#d2e5541">/groups/{groupKey}/forum/posts/{messageKey}/attachments/{filename}</a></li> + </ul> + </li> + <li><a href="#d2e5563">/groups/{groupKey}/folder</a><ul> + <li><a href="#d2e5596">/groups/{groupKey}/folder/{path:.*}</a></li> + <li><a href="#d2e5640">/groups/{groupKey}/folder/version</a></li> + </ul> + </li> + <li><a href="#d2e5644">/groups/{groupKey}/wiki</a></li> + </ul> + </li> + <li><a href="#d2e5652">/auth</a><ul> + <li><a href="#d2e5655">/auth/version</a></li> + <li><a href="#d2e5670">/auth/{username}</a></li> + </ul> + </li> + <li><a href="#d2e5700">/repo/courses/{courseId}/elements/forum</a><ul> + <li><a href="#d2e5811">/repo/courses/{courseId}/elements/forum/{nodeId}</a></li> + <li><a href="#d2e5846">/repo/courses/{courseId}/elements/forum/{nodeId}/thread</a></li> + <li><a href="#d2e5894">/repo/courses/{courseId}/elements/forum/{nodeId}/message</a></li> + <li><a href="#d2e5942">/repo/courses/{courseId}/elements/forum/{nodeId}/forum</a><ul> + <li><a href="#d2e5975">/repo/courses/{courseId}/elements/forum/{nodeId}/forum/threads</a></li> + <li><a href="#d2e6084">/repo/courses/{courseId}/elements/forum/{nodeId}/forum/posts/{threadKey}</a></li> + <li><a href="#d2e6125">/repo/courses/{courseId}/elements/forum/{nodeId}/forum/posts/{messageKey}</a></li> + <li><a href="#d2e6237">/repo/courses/{courseId}/elements/forum/{nodeId}/forum/posts/{messageKey}/attachments</a></li> + <li><a href="#d2e6308">/repo/courses/{courseId}/elements/forum/{nodeId}/forum/posts/{messageKey}/attachments/{filename}</a></li> + </ul> + </li> + </ul> + </li> + <li><a href="#d2e6330">/catalog</a><ul> + <li><a href="#d2e6349">/catalog/{path:.*}/owners/{identityKey}</a></li> + <li><a href="#d2e6440">/catalog/version</a></li> + <li><a href="#d2e6455">/catalog/{path:.*}/children</a></li> + <li><a href="#d2e6484">/catalog/{path:.*}</a></li> + <li><a href="#d2e6713">/catalog/{path:.*}/owners</a></li> + </ul> + </li> + <li><a href="#d2e6746">/users</a><ul> + <li><a href="#d2e6819">/users/{identityKey}</a></li> + <li><a href="#d2e6920">/users/version</a></li> + <li><a href="#d2e6937">/users/{identityKey}/roles</a></li> + <li><a href="#d2e6967">/users/{identityKey}/delete</a></li> + <li><a href="#d2e6986">/users/{identityKey}/portrait</a></li> + <li><a href="#d2e7041">/users/{identityKey}/groups</a><ul> + <li><a href="#d2e7074">/users/{identityKey}/groups/infos</a></li> + </ul> + </li> + </ul> + </li> + <li><a href="#d2e7104">/users/{identityKey}/folders</a><ul> + <li><a href="#d2e7132">/users/{identityKey}/folders/personal</a><ul> + <li><a href="#d2e7165">/users/{identityKey}/folders/personal/{path:.*}</a></li> + <li><a href="#d2e7209">/users/{identityKey}/folders/personal/version</a></li> + </ul> + </li> + <li><a href="#d2e7213">/users/{identityKey}/folders/course/{courseKey}/{courseNodeId}</a><ul> + <li><a href="#d2e7247">/users/{identityKey}/folders/course/{courseKey}/{courseNodeId}/{path:.*}</a></li> + <li><a href="#d2e7291">/users/{identityKey}/folders/course/{courseKey}/{courseNodeId}/version</a></li> + </ul> + </li> + <li><a href="#d2e7295">/users/{identityKey}/folders/group/{groupKey}</a><ul> + <li><a href="#d2e7328">/users/{identityKey}/folders/group/{groupKey}/{path:.*}</a></li> + <li><a href="#d2e7372">/users/{identityKey}/folders/group/{groupKey}/version</a></li> + </ul> + </li> + </ul> + </li> + <li><a href="#d2e7376">/repo/courses/{courseId}</a><ul> + <li><a href="#d2e7425">/repo/courses/{courseId}/version</a></li> + <li><a href="#d2e7440">/repo/courses/{courseId}/configuration</a></li> + <li><a href="#d2e7520">/repo/courses/{courseId}/authors</a></li> + <li><a href="#d2e7545">/repo/courses/{courseId}/publish</a></li> + <li><a href="#d2e7581">/repo/courses/{courseId}/file</a></li> + <li><a href="#d2e7604">/repo/courses/{courseId}/runstructure</a></li> + <li><a href="#d2e7629">/repo/courses/{courseId}/editortreemodel</a></li> + <li><a href="#d2e7655">/repo/courses/{courseId}/authors/{identityKey}</a></li> + <li><a href="#d2e7725">/repo/courses/{courseId}/groups</a><ul> + <li><a href="#d2e7768">/repo/courses/{courseId}/groups/version</a></li> + <li><a href="#d2e7783">/repo/courses/{courseId}/groups/{groupKey}</a></li> + <li><a href="#d2e7844">/repo/courses/{courseId}/groups/new</a></li> + <li><a href="#d2e7865">/repo/courses/{courseId}/groups/{groupKey}/forum</a><ul> + <li><a href="#d2e7899">/repo/courses/{courseId}/groups/{groupKey}/forum/threads</a></li> + <li><a href="#d2e8008">/repo/courses/{courseId}/groups/{groupKey}/forum/posts/{threadKey}</a></li> + <li><a href="#d2e8049">/repo/courses/{courseId}/groups/{groupKey}/forum/posts/{messageKey}</a></li> + <li><a href="#d2e8161">/repo/courses/{courseId}/groups/{groupKey}/forum/posts/{messageKey}/attachments</a></li> + <li><a href="#d2e8232">/repo/courses/{courseId}/groups/{groupKey}/forum/posts/{messageKey}/attachments/{filename}</a></li> + </ul> + </li> + <li><a href="#d2e8254">/repo/courses/{courseId}/groups/{groupKey}/folder</a><ul> + <li><a href="#d2e8287">/repo/courses/{courseId}/groups/{groupKey}/folder/{path:.*}</a></li> + <li><a href="#d2e8331">/repo/courses/{courseId}/groups/{groupKey}/folder/version</a></li> + </ul> + </li> + </ul> + </li> + </ul> + </li> + </li> + <li><a href="#representations">Representations</a><ul> + <li><a href="#d2e10">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e33"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e39">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e52"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e62"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e66">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e77"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e88"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e94">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e107"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e125"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e131">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e144"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e156"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e162">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e175"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e184">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e197"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e203">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e216"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e225"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e231">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e244"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e253"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e259">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e272"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e291"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e297">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e310"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e324">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e349"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e355">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e368"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e379">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e410"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e416">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e429"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e466"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e472">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e485"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e495">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e505"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e511">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e524"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e535">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e563"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e569">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e582"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e616"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e622">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e635"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e650">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e667"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e671">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e682"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e693">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e716"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e720">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e731"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e760"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e764">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e775"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e789">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e809"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e813">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e824"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e842"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e846">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e857"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e873"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e877">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e888"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e902">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e922"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e926">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e937"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e973"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e977">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e988"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1020"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1024">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e1035"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1065"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1069">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e1080"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1096"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1100">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e1111"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1125">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1145"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1149">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e1160"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1174">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1194"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1198">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e1209"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1245"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1249">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e1260"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1292"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1296"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1300">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e1311"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1327"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1333">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e1346"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1355"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1361">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e1374"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1380"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1419"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1423"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1427">application/xml, application/json (<abbr title="{http://www.example.com} surveyConfigVO">ns3:surveyConfigVO</abbr>)</a></li> + <li><a href="#d2e1438"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1442"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1477"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1481"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1485">application/xml, application/json (<abbr title="{http://www.example.com} surveyConfigVO">ns3:surveyConfigVO</abbr>)</a></li> + <li><a href="#d2e1496"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1500"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1509"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1515">application/xml, application/json (<abbr title="{http://www.example.com} surveyConfigVO">ns3:surveyConfigVO</abbr>)</a></li> + <li><a href="#d2e1528"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1546"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1550"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1554">application/xml, application/json (<abbr title="{http://www.example.com} surveyConfigVO">ns3:surveyConfigVO</abbr>)</a></li> + <li><a href="#d2e1565"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1569"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1584"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1588"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1592">application/xml, application/json (<abbr title="{http://www.example.com} surveyConfigVO">ns3:surveyConfigVO</abbr>)</a></li> + <li><a href="#d2e1603"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1607"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1616"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1622">application/xml, application/json (<abbr title="{http://www.example.com} surveyConfigVO">ns3:surveyConfigVO</abbr>)</a></li> + <li><a href="#d2e1635"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1664"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1668"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1672">application/xml, application/json (<abbr title="{http://www.example.com} testConfigVO">ns3:testConfigVO</abbr>)</a></li> + <li><a href="#d2e1683"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1687"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1713"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1717"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1721">application/xml, application/json (<abbr title="{http://www.example.com} testConfigVO">ns3:testConfigVO</abbr>)</a></li> + <li><a href="#d2e1732"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1736"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1745"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1751">application/xml, application/json (<abbr title="{http://www.example.com} testConfigVO">ns3:testConfigVO</abbr>)</a></li> + <li><a href="#d2e1764"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1774">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1789">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1805">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1827"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1840">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1853">text/html<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1862">image/jpeg<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1873">image/jpeg<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1883">text/html, application/xhtml+xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1892">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1911"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1917">application/xml, application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1947">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1948">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1951">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1968">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1969">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e1980">application/xml, application/json, application/json;pagingspec=1.0 (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)</a></li> + <li><a href="#d2e1998">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2020"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2026">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li> + <li><a href="#d2e2039"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2058"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2064">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li> + <li><a href="#d2e2077"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2096"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2102">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e2115"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2122">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2129"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2135">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e2148"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2170"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2176">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li> + <li><a href="#d2e2189"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2200">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2213"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2219">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e2232"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2239">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">replyVO</abbr>)</a></li> + <li><a href="#d2e2240">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">replyVO</abbr>)</a></li> + <li><a href="#d2e2244"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2250">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e2263"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2282"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2288">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e2301"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2314"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2320">application/xml, application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2329"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2335">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2342">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2348"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2354">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2361">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e2362">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e2366"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2372">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2388"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2394">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2401">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2402">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2414">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2415">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2418">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2428">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2429">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2435">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2436">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2439">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2447">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2448">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2454">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2455">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2456">text/html<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2457">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2458">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2461">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2462">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2465">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2470">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2471">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2474">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2475">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2478">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e2479">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e2481">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2482">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2487">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2488">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2489">text/html<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2490">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2491">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2494">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2495">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2496">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2499">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2504">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2505">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2506">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2509">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2510">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2511">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2514">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e2515">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e2517">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2518">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2521">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2522">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2525">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2526">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2530">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2541">application/xml, application/json, application/json;pagingspec=1.0 (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)</a></li> + <li><a href="#d2e2570">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)</a></li> + <li><a href="#d2e2583"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2588">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2589">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2595">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2615">application/xml, application/json (<abbr title="{http://www.example.com} environmentVO">ns3:environmentVO</abbr>)</a></li> + <li><a href="#d2e2628"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2638">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>)</a></li> + <li><a href="#d2e2651"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2659">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2660">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2666">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2680">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2681">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2690">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>)</a></li> + <li><a href="#d2e2703"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2713">application/xml, application/json (<abbr title="{http://www.example.com} runtimeVO">ns3:runtimeVO</abbr>)</a></li> + <li><a href="#d2e2726"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2736">application/xml, application/json (<abbr title="{http://www.example.com} classesVO">ns3:classesVO</abbr>)</a></li> + <li><a href="#d2e2749"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2759">application/xml, application/json (<abbr title="{http://www.example.com} runtimeVO">ns3:runtimeVO</abbr>)</a></li> + <li><a href="#d2e2772"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2782">application/xml, application/json (<abbr title="{http://www.example.com} runtimeVO">ns3:runtimeVO</abbr>)</a></li> + <li><a href="#d2e2795"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2805">application/xml, application/json (<abbr title="{http://www.example.com} runtimeVO">ns3:runtimeVO</abbr>)</a></li> + <li><a href="#d2e2818"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2828">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>)</a></li> + <li><a href="#d2e2841"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2851">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>)</a></li> + <li><a href="#d2e2864"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2874">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>)</a></li> + <li><a href="#d2e2887"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2897">application/xml, application/json (<abbr title="{http://www.example.com} sessionVO">ns3:sessionVO</abbr>)</a></li> + <li><a href="#d2e2910"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2920">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>)</a></li> + <li><a href="#d2e2933"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2943">application/xml, application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2949"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2956">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2961"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2967"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2976">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2982"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e2994">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3000"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3009">application/xml, application/json (<abbr title="{http://www.example.com} memoryVO">ns3:memoryVO</abbr>)</a></li> + <li><a href="#d2e3022"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3028">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3031">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3032">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3040">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3041">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3047">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3050">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3051">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3055">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3056">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3064">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>)</a></li> + <li><a href="#d2e3077"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3087">application/xml, application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3093"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3100">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3105"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3111"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3120">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3126"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3137">application/xml, application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3143"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3150">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3155"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3161"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3170">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3176"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3188">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3206"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3210"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3214"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3226"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3230"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3234"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3243"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3247"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3251"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3258"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3262"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3266"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3270"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3277"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3281"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3285"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3289"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3299"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3303"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3307"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3314"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3318"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3322"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3326"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3333"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3337"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3341"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3345"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3358">text/plain, text/html, application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>)</a></li> + <li><a href="#d2e3372">text/plain, text/html, application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>)</a></li> + <li><a href="#d2e3386">application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>)</a></li> + <li><a href="#d2e3397"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3405">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3424">application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>)</a></li> + <li><a href="#d2e3435"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3448"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3454"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3460"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3467"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3471">application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>)</a></li> + <li><a href="#d2e3485">application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>)</a></li> + <li><a href="#d2e3496"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3507"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3511">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li> + <li><a href="#d2e3532"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3536"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3540"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3547"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3551"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3555"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3564"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3568"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3572">application/zip<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3583"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3587"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3598"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3602">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li> + <li><a href="#d2e3623"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3627"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3631"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3638"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3642"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3646"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3657"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3661">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li> + <li><a href="#d2e3683"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3687"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3691"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3698"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3702"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3706"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3723">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3724">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3727">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3738">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3739">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3745">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3746">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3757"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3761">application/xml, application/json (<abbr title="{http://www.example.com} assessableResultsVO">ns3:assessableResultsVO</abbr>)</a></li> + <li><a href="#d2e3772"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3780">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3801"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3805">application/xml, application/json (<abbr title="{http://www.example.com} assessableResultsVO">ns3:assessableResultsVO</abbr>)</a></li> + <li><a href="#d2e3816"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3830"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3834">application/xml, application/json (<abbr title="{http://www.example.com} assessableResultsVO">ns3:assessableResultsVO</abbr>)</a></li> + <li><a href="#d2e3845"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3852">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">assessableResultsVO</abbr>)</a></li> + <li><a href="#d2e3853">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">assessableResultsVO</abbr>)</a></li> + <li><a href="#d2e3855"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3859"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3863"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3880"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3884">application/xml, application/json (<abbr title="{http://www.example.com} assessableResultsVO">ns3:assessableResultsVO</abbr>)</a></li> + <li><a href="#d2e3895"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3906">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3931">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3951">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">authenticationVO</abbr>)</a></li> + <li><a href="#d2e3952">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">authenticationVO</abbr>)</a></li> + <li><a href="#d2e3956"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3962">application/xml, application/json (<abbr title="{http://www.example.com} authenticationVO">ns3:authenticationVO</abbr>)</a></li> + <li><a href="#d2e3975"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3982"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e3986">application/xml, application/json (<abbr title="{http://www.example.com} authenticationVO">ns3:authenticationVO</abbr>)</a></li> + <li><a href="#d2e3997"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4013"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4019"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4025"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4035">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4053">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">authenticationVO</abbr>)</a></li> + <li><a href="#d2e4054">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">authenticationVO</abbr>)</a></li> + <li><a href="#d2e4058"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4064">application/xml, application/json (<abbr title="{http://www.example.com} authenticationVO">ns3:authenticationVO</abbr>)</a></li> + <li><a href="#d2e4077"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4093"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4099"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4105"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4120">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li> + <li><a href="#d2e4133"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4146"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4152">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li> + <li><a href="#d2e4165"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4184"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4190">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li> + <li><a href="#d2e4203"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4222"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4228">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e4241"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4248">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4255"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4261">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e4274"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4296"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4302">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li> + <li><a href="#d2e4315"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4326">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4339"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4345">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e4358"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4365">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">replyVO</abbr>)</a></li> + <li><a href="#d2e4366">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">replyVO</abbr>)</a></li> + <li><a href="#d2e4370"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4376">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e4389"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4408"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4414">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e4427"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4440"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4446">application/xml, application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4455"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4461">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4468">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4474"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4480">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4487">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e4488">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e4492"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4498">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4514"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4520">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4534"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4540">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li> + <li><a href="#d2e4553"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4572"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4578">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li> + <li><a href="#d2e4591"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4610"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4616">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e4629"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4636">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4643"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4649">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e4662"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4684"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4690">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li> + <li><a href="#d2e4703"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4714">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4727"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4733">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e4746"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4753">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">replyVO</abbr>)</a></li> + <li><a href="#d2e4754">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">replyVO</abbr>)</a></li> + <li><a href="#d2e4758"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4764">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e4777"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4796"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4802">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e4815"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4828"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4834">application/xml, application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4843"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4849">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4856">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4862"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4868">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4875">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e4876">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e4880"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4886">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4902"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4908">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4918">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">groupVO</abbr>)</a></li> + <li><a href="#d2e4919">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">groupVO</abbr>)</a></li> + <li><a href="#d2e4921"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4925">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li> + <li><a href="#d2e4936"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4943">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li> + <li><a href="#d2e4958">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4976">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li> + <li><a href="#d2e4990">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">groupVO</abbr>)</a></li> + <li><a href="#d2e4991">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">groupVO</abbr>)</a></li> + <li><a href="#d2e4993"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e4997">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li> + <li><a href="#d2e5008"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5015"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5019"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5023"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5030">*/* (<abbr title="{http://research.sun.com/wadl/2006/10} ">groupVO</abbr>)</a></li> + <li><a href="#d2e5032">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5041"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5045">application/xml, application/json (<abbr title="{http://www.example.com} groupInfoVO">ns3:groupInfoVO</abbr>)</a></li> + <li><a href="#d2e5063"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5067">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li> + <li><a href="#d2e5085"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5089">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li> + <li><a href="#d2e5110"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5114"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5118"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5125"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5129"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5133"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5147"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5151"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5155"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5162"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5166"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5170"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5186"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5192">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li> + <li><a href="#d2e5205"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5224"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5230">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li> + <li><a href="#d2e5243"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5262"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5268">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e5281"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5288">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5295"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5301">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e5314"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5336"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5342">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li> + <li><a href="#d2e5355"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5366">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5379"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5385">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e5398"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5405">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">replyVO</abbr>)</a></li> + <li><a href="#d2e5406">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">replyVO</abbr>)</a></li> + <li><a href="#d2e5410"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5416">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e5429"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5448"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5454">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e5467"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5480"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5486">application/xml, application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5495"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5501">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5508">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5514"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5520">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5527">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e5528">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e5532"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5538">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5554"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5560">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5567">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5568">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5569">text/html<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5570">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5571">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5574">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5575">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5578">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5583">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5584">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5587">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5588">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5591">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e5592">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e5594">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5595">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5600">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5601">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5602">text/html<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5603">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5604">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5607">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5608">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5609">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5612">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5617">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5618">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5619">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5622">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5623">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5624">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5627">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e5628">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e5630">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5631">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5634">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5635">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5638">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5639">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5643">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5650">application/zip<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5651">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5660">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5682"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5686">text/plain, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5697"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5710"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5716">application/xml, application/json (<abbr title="{http://www.example.com} forumVOes">ns3:forumVOes</abbr>)</a></li> + <li><a href="#d2e5729"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5736">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5750"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5756">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e5769"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5789"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5795">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>)</a></li> + <li><a href="#d2e5808"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5824"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5830">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li> + <li><a href="#d2e5843"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5872"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5878">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e5891"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5920"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5926">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e5939"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5953"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5959">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li> + <li><a href="#d2e5972"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5991"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e5997">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li> + <li><a href="#d2e6010"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6029"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6035">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e6048"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6055">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6062"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6068">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e6081"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6103"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6109">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li> + <li><a href="#d2e6122"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6133">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6146"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6152">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e6165"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6172">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">replyVO</abbr>)</a></li> + <li><a href="#d2e6173">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">replyVO</abbr>)</a></li> + <li><a href="#d2e6177"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6183">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e6196"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6215"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6221">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e6234"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6247"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6253">application/xml, application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6262"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6268">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6275">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6281"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6287">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6294">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e6295">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e6299"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6305">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6321"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6327">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6339">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)</a></li> + <li><a href="#d2e6362"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6368">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li> + <li><a href="#d2e6381"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6390"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6396">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li> + <li><a href="#d2e6409"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6418"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6424">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li> + <li><a href="#d2e6437"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6445">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6468"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6474">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)</a></li> + <li><a href="#d2e6494">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)</a></li> + <li><a href="#d2e6507"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6529"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6535">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)</a></li> + <li><a href="#d2e6548"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6555">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">catalogEntryVO</abbr>)</a></li> + <li><a href="#d2e6556">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">catalogEntryVO</abbr>)</a></li> + <li><a href="#d2e6560"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6566">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)</a></li> + <li><a href="#d2e6579"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6586">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6599"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6605">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)</a></li> + <li><a href="#d2e6618"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6626">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">catalogEntryVO</abbr>)</a></li> + <li><a href="#d2e6627">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">catalogEntryVO</abbr>)</a></li> + <li><a href="#d2e6631"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6637">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)</a></li> + <li><a href="#d2e6650"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6663"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6669">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)</a></li> + <li><a href="#d2e6682"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6691"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6697">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>)</a></li> + <li><a href="#d2e6710"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6723"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6729">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li> + <li><a href="#d2e6742"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6753">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">userVO</abbr>)</a></li> + <li><a href="#d2e6754">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">userVO</abbr>)</a></li> + <li><a href="#d2e6758">application/xml, application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6771">application/xml, application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6784"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6803">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li> + <li><a href="#d2e6816"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6829"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6835"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6841"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6848">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">userVO</abbr>)</a></li> + <li><a href="#d2e6849">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">userVO</abbr>)</a></li> + <li><a href="#d2e6853"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6859">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li> + <li><a href="#d2e6872">application/xml, application/json (<abbr title="{http://www.example.com} errorVO">ns3:errorVO</abbr>)</a></li> + <li><a href="#d2e6885"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6898"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6904">application/xml, application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6917"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6927">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6945"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6951">application/xml, application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6957"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6962">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6963">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6965">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6966">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6975"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6979"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6983"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e6996"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7002">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7011"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7017">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7023"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7032"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7038"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7058"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7064">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li> + <li><a href="#d2e7088">application/xml;pagingspec=1.0, application/json;pagingspec=1.0 (<abbr title="{http://www.example.com} groupInfoVO">ns3:groupInfoVO</abbr>)</a></li> + <li><a href="#d2e7101"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7116">application/xml, application/json (<abbr title="{http://www.example.com} folderVOes">ns3:folderVOes</abbr>)</a></li> + <li><a href="#d2e7129"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7136">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7137">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7138">text/html<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7139">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7140">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7143">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7144">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7147">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7152">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7153">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7156">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7157">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7160">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e7161">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e7163">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7164">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7169">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7170">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7171">text/html<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7172">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7173">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7176">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7177">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7178">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7181">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7186">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7187">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7188">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7191">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7192">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7193">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7196">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e7197">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e7199">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7200">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7203">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7204">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7207">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7208">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7212">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7218">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7219">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7220">text/html<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7221">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7222">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7225">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7226">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7229">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7234">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7235">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7238">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7239">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7242">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e7243">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e7245">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7246">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7251">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7252">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7253">text/html<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7254">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7255">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7258">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7259">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7260">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7263">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7268">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7269">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7270">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7273">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7274">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7275">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7278">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e7279">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e7281">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7282">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7285">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7286">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7289">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7290">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7294">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7299">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7300">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7301">text/html<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7302">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7303">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7306">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7307">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7310">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7315">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7316">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7319">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7320">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7323">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e7324">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e7326">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7327">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7332">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7333">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7334">text/html<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7335">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7336">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7339">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7340">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7341">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7344">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7349">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7350">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7351">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7354">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7355">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7356">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7359">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e7360">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e7362">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7363">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7366">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7367">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7370">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7371">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7375">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7388"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7394">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)</a></li> + <li><a href="#d2e7410"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7416"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7422"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7430">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7450"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7456">application/xml, application/json (<abbr title="{http://www.example.com} courseConfigVO">ns3:courseConfigVO</abbr>)</a></li> + <li><a href="#d2e7469"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7476">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7498"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7504">application/xml, application/json (<abbr title="{http://www.example.com} courseConfigVO">ns3:courseConfigVO</abbr>)</a></li> + <li><a href="#d2e7517"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7530"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7536">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li> + <li><a href="#d2e7542"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7559"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7565">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>)</a></li> + <li><a href="#d2e7578"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7589"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7595">application/zip<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7601"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7614"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7620">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7626"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7639"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7645">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7651"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7668"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7674">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>)</a></li> + <li><a href="#d2e7680"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7689"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7695"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7701"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7710"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7716"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7722"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7733"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7737">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li> + <li><a href="#d2e7751">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">groupVO</abbr>)</a></li> + <li><a href="#d2e7752">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">groupVO</abbr>)</a></li> + <li><a href="#d2e7754">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li> + <li><a href="#d2e7765"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7773">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7791"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7795"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7799"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7806"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7810">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li> + <li><a href="#d2e7824">*/* (<abbr title="{http://research.sun.com/wadl/2006/10} ">groupVO</abbr>)</a></li> + <li><a href="#d2e7826"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7830">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li> + <li><a href="#d2e7841"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7849">*/* (<abbr title="{http://research.sun.com/wadl/2006/10} ">groupVO</abbr>)</a></li> + <li><a href="#d2e7851">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>)</a></li> + <li><a href="#d2e7862"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7877"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7883">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>)</a></li> + <li><a href="#d2e7896"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7915"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7921">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li> + <li><a href="#d2e7934"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7953"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7959">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e7972"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7979">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7986"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e7992">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e8005"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8027"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8033">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>)</a></li> + <li><a href="#d2e8046"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8057">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8070"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8076">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e8089"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8096">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">replyVO</abbr>)</a></li> + <li><a href="#d2e8097">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">replyVO</abbr>)</a></li> + <li><a href="#d2e8101"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8107">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e8120"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8139"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8145">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>)</a></li> + <li><a href="#d2e8158"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8171"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8177">application/xml, application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8186"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8192">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8199">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8205"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8211">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8218">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e8219">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e8223"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8229">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8245"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8251">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8258">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8259">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8260">text/html<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8261">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8262">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8265">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8266">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8269">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8274">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8275">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8278">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8279">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8282">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e8283">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e8285">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8286">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8291">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8292">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8293">text/html<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8294">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8295">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8298">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8299">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8300">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8303">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8308">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8309">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8310">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8313">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8314">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8315">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8318">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e8319">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>)</a></li> + <li><a href="#d2e8321">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8322">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8325">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8326">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8329">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8330">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + <li><a href="#d2e8334">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></a></li> + </ul> + </li> + </ul> + <h2 id="resources">Resources</h2> + <div class="resource"> + <h3 id="d2e2">/repo/courses/{courseId}/elements</h3> + <p>This interface provides course building capabilities from our REST API. + <p> + Initial Date: Feb 8, 2010 Time: 3:45:50 PM<br> + </p> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e5">/repo/courses/{courseId}/elements/version</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e20">/repo/courses/{courseId}/elements/{nodeId}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>nodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The node's id</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e55">/repo/courses/{courseId}/elements/structure/{nodeId}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>nodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e80">/repo/courses/{courseId}/elements/structure</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e147">/repo/courses/{courseId}/elements/singlepage/{nodeId}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>nodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e178">/repo/courses/{courseId}/elements/singlepage</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e313">/repo/courses/{courseId}/elements/task/{nodeId}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>nodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The node's id of this task</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e371">/repo/courses/{courseId}/elements/task</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e488">/repo/courses/{courseId}/elements/test/{nodeId}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>nodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e527">/repo/courses/{courseId}/elements/test</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e639">/repo/courses/{courseId}/elements/assessment/{nodeId}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>nodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The node's id of this assessment</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e685">/repo/courses/{courseId}/elements/assessment</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e778">/repo/courses/{courseId}/elements/wiki/{nodeId}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>nodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The node's id which of this wiki</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e827">/repo/courses/{courseId}/elements/wiki</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e891">/repo/courses/{courseId}/elements/blog/{nodeId}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>nodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The node's id of this blog</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e940">/repo/courses/{courseId}/elements/blog</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e1038">/repo/courses/{courseId}/elements/survey</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e1114">/repo/courses/{courseId}/elements/survey/{nodeId}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>nodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The node's id which will be the parent of this assessment</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e1163">/repo/courses/{courseId}/elements/externalpage/{nodeId}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>parentNodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The node's id of this external page</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e1212">/repo/courses/{courseId}/elements/externalpage</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e1314">/repo/courses/{courseId}/elements/task/{nodeId}/file</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>nodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The node's id which will be the parent of this task file</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e1384">/repo/courses/{courseId}/elements/task/{nodeId}/configuration</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>nodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e1531">/repo/courses/{courseId}/elements/survey/{nodeId}/configuration</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>nodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e1638">/repo/courses/{courseId}/elements/test/{nodeId}/configuration</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>nodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e1767">/ping</h3> + <p>Description:<br> + Ping to test the presence of the REST Api + + <P> + Initial Date: 7 apr. 2010 <br> + </p> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e1784">/ping/version</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e1799">/ping/{name}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>name</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e1815">/contacts</h3> + <p>Description:<br> + + <P> + Initial Date: 21 oct. 2011 <br> + </p> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e1830">/api</h3> + <p>Description:<br> + Service for general informations on the OLAT REST Api. + + <P> + Initial Date: 14 apr. 2010 <br> + </p> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e1833">/api/version</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e1850">/api/doc</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e1854">/api/doc/{filename}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>filename</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e1865">/api/{filename}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>filename</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e1876">/api/copyright</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e1895">/notifications</h3> + <p><h3>Description:</h3> + REST API for notifications + <p> + Initial Date: 25 aug 2010 <br> + </p> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e1927">/repo/courses/{courseId}/elements/contact</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e1970">/repo/courses/infos</h3> + <p>Description:<br> + + <P> + Initial Date: 7 févr. 2012 <br> + </p> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e1990">/repo/forums</h3> + <p>Description:<br> + Web service to manage forums. + + <P> + Initial Date: 26 aug. 2010 <br> + </p> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e1993">/repo/forums/version</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2008">/repo/forums/{forumKey}</h3> + <p>Description:<br> + Web service to manage a forum. + + <P> + Initial Date: 20 apr. 2010 <br> + </p> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>forumKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the forum</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2042">/repo/forums/{forumKey}/threads</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>forumKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the forum</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2151">/repo/forums/{forumKey}/posts/{threadKey}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>forumKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the forum</p> + </td> + </tr> + <tr> + <td> + <p><strong>threadKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the thread</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2192">/repo/forums/{forumKey}/posts/{messageKey}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>forumKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the forum</p> + </td> + </tr> + <tr> + <td> + <p><strong>messageKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The id of the reply message</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2304">/repo/forums/{forumKey}/posts/{messageKey}/attachments</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>forumKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the forum</p> + </td> + </tr> + <tr> + <td> + <p><strong>messageKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the message</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2375">/repo/forums/{forumKey}/posts/{messageKey}/attachments/{filename}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>forumKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the forum</p> + </td> + </tr> + <tr> + <td> + <p><strong>filename</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The name of the attachment</p> + </td> + </tr> + <tr> + <td> + <p><strong>messageKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The identity key of the user being searched</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2397">/repo/courses/{courseId}/elements/folder</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2430">/repo/courses/{courseId}/elements/folder/{nodeId}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>nodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2449">/repo/courses/{courseId}/elements/folder/{nodeId}/files</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>nodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2483">/repo/courses/{courseId}/elements/folder/{nodeId}/files/{path:.*}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>nodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>path</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2527">/repo/courses/{courseId}/elements/folder/{nodeId}/files/version</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>nodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2531">/repo/courses</h3> + <p>Description:<br> + This web service handles the courses. + + <P> + Initial Date: 27 apr. 2010 <br> + </p> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2590">/repo/courses/version</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2605">/system</h3> + <p><h3>Description:</h3> + <p> + Initial Date: 18 jun. 2010 <br> + </p> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2608">/system/environment</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2631">/system/release</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2654">/system/log</h3> + <p>Description:<br> + This web service returns logFiles + + <P> + Initial Date: 23.12.2011 <br> + </p> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2661">/system/log/version</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2676">/system/log/{date}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>date</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2682">/system/monitoring</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2683">/system/monitoring/configuration</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2706">/system/monitoring/runtime</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2729">/system/monitoring/runtime/classes</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2752">/system/monitoring/runtime/memory</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2775">/system/monitoring/runtime/threads</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2798">/system/monitoring/database</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2821">/system/monitoring/openolat</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2844">/system/monitoring/openolat/users</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2867">/system/monitoring/openolat/repository</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2890">/system/monitoring/openolat/sessions</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2913">/system/monitoring/openolat/indexer</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2936">/system/monitoring/openolat/indexer/status</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e2985">/system/monitoring/memory</h3> + <p><h3>Description:</h3> + + Initial Date: 21 juin 2010 <br> + </p> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3025">/system/monitoring/memory/pools</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3033">/system/monitoring/memory/samples</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3042">/system/monitoring/threads</h3> + <p><h3>Description:</h3> + + Initial Date: 21 juin 2010 <br> + </p> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3052">/system/monitoring/threads/cpu</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3057">/system/indexer</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3080">/system/indexer/status</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3129">/system/notifications</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3130">/system/notifications/status</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3180">/repo/courses/{courseId}/resourcefolders</h3> + <p>Description:<br> + This will handle the resources folders in the course: the course storage folder + and the shared folder. The course folder has a read-write access but the shared + folder can only be read. + + <P> + Initial Date: 26 apr. 2010 <br> + </p> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3183">/repo/courses/{courseId}/resourcefolders/version</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3198">/repo/courses/{courseId}/resourcefolders/sharedfolder</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3217">/repo/courses/{courseId}/resourcefolders/sharedfolder/{path:.*}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>path</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3237">/repo/courses/{courseId}/resourcefolders/coursefolder</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3292">/repo/courses/{courseId}/resourcefolders/coursefolder/{path:.*}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>path</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3348">/repo/entries</h3> + <p>Description:<br> + This handles the repository entries + + <P> + Initial Date: 19.05.2009 <br> + </p> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3400">/repo/entries/version</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3406">/repo/entries/search</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3438">/repo/entries/{repoEntryKey}</h3> + <p>Description:<br> + Repository entry resource + + <P> + Initial Date: 19.05.2009 <br> + </p> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>repoEntryKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3499">/repo/entries/{repoEntryKey}/participants</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>repoEntryKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>repoEntryKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The key of the repository entry</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3521">/repo/entries/{repoEntryKey}/participants/{identityKey}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>repoEntryKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>repoEntryKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The key of the repository entry</p> + </td> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The user's id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3558">/repo/entries/{repoEntryKey}/file</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>repoEntryKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>repoEntryKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3590">/repo/entries/{repoEntryKey}/owners</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>repoEntryKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>repoEntryKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The key of the repository entry</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3612">/repo/entries/{repoEntryKey}/owners/{identityKey}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>repoEntryKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>repoEntryKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The key of the repository entry</p> + </td> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The user's id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3649">/repo/entries/{repoEntryKey}/coaches</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>repoEntryKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>repoEntryKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The key of the repository entry</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3672">/repo/entries/{repoEntryKey}/coaches/{identityKey}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>repoEntryKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>repoEntryKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The key of the repository entry</p> + </td> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The user's id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3709">/repo/courses/{courseId}/elements/enrollment</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3740">/repo/courses/{courseId}/elements/enrollment/{nodeId}/groups</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>nodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3747">/repo/courses/{courseId}/assessments</h3> + <p>Description:<br> + Retrieve and import course assessments + + <P> + Initial Date: 7 apr. 2010 <br> + </p> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3775">/repo/courses/{courseId}/assessments/version</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3790">/repo/courses/{courseId}/assessments/users/{identityKey}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The id of the user</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3819">/repo/courses/{courseId}/assessments/{nodeId}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + <tr> + <td> + <p><strong>nodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The id of the course building block</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The resourceable id of the course</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3866">/repo/courses/{courseId}/assessments/{nodeId}/users/{identityKey}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + <tr> + <td> + <p><strong>nodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The ident of the course building block</p> + </td> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The id of the user</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3898">/i18n</h3> + <p>Description:<br> + This handles translations from the i18n module of OLAT. + + <P> + Initial Date: 14 apr. 2010 <br> + </p> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3901">/i18n/version</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3916">/i18n/{package}/{key}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>package</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The name of the package</p> + </td> + </tr> + <tr> + <td> + <p><strong>key</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The key to translate</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e3941">/users/{username}/auth</h3> + <p>This web service handles functionalities related to authentication credentials of users.</p> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>username</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The username of the user to retrieve authentication</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e4000">/users/{username}/auth/{authKey}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>username</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The username of the user to retrieve authentication</p> + </td> + </tr> + <tr> + <td> + <p><strong>username</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The username of the user</p> + </td> + </tr> + <tr> + <td> + <p><strong>authKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The authentication key identifier</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e4028">/users/{username}/auth/version</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>username</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The username of the user to retrieve authentication</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e4045">/users/{username}/auth/new</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>username</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The username of the user to retrieve authentication</p> + </td> + </tr> + <tr> + <td> + <p><strong>username</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The username of the user</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e4080">/users/{username}/auth/{authKey}/delete</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>username</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The username of the user to retrieve authentication</p> + </td> + </tr> + <tr> + <td> + <p><strong>username</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The username of the user</p> + </td> + </tr> + <tr> + <td> + <p><strong>authKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The authentication key identifier</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e4108">/users/{identityKey}/forums</h3> + <p>Description:<br> + + <P> + Initial Date: 6 déc. 2011 <br> + </p> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the user (IdentityImpl)</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e4136">/users/{identityKey}/forums/group/{groupKey}</h3> + <p>Description:<br> + Web service to manage a forum. + + <P> + Initial Date: 20 apr. 2010 <br> + </p> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the user (IdentityImpl)</p> + </td> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e4168">/users/{identityKey}/forums/group/{groupKey}/threads</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the user (IdentityImpl)</p> + </td> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e4277">/users/{identityKey}/forums/group/{groupKey}/posts/{threadKey}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the user (IdentityImpl)</p> + </td> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>threadKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the thread</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e4318">/users/{identityKey}/forums/group/{groupKey}/posts/{messageKey}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the user (IdentityImpl)</p> + </td> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>messageKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The id of the reply message</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e4430">/users/{identityKey}/forums/group/{groupKey}/posts/{messageKey}/attachments</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the user (IdentityImpl)</p> + </td> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>messageKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the message</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e4501">/users/{identityKey}/forums/group/{groupKey}/posts/{messageKey}/attachments/{filename}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the user (IdentityImpl)</p> + </td> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>filename</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The name of the attachment</p> + </td> + </tr> + <tr> + <td> + <p><strong>messageKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The identity key of the user being searched</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e4523">/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}</h3> + <p>Description:<br> + Web service to manage a forum. + + <P> + Initial Date: 20 apr. 2010 <br> + </p> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the user (IdentityImpl)</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>courseNodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e4556">/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}/threads</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the user (IdentityImpl)</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>courseNodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e4665">/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}/posts/{threadKey}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the user (IdentityImpl)</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>courseNodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>threadKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the thread</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e4706">/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}/posts/{messageKey}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the user (IdentityImpl)</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>courseNodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>messageKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The id of the reply message</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e4818">/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}/posts/{messageKey}/attachments</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the user (IdentityImpl)</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>courseNodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>messageKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the message</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e4889">/users/{identityKey}/forums/course/{courseKey}/{courseNodeId}/posts/{messageKey}/attachments/{filename}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the user (IdentityImpl)</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>courseNodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>filename</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The name of the attachment</p> + </td> + </tr> + <tr> + <td> + <p><strong>messageKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The identity key of the user being searched</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e4911">/groups</h3> + <p>Description:<br> + This handles the learning groups. + + <P> + Initial Date: 23 mar. 2010 <br> + </p> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e4953">/groups/version</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e4968">/groups/{groupKey}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the group</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e5026">/groups/{groupKey}/configuration</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e5033">/groups/{groupKey}/infos</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the group</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e5055">/groups/{groupKey}/owners</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the group</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e5077">/groups/{groupKey}/participants</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the group</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e5099">/groups/{groupKey}/owners/{identityKey}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the group</p> + </td> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The user's id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e5136">/groups/{groupKey}/participants/{identityKey}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the group</p> + </td> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The id of the user</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e5174">/groups/{groupKey}/forum</h3> + <p>Description:<br> + Web service to manage a forum. + + <P> + Initial Date: 20 apr. 2010 <br> + </p> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the group</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e5208">/groups/{groupKey}/forum/threads</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the group</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e5317">/groups/{groupKey}/forum/posts/{threadKey}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the group</p> + </td> + </tr> + <tr> + <td> + <p><strong>threadKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the thread</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e5358">/groups/{groupKey}/forum/posts/{messageKey}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the group</p> + </td> + </tr> + <tr> + <td> + <p><strong>messageKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The id of the reply message</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e5470">/groups/{groupKey}/forum/posts/{messageKey}/attachments</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the group</p> + </td> + </tr> + <tr> + <td> + <p><strong>messageKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the message</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e5541">/groups/{groupKey}/forum/posts/{messageKey}/attachments/{filename}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the group</p> + </td> + </tr> + <tr> + <td> + <p><strong>filename</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The name of the attachment</p> + </td> + </tr> + <tr> + <td> + <p><strong>messageKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The identity key of the user being searched</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e5563">/groups/{groupKey}/folder</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e5596">/groups/{groupKey}/folder/{path:.*}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>path</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e5640">/groups/{groupKey}/folder/version</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e5644">/groups/{groupKey}/wiki</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the group</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e5652">/auth</h3> + <p>Description:<br> + Authenticate against OLAT Provider + + <P> + Initial Date: 7 apr. 2010 <br> + </p> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e5655">/auth/version</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e5670">/auth/{username}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>username</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The username</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e5700">/repo/courses/{courseId}/elements/forum</h3> + <p>Description:<br> + REST API implementation for forum course node + + <P> + Initial Date: 20.12.2010 <br> + </p> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e5811">/repo/courses/{courseId}/elements/forum/{nodeId}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>nodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The node's id</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e5846">/repo/courses/{courseId}/elements/forum/{nodeId}/thread</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>nodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The id of the course node.</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The id of the course.</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e5894">/repo/courses/{courseId}/elements/forum/{nodeId}/message</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>nodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The id of the course node.</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The id of the course.</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e5942">/repo/courses/{courseId}/elements/forum/{nodeId}/forum</h3> + <p>Description:<br> + Web service to manage a forum. + + <P> + Initial Date: 20 apr. 2010 <br> + </p> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>nodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e5975">/repo/courses/{courseId}/elements/forum/{nodeId}/forum/threads</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>nodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e6084">/repo/courses/{courseId}/elements/forum/{nodeId}/forum/posts/{threadKey}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>nodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>threadKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the thread</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e6125">/repo/courses/{courseId}/elements/forum/{nodeId}/forum/posts/{messageKey}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>nodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>messageKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The id of the reply message</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e6237">/repo/courses/{courseId}/elements/forum/{nodeId}/forum/posts/{messageKey}/attachments</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>nodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>messageKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the message</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e6308">/repo/courses/{courseId}/elements/forum/{nodeId}/forum/posts/{messageKey}/attachments/{filename}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>nodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>filename</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The name of the attachment</p> + </td> + </tr> + <tr> + <td> + <p><strong>messageKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The identity key of the user being searched</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e6330">/catalog</h3> + <p>Description:<br> + A web service for the catalog + + <P> + Initial Date: 5 may 2010 <br> + </p> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e6349">/catalog/{path:.*}/owners/{identityKey}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>path</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The path</p> + </td> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The id of the user</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e6440">/catalog/version</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e6455">/catalog/{path:.*}/children</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>path</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The path</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e6484">/catalog/{path:.*}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>path</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The path</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e6713">/catalog/{path:.*}/owners</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>path</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The path</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e6746">/users</h3> + <p>This web service handles functionalities related to <code>User</code>.</p> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e6819">/users/{identityKey}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The user key identifier of the user being searched</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e6920">/users/version</h3> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e6937">/users/{identityKey}/roles</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e6967">/users/{identityKey}/delete</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The user key identifier</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e6986">/users/{identityKey}/portrait</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The identity key identifier of the user being searched</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e7041">/users/{identityKey}/groups</h3> + <p>Description:<br> + + <P> + Initial Date: 18 oct. 2011 <br> + </p> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e7074">/users/{identityKey}/groups/infos</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e7104">/users/{identityKey}/folders</h3> + <p>Description:<br> + + <P> + Initial Date: 16 déc. 2011 <br> + </p> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the user (IdentityImpl)</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e7132">/users/{identityKey}/folders/personal</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the user (IdentityImpl)</p> + </td> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e7165">/users/{identityKey}/folders/personal/{path:.*}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the user (IdentityImpl)</p> + </td> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>path</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e7209">/users/{identityKey}/folders/personal/version</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the user (IdentityImpl)</p> + </td> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e7213">/users/{identityKey}/folders/course/{courseKey}/{courseNodeId}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the user (IdentityImpl)</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>courseNodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e7247">/users/{identityKey}/folders/course/{courseKey}/{courseNodeId}/{path:.*}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the user (IdentityImpl)</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>courseNodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>path</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e7291">/users/{identityKey}/folders/course/{courseKey}/{courseNodeId}/version</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the user (IdentityImpl)</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>courseNodeId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e7295">/users/{identityKey}/folders/group/{groupKey}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the user (IdentityImpl)</p> + </td> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e7328">/users/{identityKey}/folders/group/{groupKey}/{path:.*}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the user (IdentityImpl)</p> + </td> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>path</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e7372">/users/{identityKey}/folders/group/{groupKey}/version</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the user (IdentityImpl)</p> + </td> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e7376">/repo/courses/{courseId}</h3> + <p>Description:<br> + This web service will handle the functionality related to <code>Course</code> + and its contents. + + <P> + Initial Date: 27 apr. 2010 <br> + </p> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e7425">/repo/courses/{courseId}/version</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e7440">/repo/courses/{courseId}/configuration</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e7520">/repo/courses/{courseId}/authors</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e7545">/repo/courses/{courseId}/publish</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e7581">/repo/courses/{courseId}/file</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e7604">/repo/courses/{courseId}/runstructure</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e7629">/repo/courses/{courseId}/editortreemodel</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e7655">/repo/courses/{courseId}/authors/{identityKey}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + <tr> + <td> + <p><strong>identityKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The user identifier</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e7725">/repo/courses/{courseId}/groups</h3> + <p>Description:<br> + CourseGroupWebService + + <P> + Initial Date: 7 apr. 2010 <br> + </p> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e7768">/repo/courses/{courseId}/groups/version</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e7783">/repo/courses/{courseId}/groups/{groupKey}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The group's id</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e7844">/repo/courses/{courseId}/groups/new</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e7865">/repo/courses/{courseId}/groups/{groupKey}/forum</h3> + <p>Description:<br> + Web service to manage a forum. + + <P> + Initial Date: 20 apr. 2010 <br> + </p> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the group</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e7899">/repo/courses/{courseId}/groups/{groupKey}/forum/threads</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the group</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e8008">/repo/courses/{courseId}/groups/{groupKey}/forum/posts/{threadKey}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the group</p> + </td> + </tr> + <tr> + <td> + <p><strong>threadKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the thread</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e8049">/repo/courses/{courseId}/groups/{groupKey}/forum/posts/{messageKey}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the group</p> + </td> + </tr> + <tr> + <td> + <p><strong>messageKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The id of the reply message</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e8161">/repo/courses/{courseId}/groups/{groupKey}/forum/posts/{messageKey}/attachments</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the group</p> + </td> + </tr> + <tr> + <td> + <p><strong>messageKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the message</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e8232">/repo/courses/{courseId}/groups/{groupKey}/forum/posts/{messageKey}/attachments/{filename}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The key of the group</p> + </td> + </tr> + <tr> + <td> + <p><strong>filename</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td> + <p>The name of the attachment</p> + </td> + </tr> + <tr> + <td> + <p><strong>messageKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The identity key of the user being searched</p> + </td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e8254">/repo/courses/{courseId}/groups/{groupKey}/folder</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e8287">/repo/courses/{courseId}/groups/{groupKey}/folder/{path:.*}</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>path</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#string">string</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <div class="resource"> + <h3 id="d2e8331">/repo/courses/{courseId}/groups/{groupKey}/folder/version</h3> + <h6>resource-wide template parameters</h6> + <table> + <tr> + <th>parameter</th> + <th>value</th> + <th>description</th> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td> + <p>The course resourceable's id</p> + </td> + </tr> + <tr> + <td> + <p><strong>courseId</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + <tr> + <td> + <p><strong>groupKey</strong></p> + </td> + <td> + <p><em><a href="http://www.w3.org/TR/xmlschema-2/#long">long</a></em></p> + </td> + <td></td> + </tr> + </table> + <h6>Methods</h6> + <div class="methods"></div> + </div> + <h2 id="representations">Representations</h2> + <h3 id="d2e10">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p> + <h6>Example</h6><pre><code>1.0</code></pre></p> + <p>The version of this specific Web Service</p> + <h3 id="d2e33"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e39">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The course node metadatasThe persisted structure element (fully populated)The roles of the authenticated user are not sufficientThis updates a Structure Element onto a given course.The course or parentNode not foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e52"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e62"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e66">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The course node metadatasThe roles of the authenticated user are not sufficientThis attaches a Structure Element onto a given course. The element will be -inserted underneath the supplied parentNodeId.The persisted structure element (fully populated)The course or parentNode not foundThe persisted structure element (fully populated)Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e77"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e88"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e94">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The course node metadatasThe persisted structure element (fully populated)The roles of the authenticated user are not sufficientThis attaches a Structure Element onto a given course. The element will be -inserted underneath the supplied parentNodeId.The persisted structure element (fully populated)The course or parentNode not foundThe persisted structure element (fully populated)Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e107"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e125"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e131">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The course node metadatasThe persisted structure element (fully populated)The roles of the authenticated user are not sufficientThis updates a Single Page Element onto a given course.The persisted Single Page Element(fully populated)The course or parentNode not foundThe persisted Single Page Element(fully populated)Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e144"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e156"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e162">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -the course node metadatasThe persisted Single Page Element(fully populated)The roles of the authenticated user are not sufficientThis attaches a Single Page Element onto a given course. The element will -be inserted underneath the supplied parentNodeId.The persisted Single Page Element(fully populated)The course or parentNode not foundThe persisted Single Page Element(fully populated)Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>the course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e175"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e184">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e197"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e203">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The course node metadatasThe persisted Single Page Element(fully populated)The roles of the authenticated user are not sufficientThis attaches a Single Page Element onto a given course. The element will -be inserted underneath the supplied parentNodeId.The persisted Single Page Element(fully populated)The course or parentNode not foundThe persisted Single Page Element(fully populated)Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e216"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e225"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e231">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The course node metadatasThe persisted Single Page Element(fully populated)The roles of the authenticated user are not sufficientThis attaches a Single Page Element onto a given course. The element will -be inserted underneath the supplied parentNodeId.The persisted Single Page Element(fully populated)The course or parentNode not foundThe persisted Single Page Element(fully populated)Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e244"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e253"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e259">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -the course node metadatasThe persisted Single Page Element(fully populated)The roles of the authenticated user are not sufficientThis attaches a Single Page Element onto a given course. The element will -be inserted underneath the supplied parentNodeId.The persisted Single Page Element(fully populated)The course or parentNode not foundThe persisted Single Page Element(fully populated)Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>the course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e272"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e291"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e297">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -the course node metadatasThe persisted Single Page Element(fully populated)The roles of the authenticated user are not sufficientThe node's id of this taskThe course resourceable idThis updates a Task Element onto a given course.The node short titleThe node long titleThe node learning objectivesThe rules to view the node (optional)The rules to access the node (optional)The task node textThe task node's possible pointsThe persisted task element (fully populated)The course or parentNode not foundThe persisted task element (fully populated)Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>the course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e310"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e324">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e349"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e355">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The course node metadatasThe persisted task element (fully populated)The roles of the authenticated user are not sufficientThe course resourceable idThis attaches a Task Element onto a given course. The element will be -inserted underneath the supplied parentNodeId.The node's id which will be the parent of this taskThe node's position relative to its sibling nodes (optional)The node short titleThe node long titleThe node learning objectivesThe rules to view the node (optional)The rules to access the node (optional)The task node textThe task node's possible pointsThe persisted task element (fully populated)The course or parentNode not foundThe persisted task element (fully populated)Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e368"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e379">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e410"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e416">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The course node metadatasThe persisted task element (fully populated)The roles of the authenticated user are not sufficientThis attaches a Task Element onto a given course. The element will be -inserted underneath the supplied parentNodeId.The node's id which will be the parent of this taskThe node's position relative to its sibling nodes (optional)The node short titleThe node long titleThe node learning objectivesThe rules to view the node (optional)The rules to access the node (optional)The task node textThe task node's possible pointsThe persisted task element (fully populated)The course or parentNode not foundThe persisted task element (fully populated)Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e429"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e466"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e472">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The course node metadatasThe persisted task element (fully populated)The roles of the authenticated user are not sufficientThis updates a Test Element onto a given course.The persisted test element (fully populated)The course, parentNode or test not foundThe persisted test element (fully populated)Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e485"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e495">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e505"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course, parentNode or test not found</p> + <h3 id="d2e511">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The test node metadatasThe persisted test element (fully populated)The roles of the authenticated user are not sufficientThe course resourceable idThis attaches a Test Element onto a given course. The element will be -inserted underneath the supplied parentNodeId.The node's id which will be the parent of this testThe test node's id which is retorned in the -response of the import test resourceThe node's position relative to its sibling nodes (optional)The node short titleThe node long titleThe node learning objectivesThe rules to view the node (optional)The rules to access the node (optional)The persisted test element (fully populated)The course, parentNode or test not foundThe persisted test element (fully populated)Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The test node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e524"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e535">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e563"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course, parentNode or test not found</p> + <h3 id="d2e569">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The test node metadatasThe persisted test element (fully populated)The roles of the authenticated user are not sufficientThis attaches a Test Element onto a given course. The element will be -inserted underneath the supplied parentNodeId.The node's id which will be the parent of this testThe test node's id which is retorned in the -response of the import test resourceThe node's position relative to its sibling nodes (optional)The node short titleThe node long titleThe node learning objectivesThe rules to view the node (optional)The rules to access the node (optional)The persisted test element (fully populated)course, parentNode or test not foundThe persisted test element (fully populated)Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The test node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e582"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e616"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>course, parentNode or test not found</p> + <h3 id="d2e622">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -the test node metadatasThe persisted test element (fully populated)The roles of the authenticated user are not sufficientThe node's id of this assessmentThe course resourceable's idUpdates an assessment building block.The node short titleThe node long titleThe node learning objectivesThe rules to view the node (optional)The rules to access the node (optional)The course or parentNode not foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>the test node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e635"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e650">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e667"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e671">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The course node metadatasThe roles of the authenticated user are not sufficientThe course resourceable's idAttaches an assessment building block.The node's id which will be the parent of this assessmentThe node's position relative to its sibling nodes (optional)The node short titleThe node long titleThe node learning objectivesThe rules to view the node (optional)The rules to access the node (optional)The course or parentNode not foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e682"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e693">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e716"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e720">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The course node metadatasThe roles of the authenticated user are not sufficientAttaches an assessment building block.The node's id which will be the parent of this assessmentThe node's position relative to its sibling nodes (optional)The node short titleThe node long titleThe node learning objectivesThe rules to view the node (optional)The rules to access the node (optional)The course or parentNode not foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e731"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e760"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e764">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The course node metadatasThe roles of the authenticated user are not sufficientThe node's id which of this wikiThe course resourceable's idAttaches an wiki building block.The node short titleThe node long titleThe node learning objectivesThe rules to view the node (optional)The rules to access the node (optional)The repository entry key of the wikiThe course or parentNode not foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e775"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e789">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e809"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e813">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The course node metadatasThe roles of the authenticated user are not sufficientAttaches an wiki building block.The course or parentNode not foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e824"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e842"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e846">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The course node metadatasThe roles of the authenticated user are not sufficientAttaches an wiki building block.The course or parentNode not foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e857"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e873"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e877">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The course node metadatasThe roles of the authenticated user are not sufficientThe node's id of this blogThe course resourceable's idUpdate an blog building block.The node short titleThe node long titleThe node learning objectivesThe rules to view the node (optional)The rules to access the node (optional)The softkey of the blog resourceable (optional)The course or parentNode not foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e888"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e902">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e922"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e926">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The course node metadatasThe roles of the authenticated user are not sufficientThe course resourceable's idAttaches an blog building block.The node's id which will be the parent of this assessmentThe node's position relative to its sibling nodes (optional)The node short titleThe node long titleThe node learning objectivesThe rules to view the node (optional)The rules to access the node (optional)The softkey of the blog resourceable (optional)The course or parentNode not foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e937"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e973"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e977">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The course node metadatasThe roles of the authenticated user are not sufficientAttaches an blog building block.The node's id which will be the parent of this assessmentThe node's position relative to its sibling nodes (optional)The node short titleThe node long titleThe node learning objectivesThe rules to view the node (optional)The rules to access the node (optional)The softkey of the blog resourceable (optional)The course or parentNode not foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e988"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e1020"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e1024">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The course node metadatasThe roles of the authenticated user are not sufficientThe node's id which will be the parent of this assessmentThe course resourceable's idAttaches an survey building block.The node's position relative to its sibling nodes (optional)The node short titleThe node long titleThe node learning objectivesThe rules to view the node (optional)The rules to access the node (optional)The course or parentNode not foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e1035"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e1065"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e1069">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The course node metadatasThe roles of the authenticated user are not sufficientAttaches an survey building block.The node's position relative to its sibling nodes (optional)The node short titleThe node long titleThe node learning objectivesThe rules to view the node (optional)The rules to access the node (optional)The course or parentNode not foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e1080"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e1096"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e1100">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The course node metadatasThe roles of the authenticated user are not sufficientAttaches an survey building block.The course or parentNode not foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e1111"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e1125">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e1145"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e1149">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The course node metadatasThe roles of the authenticated user are not sufficientThe node's id of this external pageThe course resourceable's idUpdate an external page building block.The node short titleThe node long titleThe node learning objectivesThe rules to view the node (optional)The rules to access the node (optional)The URL of the external pageThe course or parentNode not foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e1160"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e1174">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e1194"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e1198">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The course node metadatasThe roles of the authenticated user are not sufficientThe course resourceable's idAttaches an external page building block.The node's id which will be the parent of this assessmentThe node's position relative to its sibling nodes (optional)The node short titleThe node long titleThe node learning objectivesThe rules to view the node (optional)The rules to access the node (optional)The URL of the external pageThe course or parentNode not foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e1209"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e1245"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e1249">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The course node metadatasThe roles of the authenticated user are not sufficientAttaches an external page building block.The node's id which will be the parent of this assessmentThe node's position relative to its sibling nodes (optional)The node short titleThe node long titleThe node learning objectivesThe rules to view the node (optional)The rules to access the node (optional)The URL of the external pageThe given URL is not validThe course or parentNode not foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e1260"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e1292"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The given URL is not valid</p> + <h3 id="d2e1296"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e1300">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The course node metadatasThe roles of the authenticated user are not sufficientThe node's id which will be the parent of this task fileThe course resourceable idThis attaches a Task file onto a given task element.The persisted task element (fully populated)The course or parentNode not foundThe persisted task element (fully populated)Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e1311"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e1327"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e1333">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The course node metadatasThe persisted task element (fully populated)The roles of the authenticated user are not sufficientThis attaches a Task file onto a given task element.The persisted task element (fully populated)The course or parentNode not foundThe persisted task element (fully populated)Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e1346"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e1355"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e1361">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The course node metadatasThe persisted task element (fully populated)The course node is not of type taskThe persisted task element (fully populated)The roles of the authenticated user are not sufficientThis attaches the run-time configuration onto a given task element.The configuration is not validThe course or task node not foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e1374"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course node is not of type task</p> + <h3 id="d2e1380"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e1419"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The configuration is not valid</p> + <h3 id="d2e1423"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or task node not found</p> + <h3 id="d2e1427">application/xml, application/json (<abbr title="{http://www.example.com} surveyConfigVO">ns3:surveyConfigVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The task node configurationThe call is not applicable to task course nodeThe roles of the authenticated user are not sufficientThis attaches the run-time configuration onto a given task element.The configuration is not validThe course or task node not foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The task node configuration</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e1438"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The call is not applicable to task course node</p> + <h3 id="d2e1442"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e1477"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The configuration is not valid</p> + <h3 id="d2e1481"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or task node not found</p> + <h3 id="d2e1485">application/xml, application/json (<abbr title="{http://www.example.com} surveyConfigVO">ns3:surveyConfigVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The task node configurationThe call is not applicable to task course nodeThe roles of the authenticated user are not sufficientRetrieves configuration of the task course nodethe task course node configurationThe course or task node not foundthe task course node configurationExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The task node configuration</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e1496"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The call is not applicable to task course node</p> + <h3 id="d2e1500"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e1509"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or task node not found</p> + <h3 id="d2e1515">application/xml, application/json (<abbr title="{http://www.example.com} surveyConfigVO">ns3:surveyConfigVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The course node configurationthe task course node configurationThe roles of the authenticated user are not sufficientThis attaches the run-time configuration onto a given survey element.The configuration is not validThe course or survey node not foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node configuration</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e1528"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e1546"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The configuration is not valid</p> + <h3 id="d2e1550"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or survey node not found</p> + <h3 id="d2e1554">application/xml, application/json (<abbr title="{http://www.example.com} surveyConfigVO">ns3:surveyConfigVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The survey node configurationThe call is not applicable to survey course nodeThe roles of the authenticated user are not sufficientThis attaches the run-time configuration onto a given survey element.The configuration is not validThe course or survey node not foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The survey node configuration</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e1565"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The call is not applicable to survey course node</p> + <h3 id="d2e1569"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e1584"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The configuration is not valid</p> + <h3 id="d2e1588"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or survey node not found</p> + <h3 id="d2e1592">application/xml, application/json (<abbr title="{http://www.example.com} surveyConfigVO">ns3:surveyConfigVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The survey node configurationThe call is not applicable to survey course nodeThe roles of the authenticated user are not sufficientRetrieves configuration of the survey course nodesurvey course node configurationThe course or survey node not foundsurvey course node configurationExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The survey node configuration</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e1603"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The call is not applicable to survey course node</p> + <h3 id="d2e1607"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e1616"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or survey node not found</p> + <h3 id="d2e1622">application/xml, application/json (<abbr title="{http://www.example.com} surveyConfigVO">ns3:surveyConfigVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The course node configurationsurvey course node configurationThe roles of the authenticated user are not sufficientThis attaches the run-time configuration onto a given test element.The configuration is not validThe course or test node not foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node configuration</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e1635"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e1664"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The configuration is not valid</p> + <h3 id="d2e1668"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or test node not found</p> + <h3 id="d2e1672">application/xml, application/json (<abbr title="{http://www.example.com} testConfigVO">ns3:testConfigVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The test node configurationThe call is not applicable to test course nodeThe roles of the authenticated user are not sufficientThis attaches the run-time configuration onto a given test element.The configuration is not validThe course or test node not foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The test node configuration</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e1683"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The call is not applicable to test course node</p> + <h3 id="d2e1687"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e1713"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The configuration is not valid</p> + <h3 id="d2e1717"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or test node not found</p> + <h3 id="d2e1721">application/xml, application/json (<abbr title="{http://www.example.com} testConfigVO">ns3:testConfigVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The test node configurationThe call is not applicable to test course nodeThe roles of the authenticated user are not sufficientRetrieves configuration of the test course nodetest course node configurationThe course or test node not foundtest course node configurationExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The test node configuration</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e1732"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The call is not applicable to test course node</p> + <h3 id="d2e1736"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e1745"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or test node not found</p> + <h3 id="d2e1751">application/xml, application/json (<abbr title="{http://www.example.com} testConfigVO">ns3:testConfigVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The course node configurationtest course node configurationThe roles of the authenticated user are not sufficientDescription:<br> - -<P> -Initial Date: 21 oct. 2011 <br>Retrieve the contacts of the logged in identity.The list of contactsThe list of contactsDescription:<br> -Web service to manage forums. - -<P> -Initial Date: 26 aug. 2010 <br>The version of the Forum Web ServiceExample1.0The version of this specific Web ServiceDescription:<br> -Web service to manage a forum. - -<P> -Initial Date: 20 apr. 2010 <br>The key of the forumRetrieves the forum.The forumThe forum not foundThe forumExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node configuration</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e1764"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e1774">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p> + <h6>Example</h6><pre><code>Ping</code></pre></p> + <p>Return a small string</p> + <h3 id="d2e1789">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p> + <h6>Example</h6><pre><code>1.0</code></pre></p> + <p>The version of this specific Web Service</p> + <h3 id="d2e1805">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p> + <h6>Example</h6><pre><code>Ping</code></pre></p> + <p>Return a small string</p> + <h3 id="d2e1827"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The list of contacts</p> + <h3 id="d2e1840">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p> + <h6>Example</h6><pre><code>1.0</code></pre></p> + <p>Return the version number</p> + <h3 id="d2e1853">text/html<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e1862">image/jpeg<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Images for the documentation</p> + <h3 id="d2e1873">image/jpeg<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Images for the documentation</p> + <h3 id="d2e1883">text/html, application/xhtml+xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The copyright of the REST API.</p> + <h3 id="d2e1892">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The copyright of the REST API.</p> + <h3 id="d2e1911"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity not found</p> + <h3 id="d2e1917">application/xml, application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<subscriptionInfoVOes> + <subscriptionInfoVO> + <title>Infos</title> + <items/> + </subscriptionInfoVO> +</subscriptionInfoVOes> +</code></pre></p> + <p>The notifications</p> + <h3 id="d2e1947">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e1948">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e1951">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e1968">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e1969">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e1980">application/xml, application/json, application/json;pagingspec=1.0 (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<courses totalCount="0"> + <courses> + <course> + <key>777</key> + <title>Demo course</title> + <displayName>Demo course</displayName> + </course> + </courses> +</courses> +</code></pre></p> + <p>List of visible courses</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e1998">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p> + <h6>Example</h6><pre><code>1.0</code></pre></p> + <p>The version of this specific Web Service</p> + <h3 id="d2e2020"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The forum not found</p> + <h3 id="d2e2026">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<forum subscribed="false" courseNodeId="2784628" courseKey="286" forumKey="3865487" detailsName="It is a forum" name="My forum"/> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e2039"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e2058"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author, forum or message not found</p> + <h3 id="d2e2064">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<messages totalCount="1"> + <messages> + <message> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> + </message> + </messages> +</messages> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e2077"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e2096"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author, forum or message not found</p> + <h3 id="d2e2102">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<messageVO> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> +</messageVO> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e2115"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e2122">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e2129"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author, forum or message not found</p> + <h3 id="d2e2135">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<messageVO> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> +</messageVO> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e2148"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e2170"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author, forum or message not found</p> + <h3 id="d2e2176">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<messages totalCount="1"> + <messages> + <message> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> + </message> + </messages> +</messages> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e2189"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e2200">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e2213"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author or message not found</p> + <h3 id="d2e2219">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<messageVO> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> +</messageVO> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e2232"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e2239">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">replyVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e2240">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">replyVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e2244"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author or message not found</p> + <h3 id="d2e2250">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<messageVO> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> +</messageVO> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e2263"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e2282"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author or message not found</p> + <h3 id="d2e2288">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<messageVO> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> +</messageVO> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e2301"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e2314"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The message not found</p> + <h3 id="d2e2320">application/xml, application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The links to the attachments</p> + <h3 id="d2e2329"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity or the portrait not found</p> + <h3 id="d2e2335">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Ok</p> + <h3 id="d2e2342">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e2348"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity or the portrait not found</p> + <h3 id="d2e2354">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Ok</p> + <h3 id="d2e2361">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e2362">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e2366"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity or the portrait not found</p> + <h3 id="d2e2372">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Ok</p> + <h3 id="d2e2388"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity or the portrait not found</p> + <h3 id="d2e2394">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The portrait as image</p> + <h3 id="d2e2401">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2402">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2414">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2415">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2418">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e2428">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2429">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2435">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2436">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2439">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e2447">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2448">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2454">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2455">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2456">text/html<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2457">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2458">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2461">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2462">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2465">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e2470">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2471">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2474">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2475">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2478">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e2479">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e2481">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2482">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2487">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2488">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2489">text/html<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2490">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2491">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2494">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2495">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2496">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2499">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e2504">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2505">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2506">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2509">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2510">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2511">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2514">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e2515">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e2517">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2518">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2521">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2522">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2525">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2526">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2530">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2541">application/xml, application/json, application/json;pagingspec=1.0 (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<courses totalCount="0"> + <courses> + <course> + <key>777</key> + <title>Demo course</title> + <displayName>Demo course</displayName> + </course> + </courses> +</courses> +</code></pre></p> + <p>List of visible courses</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e2570">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<courseVO> + <key>777</key> + <title>Demo course</title> + <displayName>Demo course</displayName> +</courseVO> +</code></pre></p> + <p>The metadatas of the created course</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e2583"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e2588">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2589">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2595">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p> + <h6>Example</h6><pre><code>1.0</code></pre></p> + <p>The version of this specific Web Service</p> + <h3 id="d2e2615">application/xml, application/json (<abbr title="{http://www.example.com} environmentVO">ns3:environmentVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<environmentVO vmVersion="20.4-b02-402" vmVendor="Apple Inc." vmName="Java HotSpot(TM) 64-Bit Server VM" runtimeName="15261@agam.local" availableProcessors="4" osVersion="10.7.2" osName="Mac OS X" arch="x86_64"/> +</code></pre></p> + <p>A short summary of the number of classes</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e2628"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e2638">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<versionVO upgradeAvailable="false" updateAvailable="false" allowAutoUpdate="false" patchAvailable="true" allowAutoPatch="true" repoRevision="" olatVersion="" buildVersion=""/> +</code></pre></p> + <p>The verison of the instance</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e2651"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e2659">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2660">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2666">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p> + <h6>Example</h6><pre><code>1.0</code></pre></p> + <p>The version of this specific Web Service</p> + <h3 id="d2e2680">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2681">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e2690">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<monitoringInfosVO> + <type>openolat</type> + <description>this is an OpenOLAT instance</description> + <probes> + <probe>Environment</probe> + <probe>System</probe> + <probe>Runtime</probe> + <probe>Memory</probe> + </probes> + <dependencies> + <dependency url="localhost" type="openfire"/> + <dependency url="192.168.1.120" type="mysql"/> + </dependencies> +</monitoringInfosVO> +</code></pre></p> + <p>The verison of the instance</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e2703"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e2713">application/xml, application/json (<abbr title="{http://www.example.com} runtimeVO">ns3:runtimeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<runtimeVO upTime="21248" startTime="2012-12-20T11:30:22.921+01:00" systemLoadAverage="1.16748046875"> + <classes totalLoadedClassCount="8500" unloadedClassCount="1500" loadedClassCount="7000"/> + <threads peakThreadCount="123" daemonCount="45" threadCount="102"/> + <memory garbageCollectionCount="0" garbageCollectionTime="0" maxNonHeap="0" committedNonHeap="0" usedNonHeap="0" initNonHeap="0" maxHeap="0" committedHeap="0" usedHeap="0" initHeap="0" totalMemory="56" freeMemory="45" usedMemory="12"/> +</runtimeVO> +</code></pre></p> + <p>The version of the instance</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e2726"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e2736">application/xml, application/json (<abbr title="{http://www.example.com} classesVO">ns3:classesVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<classeStatisticsVO totalLoadedClassCount="8500" unloadedClassCount="1500" loadedClassCount="7000"/> +</code></pre></p> + <p>A short summary of the number of classes</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e2749"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e2759">application/xml, application/json (<abbr title="{http://www.example.com} runtimeVO">ns3:runtimeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<memoryStatisticsVO garbageCollectionCount="0" garbageCollectionTime="0" maxNonHeap="0" committedNonHeap="0" usedNonHeap="0" initNonHeap="0" maxHeap="0" committedHeap="0" usedHeap="0" initHeap="0" totalMemory="56" freeMemory="45" usedMemory="12"/> +</code></pre></p> + <p>The version of the instance</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e2772"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e2782">application/xml, application/json (<abbr title="{http://www.example.com} runtimeVO">ns3:runtimeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<threadStatisticsVO peakThreadCount="123" daemonCount="45" threadCount="102"/> +</code></pre></p> + <p>The version of the instance</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e2795"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e2805">application/xml, application/json (<abbr title="{http://www.example.com} runtimeVO">ns3:runtimeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<databaseVO> + <connectionInfos currentConnectionCount="25" activeConnectionCount="10"/> + <hibernateStatistics queryExecutionCount="1237" queryExecutionMaxTimeQueryString="select * from PLock" queryExecutionMaxTime="12000" optimisticFailureCount="23" failedTransactionsCount="2" successfulTransactionCount="13980" transactionsCount="13900" openSessionsCount="12"/> +</databaseVO> +</code></pre></p> + <p>The version of the instance</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e2818"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e2828">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<openolatStatisticsVO/> +</code></pre></p> + <p>The verison of the instance</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e2841"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e2851">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<userStatisticsVO totalGroupCount="0" totalUserCount="0"/> +</code></pre></p> + <p>The verison of the instance</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e2864"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e2874">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<repositoryStatisticsVO publishedCoursesCount="0" coursesCount="0"/> +</code></pre></p> + <p>The verison of the instance</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e2887"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e2897">application/xml, application/json (<abbr title="{http://www.example.com} sessionVO">ns3:sessionVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<sessionsVO instantMessagingCount="123" secureRestCount="0" restCount="0" secureWebdavCount="12" webdavCount="23" secureAuthenticatedCount="234" authenticatedCount="234" count="234"/> +</code></pre></p> + <p>A short summary about sessions</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e2910"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e2920">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<indexerStatisticsVO indexingTime="0" indexSize="0" availableFolderIndexerCount="0" runningFolderIndexerCount="0" documentQueueSize="0" excludedDocumentCount="0" indexedDocumentCount="0"/> +</code></pre></p> + <p>Statistics about the indexer</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e2933"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e2943">application/xml, application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The status of the indexer</p> + <h3 id="d2e2949"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e2956">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e2961"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The status has changed</p> + <h3 id="d2e2967"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e2976">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The status of the indexer</p> + <h3 id="d2e2982"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e2994">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Informations about memory</p> + <h3 id="d2e3000"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3009">application/xml, application/json (<abbr title="{http://www.example.com} memoryVO">ns3:memoryVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<memoryVO maxAvailable="2000" totalUsed="546" totalMem="230" date="2012-12-20T11:30:22.921+01:00"/> +</code></pre></p> + <p>A short summary of the number of classes</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e3022"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3028">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e3031">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e3032">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e3040">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e3041">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e3047">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e3050">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e3051">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e3055">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e3056">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e3064">application/xml, application/json (<abbr title="{http://www.example.com} releaseVO">ns3:releaseVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<indexerStatisticsVO indexingTime="0" indexSize="0" availableFolderIndexerCount="0" runningFolderIndexerCount="0" documentQueueSize="0" excludedDocumentCount="0" indexedDocumentCount="0"/> +</code></pre></p> + <p>Statistics about the indexer</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e3077"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3087">application/xml, application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The status of the indexer</p> + <h3 id="d2e3093"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3100">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e3105"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The status has changed</p> + <h3 id="d2e3111"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3120">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The status of the indexer</p> + <h3 id="d2e3126"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3137">application/xml, application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The status of the notifications job</p> + <h3 id="d2e3143"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3150">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e3155"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The status has changed</p> + <h3 id="d2e3161"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3170">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The status of the notifications job</p> + <h3 id="d2e3176"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3188">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p> + <h6>Example</h6><pre><code>1.0</code></pre></p> + <p>The version of this specific Web Service</p> + <h3 id="d2e3206"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or the shared folder not found</p> + <h3 id="d2e3210"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The list of files</p> + <h3 id="d2e3214"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3226"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or the shared folder not found</p> + <h3 id="d2e3230"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The list of files</p> + <h3 id="d2e3234"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3243"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course not found</p> + <h3 id="d2e3247"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The list of files</p> + <h3 id="d2e3251"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3258"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or course node not found</p> + <h3 id="d2e3262"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The file is correctly saved</p> + <h3 id="d2e3266"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course node is not acceptable to copy a file</p> + <h3 id="d2e3270"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3277"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or course node not found</p> + <h3 id="d2e3281"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The file is correctly saved</p> + <h3 id="d2e3285"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course node is not acceptable to copy a file</p> + <h3 id="d2e3289"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3299"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course not found</p> + <h3 id="d2e3303"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The list of files</p> + <h3 id="d2e3307"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3314"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or course node not found</p> + <h3 id="d2e3318"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The file is correctly saved</p> + <h3 id="d2e3322"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course node is not acceptable to copy a file</p> + <h3 id="d2e3326"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3333"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or course node not found</p> + <h3 id="d2e3337"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The file is correctly saved</p> + <h3 id="d2e3341"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course node is not acceptable to copy a file</p> + <h3 id="d2e3345"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3358">text/plain, text/html, application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<repositoryEntries totalCount="1"> + <repositoryEntries> + <repositoryEntrie> + <key>479286</key> + <softkey>internal_cp</softkey> + <resourcename>fdhasl</resourcename> + <displayname>CP-demo</displayname> + <resourceableId>4368567</resourceableId> + <resourceableTypeName>CourseModule</resourceableTypeName> + </repositoryEntrie> + </repositoryEntries> +</repositoryEntries> +</code></pre></p> + <p>List all entries in the repository</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e3372">text/plain, text/html, application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<repositoryEntries totalCount="1"> + <repositoryEntries> + <repositoryEntrie> + <key>479286</key> + <softkey>internal_cp</softkey> + <resourcename>fdhasl</resourcename> + <displayname>CP-demo</displayname> + <resourceableId>4368567</resourceableId> + <resourceableTypeName>CourseModule</resourceableTypeName> + </repositoryEntrie> + </repositoryEntries> +</repositoryEntries> +</code></pre></p> + <p>List all entries in the repository</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e3386">application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<repositoryEntryVO> + <key>479286</key> + <softkey>internal_cp</softkey> + <resourcename>fdhasl</resourcename> + <displayname>CP-demo</displayname> + <resourceableId>4368567</resourceableId> + <resourceableTypeName>CourseModule</resourceableTypeName> +</repositoryEntryVO> +</code></pre></p> + <p>Import the resource and return the repository entry</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e3397"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3405">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e3424">application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<repositoryEntryVO> + <key>479286</key> + <softkey>internal_cp</softkey> + <resourcename>fdhasl</resourcename> + <displayname>CP-demo</displayname> + <resourceableId>4368567</resourceableId> + <resourceableTypeName>CourseModule</resourceableTypeName> +</repositoryEntryVO> +</code></pre></p> + <p>Search for repository entries</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e3435"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3448"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course not found</p> + <h3 id="d2e3454"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The metadatas of the created course</p> + <h3 id="d2e3460"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3467"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The repository entry not found</p> + <h3 id="d2e3471">application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<repositoryEntryVO> + <key>479286</key> + <softkey>internal_cp</softkey> + <resourcename>fdhasl</resourcename> + <displayname>CP-demo</displayname> + <resourceableId>4368567</resourceableId> + <resourceableTypeName>CourseModule</resourceableTypeName> +</repositoryEntryVO> +</code></pre></p> + <p>Get the repository resource</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e3485">application/xml, application/json (<abbr title="{http://www.example.com} repositoryEntryVO">ns3:repositoryEntryVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<repositoryEntryVO> + <key>479286</key> + <softkey>internal_cp</softkey> + <resourcename>fdhasl</resourcename> + <displayname>CP-demo</displayname> + <resourceableId>4368567</resourceableId> + <resourceableTypeName>CourseModule</resourceableTypeName> +</repositoryEntryVO> +</code></pre></p> + <p>Replace the resource and return the updated repository entry</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e3496"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3507"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The repository entry cannot be found</p> + <h3 id="d2e3511">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<users totalCount="0"> + <users> + <user> + <key>345</key> + <login>john</login> + <password></password> + <firstName>John</firstName> + <lastName>Smith</lastName> + <email>john.smith@frentix.com</email> + <properties> + <property> + <name>telPrivate</name> + <value>238456782</value> + </property> + <property> + <name>telMobile</name> + <value>238456782</value> + </property> + </properties> + </user> + </users> +</users> +</code></pre></p> + <p>Coaches of the repository entry</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e3532"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The repository entry or the user cannot be found</p> + <h3 id="d2e3536"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The user is added as participant of the repository entry</p> + <h3 id="d2e3540"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3547"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The repository entry or the user cannot be found</p> + <h3 id="d2e3551"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The user is removed as participant from the repository entry</p> + <h3 id="d2e3555"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3564"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The resource is locked</p> + <h3 id="d2e3568"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The resource could not found</p> + <h3 id="d2e3572">application/zip<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<repositoryEntryVO> + <key>479286</key> + <softkey>internal_cp</softkey> + <resourcename>fdhasl</resourcename> + <displayname>CP-demo</displayname> + <resourceableId>4368567</resourceableId> + <resourceableTypeName>CourseModule</resourceableTypeName> +</repositoryEntryVO> +</code></pre></p> + <p>Download the repository entry as export zip file</p> + <h3 id="d2e3583"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Download of this resource is not possible</p> + <h3 id="d2e3587"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3598"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The repository entry cannot be found</p> + <h3 id="d2e3602">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<users totalCount="0"> + <users> + <user> + <key>345</key> + <login>john</login> + <password></password> + <firstName>John</firstName> + <lastName>Smith</lastName> + <email>john.smith@frentix.com</email> + <properties> + <property> + <name>telPrivate</name> + <value>238456782</value> + </property> + <property> + <name>telMobile</name> + <value>238456782</value> + </property> + </properties> + </user> + </users> +</users> +</code></pre></p> + <p>Owners of the repository entry</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e3623"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The repository entry or the user cannot be found</p> + <h3 id="d2e3627"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The user is added as owner of the repository entry</p> + <h3 id="d2e3631"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3638"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The repository entry or the user cannot be found</p> + <h3 id="d2e3642"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The user is removed as owner from the repository entry</p> + <h3 id="d2e3646"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3657"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The repository entry cannot be found</p> + <h3 id="d2e3661">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<users totalCount="0"> + <users> + <user> + <key>345</key> + <login>john</login> + <password></password> + <firstName>John</firstName> + <lastName>Smith</lastName> + <email>john.smith@frentix.com</email> + <properties> + <property> + <name>telPrivate</name> + <value>238456782</value> + </property> + <property> + <name>telMobile</name> + <value>238456782</value> + </property> + </properties> + </user> + </users> +</users> +</code></pre></p> + <p>Coaches of the repository entry</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e3683"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The repository entry or the user cannot be found</p> + <h3 id="d2e3687"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The user is added as coach of the repository entry</p> + <h3 id="d2e3691"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3698"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The repository entry or the user cannot be found</p> + <h3 id="d2e3702"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The user is removed as coach from the repository entry</p> + <h3 id="d2e3706"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3723">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e3724">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e3727">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e3738">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e3739">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e3745">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e3746">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e3757"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course not found</p> + <h3 id="d2e3761">application/xml, application/json (<abbr title="{http://www.example.com} assessableResultsVO">ns3:assessableResultsVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<assessableResultsVOes> + <assessableResultsVO> + <identityKey>345</identityKey> + <score>34.0</score> + <passed>true</passed> + </assessableResultsVO> +</assessableResultsVOes> +</code></pre></p> + <p>Array of results for the whole the course</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e3772"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3780">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p> + <h6>Example</h6><pre><code>1.0</code></pre></p> + <p>The version of this specific Web Service</p> + <h3 id="d2e3801"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity or the course not found</p> + <h3 id="d2e3805">application/xml, application/json (<abbr title="{http://www.example.com} assessableResultsVO">ns3:assessableResultsVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<assessableResultsVO> + <identityKey>345</identityKey> + <score>34.0</score> + <passed>true</passed> +</assessableResultsVO> +</code></pre></p> + <p>The result of the course</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e3816"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3830"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course not found</p> + <h3 id="d2e3834">application/xml, application/json (<abbr title="{http://www.example.com} assessableResultsVO">ns3:assessableResultsVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<assessableResultsVOes> + <assessableResultsVO> + <identityKey>345</identityKey> + <score>34.0</score> + <passed>true</passed> + </assessableResultsVO> +</assessableResultsVOes> +</code></pre></p> + <p>Export all results of all user of the course</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e3845"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3852">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">assessableResultsVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e3853">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">assessableResultsVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e3855"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity not found</p> + <h3 id="d2e3859"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Import successful</p> + <h3 id="d2e3863"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3880"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity or the course not found</p> + <h3 id="d2e3884">application/xml, application/json (<abbr title="{http://www.example.com} assessableResultsVO">ns3:assessableResultsVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<assessableResultsVO> + <identityKey>345</identityKey> + <score>34.0</score> + <passed>true</passed> +</assessableResultsVO> +</code></pre></p> + <p>The result of a user at a specific node</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e3895"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3906">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p> + <h6>Example</h6><pre><code>1.0</code></pre></p> + <p>The version of this specific Web Service</p> + <h3 id="d2e3931">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p> + <h6>Example</h6><pre><code>OK</code></pre></p> + <p>The translation of the package + key</p> + <h3 id="d2e3951">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">authenticationVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e3952">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">authenticationVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e3956"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity not found</p> + <h3 id="d2e3962">application/xml, application/json (<abbr title="{http://www.example.com} authenticationVO">ns3:authenticationVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<authenticationVO> + <key>38759</key> + <identityKey>345</identityKey> + <provider>OLAT</provider> + <authUsername>john</authUsername> +</authenticationVO> +</code></pre></p> + <p>The saved authentication</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e3975"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e3982"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity not found</p> + <h3 id="d2e3986">application/xml, application/json (<abbr title="{http://www.example.com} authenticationVO">ns3:authenticationVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<authenticationVOes> + <authenticationVO> + <key>38759</key> + <identityKey>345</identityKey> + <provider>OLAT</provider> + <authUsername>john</authUsername> + </authenticationVO> +</authenticationVOes> +</code></pre></p> + <p>The list of all users in the OLAT system</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e3997"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e4013"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity or the authentication not found</p> + <h3 id="d2e4019"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The authentication successfully deleted</p> + <h3 id="d2e4025"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e4035">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p> + <h6>Example</h6><pre><code>1.0</code></pre></p> + <p>The version of this specific Web Service</p> + <h3 id="d2e4053">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">authenticationVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4054">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">authenticationVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4058"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity not found</p> + <h3 id="d2e4064">application/xml, application/json (<abbr title="{http://www.example.com} authenticationVO">ns3:authenticationVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<authenticationVO> + <key>38759</key> + <identityKey>345</identityKey> + <provider>OLAT</provider> + <authUsername>john</authUsername> +</authenticationVO> +</code></pre></p> + <p>The saved authentication</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4077"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e4093"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity or the authentication not found</p> + <h3 id="d2e4099"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The authentication successfully deleted</p> + <h3 id="d2e4105"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e4120">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<forum subscribed="false" courseNodeId="2784628" courseKey="286" forumKey="3865487" detailsName="It is a forum" name="My forum"/> +</code></pre></p> + <p>The forums</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4133"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e4146"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The forum not found</p> + <h3 id="d2e4152">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <forum subscribed="false" courseNodeId="2784628" courseKey="286" forumKey="3865487" detailsName="It is a forum" name="My forum"/> -The root message of the threadThe forumThe roles of the authenticated user are not sufficientRetrieves the threads in the forum(value name,creationDate)(value true/false)The list of threadsThe author, forum or message not foundThe list of threadsExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4165"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e4184"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author, forum or message not found</p> + <h3 id="d2e4190">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messages totalCount="1"> -<messages> -<message> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> -</message> + <messages> + <message> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> + </message> + </messages> </messages> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4203"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e4222"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author, forum or message not found</p> + <h3 id="d2e4228">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<messageVO> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> +</messageVO> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4241"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e4248">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e4255"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author, forum or message not found</p> + <h3 id="d2e4261">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<messageVO> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> +</messageVO> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4274"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e4296"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author, forum or message not found</p> + <h3 id="d2e4302">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<messages totalCount="1"> + <messages> + <message> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> + </message> + </messages> </messages> -The root message of the threadThe list of threadsThe roles of the authenticated user are not sufficientCreates a new thread in the forum of the course nodeThe title for the first post in the threadThe body for the first post in the threadThe author user key (optional)The new threadThe author, forum or message not foundThe new threadExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4315"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e4326">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e4339"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author or message not found</p> + <h3 id="d2e4345">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> </messageVO> -The root message of the threadThe new threadThe roles of the authenticated user are not sufficientCreates a new thread in the forum of the course nodeThe new threadThe author, forum or message not foundThe new threadExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4358"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e4365">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">replyVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4366">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">replyVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4370"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author or message not found</p> + <h3 id="d2e4376">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> </messageVO> -The root message of the threadThe new threadThe roles of the authenticated user are not sufficientThe key of the threadRetrieves the messages in the thread(value name, creationDate)(value true/false)The messages of the threadThe author, forum or message not foundThe messages of the threadExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4389"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e4408"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author or message not found</p> + <h3 id="d2e4414">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<messageVO> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> +</messageVO> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4427"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e4440"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The message not found</p> + <h3 id="d2e4446">application/xml, application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The links to the attachments</p> + <h3 id="d2e4455"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity or the portrait not found</p> + <h3 id="d2e4461">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Ok</p> + <h3 id="d2e4468">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e4474"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity or the portrait not found</p> + <h3 id="d2e4480">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Ok</p> + <h3 id="d2e4487">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4488">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4492"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity or the portrait not found</p> + <h3 id="d2e4498">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Ok</p> + <h3 id="d2e4514"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity or the portrait not found</p> + <h3 id="d2e4520">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The portrait as image</p> + <h3 id="d2e4534"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The forum not found</p> + <h3 id="d2e4540">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<forum subscribed="false" courseNodeId="2784628" courseKey="286" forumKey="3865487" detailsName="It is a forum" name="My forum"/> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4553"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e4572"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author, forum or message not found</p> + <h3 id="d2e4578">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messages totalCount="1"> -<messages> -<message> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> -</message> + <messages> + <message> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> + </message> + </messages> </messages> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4591"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e4610"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author, forum or message not found</p> + <h3 id="d2e4616">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<messageVO> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> +</messageVO> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4629"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e4636">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e4643"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author, forum or message not found</p> + <h3 id="d2e4649">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<messageVO> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> +</messageVO> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4662"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e4684"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author, forum or message not found</p> + <h3 id="d2e4690">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<messages totalCount="1"> + <messages> + <message> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> + </message> + </messages> </messages> -The root message of the threadThe messages of the threadThe roles of the authenticated user are not sufficientThe id of the reply messageCreates a new reply in the forum of the course nodeThe title for the first post in the threadThe body for the first post in the threadThe author keyThe new messageThe author or message not foundThe new messageExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4703"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e4714">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e4727"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author or message not found</p> + <h3 id="d2e4733">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> </messageVO> -The root message of the threadThe new messageThe roles of the authenticated user are not sufficientCreates a new reply in the forum of the course nodeThe title for the first post in the threadThe body for the first post in the threadThe author user key (optional)The new MessageThe author or message not foundThe new MessageExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4746"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e4753">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">replyVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4754">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">replyVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4758"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author or message not found</p> + <h3 id="d2e4764">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> </messageVO> -The root message of the threadThe new MessageThe roles of the authenticated user are not sufficientCreates a new reply in the forum of the course nodeThe new MessageThe author or message not foundThe new MessageExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4777"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e4796"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author or message not found</p> + <h3 id="d2e4802">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> </messageVO> -The root message of the threadThe new MessageThe roles of the authenticated user are not sufficientThe key of the messageRetrieves the attachments of the messageThe attachmentsThe message not foundThe attachmentsThe links to the attachmentsUpload the attachment of a message, as parameter:<br/> -filename The name of the attachment<br/> -file The attachment.OkThe identity or the portrait not foundOkOkUpload the attachment of a message, as parameter:<br/> -filename The name of the attachment<br/> -file The attachment.OkThe identity or the portrait not foundOkOkUpload the attachment of a message, as parameter:<br/> -filename The name of the attachment<br/> -file The attachment.OkThe identity or the portrait not foundOkOkThe name of the attachmentThe identity key of the user being searchedRetrieves the attachment of the messageThe attachmentThe identity or the portrait not foundThe attachmentThe portrait as imageDescription:<br> -This handles the learning groups. - -<P> -Initial Date: 23 mar. 2010 <br>Create a group.The business group cannot be foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4815"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e4828"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The message not found</p> + <h3 id="d2e4834">application/xml, application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The links to the attachments</p> + <h3 id="d2e4843"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity or the portrait not found</p> + <h3 id="d2e4849">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Ok</p> + <h3 id="d2e4856">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e4862"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity or the portrait not found</p> + <h3 id="d2e4868">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Ok</p> + <h3 id="d2e4875">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4876">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4880"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity or the portrait not found</p> + <h3 id="d2e4886">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Ok</p> + <h3 id="d2e4902"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity or the portrait not found</p> + <h3 id="d2e4908">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The portrait as image</p> + <h3 id="d2e4918">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">groupVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4919">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">groupVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4921"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The business group cannot be found</p> + <h3 id="d2e4925">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <groupVO> -<key>123467</key> -<description>My group description</description> -<name>My group</name> -<minParticipants>0</minParticipants> -<maxParticipants>0</maxParticipants> + <key>123467</key> + <description>My group description</description> + <name>My group</name> + <minParticipants>0</minParticipants> + <maxParticipants>0</maxParticipants> </groupVO> -The saved business groupThe roles of the authenticated user are not sufficientReturn the list of all groups if you have group manager permission, or all -learning group that you particip with or owne.Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The saved business group</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4936"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e4943">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <groups totalCount="0"> -<groups> -<group> -<key>123467</key> -<description>My group description</description> -<name>My group</name> -<minParticipants>0</minParticipants> -<maxParticipants>0</maxParticipants> -</group> + <groups> + <group> + <key>123467</key> + <description>My group description</description> + <name>My group</name> + <minParticipants>0</minParticipants> + <maxParticipants>0</maxParticipants> + </group> + </groups> </groups> -</groups> -This is the list of all groups in OLAT systemRetrieves the version of the Group Web Service.Example1.0The version of this specific Web ServiceThe key of the groupReturn the group specified by the key of the group.Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>This is the list of all groups in OLAT system</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4958">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p> + <h6>Example</h6><pre><code>1.0</code></pre></p> + <p>The version of this specific Web Service</p> + <h3 id="d2e4976">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <groupVO> -<key>123467</key> -<description>My group description</description> -<name>My group</name> -<minParticipants>0</minParticipants> -<maxParticipants>0</maxParticipants> + <key>123467</key> + <description>My group description</description> + <name>My group</name> + <minParticipants>0</minParticipants> + <maxParticipants>0</maxParticipants> </groupVO> -A business group in the OLAT systemUpdates a group.The business group cannot be foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>A business group in the OLAT system</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4990">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">groupVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4991">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">groupVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e4993"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The business group cannot be found</p> + <h3 id="d2e4997">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <groupVO> -<key>123467</key> -<description>My group description</description> -<name>My group</name> -<minParticipants>0</minParticipants> -<maxParticipants>0</maxParticipants> + <key>123467</key> + <description>My group description</description> + <name>My group</name> + <minParticipants>0</minParticipants> + <maxParticipants>0</maxParticipants> </groupVO> -The saved business groupThe roles of the authenticated user are not sufficientDeletes the business group specified by the groupKey.The business group cannot be foundThe business group is deletedThe roles of the authenticated user are not sufficientThe key of the groupReturns the informations of the group specified by the groupKey.The business group cannot be foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The saved business group</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e5008"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e5015"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The business group cannot be found</p> + <h3 id="d2e5019"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The business group is deleted</p> + <h3 id="d2e5023"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e5030">*/* (<abbr title="{http://research.sun.com/wadl/2006/10} ">groupVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e5032">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5041"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The business group cannot be found</p> + <h3 id="d2e5045">application/xml, application/json (<abbr title="{http://www.example.com} groupInfoVO">ns3:groupInfoVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <groupInfoVO> -<key>123467</key> -<description>My group description</description> -<name>My group</name> -<minParticipants>0</minParticipants> -<maxParticipants>0</maxParticipants> -<news>&lt;p&gt;Hello world&lt;/p&gt;</news> -<forumKey>374589</forumKey> -<hasWiki>false</hasWiki> -<hasFolder>false</hasFolder> + <key>123467</key> + <description>My group description</description> + <name>My group</name> + <minParticipants>0</minParticipants> + <maxParticipants>0</maxParticipants> + <news>&lt;p&gt;Hello world&lt;/p&gt;</news> + <forumKey>374589</forumKey> + <hasWiki>false</hasWiki> + <hasFolder>false</hasFolder> </groupInfoVO> -Participants of the business groupThe key of the groupReturns the list of owners of the group specified by the groupKey.The business group cannot be foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>Participants of the business group</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e5063"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The business group cannot be found</p> + <h3 id="d2e5067">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <users totalCount="0"> -<users> -<user> -<key>345</key> -<login>john</login> -<password></password> -<firstName>John</firstName> -<lastName>Smith</lastName> -<email>john.smith@frentix.com</email> -<properties> -<property> -<name>telPrivate</name> -<value>238456782</value> -</property> -<property> -<name>telMobile</name> -<value>238456782</value> -</property> -</properties> -</user> -</users> + <users> + <user> + <key>345</key> + <login>john</login> + <password></password> + <firstName>John</firstName> + <lastName>Smith</lastName> + <email>john.smith@frentix.com</email> + <properties> + <property> + <name>telPrivate</name> + <value>238456782</value> + </property> + <property> + <name>telMobile</name> + <value>238456782</value> + </property> + </properties> + </user> + </users> </users> -Owners of the business groupThe key of the groupReturns the list of participants of the group specified by the groupKey.The business group cannot be foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>Owners of the business group</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e5085"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The business group cannot be found</p> + <h3 id="d2e5089">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <users totalCount="0"> -<users> -<user> -<key>345</key> -<login>john</login> -<password></password> -<firstName>John</firstName> -<lastName>Smith</lastName> -<email>john.smith@frentix.com</email> -<properties> -<property> -<name>telPrivate</name> -<value>238456782</value> -</property> -<property> -<name>telMobile</name> -<value>238456782</value> -</property> -</properties> -</user> + <users> + <user> + <key>345</key> + <login>john</login> + <password></password> + <firstName>John</firstName> + <lastName>Smith</lastName> + <email>john.smith@frentix.com</email> + <properties> + <property> + <name>telPrivate</name> + <value>238456782</value> + </property> + <property> + <name>telMobile</name> + <value>238456782</value> + </property> + </properties> + </user> + </users> </users> -</users> -Participants of the business groupThe key of the groupThe user's idAdds an owner to the group.The business group or the user cannot be foundThe user is added as owner of the groupThe roles of the authenticated user are not sufficientRemoves the owner from the group.The business group or the user cannot be foundThe user is removed as owner from the groupThe roles of the authenticated user are not sufficientThe key of the groupThe id of the userAdds a participant to the group.The business group or the user cannot be foundThe user is added as participant of the groupThe roles of the authenticated user are not sufficientRemoves a participant from the group.The business group or the user cannot be foundThe user is remove from the group as participantThe roles of the authenticated user are not sufficientDescription:<br> -Web service to manage a forum. - -<P> -Initial Date: 20 apr. 2010 <br>The key of the groupRetrieves the forum.The forumThe forum not foundThe forumExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>Participants of the business group</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e5110"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The business group or the user cannot be found</p> + <h3 id="d2e5114"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The user is added as owner of the group</p> + <h3 id="d2e5118"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e5125"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The business group or the user cannot be found</p> + <h3 id="d2e5129"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The user is removed as owner from the group</p> + <h3 id="d2e5133"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e5147"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The business group or the user cannot be found</p> + <h3 id="d2e5151"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The user is added as participant of the group</p> + <h3 id="d2e5155"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e5162"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The business group or the user cannot be found</p> + <h3 id="d2e5166"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The user is remove from the group as participant</p> + <h3 id="d2e5170"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e5186"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The forum not found</p> + <h3 id="d2e5192">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <forum subscribed="false" courseNodeId="2784628" courseKey="286" forumKey="3865487" detailsName="It is a forum" name="My forum"/> -The root message of the threadThe forumThe roles of the authenticated user are not sufficientRetrieves the threads in the forum(value name,creationDate)(value true/false)The list of threadsThe author, forum or message not foundThe list of threadsExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e5205"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e5224"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author, forum or message not found</p> + <h3 id="d2e5230">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messages totalCount="1"> -<messages> -<message> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> -</message> -</messages> + <messages> + <message> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> + </message> + </messages> </messages> -The root message of the threadThe list of threadsThe roles of the authenticated user are not sufficientCreates a new thread in the forum of the course nodeThe title for the first post in the threadThe body for the first post in the threadThe author user key (optional)The new threadThe author, forum or message not foundThe new threadExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e5243"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e5262"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author, forum or message not found</p> + <h3 id="d2e5268">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> </messageVO> -The root message of the threadThe new threadThe roles of the authenticated user are not sufficientCreates a new thread in the forum of the course nodeThe new threadThe author, forum or message not foundThe new threadExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e5281"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e5288">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e5295"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author, forum or message not found</p> + <h3 id="d2e5301">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> </messageVO> -The root message of the threadThe new threadThe roles of the authenticated user are not sufficientThe key of the threadRetrieves the messages in the thread(value name, creationDate)(value true/false)The messages of the threadThe author, forum or message not foundThe messages of the threadExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e5314"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e5336"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author, forum or message not found</p> + <h3 id="d2e5342">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messages totalCount="1"> -<messages> -<message> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> -</message> + <messages> + <message> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> + </message> + </messages> </messages> -</messages> -The root message of the threadThe messages of the threadThe roles of the authenticated user are not sufficientThe id of the reply messageCreates a new reply in the forum of the course nodeThe title for the first post in the threadThe body for the first post in the threadThe author keyThe new messageThe author or message not foundThe new messageExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e5355"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e5366">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e5379"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author or message not found</p> + <h3 id="d2e5385">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> </messageVO> -The root message of the threadThe new messageThe roles of the authenticated user are not sufficientCreates a new reply in the forum of the course nodeThe title for the first post in the threadThe body for the first post in the threadThe author user key (optional)The new MessageThe author or message not foundThe new MessageExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e5398"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e5405">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">replyVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e5406">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">replyVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e5410"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author or message not found</p> + <h3 id="d2e5416">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> </messageVO> -The root message of the threadThe new MessageThe roles of the authenticated user are not sufficientCreates a new reply in the forum of the course nodeThe new MessageThe author or message not foundThe new MessageExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e5429"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e5448"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author or message not found</p> + <h3 id="d2e5454">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> </messageVO> -The root message of the threadThe new MessageThe roles of the authenticated user are not sufficientThe key of the messageRetrieves the attachments of the messageThe attachmentsThe message not foundThe attachmentsThe links to the attachmentsUpload the attachment of a message, as parameter:<br/> -filename The name of the attachment<br/> -file The attachment.OkThe identity or the portrait not foundOkOkUpload the attachment of a message, as parameter:<br/> -filename The name of the attachment<br/> -file The attachment.OkThe identity or the portrait not foundOkOkUpload the attachment of a message, as parameter:<br/> -filename The name of the attachment<br/> -file The attachment.OkThe identity or the portrait not foundOkOkThe name of the attachmentThe identity key of the user being searchedRetrieves the attachment of the messageThe attachmentThe identity or the portrait not foundThe attachmentThe portrait as imageThe key of the groupDescription:<br> -Service for general informations on the OLAT REST Api. - -<P> -Initial Date: 14 apr. 2010 <br>Version number of the whole REST API of OLAT.The version numberExample1.0Return the version numberReturns images for the documentation of OLAT.ImagesImages for the documentationReturns images for the documentation of OLAT.ImagesImages for the documentationReturns the copyright of OLAT.The copyrightThe copyright of the REST API.Returns the copyright of OLAT.The copyrightThe copyright of the REST API.Description:<br> -This handles translations from the i18n module of OLAT. - -<P> -Initial Date: 14 apr. 2010 <br>Retrieves the version of the i18n Web Service.Example1.0The version of this specific Web ServiceThe name of the packageThe key to translateReturn the translation of the key. If the "locale" parameter is not specified, the method -try to use the "locale" of the user and if it hasn't, take the default locale.The locale (optional)ExampleOKThe translation of the package + keyDescription:<br> -This web service handles the courses. - -<P> -Initial Date: 27 apr. 2010 <br>Get all courses viewable by the authenticated userExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<courses totalCount="0"> -<courses> -<course> -<key>777</key> -<title>Demo course</title> -<displayName>Demo course</displayName> -</course> -</courses> -</courses> -List of visible coursesCreates an empty course, or a copy from a course if the parameter copyFrom is set.The short titleThe titleThe repository entry key of a shared folder (optional)The cours key to make a copy from (optional)It returns the id of the newly created CourseExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<courseVO> -<key>777</key> -<title>Demo course</title> -<displayName>Demo course</displayName> -</courseVO> -The metadatas of the created courseIt returns the id of the newly created CourseThe roles of the authenticated user are not sufficientThe version of the Course Web ServiceExample1.0The version of this specific Web ServiceDescription:<br> - -<P> -Initial Date: 16 déc. 2011 <br>The key of the user (IdentityImpl)Retrieves a list of folders on a user base. All folders of groups -where the user is participant/tutor + all folders in course where -the user is a participant (owner, tutor or participant)The foldersExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<folders totalCount="1"> -<folders> -<folder delete="false" list="false" read="false" write="false" subscribed="true" courseNodeId="438950850389" courseKey="375397" -name="Course folder"/> -</folders> -</folders> -The foldersThe foldersThe roles of the authenticated user are not sufficientDescription:<br> -REST API implementation for forum course node - -<P> -Initial Date: 20.12.2010 <br>Retrieves metadata of the published course nodeThe persisted structure element (fully populated)The course or parentNode not foundThe persisted structure element (fully populated)Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e5467"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e5480"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The message not found</p> + <h3 id="d2e5486">application/xml, application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The links to the attachments</p> + <h3 id="d2e5495"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity or the portrait not found</p> + <h3 id="d2e5501">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Ok</p> + <h3 id="d2e5508">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e5514"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity or the portrait not found</p> + <h3 id="d2e5520">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Ok</p> + <h3 id="d2e5527">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e5528">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e5532"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity or the portrait not found</p> + <h3 id="d2e5538">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Ok</p> + <h3 id="d2e5554"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity or the portrait not found</p> + <h3 id="d2e5560">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The portrait as image</p> + <h3 id="d2e5567">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5568">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5569">text/html<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5570">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5571">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5574">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5575">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5578">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e5583">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5584">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5587">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5588">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5591">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e5592">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e5594">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5595">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5600">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5601">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5602">text/html<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5603">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5604">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5607">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5608">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5609">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5612">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e5617">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5618">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5619">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5622">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5623">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5624">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5627">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e5628">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e5630">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5631">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5634">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5635">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5638">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5639">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5643">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5650">application/zip<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5651">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e5660">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p> + <h6>Example</h6><pre><code>1.0</code></pre></p> + <p>The version of this specific Web Service</p> + <h3 id="d2e5682"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity not found</p> + <h3 id="d2e5686">text/plain, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p> + <h6>Example</h6><pre><code>&lt;hello&gt;Hello john&lt;/hello&gt;</code></pre></p> + <p>Say hello to the authenticated user, and give it a security token</p> + <h3 id="d2e5697"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The authentication has failed</p> + <h3 id="d2e5710"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e5716">application/xml, application/json (<abbr title="{http://www.example.com} forumVOes">ns3:forumVOes</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <forums totalCount="1"> -<forums> -<forums subscribed="false" courseNodeId="2784628" courseKey="286" forumKey="3865487" detailsName="It is a forum" name="My -forum"/> + <forums> + <forums subscribed="false" courseNodeId="2784628" courseKey="286" forumKey="3865487" detailsName="It is a forum" name="My forum"/> + </forums> </forums> -</forums> -The course node metadatasThe persisted structure element (fully populated)The roles of the authenticated user are not sufficientThis attaches a Forum Element onto a given course. The element will be -inserted underneath the supplied parentNodeId.The persisted Forum Element (fully populated)The course or parentNode not foundThe persisted Forum Element (fully populated)Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e5729"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e5736">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e5750"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e5756">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The course node metadatasThe persisted Forum Element (fully populated)The roles of the authenticated user are not sufficientThis attaches a Forum Element onto a given course. The element will be -inserted underneath the supplied parentNodeId.The persisted Forum Element (fully populated)The course or parentNode not foundThe persisted Forum Element (fully populated)Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e5769"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e5789"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e5795">application/xml, application/json (<abbr title="{http://www.example.com} courseNodeVO">ns3:courseNodeVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseNodeVO> -<id>id</id> + <id>id</id> </courseNodeVO> -The course node metadatasThe persisted Forum Element (fully populated)The roles of the authenticated user are not sufficientThe node's idThe course resourceable's idRetrieves metadata of the published course nodeThe persisted structure element (fully populated)The course or parentNode not foundThe persisted structure element (fully populated)Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e5808"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e5824"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or parentNode not found</p> + <h3 id="d2e5830">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <forum subscribed="false" courseNodeId="2784628" courseKey="286" forumKey="3865487" detailsName="It is a forum" name="My forum"/> -The course node metadatasThe persisted structure element (fully populated)The roles of the authenticated user are not sufficientThe id of the course node.The id of the course.Creates a new thread in the forum of the course nodeThe title for the first post in the threadThe body for the first post in the threadThe author identity name (optional)Creates sticky thread.The new threadThe author, forum or message not foundThe new threadExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The course node metadatas</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e5843"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e5872"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author, forum or message not found</p> + <h3 id="d2e5878">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> </messageVO> -The root message of the threadThe new threadThe roles of the authenticated user are not sufficientThe id of the course node.The id of the course.Creates a new forum message in the forum of the course nodeThe id of the parent message.The title for the first post in the threadThe body for the first post in the threadThe author identity name (optional)The new threadThe author, forum or message not foundThe new threadExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e5891"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e5920"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author, forum or message not found</p> + <h3 id="d2e5926">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> </messageVO> -The root message of the threadThe new threadThe roles of the authenticated user are not sufficientDescription:<br> -Web service to manage a forum. - -<P> -Initial Date: 20 apr. 2010 <br>Retrieves the forum.The forumThe forum not foundThe forumExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e5939"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e5953"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The forum not found</p> + <h3 id="d2e5959">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <forum subscribed="false" courseNodeId="2784628" courseKey="286" forumKey="3865487" detailsName="It is a forum" name="My forum"/> -The root message of the threadThe forumThe roles of the authenticated user are not sufficientRetrieves the threads in the forum(value name,creationDate)(value true/false)The list of threadsThe author, forum or message not foundThe list of threadsExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e5972"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e5991"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author, forum or message not found</p> + <h3 id="d2e5997">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messages totalCount="1"> -<messages> -<message> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> -</message> -</messages> + <messages> + <message> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> + </message> + </messages> </messages> -The root message of the threadThe list of threadsThe roles of the authenticated user are not sufficientCreates a new thread in the forum of the course nodeThe title for the first post in the threadThe body for the first post in the threadThe author user key (optional)The new threadThe author, forum or message not foundThe new threadExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6010"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e6029"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author, forum or message not found</p> + <h3 id="d2e6035">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> </messageVO> -The root message of the threadThe new threadThe roles of the authenticated user are not sufficientCreates a new thread in the forum of the course nodeThe new threadThe author, forum or message not foundThe new threadExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6048"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e6055">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e6062"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author, forum or message not found</p> + <h3 id="d2e6068">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> </messageVO> -The root message of the threadThe new threadThe roles of the authenticated user are not sufficientThe key of the threadRetrieves the messages in the thread(value name, creationDate)(value true/false)The messages of the threadThe author, forum or message not foundThe messages of the threadExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6081"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e6103"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author, forum or message not found</p> + <h3 id="d2e6109">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messages totalCount="1"> -<messages> -<message> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> -</message> + <messages> + <message> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> + </message> + </messages> </messages> -</messages> -The root message of the threadThe messages of the threadThe roles of the authenticated user are not sufficientThe id of the reply messageCreates a new reply in the forum of the course nodeThe title for the first post in the threadThe body for the first post in the threadThe author keyThe new messageThe author or message not foundThe new messageExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6122"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e6133">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e6146"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author or message not found</p> + <h3 id="d2e6152">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> </messageVO> -The root message of the threadThe new messageThe roles of the authenticated user are not sufficientCreates a new reply in the forum of the course nodeThe title for the first post in the threadThe body for the first post in the threadThe author user key (optional)The new MessageThe author or message not foundThe new MessageExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6165"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e6172">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">replyVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6173">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">replyVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6177"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author or message not found</p> + <h3 id="d2e6183">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> </messageVO> -The root message of the threadThe new MessageThe roles of the authenticated user are not sufficientCreates a new reply in the forum of the course nodeThe new MessageThe author or message not foundThe new MessageExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6196"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e6215"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author or message not found</p> + <h3 id="d2e6221">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> </messageVO> -The root message of the threadThe new MessageThe roles of the authenticated user are not sufficientThe key of the messageRetrieves the attachments of the messageThe attachmentsThe message not foundThe attachmentsThe links to the attachmentsUpload the attachment of a message, as parameter:<br/> -filename The name of the attachment<br/> -file The attachment.OkThe identity or the portrait not foundOkOkUpload the attachment of a message, as parameter:<br/> -filename The name of the attachment<br/> -file The attachment.OkThe identity or the portrait not foundOkOkUpload the attachment of a message, as parameter:<br/> -filename The name of the attachment<br/> -file The attachment.OkThe identity or the portrait not foundOkOkThe name of the attachmentThe identity key of the user being searchedRetrieves the attachment of the messageThe attachmentThe identity or the portrait not foundThe attachmentThe portrait as imageThis web service handles functionalities related to authentication credentials of users.The username of the user to retrieve authenticationCreates and persists an authenticationthe saved authenticationThe identity not foundthe saved authenticationExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<authenticationVO> -<key>38759</key> -<identityKey>345</identityKey> -<provider>OLAT</provider> -<authUsername>john</authUsername> -</authenticationVO> -The saved authenticationthe saved authenticationThe roles of the authenticated user are not sufficientReturns all user authenticationsThe identity not foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<authenticationVOes> -<authenticationVO> -<key>38759</key> -<identityKey>345</identityKey> -<provider>OLAT</provider> -<authUsername>john</authUsername> -</authenticationVO> -</authenticationVOes> -The list of all users in the OLAT systemThe roles of the authenticated user are not sufficientThe username of the userThe authentication key identifierDeletes an authentication from the system<code>Response</code> object. The operation status (success or -fail)The identity or the authentication not found<code>Response</code> object. The operation status (success or -fail)The authentication successfully deleted<code>Response</code> object. The operation status (success or -fail)The roles of the authenticated user are not sufficientThe version of the User Authentication Web ServiceThe version numberExample1.0The version of this specific Web ServiceThe username of the userFallback method for browsersthe saved authenticationThe identity not foundthe saved authenticationExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<authenticationVO> -<key>38759</key> -<identityKey>345</identityKey> -<provider>OLAT</provider> -<authUsername>john</authUsername> -</authenticationVO> -The saved authenticationthe saved authenticationThe roles of the authenticated user are not sufficientThe username of the userThe authentication key identifierFallback method for browsers<code>Response</code> object. The operation status (success or -fail)The identity or the authentication not found<code>Response</code> object. The operation status (success or -fail)The authentication successfully deleted<code>Response</code> object. The operation status (success or -fail)The roles of the authenticated user are not sufficientThis web service handles functionalities related to <code>User</code>.Creates and persists a new user entitythe new persisted <code>User</code>Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<userVO> -<key>345</key> -<login>john</login> -<password></password> -<firstName>John</firstName> -<lastName>Smith</lastName> -<email>john.smith@frentix.com</email> -<properties> -<property> -<name>telPrivate</name> -<value>238456782</value> -</property> -<property> -<name>telMobile</name> -<value>238456782</value> -</property> -</properties> -</userVO> -The persisted userthe new persisted <code>User</code>Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<errorVOes> -<errorVO> -<code>org.olat.restapi:error</code> -<translation>Hello world, there is an error</translation> -</errorVO> -</errorVOes> -The list of errorsthe new persisted <code>User</code>The roles of the authenticated user are not sufficientSearch users and return them in a simple form (without user properties). User properties -can be added two the query parameters. If the authUsername and the authProvider are set, -the search is made only with these two parameters because they are sufficient to return -a single user.The login (search with like)An authentication provider (optional)An specific username from the authentication providerAn array of usersExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<users totalCount="0"> -<users> -<user> -<key>345</key> -<login>john</login> -<password></password> -<firstName>John</firstName> -<lastName>Smith</lastName> -<email>john.smith@frentix.com</email> -<properties> -<property> -<name>telPrivate</name> -<value>238456782</value> -</property> -<property> -<name>telMobile</name> -<value>238456782</value> -</property> -</properties> -</user> -</users> -</users> -The list of all users in the OLAT systemAn array of usersThe roles of the authenticated user are not sufficientThe user key identifier of the user being searchedDelete an user from the system<code>Response</code> object. The operation status (success or fail)The identity not found<code>Response</code> object. The operation status (success or fail)The user is removed from the group<code>Response</code> object. The operation status (success or fail)The roles of the authenticated user are not sufficientUpdate an user<code>User</code> object. The operation status (success or fail)The identity not found<code>User</code> object. The operation status (success or fail)Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<userVO> -<key>345</key> -<login>john</login> -<password></password> -<firstName>John</firstName> -<lastName>Smith</lastName> -<email>john.smith@frentix.com</email> -<properties> -<property> -<name>telPrivate</name> -<value>238456782</value> -</property> -<property> -<name>telMobile</name> -<value>238456782</value> -</property> -</properties> -</userVO> -The user<code>User</code> object. The operation status (success or fail)Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<errorVOes> -<errorVO> -<code>org.olat.restapi:error</code> -<translation>Hello world, there is an error</translation> -</errorVO> -</errorVOes> -The list of validation errors<code>User</code> object. The operation status (success or fail)The roles of the authenticated user are not sufficientRetrieves an user given its unique key identifierIf true return the portrait as Base64 (default false)an xml or json representation of a the user being search. The xml -correspond to a <code>UserVO</code>. <code>UserVO</code> is a -simplified representation of the <code>User</code> and <code>Identity</code>The identity not foundan xml or json representation of a the user being search. The xml -correspond to a <code>UserVO</code>. <code>UserVO</code> is a -simplified representation of the <code>User</code> and <code>Identity</code>Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<userVO> -<key>345</key> -<login>john</login> -<password></password> -<firstName>John</firstName> -<lastName>Smith</lastName> -<email>john.smith@frentix.com</email> -<properties> -<property> -<name>telPrivate</name> -<value>238456782</value> -</property> -<property> -<name>telMobile</name> -<value>238456782</value> -</property> -</properties> -</userVO> -The useran xml or json representation of a the user being search. The xml -correspond to a <code>UserVO</code>. <code>UserVO</code> is a -simplified representation of the <code>User</code> and <code>Identity</code>The roles of the authenticated user are not sufficientThe version of the User Web ServiceThe version numberExample1.0The version of this specific Web ServiceRetrieves the roles of a user given its unique key identifieran xml or json representation of a the roles being search.The identity not foundan xml or json representation of a the roles being search.The useran xml or json representation of a the roles being search.The roles of the authenticated user are not sufficientThe user key identifierFallback method for browsersThe identity not foundThe user is removed from the groupThe roles of the authenticated user are not sufficientThe identity key identifier of the user being searchedRetrieves the portrait of an userThe imageThe identity or the portrait not foundThe imageThe portrait as imageUpload the portrait of an userThe imageThe identity or the portrait not foundThe imageThe portrait as imageThe imageNot authorizedDeletes the portrait of an userThe imageThe portrait deletedThe imageNot authorizedDescription:<br> - -<P> -Initial Date: 18 oct. 2011 <br>Return all groups of a userThe first resultThe maximum resultsThe list of groups informationsThe identity not foundThe list of groups informationsExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<groups totalCount="0"> -<groups> -<group> -<key>123467</key> -<description>My group description</description> -<name>My group</name> -<minParticipants>0</minParticipants> -<maxParticipants>0</maxParticipants> -</group> -</groups> -</groups> -The groups of the userReturn all groups with information of a user. Paging is mandatory!The first resultThe maximum resultsThe list of groups with additional informationsExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<groups totalCount="0"> -<groups> -<group> -<key>123467</key> -<description>My group description</description> -<name>My group</name> -<minParticipants>0</minParticipants> -<maxParticipants>0</maxParticipants> -<news>&lt;p&gt;Hello world&lt;/p&gt;</news> -<forumKey>374589</forumKey> -<hasWiki>false</hasWiki> -<hasFolder>false</hasFolder> -</group> -</groups> -</groups> -The groups of the userThe list of groups with additional informationsThe request hasn't paging informationDescription:<br> -Ping to test the presence of the REST Api - -<P> -Initial Date: 7 apr. 2010 <br>Return a stringExamplePingReturn a small stringThe version of the Ping Web ServiceExample1.0The version of this specific Web ServiceReturn a stringExamplePingReturn a small stringDescription:<br> -A web service for the catalog - -<P> -Initial Date: 5 may 2010 <br>Returns the list of root catalog entries.The responseExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6234"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e6247"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The message not found</p> + <h3 id="d2e6253">application/xml, application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The links to the attachments</p> + <h3 id="d2e6262"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity or the portrait not found</p> + <h3 id="d2e6268">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Ok</p> + <h3 id="d2e6275">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e6281"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity or the portrait not found</p> + <h3 id="d2e6287">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Ok</p> + <h3 id="d2e6294">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6295">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6299"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity or the portrait not found</p> + <h3 id="d2e6305">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Ok</p> + <h3 id="d2e6321"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity or the portrait not found</p> + <h3 id="d2e6327">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The portrait as image</p> + <h3 id="d2e6339">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <catalogEntries totalCount="0"> -<catalogEntries> -<catalogEntry> -<key>478</key> -<name>Category</name> -<description>Description of the category</description> -<type>0</type> -</catalogEntry> -</catalogEntries> + <catalogEntries> + <catalogEntry> + <key>478</key> + <name>Category</name> + <description>Description of the category</description> + <type>0</type> + </catalogEntry> + </catalogEntries> </catalogEntries> -The list of roots catalog entriesThe pathThe id of the userRetrieves data of an owner of the local sub treeThe responseThe path could not be resolved to a valid catalog entryThe responseExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The list of roots catalog entries</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6362"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The path could not be resolved to a valid catalog entry</p> + <h3 id="d2e6368">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <users totalCount="0"> -<users> -<user> -<key>345</key> -<login>john</login> -<password></password> -<firstName>John</firstName> -<lastName>Smith</lastName> -<email>john.smith@frentix.com</email> -<properties> -<property> -<name>telPrivate</name> -<value>238456782</value> -</property> -<property> -<name>telMobile</name> -<value>238456782</value> -</property> -</properties> -</user> + <users> + <user> + <key>345</key> + <login>john</login> + <password></password> + <firstName>John</firstName> + <lastName>Smith</lastName> + <email>john.smith@frentix.com</email> + <properties> + <property> + <name>telPrivate</name> + <value>238456782</value> + </property> + <property> + <name>telMobile</name> + <value>238456782</value> + </property> + </properties> + </user> + </users> </users> -</users> -The catalog entryThe responseNot authorizedAdd an owner of the local sub treeThe responseThe path could not be resolved to a valid catalog entryThe responseExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The catalog entry</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6381"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Not authorized</p> + <h3 id="d2e6390"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The path could not be resolved to a valid catalog entry</p> + <h3 id="d2e6396">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <users totalCount="0"> -<users> -<user> -<key>345</key> -<login>john</login> -<password></password> -<firstName>John</firstName> -<lastName>Smith</lastName> -<email>john.smith@frentix.com</email> -<properties> -<property> -<name>telPrivate</name> -<value>238456782</value> -</property> -<property> -<name>telMobile</name> -<value>238456782</value> -</property> -</properties> -</user> -</users> + <users> + <user> + <key>345</key> + <login>john</login> + <password></password> + <firstName>John</firstName> + <lastName>Smith</lastName> + <email>john.smith@frentix.com</email> + <properties> + <property> + <name>telPrivate</name> + <value>238456782</value> + </property> + <property> + <name>telMobile</name> + <value>238456782</value> + </property> + </properties> + </user> + </users> </users> -The catalog entryThe responseNot authorizedRemove an owner of the local sub treeThe responseThe path could not be resolved to a valid catalog entryThe responseExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The catalog entry</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6409"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Not authorized</p> + <h3 id="d2e6418"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The path could not be resolved to a valid catalog entry</p> + <h3 id="d2e6424">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <users totalCount="0"> -<users> -<user> -<key>345</key> -<login>john</login> -<password></password> -<firstName>John</firstName> -<lastName>Smith</lastName> -<email>john.smith@frentix.com</email> -<properties> -<property> -<name>telPrivate</name> -<value>238456782</value> -</property> -<property> -<name>telMobile</name> -<value>238456782</value> -</property> -</properties> -</user> + <users> + <user> + <key>345</key> + <login>john</login> + <password></password> + <firstName>John</firstName> + <lastName>Smith</lastName> + <email>john.smith@frentix.com</email> + <properties> + <property> + <name>telPrivate</name> + <value>238456782</value> + </property> + <property> + <name>telMobile</name> + <value>238456782</value> + </property> + </properties> + </user> + </users> </users> -</users> -The catalog entryThe responseNot authorizedRetrieves the version of the Catalog Web Service.Example1.0The version of this specific Web ServiceThe pathReturns a list of catalog entries.The responseThe path could not be resolved to a valid catalog entryThe responseExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The catalog entry</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6437"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Not authorized</p> + <h3 id="d2e6445">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p> + <h6>Example</h6><pre><code>1.0</code></pre></p> + <p>The version of this specific Web Service</p> + <h3 id="d2e6468"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The path could not be resolved to a valid catalog entry</p> + <h3 id="d2e6474">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <catalogEntries totalCount="0"> -<catalogEntries> -<catalogEntry> -<key>478</key> -<name>Category</name> -<description>Description of the category</description> -<type>0</type> -</catalogEntry> -</catalogEntries> + <catalogEntries> + <catalogEntry> + <key>478</key> + <name>Category</name> + <description>Description of the category</description> + <type>0</type> + </catalogEntry> + </catalogEntries> </catalogEntries> -The list of catalog entriesThe pathReturns the metadata of the catalog entry.The responseExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The list of catalog entries</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6494">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <catalogEntryVO> -<key>478</key> -<name>Category</name> -<description>Description of the category</description> -<type>0</type> + <key>478</key> + <name>Category</name> + <description>Description of the category</description> + <type>0</type> </catalogEntryVO> -The catalog entryThe responseThe path could not be resolved to a valid catalog entryAdds a catalog entry under the path specified in the URL.The nameThe descriptionThe type (leaf or node)The id of the repository entryThe responseThe path could not be resolved to a valid catalog entryThe responseExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The catalog entry</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6507"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The path could not be resolved to a valid catalog entry</p> + <h3 id="d2e6529"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The path could not be resolved to a valid catalog entry</p> + <h3 id="d2e6535">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <catalogEntryVO> -<key>478</key> -<name>Category</name> -<description>Description of the category</description> -<type>0</type> + <key>478</key> + <name>Category</name> + <description>Description of the category</description> + <type>0</type> </catalogEntryVO> -The catalog entryThe responseNot authorizedAdds a catalog entry under the path specified in the URL.The responseThe path could not be resolved to a valid catalog entryThe responseExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The catalog entry</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6548"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Not authorized</p> + <h3 id="d2e6555">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">catalogEntryVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6556">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">catalogEntryVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6560"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The path could not be resolved to a valid catalog entry</p> + <h3 id="d2e6566">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <catalogEntryVO> -<key>478</key> -<name>Category</name> -<description>Description of the category</description> -<type>0</type> + <key>478</key> + <name>Category</name> + <description>Description of the category</description> + <type>0</type> </catalogEntryVO> -The catalog entryThe responseNot authorizedUpdates the catalog entry under the path specified in the URL.The nameThe descriptionThe parent key to move the entry (optional)The responseThe path could not be resolved to a valid catalog entryThe responseExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The catalog entry</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6579"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Not authorized</p> + <h3 id="d2e6586">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e6599"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The path could not be resolved to a valid catalog entry</p> + <h3 id="d2e6605">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <catalogEntryVO> -<key>478</key> -<name>Category</name> -<description>Description of the category</description> -<type>0</type> + <key>478</key> + <name>Category</name> + <description>Description of the category</description> + <type>0</type> </catalogEntryVO> -The catalog entryThe responseNot authorizedUpdates the catalog entry with the path specified in the URL.The responseThe path could not be resolved to a valid catalog entryThe responseExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The catalog entry</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6618"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Not authorized</p> + <h3 id="d2e6626">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">catalogEntryVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6627">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">catalogEntryVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6631"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The path could not be resolved to a valid catalog entry</p> + <h3 id="d2e6637">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <catalogEntryVO> -<key>478</key> -<name>Category</name> -<description>Description of the category</description> -<type>0</type> + <key>478</key> + <name>Category</name> + <description>Description of the category</description> + <type>0</type> </catalogEntryVO> -The catalog entryThe responseNot authorizedUpdates the catalog entry with the path specified in the URL.The responseThe path could not be resolved to a valid catalog entryThe responseExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The catalog entry</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6650"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Not authorized</p> + <h3 id="d2e6663"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The path could not be resolved to a valid catalog entry</p> + <h3 id="d2e6669">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <catalogEntryVO> -<key>478</key> -<name>Category</name> -<description>Description of the category</description> -<type>0</type> + <key>478</key> + <name>Category</name> + <description>Description of the category</description> + <type>0</type> </catalogEntryVO> -The catalog entryThe responseNot authorizedDeletes the catalog entry with the path specified in the URL.The responseThe path could not be resolved to a valid catalog entryThe responseExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The catalog entry</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6682"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Not authorized</p> + <h3 id="d2e6691"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The path could not be resolved to a valid catalog entry</p> + <h3 id="d2e6697">application/xml, application/json (<abbr title="{http://www.example.com} catalogEntryVO">ns3:catalogEntryVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <catalogEntryVO> -<key>478</key> -<name>Category</name> -<description>Description of the category</description> -<type>0</type> + <key>478</key> + <name>Category</name> + <description>Description of the category</description> + <type>0</type> </catalogEntryVO> -The catalog entryThe responseNot authorizedThe pathGet the owners of the local sub treeThe responseThe path could not be resolved to a valid catalog entryThe responseExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The catalog entry</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6710"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Not authorized</p> + <h3 id="d2e6723"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The path could not be resolved to a valid catalog entry</p> + <h3 id="d2e6729">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <users totalCount="0"> -<users> -<user> -<key>345</key> -<login>john</login> -<password></password> -<firstName>John</firstName> -<lastName>Smith</lastName> -<email>john.smith@frentix.com</email> -<properties> -<property> -<name>telPrivate</name> -<value>238456782</value> -</property> -<property> -<name>telMobile</name> -<value>238456782</value> -</property> -</properties> -</user> + <users> + <user> + <key>345</key> + <login>john</login> + <password></password> + <firstName>John</firstName> + <lastName>Smith</lastName> + <email>john.smith@frentix.com</email> + <properties> + <property> + <name>telPrivate</name> + <value>238456782</value> + </property> + <property> + <name>telMobile</name> + <value>238456782</value> + </property> + </properties> + </user> + </users> </users> +</code></pre></p> + <p>The catalog entry</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6742"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Not authorized</p> + <h3 id="d2e6753">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">userVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6754">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">userVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6758">application/xml, application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<userVO> + <key>345</key> + <login>john</login> + <password></password> + <firstName>John</firstName> + <lastName>Smith</lastName> + <email>john.smith@frentix.com</email> + <properties> + <property> + <name>telPrivate</name> + <value>238456782</value> + </property> + <property> + <name>telMobile</name> + <value>238456782</value> + </property> + </properties> +</userVO> +</code></pre></p> + <p>The persisted user</p> + <h3 id="d2e6771">application/xml, application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<errorVOes> + <errorVO> + <code>org.olat.restapi:error</code> + <translation>Hello world, there is an error</translation> + </errorVO> +</errorVOes> +</code></pre></p> + <p>The list of errors</p> + <h3 id="d2e6784"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e6803">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<users totalCount="0"> + <users> + <user> + <key>345</key> + <login>john</login> + <password></password> + <firstName>John</firstName> + <lastName>Smith</lastName> + <email>john.smith@frentix.com</email> + <properties> + <property> + <name>telPrivate</name> + <value>238456782</value> + </property> + <property> + <name>telMobile</name> + <value>238456782</value> + </property> + </properties> + </user> + </users> </users> -The catalog entryThe responseNot authorizedDescription:<br> -This web service will handle the functionality related to <code>Course</code> -and its contents. - -<P> -Initial Date: 27 apr. 2010 <br>The course resourceable's idGet the metadatas of the course by idIt returns the <code>CourseVO</code> object representing the course.The course not foundIt returns the <code>CourseVO</code> object representing the course.Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The list of all users in the OLAT system</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6816"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e6829"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity not found</p> + <h3 id="d2e6835"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The user is removed from the group</p> + <h3 id="d2e6841"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e6848">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">userVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6849">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">userVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6853"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity not found</p> + <h3 id="d2e6859">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<userVO> + <key>345</key> + <login>john</login> + <password></password> + <firstName>John</firstName> + <lastName>Smith</lastName> + <email>john.smith@frentix.com</email> + <properties> + <property> + <name>telPrivate</name> + <value>238456782</value> + </property> + <property> + <name>telMobile</name> + <value>238456782</value> + </property> + </properties> +</userVO> +</code></pre></p> + <p>The user</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6872">application/xml, application/json (<abbr title="{http://www.example.com} errorVO">ns3:errorVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<errorVOes> + <errorVO> + <code>org.olat.restapi:error</code> + <translation>Hello world, there is an error</translation> + </errorVO> +</errorVOes> +</code></pre></p> + <p>The list of validation errors</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e6885"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e6898"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity not found</p> + <h3 id="d2e6904">application/xml, application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<userVO> + <key>345</key> + <login>john</login> + <password></password> + <firstName>John</firstName> + <lastName>Smith</lastName> + <email>john.smith@frentix.com</email> + <properties> + <property> + <name>telPrivate</name> + <value>238456782</value> + </property> + <property> + <name>telMobile</name> + <value>238456782</value> + </property> + </properties> +</userVO> +</code></pre></p> + <p>The user</p> + <h3 id="d2e6917"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e6927">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p> + <h6>Example</h6><pre><code>1.0</code></pre></p> + <p>The version of this specific Web Service</p> + <h3 id="d2e6945"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity not found</p> + <h3 id="d2e6951">application/xml, application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The user</p> + <h3 id="d2e6957"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e6962">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e6963">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e6965">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e6966">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e6975"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity not found</p> + <h3 id="d2e6979"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The user is removed from the group</p> + <h3 id="d2e6983"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e6996"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity or the portrait not found</p> + <h3 id="d2e7002">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The portrait as image</p> + <h3 id="d2e7011"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity or the portrait not found</p> + <h3 id="d2e7017">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The portrait as image</p> + <h3 id="d2e7023"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Not authorized</p> + <h3 id="d2e7032"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The portrait deleted</p> + <h3 id="d2e7038"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Not authorized</p> + <h3 id="d2e7058"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity not found</p> + <h3 id="d2e7064">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<groups totalCount="0"> + <groups> + <group> + <key>123467</key> + <description>My group description</description> + <name>My group</name> + <minParticipants>0</minParticipants> + <maxParticipants>0</maxParticipants> + </group> + </groups> +</groups> +</code></pre></p> + <p>The groups of the user</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7088">application/xml;pagingspec=1.0, application/json;pagingspec=1.0 (<abbr title="{http://www.example.com} groupInfoVO">ns3:groupInfoVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<groups totalCount="0"> + <groups> + <group> + <key>123467</key> + <description>My group description</description> + <name>My group</name> + <minParticipants>0</minParticipants> + <maxParticipants>0</maxParticipants> + <news>&lt;p&gt;Hello world&lt;/p&gt;</news> + <forumKey>374589</forumKey> + <hasWiki>false</hasWiki> + <hasFolder>false</hasFolder> + </group> + </groups> +</groups> +</code></pre></p> + <p>The groups of the user</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7101"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The request hasn't paging information</p> + <h3 id="d2e7116">application/xml, application/json (<abbr title="{http://www.example.com} folderVOes">ns3:folderVOes</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<folders totalCount="1"> + <folders> + <folder delete="false" list="false" read="false" write="false" subscribed="true" courseNodeId="438950850389" courseKey="375397" name="Course folder"/> + </folders> +</folders> +</code></pre></p> + <p>The folders</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7129"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e7136">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7137">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7138">text/html<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7139">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7140">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7143">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7144">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7147">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e7152">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7153">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7156">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7157">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7160">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7161">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7163">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7164">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7169">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7170">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7171">text/html<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7172">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7173">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7176">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7177">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7178">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7181">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e7186">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7187">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7188">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7191">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7192">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7193">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7196">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7197">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7199">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7200">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7203">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7204">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7207">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7208">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7212">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7218">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7219">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7220">text/html<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7221">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7222">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7225">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7226">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7229">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e7234">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7235">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7238">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7239">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7242">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7243">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7245">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7246">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7251">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7252">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7253">text/html<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7254">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7255">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7258">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7259">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7260">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7263">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e7268">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7269">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7270">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7273">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7274">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7275">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7278">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7279">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7281">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7282">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7285">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7286">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7289">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7290">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7294">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7299">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7300">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7301">text/html<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7302">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7303">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7306">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7307">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7310">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e7315">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7316">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7319">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7320">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7323">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7324">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7326">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7327">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7332">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7333">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7334">text/html<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7335">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7336">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7339">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7340">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7341">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7344">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e7349">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7350">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7351">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7354">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7355">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7356">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7359">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7360">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7362">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7363">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7366">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7367">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7370">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7371">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7375">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e7388"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course not found</p> + <h3 id="d2e7394">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseVO> -<key>777</key> -<title>Demo course</title> -<displayName>Demo course</displayName> + <key>777</key> + <title>Demo course</title> + <displayName>Demo course</displayName> </courseVO> -The metadatas of the created courseDelete a course by idIt returns the XML representation of the <code>Structure</code> -object representing the course.The course not foundIt returns the XML representation of the <code>Structure</code> -object representing the course.The metadatas of the created courseIt returns the XML representation of the <code>Structure</code> -object representing the course.The roles of the authenticated user are not sufficientThe version of the Course Web ServiceExample1.0The version of this specific Web ServiceThe course resourceable's idGet the configuration of the courseIt returns the XML representation of the <code>Structure</code> -object representing the course.The course not foundIt returns the XML representation of the <code>Structure</code> -object representing the course.Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The metadatas of the created course</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7410"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course not found</p> + <h3 id="d2e7416"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The metadatas of the created course</p> + <h3 id="d2e7422"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e7430">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p> + <h6>Example</h6><pre><code>1.0</code></pre></p> + <p>The version of this specific Web Service</p> + <h3 id="d2e7450"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course not found</p> + <h3 id="d2e7456">application/xml, application/json (<abbr title="{http://www.example.com} courseConfigVO">ns3:courseConfigVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseVO> -<sharedFolderSoftKey>head_1_olat_43985684395</sharedFolderSoftKey> + <sharedFolderSoftKey>head_1_olat_43985684395</sharedFolderSoftKey> </courseVO> -The configuration of the courseIt returns the XML representation of the <code>Structure</code> -object representing the course.The roles of the authenticated user are not sufficientUpdate the course configurationEnable/disable the calendar (value: true/false) (optional)Enable/disable the chat (value: true/false) (optional)Set the custom CSS file for the layout (optional)Enable/disable the efficencyStatement (value: true/false) (optional)Set the glossary (optional)Set the shared folder (optional)It returns the XML/Json representation of the <code>CourseConfig</code> -object representing the course configuration.The course not foundIt returns the XML/Json representation of the <code>CourseConfig</code> -object representing the course configuration.Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The configuration of the course</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7469"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e7476">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e7498"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course not found</p> + <h3 id="d2e7504">application/xml, application/json (<abbr title="{http://www.example.com} courseConfigVO">ns3:courseConfigVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseVO> -<sharedFolderSoftKey>head_1_olat_43985684395</sharedFolderSoftKey> + <sharedFolderSoftKey>head_1_olat_43985684395</sharedFolderSoftKey> </courseVO> -The metadatas of the created courseIt returns the XML/Json representation of the <code>CourseConfig</code> -object representing the course configuration.The roles of the authenticated user are not sufficientThe course resourceable's idGet all owners and authors of the courseIt returns an array of <code>UserVO</code>The course not foundIt returns an array of <code>UserVO</code>The array of authorsIt returns an array of <code>UserVO</code>The roles of the authenticated user are not sufficientThe course resourceable's idPublish the course.The course localeIt returns the metadatas of the published course.The course not foundIt returns the metadatas of the published course.Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The metadatas of the created course</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7517"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e7530"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course not found</p> + <h3 id="d2e7536">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>) + </h3> + <p>The array of authors</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7542"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e7559"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course not found</p> + <h3 id="d2e7565">application/xml, application/json (<abbr title="{http://www.example.com} courseVO">ns3:courseVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <courseVO> -<key>777</key> -<title>Demo course</title> -<displayName>Demo course</displayName> + <key>777</key> + <title>Demo course</title> + <displayName>Demo course</displayName> </courseVO> -The metadatas of the created courseIt returns the metadatas of the published course.The roles of the authenticated user are not sufficientExport the courseIt returns the <code>CourseVO</code> object representing the course.The course not foundIt returns the <code>CourseVO</code> object representing the course.The course as a ZIP fileIt returns the <code>CourseVO</code> object representing the course.Not authorized to export the courseThe course resourceable's idGet the runstructure of the course by idIt returns the XML representation of the <code>Structure</code> -object representing the course.The course not foundIt returns the XML representation of the <code>Structure</code> -object representing the course.The run structure of the courseIt returns the XML representation of the <code>Structure</code> -object representing the course.The roles of the authenticated user are not sufficientThe course resourceable's idGet the editor tree model of the course by idIt returns the XML representation of the <code>Editor model</code> -object representing the course.The course not foundIt returns the XML representation of the <code>Editor model</code> -object representing the course.The editor tree model of the courseIt returns the XML representation of the <code>Editor model</code> -object representing the course.The roles of the authenticated user are not sufficientThe user identifierThe course resourceable's idGet this specific author and owner of the courseIt returns an <code>UserVO</code>The course not found or the user is not an onwer or author of the courseIt returns an <code>UserVO</code>The authorIt returns an <code>UserVO</code>The roles of the authenticated user are not sufficientAdd an owner and author to the courseIt returns 200 if the user is added as owner and author of the courseThe course or the user not foundIt returns 200 if the user is added as owner and author of the courseThe user is an author and owner of the courseIt returns 200 if the user is added as owner and author of the courseThe roles of the authenticated user are not sufficientRemove an owner and author to the courseIt returns 200 if the user is removed as owner of the courseThe course or the user not foundIt returns 200 if the user is removed as owner of the courseThe user was successfully removed as owner of the courseIt returns 200 if the user is removed as owner of the courseThe roles of the authenticated user are not sufficientDescription:<br> -CourseGroupWebService - -<P> -Initial Date: 7 apr. 2010 <br>Lists all learn groups of the specified course.The context of the group not foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The metadatas of the created course</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7578"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e7589"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course not found</p> + <h3 id="d2e7595">application/zip<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course as a ZIP file</p> + <h3 id="d2e7601"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Not authorized to export the course</p> + <h3 id="d2e7614"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course not found</p> + <h3 id="d2e7620">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The run structure of the course</p> + <h3 id="d2e7626"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e7639"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course not found</p> + <h3 id="d2e7645">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The editor tree model of the course</p> + <h3 id="d2e7651"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e7668"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course not found or the user is not an onwer or author of the course</p> + <h3 id="d2e7674">application/xml, application/json (<abbr title="{http://www.example.com} userVO">ns3:userVO</abbr>) + </h3> + <p>The author</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7680"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e7689"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or the user not found</p> + <h3 id="d2e7695"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The user is an author and owner of the course</p> + <h3 id="d2e7701"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e7710"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The course or the user not found</p> + <h3 id="d2e7716"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The user was successfully removed as owner of the course</p> + <h3 id="d2e7722"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e7733"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The context of the group not found</p> + <h3 id="d2e7737">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <groups totalCount="0"> -<groups> -<group> -<key>123467</key> -<description>My group description</description> -<name>My group</name> -<minParticipants>0</minParticipants> -<maxParticipants>0</maxParticipants> -</group> -</groups> + <groups> + <group> + <key>123467</key> + <description>My group description</description> + <name>My group</name> + <minParticipants>0</minParticipants> + <maxParticipants>0</maxParticipants> + </group> + </groups> </groups> -The list of all learning group of the courseCreates a new group for the course.Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The list of all learning group of the course</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7751">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">groupVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7752">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">groupVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7754">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <groupVO> -<key>123467</key> -<description>My group description</description> -<name>My group</name> -<minParticipants>0</minParticipants> -<maxParticipants>0</maxParticipants> + <key>123467</key> + <description>My group description</description> + <name>My group</name> + <minParticipants>0</minParticipants> + <maxParticipants>0</maxParticipants> </groupVO> -The persisted groupThe roles of the authenticated user are not sufficientRetrieves the version of the Course Group Web Service.Example1.0The version of this specific Web ServiceThe group's idDeletes the business group specified by the key of the group.The business group cannot be foundThe business group is deletedThe roles of the authenticated user are not sufficientRetrieves the metadata of the specified group.The business group cannot be foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The persisted group</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7765"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e7773">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p> + <h6>Example</h6><pre><code>1.0</code></pre></p> + <p>The version of this specific Web Service</p> + <h3 id="d2e7791"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The business group cannot be found</p> + <h3 id="d2e7795"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The business group is deleted</p> + <h3 id="d2e7799"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e7806"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The business group cannot be found</p> + <h3 id="d2e7810">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <groupVO> -<key>123467</key> -<description>My group description</description> -<name>My group</name> -<minParticipants>0</minParticipants> -<maxParticipants>0</maxParticipants> + <key>123467</key> + <description>My group description</description> + <name>My group</name> + <minParticipants>0</minParticipants> + <maxParticipants>0</maxParticipants> </groupVO> -This is the list of all groups in OLAT systemUpdates the metadata for the specified group.The business group cannot be foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>This is the list of all groups in OLAT system</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7824">*/* (<abbr title="{http://research.sun.com/wadl/2006/10} ">groupVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7826"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The business group cannot be found</p> + <h3 id="d2e7830">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <groupVO> -<key>123467</key> -<description>My group description</description> -<name>My group</name> -<minParticipants>0</minParticipants> -<maxParticipants>0</maxParticipants> + <key>123467</key> + <description>My group description</description> + <name>My group</name> + <minParticipants>0</minParticipants> + <maxParticipants>0</maxParticipants> </groupVO> -The saved groupThe roles of the authenticated user are not sufficientFallback method for the browser.Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The saved group</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7841"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e7849">*/* (<abbr title="{http://research.sun.com/wadl/2006/10} ">groupVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7851">application/xml, application/json (<abbr title="{http://www.example.com} groupVO">ns3:groupVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <groupVO> -<key>123467</key> -<description>My group description</description> -<name>My group</name> -<minParticipants>0</minParticipants> -<maxParticipants>0</maxParticipants> + <key>123467</key> + <description>My group description</description> + <name>My group</name> + <minParticipants>0</minParticipants> + <maxParticipants>0</maxParticipants> </groupVO> -The persisted groupThe roles of the authenticated user are not sufficientDescription:<br> -Web service to manage a forum. - -<P> -Initial Date: 20 apr. 2010 <br>The key of the groupRetrieves the forum.The forumThe forum not foundThe forumExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The persisted group</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7862"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e7877"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The forum not found</p> + <h3 id="d2e7883">application/xml, application/json (<abbr title="{http://www.example.com} forumVO">ns3:forumVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <forum subscribed="false" courseNodeId="2784628" courseKey="286" forumKey="3865487" detailsName="It is a forum" name="My forum"/> -The root message of the threadThe forumThe roles of the authenticated user are not sufficientRetrieves the threads in the forum(value name,creationDate)(value true/false)The list of threadsThe author, forum or message not foundThe list of threadsExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7896"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e7915"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author, forum or message not found</p> + <h3 id="d2e7921">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messages totalCount="1"> -<messages> -<message> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> -</message> + <messages> + <message> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> + </message> + </messages> </messages> -</messages> -The root message of the threadThe list of threadsThe roles of the authenticated user are not sufficientCreates a new thread in the forum of the course nodeThe title for the first post in the threadThe body for the first post in the threadThe author user key (optional)The new threadThe author, forum or message not foundThe new threadExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7934"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e7953"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author, forum or message not found</p> + <h3 id="d2e7959">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> </messageVO> -The root message of the threadThe new threadThe roles of the authenticated user are not sufficientCreates a new thread in the forum of the course nodeThe new threadThe author, forum or message not foundThe new threadExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e7972"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e7979">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e7986"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author, forum or message not found</p> + <h3 id="d2e7992">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> </messageVO> -The root message of the threadThe new threadThe roles of the authenticated user are not sufficientThe key of the threadRetrieves the messages in the thread(value name, creationDate)(value true/false)The messages of the threadThe author, forum or message not foundThe messages of the threadExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e8005"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e8027"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author, forum or message not found</p> + <h3 id="d2e8033">application/xml, application/json (<abbr title="{http://www.example.com} messageVOes">ns3:messageVOes</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messages totalCount="1"> -<messages> -<message> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> -</message> -</messages> + <messages> + <message> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> + </message> + </messages> </messages> -The root message of the threadThe messages of the threadThe roles of the authenticated user are not sufficientThe id of the reply messageCreates a new reply in the forum of the course nodeThe title for the first post in the threadThe body for the first post in the threadThe author keyThe new messageThe author or message not foundThe new messageExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e8046"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e8057">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e8070"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author or message not found</p> + <h3 id="d2e8076">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> </messageVO> -The root message of the threadThe new messageThe roles of the authenticated user are not sufficientCreates a new reply in the forum of the course nodeThe title for the first post in the threadThe body for the first post in the threadThe author user key (optional)The new MessageThe author or message not foundThe new MessageExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e8089"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e8096">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">replyVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e8097">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">replyVO</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e8101"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author or message not found</p> + <h3 id="d2e8107">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> </messageVO> -The root message of the threadThe new MessageThe roles of the authenticated user are not sufficientCreates a new reply in the forum of the course nodeThe new MessageThe author or message not foundThe new MessageExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e8120"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e8139"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The author or message not found</p> + <h3 id="d2e8145">application/xml, application/json (<abbr title="{http://www.example.com} messageVO">ns3:messageVO</abbr>) + </h3> + <p> + <h6>Example</h6><pre><code><?xml version="1.0" encoding="UTF-8" standalone="yes"?> <messageVO> -<key>380</key> -<authorKey>345</authorKey> -<title>A message</title> -<body>The content of the message</body> + <key>380</key> + <authorKey>345</authorKey> + <title>A message</title> + <body>The content of the message</body> </messageVO> -The root message of the threadThe new MessageThe roles of the authenticated user are not sufficientThe key of the messageRetrieves the attachments of the messageThe attachmentsThe message not foundThe attachmentsThe links to the attachmentsUpload the attachment of a message, as parameter:<br/> -filename The name of the attachment<br/> -file The attachment.OkThe identity or the portrait not foundOkOkUpload the attachment of a message, as parameter:<br/> -filename The name of the attachment<br/> -file The attachment.OkThe identity or the portrait not foundOkOkUpload the attachment of a message, as parameter:<br/> -filename The name of the attachment<br/> -file The attachment.OkThe identity or the portrait not foundOkOkThe name of the attachmentThe identity key of the user being searchedRetrieves the attachment of the messageThe attachmentThe identity or the portrait not foundThe attachmentThe portrait as imageDescription:<br> -This handles the repository entries - -<P> -Initial Date: 19.05.2009 <br>List all entries in the OLAT repositoryExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<repositoryEntries totalCount="1"> -<repositoryEntries> -<repositoryEntrie> -<key>479286</key> -<softkey>internal_cp</softkey> -<resourcename>fdhasl</resourcename> -<displayname>CP-demo</displayname> -<resourceableId>4368567</resourceableId> -<resourceableTypeName>CourseModule</resourceableTypeName> -</repositoryEntrie> -</repositoryEntries> -</repositoryEntries> -List all entries in the repositoryList all entries in the OLAT repositoryExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<repositoryEntries totalCount="1"> -<repositoryEntries> -<repositoryEntrie> -<key>479286</key> -<softkey>internal_cp</softkey> -<resourcename>fdhasl</resourcename> -<displayname>CP-demo</displayname> -<resourceableId>4368567</resourceableId> -<resourceableTypeName>CourseModule</resourceableTypeName> -</repositoryEntrie> -</repositoryEntries> -</repositoryEntries> -List all entries in the repositoryImport a resource in the repositoryExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<repositoryEntryVO> -<key>479286</key> -<softkey>internal_cp</softkey> -<resourcename>fdhasl</resourcename> -<displayname>CP-demo</displayname> -<resourceableId>4368567</resourceableId> -<resourceableTypeName>CourseModule</resourceableTypeName> -</repositoryEntryVO> -Import the resource and return the repository entryThe roles of the authenticated user are not sufficientThe version number of this web serviceSearch for repository entries, possible search attributes are name, author and typeFilter by the file resource type of the repository entryFilter by the author's usernameFilter by name of repository entryOnly search entries the requester ownsExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<repositoryEntryVO> -<key>479286</key> -<softkey>internal_cp</softkey> -<resourcename>fdhasl</resourcename> -<displayname>CP-demo</displayname> -<resourceableId>4368567</resourceableId> -<resourceableTypeName>CourseModule</resourceableTypeName> -</repositoryEntryVO> -Search for repository entriesThe roles of the authenticated user are not sufficientDescription:<br> -Repository entry resource - -<P> -Initial Date: 19.05.2009 <br>Delete a course by idIt returns the XML representation of the <code>Structure</code> -object representing the course.The course not foundIt returns the XML representation of the <code>Structure</code> -object representing the course.The metadatas of the created courseIt returns the XML representation of the <code>Structure</code> -object representing the course.The roles of the authenticated user are not sufficientget a resource in the repositoryThe repository entry not foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<repositoryEntryVO> -<key>479286</key> -<softkey>internal_cp</softkey> -<resourcename>fdhasl</resourcename> -<displayname>CP-demo</displayname> -<resourceableId>4368567</resourceableId> -<resourceableTypeName>CourseModule</resourceableTypeName> -</repositoryEntryVO> -Get the repository resourceReplace a resource in the repository and update its display name. The implementation is -limited to CP.Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<repositoryEntryVO> -<key>479286</key> -<softkey>internal_cp</softkey> -<resourcename>fdhasl</resourcename> -<displayname>CP-demo</displayname> -<resourceableId>4368567</resourceableId> -<resourceableTypeName>CourseModule</resourceableTypeName> -</repositoryEntryVO> -Replace the resource and return the updated repository entryThe roles of the authenticated user are not sufficientThe key of the repository entryReturns the list of participants of the repository entry.The repository entry cannot be foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<users totalCount="0"> -<users> -<user> -<key>345</key> -<login>john</login> -<password></password> -<firstName>John</firstName> -<lastName>Smith</lastName> -<email>john.smith@frentix.com</email> -<properties> -<property> -<name>telPrivate</name> -<value>238456782</value> -</property> -<property> -<name>telMobile</name> -<value>238456782</value> -</property> -</properties> -</user> -</users> -</users> -Coaches of the repository entryThe key of the repository entryThe user's idAdds a participant to the repository entry.The repository entry or the user cannot be foundThe user is added as participant of the repository entryThe roles of the authenticated user are not sufficientRemoves the participant from the repository entry.The repository entry or the user cannot be foundThe user is removed as participant from the repository entryThe roles of the authenticated user are not sufficientDownload the export zip file of a repository entry.The resource is lockedThe resource could not foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<repositoryEntryVO> -<key>479286</key> -<softkey>internal_cp</softkey> -<resourcename>fdhasl</resourcename> -<displayname>CP-demo</displayname> -<resourceableId>4368567</resourceableId> -<resourceableTypeName>CourseModule</resourceableTypeName> -</repositoryEntryVO> -Download the repository entry as export zip fileDownload of this resource is not possibleThe roles of the authenticated user are not sufficientThe key of the repository entryReturns the list of owners of the repository entry specified by the groupKey.The repository entry cannot be foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<users totalCount="0"> -<users> -<user> -<key>345</key> -<login>john</login> -<password></password> -<firstName>John</firstName> -<lastName>Smith</lastName> -<email>john.smith@frentix.com</email> -<properties> -<property> -<name>telPrivate</name> -<value>238456782</value> -</property> -<property> -<name>telMobile</name> -<value>238456782</value> -</property> -</properties> -</user> -</users> -</users> -Owners of the repository entryThe key of the repository entryThe user's idAdds an owner to the repository entry.The repository entry or the user cannot be foundThe user is added as owner of the repository entryThe roles of the authenticated user are not sufficientRemoves the owner from the repository entry.The repository entry or the user cannot be foundThe user is removed as owner from the repository entryThe roles of the authenticated user are not sufficientThe key of the repository entryReturns the list of coaches of the repository entry.The repository entry cannot be foundExample<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<users totalCount="0"> -<users> -<user> -<key>345</key> -<login>john</login> -<password></password> -<firstName>John</firstName> -<lastName>Smith</lastName> -<email>john.smith@frentix.com</email> -<properties> -<property> -<name>telPrivate</name> -<value>238456782</value> -</property> -<property> -<name>telMobile</name> -<value>238456782</value> -</property> -</properties> -</user> -</users> -</users> -Coaches of the repository entryThe key of the repository entryThe user's idAdds a coach to the repository entry.The repository entry or the user cannot be foundThe user is added as coach of the repository entryThe roles of the authenticated user are not sufficientRemoves the coach from the repository entry.The repository entry or the user cannot be foundThe user is removed as coach from the repository entryThe roles of the authenticated user are not sufficient<h3>Description:</h3> -REST API for notifications -<p> -Initial Date: 25 aug 2010 <br>Retrieves the notification of the logged in user.The date (optional)The type of notifications (User, Forum...) (optional)an xml or json representation of a the user being search. The xml -correspond to a <code>SubscriptionInfoVO</code>. <code>SubscriptionInfoVO</code>The identity not foundan xml or json representation of a the user being search. The xml -correspond to a <code>SubscriptionInfoVO</code>. <code>SubscriptionInfoVO</code>Example<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<subscriptionInfoVOes> -<subscriptionInfoVO> -<title>Infos</title> -<items/> -</subscriptionInfoVO> -</subscriptionInfoVOes> -The notifications \ No newline at end of file +</code></pre></p> + <p>The root message of the thread</p> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e8158"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The roles of the authenticated user are not sufficient</p> + <h3 id="d2e8171"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The message not found</p> + <h3 id="d2e8177">application/xml, application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The links to the attachments</p> + <h3 id="d2e8186"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity or the portrait not found</p> + <h3 id="d2e8192">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Ok</p> + <h3 id="d2e8199">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e8205"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity or the portrait not found</p> + <h3 id="d2e8211">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Ok</p> + <h3 id="d2e8218">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e8219">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e8223"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity or the portrait not found</p> + <h3 id="d2e8229">application/json, application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>Ok</p> + <h3 id="d2e8245"><abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The identity or the portrait not found</p> + <h3 id="d2e8251">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <p>The portrait as image</p> + <h3 id="d2e8258">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8259">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8260">text/html<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8261">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8262">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8265">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8266">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8269">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e8274">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8275">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8278">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8279">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8282">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e8283">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e8285">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8286">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8291">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8292">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8293">text/html<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8294">application/octet-stream<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8295">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8298">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8299">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8300">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8303">application/x-www-form-urlencoded<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <div class="representation"></div> + <h3 id="d2e8308">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8309">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8310">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8313">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8314">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8315">*/*<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8318">application/json (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e8319">application/xml (<abbr title="{http://research.sun.com/wadl/2006/10} ">fileUpload</abbr>) + </h3> + <div class="representation"> + <h6>XML Schema</h6> + <p><em>Source: <a href=""></a></em></p><pre></pre></div> + <h3 id="d2e8321">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8322">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8325">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8326">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8329">application/json<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8330">application/xml<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + <h3 id="d2e8334">text/plain<abbr title="{http://research.sun.com/wadl/2006/10} "></abbr></h3> + </body> +</html> \ No newline at end of file diff --git a/src/main/java/org/olat/restapi/repository/RepositoryEntryResource.java b/src/main/java/org/olat/restapi/repository/RepositoryEntryResource.java index 8d559dd26a2f98b87af4818316d100bf091fd7b7..a90e280d28da1cd1a12cc25fe72598ea78cff4aa 100644 --- a/src/main/java/org/olat/restapi/repository/RepositoryEntryResource.java +++ b/src/main/java/org/olat/restapi/repository/RepositoryEntryResource.java @@ -430,7 +430,7 @@ public class RepositoryEntryResource { } final UserRequest ureq = RestSecurityHelper.getUserRequest(request); - repositoryManager.removeParticipants(ureq.getIdentity(), Collections.singletonList(identityToRemove), repoEntry, null); + repositoryManager.removeParticipants(ureq.getIdentity(), Collections.singletonList(identityToRemove), repoEntry, null, false); return Response.ok().build(); } catch (Exception e) { log.error("Trying to remove a participant from a repository entry", e); diff --git a/src/main/java/org/olat/restapi/system/IndexerWebService.java b/src/main/java/org/olat/restapi/system/IndexerWebService.java index 01de03c8078a3eed5763331731d0c0aa7824126a..ae4b90557626c188e74818bcd870247291a265e4 100644 --- a/src/main/java/org/olat/restapi/system/IndexerWebService.java +++ b/src/main/java/org/olat/restapi/system/IndexerWebService.java @@ -46,10 +46,9 @@ public class IndexerWebService { * Return the statistics about the indexer * @response.representation.200.qname {http://www.example.com}releaseVO * @response.representation.200.mediaType application/xml, application/json - * @response.representation.200.doc The verison of the instance + * @response.representation.200.doc Statistics about the indexer * @response.representation.200.example {@link org.olat.restapi.system.vo.Examples#SAMPLE_OO_INDEXERSTATSVO} * @response.representation.401.doc The roles of the authenticated user are not sufficient - * @return The statistics about the indexer */ @GET @@ -59,6 +58,13 @@ public class IndexerWebService { return Response.ok(stats).build(); } + /** + * Return the status of the indexer: running, stopped + * @response.representation.200.mediaType application/xml, application/json + * @response.representation.200.doc The status of the indexer + * @response.representation.401.doc The roles of the authenticated user are not sufficient + * @return The status of the indexer + */ @GET @Path("status") @Produces({MediaType.APPLICATION_XML, MediaType.APPLICATION_JSON}) @@ -68,6 +74,13 @@ public class IndexerWebService { return Response.ok(new IndexerStatus(status)).build(); } + /** + * Return the status of the indexer: running, stopped + * @response.representation.200.mediaType text/plain + * @response.representation.200.doc The status of the indexer + * @response.representation.401.doc The roles of the authenticated user are not sufficient + * @return The status of the indexer + */ @GET @Path("status") @Produces({MediaType.TEXT_PLAIN}) @@ -76,6 +89,13 @@ public class IndexerWebService { return Response.ok(serviceStatus.getStatus()).build(); } + /** + * Update the status of the indexer: running, stopped. + * Running start the indexer, stopped, stop it. + * @response.representation.200.doc The status has changed + * @response.representation.401.doc The roles of the authenticated user are not sufficient + * @return The status of the indexer + */ @POST @Path("status") public Response setStatus(@FormParam("status") String status, @Context HttpServletRequest request) { diff --git a/src/main/java/org/olat/restapi/system/NotificationsAdminWebService.java b/src/main/java/org/olat/restapi/system/NotificationsAdminWebService.java index 7db133f80cbbbb7886cc926d38faf0ac982fe78d..e8c99480a702bc6ae863b30fab9d11104d32adc1 100644 --- a/src/main/java/org/olat/restapi/system/NotificationsAdminWebService.java +++ b/src/main/java/org/olat/restapi/system/NotificationsAdminWebService.java @@ -48,6 +48,13 @@ public class NotificationsAdminWebService { private static final OLog log = Tracing.createLoggerFor(NotificationsAdminWebService.class); + /** + * Return the status of the notifications job: running, stopped + * @response.representation.200.mediaType application/xml, application/json + * @response.representation.200.doc The status of the notifications job + * @response.representation.401.doc The roles of the authenticated user are not sufficient + * @return The status of the notifications job + */ @GET @Path("status") @Produces({MediaType.APPLICATION_XML, MediaType.APPLICATION_JSON}) @@ -55,6 +62,13 @@ public class NotificationsAdminWebService { return Response.ok(new NotificationsStatus(getJobStatus())).build(); } + /** + * Return the status of the notifications job: running, stopped + * @response.representation.200.mediaType text/plain + * @response.representation.200.doc The status of the notifications job + * @response.representation.401.doc The roles of the authenticated user are not sufficient + * @return The status of the notifications job + */ @GET @Path("status") @Produces({MediaType.TEXT_PLAIN}) @@ -79,6 +93,13 @@ public class NotificationsAdminWebService { } } + /** + * Update the status of the notifications job: running, stopped. + * Running start the indexer, stopped, stop it. + * @response.representation.200.doc The status has changed + * @response.representation.401.doc The roles of the authenticated user are not sufficient + * @return The status of the notification + */ @POST @Path("status") public Response setStatus(@FormParam("status") String status, @Context HttpServletRequest request) { diff --git a/src/main/java/org/olat/restapi/system/ThreadsWebService.java b/src/main/java/org/olat/restapi/system/ThreadsWebService.java index 4dc27698162c2b6d6d90ffcc0cb8c3d8d889bc1f..330bc6469d271e6296a19a58a110d6adf227edf5 100644 --- a/src/main/java/org/olat/restapi/system/ThreadsWebService.java +++ b/src/main/java/org/olat/restapi/system/ThreadsWebService.java @@ -83,6 +83,9 @@ public class ThreadsWebService implements Sampler { @Override public synchronized void takeSample() { - CoreSpringFactory.getImpl(ThreadInfosManager.class).takeSample(); + ThreadInfosManager manager = CoreSpringFactory.getImpl(ThreadInfosManager.class); + if(manager != null) {//check if the manager is loaded + manager.takeSample(); + } } } \ No newline at end of file diff --git a/src/main/java/org/olat/user/ChangePasswordForm.java b/src/main/java/org/olat/user/ChangePasswordForm.java index 913d9efd114c9597ab543c8f48a01f62873b4c71..dc58b60d55db02b49e40eba99db195c504b4b7e5 100644 --- a/src/main/java/org/olat/user/ChangePasswordForm.java +++ b/src/main/java/org/olat/user/ChangePasswordForm.java @@ -96,7 +96,7 @@ public class ChangePasswordForm extends FormBasicController { @Override protected boolean validateFormLogic (UserRequest ureq) { if (!UserManager.getInstance().syntaxCheckOlatPassword(newpass1.getValue())) { - newpass1.setErrorKey("error.password.characters", null); + newpass1.setErrorKey("form.checkPassword", null); return false; } if (!newpass1.getValue().equals(newpass2.getValue())) { diff --git a/src/main/java/org/olat/user/UserNameAndPasswordSyntaxCheckerWithEmail.java b/src/main/java/org/olat/user/UserNameAndPasswordSyntaxCheckerWithEmail.java index e49684043d8aeaf132c8220c0e13d0db47b496c9..97f34af1e9f46b80bd887bd6956b6444b9fbfe90 100644 --- a/src/main/java/org/olat/user/UserNameAndPasswordSyntaxCheckerWithEmail.java +++ b/src/main/java/org/olat/user/UserNameAndPasswordSyntaxCheckerWithEmail.java @@ -75,7 +75,7 @@ public class UserNameAndPasswordSyntaxCheckerWithEmail extends UserNameAndPasswo public boolean syntaxCheckOlatLogin(String login) { // Allow only alphanumeric login names // @ is allowed also (will be replaced for Jabber) - return login.matches("[0-9a-z\\.\\-_@]{6,64}"); + return login.matches("[0-9a-z\\.\\-_]{4,64}") || login.matches("[0-9a-z\\.\\-_@]{6,64}"); } } diff --git a/src/main/java/org/olat/user/WebDAVPasswordController.java b/src/main/java/org/olat/user/WebDAVPasswordController.java index 7f52002456bb30ff62c62c9f250a1a87a0818362..440222fc1c851d48b7daad5055d9b6b8d1b75f0a 100644 --- a/src/main/java/org/olat/user/WebDAVPasswordController.java +++ b/src/main/java/org/olat/user/WebDAVPasswordController.java @@ -139,7 +139,7 @@ public class WebDAVPasswordController extends FormBasicController { if(StringHelper.containsNonWhitespace(password) && valid) { passwordEl.clearError(); } else if (!valid){ - passwordEl.setErrorKey("error.password.characters", null); + passwordEl.setErrorKey("form.checkPassword", null); allOk = false; } else { passwordEl.setErrorKey("error.password.empty", null); diff --git a/src/main/java/org/olat/user/_i18n/LocalStrings_ar.properties b/src/main/java/org/olat/user/_i18n/LocalStrings_ar.properties index 9f9b51da1f258b6261d70932b87a061bb5f35bb6..26860c05b78119e4dbd9265c7f8b04e8e15d09bb 100644 --- a/src/main/java/org/olat/user/_i18n/LocalStrings_ar.properties +++ b/src/main/java/org/olat/user/_i18n/LocalStrings_ar.properties @@ -94,7 +94,7 @@ email.sent=\u062A\u0645 \u0625\u0631\u0633\u0627\u0644 \u0627\u0644\u0628\u0631\ error.change.email=\u062A\u0645 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0631\u0627\u0628\u0637 \u0627\u0644\u062A\u0641\u0639\u064A\u0644 \u0628\u0627\u0644\u0641\u0639\u0644 \u0648\u0644\u0630\u0644\u0643 \u0641\u0647\u0648 \u063A\u064A\u0631 \u0635\u0627\u0644\u062D. error.change.email.time=\u064A\u0645\u0643\u0646 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0631\u0627\u0628\u0637 \u0627\u0644\u062A\u0641\u0639\u064A\u0644 \u0641\u0642\u0637 \u0644\u0645\u062F\u0629 {0} \u0633\u0627\u0639\u0629 \u0648\u0644\u0630\u0644\u0643 \u0641\u0647\u0648 \u063A\u064A\u0631 \u0635\u0627\u0644\u062D. error.no.props.found=\u0644\u0645 \u064A\u062A\u0645 \u0627\u0644\u0639\u062B\u0648\u0631 \u0639\u0644\u0649 \u062E\u0635\u0627\u0626\u0635 \u0644\u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 -error.password.characters=\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643 \u064A\u062C\u0628 \u0623\u0646 \u064A\u062D\u062A\u0648\u0649 \u0639\u0644\u0649 \u0645\u0627 \u0644\u0627 \u064A\u0642\u0644 \u0639\u0646 4 \u062D\u0631\u0648\u0641 \u0648\u062A\u0634\u0645\u0644 \u0627\u0644\u0623\u0631\u0642\u0627\u0645 \u0648\u0627\u0644\u062D\u0631\u0648\u0641.. +form.checkPassword=\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062E\u0627\u0635\u0629 \u0628\u0643 \u064A\u062C\u0628 \u0623\u0646 \u064A\u062D\u062A\u0648\u0649 \u0639\u0644\u0649 \u0645\u0627 \u0644\u0627 \u064A\u0642\u0644 \u0639\u0646 4 \u062D\u0631\u0648\u0641 \u0648\u062A\u0634\u0645\u0644 \u0627\u0644\u0623\u0631\u0642\u0627\u0645 \u0648\u0627\u0644\u062D\u0631\u0648\u0641.. error.password.empty=\u064A\u0631\u062C\u0649 \u0643\u062A\u0627\u0628\u0629 \u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u0633\u0627\u0628\u0642\u0629 error.password.noauth=\u0643\u0644\u0645\u0629 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u0633\u0627\u0628\u0642\u0629 \u063A\u064A\u0631 \u0635\u062D\u064A\u062D\u0629 error.password.nomatch=\u0644\u0627 \u064A\u0648\u062C\u062F \u062A\u0637\u0627\u0628\u0642 \u0628\u064A\u0646 \u0643\u0644\u0645\u062A\u0627\u0646 \u0627\u0644\u0645\u0631\u0648\u0631 \u0627\u0644\u062C\u062F\u064A\u062F\u062A\u0627\u0646. @@ -179,3 +179,4 @@ ul.header=.jpg .jpeg .png .gif \u0627\u0644\u0635\u0648\u0631\u0629 \u0628\u062D ul.select=\u0627\u062E\u062A\u064A\u0627\u0631 \u0645\u0644\u0641 ul.upload=\u062A\u062D\u0645\u064A\u0644 user.deleted=\u0647\u0630\u0627 \u0627\u0644\u0645\u0633\u062A\u062E\u062F\u0645 \u062A\u0645 \u062D\u0630\u0641\u0647 \u0645\u0646 \u0623\u0648\u0644\u0627\u062A +form.checkUsername=\u0623\u0633\u0645\u0627\u0621 \u0627\u0644\u0645\u0633\u062a\u062e\u062f\u0645\u064a\u0646 \u064a\u062c\u0628 \u0623\u0646 \u062a\u062d\u062a\u0648\u0649 \u0639\u0644\u0649 \u0645\u0627 \u0644\u0627 \u064a\u0642\u0644 \u0639\u0646 4 \u0623\u062d\u0631\u0641 \u0648 \u0627\u0644\u062d\u0631\u0648\u0641 \u0641\u0642\u0637 \u0645\u0646 \u0627\u0644\u0623\u0644\u0641 \u0625\u0644\u0649 \u0627\u0644\u064a\u0627\u0621\u060c \u0641\u0636\u0644\u0627 \u0639\u0646 \u0627\u0644\u0623\u0631\u0642\u0627\u0645 \u0645\u0646 0 \u0625\u0644\u0649 9\u060c \u0648\u0628\u0627\u0644\u0625\u0636\u0627\u0641\u0629 \u0625\u0644\u0649 \u0630\u0644\u0643\u060c \u064a\u062c\u0648\u0632 \u0644\u0643 \u0627\u0633\u062a\u062e\u062f\u0627\u0645. _ \u0648-. diff --git a/src/main/java/org/olat/user/_i18n/LocalStrings_bg.properties b/src/main/java/org/olat/user/_i18n/LocalStrings_bg.properties index 3f513284e0fb8bcba6b0b8d23eef8da06f54ebc5..e73dab1ceeda833a2e7049721087dd1c9b832d00 100644 --- a/src/main/java/org/olat/user/_i18n/LocalStrings_bg.properties +++ b/src/main/java/org/olat/user/_i18n/LocalStrings_bg.properties @@ -92,7 +92,7 @@ email.sent=\u0418-\u043C\u0435\u0439\u043B \u0441\u044A\u043E\u0431\u0449\u0435\ error.change.email=\u0422\u0430\u0437\u0438 \u0432\u0440\u044A\u0437\u043A\u0430 \u0437\u0430 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u043D\u0435 \u0435 \u0432\u0435\u0447\u0435 \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u043D\u0430 \u0438 \u043F\u043E\u0440\u0430\u0434\u0438 \u0442\u043E\u0432\u0430 \u0435 \u043D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0430. error.change.email.time=\u0422\u0430\u0437\u0438 \u0432\u0440\u044A\u0437\u043A\u0430 \u0437\u0430 \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u0430\u043D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0431\u044A\u0434\u0435 \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u043D\u0430 \u0441\u0430\u043C\u043E \u0437\u0430 {0} \u0447\u0430\u0441\u0430 \u0438 \u043F\u043E\u0440\u0430\u0434\u0438 \u0442\u043E\u0432\u0430 \u0435 \u043D\u0435\u0432\u0430\u043B\u0438\u0434\u043D\u0430. error.no.props.found=\u041D\u0435 \u0441\u0430 \u043D\u0430\u043C\u0435\u0440\u0435\u043D\u0438 \u0445\u0430\u0440\u0430\u043A\u0442\u0435\u0440\u0438\u0441\u0442\u0438\u043A\u0438 \u0437\u0430 \u0442\u043E\u0437\u0438 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B -error.password.characters=\u0412\u0430\u0448\u0430\u0442\u0430 \u043F\u0430\u0440\u043E\u043B\u0430 \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 \u043F\u043E\u043D\u0435 4 \u0437\u043D\u0430\u043A\u0430 \u0438 \u0434\u0430 \u0432\u043A\u043B\u044E\u0447\u0432\u0430 \u0446\u0438\u0444\u0440\u0438 \u0438 \u0431\u0443\u043A\u0432\u0438. +form.checkPassword=\u0412\u0430\u0448\u0430\u0442\u0430 \u043F\u0430\u0440\u043E\u043B\u0430 \u0442\u0440\u044F\u0431\u0432\u0430 \u0434\u0430 \u0441\u044A\u0434\u044A\u0440\u0436\u0430 \u043F\u043E\u043D\u0435 4 \u0437\u043D\u0430\u043A\u0430 \u0438 \u0434\u0430 \u0432\u043A\u043B\u044E\u0447\u0432\u0430 \u0446\u0438\u0444\u0440\u0438 \u0438 \u0431\u0443\u043A\u0432\u0438. error.password.empty=\u041C\u043E\u043B\u044F, \u043D\u0430\u043F\u0438\u0448\u0435\u0442\u0435 \u043F\u0440\u0435\u0434\u0438\u0448\u043D\u0430\u0442\u0430 \u0441\u0438 \u043F\u0430\u0440\u043E\u043B\u0430 error.password.noauth=\u041F\u0440\u0435\u0434\u0438\u0448\u043D\u0430\u0442\u0430 \u0432\u0438 \u043F\u0430\u0440\u043E\u043B\u0430 \u0435 \u043D\u0435\u0432\u044F\u0440\u043D\u0430 error.password.nomatch=\u0414\u0432\u0435\u0442\u0435 \u043D\u043E\u0432\u0438 \u043F\u0430\u0440\u043E\u043B\u0438 \u043D\u0435 \u0441\u044A\u0432\u043F\u0430\u0434\u0430\u0442. @@ -166,3 +166,4 @@ ul.header=\u041F\u0443\u0431\u043B\u0438\u043A\u0443\u0432\u0430\u043D\u043E \u0 ul.select=\u0418\u0437\u0431\u0435\u0440\u0435\u0442\u0435 \u0444\u0430\u0439\u043B ul.upload=\u041F\u0440\u0435\u0434\u0430\u0439\u0442\u0435 user.deleted=\u0422\u043E\u0437\u0438 \u043F\u043E\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043B \u0435 \u0438\u0437\u0442\u0440\u0438\u0442 \u043E\u0442 \u0441\u0438\u0441\u0442\u0435\u043C\u0430\u0442\u0430 +form.checkUsername=\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u043e\u0442\u043e \u0438\u043c\u0435 \u0442\u0440\u044f\u0431\u0432\u0430 \u0434\u0430 \u0441\u044a\u0434\u044a\u0440\u0436\u0430 \u043f\u043e\u043d\u0435 4 \u0437\u043d\u0430\u043a\u0430 \u0438 \u0441\u0430\u043c\u043e \u0431\u0443\u043a\u0432\u0438 \u043e\u0442 \u0410 \u0434\u043e \u042f (\u0431\u0435\u0437 \u0443\u043c\u043b\u0430\u0443\u0442), \u043a\u0430\u043a\u0442\u043e \u0438 \u0446\u0438\u0444\u0440\u0438 \u043e\u0442 0 \u0434\u043e 9. \u0414\u043e\u043f\u044a\u043b\u043d\u0438\u0442\u0435\u043b\u043d\u043e, \u043c\u043e\u0436\u0435\u0442\u0435 \u0434\u0430 \u0438\u0437\u043f\u043e\u043b\u0437\u0432\u0430\u0442\u0435 . _ \u0438 -. diff --git a/src/main/java/org/olat/user/_i18n/LocalStrings_cs.properties b/src/main/java/org/olat/user/_i18n/LocalStrings_cs.properties index 3369ec86ce68f007707baa91709d9acfcbccbe2e..cd32fbde468199de960c25f031084f50232b46ab 100644 --- a/src/main/java/org/olat/user/_i18n/LocalStrings_cs.properties +++ b/src/main/java/org/olat/user/_i18n/LocalStrings_cs.properties @@ -78,7 +78,7 @@ command.closehp=Zav\u0159\u00EDt n\u00E1hled command.delete=Smazat command.preview=N\u00E1hled error.no.props.found=Pro tohoto u\u017Eivatele nejsou nastaveny \u017E\u00E1dn\u00E9 vlastnosti -error.password.characters=Heslo mus\u00ED obsahovat alespo\u0148 4 znaky a mus\u00ED obsahovat p\u00EDsmena a \u010D\u00EDsla. +form.checkPassword=Heslo mus\u00ED obsahovat alespo\u0148 4 znaky a mus\u00ED obsahovat p\u00EDsmena a \u010D\u00EDsla. error.password.empty=Pros\u00EDm, vlo\u017Ete star\u00E9 heslo. error.password.noauth=Va\u0161e star\u00E9 heslo bylo zad\u00E1no chybn\u011B. error.password.nomatch=Nov\u00E1 hesla jsou r\u016Fzn\u00E1. @@ -149,3 +149,4 @@ title.profile=U\u017Eivatelsk\u00FD profil ul.header=Va\u0161e foto/obr\u00E1zek (.jpg .jpeg .png .gif) ul.upload=Potvrdit user.deleted=Tento u\u017Eivatel byl z OLATu smaz\u00E1n +form.checkUsername=U\u017Eivatelsk\u00E9 jm\u00E9no mus\u00ED obsahovat alespo\u0148 4 znaky od a do z (bez diakritiky) nebo \u010D\u00EDsla od 0 do 9. D\u00E1le m\u016F\u017Eete pou\u017E\u00EDvat . _ a -. diff --git a/src/main/java/org/olat/user/_i18n/LocalStrings_da.properties b/src/main/java/org/olat/user/_i18n/LocalStrings_da.properties index fc02b52b031e0f948c8294ad8445eb03e3e95c68..9549c04d1ff75ef24e9d914cd37c9aa38340afda 100644 --- a/src/main/java/org/olat/user/_i18n/LocalStrings_da.properties +++ b/src/main/java/org/olat/user/_i18n/LocalStrings_da.properties @@ -35,7 +35,7 @@ command.closehp=Luk forh\u00E5ndsvisning command.delete=Slet command.preview=Forh\u00E5ndsvisning error.no.props.found=Der er ingen indstillinger for denne bruger -error.password.characters=Kodeord skal indeholde mindst 4 tegn og inkludere b\u00E5de tal og bogstaver. +form.checkPassword=Kodeord skal indeholde mindst 4 tegn og inkludere b\u00E5de tal og bogstaver. error.password.empty=Indtast venligst dit nuv\u00E6rende kodeord error.password.noauth=Dit nuv\u00E6rende kodeord er ikke korrekt. error.password.nomatch=De to nye kodeord er ikke ens @@ -99,3 +99,4 @@ title.profile=Brugerprofil ul.header=Dit billede (.jpg .jpeg .png .gif) ul.upload=Afsend user.deleted=Denne bruger er blevet slettet fra OLAT +form.checkUsername=Brugernavnet skal v\u00E6re mindst 4 tegn og m\u00E5 kun indeholder bogstaver fra a-z og tal. Dog m\u00E5 du bruge punktum, understregning og bindestreg (._-). diff --git a/src/main/java/org/olat/user/_i18n/LocalStrings_de.properties b/src/main/java/org/olat/user/_i18n/LocalStrings_de.properties index 3c07af3d196ee0ca0fb1130184ae38d09896ff75..190c78ad10107222bf96bafe6b0e876a2298b9e6 100644 --- a/src/main/java/org/olat/user/_i18n/LocalStrings_de.properties +++ b/src/main/java/org/olat/user/_i18n/LocalStrings_de.properties @@ -92,7 +92,7 @@ command.closehp=Vorschau schliessen command.delete=L\u00F6schen command.preview=Vorschau anzeigen error.no.props.found=Es wurden keine Properties f\u00FCr diesen Benutzer gefunden -error.password.characters=Das Passwort muss mindestens 4 Zeichen haben. Verwenden Sie dabei sowohl Ziffern als auch Buchstaben. +form.checkPassword=Das Passwort muss mindestens 4 Zeichen haben. Verwenden Sie dabei sowohl Ziffern als auch Buchstaben. error.password.empty=Geben Sie Ihr bisheriges Passwort an error.password.noauth=Ihr bisheriges Passwort ist nicht korrekt error.password.nomatch=Die beiden neuen Passw\u00F6rter stimmen nicht \u00FCberein. @@ -239,4 +239,5 @@ reset.elements=Einstellungen reset.elements.guiprefs=Personalisierung von Bildschirmkomponenten (Menü, Toolboxen, Tabellen, Portal, Kalender etc.) reset.elements.sysprefs=Systemeinstellungen (Schriftgrösse, Benachrichtigungen, E-Mail Versand, Zeichensatz etc.) reset.elements.resume=Sitzung wiederherstellen -reset.submit=Zurücksetzen \ No newline at end of file +reset.submit=Zurücksetzen +form.checkUsername=Der Benutzername muss mindestens 4 Zeichen lang sein und darf nur Buchstaben von a bis z (keine Umlaute, keine Grossbuchstaben) und Ziffern von 0 bis 9 enthalten. Zus\u00E4tzlich sind die Sonderzeichen . _ und - erlaubt. diff --git a/src/main/java/org/olat/user/_i18n/LocalStrings_el.properties b/src/main/java/org/olat/user/_i18n/LocalStrings_el.properties index 07452a11960e57f3f765a3cd0bda81f753678357..80116b122d55a26e8d3f6156bfdd5fc3be90ed51 100644 --- a/src/main/java/org/olat/user/_i18n/LocalStrings_el.properties +++ b/src/main/java/org/olat/user/_i18n/LocalStrings_el.properties @@ -98,7 +98,7 @@ email.sent=\u03A4\u03BF e-mail \u03B5\u03C3\u03C4\u03AC\u03BB\u03BB\u03B5\u03B9 error.change.email=\u0391\u03C5\u03C4\u03CC\u03C2 \u03BF \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03BC\u03BF\u03C2 \u03B5\u03BD\u03B5\u03C1\u03B3\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7\u03C2 \u03AD\u03C7\u03B5\u03B9 \u03AE\u03B4\u03B7 \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03B7\u03B8\u03B5\u03AF \u03BA\u03B1\u03B9 \u03C3\u03C5\u03BD\u03B5\u03C0\u03CE\u03C2 \u03B4\u03B5\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF\u03C2. error.change.email.time=\u0391\u03C5\u03C4\u03CC\u03C2 \u03BF \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03BC\u03BF\u03C2 \u03B5\u03BD\u03B5\u03C1\u03B3\u03BF\u03C0\u03BF\u03AF\u03B7\u03C3\u03B7\u03C2 \u03BC\u03C0\u03BF\u03C1\u03B5\u03AF \u03BC\u03CC\u03BD\u03BF \u03BD\u03B1 \u03C7\u03C1\u03B7\u03C3\u03B9\u03BC\u03BF\u03C0\u03BF\u03B9\u03B7\u03B8\u03B5\u03AF \u03B3\u03B9\u03B1 {0} \u03CE\u03C1\u03B5\u03C2 \u03BA\u03B1\u03B9 \u03C3\u03C5\u03BD\u03B5\u03C0\u03CE\u03C2 \u03B4\u03B5\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03AD\u03B3\u03BA\u03C5\u03C1\u03BF\u03C2. error.no.props.found=\u0394\u03B5\u03BD \u03C5\u03C0\u03AC\u03C1\u03C7\u03BF\u03C5\u03BD \u03B9\u03B4\u03B9\u03CC\u03C4\u03B7\u03C4\u03B5\u03C2 \u03B3\u03B9\u03B1 \u03C4\u03BF\u03BD \u03C3\u03C5\u03B3\u03BA\u03B5\u03BA\u03C1\u03B9\u03BC\u03AD\u03BD\u03BF \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7 -error.password.characters=\u039F \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC\u03C2 \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C0\u03B5\u03C1\u03B9\u03AD\u03C7\u03B5\u03B9 \u03C4\u03BF\u03C5\u03BB\u03AC\u03C7\u03B9\u03C3\u03C4\u03BF\u03BD 4 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03AE\u03C1\u03B5\u03C2 \u03BC\u03B5 \u03BB\u03B1\u03C4\u03B9\u03BD\u03B9\u03BA\u03AC \u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03B1 \u03AE \u03C8\u03B7\u03C6\u03AF\u03B1. +form.checkPassword=\u039F \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC\u03C2 \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2 \u03C0\u03C1\u03AD\u03C0\u03B5\u03B9 \u03BD\u03B1 \u03C0\u03B5\u03C1\u03B9\u03AD\u03C7\u03B5\u03B9 \u03C4\u03BF\u03C5\u03BB\u03AC\u03C7\u03B9\u03C3\u03C4\u03BF\u03BD 4 \u03C7\u03B1\u03C1\u03B1\u03BA\u03C4\u03AE\u03C1\u03B5\u03C2 \u03BC\u03B5 \u03BB\u03B1\u03C4\u03B9\u03BD\u03B9\u03BA\u03AC \u03B3\u03C1\u03AC\u03BC\u03BC\u03B1\u03C4\u03B1 \u03AE \u03C8\u03B7\u03C6\u03AF\u03B1. error.password.empty=\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03BF\u03CD\u03BC\u03B5 \u03B5\u03B9\u03C3\u03AC\u03B3\u03B5\u03C4\u03B5 \u03C4\u03BF\u03BD \u03C0\u03B1\u03BB\u03B1\u03B9\u03CC \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2. error.password.noauth=\u039F \u03C0\u03B1\u03BB\u03B1\u03B9\u03CC\u03C2 \u03BA\u03C9\u03B4\u03B9\u03BA\u03CC\u03C2 \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2 \u03B4\u03B5\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C3\u03C9\u03C3\u03C4\u03CC\u03C2. error.password.nomatch=\u039F\u03B9 \u03B4\u03CD\u03BF \u03BD\u03AD\u03BF\u03B9 \u03BA\u03C9\u03B4\u03B9\u03BA\u03BF\u03AF \u03C0\u03C1\u03CC\u03C3\u03B2\u03B1\u03C3\u03B7\u03C2 \u03B4\u03B5\u03BD \u03C4\u03B1\u03B9\u03C1\u03B9\u03AC\u03B6\u03BF\u03C5\u03BD. @@ -203,3 +203,4 @@ ul.upload=\u03A5\u03C0\u03BF\u03B2\u03BF\u03BB\u03AE user.deleted=\u039F \u03A7\u03C1\u03AE\u03C3\u03C4\u03B7\u03C2 \u03AD\u03C7\u03B5\u03B9 \u03B4\u03B9\u03B1\u03B3\u03C1\u03B1\u03C6\u03B5\u03AF \u03C3\u03C4\u03BF OLAT user.preferences.successful=\u039F\u03B9 \u03C1\u03C5\u03B8\u03BC\u03AF\u03C3\u03B5\u03B9\u03C2 \u03C3\u03C5\u03C3\u03C4\u03AE\u03BC\u03B1\u03C4\u03BF\u03C2 \u03C4\u03BF\u03C5 \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7 ({0}) \u03B1\u03C0\u03BF\u03B8\u03B7\u03BA\u03B5\u03CD\u03C4\u03B7\u03BA\u03B1\u03BD. \u038C\u03BB\u03B5\u03C2 \u03BF\u03B9 \u03B1\u03BB\u03BB\u03B1\u03B3\u03AD\u03C2 \u03C3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AC \u03BC\u03B5 \u03C4\u03B9\u03C2 \u03C1\u03C5\u03B8\u03BC\u03AF\u03C3\u03B5\u03B9\u03C2 \u03B3\u03BB\u03CE\u03C3\u03C3\u03B1\u03C2 \u03BA\u03B1\u03B9 \u03C4\u03B7\u03BD \u03BA\u03B1\u03C4\u03AC\u03C3\u03C4\u03B1\u03C3\u03B7 AJAX \u03B8\u03B1 \u03B5\u03AF\u03BD\u03B1\u03B9 \u03B5\u03BD\u03B5\u03C1\u03B3\u03AD\u03C2 \u03C3\u03C4\u03B7\u03BD \u03B5\u03C0\u03CC\u03BC\u03B5\u03BD\u03B7 \u03C3\u03CD\u03BD\u03B4\u03B5\u03C3\u03AE \u03C3\u03B1\u03C2. user.preferences.unsuccessful=\u0397 \u03C1\u03C5\u03B8\u03BC\u03AF\u03C3\u03B5\u03B9\u03C2 \u03C3\u03C5\u03C3\u03C4\u03AE\u03BC\u03B1\u03C4\u03BF\u03C2 \u03C4\u03BF\u03C5 \u03C7\u03C1\u03AE\u03C3\u03C4\u03B7 ({0}) \u03B4\u03B5\u03BD \u03B1\u03C0\u03BF\u03B8\u03B7\u03BA\u03B5\u03CD\u03C4\u03B7\u03BA\u03B1\u03BD. \u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03C0\u03C1\u03BF\u03C3\u03C0\u03B1\u03B8\u03AE\u03C3\u03C4\u03B5 \u03BE\u03B1\u03BD\u03AC. +form.checkUsername=\u03a4\u03bf \u03cc\u03bd\u03bf\u03bc\u03b1 \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd \u03c0\u03b5\u03c1\u03b9\u03ad\u03c7\u03b5\u03b9 \u03c4\u03bf\u03c5\u03bb\u03ac\u03c7\u03b9\u03c3\u03c4\u03bf\u03bd 4 \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03ae\u03c1\u03b5\u03c2 \u03ba\u03b1\u03b9 \u03bc\u03cc\u03bd\u03bf \u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4 \u03b1\u03c0\u03cc \u03c4\u03bf a \u03ad\u03c9\u03c2 \u03c4\u03bf z (\u03c7\u03c9\u03c1\u03af\u03c2 \u03c3\u03b7\u03bc\u03b5\u03af\u03b1 \u03c3\u03c4\u03af\u03be\u03b7\u03c2) \u03ba\u03b1\u03b8\u03ce\u03c2 \u03ba\u03b1\u03b9 \u03c8\u03b7\u03c6\u03af\u03b1 \u03b1\u03c0\u03cc \u03c4\u03bf 0 \u03ad\u03c9\u03c2 \u03c4\u03bf 9. \u0395\u03c0\u03b9\u03c0\u03bb\u03ad\u03bf\u03bd \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf\u03c5\u03c2 \u03c7\u03b1\u03c1\u03b1\u03ba\u03c4\u03ae\u03c1\u03b5\u03c2 . _ \u03ba\u03b1\u03b9 -. diff --git a/src/main/java/org/olat/user/_i18n/LocalStrings_en.properties b/src/main/java/org/olat/user/_i18n/LocalStrings_en.properties index 481480f0335036dbad1553c5fd9fdb2d64ef55b9..a8973373ad19a4297298d9f080a8b1f6db1e0bb9 100644 --- a/src/main/java/org/olat/user/_i18n/LocalStrings_en.properties +++ b/src/main/java/org/olat/user/_i18n/LocalStrings_en.properties @@ -108,7 +108,7 @@ email.sent=E-mail sent successfully. error.change.email=This activating link has already been used and is therefore invalid. error.change.email.time=This activating link can only be used for {0} hrs and is therefore invalid. error.no.props.found=No properties found for this user -error.password.characters=Your password must contain at least 4 characters and include digits and letters. +form.checkPassword=Your password must contain at least 4 characters and include digits and letters. error.password.empty=Please indicate your previous password error.password.noauth=Your previous password is inaccurate error.password.nomatch=The two new passwords do not match. @@ -233,3 +233,4 @@ reset.elements.guiprefs=Personalized interface components (menu, tool boxes, tab reset.elements.sysprefs=System configuration (font size, notifications, e-mail, character set etc.) reset.elements.resume=Session resume reset.submit=Reset +form.checkUsername=User names have to contain at least 4 characters and only letters from a to z (no umlaut or capital letters) as well as digits from 0 to 9. Additionally you may use . _ and -. diff --git a/src/main/java/org/olat/user/_i18n/LocalStrings_es.properties b/src/main/java/org/olat/user/_i18n/LocalStrings_es.properties index d9305339f2c90bb0ad860d595ad76788172b12e7..70ba447774e646c575f1a81d2162986837fcef00 100644 --- a/src/main/java/org/olat/user/_i18n/LocalStrings_es.properties +++ b/src/main/java/org/olat/user/_i18n/LocalStrings_es.properties @@ -92,7 +92,7 @@ email.sent=Email enviado satisfactoriamente. error.change.email=Este enlace de activaci\u00F3n ya se ha utilizado y por tanto es inv\u00E1lido. error.change.email.time=Este enlace de activaci\u00F3n s\u00F3lo puede utilizarse por {0} horas y por tanto es inv\u00E1lido. error.no.props.found=Este usuario no tiene pertenencias -error.password.characters=La contrase\u00F1a debe contener al menos 4 caracteres e incluir d\u00EDgitos y letras. +form.checkPassword=La contrase\u00F1a debe contener al menos 4 caracteres e incluir d\u00EDgitos y letras. error.password.empty=Por favor introduce tu anterior contrase\u00F1a error.password.noauth=Tu anterior contrase\u00F1a no es correcta. error.password.nomatch=Las dos contrase\u00F1as nuevas no coinciden. @@ -166,3 +166,4 @@ ul.header=Tu foto (.jpg .jpeg .png .gif) ul.select=Seleccione el archivo ul.upload=Enviar user.deleted=Este usuario ha sido borrado en OLAT +form.checkUsername=El nombre de usuario debe contener al menos 4 caracteres y s\u00F3lo letras de la 'a' a la 'z' (sin di\u00E9resis ni acentos) asi como n\u00FAmeros de 0 a 9. Adiccionalmente puedes utilizar . _ y -. diff --git a/src/main/java/org/olat/user/_i18n/LocalStrings_fa.properties b/src/main/java/org/olat/user/_i18n/LocalStrings_fa.properties index a5d571f0531c21c54e5f876440e6ad20ce7e5d18..e5b8dacb7e00230d577849424bf89c7e8434d25d 100644 --- a/src/main/java/org/olat/user/_i18n/LocalStrings_fa.properties +++ b/src/main/java/org/olat/user/_i18n/LocalStrings_fa.properties @@ -33,7 +33,7 @@ command.closehp=\u0628\u0633\u062A\u0646 \u067E\u06CC\u0634 \u0646\u0645\u0627\u command.delete=\u062D\u0630\u0641 command.preview=\u067E\u06CC\u0634 \u0646\u0645\u0627\u06CC\u0634 error.no.props.found=\u0645\u0634\u062E\u0635\u0627\u062A\u06CC \u0628\u0631\u0627\u06CC \u0627\u06CC\u0646 \u06A9\u0627\u0631\u0628\u0631 \u0648\u062C\u0648\u062F \u0646\u062F\u0627\u0631\u062F -error.password.characters=\u06A9\u0644\u0645\u0647 \u0639\u0628\u0648\u0631 \u0628\u0627\u06CC\u062F \u062D\u062F\u0627\u0642\u0644 \u0634\u0627\u0645\u0644 4 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0645\u062A\u0634\u06A9\u0644 \u0627\u0632 \u062D\u0631\u0648\u0641 \u0648 \u0627\u0639\u062F\u0627\u062F \u0628\u0627\u0634\u062F +form.checkPassword=\u06A9\u0644\u0645\u0647 \u0639\u0628\u0648\u0631 \u0628\u0627\u06CC\u062F \u062D\u062F\u0627\u0642\u0644 \u0634\u0627\u0645\u0644 4 \u06A9\u0627\u0631\u0627\u06A9\u062A\u0631\u0645\u062A\u0634\u06A9\u0644 \u0627\u0632 \u062D\u0631\u0648\u0641 \u0648 \u0627\u0639\u062F\u0627\u062F \u0628\u0627\u0634\u062F error.password.empty=\u0644\u0637\u0641\u0627 \u06A9\u0644\u0645\u0647 \u0639\u0628\u0648\u0631 \u0642\u062F\u06CC\u0645\u06CC \u0631\u0627 \u0648\u0627\u0631\u062F \u06A9\u0646\u06CC\u062F error.password.noauth=\u06A9\u0644\u0645\u0647 \u0639\u0628\u0648\u0631 \u0642\u062F\u06CC\u0645\u06CC \u0634\u0645\u0627 \u0645\u0639\u062A\u0628\u0631 \u0646\u06CC\u0633\u062A error.password.nomatch=\u062F\u0648 \u06A9\u0644\u0645\u0647 \u0639\u0628\u0648\u0631 \u062C\u062F\u06CC\u062F \u0645\u0637\u0627\u0628\u0642\u062A \u0646\u062F\u0627\u0631\u062F diff --git a/src/main/java/org/olat/user/_i18n/LocalStrings_fr.properties b/src/main/java/org/olat/user/_i18n/LocalStrings_fr.properties index dc5e98e2e9250f3af2686132917d47c6837a6180..11e0d5bc53617dde2030bfa99e45d5fbb5f45781 100644 --- a/src/main/java/org/olat/user/_i18n/LocalStrings_fr.properties +++ b/src/main/java/org/olat/user/_i18n/LocalStrings_fr.properties @@ -107,7 +107,7 @@ email.sent=L'e-mail a \u00E9t\u00E9 envoy\u00E9 avec succ\u00E8s. error.change.email=Ce lien d'activation a d\u00E9j\u00E0 \u00E9t\u00E9 utilis\u00E9 et n'est donc plus valide. error.change.email.time=Ce lien d'activation a une dur\u00E9e de validit\u00E9 de {0} heures et n'est donc plus valide. error.no.props.found=Aucune propri\u00E9t\u00E9 n'a \u00E9t\u00E9 trouv\u00E9e pour cet utilisateur -error.password.characters=Le mot de passe doit contenir au moins quatre caract\u00E8res. Utilisez des lettres ET des chiffres. +form.checkPassword=Le mot de passe doit contenir au moins quatre caract\u00E8res. Utilisez des lettres ET des chiffres. error.password.empty=Indiquez votre ancien mot de passe error.password.noauth=Votre ancien mot de passe n'est pas correct error.password.nomatch=Les deux nouveaux mots de passe ne sont pas identiques. @@ -232,3 +232,4 @@ ul.upload=T\u00E9l\u00E9charger user.deleted=Cet utilisateur a \u00E9t\u00E9 supprim\u00E9 dans OLAT user.preferences.successful=Les configurations du syst\u00E8me de l'utilisateur ({0}) ont \u00E9t\u00E9 enregistr\u00E9es. Les modifications concernant les configurations linguistiques et la modalit\u00E9 AJAX seront activ\u00E9es apr\u00E8s le prochain login. user.preferences.unsuccessful=Les configurations du syst\u00E8me de l'utilisateur ({0}) n'ont pas \u00E9t\u00E9 enregistr\u00E9es. R\u00E9essayez, svp. +form.checkUsername=Le nom d'utilisateur doit \u00EAtre compos\u00E9 d'au moins 4 caract\u00E8res et ne doit contenir que des lettres de A \u00E0 Z (sans accents) et des chiffres de 0 \u00E0 9. En plus les caract\u00E8res sp\u00E9ciaux . _ et - sont permis. diff --git a/src/main/java/org/olat/user/_i18n/LocalStrings_it.properties b/src/main/java/org/olat/user/_i18n/LocalStrings_it.properties index df458d9bfd800546ddd4fc7949e1615bd8a620b8..000daa8202778c1f2ed2919bcd564ed427d85d27 100644 --- a/src/main/java/org/olat/user/_i18n/LocalStrings_it.properties +++ b/src/main/java/org/olat/user/_i18n/LocalStrings_it.properties @@ -103,7 +103,7 @@ email.sent=Il messaggio \u00E8 stato inviato. error.change.email=Questo link di attivazione \u00E8 gi\u00E0 stato utilizzato e dunque non pi\u00F9 valido. error.change.email.time=Questo link di attivazione ha una validit\u00E0 di {0} ore, dunque non \u00E8 pi\u00F9 valido. error.no.props.found=Non sono stati trovati dati d'utente per questo utente. -error.password.characters=La password deve contenere almeno 4 segni. Utilizzi sia cifre che lettere. +form.checkPassword=La password deve contenere almeno 4 segni. Utilizzi sia cifre che lettere. error.password.empty=Immetta la Sua password attuale. error.password.noauth=La Sua password attuale non \u00E8 corretta. error.password.nomatch=Le due nuove password non coincidono. @@ -211,3 +211,4 @@ ul.upload=Caricare user.deleted=Questo utente \u00E8 stato soppresso in OLAT user.preferences.successful=Le configurazioni del sistema dell'utente ({0}) sono state salvate. Le modifiche concernenti le configurazioni linguistiche e la modalit\u00E0 AJAX saranno attivate dopo il prossimo login. user.preferences.unsuccessful=Le configurazioni del sistema dell'utente ({0}) non sono state salvate. Riprovi, p.f. +form.checkUsername=Il nome d'utente deve contenere almeno 4 segni e consistere solo di lettere dalla a alla z (senza '\u00E4', '\u00F6' ecc.) e cifre da 0 a 9. In aggiunta sono permessi i segni speciali . _ e -. diff --git a/src/main/java/org/olat/user/_i18n/LocalStrings_jp.properties b/src/main/java/org/olat/user/_i18n/LocalStrings_jp.properties index dd94d01912062f2f5908e2d2e56edc83032cf101..91526ac1b8ccdc31ca29cecab2b844a85034f51d 100644 --- a/src/main/java/org/olat/user/_i18n/LocalStrings_jp.properties +++ b/src/main/java/org/olat/user/_i18n/LocalStrings_jp.properties @@ -50,7 +50,7 @@ email.sent=E\u30E1\u30FC\u30EB\u304C\u6B63\u5E38\u306B\u9001\u4FE1\u3055\u308C\u error.change.email=\u3053\u306E\u6709\u52B9\u5316\u30EA\u30F3\u30AF\u306F\u3001\u3059\u3067\u306B\u4F7F\u7528\u3055\u308C\u3066\u3044\u308B\u305F\u3081\u3001\u73FE\u5728\u7121\u52B9\u3068\u306A\u3063\u3066\u3044\u307E\u3059\u3002 error.change.email.time=\u3053\u306E\u6709\u52B9\u5316\u30EA\u30F3\u30AF\u306F\u3001 {0} \u6642\u9593\u306E\u307F\u4F7F\u7528\u3067\u304D\u308B\u305F\u3081\u3001\u73FE\u5728\u7121\u52B9\u3068\u306A\u3063\u3066\u3044\u307E\u3059\u3002 error.no.props.found=\u3053\u306E\u30E6\u30FC\u30B6\u306B\u95A2\u3059\u308B\u30D7\u30ED\u30D1\u30C6\u30A3\u306F\u3001\u898B\u3064\u304B\u308A\u307E\u305B\u3093\u3067\u3057\u305F\u3002 -error.password.characters=\u3042\u306A\u305F\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u306F\u3001\u6570\u5B57\u304A\u3088\u3073\u6587\u5B57\u3092\u542B\u3080\u3001\u5C11\u306A\u304F\u3068\u30824\u6587\u5B57\u306B\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002 +form.checkPassword=\u3042\u306A\u305F\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u306F\u3001\u6570\u5B57\u304A\u3088\u3073\u6587\u5B57\u3092\u542B\u3080\u3001\u5C11\u306A\u304F\u3068\u30824\u6587\u5B57\u306B\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002 error.password.empty=\u3042\u306A\u305F\u306E\u524D\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\u3002 error.password.noauth=\u3042\u306A\u305F\u306E\u524D\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u304C\u6B63\u3057\u304F\u3042\u308A\u307E\u305B\u3093\u3002 error.password.nomatch=2\u3064\u306E\u65B0\u3057\u3044\u30D1\u30B9\u30EF\u30FC\u30C9\u304C\u5408\u81F4\u3057\u307E\u305B\u3093\u3002 @@ -122,3 +122,4 @@ ul.header=\u516C\u958B\u30A4\u30E1\u30FC\u30B8 (\u6700\u5927\:500kB / \u30D5\u30 ul.select=\u30D5\u30A1\u30A4\u30EB\u3092\u9078\u629E\u3059\u308B ul.upload=\u9001\u4FE1 user.deleted=\u3053\u306E\u30E6\u30FC\u30B6\u306F\u3001OLAT\u5185\u3067\u524A\u9664\u3055\u308C\u3066\u3044\u307E\u3059\u3002 +form.checkUsername=\u30e6\u30fc\u30b6\u540d\u306b\u306f\u5c11\u306a\u304f\u3068\u3082\u534a\u89d24\u6587\u5b57\u3092\u542b\u307f\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002\u6570\u5b570\u304b\u30899\u304a\u3088\u3073A\u304b\u3089Z (\u30a6\u30e0\u30e9\u30a6\u30c8\u306a\u3057) \u306e\u6587\u5b57\u306e\u307f\u4f7f\u7528\u3067\u304d\u307e\u3059\u3002\u307e\u305f\u3001\u3042\u306a\u305f\u306f\u300c.\u300d\u300c_\u300d\u300c-\u300d\u3092\u4f7f\u7528\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002 diff --git a/src/main/java/org/olat/user/_i18n/LocalStrings_lt.properties b/src/main/java/org/olat/user/_i18n/LocalStrings_lt.properties index 2bf8b6c1db86dc8599e6adcc8e58a696d4499461..cb72d0285231f7adcc021c25756124db1f8ef885 100644 --- a/src/main/java/org/olat/user/_i18n/LocalStrings_lt.properties +++ b/src/main/java/org/olat/user/_i18n/LocalStrings_lt.properties @@ -75,7 +75,7 @@ command.closehp=U\u017Edaryti per\u017Ei\u016Br\u0105 command.delete=I\u0161trinti command.preview=Per\u017Ei\u016Bra error.no.props.found=N\u0117ra savybi\u0173 \u0161iam vartotojui. -error.password.characters=Slapta\u017Eod\u012F turi sudaryti ma\u017Eiausiai 4 simboliai \u012Ftraukiant skai\u010Dius ir raides. +form.checkPassword=Slapta\u017Eod\u012F turi sudaryti ma\u017Eiausiai 4 simboliai \u012Ftraukiant skai\u010Dius ir raides. error.password.empty=Pra\u0161ome \u012Fvesti savo sen\u0105 slapta\u017Eod\u012F. error.password.noauth=J\u016Bs\u0173 senas slapta\u017Eodis n\u0117ra teisingas. error.password.nomatch=Du nauji slapta\u017Eod\u017Eiai neatitinka. @@ -136,3 +136,4 @@ title.prefs.ajax=WEB 2.0 / AJAX title.profile=Vartotojo profilis ul.header=J\u016Bs\u0173 paveiksliukas (.jpg .jpeg .png .gif) ul.upload=Pateikti +form.checkUsername=Vartotojo vard\u0105 turi sudaryti ma\u017Eiausiai 4 simboliai, raid\u0117s\: a-z (be umliaut\u0173), skai\u010Diai\: 0-9. J\u016Bs galite naudoti . _ ir -. diff --git a/src/main/java/org/olat/user/_i18n/LocalStrings_nl_NL.properties b/src/main/java/org/olat/user/_i18n/LocalStrings_nl_NL.properties index cf2ace3a3c9dfd5477b1146294aabcce6d1aa433..5381b4e462b4afe6eb38a23956fc37a74c07d1dc 100644 --- a/src/main/java/org/olat/user/_i18n/LocalStrings_nl_NL.properties +++ b/src/main/java/org/olat/user/_i18n/LocalStrings_nl_NL.properties @@ -103,7 +103,7 @@ email.sent=E-mail werd succesvol verzonden. error.change.email=Deze geactiveerde link werd al gebruikt en is daarom ongeldig. error.change.email.time=Deze geactiveerde link kan slechts voor {0} uur gebruikt worden en is daarom ongeldig. error.no.props.found=Geen gegevens gevonden van deze gebruiker -error.password.characters=Uw wachtwoord moet minstens 4 tekens bevatten en moet bestaan uit cijfers en letters. +form.checkPassword=Uw wachtwoord moet minstens 4 tekens bevatten en moet bestaan uit cijfers en letters. error.password.empty=Voer uw vorige wachtwoord in error.password.noauth=Uw vorige wachtwoord is niet correct error.password.nomatch=De twee nieuwe wachtwoorden komen niet overeen. @@ -211,3 +211,4 @@ ul.upload=Verzenden user.deleted=Deze gebruiker is uit OLAT verwijderd user.preferences.successful=De systeeminstellingen van gebruiker ({0}) werden opgeslagen. Alle veranderingen betreffende taalinstellingen en AJAX mode zullen geactiveerd worden tijdens de volgende log-in. user.preferences.unsuccessful=De systeeminstellingen van gebruiker ({0}) konden niet opgeslagen worden. Gelieve het later opnieuw te proberen. +form.checkUsername=De gebruikersnaam moet op zijn minst 4 tekens bevatten en moet zowel bestaan uit letters van A tot Z (zonder umlautsteken) als uit cijfers van 0 tot 9. Ook mag u ._ en -. gebruiken. diff --git a/src/main/java/org/olat/user/_i18n/LocalStrings_pl.properties b/src/main/java/org/olat/user/_i18n/LocalStrings_pl.properties index e366bf2aaaf1815ab633b9335b0c537786c1647c..bdcc38c7100048e539684c75cc7eae9afcd1b3cb 100644 --- a/src/main/java/org/olat/user/_i18n/LocalStrings_pl.properties +++ b/src/main/java/org/olat/user/_i18n/LocalStrings_pl.properties @@ -98,7 +98,7 @@ email.sent=Wys\u0142ano pomy\u015Blnie. error.change.email=Ten link aktywacyjny zosta\u0142 ju\u017C raz wykorzystany, wi\u0119c jest ju\u017C nieaktualny. error.change.email.time=Ten link aktywacyjny mo\u017Cna wykorzysta\u0107 tylko w ci\u0105gu {0} godz., wi\u0119c jest ju\u017C nieaktualny. error.no.props.found=Ten u\u017Cytkownik nie posiada w\u0142a\u015Bciwo\u015Bci -error.password.characters=Has\u0142o musi zawiera\u0107 co najmniej 4 znaki, w tym litery i cyfry. +form.checkPassword=Has\u0142o musi zawiera\u0107 co najmniej 4 znaki, w tym litery i cyfry. error.password.empty=Podaj stare has\u0142o error.password.noauth=Stare has\u0142o jest nieprawid\u0142owe error.password.nomatch=Nowe has\u0142a nie pasuj\u0105 @@ -221,3 +221,5 @@ ul.upload=Wy\u015Blij user.deleted=Ten u\u017Cytkownik zosta\u0142 usuni\u0119ty z OLAT user.preferences.successful=Ustawienia systemowe u\u017Cytkownika ({0}) zosta\u0142y zapisane. Wszystkie zmiany, dotycz\u0105ce ustawie\u0144 j\u0119zyka i trybu AJAX, zostan\u0105 uaktywnione przy nast\u0119pnym logowaniu. user.preferences.unsuccessful=Ustawienia systemowe u\u017Cytkownika ({0}) nie mog\u0142y zosta\u0107 zapisane. Spr\u00F3buj ponownie. +form.checkUsername=Nazwa u\u017Cytkownika musi zawiera\u0107 co najmniej 4 znaki- litery od a do z i cyfry od 0 do 9. Dodatkowo mo\u017Cesz u\u017Cy\u0107 . _ i - +form.checkUsername=Nazwa u\u017Cytkownika musi zawiera\u0107 co najmniej 4 znaki- litery od a do z i cyfry od 0 do 9. Dodatkowo mo\u017Cesz u\u017Cy\u0107 . _ i - diff --git a/src/main/java/org/olat/user/_i18n/LocalStrings_pt_BR.properties b/src/main/java/org/olat/user/_i18n/LocalStrings_pt_BR.properties index 150e6e76171c03b287501eb27798669bbac810d1..da59309bf42417e49cd46175892a219084224343 100644 --- a/src/main/java/org/olat/user/_i18n/LocalStrings_pt_BR.properties +++ b/src/main/java/org/olat/user/_i18n/LocalStrings_pt_BR.properties @@ -107,7 +107,7 @@ email.sent=E-mail enviado com sucesso. error.change.email=Esse link de ativa\u00E7\u00E3o ja foi utilizado e portanto foi invalidado. error.change.email.time=O link de ativa\u00E7\u00E3o pode ser utilizado por {0} hrs e portanto est\u00E1 inv\u00E1lido. error.no.props.found=N\u00E3o h\u00E1 propriedades para este usu\u00E1rio -error.password.characters=A senha deve conter pelo menos 4 caracteres e incluir d\u00EDgitos e letras +form.checkPassword=A senha deve conter pelo menos 4 caracteres e incluir d\u00EDgitos e letras error.password.empty=Favor digitar sua senha antiga error.password.noauth=Sua senha antiga est\u00E1 incorreta error.password.nomatch=As duas novas senhas n\u00E3o coincidem @@ -232,3 +232,4 @@ ul.upload=Salvar user.deleted=Este usu\u00E1rio foi removido do OLAT user.preferences.successful=As configura\u00E7\u00F5es de sistema do usu\u00E1rio ({0}) foram salvas. Todas as mudan\u00E7as em rela\u00E7\u00E3o as configura\u00E7\u00F5es de idioma e modo AJAX estar\u00E3o ativos no login da pr\u00F3xima vez. user.preferences.unsuccessful=A configura\u00E7\u00E3o de sistema do usu\u00E1rio ({0}) n\u00E3o p\u00F4de ser salva. Por favor, tente novamente. +form.checkUsername=O nome de usu\u00E1rio tem que ter pelo menos 4 caracteres e somente letras de a a z (min\u00FAsculas) bem como d\u00EDgitos de 0 a 9. Adicionalmente voc\u00EA pode usar . _ e -. diff --git a/src/main/java/org/olat/user/_i18n/LocalStrings_pt_PT.properties b/src/main/java/org/olat/user/_i18n/LocalStrings_pt_PT.properties index 5875f92be5d71d5fabd7c7b1131ba27b5ac9440e..7257eb5d813fb5e9e2528d4b576e26a99f70acd0 100644 --- a/src/main/java/org/olat/user/_i18n/LocalStrings_pt_PT.properties +++ b/src/main/java/org/olat/user/_i18n/LocalStrings_pt_PT.properties @@ -76,7 +76,7 @@ command.closehp=Fechar command.delete=Apagar command.preview=Visualizar error.no.props.found=N\u00E3o h\u00E1 propriedades para este usu\u00E1rio -error.password.characters=A senha deve conter pelo menos 4 caracteres e incluir d\u00EDgitos e letras +form.checkPassword=A senha deve conter pelo menos 4 caracteres e incluir d\u00EDgitos e letras error.password.empty=Favor digitar sua senha antiga error.password.noauth=Sua senha antiga est\u00E1 incorreta error.password.nomatch=As duas novas senhas n\u00E3o coincidem @@ -139,3 +139,4 @@ title.prefs.ajax=WEB 2.0 / AJAX title.profile=Perfil do Usu\u00E1rio ul.header=Sua imagem (.jpg .jpeg .png .gif) ul.upload=Salvar +form.checkUsername=O nome de usu\u00E1rio tem que ter pelo menos 4 caracteres e somente letras de a a z (min\u00FAsculas) bem como d\u00EDgitos de 0 a 9. Adicionalmente voc\u00EA pode usar . _ e -. diff --git a/src/main/java/org/olat/user/_i18n/LocalStrings_ru.properties b/src/main/java/org/olat/user/_i18n/LocalStrings_ru.properties index 563cc2f98de3bc92b9014c1f12aa4d0eefef4437..3617095d53fb240525e6baaf1309faa1aa64d8c7 100644 --- a/src/main/java/org/olat/user/_i18n/LocalStrings_ru.properties +++ b/src/main/java/org/olat/user/_i18n/LocalStrings_ru.properties @@ -49,7 +49,7 @@ email.sent=\u0421\u043E\u043E\u0431\u0449\u0435\u043D\u0438\u0435 \u0443\u0441\u error.change.email=\u0414\u0430\u043D\u043D\u0430\u044F \u0441\u0441\u044B\u043B\u043A\u0430 \u0434\u043B\u044F \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F \u0443\u0436\u0435 \u0431\u044B\u043B\u0430 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u043D\u0430 \u0438 \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u044F\u0432\u043B\u044F\u0435\u0442\u0441\u044F \u043D\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0439. error.change.email.time=\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u0435\u043B\u044C\u043D\u043E\u0441\u0442\u044C \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0441\u0441\u044B\u043B\u043A\u0438 \u0434\u043B\u044F \u0430\u043A\u0442\u0438\u0432\u0438\u0440\u043E\u0432\u0430\u043D\u0438\u044F \u0440\u0430\u0432\u043D\u0430 {0} \u0447\u0430\u0441\u0430\u043C \u0438 \u043F\u043E\u044D\u0442\u043E\u043C\u0443 \u043E\u043D\u0430 \u0431\u043E\u043B\u044C\u0448\u0435 \u043D\u0435\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u0442\u0435\u043B\u044C\u043D\u0430. error.no.props.found=\u0414\u0430\u043D\u043D\u044B\u0445 \u043F\u043E \u044D\u0442\u043E\u043C\u0443 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044E \u043D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u043E -error.password.characters=\u041F\u0430\u0440\u043E\u043B\u044C \u0434\u043E\u043B\u0436\u0435\u043D \u0441\u043E\u0441\u0442\u043E\u044F\u0442\u044C \u043A\u0430\u043A \u043C\u0438\u043D\u0438\u043C\u0443\u043C \u0438\u0437 4-\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432. \u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043A\u0430\u043A \u0447\u0438\u0441\u043B\u0430, \u0442\u0430\u043A \u0438 \u0431\u0443\u043A\u0432\u044B. +form.checkPassword=\u041F\u0430\u0440\u043E\u043B\u044C \u0434\u043E\u043B\u0436\u0435\u043D \u0441\u043E\u0441\u0442\u043E\u044F\u0442\u044C \u043A\u0430\u043A \u043C\u0438\u043D\u0438\u043C\u0443\u043C \u0438\u0437 4-\u0445 \u0441\u0438\u043C\u0432\u043E\u043B\u043E\u0432. \u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043F\u0440\u0438 \u044D\u0442\u043E\u043C \u043A\u0430\u043A \u0447\u0438\u0441\u043B\u0430, \u0442\u0430\u043A \u0438 \u0431\u0443\u043A\u0432\u044B. error.password.empty=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0412\u0430\u0448 \u0441\u0442\u0430\u0440\u044B\u0439 \u043F\u0430\u0440\u043E\u043B\u044C error.password.noauth=\u0412\u0430\u0448 \u0441\u0442\u0430\u0440\u044B\u0439 \u043F\u0430\u0440\u043E\u043B\u044C \u043D\u0435\u0432\u0435\u0440\u0435\u043D error.password.nomatch=\u041E\u0431\u0430 \u043D\u043E\u0432\u044B\u0445 \u043F\u0430\u0440\u043E\u043B\u044F \u043D\u0435 \u0441\u043E\u0432\u043F\u0430\u0434\u0430\u044E\u0442. @@ -134,3 +134,4 @@ ul.header=\u041E\u043F\u0443\u0431\u043B\u0438\u043A\u043E\u0432\u0430\u043D\u04 ul.select=\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0444\u0430\u0439\u043B ul.upload=\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044C user.deleted=\u0414\u0430\u043D\u043D\u044B\u0439 \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C \u0431\u044B\u043B \u0443\u0434\u0430\u043B\u0451\u043D \u0438\u0437 \u0441\u0438\u0441\u0442\u0435\u043C\u044B OLAT +form.checkUsername=\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0434\u043e\u043b\u0436\u043d\u043e \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442\u044c \u043a\u0430\u043a \u043c\u0438\u043d\u0438\u043c\u0443\u043c 4 \u0441\u0438\u043c\u0432\u043e\u043b\u0430 \u0438 \u0441\u043e\u0441\u0442\u043e\u044f\u0442\u044c \u0438\u0437 \u0431\u0443\u043a\u0432 \u043e\u0442 \u0430 \u0434\u043e \u044f (\u0431\u0435\u0437 \u0437\u0430\u0433\u043b\u0430\u0432\u043d\u044b\u0445 \u0431\u0443\u043a\u0432) \u0438 \u0446\u0438\u0444\u0440 \u043e\u0442 0 \u0434\u043e 9. \u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0442\u0430\u043a\u0438\u0445 \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0445 \u0441\u0438\u043c\u0432\u043e\u043b\u043e\u0432 \u043a\u0430\u043a . _ \u0438 - . diff --git a/src/main/java/org/olat/user/_i18n/LocalStrings_sq.properties b/src/main/java/org/olat/user/_i18n/LocalStrings_sq.properties index 5ea0cfafe2f7e16db09907a4a9901294659f2ccf..5aab455c9ae6a39904a993542ef9e01c6f4df5a9 100644 --- a/src/main/java/org/olat/user/_i18n/LocalStrings_sq.properties +++ b/src/main/java/org/olat/user/_i18n/LocalStrings_sq.properties @@ -34,7 +34,7 @@ command.closehp=Mbylle paraafishimin command.delete=Fshij command.preview=Paraafishim error.no.props.found=Nuk ka karakteristika p\u00EBr k\u00EBt\u00EB shfryt\u00EBzues -error.password.characters=Fjal\u00EBkalimi duhet t\u00EB p\u00EBrmbaj t\u00EB pakt\u00EBn 4 shkronja dhe t\u00EB p\u00EBrfshij numra dhe shkronja. +form.checkPassword=Fjal\u00EBkalimi duhet t\u00EB p\u00EBrmbaj t\u00EB pakt\u00EBn 4 shkronja dhe t\u00EB p\u00EBrfshij numra dhe shkronja. error.password.empty=Ju lutemi shtypni fjal\u00EBkalimin tuaj t\u00EB vjet\u00EBr. error.password.noauth=Fjal\u00EBkalimi juaj i vjet\u00EBr nuk \u00EBsht\u00EB i sakt\u00EB. error.password.nomatch=Dy fjal\u00EBkalimet e reja nuk p\u00EBrputhen. @@ -97,3 +97,4 @@ title.prefs.ajax=WEB 2.0 / AJAX title.profile=Profili i shfryt\u00EBzuesit ul.header=Imazhet tuaja (.jpg .jpeg .png .gif) ul.upload=Paraqit +form.checkUsername=Emri i shfryt\u00EBzuesit duhet t\u00EB p\u00EBrmbaj\u00EB s\u00EB paku 4 karaktere dhe shkronja vet\u00EBm prej a deri n\u00EB zh (pa dyshim zanoreje) si dhe numrat prej 0 deri n\u00EB 9. Poashtu ju mund t\u00EB shfryt\u00EBzoni . _ dhe -. diff --git a/src/main/java/org/olat/user/_i18n/LocalStrings_zh_CN.properties b/src/main/java/org/olat/user/_i18n/LocalStrings_zh_CN.properties index 88902848c423f4eaa69b10e5241951e22d8e0250..869295623d7d172f0237754129199437e95feb27 100644 --- a/src/main/java/org/olat/user/_i18n/LocalStrings_zh_CN.properties +++ b/src/main/java/org/olat/user/_i18n/LocalStrings_zh_CN.properties @@ -94,7 +94,7 @@ email.sent=\u6210\u529F\u53D1\u51FA\u90AE\u4EF6\u3002 error.change.email=\u6B64\u6FC0\u6D3B\u94FE\u63A5\u5DF2\u7ECF\u4F7F\u7528\u8FC7\uFF0C\u73B0\u5728\u5DF2\u5931\u6548\u3002 error.change.email.time=\u8FD9\u4E2A\u6FC0\u6D3B\u94FE\u63A5\u4EC5\u5728{0}\u5C0F\u65F6\u5185\u53EF\u4EE5\u4F7F\u7528\uFF0C\u73B0\u5728\u5DF2\u5931\u6548\u3002 error.no.props.found=\u6CA1\u6709\u8BE5\u7528\u6237\u7684\u5C5E\u6027 -error.password.characters=\u5BC6\u7801\u5FC5\u987B\u5305\u542B\u81F3\u5C114\u4E2A\u5B57\u7B26\uFF0C\u4E14\u5FC5\u987B\u5305\u542B\u5B57\u7B26\u548C\u6570\u5B57\u3002 +form.checkPassword=\u5BC6\u7801\u5FC5\u987B\u5305\u542B\u81F3\u5C114\u4E2A\u5B57\u7B26\uFF0C\u4E14\u5FC5\u987B\u5305\u542B\u5B57\u7B26\u548C\u6570\u5B57\u3002 error.password.empty=\u8BF7\u8F93\u5165\u4F60\u7684\u65E7\u5BC6\u7801 error.password.noauth=\u4F60\u7684\u65E7\u5BC6\u7801\u4E0D\u6B63\u786E error.password.nomatch=\u8FD9\u4E24\u4E2A\u65B0\u5BC6\u7801\u4E0D\u76F8\u540C @@ -179,3 +179,4 @@ ul.header=\u4F60\u7684\u9753\u7167(\u6700\u5927\u4E0D\u8D85\u8FC7500kb.\u683C\u5 ul.select=\u9009\u62E9\u6587\u4EF6\u5939 ul.upload=\u63D0\u4EA4 user.deleted=\u6B64\u7528\u6237\u5728OLAT\u4E2D\u5DF2\u88AB\u5220\u9664 +form.checkUsername=\u7528\u6237\u540d\u81f3\u5c11\u5305\u542b4\u4e2a\u5b57\u7b26\uff0c\u4e14\u53ea\u80fd\u662fa-z\u7684\u5b57\u6bcd\u548c0-9\u7684\u6570\u5b57\u3002\u6b64\u5916\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528 . _\u548c -\u3002 diff --git a/src/main/java/org/olat/user/_i18n/LocalStrings_zh_TW.properties b/src/main/java/org/olat/user/_i18n/LocalStrings_zh_TW.properties index 4daf5b12d62923f58f82f5ac3640605986cc306e..eec25197ee2b14fd4ff3ccd79762c2a40a80775b 100644 --- a/src/main/java/org/olat/user/_i18n/LocalStrings_zh_TW.properties +++ b/src/main/java/org/olat/user/_i18n/LocalStrings_zh_TW.properties @@ -94,7 +94,7 @@ email.sent=\u96FB\u5B50\u90F5\u4EF6\u767C\u9001\u6210\u529F\u3002 error.change.email=\u9019\u500B\u555F\u7528\u9023\u7D50\u5DF2\u7D93\u88AB\u4F7F\u7528\u904E\u4E86\u56E0\u6B64\u5931\u6548\u4E86\u3002 error.change.email.time=\u9019\u500B\u555F\u7528\u9023\u7D50\u53EA\u80FD\u5728 {0} \u5C0F\u6642\u5167\u88AB\u4F7F\u7528\u56E0\u6B64\u5931\u6548\u4E86\u3002 error.no.props.found=\u627E\u4E0D\u5230\u9019\u500B\u4F7F\u7528\u8005\u7684\u5C6C\u6027 -error.password.characters=\u60A8\u7684\u5BC6\u78BC\u5FC5\u9808\u5305\u542B\u81F3\u5C11 4 \u500B\u5B57\u5143\u4E26\u4E14\u5305\u542B\u6578\u5B57\u548C\u5B57\u6BCD\u3002 +form.checkPassword=\u60A8\u7684\u5BC6\u78BC\u5FC5\u9808\u5305\u542B\u81F3\u5C11 4 \u500B\u5B57\u5143\u4E26\u4E14\u5305\u542B\u6578\u5B57\u548C\u5B57\u6BCD\u3002 error.password.empty=\u8ACB\u8F38\u5165\u60A8\u7684\u820A\u5BC6\u78BC error.password.noauth=\u60A8\u7684\u820A\u5BC6\u78BC\u4E0D\u6B63\u78BA error.password.nomatch=\u9019\u5169\u500B\u65B0\u7684\u5BC6\u78BC\u4E26\u4E0D\u76F8\u7B26\u3002 @@ -181,3 +181,4 @@ ul.header=\u7167\u7247(\u6700\u5927 500kB \u4E26\u4E14\u53EA\u80FD\u662F .jpg .j ul.select=\u9078\u64C7\u6A94\u6848 ul.upload=\u9001\u51FA user.deleted=\u9019\u4F4D\u4F7F\u7528\u8005\u5DF2\u5728 OLAT \u4E2D\u88AB\u522A\u9664\u4E86 +form.checkUsername=\u4F7F\u7528\u8005\u540D\u7A31\u5FC5\u9808\u5305\u542B\u81F3\u5C11 4 \u500B\u5B57\u5143\uFF0C\u4E14\u53EA\u6709\u5F9E A \u5230 Z (\u7121\u8B8A\u97F3) \u7684\u5B57\u6BCD\u4EE5\u53CA\u5F9E 0 \u5230 9 \u7684\u6578\u5B57\u3002\u6B64\u5916\uFF0C\u60A8\u53EF\u4EE5\u4F7F\u7528 . _ \u548C -\u3002 diff --git a/src/main/java/org/olat/user/_spring/userContext.xml b/src/main/java/org/olat/user/_spring/userContext.xml index dc09867826ff5a68bab78a15101488685dbe8ab1..1b9ea639e3b1d0588cd0b78364c59d60a3651c77 100644 --- a/src/main/java/org/olat/user/_spring/userContext.xml +++ b/src/main/java/org/olat/user/_spring/userContext.xml @@ -267,7 +267,12 @@ </property> </bean> - <!-- enable to use a generic regexp based email and password checker. Make sure you adjusted also the corresponding i18n keys --> + <!-- Generic regexp based email and password checker. + If you customize this, make sure you adjusted the i18n keys + form.checkUsername + form.checkPassword + of the package org.olat.user + --> <bean id="org.olat.user.UserNameAndPasswordSyntaxChecker" class="org.olat.user.UserNameAndPasswordSyntaxCheckerWithEmail" /> <bean id="personalFolderManager" class="org.olat.user.PersonalFolderManager"> @@ -282,4 +287,4 @@ <constructor-arg ref="userDeletionManager"></constructor-arg> </bean> -</beans> \ No newline at end of file +</beans> diff --git a/src/main/java/org/olat/util/themes/ThemesWebDAVProvider.java b/src/main/java/org/olat/util/themes/ThemesWebDAVProvider.java deleted file mode 100644 index 91c21d4a31d51178e1b2a30956ffffe9a09aa3b5..0000000000000000000000000000000000000000 --- a/src/main/java/org/olat/util/themes/ThemesWebDAVProvider.java +++ /dev/null @@ -1,64 +0,0 @@ -/** - * <a href="http://www.openolat.org"> - * OpenOLAT - Online Learning and Training</a><br> - * <p> - * Licensed under the Apache License, Version 2.0 (the "License"); <br> - * you may not use this file except in compliance with the License.<br> - * You may obtain a copy of the License at the - * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a> - * <p> - * Unless required by applicable law or agreed to in writing,<br> - * software distributed under the License is distributed on an "AS IS" BASIS, <br> - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. <br> - * See the License for the specific language governing permissions and <br> - * limitations under the License. - * <p> - * Initial code contributed and copyrighted by<br> - * frentix GmbH, http://www.frentix.com - * <p> - */ - -package org.olat.util.themes; - -import java.io.File; - -import org.olat.basesecurity.BaseSecurity; -import org.olat.basesecurity.BaseSecurityManager; -import org.olat.basesecurity.Constants; -import org.olat.core.id.Identity; -import org.olat.core.util.WebappHelper; -import org.olat.core.util.servlets.WebDAVProvider; -import org.olat.core.util.vfs.LocalFolderImpl; -import org.olat.core.util.vfs.MergeSource; -import org.olat.core.util.vfs.VFSContainer; -import org.olat.core.util.vfs.filters.VFSItemExcludePrefixFilter; -/** - * - */ -public class ThemesWebDAVProvider implements WebDAVProvider { - - private static final String MOUNTPOINT = "themes"; - - public String getMountPoint() { return MOUNTPOINT; } - - /** - * @see org.olat.commons.servlets.util.WebDAVProvider#getContainer(org.olat.core.id.Identity) - */ - public VFSContainer getContainer(Identity identity) { - BaseSecurity secMgr = BaseSecurityManager.getInstance(); - //FIXME: RH: check if it really should return something => why an empty container? - if (!secMgr.isIdentityPermittedOnResourceable(identity, Constants.PERMISSION_HASROLE, Constants.ORESOURCE_ADMIN)){ - return new MergeSource(null, null); - } - - // mount /static/themes, filter out CVS! - String staticAbsPath = WebappHelper.getContextRoot() + "/static/themes"; - File themesFile = new File(staticAbsPath); - LocalFolderImpl vfsThemes = new LocalFolderImpl(themesFile); - vfsThemes.setDefaultItemFilter(new VFSItemExcludePrefixFilter(new String[]{"CVS","cvs"} )); - VFSContainer vfsCont = vfsThemes; - return vfsCont; - } - - -} diff --git a/src/main/webapp/static/images/openolat/openolat_testsiegel_elearning_journal.jpg b/src/main/webapp/static/images/openolat/openolat_testsiegel_elearning_journal.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d16a74f99e31e151fc5f22e68121faecddf06332 Binary files /dev/null and b/src/main/webapp/static/images/openolat/openolat_testsiegel_elearning_journal.jpg differ diff --git a/src/test/java/org/olat/instantMessaging/InstantMessageDAOTest.java b/src/test/java/org/olat/instantMessaging/InstantMessageDAOTest.java index b3fac17e458af36043c573257804646dbe201703..d417b71db7773a1fe9235f13f86e0635be0b2f4d 100644 --- a/src/test/java/org/olat/instantMessaging/InstantMessageDAOTest.java +++ b/src/test/java/org/olat/instantMessaging/InstantMessageDAOTest.java @@ -86,7 +86,7 @@ public class InstantMessageDAOTest extends OlatTestCase { dbInstance.commitAndCloseSession(); //load the message - List<InstantMessage> messageList = imDao.getMessages(chatResources, 0, -1); + List<InstantMessage> messageList = imDao.getMessages(chatResources, null, 0, -1); Assert.assertNotNull(messageList); Assert.assertEquals(1, messageList.size()); Assert.assertEquals(msg.getKey(), messageList.get(0).getKey());