Separate file for language strings
[biacv.git] / biacv_lang.py
diff --git a/biacv_lang.py b/biacv_lang.py
new file mode 100644 (file)
index 0000000..d999189
--- /dev/null
@@ -0,0 +1,10 @@
+# BiaCV language strings
+
+ERROR_UPDATE = "Error updating"
+ERROR_REQ_MISSING = "A required field is missing."
+ERROR_NO_SELECTION = "No item selected."
+ERROR_DELETE = "Error deleting"
+ERROR_ADD = "Error adding"
+CONFIRM = "Confirm"
+CONFIRM_DELETE = "Are you sure you wish to delete the selected item?"
+ERROR_DATE = "There is a problem with the date range selected."