Koha/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves
Katrin Fischer 4043df4395 Bug 10409: Follow up - improving strings for easier translation
Fixing this line:
<legend>[% IF course_id %] Edit [% ELSE %] Create [% END %] course</legend>

As grammar works different in different languages, having single
strings like that in a predefined order makes having a nice translation
unnecessarily hard.

This will make it a little easier:
<legend>[% IF course_id %]Edit course[% ELSE %]Create course[% END %]</legend>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2013-07-17 14:09:59 +00:00
..
add_items-step1.tt Bug 10418 - Correct template markup problems on course reserves add item page 2013-06-14 11:21:45 -07:00
add_items-step2.tt Bug 10418 - Correct template markup problems on course reserves add item page 2013-06-14 11:21:45 -07:00
course-details.tt Bug 10416 - Correct template markup problems on course detail page 2013-06-14 11:11:14 -07:00
course-reserves.tt Bug 10432 - Display of enabled status on course list is not accessible 2013-06-12 11:08:28 -07:00
course.tt Bug 10409: Follow up - improving strings for easier translation 2013-07-17 14:09:59 +00:00
invalid-course.tt Bug 8215 - Add Course Reserves - QA Followup 2013-05-21 15:50:58 -07:00