Added Profile highlights as an additional field
[biacv.git] / biacv_lang.py
index d999189..cbac4ac 100644 (file)
@@ -7,4 +7,14 @@ ERROR_DELETE = "Error deleting"
 ERROR_ADD = "Error adding"
 CONFIRM = "Confirm"
 CONFIRM_DELETE = "Are you sure you wish to delete the selected item?"
+CONFIRM_DISCARD_SAVE = "There are unsaved changes in current document. Do you wish to discard all changes?"
 ERROR_DATE = "There is a problem with the date range selected."
+SAVE_TITLE = "Save File As"
+OPEN_TITLE = "Open File"
+EXPORT_TITLE = "Export As"
+OPEN_TEMPLATE_TITLE = "Choose Export Template directory"
+ABOUT_TITLE = "About BiaCV"
+ABOUT_TEXT = """BiaCV - A resume creator/editor
+
+Copyright 2011 V.Harishankar <hari@harishankar.net>.
+Licensed under the GNU GPL v3."""
\ No newline at end of file