summaryrefslogtreecommitdiff
path: root/codemirror_ui/localization/de_DE.inc
blob: 1b4d57869c6ed89bdb94ba6ffbf9b0e16e762b70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
/*
 +-----------------------------------------------------------------------+
 | ./plugins/codemirror_ui/localization/de_DE.inc
 |
 | Language file of MyRoundcube Plugins Bundle
 | Copyright (C) 2010-2013, Roland 'rosali' Liebl
 |
 +-----------------------------------------------------------------------+
 | Author: myroundcube@mail4us.net - 08/19/2013 18:34:10
 +-----------------------------------------------------------------------+
*/

$labels = array();
$labels['pluginname'] = 'Hilfserweiterung zum editieren von Code';
$labels['plugindescription'] = 'Hilfserweiterung zum editieren von Code';

?>