dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
- prevent from PHP error when iconv doesn't support //IGNORE (#1486375)
alecpl
2010-01-13
ecbd5b5d53a9d9d8d24c84dcf2ebf7682f77107d
[githubFork/roundcubemail.git]
/
plugins
/
archive
/
localization
/
de_DE.inc
1
2
3
4
5
6
7
8
<?php
$labels = array();
$labels['buttontitle'] = 'Nachricht archivieren';
$labels['archived'] = 'Nachricht erfolgreich archiviert';
$labels['archivefolder'] = 'Archiv';
?>