Definitions and macros for english localization. Plus de détails...
Aller au code source de ce fichier.
Macros | |
| #define | SETLOCALE "English_United-States.1252" |
| #define | EMPTY_STRING "" |
| #define | NEW_PROJECT "Create a new " SOFT_NAME " project" |
| #define | CONVERT_PROJECT "Converting this database to a " SOFT_NAME " project\nwill add two internal tables to it." |
| #define | OPEN_PROJECT "Open a project" |
| #define | OPEN_FILE "Open a file ..." |
| #define | OPEN_SCRIPT "Open a script" |
| #define | OPEN_QUERY "Open a query" |
| #define | SAVE_AS "Save as ..." |
| #define | FILETYPE_ANY "Any file (*.*)\0*.*\0" |
| #define | FILETYPE_QUERY "SQL query (*.sql)\0*.sql\0" |
| #define | FILETYPE_PROJECT SOFT_NAME " project (*.taupie)\0*.taupie\0" |
| #define | MENU_PROJECT "Project" |
| #define | MENU_NEW "New" |
| #define | MENU_OPEN "Open" |
| #define | MENU_CHOOSE "Choose" |
| #define | MENU_CLOSE "Close" |
| #define | MENU_PROJECT_RECENT "Recent Projects" |
| #define | MENU_PROJECT_LOG_IMPORT "Imported Files" |
| #define | MENU_PROJECT_LOG_COMMAND "Action History" |
| #define | MENU_DATA "Data" |
| #define | MENU_DATA_COPYVALUE "Copy Value" |
| #define | MENU_DATA_CLOSE "Close Current View" |
| #define | MENU_TABLE_RENAME "Rename table" |
| #define | MENU_TABLES "Tables" |
| #define | MENU_IMPORT "Import" |
| #define | MENU_DATA_EXPORT "Export Current View" |
| #define | MENU_DELETE "Delete" |
| #define | MENU_TABLE_EXPORT "Export Table" |
| #define | MENU_TABLE_DELETE "Delete Table" |
| #define | MENU_QUERY "Queries" |
| #define | MENU_SQL_FILE "Run Query File" |
| #define | MENU_SQL_QUERY "Run SQL Command" |
| #define | MENU_SCRIPT "Script" |
| #define | MENU_OPTIONS "Options" |
| #define | MENU_HELP "Help" |
| #define | MENU_ABOUT "About" |
| #define | MENU_PAGE_PREVIOUS "Previous Page" |
| #define | MENU_PAGE_NEXT "Next Page" |
| #define | MESSAGE_TITLE_ERROR "Error !!!" |
| #define | MESSAGE_TITLE_WARNING "Warning !!!" |
| #define | MESSAGE_INFO_FILEEXIST "A file with this name already exists !" |
| #define | MESSAGE_INFO_MEMORYERROR "A memory problem has occurred !" |
| #define | MESSAGE_INFO_NOINTERNALQUERY "A query on internal tables is not allowed !" |
| #define | MESSAGE_INFO_FAILURE "Unable to retrieve the requested information !" |
| #define | MESSAGE_QUESTION_CANCEL "Do you really want to cancel this operation ?" |
| #define | MESSAGE_QUESTION_RENAMETABLE "Do you really want to rename this table ?" |
| #define | MESSAGE_QUESTION_DROPTABLE "Do you really want to drop this table ?" |
| #define | BUTTON_OK "OK" |
| #define | BUTTON_CANCEL "Cancel" |
| #define | DIALOG_TITLE_IMPORTDSV "Import a delimited text file" |
| #define | DIALOG_TEXT_FROMLINE "Import from this line :" |
| #define | DIALOG_TEXT_HEADER "There is a header" |
| #define | DIALOG_TEXT_OTHER "Other" |
| #define | DIALOG_TEXT_COMMA "Comma" |
| #define | DIALOG_TEXT_SEMICOLON "Semicolon" |
| #define | DIALOG_TEXT_PIPE "Pipe" |
| #define | DIALOG_TEXT_TAB "Tab" |
| #define | DIALOG_TEXT_DELIMITER "Text Delimiter :" |
| #define | DIALOG_TEXT_ENCODING "Character set :" |
| #define | FIELD_DEFAULTNAME "Field" |
| #define | FIELD_TABLENAME "table_name" |
| #define | FIELD_IMPORTDATE "import_date" |
| #define | FIELD_IMPORTTIME "import_time" |
| #define | FIELD_FILEPATH "file_path" |
| #define | FIELD_FILENAME "file_name" |
| #define | FIELD_FILESIZE "file_size" |
| #define | FIELD_FILEDATE "file_date" |
| #define | FIELD_FILETIME "file_time" |
| #define | FIELD_ACTION "action" |
| #define | FIELD_RUNDATE "date" |
| #define | FIELD_RUNTIME "time" |
| #define | FIELD_DOTCOMMAND "dot_command" |
| #define | FIELD_SQL "query" |
| #define | FIELD_ERROR "error" |
| #define | DIALOG_TITLE_LOADINGDATA "Loading Data ..." |
| #define | LOG_TEXTSUCCESS "OK" |
| #define | LOG_TEXTFAILURE "KO" |
| #define | LOG_TEXTCREATEPROJECT "Create Project" |
| #define | LOG_TEXTRUNSQL "Run Custom SQL Query" |
| #define | LOG_TEXTRENAMETABLE "Rename Table/View" |
| #define | LOG_TEXTDELETETABLE "Delete Table/View" |
Definitions and macros for english localization.
Définition dans le fichier en_locale.h.
| #define SETLOCALE "English_United-States.1252" |
Définition à la ligne 79 du fichier en_locale.h.
| #define EMPTY_STRING "" |
Définition à la ligne 81 du fichier en_locale.h.
| #define NEW_PROJECT "Create a new " SOFT_NAME " project" |
Définition à la ligne 83 du fichier en_locale.h.
| #define CONVERT_PROJECT "Converting this database to a " SOFT_NAME " project\nwill add two internal tables to it." |
Définition à la ligne 84 du fichier en_locale.h.
| #define OPEN_PROJECT "Open a project" |
Définition à la ligne 85 du fichier en_locale.h.
| #define OPEN_FILE "Open a file ..." |
Définition à la ligne 87 du fichier en_locale.h.
| #define OPEN_SCRIPT "Open a script" |
Définition à la ligne 88 du fichier en_locale.h.
| #define OPEN_QUERY "Open a query" |
Définition à la ligne 89 du fichier en_locale.h.
| #define SAVE_AS "Save as ..." |
Définition à la ligne 91 du fichier en_locale.h.
| #define FILETYPE_ANY "Any file (*.*)\0*.*\0" |
Définition à la ligne 93 du fichier en_locale.h.
| #define FILETYPE_QUERY "SQL query (*.sql)\0*.sql\0" |
Définition à la ligne 94 du fichier en_locale.h.
| #define FILETYPE_PROJECT SOFT_NAME " project (*.taupie)\0*.taupie\0" |
Définition à la ligne 95 du fichier en_locale.h.
| #define MENU_PROJECT "Project" |
Définition à la ligne 97 du fichier en_locale.h.
| #define MENU_NEW "New" |
Définition à la ligne 98 du fichier en_locale.h.
| #define MENU_OPEN "Open" |
Définition à la ligne 99 du fichier en_locale.h.
| #define MENU_CHOOSE "Choose" |
Définition à la ligne 100 du fichier en_locale.h.
| #define MENU_CLOSE "Close" |
Définition à la ligne 101 du fichier en_locale.h.
| #define MENU_PROJECT_RECENT "Recent Projects" |
Définition à la ligne 102 du fichier en_locale.h.
| #define MENU_PROJECT_LOG_IMPORT "Imported Files" |
Définition à la ligne 103 du fichier en_locale.h.
| #define MENU_PROJECT_LOG_COMMAND "Action History" |
Définition à la ligne 104 du fichier en_locale.h.
| #define MENU_DATA "Data" |
Définition à la ligne 106 du fichier en_locale.h.
| #define MENU_DATA_COPYVALUE "Copy Value" |
Définition à la ligne 107 du fichier en_locale.h.
| #define MENU_DATA_CLOSE "Close Current View" |
Définition à la ligne 108 du fichier en_locale.h.
| #define MENU_TABLE_RENAME "Rename table" |
Définition à la ligne 109 du fichier en_locale.h.
| #define MENU_TABLES "Tables" |
Définition à la ligne 110 du fichier en_locale.h.
| #define MENU_IMPORT "Import" |
Définition à la ligne 111 du fichier en_locale.h.
| #define MENU_DATA_EXPORT "Export Current View" |
Définition à la ligne 112 du fichier en_locale.h.
| #define MENU_DELETE "Delete" |
Définition à la ligne 113 du fichier en_locale.h.
| #define MENU_TABLE_EXPORT "Export Table" |
Définition à la ligne 114 du fichier en_locale.h.
| #define MENU_TABLE_DELETE "Delete Table" |
Définition à la ligne 115 du fichier en_locale.h.
| #define MENU_QUERY "Queries" |
Définition à la ligne 116 du fichier en_locale.h.
| #define MENU_SQL_FILE "Run Query File" |
Définition à la ligne 117 du fichier en_locale.h.
| #define MENU_SQL_QUERY "Run SQL Command" |
Définition à la ligne 118 du fichier en_locale.h.
| #define MENU_SCRIPT "Script" |
Définition à la ligne 119 du fichier en_locale.h.
| #define MENU_OPTIONS "Options" |
Définition à la ligne 120 du fichier en_locale.h.
| #define MENU_HELP "Help" |
Définition à la ligne 121 du fichier en_locale.h.
| #define MENU_ABOUT "About" |
Définition à la ligne 122 du fichier en_locale.h.
| #define MENU_PAGE_PREVIOUS "Previous Page" |
Définition à la ligne 123 du fichier en_locale.h.
| #define MENU_PAGE_NEXT "Next Page" |
Définition à la ligne 124 du fichier en_locale.h.
| #define MESSAGE_TITLE_ERROR "Error !!!" |
Définition à la ligne 126 du fichier en_locale.h.
| #define MESSAGE_TITLE_WARNING "Warning !!!" |
Définition à la ligne 127 du fichier en_locale.h.
| #define MESSAGE_INFO_FILEEXIST "A file with this name already exists !" |
Définition à la ligne 128 du fichier en_locale.h.
| #define MESSAGE_INFO_MEMORYERROR "A memory problem has occurred !" |
Définition à la ligne 129 du fichier en_locale.h.
| #define MESSAGE_INFO_NOINTERNALQUERY "A query on internal tables is not allowed !" |
Définition à la ligne 130 du fichier en_locale.h.
| #define MESSAGE_INFO_FAILURE "Unable to retrieve the requested information !" |
Définition à la ligne 131 du fichier en_locale.h.
| #define MESSAGE_QUESTION_CANCEL "Do you really want to cancel this operation ?" |
Définition à la ligne 132 du fichier en_locale.h.
| #define MESSAGE_QUESTION_RENAMETABLE "Do you really want to rename this table ?" |
Définition à la ligne 133 du fichier en_locale.h.
| #define MESSAGE_QUESTION_DROPTABLE "Do you really want to drop this table ?" |
Définition à la ligne 134 du fichier en_locale.h.
| #define BUTTON_OK "OK" |
Définition à la ligne 136 du fichier en_locale.h.
| #define BUTTON_CANCEL "Cancel" |
Définition à la ligne 137 du fichier en_locale.h.
| #define DIALOG_TITLE_IMPORTDSV "Import a delimited text file" |
Définition à la ligne 139 du fichier en_locale.h.
| #define DIALOG_TEXT_FROMLINE "Import from this line :" |
Définition à la ligne 140 du fichier en_locale.h.
| #define DIALOG_TEXT_HEADER "There is a header" |
Définition à la ligne 141 du fichier en_locale.h.
| #define DIALOG_TEXT_OTHER "Other" |
Définition à la ligne 142 du fichier en_locale.h.
| #define DIALOG_TEXT_COMMA "Comma" |
Définition à la ligne 143 du fichier en_locale.h.
| #define DIALOG_TEXT_SEMICOLON "Semicolon" |
Définition à la ligne 144 du fichier en_locale.h.
| #define DIALOG_TEXT_PIPE "Pipe" |
Définition à la ligne 145 du fichier en_locale.h.
| #define DIALOG_TEXT_TAB "Tab" |
Définition à la ligne 146 du fichier en_locale.h.
| #define DIALOG_TEXT_DELIMITER "Text Delimiter :" |
Définition à la ligne 147 du fichier en_locale.h.
| #define DIALOG_TEXT_ENCODING "Character set :" |
Définition à la ligne 148 du fichier en_locale.h.
| #define FIELD_DEFAULTNAME "Field" |
Définition à la ligne 150 du fichier en_locale.h.
| #define FIELD_TABLENAME "table_name" |
Définition à la ligne 152 du fichier en_locale.h.
| #define FIELD_IMPORTDATE "import_date" |
Définition à la ligne 153 du fichier en_locale.h.
| #define FIELD_IMPORTTIME "import_time" |
Définition à la ligne 154 du fichier en_locale.h.
| #define FIELD_FILEPATH "file_path" |
Définition à la ligne 155 du fichier en_locale.h.
| #define FIELD_FILENAME "file_name" |
Définition à la ligne 156 du fichier en_locale.h.
| #define FIELD_FILESIZE "file_size" |
Définition à la ligne 157 du fichier en_locale.h.
| #define FIELD_FILEDATE "file_date" |
Définition à la ligne 158 du fichier en_locale.h.
| #define FIELD_FILETIME "file_time" |
Définition à la ligne 159 du fichier en_locale.h.
| #define FIELD_ACTION "action" |
Définition à la ligne 161 du fichier en_locale.h.
| #define FIELD_RUNDATE "date" |
Définition à la ligne 162 du fichier en_locale.h.
| #define FIELD_RUNTIME "time" |
Définition à la ligne 163 du fichier en_locale.h.
| #define FIELD_DOTCOMMAND "dot_command" |
Définition à la ligne 164 du fichier en_locale.h.
| #define FIELD_SQL "query" |
Définition à la ligne 165 du fichier en_locale.h.
| #define FIELD_ERROR "error" |
Définition à la ligne 166 du fichier en_locale.h.
| #define DIALOG_TITLE_LOADINGDATA "Loading Data ..." |
Définition à la ligne 168 du fichier en_locale.h.
| #define LOG_TEXTSUCCESS "OK" |
Définition à la ligne 170 du fichier en_locale.h.
| #define LOG_TEXTFAILURE "KO" |
Définition à la ligne 171 du fichier en_locale.h.
| #define LOG_TEXTCREATEPROJECT "Create Project" |
Définition à la ligne 172 du fichier en_locale.h.
| #define LOG_TEXTRUNSQL "Run Custom SQL Query" |
Définition à la ligne 173 du fichier en_locale.h.
| #define LOG_TEXTRENAMETABLE "Rename Table/View" |
Définition à la ligne 174 du fichier en_locale.h.
| #define LOG_TEXTDELETETABLE "Delete Table/View" |
Définition à la ligne 175 du fichier en_locale.h.