Import initial du site depuis le serveur
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
+-----------------------------------------------------------------------+
|
||||
| Localization file of the Roundcube Webmail Enigma 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/roundcube/roundcube-webmail/plugin-enigma/
|
||||
*/
|
||||
|
||||
$labels['encryption'] = 'Шыфраванне';
|
||||
$labels['keyname'] = 'Назва';
|
||||
$labels['keyid'] = 'ID ключа';
|
||||
$labels['typeencrypt'] = 'Зашыфраваць';
|
||||
$labels['subkeycreated'] = 'Створаны';
|
||||
$labels['expiresnever'] = 'ніколі';
|
||||
$labels['unknown'] = 'невядома';
|
||||
$labels['createkeys'] = 'Стварыць новую пару ключоў';
|
||||
$labels['keychpass'] = 'Змяніць пароль';
|
||||
$labels['newkeypass'] = 'Пароль';
|
||||
$labels['keyimportlabel'] = 'Імпартаваць з файла';
|
||||
Reference in New Issue
Block a user