Taupie 0.20.5
Tiny Analyser
Chargement...
Recherche...
Aucune correspondance
Référence du fichier en_locale.h

Definitions and macros for english localization. Plus de détails...

Ce graphe montre quels fichiers incluent directement ou indirectement ce fichier :

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"

Description détaillée

Definitions and macros for english localization.

Auteur
Denis MARTIN

Définition dans le fichier en_locale.h.

Documentation des macros

◆ SETLOCALE

#define SETLOCALE   "English_United-States.1252"

Définition à la ligne 79 du fichier en_locale.h.

◆ EMPTY_STRING

#define EMPTY_STRING   ""

Définition à la ligne 81 du fichier en_locale.h.

◆ NEW_PROJECT

#define NEW_PROJECT   "Create a new " SOFT_NAME " project"

Définition à la ligne 83 du fichier en_locale.h.

◆ CONVERT_PROJECT

#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.

◆ OPEN_PROJECT

#define OPEN_PROJECT   "Open a project"

Définition à la ligne 85 du fichier en_locale.h.

◆ OPEN_FILE

#define OPEN_FILE   "Open a file ..."

Définition à la ligne 87 du fichier en_locale.h.

◆ OPEN_SCRIPT

#define OPEN_SCRIPT   "Open a script"

Définition à la ligne 88 du fichier en_locale.h.

◆ OPEN_QUERY

#define OPEN_QUERY   "Open a query"

Définition à la ligne 89 du fichier en_locale.h.

◆ SAVE_AS

#define SAVE_AS   "Save as ..."

Définition à la ligne 91 du fichier en_locale.h.

◆ FILETYPE_ANY

#define FILETYPE_ANY   "Any file (*.*)\0*.*\0"

Définition à la ligne 93 du fichier en_locale.h.

◆ FILETYPE_QUERY

#define FILETYPE_QUERY   "SQL query (*.sql)\0*.sql\0"

Définition à la ligne 94 du fichier en_locale.h.

◆ FILETYPE_PROJECT

#define FILETYPE_PROJECT   SOFT_NAME " project (*.taupie)\0*.taupie\0"

Définition à la ligne 95 du fichier en_locale.h.

◆ MENU_PROJECT

#define MENU_PROJECT   "Project"

Définition à la ligne 97 du fichier en_locale.h.

◆ MENU_NEW

#define MENU_NEW   "New"

Définition à la ligne 98 du fichier en_locale.h.

◆ MENU_OPEN

#define MENU_OPEN   "Open"

Définition à la ligne 99 du fichier en_locale.h.

◆ MENU_CHOOSE

#define MENU_CHOOSE   "Choose"

Définition à la ligne 100 du fichier en_locale.h.

◆ MENU_CLOSE

#define MENU_CLOSE   "Close"

Définition à la ligne 101 du fichier en_locale.h.

◆ MENU_PROJECT_RECENT

#define MENU_PROJECT_RECENT   "Recent Projects"

Définition à la ligne 102 du fichier en_locale.h.

◆ MENU_PROJECT_LOG_IMPORT

#define MENU_PROJECT_LOG_IMPORT   "Imported Files"

Définition à la ligne 103 du fichier en_locale.h.

◆ MENU_PROJECT_LOG_COMMAND

#define MENU_PROJECT_LOG_COMMAND   "Action History"

Définition à la ligne 104 du fichier en_locale.h.

◆ MENU_DATA

#define MENU_DATA   "Data"

Définition à la ligne 106 du fichier en_locale.h.

◆ MENU_DATA_COPYVALUE

#define MENU_DATA_COPYVALUE   "Copy Value"

Définition à la ligne 107 du fichier en_locale.h.

◆ MENU_DATA_CLOSE

#define MENU_DATA_CLOSE   "Close Current View"

Définition à la ligne 108 du fichier en_locale.h.

◆ MENU_TABLE_RENAME

#define MENU_TABLE_RENAME   "Rename table"

Définition à la ligne 109 du fichier en_locale.h.

◆ MENU_TABLES

#define MENU_TABLES   "Tables"

Définition à la ligne 110 du fichier en_locale.h.

◆ MENU_IMPORT

#define MENU_IMPORT   "Import"

Définition à la ligne 111 du fichier en_locale.h.

◆ MENU_DATA_EXPORT

#define MENU_DATA_EXPORT   "Export Current View"

Définition à la ligne 112 du fichier en_locale.h.

◆ MENU_DELETE

#define MENU_DELETE   "Delete"

