14 lines
444 B
PHP
14 lines
444 B
PHP
<?php
|
||
/**
|
||
* Localizations for the Kolab 2-Factor-Auth plugin
|
||
*
|
||
* Copyright (C) 2015, Kolab Systems AG
|
||
*
|
||
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_2fa/
|
||
*/
|
||
$labels['created'] = 'Δημιουργήθηκε';
|
||
$labels['remove'] = 'Αφαίρεση';
|
||
$labels['yes'] = 'ναι';
|
||
$labels['no'] = 'όχι';
|
||
$labels['label'] = 'Όνομα';
|
||
$labels['verifycodeexplainhotp'] = $labels['verifycodeexplaintotp'];
|