init commit
This commit is contained in:
61
plugins/identity_switch/localization/de_DE.inc
Normal file
61
plugins/identity_switch/localization/de_DE.inc
Normal file
@ -0,0 +1,61 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
/*
|
||||
* Identity switch RoundCube Bundle
|
||||
*
|
||||
* @copyright (c) 2024 Forian Daeumling, Germany. All right reserved
|
||||
* @license https://github.com/toteph42/identity_switch/blob/master/LICENSE
|
||||
*/
|
||||
$labels = [];
|
||||
|
||||
$labels['idsw.common.caption'] = 'Daten der Identität';
|
||||
$labels['idsw.common.noedit'] = 'Informationen zur Identität können vor dem ersten Speichern nicht eingegeben werden';
|
||||
$labels['idsw.common.enabled'] = 'Aktiviert';
|
||||
$labels['idsw.common.label'] = 'Bezeichnung';
|
||||
|
||||
$labels['idsw.imap.caption'] = 'IMAP';
|
||||
$labels['idsw.imap.host'] = 'Servername';
|
||||
$labels['idsw.imap.auth'] = 'Verschlüsselung';
|
||||
$labels['idsw.imap.auth.none'] = 'Keine';
|
||||
$labels['idsw.imap.auth.ssl'] = 'SSL';
|
||||
$labels['idsw.imap.auth.tls'] = 'TLS';
|
||||
$labels['idsw.imap.port'] = 'Port';
|
||||
$labels['idsw.imap.delim'] = 'Verzeichnistrenner';
|
||||
$labels['idsw.imap.user'] = 'Benutzername';
|
||||
$labels['idsw.imap.pwd'] = 'Passwort';
|
||||
|
||||
$labels['idsw.smtp.caption'] = 'SMTP';
|
||||
$labels['idsw.smtp.host'] = 'Servername';
|
||||
$labels['idsw.smtp.tls'] = 'Sichere Verbindung (TLS)';
|
||||
$labels['idsw.smtp.port'] = 'Port';
|
||||
$labels['idsw.smtp.auth'] = 'Verschlüsselung';
|
||||
$labels['idsw.smtp.auth.none'] = 'Keine';
|
||||
$labels['idsw.smtp.auth.ssl'] = 'SSL';
|
||||
$labels['idsw.smtp.auth.tls'] = 'TLS';
|
||||
|
||||
$labels['idsw.notify.caption'] = 'Neue Nachrichten';
|
||||
$labels['idsw.notify.allfolder'] = 'Alle Ordner auf neue Nachrichten prüfen';
|
||||
$labels['idsw.notify.basic'] = 'Benachrichtigung im Browser bei neuer Nachricht';
|
||||
$labels['idsw.notify.desktop'] = 'Desktop-Benachrichtigung bei neuer Nachricht';
|
||||
$labels['idsw.notify.timeout'] = 'Desktop-Benachrichtigung schließen';
|
||||
$labels['idsw.notify.sound'] = 'Akustische Meldung bei neuer Nachricht';
|
||||
$labels['idsw.notify.test'] = 'Test';
|
||||
|
||||
$labels['idsw.err.imap.host.miss'] = 'Der Wert im Feld \'IMAP Server host name\' fehlt.';
|
||||
$labels['idsw.err.imap.port.num'] = 'Der Wert in \'IMAP Port\' muss eine Zahl sein.';
|
||||
$labels['idsw.err.imap.port.range'] = 'Der Wert in \'IMAP Port\' muss zwischen 1 und 65535 liegen.';
|
||||
$labels['idsw.err.imap.delim.miss'] = 'Der Wert im Feld \'IMAP Verzeichnistrenner\' fehlt.';
|
||||
$labels['idsw.err.imap.user.miss'] = 'Der Wert im Feld \'IMAP Benutzername\' fehlt.';
|
||||
$labels['idsw.err.imap.pwd.miss'] = 'Der Wert im Feld \'IMAP Password\' fehlt.';
|
||||
$labels['idsw.err.smtp.host.miss'] = 'Der Wert im Feld \'SMTP Servername\' fehlt.';
|
||||
$labels['idsw.err.smtp.port.num'] = 'Der Wert in \'SMTP Port\' muss eine Zahl sein.';
|
||||
$labels['idsw.err.smtp.port.range'] = 'Der Wert in \'SMTP Port\' muss zwischen 1 und 65535 liegen.';
|
||||
|
||||
$labels['identity'] = 'Identität';
|
||||
$labels['notify.title'] = 'Neue E-Mails';
|
||||
$labels['notify.msg'] = '%d für %s';
|
||||
$labels['notify.err.autoplay'] = 'Kann Musik nicht abspielen!'."\r\n".
|
||||
'Bitte überprüfen Sie die Einstellungen der "Automatische Wiedergabe" für diese Seite in Ihrem Browser.';
|
||||
$labels['notify.err.notification'] = 'Kann Benachrichtigung nicht senden!.'."\r\n".
|
||||
'Bitte überprüfen Sie die Einstellungen der "Benachrichtigungen" für diese Seite in Ihrem Browser.';
|
62
plugins/identity_switch/localization/en_US.inc
Normal file
62
plugins/identity_switch/localization/en_US.inc
Normal file
@ -0,0 +1,62 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
/*
|
||||
* Identity switch RoundCube Bundle
|
||||
*
|
||||
* @copyright (c) 2024 Forian Daeumling, Germany. All right reserved
|
||||
* @license https://github.com/toteph42/identity_switch/blob/master/LICENSE
|
||||
*/
|
||||
$labels = [];
|
||||
|
||||
$labels['idsw.common.caption'] = 'Data of your identity';
|
||||
$labels['idsw.common.noedit'] = 'Informationen about identity cannot being entered until record has been saved the first time';
|
||||
$labels['idsw.common.enabled'] = 'Enabled';
|
||||
$labels['idsw.common.label'] = 'Label';
|
||||
|
||||
$labels['idsw.imap.caption'] = 'IMAP';
|
||||
$labels['idsw.imap.host'] = 'Server host name';
|
||||
$labels['idsw.imap.port'] = 'Port';
|
||||
$labels['idsw.imap.auth'] = 'Encryption';
|
||||
$labels['idsw.imap.auth.none'] = 'None';
|
||||
$labels['idsw.imap.auth.ssl'] = 'SSL';
|
||||
$labels['idsw.imap.auth.tls'] = 'TLS';
|
||||
$labels['idsw.imap.delim'] = 'Folder hierarchy delimiter';
|
||||
$labels['idsw.imap.user'] = 'Username';
|
||||
$labels['idsw.imap.pwd'] = 'Password';
|
||||
|
||||
$labels['idsw.smtp.caption'] = 'SMTP';
|
||||
$labels['idsw.smtp.host'] = 'Server host name';
|
||||
$labels['idsw.smtp.tls'] = 'Secure connection (TLS)';
|
||||
$labels['idsw.smtp.port'] = 'Port';
|
||||
$labels['idsw.smtp.auth'] = 'Encryption';
|
||||
$labels['idsw.smtp.auth.none'] = 'None';
|
||||
$labels['idsw.smtp.auth.ssl'] = 'SSL';
|
||||
$labels['idsw.smtp.auth.tls'] = 'TLS';
|
||||
|
||||
$labels['idsw.notify.caption'] = 'New messages';
|
||||
$labels['idsw.notify.allfolder'] = 'Check all folders for new messages';
|
||||
$labels['idsw.notify.basic'] = 'Display browser notifications on new message';
|
||||
$labels['idsw.notify.desktop'] = 'Display desktop notifications on new message';
|
||||
$labels['idsw.notify.timeout'] = 'Close desktop notification';
|
||||
$labels['idsw.notify.sound'] = 'Play sound on new message';
|
||||
$labels['idsw.notify.test'] = 'Test';
|
||||
|
||||
$labels['idsw.err.imap.host.miss'] = 'Value in \'IMAP Server host name\' missing.';
|
||||
$labels['idsw.err.imap.port.num'] = 'Value in \'IMAP Port\' field must be a number.';
|
||||
$labels['idsw.err.imap.port.range'] = 'Value in \'IMAP Port\' field must be between 1 and 65535.';
|
||||
$labels['idsw.err.imap.delim.miss'] = 'Value in \'IMAP Folder hierarchy delimiter\' missing.';
|
||||
$labels['idsw.err.imap.user.miss'] = 'Value in \'IMAP User name\' missing.';
|
||||
$labels['idsw.err.imap.pwd.miss'] = 'Value in \'IMAP Password\' missing.';
|
||||
$labels['idsw.err.smtp.host.miss'] = 'Value in \'SMTP Server host name\' missing.';
|
||||
$labels['idsw.err.smtp.port.num'] = 'Value in \'SMTP Port\' field must be a number.';
|
||||
$labels['idsw.err.smtp.port.range'] = 'Value in \'SMTP Port\' field must be between 1 and 65535.';
|
||||
|
||||
$labels['identity'] = 'Identity';
|
||||
$labels['notify.title'] = 'New Emails';
|
||||
$labels['notify.msg'] = '%d for %s';
|
||||
$labels['notify.err.autoplay'] = 'Cannot play sound file!'."\r\n".
|
||||
'Please check your "Autoplay" settings for this page in your browser.';
|
||||
$labels['notify.err.notification'] = 'Cannot send notification!'."\r\n".
|
||||
'Please check your "Notification" settings for this page in your browser.';
|
||||
|
62
plugins/identity_switch/localization/fr_FR.inc
Normal file
62
plugins/identity_switch/localization/fr_FR.inc
Normal file
@ -0,0 +1,62 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
/*
|
||||
* Identity switch RoundCube Bundle
|
||||
*
|
||||
* @copyright (c) 2024 Forian Daeumling, Germany. All right reserved
|
||||
* @license https://github.com/toteph42/identity_switch/blob/master/LICENSE
|
||||
*/
|
||||
$labels = [];
|
||||
|
||||
$labels['idsw.common.caption'] = 'Données de votre identité';
|
||||
$labels['idsw.common.noedit'] = 'Les informations liées à l\'identité ne peuvent être saisies qu\'après le premier enregistrement';
|
||||
$labels['idsw.common.enabled'] = 'Activer';
|
||||
$labels['idsw.common.label'] = 'Nom à afficher';
|
||||
|
||||
$labels['idsw.imap.caption'] = 'IMAP';
|
||||
$labels['idsw.imap.host'] = 'Nom du serveur IMAP';
|
||||
$labels['idsw.imap.port'] = 'Port IMAP';
|
||||
$labels['idsw.imap.auth'] = 'Chiffrement';
|
||||
$labels['idsw.imap.auth.none'] = 'None';
|
||||
$labels['idsw.imap.auth.ssl'] = 'SSL';
|
||||
$labels['idsw.imap.auth.tls'] = 'TLS';
|
||||
$labels['idsw.imap.delim'] = 'Séparateur de dossier';
|
||||
$labels['idsw.imap.user'] = 'Nom d\'utilisateur';
|
||||
$labels['idsw.imap.pwd'] = 'Mot de passe';
|
||||
|
||||
$labels['idsw.smtp.caption'] = 'SMTP';
|
||||
$labels['idsw.smtp.host'] = 'Nom du serveur SMTP';
|
||||
$labels['idsw.smtp.tls'] = 'Connexion sécurisée (TLS)';
|
||||
$labels['idsw.smtp.port'] = 'Port SMTP';
|
||||
$labels['idsw.smtp.auth'] = 'Encryption';
|
||||
$labels['idsw.smtp.auth.none'] = 'None';
|
||||
$labels['idsw.smtp.auth.ssl'] = 'SSL';
|
||||
$labels['idsw.smtp.auth.tls'] = 'TLS';
|
||||
|
||||
$labels['idsw.notify.caption'] = 'Nouveaux messages';
|
||||
$labels['idsw.notify.allfolder'] = 'Vérifier la présence de nouveaux messages dans tous les dossiers';
|
||||
$labels['idsw.notify.basic'] = 'Afficher les notifications du navigateur en cas de nouveau message';
|
||||
$labels['idsw.notify.desktop'] = 'Afficher les notifications sur le bureau en cas de nouveau message';
|
||||
$labels['idsw.notify.timeout'] = 'Fermeture de la notification du bureau';
|
||||
$labels['idsw.notify.sound'] = 'Diffusion d\'un son lors de la réception d\'un nouveau message';
|
||||
$labels['idsw.notify.test'] = 'Test';
|
||||
|
||||
$labels['idsw.err.imap.host.miss'] = 'La valeur du champ "Serveur IMAP" est manquante.';
|
||||
$labels['idsw.err.imap.port.num'] = 'La valeur du champ "Port IMAP" doit être un nombre.';
|
||||
$labels['idsw.err.imap.port.range'] = 'La valeur du champ "Port IMAP" doit être comprise entre 1 et 65535.';
|
||||
$labels['idsw.err.imap.delim.miss'] = 'La valeur du champ "Séparateur de dossier" est manquante.';
|
||||
$labels['idsw.err.imap.user.miss'] = 'La valeur du champ "Nom d\'utilisateur" est manquante.';
|
||||
$labels['idsw.err.imap.pwd.miss'] = 'La valeur du champ "Mot de passe" est manquante.';
|
||||
$labels['idsw.err.smtp.host.miss'] = 'La valeur du champ "Serveur SMTP" est manquante.';
|
||||
$labels['idsw.err.smtp.port.num'] = 'La valeur du champ "Port SMTP" doit être un nombre.';
|
||||
$labels['idsw.err.smtp.port.range'] = 'La valeur du champ "Port SMTP" doit être comprise entre 1 et 65535.';
|
||||
|
||||
$labels['identity'] = 'Identité';
|
||||
$labels['notify.title'] = 'Nouveaux messages';
|
||||
$labels['notify.msg'] = '%d pour %s';
|
||||
$labels['notify.err.autoplay'] = 'Le fichier son ne peut pas être joué !'."\r\n".
|
||||
'Vérifier vos paramètres "Autoplay" pour cette page de votre navigateur.';
|
||||
$labels['notify.err.notification'] = 'La notification ne peut être envoyée !'."\r\n".
|
||||
'Vérifier vos paramètres "Notification" pour cette page de votre navigateur.';
|
||||
|
62
plugins/identity_switch/localization/ru_RU.inc
Normal file
62
plugins/identity_switch/localization/ru_RU.inc
Normal file
@ -0,0 +1,62 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
/*
|
||||
* Identity switch RoundCube Bundle
|
||||
*
|
||||
* @copyright (c) 2024 Forian Daeumling, Germany. All right reserved
|
||||
* @license https://github.com/toteph42/identity_switch/blob/master/LICENSE
|
||||
*/
|
||||
$labels = [];
|
||||
|
||||
$labels['idsw.common.caption'] = 'Ваши идентификационные данные';
|
||||
$labels['idsw.common.noedit'] = 'Идентификационные данные нельзя ввести, пока запись не будет сначала сохранена';
|
||||
$labels['idsw.common.enabled'] = 'Включено';
|
||||
$labels['idsw.common.label'] = 'Метка';
|
||||
|
||||
$labels['idsw.imap.caption'] = 'IMAP';
|
||||
$labels['idsw.imap.host'] = 'Имя сервера';
|
||||
$labels['idsw.imap.port'] = 'Порт';
|
||||
$labels['idsw.imap.auth'] = 'Шифрование';
|
||||
$labels['idsw.imap.auth.none'] = 'Нет';
|
||||
$labels['idsw.imap.auth.ssl'] = 'SSL';
|
||||
$labels['idsw.imap.auth.tls'] = 'TLS';
|
||||
$labels['idsw.imap.delim'] = 'Разделитель папок';
|
||||
$labels['idsw.imap.user'] = 'Имя пользователя';
|
||||
$labels['idsw.imap.pwd'] = 'Пароль';
|
||||
|
||||
$labels['idsw.smtp.caption'] = 'SMTP';
|
||||
$labels['idsw.smtp.host'] = 'Имя сервера';
|
||||
$labels['idsw.smtp.tls'] = 'Защищенное соединение (TLS)';
|
||||
$labels['idsw.smtp.port'] = 'Порт';
|
||||
$labels['idsw.smtp.auth'] = 'Шифрование';
|
||||
$labels['idsw.smtp.auth.none'] = 'Нет';
|
||||
$labels['idsw.smtp.auth.ssl'] = 'SSL';
|
||||
$labels['idsw.smtp.auth.tls'] = 'TLS';
|
||||
|
||||
$labels['idsw.notify.caption'] = 'Новые письма';
|
||||
$labels['idsw.notify.allfolder'] = 'Проверить все папки на новые письма';
|
||||
$labels['idsw.notify.basic'] = 'Показывать уведомления в браузере при новом письме';
|
||||
$labels['idsw.notify.desktop'] = 'Показывать уведомления на рабочем столе при новом письме';
|
||||
$labels['idsw.notify.timeout'] = 'Закрыть уведомление на рабочем столе';
|
||||
$labels['idsw.notify.sound'] = 'Проиграть звук при новом письме';
|
||||
$labels['idsw.notify.test'] = 'Тест';
|
||||
|
||||
$labels['idsw.err.imap.host.miss'] = 'Значение в \'IMAP Server host name\' отсутствует.';
|
||||
$labels['idsw.err.imap.port.num'] = 'Значение в \'IMAP Port\' должно быть числом.';
|
||||
$labels['idsw.err.imap.port.range'] = 'Значение в \'IMAP Port\' должно быть между 1 и 65535.';
|
||||
$labels['idsw.err.imap.delim.miss'] = 'Значение в \'IMAP Folder hierarchy delimiter\' отсутствует.';
|
||||
$labels['idsw.err.imap.user.miss'] = 'Значение в \'IMAP User name\' отсутствует.';
|
||||
$labels['idsw.err.imap.pwd.miss'] = 'Значение в \'IMAP Password\' отсутствует.';
|
||||
$labels['idsw.err.smtp.host.miss'] = 'Значение в \'SMTP Server host name\' отсутствует.';
|
||||
$labels['idsw.err.smtp.port.num'] = 'Значение в \'SMTP Port\' должно быть числом.';
|
||||
$labels['idsw.err.smtp.port.range'] = 'Значение в \'SMTP Port\' должно быть между 1 и 65535.';
|
||||
|
||||
$labels['identity'] = 'Личность';
|
||||
$labels['notify.title'] = 'Новые письма';
|
||||
$labels['notify.msg'] = '%d для %s';
|
||||
$labels['notify.err.autoplay'] = 'Не могу проиграть звуковой файл!'."\r\n".
|
||||
'Пожалуйста, проверьте настройки "Автовоспроизведение" для этой страницы в вашем браузере.';
|
||||
$labels['notify.err.notification'] = 'Не могу отправить уведомление!'."\r\n".
|
||||
'Пожалуйста, проверьте настройки "Уведомление" для этой страницы в вашем браузере.';
|
||||
|
Reference in New Issue
Block a user