Projekt

Obecné

Profil

Stáhnout (33.6 KB) Statistiky
| Větev: | Tag: | Revize:
1
<?php
2

    
3
	/**
4
	 * English language file for phpPgAdmin.  Use this as a basis
5
	 * for new translations.
6
	 *
7
	 * $Id: english.php,v 1.183 2005/10/09 09:05:16 chriskl Exp $
8
	 */
9

    
10
	// Language and character set
11
	$lang['applang'] = 'English';
12
	$lang['appcharset'] = 'ISO-8859-1';
13
	$lang['applocale'] = 'en_US';
14
	$lang['appdbencoding'] = 'LATIN1';
15
	$lang['applangdir'] = 'ltr';
16

    
17
	// Welcome  
18
	$lang['strintro'] = 'Welcome to phpPgAdmin.';
19
	$lang['strppahome'] = 'phpPgAdmin Homepage';
20
	$lang['strpgsqlhome'] = 'PostgreSQL Homepage';
21
	$lang['strpgsqlhome_url'] = 'http://www.postgresql.org/';
22
	$lang['strlocaldocs'] = 'PostgreSQL Documentation (local)';
23
	$lang['strreportbug'] = 'Report a Bug';
24
	$lang['strviewfaq'] = 'View online FAQ';
25
	$lang['strviewfaq_url'] = 'http://phppgadmin.sourceforge.net/?page=faq';
26
	
27
	// Basic strings
28
	$lang['strlogin'] = 'Login';
29
	$lang['strloginfailed'] = 'Login failed';
30
	$lang['strlogindisallowed'] = 'Login disallowed for security reasons.';
31
	$lang['strserver'] = 'Server';
32
	$lang['strservers'] = 'Servers';
33
	$lang['strintroduction'] = 'Introduction';
34
	$lang['strhost'] = 'Host';
35
	$lang['strport'] = 'Port';
36
	$lang['strlogout'] = 'Logout';
37
	$lang['strowner'] = 'Owner';
38
	$lang['straction'] = 'Action';
39
	$lang['stractions'] = 'Actions';
40
	$lang['strname'] = 'Name';
41
	$lang['strdefinition'] = 'Definition';
42
	$lang['strproperties'] = 'Properties';
43
	$lang['strbrowse'] = 'Browse';
44
	$lang['strdrop'] = 'Drop';
45
	$lang['strdropped'] = 'Dropped';
46
	$lang['strnull'] = 'Null';
47
	$lang['strnotnull'] = 'Not Null';
48
	$lang['strprev'] = '< Prev';
49
	$lang['strnext'] = 'Next >';
50
	$lang['strfirst'] = '<< First';
51
	$lang['strlast'] = 'Last >>';
52
	$lang['strfailed'] = 'Failed';
53
	$lang['strcreate'] = 'Create';
54
	$lang['strcreated'] = 'Created';
55
	$lang['strcomment'] = 'Comment';
56
	$lang['strlength'] = 'Length';
57
	$lang['strdefault'] = 'Default';
58
	$lang['stralter'] = 'Alter';
59
	$lang['strok'] = 'OK';
60
	$lang['strcancel'] = 'Cancel';
61
	$lang['strsave'] = 'Save';
62
	$lang['strreset'] = 'Reset';
63
	$lang['strinsert'] = 'Insert';
64
	$lang['strselect'] = 'Select';
65
	$lang['strdelete'] = 'Delete';
66
	$lang['strupdate'] = 'Update';
67
	$lang['strreferences'] = 'References';
68
	$lang['stryes'] = 'Yes';
69
	$lang['strno'] = 'No';
70
	$lang['strtrue'] = 'TRUE';
71
	$lang['strfalse'] = 'FALSE';
72
	$lang['stredit'] = 'Edit';
73
	$lang['strcolumn'] = 'Column';
74
	$lang['strcolumns'] = 'Columns';
75
	$lang['strrows'] = 'row(s)';
76
	$lang['strrowsaff'] = 'row(s) affected.';
77
	$lang['strobjects'] = 'object(s)';
78
	$lang['strback'] = 'Back';
79
	$lang['strqueryresults'] = 'Query Results';
80
	$lang['strshow'] = 'Show';
81
	$lang['strempty'] = 'Empty';
82
	$lang['strlanguage'] = 'Language';
83
	$lang['strencoding'] = 'Encoding';
84
	$lang['strvalue'] = 'Value';
85
	$lang['strunique'] = 'Unique';
86
	$lang['strprimary'] = 'Primary';
87
	$lang['strexport'] = 'Export';
88
	$lang['strimport'] = 'Import';
89
	$lang['strallowednulls'] = 'Allowed NULL Characters';
90
	$lang['strbackslashn'] = '\N';
91
	$lang['strnull'] = 'NULL (The word)';
92
	$lang['stremptystring'] = 'Empty string/field';
93
	$lang['strsql'] = 'SQL';
94
	$lang['stradmin'] = 'Admin';
95
	$lang['strvacuum'] = 'Vacuum';
96
	$lang['stranalyze'] = 'Analyze';
97
	$lang['strclusterindex'] = 'Cluster';
98
	$lang['strclustered'] = 'Clustered?';
99
	$lang['strreindex'] = 'Reindex';
100
	$lang['strrun'] = 'Run';
101
	$lang['stradd'] = 'Add';
102
	$lang['strremove'] = 'Remove';
103
	$lang['strevent'] = 'Event';
104
	$lang['strwhere'] = 'Where';
105
	$lang['strinstead'] = 'Do Instead';
106
	$lang['strwhen'] = 'When';
107
	$lang['strformat'] = 'Format';
108
	$lang['strdata'] = 'Data';
109
	$lang['strconfirm'] = 'Confirm';
110
	$lang['strexpression'] = 'Expression';
111
	$lang['strellipsis'] = '...';
112
	$lang['strseparator'] = ': ';
113
	$lang['strexpand'] = 'Expand';
