commit | author | age
|
48e9c1
|
1 |
<?php |
9a7cb9
|
2 |
|
TB |
3 |
/* |
|
4 |
+-----------------------------------------------------------------------+ |
|
5 |
| localization/de_DE/labels.inc | |
|
6 |
| | |
|
7 |
| Language file of the Roundcube Webmail client | |
|
8 |
| Copyright (C) 2012, The Roundcube Dev Team | |
|
9 |
| Licensed under the GNU General Public License | |
|
10 |
| | |
|
11 |
+-----------------------------------------------------------------------+ |
|
12 |
| Author: Thomas <Unknown> | |
|
13 |
+-----------------------------------------------------------------------+ |
|
14 |
@version $Id$ |
|
15 |
*/ |
|
16 |
|
48e9c1
|
17 |
$labels = array(); |
T |
18 |
$labels['buttontitle'] = 'als SPAM markieren'; |
|
19 |
$labels['reportedasjunk'] = 'Erfolgreich als SPAM gemeldet'; |
9a7cb9
|
20 |
|