~ubuntu-branches/ubuntu/dapper/phpmyadmin/dapper-updates

« back to all changes in this revision

Viewing changes to lang/russian-koi8-r.inc.php

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Roszatycki
  • Date: 2004-12-13 19:23:57 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20041213192357-5jfwhvbnxaip4zbv
Tags: 2:2.6.1-rc1-1
* New upstream release.
* Security fix: Command execution and file disclosure was found.
  See http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2004-4
  Closes: #285488.
* Remove 003.non_standard_port_fix.diff applied to upstream.
* Add commented out options 'extension' and 'AllowRoot' to default config
  file.
* Support mysqli.so extension. Autodetect modules from 'extension' option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
/* $Id: russian-koi8-r.inc.php,v 2.6.2.1 2004/06/07 10:09:56 rabus Exp $ */
 
2
/* $Id: russian-koi8-r.inc.php,v 2.51 2004/12/01 11:30:47 lem9 Exp $ */
3
3
 
4
4
/**
5
5
 * Translated by Gosha Sakovich <gt2 at users.sourceforge.net>
6
6
 *               Artyom Rabzonov <tyomych at gmx.net>
7
7
 *               Nicolay Zakharov <info at melody.org.ru> 16-Dec-2002
 
8
 *               (nobody) 2004-09-18
8
9
 */
9
10
 
10
11
$charset = 'koi8-r';
26
27
 
27
28
$strAPrimaryKey = '��� �������� ��������� ���� � %s';
28
29
$strAbortedClients = '��������';
29
 
$strAbsolutePathToDocSqlDir = '������� ���������� ���� �� ������� � ���������� docSQL, ����������';  
 
30
$strAbsolutePathToDocSqlDir = '������� ���������� ���� �� ������� � ���������� docSQL, ����������';
30
31
$strAccessDenied = '� ������� ��������';
31
 
$strAccessDeniedExplanation = 'phpMyAdmin ��������� ����������� � �������� MySQL, �� ������ ������ ����������. ��������� ��� �����, ������������ � ������ � config.inc.php.';  
 
32
$strAccessDeniedExplanation = 'phpMyAdmin ��������� ����������� � �������� MySQL, �� ������ ������ ����������. ��������� ��� �����, ������������ � ������ � config.inc.php.';
32
33
$strAction = '��������';
33
 
$strAddAutoIncrement = '�������� �������� AUTO_INCREMENT';  
 
34
$strAddAutoIncrement = '�������� �������� AUTO_INCREMENT';
 
35
$strAddConstraints = '�������� �����������';
34
36
$strAddDeleteColumn = '��������/������� ������� ��������';
35
37
$strAddDeleteRow = '��������/������� ��� ��������';
36
38
$strAddDropDatabase = '�������� DROP DATABASE';
 
39
$strAddHeaderComment = '�������� ������� ����������� � header (\\n ��������� ������)';
 
40
$strAddIfNotExists = '�������� IF NOT EXISTS';
37
41
$strAddIntoComments = '�������� � �����������';
38
42
$strAddNewField = '�������� ����� ����';
39
 
$strAddPriv = '�������� ����� ����������';
40
 
$strAddPrivMessage = '���� ��������� ����� ����������';
41
 
$strAddPrivilegesOnDb = '�������� ���������� �� ��������� ����'; 
42
 
$strAddPrivilegesOnTbl = ' �������� ���������� �� ��������� �������'; 
 
43
$strAddPrivilegesOnDb = '�������� ���������� �� ��������� ����';
 
44
$strAddPrivilegesOnTbl = ' �������� ���������� �� ��������� �������';
43
45
$strAddSearchConditions = '�������� ������� ������ (���� ��� ������� "where"):';
44
46
$strAddToIndex = '�������� � �������&nbsp;%s&nbsp;�������(�)';
45
47
$strAddUser = '�������� ������ ������������';
46
48
$strAddUserMessage = '��� �������� ����� ������������.';
47
 
$strAddedColumnComment = '����������� ����������� ��� �������';  
48
 
$strAddedColumnRelation = '����������� ����� ��� �������';  
 
49
$strAddedColumnComment = '����������� ����������� ��� �������';
 
50
$strAddedColumnRelation = '����������� ����� ��� �������';
49
51
$strAdministration = '�����������������';
50
52
$strAffectedRows = '���������� ����:';
51
53
$strAfter = '����� %s';
52
54
$strAfterInsertBack = '�������';
53
55
$strAfterInsertNewInsert = '�������� ����� ������';
 
56
$strAfterInsertSame = '������������ � ���� ��������';
54
57
$strAll = '���';
55
58
$strAllTableSameWidth = '�������� ��� ������� � ����� �������?';
56
59
$strAlterOrderBy = '�������� ������� �������';
58
61
$strAnalyzeTable = '������ �������';
59
62
$strAnd = '�';
60
63
$strAny = '�����';
61
 
$strAnyColumn = '����� �������';
62
 
$strAnyDatabase = '����� ���� ������';
63
64
$strAnyHost = '����� ����';
64
 
$strAnyTable = '����� �������';
65
65
$strAnyUser = '����� ������������';
66
 
$strArabic = '��������';  
67
 
$strArmenian = '���������';  
 
66
$strArabic = '��������';
 
67
$strArmenian = '���������';
68
68
$strAscending = '�� �����������';
69
69
$strAtBeginningOfTable = '� ������ �������';
70
70
$strAtEndOfTable = '� ����� �������';
71
71
$strAttr = '��������';
72
 
$strAutodetect = '����������';  
73
 
$strAutomaticLayout = '�������������� ���������';  
 
72
$strAutodetect = '����������';
 
73
$strAutomaticLayout = '�������������� ���������';
74
74
 
75
75
$strBack = '�����';
76
 
$strBaltic = '����������';  
 
76
$strBaltic = '����������';
77
77
$strBeginCut = 'BEGIN CUT';
78
78
$strBeginRaw = 'BEGIN RAW';
79
79
$strBinary = ' �������� ';
80
80
$strBinaryDoNotEdit = ' �������� ������ - �� ������������� ';
81
 
$strBookmarkAllUsers = '���� ������� ������������ ������������ ��� ��������'; 
 
81
$strBookmarkAllUsers = '���� ������� ������������ ������������ ��� ��������';
82
82
$strBookmarkDeleted = '�������� ���� �������.';
83
83
$strBookmarkLabel = '�����';
84
 
$strBookmarkOptions = '����� ��������'; 
 
84
$strBookmarkOptions = '����� ��������';
85
85
$strBookmarkQuery = '�������� �� SQL-������';
86
86
$strBookmarkThis = '�������� �� ������ SQL-������';
87
87
$strBookmarkView = '������ ��������';
88
88
$strBrowse = '�����';
89
 
$strBrowseForeignValues = 'Browse foreign values';  
90
 
$strBulgarian = '����������';  
 
89
$strBrowseForeignValues = 'Browse foreign values';
 
90
$strBulgarian = '����������';
91
91
$strBzError = 'phpMyAdmin �� ����� ����� ���� ��-�� ������� � Bz2 extension � ������� ������ PHP. ������ ������������� ���������� ���������� <code>$cfg[\'BZipDump\']</code> � ����� ���������������� ����� phpMyAdmin �������� <code>FALSE</code>. ���� �� ������ ������������ Bz2-����������, ��� ���������� �������� PHP. �������� PHP bug report %s ��� ����� ��������� ����������.';
92
92
$strBzip = '������������ � bzip';
93
93
 
94
94
$strCSVOptions = '����� CSV';
 