114
	$lang['strcollapse'] = 'Collapse';
115
	$lang['strexplain'] = 'Explain';
116
	$lang['strexplainanalyze'] = 'Explain Analyze';
117
	$lang['strfind'] = 'Find';
118
	$lang['stroptions'] = 'Options';
119
	$lang['strrefresh'] = 'Refresh';
120
	$lang['strdownload'] = 'Download';
121
	$lang['strdownloadgzipped'] = 'Download compressed with gzip';
122
	$lang['strinfo'] = 'Info';
123
	$lang['stroids'] = 'OIDs';
124
	$lang['stradvanced'] = 'Advanced';
125
	$lang['strvariables'] = 'Variables';
126
	$lang['strprocess'] = 'Process';
127
	$lang['strprocesses'] = 'Processes';
128
	$lang['strsetting'] = 'Setting';
129
	$lang['streditsql'] = 'Edit SQL';
130
	$lang['strruntime'] = 'Total runtime: %s ms';
131
	$lang['strpaginate'] = 'Paginate results';
132
	$lang['struploadscript'] = 'or upload an SQL script:';
133
	$lang['strstarttime'] = 'Start Time';
134
	$lang['strfile'] = 'File';
135
	$lang['strfileimported'] = 'File imported.';
136
	$lang['strtrycred'] = 'Use these credentials for all servers';
137

    
138
	// Error handling
139
	$lang['strnoframes'] = 'This application works best with a frames-enabled browser, but can be used without frames by following the link below.';
140
	$lang['strnoframeslink'] = 'Use without frames';
141
	$lang['strbadconfig'] = 'Your config.inc.php is out of date. You will need to regenerate it from the new config.inc.php-dist.';
142
	$lang['strnotloaded'] = 'Your PHP installation does not support PostgreSQL. You need to recompile PHP using the --with-pgsql configure option.';
143
	$lang['strpostgresqlversionnotsupported'] = 'Version of PostgreSQL not supported. Please upgrade to version %s or later.';
144
	$lang['strbadschema'] = 'Invalid schema specified.';
145
	$lang['strbadencoding'] = 'Failed to set client encoding in database.';
146
	$lang['strsqlerror'] = 'SQL error:';
147
	$lang['strinstatement'] = 'In statement:';
148
	$lang['strinvalidparam'] = 'Invalid script parameters.';
149
	$lang['strnodata'] = 'No rows found.';
150
	$lang['strnoobjects'] = 'No objects found.';
151
	$lang['strrownotunique'] = 'No unique identifier for this row.';
152
	$lang['strnoreportsdb'] = 'You have not created the reports database. Read the INSTALL file for directions.';
153
	$lang['strnouploads'] = 'File uploads are disabled.';
154
	$lang['strimporterror'] = 'Import error.';
155
	$lang['strimporterror-fileformat'] = 'Import error: Failed to automatically determine the file format.';
156
	$lang['strimporterrorline'] = 'Import error on line %s.';
157
	$lang['strimporterrorline-badcolumnnum'] = 'Import error on line %s:  Line does not possess the correct number of columns.';
158
	$lang['strimporterror-uploadedfile'] = 'Import error: File could not be uploaded to the server';
159
	$lang['strcannotdumponwindows'] = 'Dumping of complex table and schema names on Windows is not supported.';
160

    
161
	// Tables
162
	$lang['strtable'] = 'Table';
163
	$lang['strtables'] = 'Tables';
164
	$lang['strshowalltables'] = 'Show all tables';
165
	$lang['strnotables'] = 'No tables found.';
166
	$lang['strnotable'] = 'No table found.';
167
	$lang['strcreatetable'] = 'Create table';
168
	$lang['strtablename'] = 'Table name';
169
	$lang['strtableneedsname'] = 'You must give a name for your table.';
170
	$lang['strtableneedsfield'] = 'You must specify at least one field.';
171
	$lang['strtableneedscols'] = 'You must specify a valid number of columns.';
172
	$lang['strtablecreated'] = 'Table created.';
173
	$lang['strtablecreatedbad'] = 'Table creation failed.';
174
	$lang['strconfdroptable'] = 'Are you sure you want to drop the table "%s"?';
175
	$lang['strtabledropped'] = 'Table dropped.';
176
	$lang['strtabledroppedbad'] = 'Table drop failed.';
177
	$lang['strconfemptytable'] = 'Are you sure you want to empty the table "%s"?';
178
	$lang['strtableemptied'] = 'Table emptied.';
179
	$lang['strtableemptiedbad'] = 'Table empty failed.';
180
	$lang['strinsertrow'] = 'Insert row';
181
	$lang['strrowinserted'] = 'Row inserted.';
182
	$lang['strrowinsertedbad'] = 'Row insert failed.';
183
	$lang['strrowduplicate'] = 'Row insert failed, attempted to do duplicate insert.';
184
	$lang['streditrow'] = 'Edit row';
185
	$lang['strrowupdated'] = 'Row updated.';
186
	$lang['strrowupdatedbad'] = 'Row update failed.';
187
	$lang['strdeleterow'] = 'Delete Row';
188
	$lang['strconfdeleterow'] = 'Are you sure you want to delete this row?';
189
	$lang['strrowdeleted'] = 'Row deleted.';
190
	$lang['strrowdeletedbad'] = 'Row deletion failed.';
191
	$lang['strinsertandrepeat'] = 'Insert & Repeat';
192
	$lang['strnumcols'] = 'Number of columns';
193
	$lang['strcolneedsname'] = 'You must specify a name for the column';
194
	$lang['strselectallfields'] = 'Select all fields';
195
	$lang['strselectneedscol'] = 'You must show at least one column.';
196
	$lang['strselectunary'] = 'Unary operators cannot have values.';
197
	$lang['straltercolumn'] = 'Alter column';
198
	$lang['strcolumnaltered'] = 'Column altered.';
