diff options
author | thomascube <thomas@roundcube.net> | 2008-09-05 09:41:27 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-09-05 09:41:27 +0000 |
commit | a6d7a9f791cb559dd1c0052f1ec709be017e6533 (patch) | |
tree | 30d7c4c6419a0f0657b2ee71f6c310aa96c2871a /program/localization/de_DE/labels.inc | |
parent | c505e59a6d2cf45233c1e0de186b8d6fe9d804ba (diff) |
Better title for export icon + include source in export url
Diffstat (limited to 'program/localization/de_DE/labels.inc')
-rw-r--r-- | program/localization/de_DE/labels.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/localization/de_DE/labels.inc b/program/localization/de_DE/labels.inc index cfd811b39..409c18a3f 100644 --- a/program/localization/de_DE/labels.inc +++ b/program/localization/de_DE/labels.inc @@ -177,6 +177,7 @@ $labels['composeto'] = 'Nachricht verfassen'; $labels['contactsfromto'] = 'Kontakte $from bis $to von $count'; $labels['print'] = 'Drucken'; $labels['export'] = 'Exportieren'; +$labels['exportvcards'] = 'Kontakte im vCard-Format exportieren'; $labels['previouspage'] = 'Seite zurück'; $labels['firstpage'] = 'Erste Seite'; $labels['nextpage'] = 'Nächste Seite'; |