Added group selector on projects.php.
[timetracker.git] / WEB-INF / resources / he.lang.php
index 661ff27..6529b77 100644 (file)
@@ -106,9 +106,6 @@ $i18n_key_words = array(
 'error.user_exists' => 'שם משתמש כבר קיים',
 // TODO: translate the following.
 // 'error.object_exists' => 'Object with this name already exists.',
-'error.project_exists' => 'שם פרוייקט כבר קיים',
-'error.task_exists' => 'קיימת משימה עם שם דומה',
-'error.client_exists' => 'שם לקוח כבר קיים',
 'error.invoice_exists' => 'קיימת חשבונית עם מספר זה',
 // TODO: translate the following.
 // 'error.role_exists' => 'Role with this rank already exists.',
@@ -131,6 +128,10 @@ $i18n_key_words = array(
 // 'error.cannot_import' => 'Cannot import: %s.',
 // 'error.format' => 'Invalid file format.',
 
+// Success messages.
+// TODO: translate the following.
+// 'msg.success' => 'Operation completed successfully.',
+
 // Labels for buttons.
 'button.login' => 'היכנס',
 'button.now' => 'עכשיו',
@@ -260,6 +261,9 @@ $i18n_key_words = array(
 'labl.totals_only' => 'סיכומים בלבד',
 
 // Form titles.
+'title.error' => 'שגיאה',
+// TODO: Translate the following.
+// 'title.success' => 'Success',
 'title.login' => 'כניסה',
 'title.groups' => 'צוותים', // TODO: change "teams" to "groups".
 // TODO: translate the following.