Language: Fix language variables in user registration, course settings and administration page

pull/5671/head
Yannick Warnier 1 year ago
parent b307485dea
commit 6da5aa278f
  1. 3
      assets/locales/ar.json
  2. 3
      assets/locales/ast_ES.json
  3. 3
      assets/locales/bg.json
  4. 3
      assets/locales/bn_BD.json
  5. 3
      assets/locales/bo_CN.json
  6. 3
      assets/locales/bs_BA.json
  7. 3
      assets/locales/ca_ES.json
  8. 3
      assets/locales/cs_CZ.json
  9. 3
      assets/locales/da.json
  10. 3
      assets/locales/de.json
  11. 3
      assets/locales/el.json
  12. 3
      assets/locales/en.json
  13. 3
      assets/locales/eo.json
  14. 3
      assets/locales/es.json
  15. 3
      assets/locales/eu_ES.json
  16. 3
      assets/locales/fa_AF.json
  17. 3
      assets/locales/fa_IR.json
  18. 3
      assets/locales/fi_FI.json
  19. 3
      assets/locales/fo_FO.json
  20. 3
      assets/locales/fr_FR.json
  21. 3
      assets/locales/fur.json
  22. 3
      assets/locales/gl.json
  23. 3
      assets/locales/he_IL.json
  24. 3
      assets/locales/hi.json
  25. 3
      assets/locales/hr_HR.json
  26. 3
      assets/locales/hu_HU.json
  27. 3
      assets/locales/id_ID.json
  28. 3
      assets/locales/it.json
  29. 3
      assets/locales/ja.json
  30. 3
      assets/locales/ka_GE.json
  31. 3
      assets/locales/ko_KR.json
  32. 3
      assets/locales/lt_LT.json
  33. 3
      assets/locales/lv_LV.json
  34. 3
      assets/locales/mk_MK.json
  35. 3
      assets/locales/ms_MY.json
  36. 3
      assets/locales/nl.json
  37. 3
      assets/locales/nn_NO.json
  38. 3
      assets/locales/oc.json
  39. 3
      assets/locales/pl_PL.json
  40. 3
      assets/locales/ps.json
  41. 3
      assets/locales/pt_PT.json
  42. 3
      assets/locales/qu_PE.json
  43. 3
      assets/locales/ro_RO.json
  44. 3
      assets/locales/ru_RU.json
  45. 3
      assets/locales/sk_SK.json
  46. 3
      assets/locales/sl_SI.json
  47. 3
      assets/locales/so_SO.json
  48. 3
      assets/locales/sr_RS.json
  49. 3
      assets/locales/sv_SE.json
  50. 3
      assets/locales/sw_KE.json
  51. 3
      assets/locales/th.json
  52. 3
      assets/locales/tl_PH.json
  53. 3
      assets/locales/tr.json
  54. 3
      assets/locales/uk_UA.json
  55. 3
      assets/locales/vi_VN.json
  56. 3
      assets/locales/xh_ZA.json
  57. 3
      assets/locales/yo_NG.json
  58. 3
      assets/locales/zh_CN.json
  59. 3
      assets/locales/zh_TW.json
  60. 26
      public/main/auth/inscription.php
  61. 56
      public/main/course_info/infocours.php
  62. 27
      translations/messages.en.po
  63. 27
      translations/messages.pot