199
	$lang['strcolumnalteredbad'] = 'Column alteration failed.';
200
	$lang['strconfdropcolumn'] = 'Are you sure you want to drop column "%s" from table "%s"?';
201
	$lang['strcolumndropped'] = 'Column dropped.';
202
	$lang['strcolumndroppedbad'] = 'Column drop failed.';
203
	$lang['straddcolumn'] = 'Add column';
204
	$lang['strcolumnadded'] = 'Column added.';
205
	$lang['strcolumnaddedbad'] = 'Column add failed.';
206
	$lang['strcascade'] = 'CASCADE';
207
	$lang['strtablealtered'] = 'Table altered.';
208
	$lang['strtablealteredbad'] = 'Table alteration failed.';
209
	$lang['strdataonly'] = 'Data only';
210
	$lang['strstructureonly'] = 'Structure only';
211
	$lang['strstructureanddata'] = 'Structure and data';
212
	$lang['strtabbed'] = 'Tabbed';
213
	$lang['strauto'] = 'Auto';
214
	$lang['strconfvacuumtable'] = 'Are you sure you want to vacuum "%s"?';
215
	$lang['strestimatedrowcount'] = 'Estimated row count';
216

    
217
	// Users
218
	$lang['struser'] = 'User';
219
	$lang['strusers'] = 'Users';
220
	$lang['strusername'] = 'Username';
221
	$lang['strpassword'] = 'Password';
222
	$lang['strsuper'] = 'Superuser?';
223
	$lang['strcreatedb'] = 'Create DB?';
224
	$lang['strexpires'] = 'Expires';
225
	$lang['strsessiondefaults'] = 'Session defaults';
226
	$lang['strnousers'] = 'No users found.';
227
	$lang['struserupdated'] = 'User updated.';
228
	$lang['struserupdatedbad'] = 'User update failed.';
229
	$lang['strshowallusers'] = 'Show all users';
230
	$lang['strcreateuser'] = 'Create user';
231
	$lang['struserneedsname'] = 'You must give a name for your user.';
232
	$lang['strusercreated'] = 'User created.';
233
	$lang['strusercreatedbad'] = 'Failed to create user.';
234
	$lang['strconfdropuser'] = 'Are you sure you want to drop the user "%s"?';
235
	$lang['struserdropped'] = 'User dropped.';
236
	$lang['struserdroppedbad'] = 'Failed to drop user.';
237
	$lang['straccount'] = 'Account';
238
	$lang['strchangepassword'] = 'Change password';
239
	$lang['strpasswordchanged'] = 'Password changed.';
240
	$lang['strpasswordchangedbad'] = 'Failed to change password.';
241
	$lang['strpasswordshort'] = 'Password is too short.';
242
	$lang['strpasswordconfirm'] = 'Password does not match confirmation.';
243
	
244
	// Groups
245
	$lang['strgroup'] = 'Group';
246
	$lang['strgroups'] = 'Groups';
247
	$lang['strnogroup'] = 'Group not found.';
248
	$lang['strnogroups'] = 'No groups found.';
249
	$lang['strcreategroup'] = 'Create group';
250
	$lang['strshowallgroups'] = 'Show all groups';
251
	$lang['strgroupneedsname'] = 'You must give a name for your group.';
252
	$lang['strgroupcreated'] = 'Group created.';
253
	$lang['strgroupcreatedbad'] = 'Group creation failed.';	
254
	$lang['strconfdropgroup'] = 'Are you sure you want to drop the group "%s"?';
255
	$lang['strgroupdropped'] = 'Group dropped.';
256
	$lang['strgroupdroppedbad'] = 'Group drop failed.';
257
	$lang['strmembers'] = 'Members';
258
	$lang['straddmember'] = 'Add member';
259
	$lang['strmemberadded'] = 'Member added.';
260
	$lang['strmemberaddedbad'] = 'Member add failed.';
261
	$lang['strdropmember'] = 'Drop member';
262
	$lang['strconfdropmember'] = 'Are you sure you want to drop the member "%s" from the group "%s"?';
263
	$lang['strmemberdropped'] = 'Member dropped.';
264
	$lang['strmemberdroppedbad'] = 'Member drop failed.';
265

    
266
	// Privileges
267
	$lang['strprivilege'] = 'Privilege';
268
	$lang['strprivileges'] = 'Privileges';
269
	$lang['strnoprivileges'] = 'This object has default owner privileges.';
270
	$lang['strgrant'] = 'Grant';
271
	$lang['strrevoke'] = 'Revoke';
272
	$lang['strgranted'] = 'Privileges changed.';
273
	$lang['strgrantfailed'] = 'Failed to change privileges.';
274
	$lang['strgrantbad'] = 'You must specify at least one user or group and at least one privilege.';
275
	$lang['strgrantor'] = 'Grantor';
276
	$lang['strasterisk'] = '*';
277

    
278
	// Databases
279
	$lang['strdatabase'] = 'Database';
280
	$lang['strdatabases'] = 'Databases';
281
	$lang['strshowalldatabases'] = 'Show all databases';
282
	$lang['strnodatabase'] = 'No database found.';
283
	$lang['strnodatabases'] = 'No databases found.';
284
	$lang['strcreatedatabase'] = 'Create database';
285
	$lang['strdatabasename'] = 'Database name';
286
	$lang['strdatabaseneedsname'] = 'You must give a name for your database.';
287
	$lang['strdatabasecreated'] = 'Database created.';
288
	$lang['strdatabasecreatedbad'] = 'Database creation failed.';
289
	$lang['strconfdropdatabase'] = 'Are you sure you want to drop the database "%s"?';
290
	$lang['strdatabasedropped'] = 'Database dropped.';
291
	$lang['strdatabasedroppedbad'] = 'Database drop failed.';
292
	$lang['strentersql'] = 'Enter the SQL to execute below:';
293
	$lang['strsqlexecuted'] = 'SQL executed.';
