Finish new-user-dialog plugin with localizatized texts
parent
7d8e168cb1
commit
a183b76946
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
$labels = array();
|
||||
$labels['identitydialogtitle'] = 'Bitte vervollständigen Sie Ihre Absender-Informationen';
|
||||
$labels['identitydialoghint'] = 'Dieser Dialog erscheint nur einmal beim ersten Login.';
|
||||
|
||||
?>
|
||||
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
$labels = array();
|
||||
$labels['identitydialogtitle'] = 'Bitte vervollständigen Sie Ihre Absender-Informationen';
|
||||
$labels['identitydialoghint'] = 'Dieser Dialog erscheint nur einmal beim ersten Login.';
|
||||
|
||||
?>
|
||||
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
$labels = array();
|
||||
$labels['identitydialogtitle'] = 'Please complete your sender identity';
|
||||
$labels['identitydialoghint'] = 'This box only appears once at the first login.';
|
||||
|
||||
?>
|
||||
Loading…
Reference in New Issue