From 1c029b9c7c67c9603e9044b65c843300dd73ecb8 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Sun, 01 Jan 2012 07:55:35 -0500 Subject: [PATCH] - Fix label too long (#1488283), fix polish translation --- program/steps/addressbook/edit.inc | 2 +- program/steps/addressbook/show.inc | 2 +- program/localization/pl_PL/labels.inc | 2 +- program/steps/addressbook/search.inc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/program/localization/pl_PL/labels.inc b/program/localization/pl_PL/labels.inc index 85a6718..3d96297 100644 --- a/program/localization/pl_PL/labels.inc +++ b/program/localization/pl_PL/labels.inc @@ -353,7 +353,7 @@ $labels['dsn'] = 'Status dostarczenia (DSN)'; $labels['reqdsn'] = 'Zawsze żądaj statusu dostarczenia (DSN)'; $labels['replysamefolder'] = 'Umieszczaj odpowiedzi w folderze wiadomości, na którą odpowiadam'; -$labels['contactproperties'] = 'Właściwości'; +$labels['contactproperties'] = 'Właściwości kontaktu'; $labels['properties'] = 'Właściwości'; $labels['folderproperties'] = 'Właściwości folderu'; $labels['parentfolder'] = 'Folder nadrzędny'; diff --git a/program/steps/addressbook/edit.inc b/program/steps/addressbook/edit.inc index c5ca44d..1dde84a 100644 --- a/program/steps/addressbook/edit.inc +++ b/program/steps/addressbook/edit.inc @@ -130,7 +130,7 @@ $form = array( 'contact' => array( - 'name' => rcube_label('contactproperties'), + 'name' => rcube_label('properties'), 'content' => array( 'email' => array('size' => $i_size, 'visible' => true), 'phone' => array('size' => $i_size, 'visible' => true), diff --git a/program/steps/addressbook/search.inc b/program/steps/addressbook/search.inc index e4ce2d6..c9c162a 100644 --- a/program/steps/addressbook/search.inc +++ b/program/steps/addressbook/search.inc @@ -252,7 +252,7 @@ $form = array( 'main' => array( - 'name' => rcube_label('contactproperties'), + 'name' => rcube_label('properties'), 'content' => array( ), ), diff --git a/program/steps/addressbook/show.inc b/program/steps/addressbook/show.inc index f810a1e..cf17636 100644 --- a/program/steps/addressbook/show.inc +++ b/program/steps/addressbook/show.inc @@ -102,7 +102,7 @@ $form = array( 'contact' => array( - 'name' => rcube_label('contactproperties'), + 'name' => rcube_label('properties'), 'content' => array( 'email' => array('size' => $i_size, 'render_func' => 'rcmail_render_email_value'), 'phone' => array('size' => $i_size), -- Gitblit v1.9.1