294
	$lang['strvacuumgood'] = 'Vacuum complete.';
295
	$lang['strvacuumbad'] = 'Vacuum failed.';
296
	$lang['stranalyzegood'] = 'Analyze complete.';
297
	$lang['stranalyzebad'] = 'Analyze failed.';
298
	$lang['strreindexgood'] = 'Reindex complete.';
299
	$lang['strreindexbad'] = 'Reindex failed.';
300
	$lang['strfull'] = 'Full';
301
	$lang['strfreeze'] = 'Freeze';
302
	$lang['strforce'] = 'Force';
303
	$lang['strsignalsent'] = 'Signal sent.';
304
	$lang['strsignalsentbad'] = 'Sending signal failed.';
305
	$lang['strallobjects'] = 'All objects';
306
	$lang['strdatabasealtered'] = 'Database altered.';
307
	$lang['strdatabasealteredbad'] = 'Database alter failed.';
308

    
309
	// Views
310
	$lang['strview'] = 'View';
311
	$lang['strviews'] = 'Views';
312
	$lang['strshowallviews'] = 'Show all views';
313
	$lang['strnoview'] = 'No view found.';
314
	$lang['strnoviews'] = 'No views found.';
315
	$lang['strcreateview'] = 'Create view';
316
	$lang['strviewname'] = 'View name';
317
	$lang['strviewneedsname'] = 'You must give a name for your view.';
318
	$lang['strviewneedsdef'] = 'You must give a definition for your view.';
319
	$lang['strviewneedsfields'] = 'You must give the columns you want selected in your view.';
320
	$lang['strviewcreated'] = 'View created.';
321
	$lang['strviewcreatedbad'] = 'View creation failed.';
322
	$lang['strconfdropview'] = 'Are you sure you want to drop the view "%s"?';
323
	$lang['strviewdropped'] = 'View dropped.';
324
	$lang['strviewdroppedbad'] = 'View drop failed.';
325
	$lang['strviewupdated'] = 'View updated.';
326
	$lang['strviewupdatedbad'] = 'View update failed.';
327
	$lang['strviewlink'] = 'Linking keys';
328
	$lang['strviewconditions'] = 'Additional conditions';
329
	$lang['strcreateviewwiz'] = 'Create view with wizard';
330

    
331
	// Sequences
332
	$lang['strsequence'] = 'Sequence';
333
	$lang['strsequences'] = 'Sequences';
334
	$lang['strshowallsequences'] = 'Show all sequences';
335
	$lang['strnosequence'] = 'No sequence found.';
336
	$lang['strnosequences'] = 'No sequences found.';
337
	$lang['strcreatesequence'] = 'Create sequence';
338
	$lang['strlastvalue'] = 'Last value';
339
	$lang['strincrementby'] = 'Increment by';	
340
	$lang['strstartvalue'] = 'Start value';
341
	$lang['strmaxvalue'] = 'Max value';
342
	$lang['strminvalue'] = 'Min value';
343
	$lang['strcachevalue'] = 'Cache value';
344
	$lang['strlogcount'] = 'Log count';
345
	$lang['striscycled'] = 'Is cycled?';
346
	$lang['striscalled'] = 'Is called?';
347
	$lang['strsequenceneedsname'] = 'You must specify a name for your sequence.';
348
	$lang['strsequencecreated'] = 'Sequence created.';
349
	$lang['strsequencecreatedbad'] = 'Sequence creation failed.'; 
350
	$lang['strconfdropsequence'] = 'Are you sure you want to drop sequence "%s"?';
351
	$lang['strsequencedropped'] = 'Sequence dropped.';
352
	$lang['strsequencedroppedbad'] = 'Sequence drop failed.';
353
	$lang['strsequencereset'] = 'Sequence reset.';
354
	$lang['strsequenceresetbad'] = 'Sequence reset failed.'; 
355

    
356
	// Indexes
357
	$lang['strindex'] = 'Index';
358
	$lang['strindexes'] = 'Indexes';
359
	$lang['strindexname'] = 'Index Name';
360
	$lang['strshowallindexes'] = 'Show all indexes';
361
	$lang['strnoindex'] = 'No index found.';
362
	$lang['strnoindexes'] = 'No indexes found.';
363
	$lang['strcreateindex'] = 'Create index';
364
	$lang['strtabname'] = 'Tab name';
365
	$lang['strcolumnname'] = 'Column name';
366
	$lang['strindexneedsname'] = 'You must give a name for your index.';
367
	$lang['strindexneedscols'] = 'Indexes require a valid number of columns.';
368
	$lang['strindexcreated'] = 'Index created';
369
	$lang['strindexcreatedbad'] = 'Index creation failed.';
370
	$lang['strconfdropindex'] = 'Are you sure you want to drop the index "%s"?';
371
	$lang['strindexdropped'] = 'Index dropped.';
372
	$lang['strindexdroppedbad'] = 'Index drop failed.';
373
	$lang['strkeyname'] = 'Key name';
374
	$lang['struniquekey'] = 'Unique key';
375
	$lang['strprimarykey'] = 'Primary key';
376
 	$lang['strindextype'] = 'Type of index';
377
	$lang['strtablecolumnlist'] = 'Columns in table';
378
	$lang['strindexcolumnlist'] = 'Columns in index';
379
	$lang['strconfcluster'] = 'Are you sure you want to cluster "%s"?';
380
	$lang['strclusteredgood'] = 'Cluster complete.';
381
	$lang['strclusteredbad'] = 'Cluster failed.';
382

    
383
	// Rules
384
	$lang['strrules'] = 'Rules';
385
	$lang['strrule'] = 'Rule';
386
	$lang['strshowallrules'] = 'Show all rules';
387
	$lang['strnorule'] = 'No rule found.';
388
	$lang['strnorules'] = 'No rules found.';
389
	$lang['strcreaterule'] = 'Create rule';
390
	$lang['strrulename'] = 'Rule name';
