Server IP : 23.254.227.96 / Your IP : 216.73.216.120 Web Server : Apache/2.4.62 (Unix) OpenSSL/1.1.1k System : Linux hwsrv-1277026.hostwindsdns.com 4.18.0-477.13.1.el8_8.x86_64 #1 SMP Tue May 30 14:53:41 EDT 2023 x86_64 User : viralblo ( 1001) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/local/cwpsrv/var/services/roundcube_01-03-2025.bak/plugins/enigma/localization/ |
Upload File : |
<?php /** +-----------------------------------------------------------------------+ | plugins/enigma/localization/<lang>.inc | | | | Localization file of the Roundcube Webmail ACL plugin | | Copyright (C) 2012-2016, The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | | | +-----------------------------------------------------------------------+ For translation see https://www.transifex.com/roundcube/roundcube-webmail/plugin-enigma/ */ $labels['encryption'] = 'Criptare'; $labels['enigmacerts'] = 'Certificati S/MIME'; $labels['enigmakeys'] = 'Chiavi PGP'; $labels['keysfromto'] = 'Chiavi da $from a $to di $count'; $labels['keyname'] = 'Nome'; $labels['keyid'] = 'ID della chiave'; $labels['keyuserid'] = 'ID utente'; $labels['keytype'] = 'Tipo chiave'; $labels['fingerprint'] = 'Fingerprint'; $labels['subkeys'] = 'Sottochiavi'; $labels['basicinfo'] = 'Informazioni base'; $labels['userids'] = 'Utenti aggiuntivi'; $labels['typepublickey'] = 'chiave pubblica'; $labels['keyattfound'] = 'Questo messaggio contiene allegate Chiavi PGP.'; $labels['keyattimport'] = 'Importa Chiave(i)'; $labels['typesign'] = 'Firma'; $labels['typeencrypt'] = 'Cripta'; $labels['typecert'] = 'Certifica'; $labels['typeauth'] = 'Autenticazione'; $labels['subkeyid'] = 'ID'; $labels['subkeyalgo'] = 'Algoritmo'; $labels['subkeycreated'] = 'Creato'; $labels['subkeyexpires'] = 'Scadenza'; $labels['subkeyusage'] = 'Utilizzo'; $labels['expiresnever'] = 'mai'; $labels['unknown'] = 'sconosciuto'; $labels['uservalid'] = 'Valido'; $labels['userid'] = 'ID'; $labels['valid'] = 'valido'; $labels['supportencryption'] = 'Abilita cifratura firma del messaggio'; $labels['keyremove'] = 'Rimuovi'; $labels['keydisable'] = 'Disabilita'; $labels['keyrevoke'] = 'Revoca'; $labels['keychpass'] = 'Cambia password'; $labels['newkeyident'] = 'Identità:'; $labels['newkeypass'] = 'Password:'; $labels['newkeypassconfirm'] = 'Conferma password:'; ?>