Show spam aliases #
This commit is contained in:
29
data/web/rc/plugins/vcard_attachments/composer.json
Normal file
29
data/web/rc/plugins/vcard_attachments/composer.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "roundcube/vcard_attachments",
|
||||
"type": "roundcube-plugin",
|
||||
"description": "Detects vCard attachments and allows to add them to address book. Also allows to attach vCards of your contacts to composed messages",
|
||||
"license": "GPLv3+",
|
||||
"version": "4.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Thomas Bruederli",
|
||||
"email": "roundcube@gmail.com",
|
||||
"role": "Lead"
|
||||
},
|
||||
{
|
||||
"name": "Aleksander Machniak",
|
||||
"email": "alec@alec.pl",
|
||||
"role": "Lead"
|
||||
}
|
||||
],
|
||||
"repositories": [
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "http://plugins.roundcube.net"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3.0",
|
||||
"roundcube/plugin-installer": ">=0.1.3"
|
||||
}
|
||||
}
|
20
data/web/rc/plugins/vcard_attachments/localization/ar.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/ar.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'إضافة vCard إلى دفتر العناوين';
|
||||
$labels['vcardsavefailed'] = 'غير قادر على حفظ بصيغة vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/ar_SA.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/ar_SA.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'إضافة صيغة vCard إلى دفتر العناوين';
|
||||
$labels['vcardsavefailed'] = 'غير قادر على الحفظ بصيغة vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/ast.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/ast.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Amestar vCard a la llibreta de direiciones';
|
||||
$labels['vcardsavefailed'] = 'Nun pue guardase la vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/az_AZ.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/az_AZ.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'vCard-ı kontakta daxil et';
|
||||
$labels['vcardsavefailed'] = 'vCard-ı saxlamaq alınmadı';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/be_BE.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/be_BE.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Дадаць vCard у адрасную кнігу';
|
||||
$labels['vcardsavefailed'] = 'Немагчыма захаваць vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/bg_BG.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/bg_BG.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Добавяне на vCard към адресната книга';
|
||||
$labels['vcardsavefailed'] = 'Невъзможен запис на vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/br.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/br.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Ouzhpennañ ar vCard d\'ar c\'harned chomlec\'hioù';
|
||||
$labels['vcardsavefailed'] = 'N\'haller ket enrollañ ar vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/bs_BA.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/bs_BA.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Dodaj vCard u adresar';
|
||||
$labels['vcardsavefailed'] = 'Nije moguće sačuvati vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/ca_ES.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/ca_ES.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Afegeix la vCard a la llibreta d\'adreces';
|
||||
$labels['vcardsavefailed'] = 'No s\'ha pogut desar la vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/cs_CZ.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/cs_CZ.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Přidat vCard do adresáře';
|
||||
$labels['vcardsavefailed'] = 'Nelze uložit vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/cy_GB.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/cy_GB.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Ychwanegu vCard i\'r llyfr cyfeiriadau';
|
||||
$labels['vcardsavefailed'] = 'Methwyd cadw\'r vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/da_DK.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/da_DK.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Tilføj vCard til adressebogen';
|
||||
$labels['vcardsavefailed'] = 'Kan ikke gemme dette vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/de_CH.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/de_CH.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Kontakt im Adressbuch speichern';
|
||||
$labels['vcardsavefailed'] = 'Der Kontakt konnte nicht gespeichert werden';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/de_DE.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/de_DE.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Kontakt im Adressbuch speichern';
|
||||
$labels['vcardsavefailed'] = 'Der Kontakt konnte nicht gespeichert werden';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/el_GR.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/el_GR.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Προσθήκη vCard στο βιβλίο διευθύνσεων';
|
||||
$labels['vcardsavefailed'] = 'Δεν είναι δυνατή η αποθήκευση του vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/en_CA.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/en_CA.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Add vCard to addressbook';
|
||||
$labels['vcardsavefailed'] = 'Unable to save vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/en_GB.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/en_GB.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Add vCard to addressbook';
|
||||
$labels['vcardsavefailed'] = 'Unable to save vCard';
|
||||
?>
|
25
data/web/rc/plugins/vcard_attachments/localization/en_US.inc
Normal file
25
data/web/rc/plugins/vcard_attachments/localization/en_US.inc
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
|
||||
$labels = array();
|
||||
$labels['addvcardmsg'] = 'Add vCard to addressbook';
|
||||
$labels['vcardsavefailed'] = 'Unable to save vCard';
|
||||
$labels['attachvcard'] = 'Attach vCard';
|
||||
$labels['vcard'] = 'vCard';
|
||||
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/eo.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/eo.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Aldoni vCard al adresaro';
|
||||
$labels['vcardsavefailed'] = 'vCard ne konserveblas';
|
||||
?>
|
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Agregar vCard a la libreta de direcciones';
|
||||
$labels['vcardsavefailed'] = 'No se puede guardar la vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/es_AR.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/es_AR.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Agregar vCard a la libreta de direcciones';
|
||||
$labels['vcardsavefailed'] = 'Imposible guardar vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/es_ES.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/es_ES.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Añadir tarjeta vCard a la libreta de direcciones';
|
||||
$labels['vcardsavefailed'] = 'No se pudo guardar la tarjeta vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/et_EE.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/et_EE.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Lisa vCard aadressiraamatusse';
|
||||
$labels['vcardsavefailed'] = 'vCard salvestamine nurjus';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/eu_ES.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/eu_ES.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Gehitu vCard helbide-liburura';
|
||||
$labels['vcardsavefailed'] = 'Ezin da vCard gorde';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/fa_IR.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/fa_IR.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'افزودن vCard به دفترچه نشانی';
|
||||
$labels['vcardsavefailed'] = 'ناتوان در ذخیره vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/fi_FI.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/fi_FI.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Lisää vCard osoitekirjaan';
|
||||
$labels['vcardsavefailed'] = 'vCardin tallennus epäonnistui';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/fo_FO.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/fo_FO.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Legg vCard til búðstaðar savn';
|
||||
$labels['vcardsavefailed'] = 'Kann ikki goyma vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/fr_FR.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/fr_FR.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Ajouter la vcard au carnet d\'adresses';
|
||||
$labels['vcardsavefailed'] = 'Impossible d\'enregistrer la vcard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/gl_ES.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/gl_ES.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Engadir vCard á Axenda de enderezos';
|
||||
$labels['vcardsavefailed'] = 'Non foi posíbel gardar a vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/he_IL.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/he_IL.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'הוספת כרטיס ביקור בפורמט vCard לספר הכתובות';
|
||||
$labels['vcardsavefailed'] = 'לא ניתן לשמור את כרטיס הביקור vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/hr_HR.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/hr_HR.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Dodaj vCard u imenik';
|
||||
$labels['vcardsavefailed'] = 'Ne mogu pohraniti vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/hu_HU.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/hu_HU.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'vCard hozzáadása a címjegyzékhez';
|
||||
$labels['vcardsavefailed'] = 'Sikertelen a vCard mentése';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/hy_AM.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/hy_AM.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Ավելացնել vCard-ը հասցեագրքում';
|
||||
$labels['vcardsavefailed'] = 'vCard-ի պահպանումը ձախողվեց';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/ia.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/ia.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Adder le vCard al adressario';
|
||||
$labels['vcardsavefailed'] = 'Impossibile salveguardar le vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/id_ID.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/id_ID.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Tambahkan vCard ke buku alamat';
|
||||
$labels['vcardsavefailed'] = 'Tidak dapat menyimpan vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/it_IT.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/it_IT.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Aggiungi vCard alla Agenda';
|
||||
$labels['vcardsavefailed'] = 'Abilita a salvare vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/ja_JP.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/ja_JP.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'vCardをアドレス帳に追加';
|
||||
$labels['vcardsavefailed'] = 'vCardを保存できませんでした。';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/km_KH.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/km_KH.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'បន្ថែម vCard ទៅសៀវភៅអាសយដ្ឋាន';
|
||||
$labels['vcardsavefailed'] = 'មិនអាចរក្សាទុក vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/ko_KR.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/ko_KR.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = '주소록에 vCard 추가';
|
||||
$labels['vcardsavefailed'] = 'vCard를 저장할 수 없음';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/ku.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/ku.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'vCardê tevî deftera navnîşanan bike';
|
||||
$labels['vcardsavefailed'] = 'Tomarkirina vCard betal bike';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/lb_LU.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/lb_LU.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'vCard an d\'Adressbuch setzen';
|
||||
$labels['vcardsavefailed'] = 'vCard kann net gespäichert ginn';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/lt_LT.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/lt_LT.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Įtraukti vizitinę kortelę į adresų knygą';
|
||||
$labels['vcardsavefailed'] = 'Įrašyti vizitinės kortelės nepavyko';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/lv_LV.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/lv_LV.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Pievienot vizītkarti adrešu grāmatai';
|
||||
$labels['vcardsavefailed'] = 'Nevarēja saglabāt vizītkarti';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/ml_IN.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/ml_IN.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'വിലാസപുസ്തകത്തിലേക്ക് വികാര്ഡ് ചേര്ക്കുക';
|
||||
$labels['vcardsavefailed'] = 'വികാര്ഡ് ചേര്ക്കാന് പറ്റിയില്ല';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/mn_MN.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/mn_MN.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Хаягийн дэвтэрт vCard нэмэх';
|
||||
$labels['vcardsavefailed'] = 'vCard хадгалж чадахгүй байна';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/mr_IN.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/mr_IN.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'व्हीकार्ड पत्ते नोंदवहीत समाविष्ट करा';
|
||||
$labels['vcardsavefailed'] = 'व्हीकार्ड जतन करण्यास असमर्थ';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/nb_NO.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/nb_NO.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Legg til vCard i adresseboken';
|
||||
$labels['vcardsavefailed'] = 'Ikke i stand til å lagre vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/nl_NL.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/nl_NL.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Voeg vCard toe aan adresboek';
|
||||
$labels['vcardsavefailed'] = 'Kan vCard niet opslaan';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/nn_NO.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/nn_NO.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Legg til vCard i adresseboka';
|
||||
$labels['vcardsavefailed'] = 'Klarte ikkje lagra vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/pl_PL.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/pl_PL.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Dodaj wizytówkę (vCard) do kontaktów';
|
||||
$labels['vcardsavefailed'] = 'Nie można zapisać wizytówki (vCard)';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/pt_BR.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/pt_BR.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Adicionar o vCard ao Catálogo de Endereços';
|
||||
$labels['vcardsavefailed'] = 'Impossível salvar o vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/pt_PT.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/pt_PT.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Adicionar o vCard ao Livro de Endereços';
|
||||
$labels['vcardsavefailed'] = 'Não foi possível guardar o vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/ro_RO.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/ro_RO.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Adaugă vCard la agendă';
|
||||
$labels['vcardsavefailed'] = 'Nu pot salva vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/ru_RU.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/ru_RU.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Добавить в контакты';
|
||||
$labels['vcardsavefailed'] = 'Не удалось сохранить vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/si_LK.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/si_LK.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'vCard පත ලිපින පොතට එක් කරන්න';
|
||||
$labels['vcardsavefailed'] = 'vCard පත සුරැකීම අසාර්ථකයි';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/sk_SK.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/sk_SK.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Pridať vizitku vCard do adresára';
|
||||
$labels['vcardsavefailed'] = 'Vizitku vCard nemožno uložiť';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/sl_SI.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/sl_SI.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Dodaj vCard med Stike.';
|
||||
$labels['vcardsavefailed'] = 'Stika vCard ni bilo mogoče shraniti.';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/sq_AL.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/sq_AL.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Shtoje vCard-in te libër adresash';
|
||||
$labels['vcardsavefailed'] = 'I pazoti të ruajë vCard-in';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/sr_CS.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/sr_CS.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Додај в-картицу у адресар';
|
||||
$labels['vcardsavefailed'] = 'Не могу да сачувам в-картицу';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/sv_SE.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/sv_SE.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Lägg till vCard i adressbok';
|
||||
$labels['vcardsavefailed'] = 'Kunde inte spara vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/tr_TR.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/tr_TR.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Adres defterine vCard ekle';
|
||||
$labels['vcardsavefailed'] = 'vCard kaydedilemedi';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/uk_UA.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/uk_UA.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Додати vCard до контактів';
|
||||
$labels['vcardsavefailed'] = 'Не вдалось зберегти vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/vi_VN.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/vi_VN.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = 'Thêm vCard vào sổ địa chỉ';
|
||||
$labels['vcardsavefailed'] = 'Không thể lưu vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/zh_CN.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/zh_CN.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = '添加 vCard 至地址簿中';
|
||||
$labels['vcardsavefailed'] = '无法保存 vCard';
|
||||
?>
|
20
data/web/rc/plugins/vcard_attachments/localization/zh_TW.inc
Normal file
20
data/web/rc/plugins/vcard_attachments/localization/zh_TW.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/vcard_attachments/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Vcard Attachments plugin |
|
||||
| Copyright (C) 2012-2013, The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for skins & plugins. |
|
||||
| See the README file for a full license statement. |
|
||||
| |
|
||||
+-----------------------------------------------------------------------+
|
||||
|
||||
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-vcard_attachments/
|
||||
*/
|
||||
$labels['addvcardmsg'] = '加入 vCard 到通訊錄';
|
||||
$labels['vcardsavefailed'] = '無法儲存 vCard';
|
||||
?>
|
@@ -0,0 +1,29 @@
|
||||
|
||||
p.vcardattachment {
|
||||
margin: 0.5em 1em;
|
||||
border: 1px solid #999;
|
||||
border-radius:4px;
|
||||
-moz-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
p.vcardattachment a {
|
||||
display: block;
|
||||
background: url(vcard_add_contact.png) 4px 0px no-repeat;
|
||||
padding: 0.7em 0.5em 0.3em 42px;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
#abookactions a.vcard span {
|
||||
text-indent: -5000px;
|
||||
display: inline-block;
|
||||
height: 22px;
|
||||
width: 15px;
|
||||
background: url(../../../../skins/classic/images/messageicons.png) 0 -168px no-repeat;
|
||||
}
|
||||
|
||||
#abookactions a.vcard.disabled span {
|
||||
opacity: 0.5;
|
||||
}
|
1
data/web/rc/plugins/vcard_attachments/skins/classic/style.min.css
vendored
Normal file
1
data/web/rc/plugins/vcard_attachments/skins/classic/style.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
p.vcardattachment{margin:.5em 1em;border:1px solid #999;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;width:auto}p.vcardattachment a{display:block;background:url(vcard_add_contact.png) 4px 0 no-repeat;padding:.7em .5em .3em 42px;height:22px}#abookactions a.vcard span{text-indent:-5000px;display:inline-block;height:22px;width:15px;background:url(../../../../skins/classic/images/messageicons.png) 0 -168px no-repeat}#abookactions a.vcard.disabled span{opacity:.5}
|
BIN
data/web/rc/plugins/vcard_attachments/skins/classic/vcard.png
Normal file
BIN
data/web/rc/plugins/vcard_attachments/skins/classic/vcard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 493 B |
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
21
data/web/rc/plugins/vcard_attachments/skins/larry/style.css
Normal file
21
data/web/rc/plugins/vcard_attachments/skins/larry/style.css
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
p.vcardattachment {
|
||||
margin: 0.5em 1em;
|
||||
width: auto;
|
||||
background: #f9f9f9;
|
||||
border: 1px solid #d3d3d3;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 0 2px #ccc;
|
||||
-webkit-box-shadow: 0 0 2px #ccc;
|
||||
}
|
||||
|
||||
p.vcardattachment a {
|
||||
display: block;
|
||||
background: url(vcard_add_contact.png) 6px 2px no-repeat;
|
||||
padding: 1.2em 0.5em 0.7em 46px;
|
||||
}
|
||||
|
||||
a.listbutton.vcard .inner
|
||||
{
|
||||
background-position: center -2107px;
|
||||
}
|
1
data/web/rc/plugins/vcard_attachments/skins/larry/style.min.css
vendored
Normal file
1
data/web/rc/plugins/vcard_attachments/skins/larry/style.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
p.vcardattachment{margin:.5em 1em;width:auto;background:#f9f9f9;border:1px solid #d3d3d3;border-radius:4px;box-shadow:0 0 2px #ccc;-webkit-box-shadow:0 0 2px #ccc}p.vcardattachment a{display:block;background:url(vcard_add_contact.png) 6px 2px no-repeat;padding:1.2em .5em .7em 46px}a.listbutton.vcard .inner{background-position:center -2107px}
|
BIN
data/web/rc/plugins/vcard_attachments/skins/larry/vcard.png
Normal file
BIN
data/web/rc/plugins/vcard_attachments/skins/larry/vcard.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 493 B |
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
class VcardAttachments_Plugin extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
|
||||
function setUp()
|
||||
{
|
||||
include_once __DIR__ . '/../vcard_attachments.php';
|
||||
}
|
||||
|
||||
/**
|
||||
* Plugin object construction test
|
||||
*/
|
||||
function test_constructor()
|
||||
{
|
||||
$rcube = rcube::get_instance();
|
||||
$plugin = new vcard_attachments($rcube->api);
|
||||
|
||||
$this->assertInstanceOf('vcard_attachments', $plugin);
|
||||
$this->assertInstanceOf('rcube_plugin', $plugin);
|
||||
}
|
||||
}
|
||||
|
327
data/web/rc/plugins/vcard_attachments/vcard_attachments.php
Normal file
327
data/web/rc/plugins/vcard_attachments/vcard_attachments.php
Normal file
@@ -0,0 +1,327 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Detects VCard attachments and show a button to add them to address book
|
||||
* Adds possibility to attach a contact vcard to mail messages
|
||||
*
|
||||
* @license GNU GPLv3+
|
||||
* @author Thomas Bruederli, Aleksander Machniak
|
||||
*/
|
||||
class vcard_attachments extends rcube_plugin
|
||||
{
|
||||
public $task = 'mail';
|
||||
|
||||
private $message;
|
||||
private $vcard_parts = array();
|
||||
private $vcard_bodies = array();
|
||||
|
||||
function init()
|
||||
{
|
||||
$rcmail = rcmail::get_instance();
|
||||
|
||||
if ($rcmail->action == 'show' || $rcmail->action == 'preview') {
|
||||
$this->add_hook('message_load', array($this, 'message_load'));
|
||||
$this->add_hook('template_object_messagebody', array($this, 'html_output'));
|
||||
}
|
||||
else if ($rcmail->action == 'upload') {
|
||||
$this->add_hook('attachment_from_uri', array($this, 'attach_vcard'));
|
||||
}
|
||||
else if ($rcmail->action == 'compose' && !$rcmail->output->framed) {
|
||||
$skin_path = $this->local_skin_path();
|
||||
$btn_class = strpos($skin_path, 'classic') ? 'button' : 'listbutton';
|
||||
|
||||
$this->add_texts('localization', true);
|
||||
$this->include_stylesheet($skin_path . '/style.css');
|
||||
$this->include_script('vcardattach.js');
|
||||
$this->add_button(
|
||||
array(
|
||||
'type' => 'link',
|
||||
'label' => 'vcard_attachments.vcard',
|
||||
'command' => 'attach-vcard',
|
||||
'class' => $btn_class . ' vcard disabled',
|
||||
'classact' => $btn_class . ' vcard',
|
||||
'title' => 'vcard_attachments.attachvcard',
|
||||
'innerclass' => 'inner',
|
||||
),
|
||||
'compose-contacts-toolbar');
|
||||
}
|
||||
else if (!$rcmail->output->framed && (!$rcmail->action || $rcmail->action == 'list')) {
|
||||
$icon = 'plugins/vcard_attachments/' .$this->local_skin_path(). '/vcard.png';
|
||||
$rcmail->output->set_env('vcard_icon', $icon);
|
||||
$this->include_script('vcardattach.js');
|
||||
}
|
||||
|
||||
$this->register_action('plugin.savevcard', array($this, 'save_vcard'));
|
||||
}
|
||||
|
||||
/**
|
||||
* Check message bodies and attachments for vcards
|
||||
*/
|
||||
function message_load($p)
|
||||
{
|
||||
$this->message = $p['object'];
|
||||
|
||||
// handle attachments vcard attachments
|
||||
foreach ((array)$this->message->attachments as $attachment) {
|
||||
if ($this->is_vcard($attachment)) {
|
||||
$this->vcard_parts[] = $attachment->mime_id;
|
||||
}
|
||||
}
|
||||
// the same with message bodies
|
||||
foreach ((array)$this->message->parts as $part) {
|
||||
if ($this->is_vcard($part)) {
|
||||
$this->vcard_parts[] = $part->mime_id;
|
||||
$this->vcard_bodies[] = $part->mime_id;
|
||||
}
|
||||
}
|
||||
|
||||
if ($this->vcard_parts) {
|
||||
$this->add_texts('localization');
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* This callback function adds a box below the message content
|
||||
* if there is a vcard attachment available
|
||||
*/
|
||||
function html_output($p)
|
||||
{
|
||||
$attach_script = false;
|
||||
|
||||
foreach ($this->vcard_parts as $part) {
|
||||
$vcards = rcube_vcard::import($this->message->get_part_content($part, null, true));
|
||||
|
||||
// successfully parsed vcards?
|
||||
if (empty($vcards)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
// remove part's body
|
||||
if (in_array($part, $this->vcard_bodies)) {
|
||||
$p['content'] = '';
|
||||
}
|
||||
|
||||
foreach ($vcards as $idx => $vcard) {
|
||||
// skip invalid vCards
|
||||
if (empty($vcard->email) || empty($vcard->email[0])) {
|
||||
continue;
|
||||
}
|
||||
|
||||
$display = $vcard->displayname . ' <'.$vcard->email[0].'>';
|
||||
|
||||
// add box below message body
|
||||
$p['content'] .= html::p(array('class' => 'vcardattachment'),
|
||||
html::a(array(
|
||||
'href' => "#",
|
||||
'onclick' => "return plugin_vcard_save_contact('" . rcube::JQ($part.':'.$idx) . "')",
|
||||
'title' => $this->gettext('addvcardmsg'),
|
||||
),
|
||||
html::span(null, rcube::Q($display)))
|
||||
);
|
||||
}
|
||||
|
||||
$attach_script = true;
|
||||
}
|
||||
|
||||
if ($attach_script) {
|
||||
$this->include_script('vcardattach.js');
|
||||
$this->include_stylesheet($this->local_skin_path() . '/style.css');
|
||||
}
|
||||
|
||||
return $p;
|
||||
}
|
||||
|
||||
/**
|
||||
* Handler for request action
|
||||
*/
|
||||
function save_vcard()
|
||||
{
|
||||
$this->add_texts('localization', true);
|
||||
|
||||
$uid = rcube_utils::get_input_value('_uid', rcube_utils::INPUT_POST);
|
||||
$mbox = rcube_utils::get_input_value('_mbox', rcube_utils::INPUT_POST);
|
||||
$mime_id = rcube_utils::get_input_value('_part', rcube_utils::INPUT_POST);
|
||||
|
||||
$rcmail = rcmail::get_instance();
|
||||
$message = new rcube_message($uid, $mbox);
|
||||
|
||||
if ($uid && $mime_id) {
|
||||
list($mime_id, $index) = explode(':', $mime_id);
|
||||
$part = $message->get_part_content($mime_id, null, true);
|
||||
}
|
||||
|
||||
$error_msg = $this->gettext('vcardsavefailed');
|
||||
|
||||
if ($part && ($vcards = rcube_vcard::import($part))
|
||||
&& ($vcard = $vcards[$index]) && $vcard->displayname && $vcard->email
|
||||
) {
|
||||
$CONTACTS = $this->get_address_book();
|
||||
$email = $vcard->email[0];
|
||||
$contact = $vcard->get_assoc();
|
||||
$valid = true;
|
||||
|
||||
// skip entries without an e-mail address or invalid
|
||||
if (empty($email) || !$CONTACTS->validate($contact, true)) {
|
||||
$valid = false;
|
||||
}
|
||||
else {
|
||||
// We're using UTF8 internally
|
||||
$email = rcube_utils::idn_to_utf8($email);
|
||||
|
||||
// compare e-mail address
|
||||
$existing = $CONTACTS->search('email', $email, 1, false);
|
||||
// compare display name
|
||||
if (!$existing->count && $vcard->displayname) {
|
||||
$existing = $CONTACTS->search('name', $vcard->displayname, 1, false);
|
||||
}
|
||||
|
||||
if ($existing->count) {
|
||||
$rcmail->output->command('display_message', $this->gettext('contactexists'), 'warning');
|
||||
$valid = false;
|
||||
}
|
||||
}
|
||||
|
||||
if ($valid) {
|
||||
$plugin = $rcmail->plugins->exec_hook('contact_create', array('record' => $contact, 'source' => null));
|
||||
$contact = $plugin['record'];
|
||||
|
||||
if (!$plugin['abort'] && $CONTACTS->insert($contact))
|
||||
$rcmail->output->command('display_message', $this->gettext('addedsuccessfully'), 'confirmation');
|
||||
else
|
||||
$rcmail->output->command('display_message', $error_msg, 'error');
|
||||
}
|
||||
}
|
||||
else {
|
||||
$rcmail->output->command('display_message', $error_msg, 'error');
|
||||
}
|
||||
|
||||
$rcmail->output->send();
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks if specified message part is a vcard data
|
||||
*
|
||||
* @param rcube_message_part Part object
|
||||
*
|
||||
* @return boolean True if part is of type vcard
|
||||
*/
|
||||
function is_vcard($part)
|
||||
{
|
||||
return (
|
||||
// Content-Type: text/vcard;
|
||||
$part->mimetype == 'text/vcard' ||
|
||||
// Content-Type: text/x-vcard;
|
||||
$part->mimetype == 'text/x-vcard' ||
|
||||
// Content-Type: text/directory; profile=vCard;
|
||||
($part->mimetype == 'text/directory' && (
|
||||
($part->ctype_parameters['profile'] &&
|
||||
strtolower($part->ctype_parameters['profile']) == 'vcard')
|
||||
// Content-Type: text/directory; (with filename=*.vcf)
|
||||
|| ($part->filename && preg_match('/\.vcf$/i', $part->filename))
|
||||
)
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Getter for default (writable) addressbook
|
||||
*/
|
||||
private function get_address_book()
|
||||
{
|
||||
if ($this->abook) {
|
||||
return $this->abook;
|
||||
}
|
||||
|
||||
$rcmail = rcmail::get_instance();
|
||||
$abook = $rcmail->config->get('default_addressbook');
|
||||
|
||||
// Get configured addressbook
|
||||
$CONTACTS = $rcmail->get_address_book($abook, true);
|
||||
|
||||
// Get first writeable addressbook if the configured doesn't exist
|
||||
// This can happen when user deleted the addressbook (e.g. Kolab folder)
|
||||
if ($abook === null || $abook === '' || !is_object($CONTACTS)) {
|
||||
$source = reset($rcmail->get_address_sources(true));
|
||||
$CONTACTS = $rcmail->get_address_book($source['id'], true);
|
||||
}
|
||||
|
||||
return $this->abook = $CONTACTS;
|
||||
}
|
||||
|
||||
/**
|
||||
* Attaches a contact vcard to composed mail
|
||||
*/
|
||||
public function attach_vcard($args)
|
||||
{
|
||||
if (preg_match('|^vcard://(.+)$|', $args['uri'], $m)) {
|
||||
list($cid, $source) = explode('-', $m[1]);
|
||||
|
||||
$vcard = $this->get_contact_vcard($source, $cid, $filename);
|
||||
$params = array(
|
||||
'filename' => $filename,
|
||||
'mimetype' => 'text/vcard',
|
||||
);
|
||||
|
||||
if ($vcard) {
|
||||
$args['attachment'] = rcmail_save_attachment($vcard, null, $args['compose_id'], $params);
|
||||
}
|
||||
}
|
||||
|
||||
return $args;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get vcard data for specified contact
|
||||
*/
|
||||
private function get_contact_vcard($source, $cid, &$filename = null)
|
||||
{
|
||||
$rcmail = rcmail::get_instance();
|
||||
$source = $rcmail->get_address_book($source);
|
||||
$contact = $source->get_record($cid, true);
|
||||
|
||||
if ($contact) {
|
||||
$fieldmap = $source ? $source->vcard_map : null;
|
||||
|
||||
if (empty($contact['vcard'])) {
|
||||
$vcard = new rcube_vcard('', RCUBE_CHARSET, false, $fieldmap);
|
||||
$vcard->reset();
|
||||
|
||||
foreach ($contact as $key => $values) {
|
||||
list($field, $section) = explode(':', $key);
|
||||
// avoid unwanted casting of DateTime objects to an array
|
||||
// (same as in rcube_contacts::convert_save_data())
|
||||
if (is_object($values) && is_a($values, 'DateTime')) {
|
||||
$values = array($values);
|
||||
}
|
||||
|
||||
foreach ((array) $values as $value) {
|
||||
if (is_array($value) || is_a($value, 'DateTime') || @strlen($value)) {
|
||||
$vcard->set($field, $value, strtoupper($section));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
$contact['vcard'] = $vcard->export();
|
||||
}
|
||||
|
||||
$name = rcube_addressbook::compose_list_name($contact);
|
||||
$filename = (self::parse_filename($name) ?: 'contact') . '.vcf';
|
||||
|
||||
// fix folding and end-of-line chars
|
||||
$vcard = preg_replace('/\r|\n\s+/', '', $contact['vcard']);
|
||||
$vcard = preg_replace('/\n/', rcube_vcard::$eol, $vcard);
|
||||
|
||||
return rcube_vcard::rfc2425_fold($vcard) . rcube_vcard::$eol;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Helper function to convert contact name into filename
|
||||
*/
|
||||
static private function parse_filename($str)
|
||||
{
|
||||
$str = preg_replace('/[\t\n\r\0\x0B:\/]+\s*/', ' ', $str);
|
||||
|
||||
return trim($str, " ./_");
|
||||
}
|
||||
}
|
72
data/web/rc/plugins/vcard_attachments/vcardattach.js
Normal file
72
data/web/rc/plugins/vcard_attachments/vcardattach.js
Normal file
@@ -0,0 +1,72 @@
|
||||
/**
|
||||
* vcard_attachments plugin script
|
||||
*
|
||||
* @licstart The following is the entire license notice for the
|
||||
* JavaScript code in this file.
|
||||
*
|
||||
* Copyright (c) 2012-2016, The Roundcube Dev Team
|
||||
*
|
||||
* The JavaScript code in this page is free software: you can redistribute it
|
||||
* and/or modify it under the terms of the GNU General Public License
|
||||
* as published by the Free Software Foundation, either version 3 of
|
||||
* the License, or (at your option) any later version.
|
||||
*
|
||||
* @licend The above is the entire license notice
|
||||
* for the JavaScript code in this file.
|
||||
*/
|
||||
|
||||
function plugin_vcard_save_contact(mime_id)
|
||||
{
|
||||
var lock = rcmail.set_busy(true, 'loading');
|
||||
rcmail.http_post('plugin.savevcard', { _uid: rcmail.env.uid, _mbox: rcmail.env.mailbox, _part: mime_id }, lock);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
function plugin_vcard_insertrow(data)
|
||||
{
|
||||
var ctype = data.row.ctype;
|
||||
|
||||
if (ctype == 'text/vcard' || ctype == 'text/x-vcard' || ctype == 'text/directory') {
|
||||
$('#rcmrow' + rcmail.html_identifier(data.uid, true) + ' > td.attachment')
|
||||
.html('<img src="' + rcmail.env.vcard_icon + '" alt="" />');
|
||||
}
|
||||
}
|
||||
|
||||
function plugin_vcard_attach()
|
||||
{
|
||||
var id, n, contacts = [],
|
||||
ts = new Date().getTime(),
|
||||
args = {_uploadid: ts, _id: rcmail.env.compose_id};
|
||||
|
||||
for (n=0; n < rcmail.contact_list.selection.length; n++) {
|
||||
id = rcmail.contact_list.selection[n];
|
||||
if (id && id.charAt(0) != 'E' && rcmail.env.contactdata[id])
|
||||
contacts.push(id);
|
||||
}
|
||||
|
||||
if (!contacts.length)
|
||||
return false;
|
||||
|
||||
args._uri = 'vcard://' + contacts.join(',');
|
||||
|
||||
// add to attachments list
|
||||
if (!rcmail.add2attachment_list(ts, {name: '', html: rcmail.get_label('attaching'), classname: 'uploading', complete: false}))
|
||||
rcmail.file_upload_id = rcmail.set_busy(true, 'attaching');
|
||||
|
||||
rcmail.http_post('upload', args);
|
||||
}
|
||||
|
||||
window.rcmail && rcmail.addEventListener('init', function(evt) {
|
||||
if (rcmail.gui_objects.messagelist)
|
||||
rcmail.addEventListener('insertrow', function(data, evt) { plugin_vcard_insertrow(data); });
|
||||
|
||||
if (rcmail.env.action == 'compose' && rcmail.gui_objects.contactslist) {
|
||||
rcmail.env.compose_commands.push('attach-vcard');
|
||||
rcmail.register_command('attach-vcard', function() { plugin_vcard_attach(); });
|
||||
rcmail.contact_list.addEventListener('select', function(list) {
|
||||
// TODO: support attaching more than one at once
|
||||
rcmail.enable_command('attach-vcard', list.selection.length == 1 && rcmail.contact_list.selection[0].charAt(0) != 'E');
|
||||
});
|
||||
}
|
||||
});
|
19
data/web/rc/plugins/vcard_attachments/vcardattach.min.js
vendored
Normal file
19
data/web/rc/plugins/vcard_attachments/vcardattach.min.js
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
/**
|
||||
* vcard_attachments plugin script
|
||||
*
|
||||
* @licstart The following is the entire license notice for the
|
||||
* JavaScript code in this file.
|
||||
*
|
||||
* Copyright (c) 2012-2016, The Roundcube Dev Team
|
||||
*
|
||||
* The JavaScript code in this page is free software: you can redistribute it
|
||||
* and/or modify it under the terms of the GNU General Public License
|
||||
* as published by the Free Software Foundation, either version 3 of
|
||||
* the License, or (at your option) any later version.
|
||||
*
|
||||
* @licend The above is the entire license notice
|
||||
* for the JavaScript code in this file.
|
||||
*/
|
||||
function plugin_vcard_save_contact(b){var a=rcmail.set_busy(!0,"loading");rcmail.http_post("plugin.savevcard",{_uid:rcmail.env.uid,_mbox:rcmail.env.mailbox,_part:b},a);return!1}function plugin_vcard_insertrow(b){var a=b.row.ctype;"text/vcard"!=a&&"text/x-vcard"!=a&&"text/directory"!=a||$("#rcmrow"+rcmail.html_identifier(b.uid,!0)+" > td.attachment").html('<img src="'+rcmail.env.vcard_icon+'" alt="" />')}
|
||||
function plugin_vcard_attach(){var b,a,c=[],d=(new Date).getTime(),e={_uploadid:d,_id:rcmail.env.compose_id};for(a=0;a<rcmail.contact_list.selection.length;a++)(b=rcmail.contact_list.selection[a])&&"E"!=b.charAt(0)&&rcmail.env.contactdata[b]&&c.push(b);if(!c.length)return!1;e._uri="vcard://"+c.join(",");rcmail.add2attachment_list(d,{name:"",html:rcmail.get_label("attaching"),classname:"uploading",complete:!1})||(rcmail.file_upload_id=rcmail.set_busy(!0,"attaching"));rcmail.http_post("upload",e)}
|
||||
window.rcmail&&rcmail.addEventListener("init",function(b){rcmail.gui_objects.messagelist&&rcmail.addEventListener("insertrow",function(a,b){plugin_vcard_insertrow(a)});"compose"==rcmail.env.action&&rcmail.gui_objects.contactslist&&(rcmail.env.compose_commands.push("attach-vcard"),rcmail.register_command("attach-vcard",function(){plugin_vcard_attach()}),rcmail.contact_list.addEventListener("select",function(a){rcmail.enable_command("attach-vcard",1==a.selection.length&&"E"!=rcmail.contact_list.selection[0].charAt(0))}))});
|
Reference in New Issue
Block a user