@ -547,5 +547,6 @@
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture", "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"Explore more courses": "\u0627\u0633\u062a\u0643\u0634\u0627\u0641 \u0645\u0642\u0631\u0631\u0627\u062a \u0627\u0643\u062b\u0631" "Explore more courses": "\u0627\u0633\u062a\u0643\u0634\u0627\u0641 \u0645\u0642\u0631\u0631\u0627\u062a \u0627\u0643\u062b\u0631",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -460,5 +460,6 @@
"Picture": "Imaxe", "Picture": "Imaxe",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -473,5 +473,6 @@
"Picture": "\u0421\u043d\u0438\u043c\u043a\u0430", "Picture": "\u0421\u043d\u0438\u043c\u043a\u0430",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -262,5 +262,6 @@
"Teacher profile picture": "Teacher profile picture", "Teacher profile picture": "Teacher profile picture",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -262,5 +262,6 @@
"Teacher profile picture": "Teacher profile picture", "Teacher profile picture": "Teacher profile picture",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -262,5 +262,6 @@
"Teacher profile picture": "Teacher profile picture", "Teacher profile picture": "Teacher profile picture",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -527,5 +527,6 @@
"Picture": "Imatge", "Picture": "Imatge",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -343,5 +343,6 @@
"Teacher profile picture": "Teacher profile picture", "Teacher profile picture": "Teacher profile picture",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -399,5 +399,6 @@
"Picture": "Billede", "Picture": "Billede",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -546,5 +546,6 @@
"Sender profile picture": "Absenderprofilbild", "Sender profile picture": "Absenderprofilbild",
"Receiver profile picture": "Empf\u00e4ngerprofilbild", "Receiver profile picture": "Empf\u00e4ngerprofilbild",
"Carbon copy receiver profile picture": "Empf\u00e4ngerprofilbild in Kopie", "Carbon copy receiver profile picture": "Empf\u00e4ngerprofilbild in Kopie",
"Explore more courses": "Erkunden Sie weitere Kurse" "Explore more courses": "Erkunden Sie weitere Kurse",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -522,5 +522,6 @@
"Picture": "\u0395\u03b9\u03ba\u03cc\u03bd\u03b1", "Picture": "\u0395\u03b9\u03ba\u03cc\u03bd\u03b1",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -548,5 +548,6 @@
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture", "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"Explore more courses": "Explore more courses" "Explore more courses": "Explore more courses",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -378,5 +378,6 @@
"Picture": "Bildo", "Picture": "Bildo",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -548,5 +548,6 @@
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture", "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"Explore more courses": "Explorar m\u00e1s cursos" "Explore more courses": "Explorar m\u00e1s cursos",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -506,5 +506,6 @@
"Picture": "Irudia", "Picture": "Irudia",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -262,5 +262,6 @@
"Teacher profile picture": "Teacher profile picture", "Teacher profile picture": "Teacher profile picture",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -473,5 +473,6 @@
"Picture": "\u062a\u0635\u0648\u06cc\u0631", "Picture": "\u062a\u0635\u0648\u06cc\u0631",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -434,5 +434,6 @@
"Picture": "Kuva", "Picture": "Kuva",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -297,5 +297,6 @@
"Picture": "Mynd", "Picture": "Mynd",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -548,5 +548,6 @@
"Sender profile picture": "Photo de profil de l'exp\u00e9diteur", "Sender profile picture": "Photo de profil de l'exp\u00e9diteur",
"Receiver profile picture": "Photo de profil du destinataire", "Receiver profile picture": "Photo de profil du destinataire",
"Carbon copy receiver profile picture": "Photo de profil du destinataire en copie carbone", "Carbon copy receiver profile picture": "Photo de profil du destinataire en copie carbone",
"Explore more courses": "Explorer plus de cours" "Explore more courses": "Explorer plus de cours",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -548,5 +548,6 @@
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture", "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"Explore more courses": "Explore more courses" "Explore more courses": "Explore more courses",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -548,5 +548,6 @@
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture", "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"Explore more courses": "Explore more courses" "Explore more courses": "Explore more courses",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -542,5 +542,6 @@
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture", "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"Explore more courses": "\u05d7\u05e7\u05d5\u05e8 \u05e7\u05d5\u05e8\u05e1\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd" "Explore more courses": "\u05d7\u05e7\u05d5\u05e8 \u05e7\u05d5\u05e8\u05e1\u05d9\u05dd \u05e0\u05d5\u05e1\u05e4\u05d9\u05dd",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -262,5 +262,6 @@
"Teacher profile picture": "Teacher profile picture", "Teacher profile picture": "Teacher profile picture",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -431,5 +431,6 @@
"Picture": "Slika", "Picture": "Slika",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -439,5 +439,6 @@
"Picture": "K\u00e9p", "Picture": "K\u00e9p",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -375,5 +375,6 @@
"Picture": "Foto", "Picture": "Foto",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -532,5 +532,6 @@
"Picture": "Immagine", "Picture": "Immagine",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -360,5 +360,6 @@
"Picture": "\u753b\u50cf", "Picture": "\u753b\u50cf",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -262,5 +262,6 @@
"Teacher profile picture": "Teacher profile picture", "Teacher profile picture": "Teacher profile picture",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -357,5 +357,6 @@
"Teacher profile picture": "Teacher profile picture", "Teacher profile picture": "Teacher profile picture",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -406,5 +406,6 @@
"Picture": "Paveiksl\u0117liai", "Picture": "Paveiksl\u0117liai",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -500,5 +500,6 @@
"Picture": "Att\u0113ls", "Picture": "Att\u0113ls",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -406,5 +406,6 @@
"Picture": "\u0421\u043b\u0438\u043a\u0430", "Picture": "\u0421\u043b\u0438\u043a\u0430",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -303,5 +303,6 @@
"Teacher profile picture": "Teacher profile picture", "Teacher profile picture": "Teacher profile picture",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -518,5 +518,6 @@
"Picture": "Afbeelding", "Picture": "Afbeelding",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -315,5 +315,6 @@
"Teacher profile picture": "Teacher profile picture", "Teacher profile picture": "Teacher profile picture",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -548,5 +548,6 @@
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture", "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"Explore more courses": "Explore more courses" "Explore more courses": "Explore more courses",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -505,5 +505,6 @@
"Picture": "Obraz", "Picture": "Obraz",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -262,5 +262,6 @@
"Teacher profile picture": "Teacher profile picture", "Teacher profile picture": "Teacher profile picture",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -513,5 +513,6 @@
"Picture": "Imagem", "Picture": "Imagem",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -449,5 +449,6 @@
"Picture": "Wanki", "Picture": "Wanki",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -518,5 +518,6 @@
"Picture": "Fotografie", "Picture": "Fotografie",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -416,5 +416,6 @@
"Picture": "\u0420\u0438\u0441\u0443\u043d\u043e\u043a (\u0444\u043e\u0442\u043e)", "Picture": "\u0420\u0438\u0441\u0443\u043d\u043e\u043a (\u0444\u043e\u0442\u043e)",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -525,5 +525,6 @@
"Picture": "Obr\u00e1zok", "Picture": "Obr\u00e1zok",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -547,5 +547,6 @@
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture", "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"Explore more courses": "Razi\u0161\u010di ve\u010d te\u010dajev" "Explore more courses": "Razi\u0161\u010di ve\u010d te\u010dajev",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -262,5 +262,6 @@
"Teacher profile picture": "Teacher profile picture", "Teacher profile picture": "Teacher profile picture",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -393,5 +393,6 @@
"Picture": "Slika", "Picture": "Slika",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -423,5 +423,6 @@
"Picture": "Bild", "Picture": "Bild",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -262,5 +262,6 @@
"Teacher profile picture": "Teacher profile picture", "Teacher profile picture": "Teacher profile picture",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -370,5 +370,6 @@
"Picture": "\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e", "Picture": "\u0e23\u0e39\u0e1b\u0e20\u0e32\u0e1e",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -353,5 +353,6 @@
"Picture": "Larawan", "Picture": "Larawan",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -414,5 +414,6 @@
"Picture": "Resim", "Picture": "Resim",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -335,5 +335,6 @@
"Teacher profile picture": "Teacher profile picture", "Teacher profile picture": "Teacher profile picture",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -303,5 +303,6 @@
"Teacher profile picture": "Teacher profile picture", "Teacher profile picture": "Teacher profile picture",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -262,5 +262,6 @@
"Teacher profile picture": "Teacher profile picture", "Teacher profile picture": "Teacher profile picture",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -262,5 +262,6 @@
"Teacher profile picture": "Teacher profile picture", "Teacher profile picture": "Teacher profile picture",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -435,5 +435,6 @@
"Picture": "\u76f8\u7247", "Picture": "\u76f8\u7247",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -409,5 +409,6 @@
"Picture": "\u5716\u7247", "Picture": "\u5716\u7247",
"Sender profile picture": "Sender profile picture", "Sender profile picture": "Sender profile picture",
"Receiver profile picture": "Receiver profile picture", "Receiver profile picture": "Receiver profile picture",
"Carbon copy receiver profile picture": "Carbon copy receiver profile picture" "Carbon copy receiver profile picture": "Carbon copy receiver profile picture",
"In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:": "In order to enable the automatic version checking you have to register your portal on chamilo.org. The information obtained by clicking this button is only for internal use and only aggregated data will be publicly available (total number of portals, total number of Chamilo course, total number of Chamilo users, ...) (see {0}). When registering you will also appear on the worldwide list ({1}). If you do not want to appear in this list you have to check the checkbox below. The registration is as easy as it can be: you only have to click this button:"
} }