391
	$lang['strruleneedsname'] = 'You must specify a name for your rule.';
392
	$lang['strrulecreated'] = 'Rule created.';
393
	$lang['strrulecreatedbad'] = 'Rule creation failed.';
394
	$lang['strconfdroprule'] = 'Are you sure you want to drop the rule "%s" on "%s"?';
395
	$lang['strruledropped'] = 'Rule dropped.';
396
	$lang['strruledroppedbad'] = 'Rule drop failed.';
397

    
398
	// Constraints
399
	$lang['strconstraint'] = 'Constraint';
400
	$lang['strconstraints'] = 'Constraints';
401
	$lang['strshowallconstraints'] = 'Show all constraints';
402
	$lang['strnoconstraints'] = 'No constraints found.';
403
	$lang['strcreateconstraint'] = 'Create constraint';
404
	$lang['strconstraintcreated'] = 'Constraint created.';
405
	$lang['strconstraintcreatedbad'] = 'Constraint creation failed.';
406
	$lang['strconfdropconstraint'] = 'Are you sure you want to drop the constraint "%s" on "%s"?';
407
	$lang['strconstraintdropped'] = 'Constraint dropped.';
408
	$lang['strconstraintdroppedbad'] = 'Constraint drop failed.';
409
	$lang['straddcheck'] = 'Add check';
410
	$lang['strcheckneedsdefinition'] = 'Check constraint needs a definition.';
411
	$lang['strcheckadded'] = 'Check constraint added.';
412
	$lang['strcheckaddedbad'] = 'Failed to add check constraint.';
413
	$lang['straddpk'] = 'Add primary key';
414
	$lang['strpkneedscols'] = 'Primary key requires at least one column.';
415
	$lang['strpkadded'] = 'Primary key added.';
416
	$lang['strpkaddedbad'] = 'Failed to add primary key.';
417
	$lang['stradduniq'] = 'Add unique key';
418
	$lang['struniqneedscols'] = 'Unique key requires at least one column.';
419
	$lang['struniqadded'] = 'Unique key added.';
420
	$lang['struniqaddedbad'] = 'Failed to add unique key.';
421
	$lang['straddfk'] = 'Add foreign key';
422
	$lang['strfkneedscols'] = 'Foreign key requires at least one column.';
423
	$lang['strfkneedstarget'] = 'Foreign key requires a target table.';
424
	$lang['strfkadded'] = 'Foreign key added.';
425
	$lang['strfkaddedbad'] = 'Failed to add foreign key.';
426
	$lang['strfktarget'] = 'Target table';
427
	$lang['strfkcolumnlist'] = 'Columns in key';
428
	$lang['strondelete'] = 'ON DELETE';
429
	$lang['stronupdate'] = 'ON UPDATE';
430

    
431
	// Functions
432
	$lang['strfunction'] = 'Function';
433
	$lang['strfunctions'] = 'Functions';
434
	$lang['strshowallfunctions'] = 'Show all functions';
435
	$lang['strnofunction'] = 'No function found.';
436
	$lang['strnofunctions'] = 'No functions found.';
437
	$lang['strcreateplfunction'] = 'Create SQL/PL function';
438
	$lang['strcreateinternalfunction'] = 'Create internal function';
439
	$lang['strcreatecfunction'] = 'Create C function';
440
	$lang['strfunctionname'] = 'Function name';
441
	$lang['strreturns'] = 'Returns';
442
	$lang['strarguments'] = 'Arguments';
443
	$lang['strproglanguage'] = 'Programming language';
444
	$lang['strfunctionneedsname'] = 'You must give a name for your function.';
445
	$lang['strfunctionneedsdef'] = 'You must give a definition for your function.';
446
	$lang['strfunctioncreated'] = 'Function created.';
447
	$lang['strfunctioncreatedbad'] = 'Function creation failed.';
448
	$lang['strconfdropfunction'] = 'Are you sure you want to drop the function "%s"?';
449
	$lang['strfunctiondropped'] = 'Function dropped.';
450
	$lang['strfunctiondroppedbad'] = 'Function drop failed.';
451
	$lang['strfunctionupdated'] = 'Function updated.';
452
	$lang['strfunctionupdatedbad'] = 'Function update failed.';
453
	$lang['strobjectfile'] = 'Object File';
454
	$lang['strlinksymbol'] = 'Link Symbol';
455

    
456
	// Triggers
457
	$lang['strtrigger'] = 'Trigger';
458
	$lang['strtriggers'] = 'Triggers';
459
	$lang['strshowalltriggers'] = 'Show all triggers';
460
	$lang['strnotrigger'] = 'No trigger found.';
461
	$lang['strnotriggers'] = 'No triggers found.';
462
	$lang['strcreatetrigger'] = 'Create trigger';
463
	$lang['strtriggerneedsname'] = 'You must specify a name for your trigger.';
464
	$lang['strtriggerneedsfunc'] = 'You must specify a function for your trigger.';
465
	$lang['strtriggercreated'] = 'Trigger created.';
466
	$lang['strtriggercreatedbad'] = 'Trigger creation failed.';
467
	$lang['strconfdroptrigger'] = 'Are you sure you want to drop the trigger "%s" on "%s"?';
468
	$lang['strtriggerdropped'] = 'Trigger dropped.';
469
	$lang['strtriggerdroppedbad'] = 'Trigger drop failed.';
470
	$lang['strtriggeraltered'] = 'Trigger altered.';
471
	$lang['strtriggeralteredbad'] = 'Trigger alteration failed.';
472
	$lang['strforeach'] = 'For each';
473

    
474
	// Types
475
	$lang['strtype'] = 'Type';
476
	$lang['strtypes'] = 'Types';
477
	$lang['strshowalltypes'] = 'Show all types';
478
	$lang['strnotype'] = 'No type found.';
479
	$lang['strnotypes'] = 'No types found.';
480
	$lang['strcreatetype'] = 'Create type';
