Issue Details (XML | Word | Printable)

Key: MDL-8249
Type: Improvement Improvement
Status: Open Open
Priority: Minor Minor
Assignee: Petr Skoda
Reporter: Petr Skoda
Votes: 15
Watchers: 6
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

Automatic translation of role names

Created: 22/Jan/07 05:40 AM   Updated: 20/Nov/07 04:05 AM
Return to search
Component/s: Roles
Affects Version/s: 1.7.1
Fix Version/s: None

Issue Links:
Relates
 

Participants: David Mudrak, Leang Chumsoben, Martin Dougiamas, Petr Skoda, Ralf Hilgenstock, Robert Brenstein and Séverin Terrier
Security Level: None
QA Assignee: Nicolas Martignoni
Affected Branches: MOODLE_17_STABLE


 Description  « Hide
Originally the names for student and teacher could be changed in courses, I guess we could simulate it now with:

1/ empty role name means use shortname to get rolename using get_string(); if name present in role definition use format_string() that handles multilang names
2/ add role name plural field to handle plurals correctly
3/ add function get_role_name() and get_role_name_plural() and search&replace in codebase

ideas?

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Petr Skoda made changes - 22/Jan/07 05:41 AM
Field Original Value New Value
Description Originally the names for student and teacher were part of the language pack, I guess we could simulate it now with:

1/ empty role name means use shortname to get rolename using get_string(); if name present in role definition use format_string() that handles multilang names
2/ add role name plural field to handle plurals correctly
3/ add function get_role_name() and get_role_name_plural() and search&replace in codebase

ideas?
Originally the names for student and teacher could be changed in courses, I guess we could simulate it now with:

1/ empty role name means use shortname to get rolename using get_string(); if name present in role definition use format_string() that handles multilang names
2/ add role name plural field to handle plurals correctly
3/ add function get_role_name() and get_role_name_plural() and search&replace in codebase

ideas?
Robert Brenstein made changes - 23/Jan/07 07:49 PM
Link This issue has been marked as being related by MDL-8076 [ MDL-8076 ]
Nicolas Martignoni made changes - 23/Jan/07 09:00 PM
QA Assignee mina
Summary automatic translation of role names Automatic translation of role names
Petr Skoda made changes - 15/Feb/07 07:06 AM
Link This issue has been marked as being related by MDL-8524 [ MDL-8524 ]