95
$strCalendar = '���������';
95
96
$strCannotLogin = '���������� ����� � MySQL';
96
 
$strCantLoad = '�� ���� ��������� ���������� %s,<br />��������� ������������ PHP, ����������';  
97
 
$strCantLoadMySQL = '���������� MySQL �� ���������,<br />��������� ������������ PHP.';
 
97
$strCantLoad = '�� ���� ��������� ���������� %s,<br />��������� ������������ PHP, ����������';
98
98
$strCantLoadRecodeIconv = '�� ���� ��������� iconv ��� recode, ����������� ��� ��������������� ��������. ��������� php-������������ � ��������� �� ������������� ��� ��������� ��������������� �������� � phpMyAdmin.';
99
99
$strCantRenameIdxToPrimary = '���������� ������������� ������ � PRIMARY!';
100
100
$strCantUseRecodeIconv = '�� ���� ������������ iconv �������: �� libiconv, �� recode_string, ���� �� ����� ��������� extension reports. ��������� php-������������.';
101
101
$strCardinality = '���������� ���������';
102
102
$strCarriage = '������� �������: \\r';
103
 
$strCaseInsensitive = '���������������� � ��������';  
104
 
$strCaseSensitive = '�������������� � �������� ';  
105
 
$strCentralEuropean = '����������-�����������';  
 
103
$strCaseInsensitive = '���������������� � ��������';
 
104
$strCaseSensitive = '�������������� � �������� ';
 
105
$strCentralEuropean = '����������-�����������';
106
106
$strChange = '��������';
107
 
$strChangeCopyMode = '������� ������ ������������ � ������ �� ������������ � ...';  
108
 
$strChangeCopyModeCopy = '... ��������� �������.';  
109
 
$strChangeCopyModeDeleteAndReload = ' ... ������� ������� �� ������ ������������� � ������������� ����������.';  
110
 
$strChangeCopyModeJustDelete = ' ... ������� ������� �� ������ �������������.';  
111
 
$strChangeCopyModeRevoke = ' ... �������� ��� �������� ���������� ������� � ����� ������� ���.';  
112
 
$strChangeCopyUser = '�������� ���������� ������/ ���������� ������������';  
 
107
$strChangeCopyMode = '������� ������ ������������ � ������ �� ������������ � ...';
 
108
$strChangeCopyModeCopy = '... ��������� �������.';
 
109
$strChangeCopyModeDeleteAndReload = ' ... ������� ������� �� ������ ������������� � ������������� ����������.';
 
110
$strChangeCopyModeJustDelete = ' ... ������� ������� �� ������ �������������.';
 
111
$strChangeCopyModeRevoke = ' ... �������� ��� �������� ���������� ������� � ����� ������� ���.';
 
112
$strChangeCopyUser = '�������� ���������� ������/ ���������� ������������';
113
113
$strChangeDisplay = '�������� ���� ��� �����������';
114
114
$strChangePassword = '�������� ������';
115
 
$strCharset = '���������';  
 
115
$strCharset = '���������';
116
116
$strCharsetOfFile = '��������� �����:';
117
 
$strCharsets = '���������';  
118
 
$strCharsetsAndCollations = '��������� � ���������';  
 
117
$strCharsets = '���������';
 
118
$strCharsetsAndCollations = '��������� � ���������';
119
119
$strCheckAll = '�������� ���';
120
 
$strCheckDbPriv = '��������� ���������� ��';
121
 
$strCheckPrivs = '��������� ����������';  
122
 
$strCheckPrivsLong = '��������� ���������� ��� ���� &quot;%s&quot;.';  
 
120
$strCheckOverhead = '��������� ������� ��������';
 
121
$strCheckPrivs = '��������� ����������';
 
122
$strCheckPrivsLong = '��������� ���������� ��� ���� &quot;%s&quot;.';
123
123
$strCheckTable = '��������� �������';
124
124
$strChoosePage = '�������� �������� ��� ��������������';
125
125
$strColComFeat = '�������� ����������� ��������';
126
 
$strCollation = '���������';  
127
 
$strColumn = '�������';
 
126
$strCollation = '���������';
128
127
$strColumnNames = '�������� �������';
129
 
$strColumnPrivileges = '����������, ����������� ��� �������'; 
 
128
$strColumnPrivileges = '����������, ����������� ��� �������';
130
129
$strCommand = '�������';
131
130
$strComments = '�����������';
 
131
$strCommentsForTable = '����������� � �������';
132
132
$strCompleteInserts = '������ �������';
133
133
$strCompression = '������';
134
134
$strConfigFileError = 'phpMyAdmin �� ����� ��������� ������ �� ����������������� �����!  <br />��������� ������� - �������������� ������.<br />�������� ���� ���� (config.inc.php) ��������������� �� ��������. ���� ����� ��������� �� ������� - ��������� ��. ���� ������ �������� - ��� � �������';
135
135
$strConfigureTableCoord = '�������� ���������� ������� %s';
136
 
$strConfirm = '�� ������������� ������ ������� ���?';
 
136
$strConnectionError = '���������� ����������: �������� ���������.';
137
137
$strConnections = '����������';
138
 
$strConstraintsForDumped = 'Constraints for dumped tables'; 
 
138
$strConstraintsForDumped = 'Constraints for dumped tables';
139
139
$strConstraintsForTable = 'Constraints for table';
140
140
$strCookiesRequired = 'Cookies ������ ���� �������� ����� ����� �����.';
141
141
$strCopyTable = '����������� ������� � (���� ������<b>.</b>�������):';
142
142
$strCopyTableOK = '������� %s ���� ����������� � %s.';
143
 
$strCopyTableSameNames = ' �� ���� ����������� ������� ���� � ���� !';  
 
143
$strCopyTableSameNames = ' �� ���� ����������� ������� ���� � ���� !';
144
144
$strCouldNotKill = 'phpMyAdmin �� ���� ������� thread %s. ��������, �� ��� ������.';
145
145
$strCreate = '�������';
146
146
$strCreateIndex = '������� ������ ��&nbsp;%s&nbsp;��������';
149
149
$strCreateNewTable = '������� ����� ������� � �� %s';
150
150
$strCreatePage = '������� ����� ��������';
151
151
$strCreatePdfFeat = '�������� PDF-�����';
 
152
$strCreationDates = '��������/����������/�������� ���';
152
153
$strCriteria = '��������';
153
 
$strCroatian = '����������';  
154
 
$strCyrillic = '�������������';  
155
 
$strCzech = '�������';  
 
154
$strCroatian = '����������';
 
155
$strCyrillic = '�������������';
 
156
$strCzech = '�������';
 
157
$strCzechSlovak = '�������';
156
158
 
157
159
$strDBComment = '����������� ��: ';
158
 
$strDBGContext = '��������';  
159
 
$strDBGContextID = '�������� ID';  
160
 
$strDBGHits = 'Hits';  
161
 
$strDBGLine = 'Line';  
162
 
$strDBGMaxTimeMs = '������������ �����, ms';  
163
 
$strDBGMinTimeMs = '����������� �����, ms';  
164
 
$strDBGModule = '������';  
165
 
$strDBGTimePerHitMs = 'Time/Hit, ms';  
166
 
$strDBGTotalTimeMs = '�������� �����, ms';  
167
 
$strDanish = '�������';  
 
160
$strDBGContext = '��������';
 
161
$strDBGContextID = '�������� ID';
 
162
$strDBGHits = 'Hits';
 
163
$strDBGLine = 'Line';
 
