mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +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['frontpagenews'] = 'أعرض العناصر الجديدة';
|
||||||
$string['fulllistofcourses'] = 'كل المناهج الدراسية';
|
$string['fulllistofcourses'] = 'كل المناهج الدراسية';
|
||||||
$string['fullname'] = 'الاسم كاملا';
|
$string['fullname'] = 'الاسم كاملا';
|
||||||
$string['fullnamedisplay'] = '$a->الاسم الاول $a->الاسم الاخير';
|
$string['fullnamedisplay'] = '$a->firstname $a->lastname';
|
||||||
$string['fullprofile'] = 'ملف السيرة الذاتية';
|
$string['fullprofile'] = 'ملف السيرة الذاتية';
|
||||||
$string['fullsitename'] = 'اسم الموقع كاملا';
|
$string['fullsitename'] = 'اسم الموقع كاملا';
|
||||||
$string['functiondisabled'] = 'تلك الوظيفة غير ممكنة حاليا';
|
$string['functiondisabled'] = 'تلك الوظيفة غير ممكنة حاليا';
|
||||||
|
|
|
@ -510,7 +510,7 @@ $string['frontpageformat'] = 'Format naslovne strane';
|
||||||
$string['frontpagenews'] = 'Prikaz pregleda novosti';
|
$string['frontpagenews'] = 'Prikaz pregleda novosti';
|
||||||
$string['fulllistofcourses'] = 'Svi kursevi';
|
$string['fulllistofcourses'] = 'Svi kursevi';
|
||||||
$string['fullname'] = 'Puno ime i prezime';
|
$string['fullname'] = 'Puno ime i prezime';
|
||||||
$string['fullnamedisplay'] = '$a->ime $a->prezime';
|
$string['fullnamedisplay'] = '$a->firstname $a->lastname';
|
||||||
$string['fullprofile'] = 'Potpun profil';
|
$string['fullprofile'] = 'Potpun profil';
|
||||||
$string['fullsitename'] = 'Puno ime sajta';
|
$string['fullsitename'] = 'Puno ime sajta';
|
||||||
$string['functiondisabled'] = 'Ova funkcija je trenutno nedostupna';
|
$string['functiondisabled'] = 'Ova funkcija je trenutno nedostupna';
|
||||||
|
|
|
@ -459,7 +459,7 @@ $string['frontpageformat'] = 'Format der Eingangsseite';
|
||||||
$string['frontpagenews'] = 'News anzeigen';
|
$string['frontpagenews'] = 'News anzeigen';
|
||||||
$string['fulllistofcourses'] = 'Alle Kurse';
|
$string['fulllistofcourses'] = 'Alle Kurse';
|
||||||
$string['fullname'] = 'Vollständiger Name';
|
$string['fullname'] = 'Vollständiger Name';
|
||||||
$string['fullnamedisplay'] = '$a->Vorname $a-> Nachname';
|
$string['fullnamedisplay'] = '$a->firstname $a->lastname';
|
||||||
$string['fullprofile'] = 'Ganzes Profil';
|
$string['fullprofile'] = 'Ganzes Profil';
|
||||||
$string['fullsitename'] = 'Name der gesamten Seite';
|
$string['fullsitename'] = 'Name der gesamten Seite';
|
||||||
$string['functiondisabled'] = 'Diese Funktion ist derzeit abgeschaltet.';
|
$string['functiondisabled'] = 'Diese Funktion ist derzeit abgeschaltet.';
|
||||||
|
|
|
@ -507,7 +507,7 @@ $string['frontpageformat'] = 'Format der Eingangsseite';
|
||||||
$string['frontpagenews'] = 'News anzeigen';
|
$string['frontpagenews'] = 'News anzeigen';
|
||||||
$string['fulllistofcourses'] = 'Alle Kurse';
|
$string['fulllistofcourses'] = 'Alle Kurse';
|
||||||
$string['fullname'] = 'Nachname';
|
$string['fullname'] = 'Nachname';
|
||||||
$string['fullnamedisplay'] = '$a->Vorname $a-> Nachname';
|
$string['fullnamedisplay'] = '$a->firstname $a->lastname';
|
||||||
$string['fullprofile'] = 'Ganzes Profil';
|
$string['fullprofile'] = 'Ganzes Profil';
|
||||||
$string['fullsitename'] = 'Name der gesamten Seite';
|
$string['fullsitename'] = 'Name der gesamten Seite';
|
||||||
$string['functiondisabled'] = 'Diese Funktion ist derzeit abgeschaltet.';
|
$string['functiondisabled'] = 'Diese Funktion ist derzeit abgeschaltet.';
|
||||||
|
|
|
@ -430,7 +430,7 @@ $string['frontpageformat'] = '
|
||||||
$string['frontpagenews'] = '새로운 아이템 보기';
|
$string['frontpagenews'] = '새로운 아이템 보기';
|
||||||
$string['fulllistofcourses'] = '모든 배움터';
|
$string['fulllistofcourses'] = '모든 배움터';
|
||||||
$string['fullname'] = '이름 전체';
|
$string['fullname'] = '이름 전체';
|
||||||
$string['fullnamedisplay'] = '$a->이름 $a->성';
|
$string['fullnamedisplay'] = '$a->firstname $a->lastname';
|
||||||
$string['fullprofile'] = '개인정보 전체';
|
$string['fullprofile'] = '개인정보 전체';
|
||||||
$string['fullsitename'] = '사이트 이름 전체';
|
$string['fullsitename'] = '사이트 이름 전체';
|
||||||
$string['functiondisabled'] = '그 기능은 현재 사용할 수 없음';
|
$string['functiondisabled'] = '그 기능은 현재 사용할 수 없음';
|
||||||
|
|
|
@ -430,7 +430,7 @@ $string['frontpageformat'] = '초기 화면 포멧';
|
||||||
$string['frontpagenews'] = '새로운 아이템 보기';
|
$string['frontpagenews'] = '새로운 아이템 보기';
|
||||||
$string['fulllistofcourses'] = '모든 배움터';
|
$string['fulllistofcourses'] = '모든 배움터';
|
||||||
$string['fullname'] = '이름 전체';
|
$string['fullname'] = '이름 전체';
|
||||||
$string['fullnamedisplay'] = '$a->이름 $a->성';
|
$string['fullnamedisplay'] = '$a->firstname $a->lastname';
|
||||||
$string['fullprofile'] = '개인정보 전체';
|
$string['fullprofile'] = '개인정보 전체';
|
||||||
$string['fullsitename'] = '사이트 이름 전체';
|
$string['fullsitename'] = '사이트 이름 전체';
|
||||||
$string['functiondisabled'] = '그 기능은 현재 사용할 수 없음';
|
$string['functiondisabled'] = '그 기능은 현재 사용할 수 없음';
|
||||||
|
|
|
@ -390,7 +390,7 @@ $string['frontpageformat'] = 'Galven
|
||||||
$string['frontpagenews'] = 'Ràdït jaunumus';
|
$string['frontpagenews'] = 'Ràdït jaunumus';
|
||||||
$string['fulllistofcourses'] = 'Visus kursus';
|
$string['fulllistofcourses'] = 'Visus kursus';
|
||||||
$string['fullname'] = 'Pilns vàrds';
|
$string['fullname'] = 'Pilns vàrds';
|
||||||
$string['fullnamedisplay'] = '$a->Vàrds $a-> Uzvàrds';
|
$string['fullnamedisplay'] = '$a->firstname $a->lastname';
|
||||||
$string['fullprofile'] = 'Pilns profils';
|
$string['fullprofile'] = 'Pilns profils';
|
||||||
$string['fullsitename'] = 'Pilnais lapas nosaukums';
|
$string['fullsitename'] = 'Pilnais lapas nosaukums';
|
||||||
$string['gd1'] = 'GD 1.x ir uzstàdïts';
|
$string['gd1'] = 'GD 1.x ir uzstàdïts';
|
||||||
|
|
|
@ -456,7 +456,7 @@ $string['frontpagenews'] = 'Toon nieuwsberichten';
|
||||||
$string['frontpagetopiconly'] = 'Toon activiteiten of HTML (onderwerpsectie)';
|
$string['frontpagetopiconly'] = 'Toon activiteiten of HTML (onderwerpsectie)';
|
||||||
$string['fulllistofcourses'] = 'Alle vakken';
|
$string['fulllistofcourses'] = 'Alle vakken';
|
||||||
$string['fullname'] = 'Volledige naam';
|
$string['fullname'] = 'Volledige naam';
|
||||||
$string['fullnamedisplay'] = '$a->voornaam $a->achternaam';
|
$string['fullnamedisplay'] = '$a->firstname $a->lastname';
|
||||||
$string['fullprofile'] = 'Volledig profiel';
|
$string['fullprofile'] = 'Volledig profiel';
|
||||||
$string['fullsitename'] = 'Volledige naam van de site';
|
$string['fullsitename'] = 'Volledige naam van de site';
|
||||||
$string['functiondisabled'] = 'Deze functie is nu uitgeschakeld';
|
$string['functiondisabled'] = 'Deze functie is nu uitgeschakeld';
|
||||||
|
|
|
@ -498,7 +498,7 @@ $string['frontpageformat'] = 'Formato da p
|
||||||
$string['frontpagenews'] = 'Mostre últimas notícias';
|
$string['frontpagenews'] = 'Mostre últimas notícias';
|
||||||
$string['fulllistofcourses'] = 'Todas as disciplinas';
|
$string['fulllistofcourses'] = 'Todas as disciplinas';
|
||||||
$string['fullname'] = 'Nome completo';
|
$string['fullname'] = 'Nome completo';
|
||||||
$string['fullnamedisplay'] = '$a->nome $a->apelido';
|
$string['fullnamedisplay'] = '$a->firstname $a->lastname';
|
||||||
$string['fullprofile'] = 'Perfil completo';
|
$string['fullprofile'] = 'Perfil completo';
|
||||||
$string['fullsitename'] = 'Nome completo do sítio';
|
$string['fullsitename'] = 'Nome completo do sítio';
|
||||||
$string['functiondisabled'] = 'Esa funcionalidade encontra-se actualmente desactivada';
|
$string['functiondisabled'] = 'Esa funcionalidade encontra-se actualmente desactivada';
|
||||||
|
|
|
@ -493,7 +493,7 @@ $string['frontpageformat'] = 'Formato da p
|
||||||
$string['frontpagenews'] = 'Mostre ítens';
|
$string['frontpagenews'] = 'Mostre ítens';
|
||||||
$string['fulllistofcourses'] = 'Todos os cursos';
|
$string['fulllistofcourses'] = 'Todos os cursos';
|
||||||
$string['fullname'] = 'Nome completo';
|
$string['fullname'] = 'Nome completo';
|
||||||
$string['fullnamedisplay'] = '$a->nome $a->sobrenome';
|
$string['fullnamedisplay'] = '$a->firstname $a->lastname';
|
||||||
$string['fullprofile'] = 'Perfil completo';
|
$string['fullprofile'] = 'Perfil completo';
|
||||||
$string['fullsitename'] = 'Nome completo do site';
|
$string['fullsitename'] = 'Nome completo do site';
|
||||||
$string['gd1'] = 'GD 1.x está instalado';
|
$string['gd1'] = 'GD 1.x está instalado';
|
||||||
|
|
|
@ -432,7 +432,7 @@ $string['frontpageformat'] = 'Формат насловне стране';
|
||||||
$string['frontpagenews'] = 'Приказ прегледа новости';
|
$string['frontpagenews'] = 'Приказ прегледа новости';
|
||||||
$string['fulllistofcourses'] = 'Сви курсеви';
|
$string['fulllistofcourses'] = 'Сви курсеви';
|
||||||
$string['fullname'] = 'Пуно име и презиме';
|
$string['fullname'] = 'Пуно име и презиме';
|
||||||
$string['fullnamedisplay'] = '$a->име $a->презиме';
|
$string['fullnamedisplay'] = '$a->firstname $a->lastname';
|
||||||
$string['fullprofile'] = 'Потпун профил';
|
$string['fullprofile'] = 'Потпун профил';
|
||||||
$string['fullsitename'] = 'Пуно име сајта';
|
$string['fullsitename'] = 'Пуно име сајта';
|
||||||
$string['gd1'] = 'GD 1.x је инсталиран';
|
$string['gd1'] = 'GD 1.x је инсталиран';
|
||||||
|
|
|
@ -387,7 +387,7 @@ $string['frontpageformat'] = '
|
||||||
$string['frontpagenews'] = '显示新闻项';
|
$string['frontpagenews'] = '显示新闻项';
|
||||||
$string['fulllistofcourses'] = '所有课程';
|
$string['fulllistofcourses'] = '所有课程';
|
||||||
$string['fullname'] = '全名';
|
$string['fullname'] = '全名';
|
||||||
$string['fullnamedisplay'] = '$a->ÐÕ $a->Ãû';
|
$string['fullnamedisplay'] = '$a->firstname $a->lastname';
|
||||||
$string['fullprofile'] = '个人详细资料';
|
$string['fullprofile'] = '个人详细资料';
|
||||||
$string['fullsitename'] = '网站全名';
|
$string['fullsitename'] = '网站全名';
|
||||||
$string['gd1'] = 'GD 1.x已经安装';
|
$string['gd1'] = 'GD 1.x已经安装';
|
||||||
|
|
|
@ -462,7 +462,7 @@ $string['frontpageformat'] = '首页格式';
|
||||||
$string['frontpagenews'] = '显示新闻项';
|
$string['frontpagenews'] = '显示新闻项';
|
||||||
$string['fulllistofcourses'] = '所有课程';
|
$string['fulllistofcourses'] = '所有课程';
|
||||||
$string['fullname'] = '全名';
|
$string['fullname'] = '全名';
|
||||||
$string['fullnamedisplay'] = '$a->姓 $a->名';
|
$string['fullnamedisplay'] = '$a->firstname $a->lastname';
|
||||||
$string['fullprofile'] = '个人详细资料';
|
$string['fullprofile'] = '个人详细资料';
|
||||||
$string['fullsitename'] = '网站全名';
|
$string['fullsitename'] = '网站全名';
|
||||||
$string['functiondisabled'] = '那个功能现在是关闭的';
|
$string['functiondisabled'] = '那个功能现在是关闭的';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue