Menu

[r8]: / includes / phppgadmin / english.inc.php  Maximize  Restore  History

Download this file

237 lines (233 with data), 8.5 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<?php
/* $Id: english.inc.php,v 1.2 2003/10/28 02:18:55 fullo Exp $ */
$strAPrimaryKey = "A primary key has been added on ";
$strAccessDenied = "Access denied";
$strAction = "Action";
$strAddNewField = "Add new field";
$strAddSearchConditions = "Add search conditions (body of the \"where\" clause):";
$strAnIndex = "An index has been added on ";
$strAttr = "Attributes";
$strBack = "Back";
$strBrowse = "Browse";
$strCarriage = "Carriage return: \\r";
$strChange = "Change";
$strColumnNames = "Column names";
$strConstraintName = "Constraint Name";
$strCopyTable = "Copy table to:";
$strCopyTableOK = "Table \$table has been copied to \$new_name.";
$strCreate = "Create";
$strCreateNewDatabase = "Create new database";
$strCreateNewTable = "Create new table on database ";
$strDatabase = "Database ";
$strDatabases = "databases";
$strDefault = "Default";
$strDeferrable = "Deferrable";
$strDelete = "Delete";
$strDeleted = "The row has been deleted";
$strDoAQuery = "Do a \"query by example\" (wildcard: \"%\")";
$strDoYouReally = "Do you really want to ";
$strDocu = "Documentation";
$strDrop = "Drop";
$strDropDB = "Drop database ";
$strDumpingData = "Dumping data for table";
$strEdit = "Edit";
$strEmpty = "Empty";
$strEmptyResultSet = "PostgreSQL returned an empty result set (i.e. zero rows).";
$strEnabled = "Enabled";
$strEnclosedBy = "enclosed by";
$strEnd = "End";
$strError = "Error";
$strEscapedBy = "escaped by";
$strExtra = "Extra";
$strField = "Field";
$strNumFields = "# of Fields";
$strFunction = "Function";
$strGo = "Go";
$strHasBeenAltered = "has been altered.";
$strHasBeenCreated = "has been created.";
$strHasBeenDropped = "has been dropped.";
$strHasBeenEmptied = "has been emptied.";
$strHome = "Home";
$strHost = "Host";
$strIfYouWish = "If you wish to load only some of a table's columns, specify a comma separated field list.";
$strIndex = "Index";
$strInitDeferred = "Init. Deferred";
$strInsert = "Insert";
$strInsertIntoTable = "Insert into table";
$strInsertNewRow = "Insert new row";
$strInsertTextfiles = "Insert textfiles into table";
$strIsConstraint = "Constraint";
$strKeyname = "Keyname";
$strLengthSet = "Length/Set";
$strLineFeed = "Linefeed: \\n";
$strLines = "Lines";
$strLocationTextfile = "Location of the textfile";
$strLogout = "Log out";
$strModifications = "Modifications have been saved";
$strMySQLReloaded = "PostgreSQL reloaded.";
$strMySQLSaid = "PostgreSQL said: ";
$strMySQLShowProcess = "Show processes";
$strMySQLShowStatus = "Show PostgreSQL runtime information";
$strMySQLShowVars = "Show PostgreSQL system variables";
$strName = "Name";
$strNext = "Next";
$strNo = "No";
$strNoTablesFound = "No tables found in database.";
$strNull = "Null";
$strOftenQuotation = "Often quotation marks. OPTIONALLY means that only char and varchar fields are enclosed by the \"enclosed by\"-character.";
$strOptionalControls = "Optional. Controls how to write or read special characters.";
$strOptionally = "OPTIONALLY";
$strPos1 = "Begin";
$strPrevious = "Previous";
$strPrimary = "Primary";
$strPrimaryKey = "Primary key";
$strProducedAnError = "produced an error.";
$strProperties = "Properties";
$strQBE = "Query by Example";
$strReadTheDocs = "Read the docs";
$strRecords = "Records";
$strRefresh = "Refresh";
$strReferences = "References";
$strReloadFailed = "PostgreSQL reload failed.";
$strReloadMySQL = "Reload PostgreSQL";
$strRenameTable = "Rename table to";
$strRenameTableOK = "Table \$table has been renamed to \$new_name";
$strReplace = "Replace";
$strReplaceTable = "Replace table data with file";
$strReset = "Reset";
$strRun = "Run";
$strRunSQLQuery = "Run SQL query/queries on database ";
$strRunning = "running on ";
$strSQLQuery = "SQL-query";
$strSave = "Save";
$strSelect = "Select";
$strSelectFields = "Select fields (at least one):";
$strSend = "send";
$strShowingRecords = "Showing records ";
$strStrucCSV = "CSV data";
$strStrucData = "Structure and data";
$strStrucDrop = "Add 'drop table'";
$strStrucOnly = "Structure only";
$strSubmit = "Submit";
$strSuccess = "Your SQL-query has been executed successfully";
$strTable = "Table";
$strTableStructure = "Table structure for table";
$strTerminatedBy = "terminated by";
$strTheContent = "The content of your file has been inserted.";
$strTheContents = "The contents of the file replaces the contents of the selected table for rows with identical primary or unique key.";
$strTheTerminator = "The terminator of the fields.";
$strTotal = "total";
$strType = "Type";
$strUnique = "Unique";
$strValue = "Value";
$strViewDump = "View dump (schema) of table";
$strViewDumpDB = "View dump (schema) of database";
$strWelcome = "Welcome to ";
$strWrongUser = "Wrong username/password. Access denied.";
$strYes = "Yes";
// Added for phpPgAdmin
$strAddGroup = "Add Group";
$strAddConditions = "Additional Conditions";
$strAddUser = "Add User";
$strAffected = "Affected Rows";
$strAllDatabases = "All Databases";
$strArg = "Argument";
$strArgs = "Arguments";
$strCancel = "Cancel";
$strCommutator = "Commutator";
$strCreateNew = "Create new ";
$strCreateDB = "Create DB";
$strCreated = "Created";
$strCatUpd = "Update Catalog";
$strDate = "Date";
$strDefinition = "Definition";
$strDescription = "Description";
$strDisplay = "Display";
$strOnEvents = "On Events";
$strEncoding = "Encoding";
$strExecute = "Execute";
$strExpires = "Expires";
$strFileLocation = "or location of textfile";
$strFound = "found";
$strFunc = "Function";
$strFuncs = "Functions";
$strGroup = "Group";
$strGroupAdmin = "Group Admin";
$strGroupDeleted = "Group deleted";
$strGroupField = "Group Name";
$strGroupID = "SysID";
$strGroupMessage = "Group Table is empty.";
$strGroupModify = "Modify";
$strGroups = "Available Groups";
$strGroupUpdated = "Group updated";
$strGroupUpdate = "Update";
$strHasBeenVacuumed = "has been vacuumed (analyzed)";
$strHashes = "Hashes";
$strIndicies = "Indicies";
$strJoin = "Join";
$strLang = "Language";
$strLeft = "Left";
$strLength = "Length";
$strLinkKeys = "Linking keys";
$strLogin = "Login";
$strLogOutInst = "Reload afterwards";
$strLoggedInAs = "You are logged in as";
$strMax = "Max";
$strMember = "Members";
$strMore = "More";
$strNegator = "Negator";
$strNewUser = "New User";
$strNewGroup = "New Group";
$strNonMember = "Non-Members";
$strNoAuth = "Not authorized";
$strNoData = "No Data";
$strNoReports = "No Reports";
$strNotDisplayed = "Not displayed";
$strNotNull = "Not Null";
$strNotImp = "The PostgreSQL ALTER TABLE only supports renaming of the column.<br/>Other options are left for (hopefull) future support";
$strOnDB = " on database ";
$strOwner = "Owner";
$strOperator = "Operator";
$strOperators = "Operators";
$strPassword = "Password";
$strPrintScreen = "Print";
$strPrivileges = "Privileges";
$strProperty = "Property";
$strPostgres = "PostgreSQL";
$strReport = "Report";
$strReports = "Reports";
$strReportName = "Report Name";
$strReportsRequire = "The reporting utility requires the creation of the phppgadmin database. You must create the database to continue.";
$strRename = "Rename";
$strRetType = "Returns";
$strRestart = "Restart";
$strRestrict = "Restrict";
$strRevokeGroup = "Revoke Group";
$strRevokeUser = "Revoke User";
$strRight = "Right";
$strRule = "Rule";
$strSequence = "Sequence";
$strSequences = "Sequences";
$strSort = "Sort";
$strSrc = "Source";
$strStart = "Start";
$strSuperUser = "Super User";
$strSystemTables = "System Tables";
$strSysID = "SysID";
$strTable = "Table";
$strTables = "Tables";
$strTrigger = "Trigger";
$strTriggers = "Triggers";
$strUpdate = "Update";
$strUpdated = "updated";
$strUseDefault = "Use default value";
$strUserAdmin = "User Admin";
$strUserUpdated = "User table updated";
$strUserName = "Username";
$strUserGroup = "User/Group";
$strVacuumDB = "Vacuum Database";
$strVacuumAnalyzeDB = "Vacuum Analyze Database";
$strView = "View";
$strViews = "Views";
$strWhen = "When";
?>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.