164
$strDBGMaxTimeMs = '������������ �����, ms';
 
165
$strDBGMinTimeMs = '����������� �����, ms';
 
166
$strDBGModule = '������';
 
167
$strDBGTimePerHitMs = 'Time/Hit, ms';
 
168
$strDBGTotalTimeMs = '�������� �����, ms';
 
169
$strDBRename = '������������� ���� ������ �';
 
170
$strDanish = '�������';
168
171
$strData = '������';
169
172
$strDataDict = '������� ������';
170
173
$strDataOnly = '������ ������';
171
 
$strDatabase = '�� ';
 
174
$strDatabase = '��';
 
175
$strDatabaseEmpty = '��� ���� ������ �� ��������!';
172
176
$strDatabaseExportOptions = '����� �������� ��';
173
177
$strDatabaseHasBeenDropped = '���� ������ %s ���� �������.';
174
178
$strDatabaseNoTable = '��� �� �� �������� ������!';
175
 
$strDatabaseWildcard = '���� ������ (�������� ������������� ��������):';
176
179
$strDatabases = '���� ������';
177
 
$strDatabasesDropped = '%s �� ���� ������� �������.';  
 
180
$strDatabasesDropped = '%s �� ���� ������� �������.';
178
181
$strDatabasesStats = '���������� ��� ������';
179
 
$strDatabasesStatsDisable = '��������� ����������';  
180
 
$strDatabasesStatsEnable = '�������� ����������';  
181
 
$strDatabasesStatsHeavyTraffic = '���������: ��������� ���������� ���� ������ ����� �������������� ������� ������ ����� ���-�������� � �������� MySQL.';  
182
 
$strDbPrivileges = ' ����������, ����������� ��� ���� ������'; 
183
 
$strDbSpecific = '���������� ��� ��';  
 
182
$strDatabasesStatsDisable = '��������� ����������';
 
183
$strDatabasesStatsEnable = '�������� ����������';
 
184
$strDatabasesStatsHeavyTraffic = '���������: ��������� ���������� ���� ������ ����� �������������� ������� ������ ����� ���-�������� � �������� MySQL.';
 
185
$strDbPrivileges = ' ����������, ����������� ��� ���� ������';
 
186
$strDbSpecific = '���������� ��� ��';
184
187
$strDefault = '�� ���������';
185
 
$strDefaultValueHelp = '��� �������� �� ��������� ������ ������� ������������ �������� ��� ������������� � ������������, ��������� ���� ������: a';  
186
 
$strDelOld = '� ������� �������� ���� ������ �� �������, ������ ������ �� ����������. �� ������ ������� ��� ������?';  
 
188
$strDefaultValueHelp = '��� �������� �� ��������� ������ ������� ������������ �������� ��� ������������� � ������������, ��������� ���� ������: a';
 
189
$strDefragment = '����������������� �������';
 
190
$strDelOld = '� ������� �������� ���� ������ �� �������, ������ ������ �� ����������. �� ������ ������� ��� ������?';
 
191
$strDelayedInserts = '������������ ������������� �������';
187
192
$strDelete = '�������';
188
 
$strDeleteAndFlush = '������� ���� ������������� � ������������� ����������.'; 
189
 
$strDeleteAndFlushDescr = '��� ������ ������, �� ������������ ���������� ����� ������ ��������� �����.'; 
190
 
$strDeleteFailed = '��������� ��������!';
191
 
$strDeleteUserMessage = '��� ������ ������������ %s.';
 
193
$strDeleteAndFlush = '������� ���� ������������� � ������������� ����������.';
 
194
$strDeleteAndFlushDescr = '��� ������ ������, �� ������������ ���������� ����� ������ ��������� �����.';
192
195
$strDeleted = '��� ��� ������';
193
196
$strDeletedRows = '��������� ���� ���� �������:';
194
 
$strDeleting = '�������� %s'; 
 
197
$strDeleting = '�������� %s';
195
198
$strDescending = '�� ��������';
196
 
$strDescription = '��������';  
197
 
$strDictionary = '�������';  
 
199
$strDescription = '��������';
 
200
$strDictionary = '�������';
 
201
$strDisableForeignChecks = '��������� �������� ��������� ������';
198
202
$strDisabled = '����������';
199
 
$strDisplay = '��������';
200
203
$strDisplayFeat = '�������� �������������� �����������';
201
204
$strDisplayOrder = '������� ���������:';
202
205
$strDisplayPDF = '�������� PDF-�����';
204
207
$strDoYouReally = '�� ������������� ������� ';
205
208
$strDocu = '������������';
206
209
$strDrop = '����������';
207
 
$strDropDB = '���������� �� %s';
208
 
$strDropSelectedDatabases = '������� ��������� ��';  
209
 
$strDropTable = '������� �������';
210
 
$strDropUsersDb = '������� ����, ������� ����� ����� �� ����� ��� � ������������.'; 
211
 
$strDumpComments = '�������� ����������� � ������� ��� inline SQL-�����������';
212
 
$strDumpSaved = '���� �����Σ� � ���� %s.';  
 
210
$strDropDatabaseStrongWarning = '�� �������� ��� ������ ���������� ��� ���� ������?';
 
211
$strDropSelectedDatabases = '������� ��������� ��';
 
212
$strDropUsersDb = '������� ����, ������� ����� ����� �� ����� ��� � ������������.';
 
213
$strDumpSaved = '���� �����Σ� � ���� %s.';
213
214
$strDumpXRows = '���� %s �������, ������� � %s.';
214
215
$strDumpingData = '���� ������ �������';
215
216
$strDynamic = '������������';
221
222
$strEmpty = '��������';
222
223
$strEmptyResultSet = 'MySQL ������� ������ ��������� (�.�. ���� �����).';
223
224
$strEnabled = '��������';
 
225
$strEncloseInTransaction = '�������������� ��� ��������';
224
226
$strEnd = '�����';
225
227
$strEndCut = 'END CUT';
226
228
$strEndRaw = 'END RAW';
227
 
$strEnglish = '����������';  
 
229
$strEnglish = '����������';
228
230
$strEnglishPrivileges = ' ����������: ���������� MySQL �������� ��-��������� ';
229
231
$strError = '������';
230
 
$strEstonian = '���������';  
231
 
$strExcelOptions = '����� Excel';  
232
 
$strExecuteBookmarked = '�������� ���������� ������';  
 
232
$strEstonian = '���������';
 
233
$strExcelEdition = 'Excel-����������';
 
234
$strExcelOptions = '����� Excel';
 
235
$strExecuteBookmarked = '�������� ���������� ������';
233
236
$strExplain = '������� SQL';
234
237
$strExport = '�������';
235
 
$strExportToXML = '������� � XML-������';
236
238
$strExtendedInserts = '����������� �������';
237
239
$strExtra = '�������������';
238
240
 
244
246
$strFieldsEnclosedBy = '���� ��������� �';
245
247
$strFieldsEscapedBy = '���� ������������';
246
248
$strFieldsTerminatedBy = '���� ���������';
247
 
$strFileAlreadyExists = '���� %s ��� ���������� �� �������, �������� ��� ��� �������������� ������ ����������.';  
248
 
$strFileCouldNotBeRead = '���� �� ����� ���� ��������';  
 
249
$strFileAlreadyExists = '���� %s ��� ���������� �� �������, �������� ��� ��� �������������� ������ ����������.';
 
250
$strFileCouldNotBeRead = '���� �� ����� ���� ��������';
249
251
$strFileNameTemplate = '������ ����� �����';
250
252
$strFileNameTemplateHelp = '����������� __DB__ ��� ����� ��, __TABLE__ ��� ����� ������� � %s ����� strftime%s ����� ��� ������� �������, ���������� ����� ��������� ������������. ����� ������ ����� ����� �����Σ�.';
251
253
$strFileNameTemplateRemember = '��������� ������';
260
262
$strGenBy = '���������';
261
263
$strGenTime = '����� ��������';
262
264
$strGeneralRelationFeat = '�������� ����������� ������';
263
 
$strGerman = '��������';  
264
 
$strGlobal = 'global';  
 
265
$strGeorgian = '����������';
 
266
$strGerman = '��������';
 
267
$strGlobal = 'global';
265
268
$strGlobalPrivileges = '���������� ����������';
266
269
$strGlobalValue = '���������� ��������';
267
270
$strGo = '�����';
268
271
$strGrantOption = '�������������';
269
 
$strGrants = '�����';
270
 
$strGreek = '���������';  
 
272
$strGreek = '���������';
271
273
$strGzip = '������������ � gzip';
272
274
 
273
275
$strHasBeenAltered = '���� ��������.';
274
276
$strHasBeenCreated = '���� �������.';
275
277
$strHaveToShow = '�� ������ ������� �� ����� ����� ������� ��� �����������';
276
 
$strHebrew = '�����';  
 
278
$strHebrew = '�����';
 
279
$strHexForBinary = '������������ ����������������� (hexadecimal) �������� ����';
277
280
$strHome = '� ������';
278
281
$strHomepageOfficial = '����������� �������� phpMyAdmin';
279
 
$strHomepageSourceforge = '�������� phpMyAdmin �� Sourceforge';
280
282
$strHost = '����';
281
283
$strHostEmpty = '������ ��� �����!';
282
 
$strHungarian = '����������';  
 
284
$strHungarian = '����������';
283
285
 
 
286
$strIcelandic = '����������';
284
287
$strId = 'ID';
285
288
$strIdxFulltext = '���������';
286
289
$strIfYouWish = '���� �� ������� ��������� ������ ��������� ������� �������, ������� ����������� �������� ������ �����.';
287
290
$strIgnore = '������������';
288
 
$strIgnoringFile = '��������� ���� %s';  
 
291
$strIgnoreInserts = '������������ �������';
 
292
$strIgnoringFile = '��������� ���� %s';
289
293
$strImportDocSQL = '������ docSQL ������';
290
 
$strImportFiles = '������ ������';  
291
 
$strImportFinished = '������ ����ۣ�';  
 
294
$strImportFiles = '������ ������';
 
295
$strImportFinished = '������ ����ۣ�';
292
296
$strInUse = '������������';
293
297
$strIndex = '������';
294
298
$strIndexHasBeenDropped = '������ %s ��� ������';
295
299
$strIndexName = '��� �������&nbsp;:';
296
300
$strIndexType = '��� �������&nbsp;:';
297
301
$strIndexes = '�������';
298
 
$strInnodbStat = 'InnoDB ������';  
 
302
$strInnodbStat = 'InnoDB ������';
299
303
$strInsecureMySQL = '��� ���������������� ���� �������� ��������� (������������ root ��� ������), ������� ��������� � ������������������ ������������ MySQL (�� ���������). ��� MySQL ������ ������� � ����� ����������� �� ���������, �������� ��� ���������, ������� ��� ������������ ������������� ��������� ��� ���� � ������������.';
300
304
$strInsert = '��������';
301
305
$strInsertAsNewRow = '�������� ����� ���';
302
306
$strInsertNewRow = '�������� ����� ���';
303
307
$strInsertTextfiles = '�������� ��������� ����� � �������';
304
 
$strInsertedRowId = '�������� id ����:';  
 
308
$strInsertedRowId = '�������� id ����:';
305
309
$strInsertedRows = '��������� ����:';
306
310
$strInstructions = '����������';
307
 
$strInternalNotNecessary = '* ���������� ����� �� �����������, ����� ��� ����� ���������� � InnoDB.'; 
 
311
$strInternalNotNecessary = '* ���������� ����� �� �����������, ����� ��� ����� ���������� � InnoDB.';
308
312
$strInternalRelations = '���������� �����';
309
 
$strInvalidName = '"%s" - �������� ����������������� ������, �� �� ������ ������������ ��� � �������� ����� ���� ������/�������/����.';
310
313
 
311
 
$strJapanese = '��������';  
312
 
$strJumpToDB = '������� � ���� &quot;%s&quot;.';  
313
 
$strJustDelete = '������ ������� ������������� �� ������ ����������.'; 
314
 
$strJustDeleteDescr = '&quot;���̣����&quot; ������������ �ӣ �ݣ ������ �������� � � ������� ��� ������ �� ������������ ����������.'; 
 
314
$strJapanese = '��������';
 
315
$strJumpToDB = '������� � ���� &quot;%s&quot;.';
 
316
$strJustDelete = '������ ������� ������������� �� ������ ����������.';
 
317
$strJustDeleteDescr = '&quot;���̣����&quot; ������������ �ӣ �ݣ ������ �������� � � ������� ��� ������ �� ������������ ����������.';
315
318
 
316
319
$strKeepPass = '�� ������ ������';
317
320
$strKeyname = '��� �����';
318
321
$strKill = '�����';
319
 
$strKorean = '���������';  
 
322
$strKorean = '���������';
320
323
 
321
324
$strLaTeX = 'LaTeX';
322
 
$strLaTeXOptions = '����� LaTeX';  
 
325
$strLaTeXOptions = '����� LaTeX';
323
326
$strLandscape = '��������';
324
327
$strLatexCaption = '��������� �������';
325
328
$strLatexContent = '���������� ������� __TABLE__';
327
330
$strLatexContinuedCaption = '������������ ��������� �������';
328
331
$strLatexIncludeCaption = '�������� ��������� �������';
329
332
$strLatexLabel = 'Label key';
330
 
$strLatexStructure = '��������� ������� __TABLE__'; 
331
 
$strLength = '�����';
 
333
$strLatexStructure = '��������� ������� __TABLE__';
 
334
$strLatvian = '����������';
332
335
$strLengthSet = '�����/��������*';
333
336
$strLimitNumRows = '������� �� ��������';
334
337
$strLineFeed = '������ ��������� �����: \\n';
335
 
$strLines = '�����';
336
338
$strLinesTerminatedBy = '������ ���������';
337
339
$strLinkNotFound = '����� �� �������';
338
340
$strLinksTo = '����� �';
339
 
$strLithuanian = '����������';  
340
 
$strLoadExplanation = '������ ����� ������� �� ���������, �� �� ������ ������� ������, ���� ���� �� ���������.';  
341
 
$strLoadMethod = '����� LOAD';  
 
341
$strLithuanian = '����������';
 
342
$strLoadExplanation = '������ ����� ������� �� ���������, �� �� ������ ������� ������, ���� ���� �� ���������.';
 
343
$strLoadMethod = '����� LOAD';
342
344
$strLocalhost = 'Local';
343
345
$strLocationTextfile = '����������������� ���������� �����';
344
346
$strLogPassword = '������:';
345
347
$strLogServer = '������';
346
348
$strLogUsername = '������������:';
347
349
$strLogin = '���� � �������';
348
 
$strLoginInformation = '���������� ������'; 
 
