Introduced a generic warning in translation files.
[timetracker.git] / WEB-INF / resources / no.lang.php
index a8cdd34..6caea59 100644 (file)
@@ -99,9 +99,6 @@ $i18n_key_words = array(
 'error.user_exists' => 'Bruker med et slikt brukernavn eksisterer allerede.',
 // TODO: translate the following.
 // 'error.object_exists' => 'Object with this name already exists.',
-// 'error.task_exists' => 'Task with this name already exists.',
-'error.client_exists' => 'En klient med dette navnet er allerede opprettet.',
-// TODO: translate the following.
 // 'error.invoice_exists' => 'Invoice with this number already exists.',
 // 'error.role_exists' => 'Role with this rank already exists.',
 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
@@ -123,6 +120,14 @@ $i18n_key_words = array(
 // 'error.cannot_import' => 'Cannot import: %s.',
 // 'error.format' => 'Invalid file format.',
 
+// Warning messages.
+// TODO: translate the following.
+// 'warn.sure' => 'Are you sure?',
+
+// Success messages.
+// TODO: translate the following.
+// 'msg.success' => 'Operation completed successfully.',
+
 // Labels for buttons.
 'button.login' => 'Innlogging',
 'button.now' => 'NĂ¥',
@@ -261,6 +266,9 @@ $i18n_key_words = array(
 // 'label.totals_only' => 'Totals only',
 
 // Form titles.
+// TODO: Translate the following.
+// 'title.error' => 'Error',
+// 'title.success' => 'Success',
 'title.login' => 'Innlogging',
 // TODO: translate the following.
 // 'title.groups' => 'Groups',