@ -96,7 +96,7 @@ if ($isTccEnabled) {
$("input[name=\'extra_terms_codepostal\']").val(monU.CP); $("input[name=\'extra_terms_codepostal\']").val(monU.CP);
$("input[name=\'extra_terms_ville\']").val(monU.Ville); $("input[name=\'extra_terms_ville\']").val(monU.Ville);
} else { } else {
alert("'.get_lang("UnknownUser").'"); alert("'.get_lang("Unknown user").'");
} }
}, },
@ -301,7 +301,7 @@ if (false === $userAlreadyRegisteredShowTerms &&
if ($checkPass) { if ($checkPass) {
$form->addRule( $form->addRule(
'pass1', 'pass1',
get_lang('PassTooEasy').': '.api_generate_password(), get_lang('Password too easy to guess').': '.api_generate_password(),
'callback', 'callback',
'api_check_password' 'api_check_password'
); );
@ -357,14 +357,14 @@ if (false === $userAlreadyRegisteredShowTerms &&
if (in_array('status', $allowedFields)) { if (in_array('status', $allowedFields)) {
$form->addRadio( $form->addRadio(
'status', 'status',
get_lang('RegistrationRoleWhatDoYouWantToDo'), get_lang('What do you want to do?'),
[ [
STUDENT => '<p class="caption">'.get_lang('RegistrationRoleFollowCourses').'</p>', STUDENT => '<p class="caption">'.get_lang('Follow courses').'</p>',
COURSEMANAGER => '<p class="caption">'.get_lang('RegistrationRoleTeachCourses').'</p>', COURSEMANAGER => '<p class="caption">'.get_lang('Teach courses').'</p>',
], ],
['class' => 'register-profile'] ['class' => 'register-profile']
); );
$form->addRule('status', get_lang('ThisFieldIsRequired'), 'required'); $form->addRule('status', get_lang('Required field'), 'required');
} }
} }
@ -631,7 +631,7 @@ if ('approval' === api_get_setting('allow_registration')) {
//if openid was not found //if openid was not found
if (!empty($_GET['openid_msg']) && 'idnotfound' == $_GET['openid_msg']) { if (!empty($_GET['openid_msg']) && 'idnotfound' == $_GET['openid_msg']) {
$content .= Display::return_message(get_lang('OpenIDCouldNotBeFoundPleaseRegister')); $content .= Display::return_message(get_lang('This OpenID could not be found in our database. Please register for a new account. If you have already an account with us, please edit your profile inside your account to add this OpenID'));
} }
$blockButton = false; $blockButton = false;
@ -725,7 +725,7 @@ if ('true' === api_get_setting('allow_terms_conditions')) {
); );
$form->addRule( $form->addRule(
'legal_accept', 'legal_accept',
get_lang('This field is required'), get_lang('Required field'),
'required' 'required'
); );
} else { } else {
@ -759,11 +759,11 @@ if (false === $userAlreadyRegisteredShowTerms) {
$form->addCheckBox( $form->addCheckBox(
'extra_platformuseconditions', 'extra_platformuseconditions',
null, null,
get_lang('PlatformUseConditions') get_lang('Platform use conditions')
); );
$form->addRule( $form->addRule(
'extra_platformuseconditions', 'extra_platformuseconditions',
get_lang('ThisFieldIsRequired'), get_lang('Required field'),
'required' 'required'
); );
} }
@ -775,7 +775,7 @@ if ($blockButton) {
} }
$form->addButton( $form->addButton(
'submit', 'submit',
get_lang('Register User Ok'), get_lang('Register'),
'check', 'check',
'primary', 'primary',
null, null,
@ -812,7 +812,7 @@ if ($blockButton) {
$form->addButton('submit', get_lang('Register'), '', 'primary'); $form->addButton('submit', get_lang('Register'), '', 'primary');
$form->addHtml('</div>'); $form->addHtml('</div>');
} else { } else {
$form->addButtonNext(get_lang('Register User Ok')); $form->addButtonNext(get_lang('Register'));
} }
$showTerms = true; $showTerms = true;
} }
@ -1055,7 +1055,7 @@ if ($form->validate()) {
Display::addFlash( Display::addFlash(
Display::return_message( Display::return_message(
get_lang('You need confirm your accountViae - mail to access the platform'), get_lang('You need confirm your account via e-mail to access the platform'),
'warning' 'warning'
) )
); );

@ -317,21 +317,21 @@ $group[] = $form->createElement(
'radio', 'radio',
'email_alert_to_teacher_on_new_user_in_course', 'email_alert_to_teacher_on_new_user_in_course',
get_lang('E-mail teacher when a new user auto-subscribes'), get_lang('E-mail teacher when a new user auto-subscribes'),
get_lang('E-mail teacher when a new user auto-subscribesEnable'), get_lang('Enable'),
1 1
); );
$group[] = $form->createElement( $group[] = $form->createElement(
'radio', 'radio',
'email_alert_to_teacher_on_new_user_in_course', 'email_alert_to_teacher_on_new_user_in_course',
null, null,
get_lang('E-mail teacher when a new user auto-subscribesToTeacharAndTutor'), get_lang('To teachar and tutor'),
2 2
); );
$group[] = $form->createElement( $group[] = $form->createElement(
'radio', 'radio',
'email_alert_to_teacher_on_new_user_in_course', 'email_alert_to_teacher_on_new_user_in_course',
null, null,
get_lang('E-mail teacher when a new user auto-subscribesDisable'), get_lang('Disable'),
0 0
); );
$globalGroup[get_lang('E-mail teacher when a new user auto-subscribes')] = $group; $globalGroup[get_lang('E-mail teacher when a new user auto-subscribes')] = $group;
@ -341,21 +341,21 @@ $group[] = $form->createElement(
'radio', 'radio',
'email_alert_students_on_new_homework', 'email_alert_students_on_new_homework',
get_lang('E-mail students on assignment creation'), get_lang('E-mail students on assignment creation'),
get_lang('E-mail students on assignment creationEnable'), get_lang('Enable'),
1 1
); );
$group[] = $form->createElement( $group[] = $form->createElement(
'radio', 'radio',
'email_alert_students_on_new_homework', 'email_alert_students_on_new_homework',
null, null,
get_lang('E-mail students on assignment creationToHrmEnable'), get_lang('To HR only'),
2 2
); );
$group[] = $form->createElement( $group[] = $form->createElement(
'radio', 'radio',
'email_alert_students_on_new_homework', 'email_alert_students_on_new_homework',
null, null,
get_lang('E-mail students on assignment creationDisable'), get_lang('Disable'),
0 0
); );
$globalGroup[get_lang('E-mail students on assignment creation')] = $group; $globalGroup[get_lang('E-mail students on assignment creation')] = $group;
@ -365,28 +365,28 @@ $group[] = $form->createElement(
'radio', 'radio',
'email_alert_manager_on_new_doc', 'email_alert_manager_on_new_doc',
get_lang('E-mail on assignments submission by students'), get_lang('E-mail on assignments submission by students'),
get_lang('E-mail on assignments submission by studentsActivate'), get_lang('Enable'),
1 1
); );
$group[] = $form->createElement( $group[] = $form->createElement(
'radio', 'radio',
'email_alert_manager_on_new_doc', 'email_alert_manager_on_new_doc',
null, null,
get_lang('E-mail on assignments submission by studentsActivateOnlyForTeachers'), get_lang('Only for teachers'),
3 3
); );
$group[] = $form->createElement( $group[] = $form->createElement(
'radio', 'radio',
'email_alert_manager_on_new_doc', 'email_alert_manager_on_new_doc',
null, null,
get_lang('E-mail on assignments submission by studentsActivateOnlyForStudents'), get_lang('Only for students'),
2 2
); );
$group[] = $form->createElement( $group[] = $form->createElement(
'radio', 'radio',
'email_alert_manager_on_new_doc', 'email_alert_manager_on_new_doc',
null, null,
get_lang('E-mail on assignments submission by studentsDeactivate'), get_lang('Disable'),
0 0
); );
@ -397,14 +397,14 @@ $group[] = $form->createElement(
'radio', 'radio',
'email_alert_on_new_doc_dropbox', 'email_alert_on_new_doc_dropbox',
get_lang('E-mail users on dropbox file reception'), get_lang('E-mail users on dropbox file reception'),
get_lang('E-mail users on dropbox file receptionActivate'), get_lang('Enable'),
1 1
); );
$group[] = $form->createElement( $group[] = $form->createElement(
'radio', 'radio',
'email_alert_on_new_doc_dropbox', 'email_alert_on_new_doc_dropbox',
null, null,
get_lang('E-mail users on dropbox file receptionDeactivate'), get_lang('Disable'),
0 0
); );
@ -459,14 +459,14 @@ $group[] = $form->createElement(
'radio', 'radio',
'allow_user_edit_agenda', 'allow_user_edit_agenda',
get_lang('Allow learners to edit the agenda'), get_lang('Allow learners to edit the agenda'),
get_lang('Allow learners to edit the agendaActivate'), get_lang('Enable'),
1 1
); );
$group[] = $form->createElement( $group[] = $form->createElement(
'radio', 'radio',
'allow_user_edit_agenda', 'allow_user_edit_agenda',
null, null,
get_lang('Allow learners to edit the agendaDeactivate'), get_lang('Disable'),
0 0
); );
@ -475,14 +475,14 @@ $group2[] = $form->createElement(
'radio', 'radio',
'allow_user_edit_announcement', 'allow_user_edit_announcement',
get_lang('Allow learners to edit announcements'), get_lang('Allow learners to edit announcements'),
get_lang('Allow learners to edit announcementsActivate'), get_lang('Enable'),
1 1
); );
$group2[] = $form->createElement( $group2[] = $form->createElement(
'radio', 'radio',
'allow_user_edit_announcement', 'allow_user_edit_announcement',
null, null,
get_lang('Allow learners to edit announcementsDeactivate'), get_lang('Disable'),
0 0
); );
@ -491,14 +491,14 @@ $group3[] = $form->createElement(
'radio', 'radio',
'allow_user_image_forum', 'allow_user_image_forum',
get_lang('User picture in forum'), get_lang('User picture in forum'),
get_lang('User picture in forumActivate'), get_lang('Enable'),
1 1
); );
$group3[] = $form->createElement( $group3[] = $form->createElement(
'radio', 'radio',
'allow_user_image_forum', 'allow_user_image_forum',
null, null,
get_lang('User picture in forumDeactivate'), get_lang('Disable'),
0 0
); );
@ -507,14 +507,14 @@ $group4[] = $form->createElement(
'radio', 'radio',
'allow_user_view_user_list', 'allow_user_view_user_list',
get_lang('Allow user view user list'), get_lang('Allow user view user list'),
get_lang('Allow user view user listActivate'), get_lang('Enable'),
1 1
); );
$group4[] = $form->createElement( $group4[] = $form->createElement(
'radio', 'radio',
'allow_user_view_user_list', 'allow_user_view_user_list',
null, null,
get_lang('Allow user view user listDeactivate'), get_lang('Disable'),
0 0
); );
$myButton = $form->addButtonSave(get_lang('Save settings'), 'submit_save', true); $myButton = $form->addButtonSave(get_lang('Save settings'), 'submit_save', true);
@ -582,7 +582,7 @@ $group[] = $form->createElement(
get_lang('Redirect to the learning paths list'), get_lang('Redirect to the learning paths list'),
2 2
); );
$group[] = $form->createElement('radio', 'enable_lp_auto_launch', null, get_lang('Deactivate'), 0); $group[] = $form->createElement('radio', 'enable_lp_auto_launch', null, get_lang('Disable'), 0);
$globalGroup[get_lang('Enable learning path auto-launch')] = $group; $globalGroup[get_lang('Enable learning path auto-launch')] = $group;
@ -593,14 +593,14 @@ if ('true' === api_get_setting('allow_course_theme')) {
'radio', 'radio',
'allow_learning_path_theme', 'allow_learning_path_theme',
get_lang('Enable course themes'), get_lang('Enable course themes'),
get_lang('Enable course themesAllow'), get_lang('Enable'),
1 1
); );
$group[] = $form->createElement( $group[] = $form->createElement(
'radio', 'radio',
'allow_learning_path_theme', 'allow_learning_path_theme',
null, null,
get_lang('Enable course themesDisallow'), get_lang('Disable'),
0 0
); );
@ -635,7 +635,7 @@ if ('true' === $allowLPReturnLink) {
'radio', 'radio',
'lp_return_link', 'lp_return_link',
null, null,
get_lang('RedirectToPortalHome'), get_lang('Redirect to portal home'),
3 3
), ),
]; ];
@ -652,7 +652,7 @@ if ('true' === $exerciseInvisible &&
$form->createElement( $form->createElement(
'radio', 'radio',
'exercise_invisible_in_session', 'exercise_invisible_in_session',
get_lang('TestinvisibleInSession'), get_lang('Test invisible in session'),
get_lang('Yes'), get_lang('Yes'),
1 1
), ),
@ -665,7 +665,7 @@ if ('true' === $exerciseInvisible &&
), ),
]; ];
$globalGroup[get_lang("TestinvisibleInSession")] = $group; $globalGroup[get_lang("Test invisible in session")] = $group;
} }
if ($isEditable) { if ($isEditable) {
@ -706,7 +706,7 @@ if ('true' === api_get_setting('exercise.allow_exercise_auto_launch')) {
get_lang('Redirect to the exercises list'), get_lang('Redirect to the exercises list'),
2 2
); );
$group[] = $form->createElement('radio', 'enable_exercise_auto_launch', null, get_lang('Deactivate'), 0); $group[] = $form->createElement('radio', 'enable_exercise_auto_launch', null, get_lang('Disable'), 0);
$globalGroup[get_lang("Auto-launch for exercises")] = $group; $globalGroup[get_lang("Auto-launch for exercises")] = $group;
@ -750,7 +750,7 @@ $group[] = $form->createElement(
'radio', 'radio',
'display_info_advance_inside_homecourse', 'display_info_advance_inside_homecourse',
null, null,
get_lang('Display information about the next uncompleted topicAndLastDoneAdvance'), get_lang('Display information about the next incomplete and the last completed topic'),
3 3
); );
$group[] = $form->createElement( $group[] = $form->createElement(

@ -27675,3 +27675,30 @@ msgstr "Add course"
msgid "Add a user to a course" msgid "Add a user to a course"
msgstr "Add a user to a course" msgstr "Add a user to a course"
msgid "Course maintenance"
msgstr "Course maintenance"
msgid "Customize"
msgstr "Customize"
msgid "Sort"
msgstr "Sort"
msgid "Platform use conditions"
msgstr "Platform use conditions"
msgid "Password too easy to guess"
msgstr "Password too easy to guess"
msgid "You need confirm your account via e-mail to access the platform"
msgstr "You need confirm your account via e-mail to access the platform"
msgid "Redirect to portal home"
msgstr "Redirect to portal home"
msgid "Test invisible in session"
msgstr "Test invisible in session"
msgid "Display information about the next incomplete and the last completed topic"
msgstr "Display information about the next incomplete and the last completed topic"

@ -27674,3 +27674,30 @@ msgstr ""
msgid "Add a user to a course" msgid "Add a user to a course"
msgstr "" msgstr ""
msgid "Course maintenance"
msgstr ""
msgid "Customize"
msgstr ""
msgid "Sort"
msgstr ""
msgid "Platform use conditions"
msgstr ""
msgid "Password too easy to guess"
msgstr ""
msgid "You need confirm your account via e-mail to access the platform"
msgstr ""
msgid "Redirect to portal home"
msgstr ""
msgid "Test invisible in session"
msgstr ""
msgid "Display information about the next incomplete and the last completed topic"
msgstr ""

Loading…
Cancel
Save