| | |
| | | <?php |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | localization/de_DE/labels.inc | |
| | | | | |
| | | | Language file of the Roundcube Webmail client | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Licensed under the GNU General Public License | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas <Unknown> | |
| | | +-----------------------------------------------------------------------+ |
| | | @version $Id$ |
| | | */ |
| | | |
| | | $labels = array(); |
| | | $labels['identitydialogtitle'] = 'Bitte vervollständigen Sie Ihre Absender-Informationen'; |
| | | $labels['identitydialoghint'] = 'Dieser Dialog erscheint nur einmal beim ersten Login.'; |
| | | |
| | | ?> |