Skip to content

Commit e5d9705

Browse files
committed
Merge branch 'master' of github.com:chamilo/chamilo-lms
2 parents 6b4aa43 + 00e9aa4 commit e5d9705

File tree

3 files changed

+80
-8
lines changed

3 files changed

+80
-8
lines changed

src/CoreBundle/Resources/views/Course/about.html.twig

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{% if not 'course_about_teacher_name_hide'|api_get_configuration_value %}
99
<div class="course-short mt-2">
1010
<ul>
11-
<li class="author">{{ "Professors"|trans }}:</li>
11+
<li class="author">{{ "Teachers"|trans }}:</li>
1212
{% for teacher in teachers %}
1313
<li>{{ teacher.complete_name }}{% if not loop.last %} |{% endif %}</li>
1414
{% endfor %}
@@ -46,7 +46,7 @@
4646
<a href="https://www.facebook.com/sharer/sharer.php?u={{ url }}" target="_blank" class="facebook">
4747
<em class="fab fa-facebook-square"></em> Facebook
4848
</a>
49-
<a href="https://twitter.com/home?{{ {'status': course.title ~ ' ' ~ url }|url_encode }}" target="_blank" class="twitter">
49+
<a href="https://x.com/home?{{ {'status': course.title ~ ' ' ~ url }|url_encode }}" target="_blank" class="twitter">
5050
<em class="fab fa-twitter"></em> Twitter
5151
</a>
5252
<a href="https://www.linkedin.com/shareArticle?{{ {'mini': 'true', 'url': url , 'title': course.title }|url_encode }}" target="_blank" class="linkedin">
@@ -92,16 +92,16 @@
9292
{% if not is_granted('IS_AUTHENTICATED') %}
9393
{% if 'allow_registration'|api_get_setting != 'false' %}
9494
<a href="{{ base_url ~ '/main/auth/registration.php?c=' ~ course.code }}" class="btn btn--success w-full py-2 mt-2 text-white bg-green-600 rounded hover:bg-green-700">
95-
<i class="fa fa-pencil" aria-hidden="true"></i> {{ 'Sign Up'|trans }}
95+
<i class="fa fa-pencil" aria-hidden="true"></i> {{ 'Sign up'|trans }}
9696
</a>
9797
{% endif %}
9898
{% elseif subscription %}
99-
<a href="{{ base_url }}/course/{{ course.id }}/home?sid=0" class="btn btn--success w-full py-2 mt-2 text-white bg-green-600 rounded hover:bg-green-700">{{ 'Course Homepage'|trans }}</a>
99+
<a href="{{ base_url }}/course/{{ course.id }}/home?sid=0" class="btn btn--success w-full py-2 mt-2 text-white bg-green-600 rounded hover:bg-green-700">{{ 'Course homepage'|trans }}</a>
100100
{% elseif allow_subscribe %}
101101
<a href="{{ base_url }}/main/auth/registration.php?c={{ course.code }}" class="btn btn--success w-full py-2 mt-2 text-white bg-green-600 rounded hover:bg-green-700">{{ 'Subscribe'|trans }}</a>
102102
{% else %}
103103
<button class="btn btn--success w-full py-2 mt-2 text-white bg-gray-400 rounded" title="{{ 'Subscription is not allowed for this course'|trans }}" disabled>
104-
{{ 'Subscription Not Available'|trans }}
104+
{{ 'Subscription not allowed'|trans }}
105105
</button>
106106
{% endif %}
107107
</div>
@@ -114,7 +114,7 @@
114114
{{ is_premium.iso_code }} {{ is_premium.price }}
115115
</div>
116116
<div class="buy-box mt-2">
117-
<a href="{{ base_url }}/plugin/BuyCourses/src/process.php?i={{ is_premium.product_id }}&t={{ is_premium.product_type }}" class="btn btn--primary w-full py-2 mt-2 text-white bg-blue-600 rounded hover:bg-blue-700">{{ 'Buy Now'|trans }}</a>
117+
<a href="{{ base_url }}/plugin/BuyCourses/src/process.php?i={{ is_premium.product_id }}&t={{ is_premium.product_type }}" class="btn btn--primary w-full py-2 mt-2 text-white bg-blue-600 rounded hover:bg-blue-700">{{ 'Buy now'|trans }}</a>
118118
</div>
119119
</div>
120120
{% endif %}
@@ -152,14 +152,14 @@
152152
$('.course-information').readmore({
153153
speed: 100,
154154
lessLink: '<a class="hide-content" href="#">{{ 'Set invisible' | trans }}</a>',
155-
moreLink: '<a class="read-more" href="#">{{ 'Read more' | trans }}</a>',
155+
moreLink: '<a class="read-more" href="#">{{ 'Read more...' | trans }}</a>',
156156
collapsedHeight: 730,
157157
heightMargin: 100
158158
});
159159
$('.open-more').readmore({
160160
speed: 100,
161161
lessLink: '<a class="hide-content" href="#">{{ 'Set invisible' | trans }}</a>',
162-
moreLink: '<a class="read-more" href="#">{{ 'Read more' | trans }}</a>',
162+
moreLink: '<a class="read-more" href="#">{{ 'Read more...' | trans }}</a>',
163163
collapsedHeight: 90,
164164
heightMargin: 20
165165
});