481
	$lang['strcreatecomptype'] = 'Create composite type';
482
	$lang['strtypeneedsfield'] = 'You must specify at least one field.';
483
	$lang['strtypeneedscols'] = 'You must specify a valid number of fields.';	
484
	$lang['strtypename'] = 'Type name';
485
	$lang['strinputfn'] = 'Input function';
486
	$lang['stroutputfn'] = 'Output function';
487
	$lang['strpassbyval'] = 'Passed by val?';
488
	$lang['stralignment'] = 'Alignment';
489
	$lang['strelement'] = 'Element';
490
	$lang['strdelimiter'] = 'Delimiter';
491
	$lang['strstorage'] = 'Storage';
492
	$lang['strfield'] = 'Field';
493
	$lang['strnumfields'] = 'Num. of fields';
494
	$lang['strtypeneedsname'] = 'You must give a name for your type.';
495
	$lang['strtypeneedslen'] = 'You must give a length for your type.';
496
	$lang['strtypecreated'] = 'Type created';
497
	$lang['strtypecreatedbad'] = 'Type creation failed.';
498
	$lang['strconfdroptype'] = 'Are you sure you want to drop the type "%s"?';
499
	$lang['strtypedropped'] = 'Type dropped.';
500
	$lang['strtypedroppedbad'] = 'Type drop failed.';
501
	$lang['strflavor'] = 'Flavor';
502
	$lang['strbasetype'] = 'Base';
503
	$lang['strcompositetype'] = 'Composite';
504
	$lang['strpseudotype'] = 'Pseudo';
505

    
506
	// Schemas
507
	$lang['strschema'] = 'Schema';
508
	$lang['strschemas'] = 'Schemas';
509
	$lang['strshowallschemas'] = 'Show all schemas';
510
	$lang['strnoschema'] = 'No schema found.';
511
	$lang['strnoschemas'] = 'No schemas found.';
512
	$lang['strcreateschema'] = 'Create schema';
513
	$lang['strschemaname'] = 'Schema name';
514
	$lang['strschemaneedsname'] = 'You must give a name for your schema.';
515
	$lang['strschemacreated'] = 'Schema created';
516
	$lang['strschemacreatedbad'] = 'Schema creation failed.';
517
	$lang['strconfdropschema'] = 'Are you sure you want to drop the schema "%s"?';
518
	$lang['strschemadropped'] = 'Schema dropped.';
519
	$lang['strschemadroppedbad'] = 'Schema drop failed.';
520
	$lang['strschemaaltered'] = 'Schema altered.';
521
	$lang['strschemaalteredbad'] = 'Schema alteration failed.';
522
	$lang['strsearchpath'] = 'Schema search path';
523

    
524
	// Reports
525
	$lang['strreport'] = 'Report';
526
	$lang['strreports'] = 'Reports';
527
	$lang['strshowallreports'] = 'Show all reports';
528
	$lang['strnoreports'] = 'No reports found.';
529
	$lang['strcreatereport'] = 'Create report';
530
	$lang['strreportdropped'] = 'Report dropped.';
531
	$lang['strreportdroppedbad'] = 'Report drop failed.';
532
	$lang['strconfdropreport'] = 'Are you sure you want to drop the report "%s"?';
533
	$lang['strreportneedsname'] = 'You must give a name for your report.';
534
	$lang['strreportneedsdef'] = 'You must give SQL for your report.';
535
	$lang['strreportcreated'] = 'Report saved.';
536
	$lang['strreportcreatedbad'] = 'Failed to save report.';
537

    
538
	// Domains
539
	$lang['strdomain'] = 'Domain';
540
	$lang['strdomains'] = 'Domains';
541
	$lang['strshowalldomains'] = 'Show all domains';
542
	$lang['strnodomains'] = 'No domains found.';
543
	$lang['strcreatedomain'] = 'Create domain';
544
	$lang['strdomaindropped'] = 'Domain dropped.';
545
	$lang['strdomaindroppedbad'] = 'Domain drop failed.';
546
	$lang['strconfdropdomain'] = 'Are you sure you want to drop the domain "%s"?';
547
	$lang['strdomainneedsname'] = 'You must give a name for your domain.';
548
	$lang['strdomaincreated'] = 'Domain created.';
549
	$lang['strdomaincreatedbad'] = 'Domain creation failed.';	
550
	$lang['strdomainaltered'] = 'Domain altered.';
551
	$lang['strdomainalteredbad'] = 'Domain alteration failed.';	
552

    
553
	// Operators
554
	$lang['stroperator'] = 'Operator';
555
	$lang['stroperators'] = 'Operators';
556
	$lang['strshowalloperators'] = 'Show all operators';
557
	$lang['strnooperator'] = 'No operator found.';
558
	$lang['strnooperators'] = 'No operators found.';
559
	$lang['strcreateoperator'] = 'Create operator';
560
	$lang['strleftarg'] = 'Left Arg Type';
561
	$lang['strrightarg'] = 'Right Arg Type';
562
	$lang['strcommutator'] = 'Commutator';
563
	$lang['strnegator'] = 'Negator';
564
	$lang['strrestrict'] = 'Restrict';
565
	$lang['strjoin'] = 'Join';
566
	$lang['strhashes'] = 'Hashes';
567
	$lang['strmerges'] = 'Merges';
568
	$lang['strleftsort'] = 'Left sort';
569
	$lang['strrightsort'] = 'Right sort';
570
	$lang['strlessthan'] = 'Less than';
571
	$lang['strgreaterthan'] = 'Greater than';
572
	$lang['stroperatorneedsname'] = 'You must give a name for your operator.';
573
	$lang['stroperatorcreated'] = 'Operator created';
574
	$lang['stroperatorcreatedbad'] = 'Operator creation failed.';
575
	$lang['strconfdropoperator'] = 'Are you sure you want to drop the operator "%s"?';
576
	$lang['stroperatordropped'] = 'Operator dropped.';
577
	$lang['stroperatordroppedbad'] = 'Operator drop failed.';
578

    
579
	// Casts
580
	$lang['strcasts'] = 'Casts';
581
	$lang['strnocasts'] = 'No casts found.';
582
	$lang['strsourcetype'] = 'Source type';
583
	$lang['strtargettype'] = 'Target type';
584
	$lang['strimplicit'] = 'Implicit';
585
	$lang['strinassignment'] = 'In assignment';
586
	$lang['strbinarycompat'] = '(Binary compatible)';
587
	
588
	// Conversions
589
	$lang['strconversions'] = 'Conversions';
590
	$lang['strnoconversions'] = 'No conversions found.';
591
	$lang['strsourceencoding'] = 'Source encoding';
592
	$lang['strtargetencoding'] = 'Target encoding';
593
	
594
	// Languages
595
	$lang['strlanguages'] = 'Languages';
596
	$lang['strnolanguages'] = 'No languages found.';
597
	$lang['strtrusted'] = 'Trusted';
598
	
599
	// Info
600
	$lang['strnoinfo'] = 'No information available.';
601
	$lang['strreferringtables'] = 'Referring tables';
602
	$lang['strparenttables'] = 'Parent tables';
603
	$lang['strchildtables'] = 'Child tables';
604
	
605
	// Aggregates
606
	$lang['straggregates'] = 'Aggregates';
607
	$lang['strnoaggregates'] = 'No aggregates found.';
608
	$lang['stralltypes'] = '(All types)';
609

    
610
	// Operator Classes
611
	$lang['stropclasses'] = 'Op Classes';
612
	$lang['strnoopclasses'] = 'No operator classes found.';
613
	$lang['straccessmethod'] = 'Access method';
614

    
615
	// Stats and performance
616
	$lang['strrowperf'] = 'Row Performance';
617
	$lang['strioperf'] = 'I/O Performance';
618
	$lang['stridxrowperf'] = 'Index Row Performance';
619
	$lang['stridxioperf'] = 'Index I/O Performance';
620
	$lang['strpercent'] = '%';
621
	$lang['strsequential'] = 'Sequential';
622
	$lang['strscan'] = 'Scan';
623
	$lang['strread'] = 'Read';
624
	$lang['strfetch'] = 'Fetch';
625
	$lang['strheap'] = 'Heap';
626
	$lang['strtoast'] = 'TOAST';
627
	$lang['strtoastindex'] = 'TOAST Index';
628
	$lang['strcache'] = 'Cache';
629
	$lang['strdisk'] = 'Disk';
630
	$lang['strrows2'] = 'Rows';
631

    
632
	// Tablespaces
633
	$lang['strtablespace'] = 'Tablespace';
634
	$lang['strtablespaces'] = 'Tablespaces';
635
	$lang['strshowalltablespaces'] = 'Show all tablespaces';
636
	$lang['strnotablespaces'] = 'No tablespaces found.';
637
	$lang['strcreatetablespace'] = 'Create tablespace';
638
	$lang['strlocation'] = 'Location';
639
	$lang['strtablespaceneedsname'] = 'You must give a name for your tablespace.';
640
	$lang['strtablespaceneedsloc'] = 'You must give a directory in which to create the tablespace.';
641
	$lang['strtablespacecreated'] = 'Tablespace created.';
642
	$lang['strtablespacecreatedbad'] = 'Tablespace creation failed.';
643
	$lang['strconfdroptablespace'] = 'Are you sure you want to drop the tablespace "%s"?';
644
	$lang['strtablespacedropped'] = 'Tablespace dropped.';
645
	$lang['strtablespacedroppedbad'] = 'Tablespace drop failed.';
646
	$lang['strtablespacealtered'] = 'Tablespace altered.';
647
	$lang['strtablespacealteredbad'] = 'Tablespace alteration failed.';
648

    
649
	// Slony clusters
650
	$lang['strcluster'] = 'Cluster';
651
	$lang['strnoclusters'] = 'No clusters found.';
652
	$lang['strconfdropcluster'] = 'Are you sure you want to drop cluster "%s"?';
653
	$lang['strclusterdropped'] = 'Cluster dropped.';
654
	$lang['strclusterdroppedbad'] = 'Cluster drop failed.';
655
	$lang['strinitcluster'] = 'Initialize cluster';
656
	$lang['strclustercreated'] = 'Cluster initialized.';
657
	$lang['strclustercreatedbad'] = 'Cluster initialization failed.';
658
	$lang['strclusterneedsname'] = 'You must give a name for the cluster.';
659
	$lang['strclusterneedsnodeid'] = 'You must give an ID for the local node.';
660
	
661
	// Slony nodes
662
	$lang['strnodes'] = 'Nodes';
663
	$lang['strnonodes'] = 'No nodes found.';
664
	$lang['strcreatenode'] = 'Create node';
665
	$lang['strid'] = 'ID';
666
	$lang['stractive'] = 'Active';
667
	$lang['strnodecreated'] = 'Node created.';
668
	$lang['strnodecreatedbad'] = 'Node creation failed.';
669
	$lang['strconfdropnode'] = 'Are you sure you want to drop node "%s"?';
670
	$lang['strnodedropped'] = 'Node dropped.';
671
	$lang['strnodedroppedbad'] = 'Node drop failed';
672
	$lang['strfailover'] = 'Failover';
673
	$lang['strnodefailedover'] = 'Node failed over.';
674
	$lang['strnodefailedoverbad'] = 'Node failover failed.';
675
	
676
	// Slony paths	
677
	$lang['strpaths'] = 'Paths';
678
	$lang['strnopaths'] = 'No paths found.';
679
	$lang['strcreatepath'] = 'Create path';
680
	$lang['strnodename'] = 'Node name';
681
	$lang['strnodeid'] = 'Node ID';
682
	$lang['strconninfo'] = 'Connection string';
