#ifndef LGP_H
#define LGP_H

const char LGP_ADDNEWELF[]="Add elf ...";
const char LGP_SAVE[]="Save";
const char LGP_ELFNAME[]="LaunchElf";
const char LGP_EDITELFNAME[]="Elf name:";
const char LGP_ENITELFPATH[]="path of the elves:";
const char LGP_EDITSHORTCUTNAME[]="Shortcut name:";
const char LGP_CLOSE[]="Close";
const char LGP_SELECTFILE[]="Select File";
const char LGP_NOTINSTALLED[]="Patch is not installed!";
const char LGP_NEWELFNAME[]="Elf%d";
const char LGP_ADDERROR[]="Error adding!";
const char LGP_ERRORLOADING[]="Error loading configuration";
//const char LGP_[]=;

#endif
