mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
Bug #3157 - The string 'fullnamedisplay' shouldn't be translated
This commit is contained in:
parent
df2ac2263e
commit
5a3fdb6a7a
13 changed files with 13 additions and 13 deletions
|
@ -492,7 +492,7 @@ $string['frontpageformat'] = '
|
|||
$string['frontpagenews'] = 'أعرض العناصر الجديدة';
|
||||
$string['fulllistofcourses'] = 'كل المناهج الدراسية';
|
||||
$string['fullname'] = 'الاسم كاملا';
|
||||
$string['fullnamedisplay'] = '$a->الاسم الاول $a->الاسم الاخير';
|
||||
$string['fullnamedisplay'] = '$a->firstname $a->lastname';
|
||||
$string['fullprofile'] = 'ملف السيرة الذاتية';
|
||||
$string['fullsitename'] = 'اسم الموقع كاملا';
|
||||
$string['functiondisabled'] = 'تلك الوظيفة غير ممكنة حاليا';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue