commit | author | age
|
208259
|
1 |
<?php |
TB |
2 |
|
|
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 | |
|
13 |
+-----------------------------------------------------------------------+ |
|
14 |
*/ |
|
15 |
|
|
16 |
$labels = array(); |
|
17 |
$labels['hide'] = 'ausblenden'; |
|
18 |
$labels['show'] = 'einblenden'; |
|
19 |
$labels['quotelimit'] = 'Zitate verbergen ab einer Zeilenlänge von'; |
|
20 |
|