diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-06 18:32:03 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-10-06 18:32:03 +0000 |
| commit | a2684cf3b74f9443362eed69cb362aa03fcb6428 (patch) | |
| tree | ebf04c6b27b2a6a9cf756d7157cc8e7451c38ea1 /roundcubemail/program | |
| parent | 7d1472aee303c8c1349638fc993216c38b23a65b (diff) | |
- Add 'htmlonreply' label
git-svn-id: https://svn.roundcube.net/trunk@4056 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/localization/en_US/labels.inc | 1 | ||||
| -rw-r--r-- | roundcubemail/program/localization/pl_PL/labels.inc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/en_US/labels.inc b/roundcubemail/program/localization/en_US/labels.inc index c06721056..a34be5f23 100644 --- a/roundcubemail/program/localization/en_US/labels.inc +++ b/roundcubemail/program/localization/en_US/labels.inc @@ -315,6 +315,7 @@ $labels['pagesize'] = 'Rows per page'; $labels['signature'] = 'Signature'; $labels['dstactive'] = 'Daylight saving time'; $labels['htmleditor'] = 'Compose HTML messages'; +$labels['htmlonreply'] = 'on reply to HTML message only'; $labels['htmlsignature'] = 'HTML signature'; $labels['previewpane'] = 'Show preview pane'; $labels['skin'] = 'Interface skin'; diff --git a/roundcubemail/program/localization/pl_PL/labels.inc b/roundcubemail/program/localization/pl_PL/labels.inc index ba9e1a26d..b083fb54b 100644 --- a/roundcubemail/program/localization/pl_PL/labels.inc +++ b/roundcubemail/program/localization/pl_PL/labels.inc @@ -252,6 +252,7 @@ $labels['pagesize'] = 'Liczba wierszy na stronie'; $labels['signature'] = 'Podpis'; $labels['dstactive'] = 'Czas letni'; $labels['htmleditor'] = 'Twórz wiadomości HTML'; +$labels['htmlonreply'] = 'tylko w odpowiedzi na wiadomość HTML'; $labels['htmlsignature'] = 'Podpis w HTML'; $labels['previewpane'] = 'Pokaż podgląd wiadomości'; $labels['skin'] = 'Wygląd interfejsu'; |
