2018-12-04 12:53:29 +01:00
|
|
|
<?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/
|
|
|
|
*/
|
2019-10-13 14:54:56 +02:00
|
|
|
$labels['created'] = 'Vytvořeno';
|
2018-12-04 12:53:29 +01:00
|
|
|
$labels['remove'] = 'Odstranit';
|
2019-10-13 14:54:56 +02:00
|
|
|
$labels['continue'] = 'Pokračovat';
|
|
|
|
$labels['yes'] = 'ano';
|
|
|
|
$labels['no'] = 'ne';
|
2018-12-04 12:53:29 +01:00
|
|
|
$labels['label'] = 'Název';
|
2019-10-13 14:54:56 +02:00
|
|
|
$labels['enterhighsecurity'] = 'Potvrdit';
|