Show spam aliases #

This commit is contained in:
andryyy
2017-02-21 22:27:11 +01:00
parent 76426b65b2
commit 0eb932b3ab
2737 changed files with 357639 additions and 22 deletions

View 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"
}
}

View 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'] = 'الهوية الافتراضية';
?>

View 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'] = 'الهوية الافتراضية';
?>

View 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';
?>

View 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';
?>

View 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'] = 'Стандартная тоеснасць';
?>

View 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'] = 'Самоличност по подразбиране';
?>

View 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';
?>

View 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';
?>

View 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';
?>

View 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';
?>

View 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';
?>

View 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';
?>

View 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';
?>

View 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';
?>

View 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'] = 'Προκαθορισμένη ταυτότητα';
?>

View 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';
?>

View 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';
?>

View 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';
?>

View 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';
?>

View 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';
?>

View 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';
?>

View 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';
?>

View 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';
?>

View 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';
?>

View 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'] = 'هویت پیش فرض';
?>

View 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'] = 'شناسه پیش‌فرض';
?>

View 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';
?>

View 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';
?>

View 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';
?>

View 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';
?>

View 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';
?>

View 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'] = 'זהות ברירת מחדל';
?>

View 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';
?>

View 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ó';
?>

View 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'] = 'Լռելյալ ինքնությունն';
?>

View 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';
?>

View 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';
?>

View 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';
?>

View 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';
?>

View 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'] = '既定の識別情報';
?>

View 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'] = 'អត្តសញ្ញាណ​លំនាំដើម';
?>

View 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'] = '기본 신원';
?>

View 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î';
?>

View 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'] = 'ناسنامەی بنەڕەتی';
?>

View 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';
?>

View 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ė';
?>

View 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';
?>

View 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'] = 'സാധാരണ വ്യക്തിത്വം';
?>

View 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'] = 'Үндсэн мэдээлэл';
?>

View 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'] = 'निर्माण केलेले';
?>

View 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';
?>

View 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';
?>

View 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';
?>

View 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';
?>

View 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ść';
?>

View 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';
?>

View 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';
?>

View 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ă';
?>

View 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'] = 'Профиль по умолчанию';
?>

View 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';
?>

View 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';
?>

View 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';
?>

View 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'] = 'подразумевани идентитет';
?>

View 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';
?>

View 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'] = 'ዘይተለወጠ መለለይ መንነት';
?>

View 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';
?>

View 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'] = 'Профіль за замовчуванням';
?>

View 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';
?>

View 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'] = '默认身份';
?>

View 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'] = '預設身份';
?>

View 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);
}
}

View 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);
})
}

View 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)});

View 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();
}
}