Définition à la ligne 113 du fichier en_locale.h.

◆ MENU_TABLE_EXPORT

#define MENU_TABLE_EXPORT   "Export Table"

Définition à la ligne 114 du fichier en_locale.h.

◆ MENU_TABLE_DELETE

#define MENU_TABLE_DELETE   "Delete Table"

Définition à la ligne 115 du fichier en_locale.h.

◆ MENU_QUERY

#define MENU_QUERY   "Queries"

Définition à la ligne 116 du fichier en_locale.h.

◆ MENU_SQL_FILE

#define MENU_SQL_FILE   "Run Query File"

Définition à la ligne 117 du fichier en_locale.h.

◆ MENU_SQL_QUERY

#define MENU_SQL_QUERY   "Run SQL Command"

Définition à la ligne 118 du fichier en_locale.h.

◆ MENU_SCRIPT

#define MENU_SCRIPT   "Script"

Définition à la ligne 119 du fichier en_locale.h.

◆ MENU_OPTIONS

#define MENU_OPTIONS   "Options"

Définition à la ligne 120 du fichier en_locale.h.

◆ MENU_HELP

#define MENU_HELP   "Help"

Définition à la ligne 121 du fichier en_locale.h.

◆ MENU_ABOUT

#define MENU_ABOUT   "About"

Définition à la ligne 122 du fichier en_locale.h.

◆ MENU_PAGE_PREVIOUS

#define MENU_PAGE_PREVIOUS   "Previous Page"

Définition à la ligne 123 du fichier en_locale.h.

◆ MENU_PAGE_NEXT

#define MENU_PAGE_NEXT   "Next Page"

Définition à la ligne 124 du fichier en_locale.h.

◆ MESSAGE_TITLE_ERROR

#define MESSAGE_TITLE_ERROR   "Error !!!"

Définition à la ligne 126 du fichier en_locale.h.

◆ MESSAGE_TITLE_WARNING

#define MESSAGE_TITLE_WARNING   "Warning !!!"

Définition à la ligne 127 du fichier en_locale.h.

◆ MESSAGE_INFO_FILEEXIST

#define MESSAGE_INFO_FILEEXIST   "A file with this name already exists !"

Définition à la ligne 128 du fichier en_locale.h.

◆ MESSAGE_INFO_MEMORYERROR

#define MESSAGE_INFO_MEMORYERROR   "A memory problem has occurred !"

Définition à la ligne 129 du fichier en_locale.h.

◆ MESSAGE_INFO_NOINTERNALQUERY

#define MESSAGE_INFO_NOINTERNALQUERY   "A query on internal tables is not allowed !"

Définition à la ligne 130 du fichier en_locale.h.

◆ MESSAGE_INFO_FAILURE

#define MESSAGE_INFO_FAILURE   "Unable to retrieve the requested information !"

Définition à la ligne 131 du fichier en_locale.h.

◆ MESSAGE_QUESTION_CANCEL

#define MESSAGE_QUESTION_CANCEL   "Do you really want to cancel this operation ?"

Définition à la ligne 132 du fichier en_locale.h.

◆ MESSAGE_QUESTION_RENAMETABLE

#define MESSAGE_QUESTION_RENAMETABLE   "Do you really want to rename this table ?"

Définition à la ligne 133 du fichier en_locale.h.

◆ MESSAGE_QUESTION_DROPTABLE

#define MESSAGE_QUESTION_DROPTABLE   "Do you really want to drop this table ?"

Définition à la ligne 134 du fichier en_locale.h.

◆ BUTTON_OK

#define BUTTON_OK   "OK"

Définition à la ligne 136 du fichier en_locale.h.

◆ BUTTON_CANCEL

#define BUTTON_CANCEL   "Cancel"

Définition à la ligne 137 du fichier en_locale.h.

◆ DIALOG_TITLE_IMPORTDSV

#define DIALOG_TITLE_IMPORTDSV   "Import a delimited text file"

Définition à la ligne 139 du fichier en_locale.h.

◆ DIALOG_TEXT_FROMLINE

#define DIALOG_TEXT_FROMLINE   "Import from this line :"

Définition à la ligne 140 du fichier en_locale.h.

◆ DIALOG_TEXT_HEADER

#define DIALOG_TEXT_HEADER   "There is a header"

Définition à la ligne 141 du fichier en_locale.h.

◆ DIALOG_TEXT_OTHER

#define DIALOG_TEXT_OTHER   "Other"

