Show spam aliases #
This commit is contained in:
24
data/web/rc/plugins/userinfo/composer.json
Normal file
24
data/web/rc/plugins/userinfo/composer.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "roundcube/userinfo",
|
||||
"type": "roundcube-plugin",
|
||||
"description": "Sample plugin that adds a new tab to the settings section to display some information about the current user.",
|
||||
"license": "GPLv3+",
|
||||
"version": "1.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Thomas Bruederli",
|
||||
"email": "roundcube@gmail.com",
|
||||
"role": "Lead"
|
||||
}
|
||||
],
|
||||
"repositories": [
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "http://plugins.roundcube.net"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.3.0",
|
||||
"roundcube/plugin-installer": ">=0.1.3"
|
||||
}
|
||||
}
|
21
data/web/rc/plugins/userinfo/localization/ar.inc
Normal file
21
data/web/rc/plugins/userinfo/localization/ar.inc
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'معلومات المستخدم';
|
||||
$labels['lastlogin'] = 'أخر تسجيل دخول';
|
||||
$labels['defaultidentity'] = 'الهوية الافتراضية';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/ar_SA.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/ar_SA.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'معلومات المستخدم';
|
||||
$labels['created'] = 'أُنشئ في';
|
||||
$labels['lastlogin'] = 'آخر دخول';
|
||||
$labels['defaultidentity'] = 'الهوية الافتراضية';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/ast.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/ast.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Información d\'usuariu';
|
||||
$labels['created'] = 'Creáu';
|
||||
$labels['lastlogin'] = 'Aniciu de sesión caberu';
|
||||
$labels['defaultidentity'] = 'Identidá por defeutu';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/az_AZ.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/az_AZ.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Məlumat';
|
||||
$labels['created'] = 'Yaradılma tarixi';
|
||||
$labels['lastlogin'] = 'Sonuncu giriş';
|
||||
$labels['defaultidentity'] = 'Default profil';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/be_BE.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/be_BE.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Асабістыя звесткі';
|
||||
$labels['created'] = 'Створаны';
|
||||
$labels['lastlogin'] = 'Апошні ўваход';
|
||||
$labels['defaultidentity'] = 'Стандартная тоеснасць';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/bg_BG.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/bg_BG.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Потребителска информация';
|
||||
$labels['created'] = 'Създаден';
|
||||
$labels['lastlogin'] = 'Последен вход';
|
||||
$labels['defaultidentity'] = 'Самоличност по подразбиране';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/br.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/br.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Titouroù an arveriad';
|
||||
$labels['created'] = 'Krouet';
|
||||
$labels['lastlogin'] = 'Kennask diwezhañ';
|
||||
$labels['defaultidentity'] = 'Identelezh dre ziouer';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/bs_BA.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/bs_BA.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Korisničke informacije';
|
||||
$labels['created'] = 'Kreirano';
|
||||
$labels['lastlogin'] = 'Zadnja prijava';
|
||||
$labels['defaultidentity'] = 'Glavni identitet';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/ca_ES.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/ca_ES.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Informació de l\'usuari';
|
||||
$labels['created'] = 'Creat';
|
||||
$labels['lastlogin'] = 'Última connexió';
|
||||
$labels['defaultidentity'] = 'Identitat per defecte';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/cs_CZ.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/cs_CZ.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Uživatel';
|
||||
$labels['created'] = 'Vytvořen';
|
||||
$labels['lastlogin'] = 'Naspoledy přihlášen';
|
||||
$labels['defaultidentity'] = 'Výchozí identita';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/cy_GB.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/cy_GB.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Gwybodaeth defnyddiwr';
|
||||
$labels['created'] = 'Crëwyd';
|
||||
$labels['lastlogin'] = 'Mewngofnodiad diwethaf';
|
||||
$labels['defaultidentity'] = 'Personoliaeth arferol';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/da_DK.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/da_DK.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Brugerinfo';
|
||||
$labels['created'] = 'Oprettet';
|
||||
$labels['lastlogin'] = 'Sidste login';
|
||||
$labels['defaultidentity'] = 'Standardidentitet';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/de_CH.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/de_CH.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Benutzerinfo';
|
||||
$labels['created'] = 'Erstellt';
|
||||
$labels['lastlogin'] = 'Letztes Login';
|
||||
$labels['defaultidentity'] = 'Standard-Absender';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/de_DE.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/de_DE.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Benutzerinformation';
|
||||
$labels['created'] = 'Angelegt';
|
||||
$labels['lastlogin'] = 'Letzte Anmeldung';
|
||||
$labels['defaultidentity'] = 'Standardidentität';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/el_GR.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/el_GR.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Πληροφορίες χρήστη ';
|
||||
$labels['created'] = 'Δημιουργηθηκε';
|
||||
$labels['lastlogin'] = 'Τελευταια συνδεση';
|
||||
$labels['defaultidentity'] = 'Προκαθορισμένη ταυτότητα';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/en_CA.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/en_CA.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'User info';
|
||||
$labels['created'] = 'Created';
|
||||
$labels['lastlogin'] = 'Last Login';
|
||||
$labels['defaultidentity'] = 'Default Identity';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/en_GB.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/en_GB.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'User info';
|
||||
$labels['created'] = 'Created';
|
||||
$labels['lastlogin'] = 'Last Login';
|
||||
$labels['defaultidentity'] = 'Default Identity';
|
||||
?>
|
25
data/web/rc/plugins/userinfo/localization/en_US.inc
Normal file
25
data/web/rc/plugins/userinfo/localization/en_US.inc
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
|
||||
$labels = array();
|
||||
$labels['userinfo'] = 'User info';
|
||||
$labels['created'] = 'Created';
|
||||
$labels['lastlogin'] = 'Last Login';
|
||||
$labels['defaultidentity'] = 'Default Identity';
|
||||
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/eo.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/eo.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Informoj pri uzanto';
|
||||
$labels['created'] = 'Kreita';
|
||||
$labels['lastlogin'] = 'Lasta ensaluto';
|
||||
$labels['defaultidentity'] = 'Apriora idento';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/es_419.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/es_419.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Información de usuario';
|
||||
$labels['created'] = 'Creado';
|
||||
$labels['lastlogin'] = 'Último login';
|
||||
$labels['defaultidentity'] = 'Identidad predetermidada';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/es_AR.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/es_AR.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Información de usuario';
|
||||
$labels['created'] = 'Creado';
|
||||
$labels['lastlogin'] = 'Ultimo ingreso';
|
||||
$labels['defaultidentity'] = 'Identidad por defecto';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/es_ES.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/es_ES.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Información de usuario';
|
||||
$labels['created'] = 'Creado';
|
||||
$labels['lastlogin'] = 'Último Ingreso';
|
||||
$labels['defaultidentity'] = 'Identidad predeterminada';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/et_EE.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/et_EE.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Kasutaja info';
|
||||
$labels['created'] = 'Loodud';
|
||||
$labels['lastlogin'] = 'Viimane logimine';
|
||||
$labels['defaultidentity'] = 'Vaikeidentiteet';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/eu_ES.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/eu_ES.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Erabiltzailearen informazioa';
|
||||
$labels['created'] = 'Sortua';
|
||||
$labels['lastlogin'] = 'Azken saioa';
|
||||
$labels['defaultidentity'] = 'Lehenetsitako identitatea';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/fa_AF.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/fa_AF.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'اطلاعات کاربر';
|
||||
$labels['created'] = 'ایجاد شد';
|
||||
$labels['lastlogin'] = 'آخرین ورود';
|
||||
$labels['defaultidentity'] = 'هویت پیش فرض';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/fa_IR.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/fa_IR.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'اطلاعات کاربر';
|
||||
$labels['created'] = 'ایجاد شده';
|
||||
$labels['lastlogin'] = 'آخرین ورود';
|
||||
$labels['defaultidentity'] = 'شناسه پیشفرض';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/fi_FI.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/fi_FI.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Käyttäjätiedot';
|
||||
$labels['created'] = 'Luotu';
|
||||
$labels['lastlogin'] = 'Viimeisin kirjautuminen';
|
||||
$labels['defaultidentity'] = 'Oletushenkilöys';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/fo_FO.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/fo_FO.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Brúkara upplýsing';
|
||||
$labels['created'] = 'Stovnaður';
|
||||
$labels['lastlogin'] = 'Seinast innritaður';
|
||||
$labels['defaultidentity'] = 'Sjálvsett samleiki';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/fr_FR.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/fr_FR.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Infos utilisateur';
|
||||
$labels['created'] = 'Créé';
|
||||
$labels['lastlogin'] = 'Dernière connexion';
|
||||
$labels['defaultidentity'] = 'Identité par défaut';
|
||||
?>
|
19
data/web/rc/plugins/userinfo/localization/fy_NL.inc
Normal file
19
data/web/rc/plugins/userinfo/localization/fy_NL.inc
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Brûkersynformaasje';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/gl_ES.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/gl_ES.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Información de persoa usuaria';
|
||||
$labels['created'] = 'Creado';
|
||||
$labels['lastlogin'] = 'Última conexión';
|
||||
$labels['defaultidentity'] = 'Identidade predeterminada';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/he_IL.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/he_IL.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'פרטי המשתמש';
|
||||
$labels['created'] = 'נוצר';
|
||||
$labels['lastlogin'] = 'הכמיסה האחרונה למערכת';
|
||||
$labels['defaultidentity'] = 'זהות ברירת מחדל';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/hr_HR.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/hr_HR.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Informacije o korisniku';
|
||||
$labels['created'] = 'Stvoreno';
|
||||
$labels['lastlogin'] = 'Zadnja prijava (login)';
|
||||
$labels['defaultidentity'] = 'Preddefinirani identitet';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/hu_HU.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/hu_HU.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Felhasználói információ';
|
||||
$labels['created'] = 'Létrehozva';
|
||||
$labels['lastlogin'] = 'Utolsó bejelentkezés';
|
||||
$labels['defaultidentity'] = 'Alapértelmezett azonosító';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/hy_AM.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/hy_AM.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Օգտվողի տվյալներ';
|
||||
$labels['created'] = 'Ստեղծված';
|
||||
$labels['lastlogin'] = 'Վերջին մուտքը`';
|
||||
$labels['defaultidentity'] = 'Լռելյալ ինքնությունն';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/ia.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/ia.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Information de usator';
|
||||
$labels['created'] = 'Create';
|
||||
$labels['lastlogin'] = 'Ultime session';
|
||||
$labels['defaultidentity'] = 'Identitate predefinite';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/id_ID.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/id_ID.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Informasi pengguna';
|
||||
$labels['created'] = 'Telah dibuat';
|
||||
$labels['lastlogin'] = 'Masuk Terakhir';
|
||||
$labels['defaultidentity'] = 'Identitas Standar';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/is_IS.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/is_IS.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Notandaupplýsingar';
|
||||
$labels['created'] = 'Búið til';
|
||||
$labels['lastlogin'] = 'Síðasta innskráning';
|
||||
$labels['defaultidentity'] = 'Sjálfgefið auðkenni';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/it_IT.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/it_IT.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Informazioni utente';
|
||||
$labels['created'] = 'Creato';
|
||||
$labels['lastlogin'] = 'Ultimo Login';
|
||||
$labels['defaultidentity'] = 'Identità predefinita';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/ja_JP.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/ja_JP.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'ユーザー情報';
|
||||
$labels['created'] = '作成日時';
|
||||
$labels['lastlogin'] = '最後のログイン';
|
||||
$labels['defaultidentity'] = '既定の識別情報';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/km_KH.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/km_KH.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'ព័ត៌មានអ្នកប្រើ';
|
||||
$labels['created'] = 'បានបង្កើត';
|
||||
$labels['lastlogin'] = 'ចូលចុងក្រោយ';
|
||||
$labels['defaultidentity'] = 'អត្តសញ្ញាណលំនាំដើម';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/ko_KR.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/ko_KR.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = '사용자 정보';
|
||||
$labels['created'] = '생성함';
|
||||
$labels['lastlogin'] = '마지막 로그인';
|
||||
$labels['defaultidentity'] = '기본 신원';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/ku.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/ku.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'nawnişani bakar henar';
|
||||
$labels['created'] = 'Hat afirandin';
|
||||
$labels['lastlogin'] = 'axrin hatna jurawa';
|
||||
$labels['defaultidentity'] = 'Nasnameya Pêşsalixbûyî';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/ku_IQ.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/ku_IQ.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'زانیاری بەکارهێنەر';
|
||||
$labels['created'] = 'دروستکرا';
|
||||
$labels['lastlogin'] = 'دوایین چوونەژوورەوە';
|
||||
$labels['defaultidentity'] = 'ناسنامەی بنەڕەتی';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/lb_LU.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/lb_LU.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Benotzer-Info';
|
||||
$labels['created'] = 'Erstallt';
|
||||
$labels['lastlogin'] = 'Leschte Login';
|
||||
$labels['defaultidentity'] = 'Standard-Identitéit';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/lt_LT.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/lt_LT.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Informacija apie naudotoją';
|
||||
$labels['created'] = 'Sukurtas';
|
||||
$labels['lastlogin'] = 'Paskutinį kartą prisijungė';
|
||||
$labels['defaultidentity'] = 'Numatytoji tapatybė';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/lv_LV.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/lv_LV.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Informācija par lietotāju';
|
||||
$labels['created'] = 'Izveidots';
|
||||
$labels['lastlogin'] = 'Pēdējā pieteikšanās';
|
||||
$labels['defaultidentity'] = 'Noklusētā identitāte';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/ml_IN.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/ml_IN.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'ഉപയോക്താവിന്റെ വിവരം';
|
||||
$labels['created'] = 'നിര്മ്മിച്ചു';
|
||||
$labels['lastlogin'] = 'അവസാന പ്രവേശനം';
|
||||
$labels['defaultidentity'] = 'സാധാരണ വ്യക്തിത്വം';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/mn_MN.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/mn_MN.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Хэрэглэгчийн мэдээлэл';
|
||||
$labels['created'] = 'Үүссэн';
|
||||
$labels['lastlogin'] = 'Сүүлчийн нэвтрэлт';
|
||||
$labels['defaultidentity'] = 'Үндсэн мэдээлэл';
|
||||
?>
|
20
data/web/rc/plugins/userinfo/localization/mr_IN.inc
Normal file
20
data/web/rc/plugins/userinfo/localization/mr_IN.inc
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'वापरकर्त्याची माहिती';
|
||||
$labels['created'] = 'निर्माण केलेले';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/nb_NO.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/nb_NO.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Brukerinformasjon';
|
||||
$labels['created'] = 'Opprettet';
|
||||
$labels['lastlogin'] = 'Sist logget inn';
|
||||
$labels['defaultidentity'] = 'Standard identitet';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/nl_BE.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/nl_BE.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Gebruikersinformatie';
|
||||
$labels['created'] = 'Aangemaakt';
|
||||
$labels['lastlogin'] = 'Laatste aanmelding';
|
||||
$labels['defaultidentity'] = 'Standaard identiteit';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/nl_NL.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/nl_NL.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Gebruikersinformatie';
|
||||
$labels['created'] = 'Aangemaakt';
|
||||
$labels['lastlogin'] = 'Laatste aanmelding';
|
||||
$labels['defaultidentity'] = 'Standaardidentiteit';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/nn_NO.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/nn_NO.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Brukarinfo';
|
||||
$labels['created'] = 'Laga';
|
||||
$labels['lastlogin'] = 'Sist logga inn';
|
||||
$labels['defaultidentity'] = 'Standardidentitet';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/pl_PL.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/pl_PL.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Informacje';
|
||||
$labels['created'] = 'Utworzony';
|
||||
$labels['lastlogin'] = 'Ostatnie logowanie';
|
||||
$labels['defaultidentity'] = 'Domyślna tożsamość';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/pt_BR.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/pt_BR.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Informações do usuário';
|
||||
$labels['created'] = 'Criado';
|
||||
$labels['lastlogin'] = 'Último Login';
|
||||
$labels['defaultidentity'] = 'Identidade Padrão';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/pt_PT.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/pt_PT.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Informação do utilizador';
|
||||
$labels['created'] = 'Criado';
|
||||
$labels['lastlogin'] = 'Último acesso';
|
||||
$labels['defaultidentity'] = 'Identidade pré-definida';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/ro_RO.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/ro_RO.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Informații utilizator';
|
||||
$labels['created'] = 'Data creării';
|
||||
$labels['lastlogin'] = 'Ultima autentificare';
|
||||
$labels['defaultidentity'] = 'Identitate principală';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/ru_RU.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/ru_RU.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Информация';
|
||||
$labels['created'] = 'Создан';
|
||||
$labels['lastlogin'] = 'Последний вход';
|
||||
$labels['defaultidentity'] = 'Профиль по умолчанию';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/sk_SK.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/sk_SK.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Informácie o používateľovi';
|
||||
$labels['created'] = 'Vytvorené';
|
||||
$labels['lastlogin'] = 'Posledné prihlásenie';
|
||||
$labels['defaultidentity'] = 'Predvolená identita';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/sl_SI.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/sl_SI.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Podatki o uporabniku';
|
||||
$labels['created'] = 'Ustvarjen';
|
||||
$labels['lastlogin'] = 'Zadnja prijava';
|
||||
$labels['defaultidentity'] = 'Privzeta identiteta';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/sq_AL.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/sq_AL.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Të dhëna Përdoruesi';
|
||||
$labels['created'] = 'Krijuar më';
|
||||
$labels['lastlogin'] = 'Hyrja e Fundit';
|
||||
$labels['defaultidentity'] = 'Identitet Parazgjedhje';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/sr_CS.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/sr_CS.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Подаци о кориснику';
|
||||
$labels['created'] = 'Направљено';
|
||||
$labels['lastlogin'] = 'Последња пријава';
|
||||
$labels['defaultidentity'] = 'подразумевани идентитет';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/sv_SE.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/sv_SE.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Användarinfo';
|
||||
$labels['created'] = 'Skapad';
|
||||
$labels['lastlogin'] = 'Senast inloggad';
|
||||
$labels['defaultidentity'] = 'Standardidentitet';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/ti.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/ti.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'ሓብሬታ በዓል ዋና ';
|
||||
$labels['created'] = 'እዋን ፍጥረት';
|
||||
$labels['lastlogin'] = 'እዋን እታው';
|
||||
$labels['defaultidentity'] = 'ዘይተለወጠ መለለይ መንነት';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/tr_TR.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/tr_TR.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Kullanıcı bilgisi';
|
||||
$labels['created'] = 'Oluşturuldu';
|
||||
$labels['lastlogin'] = 'Son Oturum Açma';
|
||||
$labels['defaultidentity'] = 'Varsayılan Kimlik';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/uk_UA.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/uk_UA.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Інформація';
|
||||
$labels['created'] = 'Створено';
|
||||
$labels['lastlogin'] = 'Останнє входження';
|
||||
$labels['defaultidentity'] = 'Профіль за замовчуванням';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/vi_VN.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/vi_VN.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = 'Thông tin người dùng';
|
||||
$labels['created'] = 'Được tạo';
|
||||
$labels['lastlogin'] = 'Lần đăng nhập cuối';
|
||||
$labels['defaultidentity'] = 'Nhận diện mặc định';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/zh_CN.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/zh_CN.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = '用户信息';
|
||||
$labels['created'] = '创建于';
|
||||
$labels['lastlogin'] = '最近登录';
|
||||
$labels['defaultidentity'] = '默认身份';
|
||||
?>
|
22
data/web/rc/plugins/userinfo/localization/zh_TW.inc
Normal file
22
data/web/rc/plugins/userinfo/localization/zh_TW.inc
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| plugins/userinfo/localization/<lang>.inc |
|
||||
| |
|
||||
| Localization file of the Roundcube Webmail Userinfo 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-userinfo/
|
||||
*/
|
||||
$labels['userinfo'] = '使用者資訊';
|
||||
$labels['created'] = '建立時間';
|
||||
$labels['lastlogin'] = '上次登入';
|
||||
$labels['defaultidentity'] = '預設身份';
|
||||
?>
|
23
data/web/rc/plugins/userinfo/tests/Userinfo.php
Normal file
23
data/web/rc/plugins/userinfo/tests/Userinfo.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
class Userinfo_Plugin extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
|
||||
function setUp()
|
||||
{
|
||||
include_once __DIR__ . '/../userinfo.php';
|
||||
}
|
||||
|
||||
/**
|
||||
* Plugin object construction test
|
||||
*/
|
||||
function test_constructor()
|
||||
{
|
||||
$rcube = rcube::get_instance();
|
||||
$plugin = new userinfo($rcube->api);
|
||||
|
||||
$this->assertInstanceOf('userinfo', $plugin);
|
||||
$this->assertInstanceOf('rcube_plugin', $plugin);
|
||||
}
|
||||
}
|
||||
|
18
data/web/rc/plugins/userinfo/userinfo.js
Normal file
18
data/web/rc/plugins/userinfo/userinfo.js
Normal file
@@ -0,0 +1,18 @@
|
||||
/* Show user-info plugin script */
|
||||
|
||||
if (window.rcmail) {
|
||||
rcmail.addEventListener('init', function() {
|
||||
// <span id="settingstabdefault" class="tablink"><roundcube:button command="preferences" type="link" label="preferences" title="editpreferences" /></span>
|
||||
var tab = $('<span>').attr('id', 'settingstabpluginuserinfo').addClass('tablink');
|
||||
|
||||
$('<a>').attr('href', rcmail.env.comm_path + '&_action=plugin.userinfo')
|
||||
.text(rcmail.get_label('userinfo', 'userinfo'))
|
||||
.click(function(e) { return rcmail.command('plugin.userinfo', '', this, e); })
|
||||
.appendTo(tab);
|
||||
|
||||
// add button and register command
|
||||
rcmail.add_element(tab, 'tabs');
|
||||
rcmail.register_command('plugin.userinfo', function() { rcmail.goto_url('plugin.userinfo') }, true);
|
||||
})
|
||||
}
|
||||
|
1
data/web/rc/plugins/userinfo/userinfo.min.js
vendored
Normal file
1
data/web/rc/plugins/userinfo/userinfo.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
window.rcmail&&rcmail.addEventListener("init",function(){var a=$("<span>").attr("id","settingstabpluginuserinfo").addClass("tablink");$("<a>").attr("href",rcmail.env.comm_path+"&_action=plugin.userinfo").text(rcmail.get_label("userinfo","userinfo")).click(function(a){return rcmail.command("plugin.userinfo","",this,a)}).appendTo(a);rcmail.add_element(a,"tabs");rcmail.register_command("plugin.userinfo",function(){rcmail.goto_url("plugin.userinfo")},!0)});
|
54
data/web/rc/plugins/userinfo/userinfo.php
Normal file
54
data/web/rc/plugins/userinfo/userinfo.php
Normal file
@@ -0,0 +1,54 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Sample plugin that adds a new tab to the settings section
|
||||
* to display some information about the current user
|
||||
*/
|
||||
class userinfo extends rcube_plugin
|
||||
{
|
||||
public $task = 'settings';
|
||||
public $noajax = true;
|
||||
public $noframe = true;
|
||||
|
||||
function init()
|
||||
{
|
||||
$this->add_texts('localization/', array('userinfo'));
|
||||
$this->register_action('plugin.userinfo', array($this, 'infostep'));
|
||||
$this->include_script('userinfo.js');
|
||||
}
|
||||
|
||||
function infostep()
|
||||
{
|
||||
$this->register_handler('plugin.body', array($this, 'infohtml'));
|
||||
rcmail::get_instance()->output->send('plugin');
|
||||
}
|
||||
|
||||
function infohtml()
|
||||
{
|
||||
$rcmail = rcmail::get_instance();
|
||||
$user = $rcmail->user;
|
||||
$identity = $user->get_identity();
|
||||
|
||||
$table = new html_table(array('cols' => 2, 'cellpadding' => 3));
|
||||
|
||||
$table->add('title', 'ID');
|
||||
$table->add('', rcube::Q($user->ID));
|
||||
|
||||
$table->add('title', rcube::Q($this->gettext('username')));
|
||||
$table->add('', rcube::Q($user->data['username']));
|
||||
|
||||
$table->add('title', rcube::Q($this->gettext('server')));
|
||||
$table->add('', rcube::Q($user->data['mail_host']));
|
||||
|
||||
$table->add('title', rcube::Q($this->gettext('created')));
|
||||
$table->add('', rcube::Q($user->data['created']));
|
||||
|
||||
$table->add('title', rcube::Q($this->gettext('lastlogin')));
|
||||
$table->add('', rcube::Q($user->data['last_login']));
|
||||
|
||||
$table->add('title', rcube::Q($this->gettext('defaultidentity')));
|
||||
$table->add('', rcube::Q($identity['name'] . ' <' . $identity['email'] . '>'));
|
||||
|
||||
return html::tag('h4', null, rcube::Q('Infos for ' . $user->get_username())) . $table->show();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user