]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/cs.lang.php
Started to work on button labels in translation files.
[timetracker.git] / WEB-INF / resources / cs.lang.php
index de2d3ff87c1fd23850db6e87b61235177281ef49..a09e101139ce3efe6e3a7d47d39c4291f12f4681 100644 (file)
@@ -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',