X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fca.lang.php;h=93ceda2c20cb12494cc6349b392a26b016cc43af;hb=4b550872bc24e8b8477250b8a26b464673c12c35;hp=bc90de20a06b0b44cbabe487926aa79105d612eb;hpb=6a1a4ceeee4287bc2eeaf3e0b533090b7ba888fe;p=timetracker.git diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index bc90de20..93ceda2c 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -26,7 +26,7 @@ // | https://www.anuko.com/time_tracker/credits.htm // +----------------------------------------------------------------------+ -// Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option +// 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. $i18n_language = 'Català'; @@ -80,11 +80,14 @@ $i18n_key_words = array( 'error.field' => 'Dada "{0}" incorrecta.', 'error.empty' => 'L\\\'Arxiu "{0}" està buit.', 'error.not_equal' => 'L\\\'Arxiu "{0}" no és igual al arxiu "{1}".', - -// Refactoring needs to be done down from here to sync with English file. -'error.interval' => 'Interval incorrecte', -'error.project' => 'Sel·leccionar Projecte', -'error.activity' => 'Sel·leccionar Actividat', +'error.interval' => 'Interval incorrecte', // TODO: English string changed to 'Field "{0}" must be greater than "{1}".', re-translate. +'error.project' => 'Selleccionar Projecte', +// TODO: translate the following: +// 'error.task' => 'Select task.', +// 'error.client' => 'Select client.', +// 'error.report' => 'Select report.' + +// Refactoring needs to be done down from here to sync with English file. 'error.auth' => 'Usuari o parula de pas incorrecta', // Note to translators: this string needs to be translated. // 'error.user_exists' => 'user with this login already exists', @@ -401,4 +404,3 @@ $i18n_key_words = array( // login hello text // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.", ); -?> \ No newline at end of file