diff options
-rw-r--r-- | program/localization/de_CH/labels.inc | 1 | ||||
-rw-r--r-- | program/localization/de_DE/labels.inc | 1 | ||||
-rw-r--r-- | program/localization/en_US/labels.inc | 1 | ||||
-rw-r--r-- | program/localization/pl_PL/labels.inc | 1 | ||||
-rw-r--r-- | skins/default/templates/mail.html | 2 |
5 files changed, 3 insertions, 3 deletions
diff --git a/program/localization/de_CH/labels.inc b/program/localization/de_CH/labels.inc index 1fc42dcf7..c5fa8fa05 100644 --- a/program/localization/de_CH/labels.inc +++ b/program/localization/de_CH/labels.inc @@ -199,6 +199,7 @@ $labels['name'] = 'Anzeigename'; $labels['firstname'] = 'Vorname'; $labels['surname'] = 'Nachname'; $labels['email'] = 'E-Mail'; +$labels['contacts'] = 'Kontakte'; $labels['addcontact'] = 'Kontakt hinzufügen'; $labels['editcontact'] = 'Kontakt bearbeiten'; $labels['edit'] = 'Bearbeiten'; diff --git a/program/localization/de_DE/labels.inc b/program/localization/de_DE/labels.inc index 659d8ddf8..0ceb99ad7 100644 --- a/program/localization/de_DE/labels.inc +++ b/program/localization/de_DE/labels.inc @@ -199,6 +199,7 @@ $labels['name'] = 'Angezeigter Name'; $labels['firstname'] = 'Vorname'; $labels['surname'] = 'Nachname'; $labels['email'] = 'E-Mail'; +$labels['contacts'] = 'Kontakte'; $labels['addcontact'] = 'Kontakt hinzufügen'; $labels['editcontact'] = 'Kontakt bearbeiten'; $labels['edit'] = 'Bearbeiten'; diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index 34de9159b..b87bcceb7 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -142,7 +142,6 @@ $labels['markunread'] = 'As unread'; $labels['markflagged'] = 'As flagged'; $labels['markunflagged'] = 'As unflagged'; $labels['messageactions'] = 'More actions...'; -$labels['preview'] = 'Preview'; $labels['select'] = 'Select'; $labels['all'] = 'All'; diff --git a/program/localization/pl_PL/labels.inc b/program/localization/pl_PL/labels.inc index 4f2646b21..9ad445f90 100644 --- a/program/localization/pl_PL/labels.inc +++ b/program/localization/pl_PL/labels.inc @@ -346,6 +346,5 @@ $labels['korean'] = 'koreański'; $labels['chinese'] = 'chiński'; $labels['folderactions'] = 'Działania na folderach...'; $labels['contacts'] = 'Kontakty'; -$labels['preview'] = 'Podgląd'; ?> diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index 5fcd45c70..0ceb9d309 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -79,7 +79,7 @@ <roundcube:button command="expand-unread" type="link" title="expand-unread" class="buttonPas expand-unread" classAct="button expand-unread" classSel="button expand-unreadsel" content=" " /> <roundcube:button command="collapse-all" type="link" title="collapse-all" class="buttonPas collapse-all" classAct="button collapse-all" classSel="button collapse-allsel" content=" " /> <roundcube:endif /> - <span style="margin-left: 10px"><roundcube:label name="preview" />: </span> + <span style="margin-left: 10px"><roundcube:label name="previewpane" />: </span> <input type="checkbox" onclick="rcmail_ui.switch_preview_pane(this)"<roundcube:if condition="config:preview_pane == true" /> checked="checked"<roundcube:endif /> /> </div> <div id="countcontrols" class="pagenav"> |