Skip to content

Commit

Permalink
fixed bug in 1.8 release german language file, added version number t…
Browse files Browse the repository at this point in the history
…o be shown in roundcube (#52)

* update composer.json to include the version number to be shown in the roundcube "about" dialog

* fix bug in de_DE.inc
  • Loading branch information
the0ne authored Oct 9, 2024
1 parent 5e29a72 commit 37274c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "r3c/custom_from",
"version": "1.8",
"description": "Allow manual sender address input ('From' header) when composing",
"type": "roundcube-plugin",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions localization/de_DE.inc
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
$labels = array();
$labels['preference'] = 'Antwortadresse (Custom From)';
$labels['preference_compose'] = 'Benutzerdefinierte Adresse beim Antworten auf eine E-Mail';
$labels['preference_compose_contains'] = '...und Empfängeradresse enthält;
$labels['preference_compose_contains'] = '...und Empfängeradresse enthält';
$labels['preference_compose_identity'] = 'Verwenden Sie den Namen und die Unterschrift der Identität';
$labels['preference_compose_identity_exact'] = 'Wenn die Adresse genau übereinstimmt';
$labels['preference_compose_identity_loose'] = 'Stets';
$labels['preference_compose_subject'] = 'Aktivieren, wenn ein Empfänger';';
$labels['preference_compose_subject'] = 'Aktivieren, wenn ein Empfänger';
$labels['preference_compose_subject_always'] = 'Immer mit Standardidentität aktivieren';
$labels['preference_compose_subject_domain'] = 'Verwendet dieselbe Domäne wie einer der Empfänger';
$labels['preference_compose_subject_exact'] = 'Ist einer der Empfänger';
Expand Down

0 comments on commit 37274c9

Please sign in to comment.