X-Git-Url: https://harishankar.org/repos/?p=biacv.git;a=blobdiff_plain;f=biacv_lang.py;h=8f1c44c2829e1b70ea7bdec1460818c52548ff45;hp=11d19e23d8d86ede25438f3c67942845fca4d8d0;hb=HEAD;hpb=2ea1c764b6ce60b55bb3f44e3f8f121933b66d29 diff --git a/biacv_lang.py b/biacv_lang.py index 11d19e2..8f1c44c 100644 --- a/biacv_lang.py +++ b/biacv_lang.py @@ -9,4 +9,13 @@ 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" \ No newline at end of file +SAVE_TITLE = "Save File As" +OPEN_TITLE = "Open File" +OPEN_TEMPLATE_TITLE = "Choose Export Template directory" +ABOUT_TITLE = "About BiaCV" +ABOUT_TEXT = """BiaCV - A resume creator/editor + +Copyright 2011 V.Harishankar . +Licensed under the GNU GPL v3.""" + +BIACV_FILE_FILTER = "BiaCV document(*.biacv);;All files(*.*)" \ No newline at end of file