350
$strLoginInformation = '���������� ������';
349
351
$strLogout = '����� �� �������';
350
352
 
 
353
$strMIMETypesForTable = 'MIME-���� �������';
351
354
$strMIME_MIMEtype = 'MIME-���';
352
355
$strMIME_available_mime = '��������� MIME-����';
353
356
$strMIME_available_transform = '��������� �������������';
354
357
$strMIME_description = '��������';
355
 
$strMIME_file = '��� �����';
356
358
$strMIME_nodescription = '��� ��������� �������� ��� ���� �������������.<br />����������, �������� ������ ��� ������ %s.';
357
359
$strMIME_transformation = '������������� ��������';
358
360
$strMIME_transformation_note = '��� ������ ��������� ����� ������������� � ������������� �� MIME-����� �������� �� %s�������� �������������%s';
359
361
$strMIME_transformation_options = '����� �������������';
360
362
$strMIME_transformation_options_note = '����������, ������� �������� ��� �������������, ��������� ���� ������: \'a\',\'b\',\'c\'...<br />���� ��� ����� ��������� �������("\") ��� �������("\'"), ����������� �� (�������� \'\\\\xyz\' or \'a\\\'b\').';
361
363
$strMIME_without = 'MIME-����, ���������� ��������, �� ����� ��������� ������� �������������';
362
 
$strMissingBracket = '��������� ������';
 
364
$strMaximumSize = '����������� ������: %s%s';
363
365
$strModifications = '����������� ���� ���������';
364
366
$strModify = '��������';
365
367
$strModifyIndexTopic = '�������� ������';
366
368
$strMoreStatusVars = '������ ��������� ����������';
367
369
$strMoveTable = '����������� ������� � (���� ������<b>.</b>�������):';
368
370
$strMoveTableOK = '������� %s ���� ���������� � %s.';
369
 
$strMoveTableSameNames = '�� ���� ����������� ������� ���� � ����!';  
370
 
$strMultilingual = '������������';  
371
 
$strMustSelectFile = '�� ������ ������� ���� ��� �������.';  
 
371
$strMoveTableSameNames = '�� ���� ����������� ������� ���� � ����!';
 
372
$strMultilingual = '������������';
 
373
$strMustSelectFile = '�� ������ ������� ���� ��� �������.';
372
374
$strMySQLCharset = 'MySQL-���������';
 
375
$strMySQLConnectionCollation = '������������� ���������� � MySQL';
373
376
$strMySQLReloaded = 'MySQL �������������.';
374
377
$strMySQLSaid = '����� MySQL: ';
375
378
$strMySQLServerProcess = 'MySQL %pma_s1% �� %pma_s2% ��� %pma_s3%';
378
381
$strMySQLShowVars = '�������� ��������� ���������� MySQL';
379
382
 
380
383
$strName = '���';
 
384
$strNeedPrimaryKey = '��� ���������� ������� ��������� ���� ���� �������.';
381
385
$strNext = '�����';
382
386
$strNo = '���';
383
387
$strNoDatabases = '�� �����������';
384
 
$strNoDatabasesSelected = '�� ���� �� �� �������.';  
 
388
$strNoDatabasesSelected = '�� ���� �� �� �������.';
385
389
$strNoDescription = '��� ��������';
386
390
$strNoDropDatabases = '������� "������� ��" ���������.';
387
391
$strNoExplain = '���������� �������� SQL';
391
395
$strNoModification = '��� ���������';
392
396
$strNoOptions = '� ���� ������� ��� �����';
393
397
$strNoPassword = '��� ������';
394
 
$strNoPermission = '���-������� �� ������� ���� ��� ���������� ����� %s.';  
 
398
$strNoPermission = '���-������� �� ������� ���� ��� ���������� ����� %s.';
395
399
$strNoPhp = '��� PHP-����';
396
400
$strNoPrivileges = '��� ����������';
397
401
$strNoQuery = '��� SQL-�������!';
398
402
$strNoRights = '�� �� ������ ���������� ���� ��� �����!';
399
 
$strNoSpace = '�� ������� ��������� ������������ ��� ���������� ����� %s.';  
 
403
$strNoRowsSelected = '������ ������� �� �������';
 
404
$strNoSpace = '�� ������� ��������� ������������ ��� ���������� ����� %s.';
400
405
$strNoTablesFound = '� �� �� ���������� ������.';
401
406
$strNoUsersFound = '�� ������ ������������.';
402
 
$strNoUsersSelected = '��� ��������� �������������.'; 
403
407
$strNoValidateSQL = '�� ��������� SQL';
404
408
$strNone = '���';
405
409
$strNotNumber = '��� �� �����!';
414
418
$strOK = '������';
415
419
$strOftenQuotation = '������ �������. "�� ������" ��������, ��� ������ ���� char � varchar ����������� � �������.';
416
420
$strOperations = '��������';
 
421
$strOperator = '��������';
417
422
$strOptimizeTable = '�������������� �������';
418
423
$strOptionalControls = '�� ������. ������������ ��� ������ ��� ������ ����������� �������.';
419
424
$strOptionally = '�� ������';
420
 
$strOptions = '�����';
421
425
$strOr = '���';
422
426
$strOverhead = '��������� �������';
423
 
$strOverwriteExisting = '������������ ������������(�) ����(�)';  
 
427
$strOverwriteExisting = '������������ ������������(�) ����(�)';
424
428
 
425
429
$strPHP40203 = '�� ����������� ������ PHP 4.2.3, ������� �������� ��������� ������ ��� ������ � �����-��������� �������� (mbstring). �������� PHP bug report 19404. ������ ������ PHP �� ������������� ��� ������������� � phpMyAdmin.';
426
430
$strPHPVersion = '������ PHP';
427
431
$strPageNumber = '����� ��������:';
428
 
$strPaperSize = '������ ������';  
 
432
$strPaperSize = '������ ������';
429
433
$strPartialText = '��������� ������';
430
434
$strPassword = '������';
431
435
$strPasswordChanged = '������ ��� %s ��� ������� ����Σ�.';
432
436
$strPasswordEmpty = '������ ������!';
433
437
$strPasswordNotSame = '������ �� ���������!';
434
438
$strPdfDbSchema = '��������� ���� "%s" - �������� %s';
435
 
$strPdfInvalidPageNum = '�������������� ����� PDF-��������!';
436
439
$strPdfInvalidTblName = '������� "%s" �� ����������!';
437
440
$strPdfNoTables = '��� ������';
438
441
$strPerHour = '� ���';
439
442
$strPerMinute = '� ������';
440
443
$strPerSecond = '� �������';
441
 
$strPhoneBook = '���������� �����';  
 
444
$strPhoneBook = '���������� �����';
442
445
$strPhp = '������� PHP-���';
443
446
$strPmaDocumentation = '������������ �� phpMyAdmin';
444
447
$strPmaUriError = '��������� <tt>$cfg[\'PmaAbsoluteUri\']</tt> ������ ���� ����������� � ����� ���������������� �����!';
 
448
$strPolish = '��������';
445
449
$strPortrait = '�������';
446
450
$strPos1 = '������';
447
451
$strPrevious = '�����';
448
452
$strPrimary = '���������';
449
 
$strPrimaryKey = '��������� ����';
450
453
$strPrimaryKeyHasBeenDropped = '��������� ���� ��� ������';
451
454
$strPrimaryKeyName = '��� ���������� ����� ������ ���� PRIMARY!';
452
455
$strPrimaryKeyWarning = '("PRIMARY" <b>������</b> ���� ��������� <b>������</b> ���������� �����!)';
453
456
$strPrint = '������';
454
457
$strPrintView = '������ ��� ������';
455
 
$strPrintViewFull = '����������� (�� ���� �������)'; 
 
