X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/8ee49f1b739cb1212fed94074082b01154e928e0..a9c7df4765fd6e23b53c7fe1546559a6549d84e9:/WEB-INF/resources/cs.lang.php diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index de2d3ff8..a09e1011 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -110,15 +110,17 @@ $i18n_key_words = array( // 'error.overlap' => 'Time interval overlaps with existing records.', // 'error.future_date' => 'Date is in future.', +// Labels for buttons. +'button.login' => 'Přihlásit', +'button.now' => 'Teď', +'button.save' => 'Uložit', +// TODO: translate the following. +// 'button.copy' => 'Copy', +'button.cancel' => 'Zrušit', -// TODO: refactoring ongoing down from here. -// Labels for buttons. -'button.login' => 'přihlásit', -'button.now' => 'teď', -'button.save' => 'uložit', -'button.cancel' => 'zrušit', +// TODO: refactoring ongoing down from here. 'button.submit' => 'uložit', 'button.add_user' => 'Přidat uživatele', 'button.add_project' => 'Přidat projekt',