Import Ruty
This commit is contained in:
@@ -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": "GPL-3.0-or-later",
|
||||
"version": "1.2",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Thomas Bruederli",
|
||||
"email": "roundcube@gmail.com",
|
||||
"role": "Lead"
|
||||
}
|
||||
],
|
||||
"repositories": [
|
||||
{
|
||||
"type": "composer",
|
||||
"url": "https://plugins.roundcube.net"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=7.3.0",
|
||||
"roundcube/plugin-installer": ">=0.1.3"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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'] = 'الهوية الإفتراضية';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = 'معلومات المستخدم $user';
|
||||
$labels['created'] = 'أُنشئ في';
|
||||
$labels['lastlogin'] = 'آخر دخول';
|
||||
$labels['defaultidentity'] = 'الهوية الافتراضية';
|
||||
$labels['userid'] = 'المُعَرّف';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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'] = 'Стандартная тоеснасць';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = 'Информация за $user';
|
||||
$labels['created'] = 'Създаден';
|
||||
$labels['lastlogin'] = 'Последен вход';
|
||||
$labels['defaultidentity'] = 'Самоличност по подразбиране';
|
||||
$labels['userid'] = 'ИН';
|
||||
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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';
|
||||
$labels['userid'] = 'Naoudi';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = 'Informació per a $user';
|
||||
$labels['created'] = 'Creat';
|
||||
$labels['lastlogin'] = 'Darrera connexió';
|
||||
$labels['defaultidentity'] = 'Identitat per defecte';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = 'Informace pro $user';
|
||||
$labels['created'] = 'Vytvořen';
|
||||
$labels['lastlogin'] = 'Naspoledy přihlášen';
|
||||
$labels['defaultidentity'] = 'Výchozí identita';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = 'Gwybodaeth ar gyfer $user';
|
||||
$labels['created'] = 'Crëwyd';
|
||||
$labels['lastlogin'] = 'Mewngofnodiad diwethaf';
|
||||
$labels['defaultidentity'] = 'Personoliaeth arferol';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = 'Information til $user';
|
||||
$labels['created'] = 'Oprettet';
|
||||
$labels['lastlogin'] = 'Sidste login';
|
||||
$labels['defaultidentity'] = 'Standardidentitet';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = 'Informationen zu $user';
|
||||
$labels['created'] = 'Erstellt';
|
||||
$labels['lastlogin'] = 'Letztes Login';
|
||||
$labels['defaultidentity'] = 'Standard-Absender';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = 'Info für $user';
|
||||
$labels['created'] = 'Angelegt';
|
||||
$labels['lastlogin'] = 'Letzte Anmeldung';
|
||||
$labels['defaultidentity'] = 'Standardidentität';
|
||||
$labels['userid'] = 'Kennung';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = 'Πληροφορίες χρήστη $user';
|
||||
$labels['created'] = 'Δημιουργηθηκε';
|
||||
$labels['lastlogin'] = 'Τελευταια συνδεση';
|
||||
$labels['defaultidentity'] = 'Προκαθορισμένη ταυτότητα';
|
||||
$labels['userid'] = 'Ταυτότητα';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = 'Info for $user';
|
||||
$labels['created'] = 'Created';
|
||||
$labels['lastlogin'] = 'Last Login';
|
||||
$labels['defaultidentity'] = 'Default Identity';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = 'Info for $user';
|
||||
$labels['created'] = 'Created';
|
||||
$labels['lastlogin'] = 'Last Login';
|
||||
$labels['defaultidentity'] = 'Default Identity';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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 del usuario';
|
||||
$labels['infoforuser'] = 'Información para $user';
|
||||
$labels['created'] = 'Creado';
|
||||
$labels['lastlogin'] = 'Último ingreso';
|
||||
$labels['defaultidentity'] = 'Identidad predeterminada';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = 'Información para $user';
|
||||
$labels['created'] = 'Creado';
|
||||
$labels['lastlogin'] = 'Ultimo ingreso';
|
||||
$labels['defaultidentity'] = 'Identidad por defecto';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = 'Info para $user';
|
||||
$labels['created'] = 'Creado';
|
||||
$labels['lastlogin'] = 'Último Ingreso';
|
||||
$labels['defaultidentity'] = 'Identidad predeterminada';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = '$Erabiltzailearentzako informazioa';
|
||||
$labels['created'] = 'Sortua';
|
||||
$labels['lastlogin'] = 'Azken saioa';
|
||||
$labels['defaultidentity'] = 'Lehenetsitako identitatea';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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'] = 'هویت پیش فرض';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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'] = 'شناسه پیشفرض';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = 'Tietoja käyttäjästä $user';
|
||||
$labels['created'] = 'Luotu';
|
||||
$labels['lastlogin'] = 'Viimeisin kirjautuminen';
|
||||
$labels['defaultidentity'] = 'Oletushenkilöys';
|
||||
$labels['userid'] = 'Tunniste';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = 'Upplýsingar fyri brúkara';
|
||||
$labels['created'] = 'Stovnaður';
|
||||
$labels['lastlogin'] = 'Seinast innritaður';
|
||||
$labels['defaultidentity'] = 'Sjálvsett samleiki';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = 'Renseignements pour $user';
|
||||
$labels['created'] = 'Créé';
|
||||
$labels['lastlogin'] = 'Dernière connexion';
|
||||
$labels['defaultidentity'] = 'Identité par défaut';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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';
|
||||
$labels['created'] = 'Oanmakke';
|
||||
$labels['lastlogin'] = 'Lêste kear ynlogge';
|
||||
$labels['defaultidentity'] = 'Standert Identiteit';
|
||||
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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'] = 'Faisnéis an úsáideora';
|
||||
$labels['created'] = 'Cruthaithe';
|
||||
$labels['lastlogin'] = 'Ceangailte an uair dheireanach';
|
||||
$labels['defaultidentity'] = 'An chéannacht réamhshocraithe';
|
||||
$labels['userid'] = 'Aitheantas';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = 'מידע עבור user$';
|
||||
$labels['created'] = 'נוצר';
|
||||
$labels['lastlogin'] = 'הכמיסה האחרונה למערכת';
|
||||
$labels['defaultidentity'] = 'זהות ברירת מחדל';
|
||||
$labels['userid'] = 'קוד זיהוי';
|
||||
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = 'Információ $user számára';
|
||||
$labels['created'] = 'Létrehozva';
|
||||
$labels['lastlogin'] = 'Utolsó bejelentkezés';
|
||||
$labels['defaultidentity'] = 'Alapértelmezett azonosító';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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'] = 'Լռելյալ ինքնությունն';
|
||||
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = 'Upplýsingar um $user';
|
||||
$labels['created'] = 'Búið til';
|
||||
$labels['lastlogin'] = 'Síðasta innskráning';
|
||||
$labels['defaultidentity'] = 'Sjálfgefið auðkenni';
|
||||
$labels['userid'] = 'Auðkenni';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = 'Informazioni per $user';
|
||||
$labels['created'] = 'Creato';
|
||||
$labels['lastlogin'] = 'Ultimo Login';
|
||||
$labels['defaultidentity'] = 'Identità predefinita';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = '$user の情報';
|
||||
$labels['created'] = '作成日時';
|
||||
$labels['lastlogin'] = '最後のログイン';
|
||||
$labels['defaultidentity'] = '既定の識別情報';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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'] = 'អត្តសញ្ញាណលំនាំដើម';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = '$user 정보';
|
||||
$labels['created'] = '생성 날짜';
|
||||
$labels['lastlogin'] = '마지막 로그인 날짜';
|
||||
$labels['defaultidentity'] = '기본 신원';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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î';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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'] = 'ناسنامەی بنەڕەتی';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = 'Informacija apie $user';
|
||||
$labels['created'] = 'Sukurtas';
|
||||
$labels['lastlogin'] = 'Paskutinį kartą prisijungė';
|
||||
$labels['defaultidentity'] = 'Numatytoji tapatybė';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = 'Info par $user';
|
||||
$labels['created'] = 'Izveidots';
|
||||
$labels['lastlogin'] = 'Pēdējā pieteikšanās';
|
||||
$labels['defaultidentity'] = 'Noklusētā identitāte';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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'] = 'Стандарден идентитет ';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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'] = 'സാധാരണ വ്യക്തിത്വം';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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'] = 'Үндсэн мэдээлэл';
|
||||
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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'] = 'निर्माण केलेले';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = 'Informasjon for $user';
|
||||
$labels['created'] = 'Opprettet';
|
||||
$labels['lastlogin'] = 'Sist logget inn';
|
||||
$labels['defaultidentity'] = 'Standard identitet';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = 'Informatie over $user';
|
||||
$labels['created'] = 'Aangemaakt';
|
||||
$labels['lastlogin'] = 'Laatste aanmelding';
|
||||
$labels['defaultidentity'] = 'Standaardidentiteit';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = 'Informacje o $user';
|
||||
$labels['created'] = 'Utworzony';
|
||||
$labels['lastlogin'] = 'Ostatnie logowanie';
|
||||
$labels['defaultidentity'] = 'Domyślna tożsamość';
|
||||
$labels['userid'] = 'Id';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = 'Informações de $user';
|
||||
$labels['created'] = 'Criado';
|
||||
$labels['lastlogin'] = 'Último Login';
|
||||
$labels['defaultidentity'] = 'Identidade Padrão';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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 utilizador';
|
||||
$labels['infoforuser'] = 'Informações de $user';
|
||||
$labels['created'] = 'Criado em';
|
||||
$labels['lastlogin'] = 'Último acesso em';
|
||||
$labels['defaultidentity'] = 'Identidade pré-definida';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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ă';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = 'Информация для $user';
|
||||
$labels['created'] = 'Создан';
|
||||
$labels['lastlogin'] = 'Последний вход';
|
||||
$labels['defaultidentity'] = 'Профиль по умолчанию';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = 'Informácia pre používateľa $user';
|
||||
$labels['created'] = 'Vytvorené';
|
||||
$labels['lastlogin'] = 'Posledné prihlásenie';
|
||||
$labels['defaultidentity'] = 'Predvolená identita';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = 'Të dhëna mbi $user';
|
||||
$labels['created'] = 'Krijuar më';
|
||||
$labels['lastlogin'] = 'Hyrja e Fundit';
|
||||
$labels['defaultidentity'] = 'Identitet Parazgjedhje';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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'] = 'подразумевани идентитет';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = 'Info för $user';
|
||||
$labels['created'] = 'Skapad';
|
||||
$labels['lastlogin'] = 'Senast inloggad';
|
||||
$labels['defaultidentity'] = 'Standardidentitet';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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'] = 'รหัสประจำตัวเริ่มต้น';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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'] = 'ዘይተለወጠ መለለይ መንነት';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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ı bilgileri';
|
||||
$labels['infoforuser'] = '$user bilgileri';
|
||||
$labels['created'] = 'Eklendi';
|
||||
$labels['lastlogin'] = 'Son oturum açma';
|
||||
$labels['defaultidentity'] = 'Varsayılan kimlik';
|
||||
$labels['userid'] = 'Kod';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = 'user$ ئۇچۇرى';
|
||||
$labels['created'] = 'قۇرۇلدى';
|
||||
$labels['lastlogin'] = 'ئاخىرقى كىرىش';
|
||||
$labels['defaultidentity'] = 'سۈكۈت كىملىك';
|
||||
$labels['userid'] = 'نۇمۇر';
|
||||
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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'] = 'Типовий профіль';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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'] = 'Foydalanuvchi haqida axborot';
|
||||
$labels['created'] = 'Yaratildi';
|
||||
$labels['lastlogin'] = 'So‘nggi kirish';
|
||||
$labels['defaultidentity'] = 'Odatdagi identifikator';
|
||||
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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';
|
||||
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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'] = '默认身份';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Userinfo plugin |
|
||||
| |
|
||||
| Copyright (C) The Roundcube Dev Team |
|
||||
| |
|
||||
| Licensed under the GNU General Public License version 3 or |
|
||||
| any later version with exceptions for 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['infoforuser'] = '$user 的資訊';
|
||||
$labels['created'] = '建立時間';
|
||||
$labels['lastlogin'] = '上次登入';
|
||||
$labels['defaultidentity'] = '預設身份';
|
||||
$labels['userid'] = 'ID';
|
||||
@@ -0,0 +1,75 @@
|
||||
<?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/', ['userinfo']);
|
||||
$this->add_hook('settings_actions', [$this, 'settings_actions']);
|
||||
$this->register_action('plugin.userinfo', [$this, 'infostep']);
|
||||
}
|
||||
|
||||
function settings_actions($args)
|
||||
{
|
||||
$args['actions'][] = [
|
||||
'action' => 'plugin.userinfo',
|
||||
'class' => 'userinfo',
|
||||
'label' => 'userinfo',
|
||||
'domain' => 'userinfo',
|
||||
];
|
||||
|
||||
return $args;
|
||||
}
|
||||
|
||||
function infostep()
|
||||
{
|
||||
$this->register_handler('plugin.body', [$this, 'infohtml']);
|
||||
|
||||
$rcmail = rcmail::get_instance();
|
||||
$rcmail->output->set_pagetitle($this->gettext('userinfo'));
|
||||
$rcmail->output->send('plugin');
|
||||
}
|
||||
|
||||
function infohtml()
|
||||
{
|
||||
$rcmail = rcmail::get_instance();
|
||||
$user = $rcmail->user;
|
||||
$identity = $user->get_identity();
|
||||
|
||||
$table = new html_table(['cols' => 2, 'class' => 'propform']);
|
||||
|
||||
$table->add('title', html::label('', rcube::Q($this->gettext('userid'))));
|
||||
$table->add('', rcube::Q($user->ID));
|
||||
|
||||
$table->add('title', html::label('', rcube::Q($this->gettext('username'))));
|
||||
$table->add('', rcube::Q($user->data['username']));
|
||||
|
||||
$table->add('title', html::label('', rcube::Q($this->gettext('server'))));
|
||||
$table->add('', rcube::Q($user->data['mail_host']));
|
||||
|
||||
$table->add('title', html::label('', rcube::Q($this->gettext('created'))));
|
||||
$table->add('', rcube::Q($user->data['created']));
|
||||
|
||||
$table->add('title', html::label('', rcube::Q($this->gettext('lastlogin'))));
|
||||
$table->add('', rcube::Q($user->data['last_login']));
|
||||
|
||||
$table->add('title', html::label('', rcube::Q($this->gettext('defaultidentity'))));
|
||||
$table->add('', rcube::Q($identity['name'] . ' <' . $identity['email'] . '>'));
|
||||
|
||||
$legend = rcube::Q($this->gettext(['name' => 'infoforuser', 'vars' => ['user' => $user->get_username()]]));
|
||||
$out = html::tag('fieldset', '', html::tag('legend', '', $legend) . $table->show());
|
||||
|
||||
return html::div(['class' => 'box formcontent'],
|
||||
html::div(['class' => 'boxtitle'], $this->gettext('userinfo'))
|
||||
. html::div(['class' => 'boxcontent'], $out)
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user