458
$strPrintViewFull = '����������� (�� ���� �������)';
456
459
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.';
457
460
$strPrivDescAlter = '��������� ��������� ��������� ������������ ������.';
458
461
$strPrivDescCreateDb = '��������� �������� ����� ��� ������ � ������.';
485
488
$strPrivileges = '����������';
486
489
$strPrivilegesReloaded = '���������� ���� ������� �������������.';
487
490
$strProcesslist = '������ ���������';
488
 
$strProperties = '��������';
489
491
$strPutColNames = '������� ������������ ����� � ������ ������';
490
492
 
491
493
$strQBE = '������&nbsp;��&nbsp;�������';
492
494
$strQBEDel = '�������';
493
495
$strQBEIns = '��������';
494
496
$strQueryFrame = '���� �������';
495
 
$strQueryFrameDebug = '���������� ����������';
496
 
$strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';
497
497
$strQueryOnDb = 'SQL-������ �� <b>%s</b>:';
498
498
$strQuerySQLHistory = '������� SQL';
499
499
$strQueryStatistics = '<b>���������� ��������</b>: �� ������� ������� %s �������� ���� ������� �� ������.';
500
500
$strQueryTime = '������ ����� %01.4f ���';
501
501
$strQueryType = '��� �������';
502
 
$strQueryWindowLock = '�� �������������� ���� ������ ��� ����';  
 
502
$strQueryWindowLock = '�� �������������� ���� ������ ��� ����';
503
503
 
504
504
$strReType = '�������������';
505
505
$strReceived = '�������';
506
506
$strRecords = '������';
507
507
$strReferentialIntegrity = '��������� ����������� ������:';
 
508
$strRefresh = '��������';
508
509
$strRelationNotWorking = '�������������� ����������� ��� ������ �� ���������� ��������� ����������. ��� ����������� ������� ������� %s����%s.';
509
510
$strRelationView = '��������� ���';
510
511
$strRelationalSchema = '����������� �����';
511
 
$strRelations = '�����';  
 
512
$strRelations = '�����';
 
513
$strRelationsForTable = '����������� � �������';
512
514
$strReloadFailed = '�� ������� ������������� MySQL.';
513
515
$strReloadMySQL = '������������� MySQL';
514
 
$strReloadingThePrivileges = '������������ ����������'; 
515
 
$strRememberReload = '�� �������� ������������� ������.';
516
 
$strRemoveSelectedUsers = '������� ���������� �������������'; 
 
516
$strReloadingThePrivileges = '������������ ����������';
 
517
$strRemoveSelectedUsers = '������� ���������� �������������';
 
518
$strRenameDatabaseOK = '���� ������ %s ������������� � %s';
517
519
$strRenameTable = '������������� ������� �';
518
520
$strRenameTableOK = '������� %s ���� ������������� � %s';
519
521
$strRepairTable = '�������� �������';
520
522
$strReplace = '���������';
521
 
$strReplaceNULLBy = '�������� NULL ��';  
 
523
$strReplaceNULLBy = '�������� NULL ��';
522
524
$strReplaceTable = '��������� ������ ������� ������� �� �����';
523
525
$strReset = '��������������';
524
526
$strResourceLimits = '������ ��������';
525
527
$strRevoke = '��������';
526
 
$strRevokeAndDelete = '�������� ��� �������� ���������� ������������� � ����� ������� ��.'; 
527
 
$strRevokeAndDeleteDescr = '������������ �ӣ �ݣ ����� ����� USAGE ���������� �� ������������ ����������.'; 
528
 
$strRevokeGrant = '�������� �������������� ����';
529
 
$strRevokeGrantMessage = '���� �������� �������������� ���� ��� %s';
 
528
$strRevokeAndDelete = '�������� ��� �������� ���������� ������������� � ����� ������� ��.';
 
529
$strRevokeAndDeleteDescr = '������������ �ӣ �ݣ ����� ����� USAGE ���������� �� ������������ ����������.';
530
530
$strRevokeMessage = '�� �������� ���������� ��� %s';
531
 
$strRevokePriv = '�������� ����������';
 
531
$strRomanian = '���������';
532
532
$strRowLength = '����� ����';
533
533
$strRowSize = ' ������ ���� ';
534
534
$strRows = '����';
541
541
$strRunQuery = '��������� ������';
542
542
$strRunSQLQuery = '��������� SQL ������(�) �� �� %�';
543
543
$strRunning = '�� %s';
544
 
$strRussian = '�������';  
 
544
$strRussian = '�������';
545
545
 
546
546
$strSQL = 'SQL';
 
547
$strSQLExportType = '��� ��������';
547
548
$strSQLOptions = '����� SQL';
548
549
$strSQLParserBugMessage = '�������� � ��� ������ � SQL-�������. ����������, ��������� ����������� ��� ������ � ������������ �������. �������� �����, ��� �� ��������� �������� �������� ���� ��� ���� quoted text area. �� ������ ����������� ��������� ���� ������ ����� ��������� ��������� ������ MySQL. �������� ������ MySQL ������� ���� ����, �������� ��� ������� ������, ��� �� ���������. ���� � ��� ��� ����� ��������� �������� ��� ���� ������ ������ ������ ���, ��� ��������� ��������� ������ �������� �������, ���������� �������� ���� SQL ������ �� ������� �������� � ����������, ����� ������ �������� ��������. �� ������ ����� �������� ����� �� ������ ������ � ������ ������ (������ CUT):';
549
550
$strSQLParserUserError = '������� �������� ������ � ����� SQL �������. �������� ������ �� MySQL ������� ���� ����, ��������, ��� ������� ��� �����������';
553
554
$strSQPBugUnclosedQuote = '���������� �������';
554
555
$strSQPBugUnknownPunctuation = '����������� ������ � �����������';
555
556
$strSave = '���������';
556
 
$strSaveOnServer = '��������� �� ������� � ���������� %s';  
 
557
$strSaveOnServer = '��������� �� ������� � ���������� %s';
557
558
$strScaleFactorSmall = '������� ������� ��������� ��� ����������� ���� ������� �� ����� ��������';
558
559
$strSearch = '������';
559
560
$strSearchFormTitle = '������ � ���� ������';
565
566
$strSearchOption4 = '���������� ���������';
566
567
$strSearchResultsFor = '������ � "<i>%s</i>" %s:';
567
568
$strSearchType = '������:';
568
 
$strSecretRequired = '����������������� ����� ������ ����� ��������� ����� (blowfish_secret).';  
569
 
$strSelect = '�������';
 
569
$strSecretRequired = '����������������� ����� ������ ����� ��������� ����� (blowfish_secret).';
570
570
$strSelectADb = '�������� ��';
571
571
$strSelectAll = '�������� ���';
572
572
$strSelectFields = '������� ���� (������� ����):';
574
574
$strSelectTables = '�������� �������(�)';
575
575
$strSend = '�������';
576
576
$strSent = '�������';
577
 
$strServer = '������ %s';
 
577
$strServer = '������';
578
578
$strServerChoice = '����� �������';
 
579
$strServerNotResponding = '������ �� ��������';
579
580
$strServerStatus = '������� ����������';
580
581
$strServerStatusUptime = '���� MySQL ������ �������� %s. �� ��� ������� %s.';
581
582
$strServerTabProcesslist = '��������';
588
589
$strShow = '��������';
589
590
$strShowAll = '�������� ���';
590
591
$strShowColor = '�������� ����';
591
 
$strShowCols = '�������� �������';
592
592
$strShowDatadictAs = '������ ������� ������';
593
 
