c9cf4e4a37ce9d32adc4de51fb5ac21cfad6035a
1 # BiaCV language strings
3 ERROR_UPDATE
= "Error updating"
4 ERROR_REQ_MISSING
= "A required field is missing."
5 ERROR_NO_SELECTION
= "No item selected."
6 ERROR_DELETE
= "Error deleting"
7 ERROR_ADD
= "Error adding"
9 CONFIRM_DELETE
= "Are you sure you wish to delete the selected item?"
10 CONFIRM_DISCARD_SAVE
= "There are unsaved changes in current document. Do you wish to discard all changes?"
11 ERROR_DATE
= "There is a problem with the date range selected."
12 SAVE_TITLE
= "Save File As"
13 OPEN_TITLE
= "Open File"
14 EXPORT_TITLE
= "Export As"
15 OPEN_TEMPLATE_TITLE
= "Choose Export Template directory"
16 ABOUT_TITLE
= "About BiaCV"
17 ABOUT_TEXT
= """BiaCV - A resume creator/editor
19 Copyright 2011 V.Harishankar <hari@harishankar.net>.
20 Licensed under the GNU GPL v3."""
22 BIACV_FILE_FILTER
= "BiaCV document(*.biacv);;All files(*.*)"