From a3644638aaf0418598196a870204e0b632a4c8ad Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Fri, 17 Apr 2015 06:28:40 -0400 Subject: [PATCH] Allow preference sections to define CSS class names --- program/localization/en_US/csv2vcard.inc | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/program/localization/en_US/csv2vcard.inc b/program/localization/en_US/csv2vcard.inc index e7b8679..67a1757 100644 --- a/program/localization/en_US/csv2vcard.inc +++ b/program/localization/en_US/csv2vcard.inc @@ -5,7 +5,7 @@ | localization/<lang>/csv2vcard.inc | | | | Localization file of the Roundcube Webmail client | - | Copyright (C) 2005-2013, The Roundcube Dev Team | + | Copyright (C) 2005-2015, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | @@ -40,6 +40,8 @@ $map['company'] = "Company"; $map['department'] = "Department"; $map['email_address'] = "E-mail Address"; +$map['email_2_address'] = "E-mail 2 Address"; +$map['email_3_address'] = "E-mail 3 Address"; $map['first_name'] = "First Name"; $map['gender'] = "Gender"; $map['home_city'] = "Home City"; -- Gitblit v1.9.1