$strShowFullQueries = '���������� ������ �������';  
 
593
$strShowFullQueries = '���������� ������ �������';
594
594
$strShowGrid = '�������� �����';
595
595
$strShowPHPInfo = '�������� ���������� � PHP';
596
596
$strShowTableDimension = '�������� ����������� �������';
597
597
$strShowTables = '�������� �������';
598
598
$strShowThisQuery = ' �������� ������ ������ ����� ';
599
599
$strShowingRecords = '���������� ������ ';
600
 
$strSimplifiedChinese = '����ݣ���� ���������';  
 
600
$strSimplifiedChinese = '����ݣ���� ���������';
601
601
$strSingly = '(��������)';
602
602
$strSize = '������';
 
603
$strSlovak = '���������';
 
604
$strSlovenian = '����������';
603
605
$strSort = '�������������';
604
 
$strSortByKey = '����������� �� �����'; 
 
606
$strSortByKey = '����������� �� �����';
605
607
$strSpaceUsage = '������������ ������������';
 
608
$strSpanish = '���������';
606
609
$strSplitWordsWithSpace = '�����, ����������� �������� (" ").';
607
610
$strStatCheckTime = '��������� ��������';
608
611
$strStatCreateTime = '��������';
612
615
$strStrucCSV = 'CSV ������';
613
616
$strStrucData = '��������� � ������';
614
617
$strStrucDrop = '�������� �������� �������';
615
 
$strStrucExcelCSV = 'CSV ��� ������ Ms Excel';
 
618
$strStrucExcelCSV = 'CSV ��� ������ MS Excel';
 
619
$strStrucNativeExcel = '������ �� MS Excel';
616
620
$strStrucOnly = '������ ���������';
617
621
$strStructPropose = '������������ ��������� �������';
618
622
$strStructure = '���������';
619
623
$strSubmit = '���������';
620
624
$strSuccess = '��� SQL-������ ��� ������� ��������';
621
625
$strSum = '�����';
622
 
$strSwedish = '��������';  
623
 
$strSwitchToTable = '������������� �� ������������� �������';  
 
626
$strSwedish = '��������';
 
627
$strSwitchToTable = '������������� �� ������������� �������';
624
628
 
625
629
$strTable = '������� ';
626
630
$strTableComments = '����������� � �������';
630
634
$strTableHasBeenFlushed = '��� ������� ��� ������� %s';
631
635
$strTableMaintenance = '������������ �������';
632
636
$strTableOfContents = '����������';
633
 
$strTableOptions = '����� �������';  
 
637
$strTableOptions = '����� �������';
634
638
$strTableStructure = '��������� �������';
635
639
$strTableType = '��� �������';
636
640
$strTables = '%s ������(�)';
637
 
$strTblPrivileges = ' ����������, ����������� ��� �������'; 
 
641
$strTakeIt = '����������';
 
642
$strTblPrivileges = ' ����������, ����������� ��� �������';
638
643
$strTextAreaLength = ' ��-�� ������� �����,<br /> ��� ���� �� ����� ���� ���������������� ';
639
 
$strThai = '���';  
 
644
$strThai = '���';
640
645
$strTheContent = '���������� ����� ���� �������������.';
641
646
$strTheContents = '���������� ����� �������� ���������� ������� ��� ����� � ����������� ���������� ��� ����������� �������.';
642
647
$strTheTerminator = '������ ��������� �����.';
643
 
$strThisHost = '���� ����'; 
644
 
$strThisNotDirectory = '��� ���� �� ����������';  
 
648
$strTheme = '���� / �����';
 
649
$strThisHost = '���� ����';
 
650
$strThisNotDirectory = '��� ���� �� ����������';
645
651
$strThreadSuccessfullyKilled = 'Thread %s ��� ������.';
646
652
$strTime = '�����';
647
 
$strToggleScratchboard = 'toggle scratchboard';  
 
653
$strToggleScratchboard = 'toggle scratchboard';
648
654
$strTotal = '�����';
649
655
$strTotalUC = '�����';
650
 
$strTraditionalChinese = '������������ ���������';  
 
656
$strTraditionalChinese = '������������ ���������';
 
657
$strTraditionalSpanish = '������������ ���������';
651
658
$strTraffic = '������';
652
 
$strTransformation_image_jpeg__inline = '���������� ������������, �� ������� ����� ��������; �����: ������,������ � �������� (��������� �������� �������)';  
 
659
$strTransformation_application_octetstream__download = '�������� ���� � �������� �������� ������ �����. ������ �������: ������� ��� ��������� �����. ������ �������: ������� ��������� ��� ������ ������� � ������� ��������� �������� ����. ���� �� �������� ������ �������, ��������� � ���, ��� ��� ��������� �����  � ������ �������� �� ��������';
 
660
$strTransformation_image_jpeg__inline = '���������� ������������, �� ������� ����� ��������; �����: ������,������ � �������� (��������� �������� �������)';
653
661
$strTransformation_image_jpeg__link = '���������� ������ �� ��� �����������(direct blob download, i.e.).';
654
 
$strTransformation_image_png__inline = 'See image/jpeg: inline';  
 
662
$strTransformation_image_png__inline = 'See image/jpeg: inline';
655
663
$strTransformation_text_plain__dateformat = '��ң� ���� TIME, TIMESTAMP ��� DATETIME � ����������� ��� � ������������ � ����� ��������� �������� ����. ������ ����� - ��� ����� (� �����), ������� ����� �������� � timestamp (�� ���������: 0). ������ ����� - ��� ������ ������ ���� � ������������ � �����������, ���������� ��� ������� PHP strftime().';
656
664
$strTransformation_text_plain__external = '������ LINUX: ��������� ������� ���������� � �������� ���� ����� ����������� ����. ���������� ����������� ����� ����������. �� ��������� Tidy, ��� �������������� HTML ����. �� ������������ ������������, �� ������ ������� ��������������� ���� libraries/transformations/text_plain__external.inc.php � ������� ���������, ������� �� ������ ���������. ������ ����� - ��� ����� ���������, ������� �� ������ ������������, ������ - ��������� ��� ���������. ������ �������� ��� �������� 1 ����� �������������� �����, ��������� htmlspecialchars() (�� ��������� 1). ���ף���� �������� ��� �������� 1 �������� NOWRAP, ��� ��� ���� ����� ����� ������֣� ��� ������������������ (�� ��������� 1)';
657
665
$strTransformation_text_plain__formatted = '��������� �������� �������������� ����. ������������� �� ������������.';
658
 
$strTransformation_text_plain__imagelink = '���������� ����������� � ������, ���� �������� ��� �����; ������ ����� - ��� ������� ����� "http://domain.com/", ������ - ������ � ��������, ������ - ������.';  
659
 
$strTransformation_text_plain__link = '���������� ������, ���� �������� ��� �����; ������ ����� - ��� ������� ����� "http://domain.com/", ������ - ��������� ��� ������.';  
 
666
$strTransformation_text_plain__imagelink = '���������� ����������� � ������, ���� �������� ��� �����; ������ ����� - ��� ������� ����� "http://domain.com/", ������ - ������ � ��������, ������ - ������.';
 