683
	$lang['strconnretry'] = 'Seconds before retry to connect';
684
	$lang['strpathneedsconninfo'] = 'You must give a connection string for the path.';
685
	$lang['strpathneedsconnretry'] = 'You must give the number of seconds to wait before retry to connect.';
686
	$lang['strpathcreated'] = 'Path created.';
687
	$lang['strpathcreatedbad'] = 'Path creation failed.';
688
	$lang['strconfdroppath'] = 'Are you sure you want to drop path "%s"?';
689
	$lang['strpathdropped'] = 'Path dropped.';
690
	$lang['strpathdroppedbad'] = 'Path drop failed.';
691

    
692
	// Slony listens
693
	$lang['strlistens'] = 'Listens';
694
	$lang['strnolistens'] = 'No listens found.';
695
	$lang['strcreatelisten'] = 'Create listen';
696
	$lang['strlistencreated'] = 'Listen created.';
697
	$lang['strlistencreatedbad'] = 'Listen creation failed.';
698
	$lang['strconfdroplisten'] = 'Are you sure you want to drop listen "%s"?';
699
	$lang['strlistendropped'] = 'Listen dropped.';
700
	$lang['strlistendroppedbad'] = 'Listen drop failed.';
701

    
702
	// Slony replication sets
703
	$lang['strrepsets'] = 'Replication sets';
704
	$lang['strnorepsets'] = 'No replication sets found.';
705
	$lang['strcreaterepset'] = 'Create replication set';
706
	$lang['strrepsetcreated'] = 'Replication set created.';
707
	$lang['strrepsetcreatedbad'] = 'Replication set creation failed.';
708
	$lang['strconfdroprepset'] = 'Are you sure you want to drop replication set "%s"?';
709
	$lang['strrepsetdropped'] = 'Replication set dropped.';
710
	$lang['strrepsetdroppedbad'] = 'Replication set drop failed.';
711
	$lang['strmerge'] = 'Merge';
712
	$lang['strmergeinto'] = 'Merge into';
713
	$lang['strrepsetmerged'] = 'Replication sets merged.';
714
	$lang['strrepsetmergedbad'] = 'Replication sets merge failed.';
715
	$lang['strmove'] = 'Move';
716
	$lang['strneworigin'] = 'New origin';
717
	$lang['strrepsetmoved'] = 'Replication set moved.';
718
	$lang['strrepsetmovedbad'] = 'Replication set move failed.';
719
	$lang['strnewrepset'] = 'New replication set';
720
	$lang['strlock'] = 'Lock';
721
	$lang['strlocked'] = 'Locked';
722
	$lang['strunlock'] = 'Unlock';
723
	$lang['strconflockrepset'] = 'Are you sure you want to lock replication set "%s"?';
724
	$lang['strrepsetlocked'] = 'Replication set locked.';
725
	$lang['strrepsetlockedbad'] = 'Replication set lock failed.';
726
	$lang['strconfunlockrepset'] = 'Are you sure you want to unlock replication set "%s"?';
727
	$lang['strrepsetunlocked'] = 'Replication set unlocked.';
728
	$lang['strrepsetunlockedbad'] = 'Replication set unlock failed.';
729
	$lang['strexecute'] = 'Execute';
730
	$lang['stronlyonnode'] = 'Only on node';
731
	$lang['strddlscript'] = 'DDL script';
732
	$lang['strscriptneedsbody'] = 'You must supply a script to be executed on all nodes.';
733
	$lang['strscriptexecuted'] = 'Replication set DDL script executed.';
734
	$lang['strscriptexecutedbad'] = 'Failed executing replication set DDL script.';
735
	$lang['strtabletriggerstoretain'] = 'The following triggers will NOT be disabled by Slony:';
736

    
737
	// Slony tables in replication sets
738
	$lang['straddtable'] = 'Add table';
739
	$lang['strtableneedsuniquekey'] = 'Table to be added requires a primary or unique key.';
740
	$lang['strtableaddedtorepset'] = 'Table added to replication set.';
741
	$lang['strtableaddedtorepsetbad'] = 'Failed adding table to replication set.';
742
	$lang['strconfremovetablefromrepset'] = 'Are you sure you want to remove the table "%s" from replication set "%s"?';
743
	$lang['strtableremovedfromrepset'] = 'Table removed from replication set.';
744
	$lang['strtableremovedfromrepsetbad'] = 'Failed to remove table from replication set.';
745

    
746
	// Slony sequences in replication sets
747
	$lang['straddsequence'] = 'Add sequence';
748
	$lang['strsequenceaddedtorepset'] = 'Sequence added to replication set.';
749
	$lang['strsequenceaddedtorepsetbad'] = 'Failed adding sequence to replication set.';
750
	$lang['strconfremovesequencefromrepset'] = 'Are you sure you want to remove the sequence "%s" from replication set "%s"?';
751
	$lang['strsequenceremovedfromrepset'] = 'Sequence removed from replication set.';
752
	$lang['strsequenceremovedfromrepsetbad'] = 'Failed to remove sequence from replication set.';
753

    
754
	// Slony subscriptions
755
	$lang['strsubscriptions'] = 'Subscriptions';
756
	$lang['strnosubscriptions'] = 'No subscriptions found.';
757

    
758
	// Miscellaneous
759
	$lang['strtopbar'] = '%s running on %s:%s -- You are logged in as user "%s", %s';
760
	$lang['strtimefmt'] = 'jS M, Y g:iA';
761
	$lang['strhelp'] = 'Help';
762
	$lang['strhelpicon'] = '?';
763
	$lang['strlogintitle'] = 'Login to %s';
764
	$lang['strlogoutmsg'] = 'Logged out of %s';
765
	$lang['strloading'] = 'Loading...';
766
	$lang['strerrorloading'] = 'Error Loading';
767
	$lang['strclicktoreload'] = 'Click to reload';
768

    
769
?>
(10-10/32)