translations/messages.en.po

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30700,3 +30700,39 @@ msgstr "Show advanced settings"
3070030700

3070130701
msgid "Hide advanced settings"
3070230702
msgstr "Hide advanced settings"
30703+
30704+
msgid "Quality"
30705+
msgstr "Quality"
30706+
30707+
msgid "Remedial courses list"
30708+
msgstr "Remedial courses list"
30709+
30710+
msgid "Request account deletion"
30711+
msgstr "Request account deletion"
30712+
30713+
msgid "Justification for account deletion"
30714+
msgstr "Justification for account deletion"
30715+
30716+
msgid "Request for legal agreement's consent removal"
30717+
msgstr "Request for legal agreement's consent removal"
30718+
30719+
msgid "Justification for consent removal"
30720+
msgstr "Justification for consent removal"
30721+
30722+
msgid "Terms enabled"
30723+
msgstr "Terms enabled"
30724+
30725+
msgid "Revision Language"
30726+
msgstr "Revision Language"
30727+
30728+
msgid "Session career link"
30729+
msgstr "Session career link"
30730+
30731+
msgid "Successful authentication handlers"
30732+
msgstr "Successful authentication handlers"
30733+
30734+
msgid "Popular courses"
30735+
msgstr "Popular courses"
30736+
30737+
msgid "Already logged in"
30738+
msgstr "Already logged in"

translations/messages.pot

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30665,3 +30665,39 @@ msgstr ""
3066530665

3066630666
msgid "Hide advanced settings"
3066730667
msgstr ""
30668+
30669+
msgid "Quality"
30670+
msgstr ""
30671+
30672+
msgid "Remedial courses list"
30673+
msgstr ""
30674+
30675+
msgid "Request account deletion"
30676+
msgstr ""
30677+
30678+
msgid "Justification for account deletion"
30679+
msgstr ""
30680+
30681+
msgid "Request for legal agreement's consent removal"
30682+
msgstr ""
30683+
30684+
msgid "Justification for consent removal"
30685+
msgstr ""
30686+
30687+
msgid "Terms enabled"
30688+
msgstr ""
30689+
30690+
msgid "Revision Language"
30691+
msgstr ""
30692+
30693+
msgid "Session career link"
30694+
msgstr ""
30695+
30696+
msgid "Successful authentication handlers"
30697+
msgstr ""
30698+
30699+
msgid "Popular courses"
30700+
msgstr ""
30701+
30702+
msgid "Already logged in"
30703+
msgstr ""

0 commit comments

Comments
 (0)