667
$strTransformation_text_plain__link = '���������� ������, ���� �������� ��� �����; ������ ����� - ��� ������� ����� "http://domain.com/", ������ - ��������� ��� ������.';
660
668
$strTransformation_text_plain__substr = '���������� ������ ����� ������. ������ ����� - ��� �����, ������������ ��� ���������� ����� ������ (�� ��������� 0). ������ ����� - ��� ���������� ������������� ������. ���� �� ����������, �� ������������ ���� ���������� �����. ������ ����� ���������� �������, ������� ����� ��������� � ������, ����� ������������ ���������. (�� ���������: ...) .';
661
669
$strTransformation_text_plain__unformatted = '���������� HTML-��� � ���� HTML �����. HTML �������������� �� ������������.';
662
 
$strTruncateQueries = '�������� ���������� �������';  
663
 
$strTurkish = '��������';  
 
670
$strTruncateQueries = '�������� ���������� �������';
 
671
$strTurkish = '��������';
664
672
$strType = '���';
665
673
 
666
 
$strUkrainian = '����������';  
 
674
$strUkrainian = '����������';
667
675
$strUncheckAll = '����� ������� �� ����';
668
 
$strUnicode = '������';  
 
676
$strUnicode = '������';
669
677
$strUnique = '����������';
670
 
$strUnknown = '����������';  
 
678
$strUnknown = '����������';
671
679
$strUnselectAll = '����� ������� �� ����';
672
 
$strUpdComTab = '����������, ���������� ��� �������� Column_comments ������� � ������������';  
 
680
$strUpdComTab = '����������, ���������� ��� �������� Column_comments ������� � ������������';
673
681
$strUpdatePrivMessage = '���� �������� ���������� ���';
674
 
$strUpdateProfile = '�������� �������:';
675
682
$strUpdateProfileMessage = '������� ��� ��������.';
676
683
$strUpdateQuery = '��������� ������';
677
 
$strUpgrade = '�� ������ �������� %s �� ������ %s ��� ����.'; 
 
684
$strUpgrade = '�� ������ �������� %s �� ������ %s ��� ����.';
678
685
$strUsage = '�������������';
679
686
$strUseBackquotes = '�������� ������� � ��������� ������ � �����';
680
 
$strUseHostTable = '������������ ������� ������';  
 
687
$strUseHostTable = '������������ ������� ������';
681
688
$strUseTables = '������������ �������';
682
 
$strUseTextField = '������������ ��������� ����'; 
683
 
$strUseThisValue = '������������ ��� ��������';  
 
689
$strUseTextField = '������������ ��������� ����';
 
690
$strUseThisValue = '������������ ��� ��������';
684
691
$strUser = '������������';
685
 
$strUserAlreadyExists = '������������ %s ��� ����������!'; 
 
692
$strUserAlreadyExists = '������������ %s ��� ����������!';
686
693
$strUserEmpty = '������ ��� ������������!';
687
694
$strUserName = '��� ������������';
688
 
$strUserNotFound = '���������� ������������ �� ��� ������ � ������� ����������.'; 
689
 
$strUserOverview = 'User overview'; 
690
 
$strUsers = '������������';
691
 
$strUsersDeleted = '��������� ������������ ���� ������� �������.'; 
692
 
$strUsersHavingAccessToDb = '������������ � ������� ������� � &quot;%s&quot;';  
 
695
$strUserNotFound = '���������� ������������ �� ��� ������ � ������� ����������.';
 
696
$strUserOverview = 'User overview';
 
697
$strUsersDeleted = '��������� ������������ ���� ������� �������.';
 
698
$strUsersHavingAccessToDb = '������������ � ������� ������� � &quot;%s&quot;';
693
699
 
694
700
$strValidateSQL = '��������� SQL';
695
701
$strValidatorError = '�������� SQL �� ����� ���� ����������������. ���������, ����������� �� ����������� ������ ���������� ��� PHP, ��������� � %s������������%s.';
702
708
$strWebServerUploadDirectory = '����������, ���� ���������� ���������� ����� �� web-�������';
703
709
$strWebServerUploadDirectoryError = '����������, ������� �� ���������� ��� "upload" �� ����� ���� �������';
704
710
$strWelcome = '����� ���������� � %s';
705
 
$strWestEuropean = '�������-�����������';  
706
 
$strWildcard = '������';  
707
 
$strWindowNotFound = '������� ���� �������� �� ����� ���� ���������. ��������, �� ������� ������������ ���� ��� ��� ������� ��������� ���������� ���������� ��-�� �������� ������������';  
 
711
$strWestEuropean = '�������-�����������';
 
712
$strWildcard = '������';
 
713
$strWindowNotFound = '������� ���� �������� �� ����� ���� ���������. ��������, �� ������� ������������ ���� ��� ��� ������� ��������� ���������� ���������� ��-�� �������� ������������';
708
714
$strWithChecked = '� �����������:';
709
 
$strWritingCommentNotPossible = '��������� ����������� ����������';  
710
 
$strWritingRelationNotPossible = '���������� ����� ����������';  
 
715
$strWritingCommentNotPossible = '��������� ����������� ����������';
 
716
$strWritingRelationNotPossible = '���������� ����� ����������';
711
717
$strWrongUser = '��������� �����/������. � ������� ��������.';
712
718
 
713
719
$strXML = 'XML';
714
720
 
715
721
$strYes = '��';
716
722
 
717
 
$strZeroRemovesTheLimit = '���������: ��������� ���� ����� �  0 (����) ������� �����.'; 
 
723
$strZeroRemovesTheLimit = '���������: ��������� ���� ����� �  0 (����) ������� �����.';
718
724
$strZip = '������������ � zip';
719
 
// To translate
720
725
 
721
 
$strCreationDates = 'Creation/Update/Check dates';  //to translate
722
 
$strCheckOverhead = 'Check overheaded';  //to translate
723
 
$strExcelEdition = 'Excel edition';  //to translate
724
 
$strDelayedInserts = 'Use delayed inserts';  //to translate
725
 
$strSQLExportType = 'Export type';  //to translate
726
 
$strAddConstraints = 'Add constraints';  //to translate
727
 
$strGeorgian = 'Georgian';  //to translate
728
 
$strCzechSlovak = 'Czech-Slovak';  //to translate
729
 
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string';  //to translate
730
 
$strMaximumSize = 'Maximum size: %s%s';  //to translate
731
 
$strSpanish = 'Spanish';  //to translate
 
726
$strPersian = 'Persian';  //to translate
 
727
$strAddFields = 'Add %s field(s)';  //to translate
 
728
$strInsertBookmarkTitle = 'Please insert bookmark title';  //to translate
 
729
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.';  //to translate
 
730
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere';  //to translate
 
731
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally';  //to translate
 
732
$strBinLogName = 'Log name';  //to translate
 
733
$strBinLogPosition = 'Position';  //to translate
 
734
$strBinLogEventType = 'Event type';  //to translate
 
735
$strBinLogServerId = 'Server ID';  //to translate
 
736
$strBinLogOriginalPosition = 'Original position';  //to translate
 
737
$strBinLogInfo = 'Information';  //to translate
 
738
$strBinaryLog = 'Binary log';  //to translate
 
739
$strSelectBinaryLog = 'Select binary log to view';  //to translate
 
740
$strDBCopy = 'Copy database to';  //to translate
 
741
$strCopyDatabaseOK = 'Database %s has been copied to %s';  //to translate
 
742
$strSwitchToDatabase = 'Switch to copied database';  //to translate
 
743
$strPasswordHashing = 'Password Hashing';  //to translate
 
744
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible';  //to translate
 
745
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
 
746
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
 
747
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
 
748
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
 
749
$strNoActivity = 'No activity since %s seconds or more, please login again';  //to translate
 
750
$strApproximateCount = 'May be approximate. See FAQ 3.11';  //to translate
732
751
?>