X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/92e0c8f474689764e8c10958d48bc4d33bc46c08..d20e3ae3a4685a3da6bb1da102a3010683a6d2da:/WEB-INF/resources/cs.lang.php diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 66a2aded..fa755357 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -29,7 +29,7 @@ // Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option. // Other characters (such as double-quotes in http links, etc.) do not have to be escaped. -// Note to translators: Please use proper capitalization rules for your language. +// Note to translators: Please use proper capitalization rules for your language. $i18n_language = 'Česky'; $i18n_months = array('leden', 'únor', 'březen', 'duben', 'květen', 'červen', 'červenec', 'srpen', 'září', 'říjen', 'listopad', 'prosinec'); @@ -73,7 +73,7 @@ $i18n_key_words = array( // 'footer.credits' => 'Credits', // 'footer.license' => 'License', // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language. - // This is a link to a webpage that describes how to contribute to the project. + // This is a link to a webpage that describes how to contribute to the project. // Error messages. // TODO: Translate the following: @@ -145,6 +145,9 @@ $i18n_key_words = array( // Translate the following string. // 'label.page' => 'Page', +// Form titles. +// TODO: the entire title section is missing here. See the English file. + "form.filter.project" => 'projekt', "form.filter.filter" => 'oblíbená sestava', "form.filter.filter_new" => 'uložit jako oblíbenou sestavu',