Show spam aliases #
This commit is contained in:
29
data/web/rc/plugins/subscriptions_option/composer.json
Normal file
29
data/web/rc/plugins/subscriptions_option/composer.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "roundcube/subscriptions_option",
|
||||
"type": "roundcube-plugin",
|
||||
"description": "A plugin which can enable or disable the use of imap subscriptions. It includes a toggle on the settings page under \"Server Settings\". The preference can also be locked.",
|
||||
"license": "GPLv3+",
|
||||
"version": "1.3",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Thomas Bruederli",
|
||||
"email": "roundcube@gmail.com",
|
||||
"role": "Lead"
|
||||
},
|
||||
{
|
||||
"name": "Ziba Scott",
|
||||
"email": "ziba@umich.edu",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"repositories": [
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "http://plugins.roundcube.net"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3.0",
|
||||
"roundcube/plugin-installer": ">=0.1.3"
|
||||
}
|
||||
}
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'استخدم اشتراكات IMAP';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Usar soscripciones IMAP';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'IMAP göndərişi istifadə et';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Выкарыстоўваць IMAP-падпіскі';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Използвай IMAP абонаменти';
|
||||
?>
|
19
data/web/rc/plugins/subscriptions_option/localization/br.inc
Normal file
19
data/web/rc/plugins/subscriptions_option/localization/br.inc
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Arverañ koumanantoù IMAP';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Koristi IMAP pretplate';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Fes servir Subscripcions IMAP';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Používat odebírání IMAP složek';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Defnyddio tanysgrifiadau IMAP';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Brug IMAP abonnementer';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Nur abonnierte Ordner anzeigen';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Nur abonnierte Ordner anzeigen';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Χρησιμοποιήστε IMAP Συνδρομές';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Use IMAP Subscriptions';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Use IMAP Subscriptions';
|
||||
?>
|
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
|
||||
$labels = array();
|
||||
$labels['useimapsubscriptions'] = 'Use IMAP Subscriptions';
|
||||
|
||||
?>
|
19
data/web/rc/plugins/subscriptions_option/localization/eo.inc
Normal file
19
data/web/rc/plugins/subscriptions_option/localization/eo.inc
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Uzi IMAP-abonojn';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Usar subscripciones IMAP';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Usar suscripción a carpetas IMAP';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Usar suscripciones IMAP';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Kasuta IMAP tellimusi';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Erabili IMAP harpidetzak';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'از ثبت نام های IMAP استفاده کنید';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'استفاده از عضویت IMAP';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Käytä IMAP-tilauksia';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Brúka IMAP tekningar';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Utiliser les abonnements IMAP';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Usar subscricións IMAP';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'שימוש ברישום לתיקיות IMAP';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Koristi IMAP pretplate';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'IMAP előfizetések használata.';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Օգտագործել IMAP-ի բաժանորդագրությունները';
|
||||
?>
|
19
data/web/rc/plugins/subscriptions_option/localization/ia.inc
Normal file
19
data/web/rc/plugins/subscriptions_option/localization/ia.inc
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Usar subscriptiones IMAP';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Gunakan Langganan IMAP';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Nota IMAP-áskriftir';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Usa sottoscrizioni IMAP';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'IMAP 購読リストを使う';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'ប្រើការជាង IMAP';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'IMAP 구독 사용';
|
||||
?>
|
19
data/web/rc/plugins/subscriptions_option/localization/ku.inc
Normal file
19
data/web/rc/plugins/subscriptions_option/localization/ku.inc
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Abonetiyên IMAPê bi kar bîne';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'IMAP-Abonnementer benotzen';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Naudoti IMAP prenumeratas';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Izmantot IMAP abonēšanas iestatījumus';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'IMAP വരിസംഖ്യകൾ ഉപയോഗിക്കുക';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'IMAP захиалга хэрэглэх';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Bruk IMAP-abonnementer';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Gebruik IMAP-abonneringen';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Bruk IMAP-abonnement';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Używaj subskrypcji IMAP';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Usar função de inscrição em pastas IMAP';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Use subscrições IMAP';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Utilizare abonări IMAP';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Использовать IMAP подписки';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Použiť prihlásenia IMAP';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Uporabi IMAP-naročnino';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Përdor Pajtime IMAP';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Користи ИМАП претплате';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Använd IMAP-prenumerationer';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'IMAP Aboneliklerini kullan';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Використовувати IMAP Підписки';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = 'Đăng ký dùng cách thức IMAP';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = '使用 IMAP 订阅';
|
||||
?>
|
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/subscriptions_option/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Subscriptions 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-subscriptions_option/
|
||||
*/
|
||||
$labels['useimapsubscriptions'] = '使用IMAP訂閱';
|
||||
?>
|
@@ -0,0 +1,94 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Subscription Options
|
||||
*
|
||||
* A plugin which can enable or disable the use of imap subscriptions.
|
||||
* It includes a toggle on the settings page under "Server Settings".
|
||||
* The preference can also be locked
|
||||
*
|
||||
* Add it to the plugins list in config.inc.php to enable the user option
|
||||
* The user option can be hidden and set globally by adding 'use_subscriptions'
|
||||
* to the 'dont_override' configure line:
|
||||
* $config['dont_override'] = array('use_subscriptions');
|
||||
* and then set the global preference
|
||||
* $config['use_subscriptions'] = true; // or false
|
||||
*
|
||||
* Roundcube caches folder lists. When a user changes this option or visits
|
||||
* their folder list, this cache is refreshed. If the option is on the
|
||||
* 'dont_override' list and the global option has changed, don't expect
|
||||
* to see the change until the folder list cache is refreshed.
|
||||
*
|
||||
* @author Ziba Scott
|
||||
* @license GNU GPLv3+
|
||||
*/
|
||||
class subscriptions_option extends rcube_plugin
|
||||
{
|
||||
public $task = 'mail|settings';
|
||||
|
||||
function init()
|
||||
{
|
||||
$this->add_texts('localization/', false);
|
||||
$dont_override = rcmail::get_instance()->config->get('dont_override', array());
|
||||
if (!in_array('use_subscriptions', $dont_override)) {
|
||||
$this->add_hook('preferences_list', array($this, 'settings_blocks'));
|
||||
$this->add_hook('preferences_save', array($this, 'save_prefs'));
|
||||
}
|
||||
$this->add_hook('storage_folders', array($this, 'mailboxes_list'));
|
||||
$this->add_hook('folders_list', array($this, 'folders_list'));
|
||||
}
|
||||
|
||||
function settings_blocks($args)
|
||||
{
|
||||
if ($args['section'] == 'server') {
|
||||
$use_subscriptions = rcmail::get_instance()->config->get('use_subscriptions');
|
||||
$field_id = 'rcmfd_use_subscriptions';
|
||||
$checkbox = new html_checkbox(array('name' => '_use_subscriptions', 'id' => $field_id, 'value' => 1));
|
||||
|
||||
$args['blocks']['main']['options']['use_subscriptions'] = array(
|
||||
'title' => html::label($field_id, rcube::Q($this->gettext('useimapsubscriptions'))),
|
||||
'content' => $checkbox->show($use_subscriptions?1:0),
|
||||
);
|
||||
}
|
||||
|
||||
return $args;
|
||||
}
|
||||
|
||||
function save_prefs($args)
|
||||
{
|
||||
if ($args['section'] == 'server') {
|
||||
$rcmail = rcmail::get_instance();
|
||||
$use_subscriptions = $rcmail->config->get('use_subscriptions');
|
||||
|
||||
$args['prefs']['use_subscriptions'] = isset($_POST['_use_subscriptions']);
|
||||
|
||||
// if the use_subscriptions preference changes, flush the folder cache
|
||||
if (($use_subscriptions && !isset($_POST['_use_subscriptions'])) ||
|
||||
(!$use_subscriptions && isset($_POST['_use_subscriptions']))) {
|
||||
$storage = $rcmail->get_storage();
|
||||
$storage->clear_cache('mailboxes');
|
||||
}
|
||||
}
|
||||
return $args;
|
||||
}
|
||||
|
||||
function mailboxes_list($args)
|
||||
{
|
||||
$rcmail = rcmail::get_instance();
|
||||
if (!$rcmail->config->get('use_subscriptions', true)) {
|
||||
$args['folders'] = $rcmail->get_storage()->list_folders_direct();
|
||||
}
|
||||
return $args;
|
||||
}
|
||||
|
||||
function folders_list($args)
|
||||
{
|
||||
$rcmail = rcmail::get_instance();
|
||||
if (!$rcmail->config->get('use_subscriptions', true)) {
|
||||
foreach ($args['list'] as $idx => $data) {
|
||||
$args['list'][$idx]['content'] = preg_replace('/<input [^>]+>/', '', $data['content']);
|
||||
}
|
||||
}
|
||||
return $args;
|
||||
}
|
||||
}
|
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
class SubscriptionsOption_Plugin extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
|
||||
function setUp()
|
||||
{
|
||||
include_once __DIR__ . '/../subscriptions_option.php';
|
||||
}
|
||||
|
||||
/**
|
||||
* Plugin object construction test
|
||||
*/
|
||||
function test_constructor()
|
||||
{
|
||||
$rcube = rcube::get_instance();
|
||||
$plugin = new subscriptions_option($rcube->api);
|
||||
|
||||
$this->assertInstanceOf('subscriptions_option', $plugin);
|
||||
$this->assertInstanceOf('rcube_plugin', $plugin);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user