Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #4 from vaLinBSD/czech_lang
Browse files Browse the repository at this point in the history
Add Czech lang
  • Loading branch information
northox committed Nov 7, 2013
2 parents e10fe84 + 6cddee7 commit d221566
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions localization/cs_CZ.inc
@@ -0,0 +1,12 @@
<?php

$labels = array();
$labels['yubikey'] = 'YubiKey OTP (volitelné)';
$labels['yubikeyrequired'] = 'Vyžadován YubiKey OTP';
$labels['yubikeyid'] = 'YubiKey ID';
$labels['yubikeysettings'] = 'YubiKey ověřování';

$messages = array();
$messages['yubikeyauthfailed'] = 'Špatné YubiKey OTP';

?>

0 comments on commit d221566

Please sign in to comment.