Définition à la ligne 142 du fichier en_locale.h.

◆ DIALOG_TEXT_COMMA

#define DIALOG_TEXT_COMMA   "Comma"

Définition à la ligne 143 du fichier en_locale.h.

◆ DIALOG_TEXT_SEMICOLON

#define DIALOG_TEXT_SEMICOLON   "Semicolon"

Définition à la ligne 144 du fichier en_locale.h.

◆ DIALOG_TEXT_PIPE

#define DIALOG_TEXT_PIPE   "Pipe"

Définition à la ligne 145 du fichier en_locale.h.

◆ DIALOG_TEXT_TAB

#define DIALOG_TEXT_TAB   "Tab"

Définition à la ligne 146 du fichier en_locale.h.

◆ DIALOG_TEXT_DELIMITER

#define DIALOG_TEXT_DELIMITER   "Text Delimiter :"

Définition à la ligne 147 du fichier en_locale.h.

◆ DIALOG_TEXT_ENCODING

#define DIALOG_TEXT_ENCODING   "Character set :"

Définition à la ligne 148 du fichier en_locale.h.

◆ FIELD_DEFAULTNAME

#define FIELD_DEFAULTNAME   "Field"

Définition à la ligne 150 du fichier en_locale.h.

◆ FIELD_TABLENAME

#define FIELD_TABLENAME   "table_name"

Définition à la ligne 152 du fichier en_locale.h.

◆ FIELD_IMPORTDATE

#define FIELD_IMPORTDATE   "import_date"

Définition à la ligne 153 du fichier en_locale.h.

◆ FIELD_IMPORTTIME

#define FIELD_IMPORTTIME   "import_time"

Définition à la ligne 154 du fichier en_locale.h.

◆ FIELD_FILEPATH

#define FIELD_FILEPATH   "file_path"

Définition à la ligne 155 du fichier en_locale.h.

◆ FIELD_FILENAME

#define FIELD_FILENAME   "file_name"

Définition à la ligne 156 du fichier en_locale.h.

◆ FIELD_FILESIZE

#define FIELD_FILESIZE   "file_size"

Définition à la ligne 157 du fichier en_locale.h.

◆ FIELD_FILEDATE

#define FIELD_FILEDATE   "file_date"

Définition à la ligne 158 du fichier en_locale.h.

◆ FIELD_FILETIME

#define FIELD_FILETIME   "file_time"

Définition à la ligne 159 du fichier en_locale.h.

◆ FIELD_ACTION

#define FIELD_ACTION   "action"

Définition à la ligne 161 du fichier en_locale.h.

◆ FIELD_RUNDATE

#define FIELD_RUNDATE   "date"

Définition à la ligne 162 du fichier en_locale.h.

◆ FIELD_RUNTIME

#define FIELD_RUNTIME   "time"

Définition à la ligne 163 du fichier en_locale.h.

◆ FIELD_DOTCOMMAND

#define FIELD_DOTCOMMAND   "dot_command"

Définition à la ligne 164 du fichier en_locale.h.

◆ FIELD_SQL

#define FIELD_SQL   "query"

Définition à la ligne 165 du fichier en_locale.h.

◆ FIELD_ERROR

#define FIELD_ERROR   "error"

Définition à la ligne 166 du fichier en_locale.h.

◆ DIALOG_TITLE_LOADINGDATA

#define DIALOG_TITLE_LOADINGDATA   "Loading Data ..."

Définition à la ligne 168 du fichier en_locale.h.

◆ LOG_TEXTSUCCESS

#define LOG_TEXTSUCCESS   "OK"

Définition à la ligne 170 du fichier en_locale.h.

◆ LOG_TEXTFAILURE

#define LOG_TEXTFAILURE   "KO"

Définition à la ligne 171 du fichier en_locale.h.

◆ LOG_TEXTCREATEPROJECT

#define LOG_TEXTCREATEPROJECT   "Create Project"

Définition à la ligne 172 du fichier en_locale.h.

◆ LOG_TEXTRUNSQL

#define LOG_TEXTRUNSQL   "Run Custom SQL Query"

Définition à la ligne 173 du fichier en_locale.h.

◆ LOG_TEXTRENAMETABLE

#define LOG_TEXTRENAMETABLE   "Rename Table/View"

Définition à la ligne 174 du fichier en_locale.h.

◆ LOG_TEXTDELETETABLE

#define LOG_TEXTDELETETABLE   "Delete Table/View"

Définition à la ligne 175 du fichier en_locale.h.