Taupie
0.20.5
Tiny Analyser
Chargement...
Recherche...
Aucune correspondance
en_locale.h
Aller à la documentation de ce fichier.
1
#ifndef EN_LOCALE_H_INCLUDED
2
#define EN_LOCALE_H_INCLUDED
3
4
5
15
16
17
/*
18
19
Copyright (C) 2011-2026 Denis MARTIN <dmartin@taupie.net>
20
21
---------------------------------------
22
23
This file is part of Taupie.
24
25
Taupie is free software: you can redistribute it and/or modify
26
it under the terms of the GNU General Public License as published by
27
the Free Software Foundation, either version 3 of the License,
28
or any later version.
29
30
Taupie is distributed in the hope that it will be useful,
31
but WITHOUT ANY WARRANTY; without even the implied warranty of
32
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33
GNU General Public License for more details.
34
35
You should have received a copy of the GNU General Public License
36
along with Taupie. If not, see <http://www.gnu.org/licenses/>.
37
38
--------------------------------------------------------------------------
39
40
Ce fichier fait partie de Taupie.
41
42
Taupie est un logiciel libre : il peut être redistribué et/ou modifié
43
selon les termes de la Licence Publique Générale GNU telle que publiée par
44
la Free Software Foundation, soit la version 3 de la licence ou toute
45
version ultérieure.
46
47
Taupie est distribué dans l'espoir qu'il sera utile,
48
mais SANS AUCUNE GARANTIE ; sans même la garantie implicite de
49
VALEUR MARCHANDE ou d'ADEQUATION AVEC UN BUT PARTICULIER. Voir la
50
Licence Publique Générale GNU pour plus de détails.
51
52
Une copie de la Licence Publique Générale GNU devrait être fournie
53
avec Taupie. Si ce n'est pas le cas, voir <http://www.gnu.org/licenses/>.
54
55
*/
56
57
58
#if (TAUPIE_LANGUAGE == ENGLISH)
59
60
#ifdef TAUPIE
61
62
#define ABOUT_LICENCE " GPL v3+ "
63
64
#define ABOUT_COPYRIGHT "Copyright \100 2011-2026 Denis MARTIN"
65
66
#define ABOUT_COPYRIGHT_FULL SOFT_NAME " is free software: you can redistribute it and/or modify "\
67
"it under the terms of the GNU General Public License as published by "\
68
"the Free Software Foundation, either version 3 of the License, "\
69
"or any later version.\r\n\r\n" \
70
SOFT_NAME " is distributed in the hope that it will be useful, "\
71
"but WITHOUT ANY WARRANTY; without even the implied warranty of "\
72
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the "\
73
"GNU General Public License for more details.\r\n\r\n" \
74
"You should have received a copy of the GNU General Public License "\
75
"along with " SOFT_NAME ". \r\nIf not, see <https://www.gnu.org/licenses/gpl.html>.\r\n\r\n"
76
77
#endif
// TAUPIE
78
79
#define SETLOCALE "English_United-States.1252"
80
81
#define EMPTY_STRING ""
82
83
#define NEW_PROJECT "Create a new " SOFT_NAME " project"
84
#define CONVERT_PROJECT "Converting this database to a " SOFT_NAME " project\nwill add two internal tables to it."
85
#define OPEN_PROJECT "Open a project"
86
87
#define OPEN_FILE "Open a file ..."
88
#define OPEN_SCRIPT "Open a script"
89
#define OPEN_QUERY "Open a query"
90
91
#define SAVE_AS "Save as ..."
92
93
#define FILETYPE_ANY "Any file (*.*)\0*.*\0"
94
#define FILETYPE_QUERY "SQL query (*.sql)\0*.sql\0"
95
#define FILETYPE_PROJECT SOFT_NAME " project (*.taupie)\0*.taupie\0"
96
97
#define MENU_PROJECT "Project"
98
#define MENU_NEW "New"
99
#define MENU_OPEN "Open"
100
#define MENU_CHOOSE "Choose"
101
#define MENU_CLOSE "Close"
102
#define MENU_PROJECT_RECENT "Recent Projects"
103
#define MENU_PROJECT_LOG_IMPORT "Imported Files"
104
#define MENU_PROJECT_LOG_COMMAND "Action History"
105
106
#define MENU_DATA "Data"
107
#define MENU_DATA_COPYVALUE "Copy Value"
108
#define MENU_DATA_CLOSE "Close Current View"
109
#define MENU_TABLE_RENAME "Rename table"
110
#define MENU_TABLES "Tables"
111
#define MENU_IMPORT "Import"
112
#define MENU_DATA_EXPORT "Export Current View"
113
#define MENU_DELETE "Delete"
114
#define MENU_TABLE_EXPORT "Export Table"
115
#define MENU_TABLE_DELETE "Delete Table"
116
#define MENU_QUERY "Queries"
117
#define MENU_SQL_FILE "Run Query File"
118
#define MENU_SQL_QUERY "Run SQL Command"
119
#define MENU_SCRIPT "Script"
120
#define MENU_OPTIONS "Options"
121
#define MENU_HELP "Help"
122
#define MENU_ABOUT "About"
123
#define MENU_PAGE_PREVIOUS "Previous Page"
124
#define MENU_PAGE_NEXT "Next Page"
125
126
#define MESSAGE_TITLE_ERROR "Error !!!"
127
#define MESSAGE_TITLE_WARNING "Warning !!!"
128
#define MESSAGE_INFO_FILEEXIST "A file with this name already exists !"
129
#define MESSAGE_INFO_MEMORYERROR "A memory problem has occurred !"
130
#define MESSAGE_INFO_NOINTERNALQUERY "A query on internal tables is not allowed !"
131
#define MESSAGE_INFO_FAILURE "Unable to retrieve the requested information !"
132
#define MESSAGE_QUESTION_CANCEL "Do you really want to cancel this operation ?"
133
#define MESSAGE_QUESTION_RENAMETABLE "Do you really want to rename this table ?"
134
#define MESSAGE_QUESTION_DROPTABLE "Do you really want to drop this table ?"
135
136
#define BUTTON_OK "OK"
137
#define BUTTON_CANCEL "Cancel"
138
139
#define DIALOG_TITLE_IMPORTDSV "Import a delimited text file"
140
#define DIALOG_TEXT_FROMLINE "Import from this line :"
141
#define DIALOG_TEXT_HEADER "There is a header"
142
#define DIALOG_TEXT_OTHER "Other"
143
#define DIALOG_TEXT_COMMA "Comma"
144
#define DIALOG_TEXT_SEMICOLON "Semicolon"
145
#define DIALOG_TEXT_PIPE "Pipe"
146
#define DIALOG_TEXT_TAB "Tab"
147
#define DIALOG_TEXT_DELIMITER "Text Delimiter :"
148
#define DIALOG_TEXT_ENCODING "Character set :"
149
150
#define FIELD_DEFAULTNAME "Field"
151
152
#define FIELD_TABLENAME "table_name"
153
#define FIELD_IMPORTDATE "import_date"
154
#define FIELD_IMPORTTIME "import_time"
155
#define FIELD_FILEPATH "file_path"
156
#define FIELD_FILENAME "file_name"
157
#define FIELD_FILESIZE "file_size"
158
#define FIELD_FILEDATE "file_date"
159
#define FIELD_FILETIME "file_time"
160
161
#define FIELD_ACTION "action"
162
#define FIELD_RUNDATE "date"
163
#define FIELD_RUNTIME "time"
164
#define FIELD_DOTCOMMAND "dot_command"
165
#define FIELD_SQL "query"
166
#define FIELD_ERROR "error"
167
168
#define DIALOG_TITLE_LOADINGDATA "Loading Data ..."
169
170
#define LOG_TEXTSUCCESS "OK"
171
#define LOG_TEXTFAILURE "KO"
172
#define LOG_TEXTCREATEPROJECT "Create Project"
173
#define LOG_TEXTRUNSQL "Run Custom SQL Query"
174
#define LOG_TEXTRENAMETABLE "Rename Table/View"
175
#define LOG_TEXTDELETETABLE "Delete Table/View"
176
177
#endif
178
179
#endif
// EN_LOCALE_H_INCLUDED
en_locale.h
Généré par
1.17.0