Add translations for Logout that I had access to.
This commit is contained in:
parent
3f1dcaea70
commit
b3d2ee88c4
|
|
@ -116,15 +116,15 @@ $apps[$x]['menu'][0]['groups'][] = "public";
|
|||
$apps[$x]['menu'][0]['order'] = "99";
|
||||
|
||||
$apps[$x]['menu'][1]['title']['en-us'] = 'Logout';
|
||||
$apps[$x]['menu'][1]['title']['es-mx'] = '';
|
||||
$apps[$x]['menu'][1]['title']['de'] = '';
|
||||
$apps[$x]['menu'][1]['title']['de-ch'] = '';
|
||||
$apps[$x]['menu'][1]['title']['de-at'] = '';
|
||||
$apps[$x]['menu'][1]['title']['fr'] = '';
|
||||
$apps[$x]['menu'][1]['title']['fr-ca'] = '';
|
||||
$apps[$x]['menu'][1]['title']['fr-ch'] = '';
|
||||
$apps[$x]['menu'][1]['title']['es-mx'] = 'Salir';
|
||||
$apps[$x]['menu'][1]['title']['pt-pt'] = 'Sair';
|
||||
$apps[$x]['menu'][1]['title']['pt-br'] = '';
|
||||
$apps[$x]['menu'][1]['title']['de-at'] = 'Abmelden';
|
||||
$apps[$x]['menu'][1]['title']['fr-fr'] = 'Déconnexion';
|
||||
$apps[$x]['menu'][1]['title']['pl'] = 'Wyloguj';
|
||||
$apps[$x]['menu'][1]['title']['uk'] = 'вийти';
|
||||
$apps[$x]['menu'][1]['title']['uk'] = 'Logga Ut';
|
||||
|
||||
$apps[$x]['menu'][1]['uuid'] = '0d29e9f4-0c9b-9d8d-cd2d-454899dc9bc4';
|
||||
$apps[$x]['menu'][1]['parent_uuid'] = '02194288-6d56-6d3e-0b1a-d53a2bc10788';
|
||||
$apps[$x]['menu'][1]['category'] = 'internal';
|
||||
|
|
|
|||
Loading…
Reference in New Issue