From 1b9142154036ed348ffe2fdcbe1022f8d9014c7f Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Wed, 06 Oct 2010 14:32:03 -0400 Subject: [PATCH] - Add 'htmlonreply' label --- program/localization/en_US/labels.inc | 1 + program/localization/pl_PL/labels.inc | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index c067210..a34be5f 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -315,6 +315,7 @@ $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/program/localization/pl_PL/labels.inc b/program/localization/pl_PL/labels.inc index ba9e1a2..b083fb5 100644 --- a/program/localization/pl_PL/labels.inc +++ b/program/localization/pl_PL/labels.inc @@ -252,6 +252,7 @@ $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'; -- Gitblit v1.9.1