~ubuntu-branches/ubuntu/natty/otrs2/natty-updates

« back to all changes in this revision

Viewing changes to Kernel/Language/ru.pm

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2007-04-14 17:58:55 UTC
  • mto: (20.1.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: package-import@ubuntu.com-20070414175855-9ne0w01yu1q44ch0
Tags: upstream-2.1.7
Import upstream version 2.1.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Kernel/Language/ru.pm - provides ru language translation
3
3
# Copyright (C) 2003 Serg V Kravchenko <skraft at rgs.ru>
4
4
# --
5
 
# $Id: ru.pm,v 1.22 2005/10/15 12:08:12 martin Exp $
 
5
# $Id: ru.pm,v 1.36.2.2 2007/01/09 03:42:37 martin Exp $
6
6
# --
7
7
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
8
8
# the enclosed file COPYING for license information (GPL). If you
9
9
# did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
10
10
# --
 
11
 
11
12
package Kernel::Language::ru;
12
13
 
13
14
use strict;
14
15
 
15
16
use vars qw($VERSION);
16
 
$VERSION = '$Revision: 1.22 $';
 
17
$VERSION = '$Revision: 1.36.2.2 $';
17
18
$VERSION =~ s/^.*:\s(\d+\.\d+)\s.*\$/$1/;
18
 
# --
 
19
 
19
20
sub Data {
20
21
    my $Self = shift;
21
22
    my %Param = @_;
22
23
 
23
24
    # $$START$$
24
 
    # Last translation file sync: Thu Jul 28 22:14:50 2005
 
25
    # Last translation file sync: Thu Oct  5 06:05:06 2006
25
26
 
26
27
    # possible charsets
27
28
    $Self->{Charset} = ['cp1251', 'Windows-1251', ];
28
29
    # date formats (%A=WeekDay;%B=LongMonth;%T=Time;%D=Day;%M=Month;%Y=Jear;)
29
30
    $Self->{DateFormat} = '%D.%M.%Y %T';
30
31
    $Self->{DateFormatLong} = '%T, %A %D %B, %Y �.';
 
32
    $Self->{DateFormatShort} = '%D.%M.%Y';
31
33
    $Self->{DateInputFormat} = '%D.%M.%Y';
32
34
    $Self->{DateInputFormatLong} = '%D.%M.%Y - %T';
33
35
 
46
48
      'Done' => '������.',
47
49
      'Cancel' => '�����',
48
50
      'Reset' => '�������',
49
 
      'last' => '',
50
 
      'before' => '',
 
51
      'last' => '���������',
 
52
      'before' => '�����',
51
53
      'day' => '�����',
52
54
      'days' => '���.',
53
 
      'day(s)' => '',
 
55
      'day(s)' => '����',
54
56
      'hour' => '���',
55
57
      'hours' => '�.',
56
58
      'hour(s)' => '',
57
 
      'minute' => '������',
 
59
      'minute' => '���.',
58
60
      'minutes' => '���.',
59
61
      'minute(s)' => '',
60
62
      'month' => '',
61
63
      'months' => '',
62
 
      'month(s)' => '',
 
64
      'month(s)' => '�������',
63
65
      'week' => '',
64
 
      'week(s)' => '',
 
66
      'week(s)' => '������',
65
67
      'year' => '',
66
68
      'years' => '',
67
 
      'year(s)' => '',
68
 
      'wrote' => '��������',
 
69
      'year(s)' => '�����',
 
70
      'second(s)' => '',
 
71
      'seconds' => '',
 
72
      'second' => '',
 
73
      'wrote' => '�������(�)',
69
74
      'Message' => '���������',
70
75
      'Error' => '������',
71
76
      'Bug Report' => '����� �� �������',
77
82
      'Line' => '�����',
78
83
      'Example' => '������',
79
84
      'Examples' => '�������',
80
 
      'valid' => '��������� ������',
81
 
      'invalid' => '',
 
85
      'valid' => '��������������',
 
86
      'invalid' => '����������������',
82
87
      'invalid-temporarily' => '',
83
88
      ' 2 minutes' => ' 2 ������',
84
89
      ' 5 minutes' => ' 5 �����',
87
92
      '15 minutes' => '15 �����',
88
93
      'Mr.' => '',
89
94
      'Mrs.' => '',
90
 
      'Next' => '',
 
95
      'Next' => '������',
91
96
      'Back' => '�����',
92
 
      'Next...' => '',
93
 
      '...Back' => '',
 
97
      'Next...' => '������...',
 
98
      '...Back' => '...�����',
94
99
      '-none-' => '',
95
100
      'none' => '���',
96
101
      'none!' => '���!',
97
102
      'none - answered' => '��� - �������?',
98
103
      'please do not edit!' => '�� �������������!',
99
104
      'AddLink' => '�������� ������',
100
 
      'Link' => '',
101
 
      'Linked' => '',
102
 
      'Link (Normal)' => '',
103
 
      'Link (Parent)' => '',
104
 
      'Link (Child)' => '',
 
105
      'Link' => '�������',
 
106
      'Linked' => '������',
 
107
      'Link (Normal)' => '����� (�������)',
 
108
      'Link (Parent)' => '����� (��������)',
 
109
      'Link (Child)' => '����� (Child)',
105
110
      'Normal' => '',
106
111
      'Parent' => '',
107
112
      'Child' => '',
119
124
      'Customer' => '������',
120
125
      'CustomerID' => 'ID ������������',
121
126
      'CustomerIDs' => '',
122
 
      'customer' => '',
123
 
      'agent' => '',
124
 
      'system' => '',
125
 
      'Customer Info' => '',
 
127
      'customer' => '������',
 
128
      'agent' => '�����',
 
129
      'system' => '�������',
 
130
      'Customer Info' => '���������� � �������',
126
131
      'go!' => '��!',
127
132
      'go' => '��',
128
133
      'All' => '���',
129
134
      'all' => '���',
130
 
      'Sorry' => '��������',
 
135
      'Sorry' => '��������',
131
136
      'update!' => '��������!',
132
137
      'update' => '��������',
133
 
      'Update' => '',
 
138
      'Update' => '��������',
134
139
      'submit!' => '������!',
135
140
      'submit' => '������',
136
 
      'Submit' => '',
137
 
      'change!' => '�������!',
 
141
      'Submit' => '������',
 
142
      'change!' => '��������!',
138
143
      'Change' => '���������',
139
144
      'change' => '���������',
140
145
      'click here' => '�������� �����',
141
146
      'Comment' => '�����������',
142
 
      'Valid' => '��������� ������',
 
147
      'Valid' => '��������������',
143
148
      'Invalid Option!' => '',
144
149
      'Invalid time!' => '',
145
150
      'Invalid date!' => '',
149
154
      'description' => '��������',
150
155
      'Theme' => '����',
151
156
      'Created' => '������',
152
 
      'Created by' => '',
153
 
      'Changed' => '',
154
 
      'Changed by' => '',
155
 
      'Search' => '',
156
 
      'and' => '',
157
 
      'between' => '',
 
157
      'Created by' => '�������',
 
158
      'Changed' => '�������',
 
159
      'Changed by' => '��������',
 
160
      'Search' => '�����',
 
161
      'and' => '�',
 
162
      'between' => '�����',
158
163
      'Fulltext Search' => '',
159
 
      'Data' => '',
 
164
      'Data' => '����',
160
165
      'Options' => '���������',
161
 
      'Title' => '',
 
166
      'Title' => '���������',
162
167
      'Item' => '',
163
 
      'Delete' => '',
164
 
      'Edit' => '',
 
168
      'Delete' => '�������',
 
169
      'Edit' => '�������������',
165
170
      'View' => '��������',
166
 
      'Number' => '',
 
171
      'Number' => '�����',
167
172
      'System' => '�������',
168
173
      'Contact' => '�������',
169
 
      'Contacts' => '',
170
 
      'Export' => '',
171
 
      'Up' => '',
172
 
      'Down' => '',
173
 
      'Add' => '',
174
 
      'Category' => '',
 
174
      'Contacts' => '��������',
 
175
      'Export' => '�������',
 
176
      'Up' => '�����',
 
177
      'Down' => '����',
 
178
      'Add' => '��������',
 
179
      'Category' => '���������',
175
180
      'Viewer' => '',
176
 
      'New message' => '������ ���������',
177
 
      'New message!' => '������ ���������!',
 
181
      'New message' => '����� ���������',
 
182
      'New message!' => '����� ���������!',
178
183
      'Please answer this ticket(s) to get back to the normal queue view!' => '�������� �� ��� ������ ��� �������� � �������� ��������� ������� !',
179
 
      'You got new message!' => '�������� ������ ���������!',
 
184
      'You got new message!' => '� ��� ����� ���������!',
180
185
      'You have %s new message(s)!' => '���������� ����� ���������: %s',
181
 
      'You have %s reminder ticket(s)!' => '� ��� � ������� %s ������!',
 
186
      'You have %s reminder ticket(s)!' => '���������� %s �����������!',
182
187
      'The recommended charset for your language is %s!' => '������������� ��������� ��� ������ ����� %s',
183
 
      'Passwords dosn\'t match! Please try it again!' => '',
 
188
      'Passwords doesn\'t match! Please try it again!' => '�������� ������!',
184
189
      'Password is already in use! Please use an other password!' => '',
185
190
      'Password is already used! Please use an other password!' => '',
186
191
      'You need to activate %s first to use it!' => '',
187
192
      'No suggestions' => '��� �����������',
188
 
      'Word' => '����� ?',
 
193
      'Word' => '�����',
189
194
      'Ignore' => '����������',
190
195
      'replace with' => '�������� ��',
191
196
      'Welcome to OTRS' => '����� ���������� � OTRS',
192
197
      'There is no account with that login name.' => '��� ������������ � ����� ������.',
193
198
      'Login failed! Your username or password was entered incorrectly.' => '���������� �����������! ���� ��� ��� ������ �������!',
194
199
      'Please contact your admin' => '��������� � ���������������',
195
 
      'Logout successful. Thank you for using OTRS!' => '���� �������. ���������� �� ����������� �������� OTRS',
196
 
      'Invalid SessionID!' => '�������� SessionID!',
 
200
      'Logout successful. Thank you for using OTRS!' => '����� �������. ���������� �� ����������� �������� OTRS',
 
201
      'Invalid SessionID!' => '�������� ������������� ������!',
197
202
      'Feature not active!' => '',
198
 
      'Take this Customer' => '',
 
203
      'License' => '',
 
204
      'Take this Customer' => '������� �������',
199
205
      'Take this User' => '������� ����� ������������',
200
206
      'possible' => '��������',
201
207
      'reject' => '����������',
 
208
      'reverse' => '',
202
209
      'Facility' => '��������������',
203
210
      'Timeover' => '����� �������� �������',
204
 
      'Pending till' => '� ������� ��',
205
 
      'Don\'t work with UserID 1 (System account)! Create new users!' => '�� �������� � UserID 1 (��������� ������� ������)! �������� ������� ������������!',
 
211
      'Pending till' => '� �������� ���',
 
212
      'Don\'t work with UserID 1 (System account)! Create new users!' => '�� ��������� � UserID 1 (��������� ������� ������)! �������� ������� ������������!',
206
213
      'Dispatching by email To: field.' => '',
207
214
      'Dispatching by selected Queue.' => '',
208
 
      'No entry found!' => '',
209
 
      'Session has timed out. Please log in again.' => '',
210
 
      'No Permission!' => '',
 
215
      'No entry found!' => '������ �� �������',
 
216
      'Session has timed out. Please log in again.' => '������ ���������. ���������� ����� ������.',
 
217
      'No Permission!' => '��� �������!',
211
218
      'To: (%s) replaced with database email!' => '',
212
219
      'Cc: (%s) added database email!' => '',
213
 
      '(Click here to add)' => '',
214
 
      'Preview' => '',
 
220
      '(Click here to add)' => '(��������)',
 
221
      'Preview' => '��������',
 
222
      'Package not correctly deployed! You should reinstall the Package again!' => '',
215
223
      'Added User "%s"' => '',
216
 
      'Contract' => '',
 
224
      'Contract' => '��������',
217
225
      'Online Customer: %s' => '',
218
226
      'Online Agent: %s' => '',
219
 
      'Calendar' => '',
220
 
      'File' => '',
221
 
      'Filename' => '',
 
227
      'Calendar' => '���������',
 
228
      'File' => '����',
 
229
      'Filename' => '��� �����',
222
230
      'Type' => '���',
223
 
      'Size' => '',
224
 
      'Upload' => '',
 
231
      'Size' => '������',
 
232
      'Upload' => '���������',
225
233
      'Directory' => '',
226
 
      'Signed' => '',
227
 
      'Sign' => '',
 
234
      'Signed' => '���������',
 
235
      'Sign' => '���������',
228
236
      'Crypted' => '',
229
237
      'Crypt' => '',
 
238
      'Office' => '',
 
239
      'Phone' => '',
 
240
      'Fax' => '',
 
241
      'Mobile' => '',
 
242
      'Zip' => '',
 
243
      'City' => '',
 
244
      'Country' => '',
 
245
      'installed' => '',
 
246
      'uninstalled' => '',
 
247
      'printed at' => '',
230
248
 
231
249
      # Template: AAAMonth
232
250
      'Jan' => '������',
233
251
      'Feb' => '�������',
234
252
      'Mar' => '�����',
235
253
      'Apr' => '������',
236
 
      'May' => '���',
237
 
      'Jun' => '����',
 
254
      'May' => '',
 
255
      'Jun' => '����',
238
256
      'Jul' => '����',
239
257
      'Aug' => '�������',
240
258
      'Sep' => '��������',
241
259
      'Oct' => '�������',
242
260
      'Nov' => '������',
243
261
      'Dec' => '�������',
 
262
      'January' => '������',
 
263
      'February' => '�������',
 
264
      'March' => '',
 
265
      'April' => '������',
 
266
      'June' => '����',
 
267
      'July' => '',
 
268
      'August' => '�������',
 
269
      'September' => '��������',
 
270
      'October' => '�������',
 
271
      'November' => '������',
 
272
      'December' => '�������',
244
273
 
245
274
      # Template: AAANavBar
246
275
      'Admin-Area' => '����������������� �������',
251
280
      'Preferences' => '������������',
252
281
      'Agent Mailbox' => '',
253
282
      'Stats' => '����������',
254
 
      'Stats-Area' => '',
255
 
      'FAQ-Area' => '',
256
 
      'FAQ' => 'FAQ (����) ����� ���������� �������',
257
 
      'FAQ-Search' => '',
258
 
      'FAQ-Article' => '',
259
 
      'New Article' => '',
260
 
      'FAQ-State' => '',
261
 
      'Admin' => '',
262
 
      'A web calendar' => '',
263
 
      'WebMail' => '',
 
283
      'Stats-Area' => '����������',
 
284
      'New Article' => '����� ������',
 
285
      'Admin' => '�����������������',
 
286
      'A web calendar' => '���������',
 
287
      'WebMail' => '�����',
264
288
      'A web mail client' => '',
265
289
      'FileManager' => '',
266
290
      'A web file manager' => '',
268
292
      'Incident' => '',
269
293
      'Advisory' => '',
270
294
      'WebWatcher' => '',
271
 
      'Customer Users' => '',
272
 
      'Customer Users <-> Groups' => '',
273
 
      'Users <-> Groups' => '',
274
 
      'Roles' => '',
 
295
      'Customer Users' => '�������',
 
296
      'Customer Users <-> Groups' => '������ ��������',
 
297
      'Users <-> Groups' => '��������� �����',
 
298
      'Roles' => '����',
275
299
      'Roles <-> Users' => '',
276
300
      'Roles <-> Groups' => '',
277
 
      'Salutations' => '',
278
 
      'Signatures' => '',
 
301
      'Salutations' => '�����������',
 
302
      'Signatures' => '�������',
279
303
      'Email Addresses' => '',
280
 
      'Notifications' => '',
 
304
      'Notifications' => '�����������',
281
305
      'Category Tree' => '',
282
306
      'Admin Notification' => '',
283
307
 
294
318
      'Select your frontend Charset.' => '�������� ���� ���������.',
295
319
      'Select your frontend Theme.' => '�������� ���� ����������',
296
320
      'Select your frontend QueueView.' => '�������� ���� ��� �������� ��������.',
297
 
      'Spelling Dictionary' => '',
298
 
      'Select your default spelling dictionary.' => '',
 
321
      'Spelling Dictionary' => '�������',
 
322
      'Select your default spelling dictionary.' => '�������� �������� �������',
299
323
      'Max. shown Tickets a page in Overview.' => '',
300
 
      'Can\'t update password, passwords dosn\'t match! Please try it again!' => '',
301
 
      'Can\'t update password, invalid characters!' => '',
302
 
      'Can\'t update password, need min. 8 characters!' => '',
 
324
      'Can\'t update password, passwords doesn\'t match! Please try it again!' => '���������� ������� ������, ������ ���������������!',
 
325
      'Can\'t update password, invalid characters!' => '���������� ������� ������, �������� ���������!',
 
326
      'Can\'t update password, need min. 8 characters!' => '���������� ������� ������, ���������� �� ����� 8 ��������!',
303
327
      'Can\'t update password, need 2 lower and 2 upper characters!' => '',
304
 
      'Can\'t update password, need min. 1 digit!' => '',
 
328
      'Can\'t update password, need min. 1 digit!' => '���������� ������� ������, ������ ������������� ��� ������� 1 �����!',
305
329
      'Can\'t update password, need min. 2 characters!' => '',
306
330
      'Password is needed!' => '',
307
331
 
 
332
      # Template: AAAStats
 
333
      'Stat' => '',
 
334
      'Please fill out the required fields!' => '',
 
335
      'Please select a file!' => '',
 
336
      'Please select an object!' => '',
 
337
      'Please select a graph size!' => '',
 
338
      'Please select one element for the X-axis!' => '',
 
339
      'You have to select two or more attributes from the select field!' => '',
 
340
      'Please select only one element or turn of the button \'Fixed\' where the select field is marked!' => '',
 
341
      'If you use a checkbox you have to select some attributes of the select field!' => '',
 
342
      'Please insert a value in the selected input field or turn off the \'Fixed\' checkbox!' => '',
 
343
      'The selected end time is before the start time!' => '',
 
344
      'You have to select one or more attributes from the select field!' => '',
 
345
      'The selected Date isn\'t valid!' => '',
 
346
      'Please select only one or two elements via the checkbox!' => '',
 
347
      'If you use a time scale element you can only select one element!' => '',
 
348
      'You have an error in your time selection!' => '',
 
349
      'Your reporting time interval is to small, please use a larger time scale!' => '',
 
350
      'The selected start time is before the allowed start time!' => '',
 
351
      'The selected end time is after the allowed end time!' => '',
 
352
      'The selected time period is larger than the allowed time period!' => '',
 
353
      'Common Specification' => '',
 
354
      'Xaxis' => '',
 
355
      'Value Series' => '',
 
356
      'Restrictions' => '',
 
357
      'graph-lines' => '',
 
358
      'graph-bars' => '',
 
359
      'graph-hbars' => '',
 
360
      'graph-points' => '',
 
361
      'graph-lines-points' => '',
 
362
      'graph-area' => '',
 
363
      'graph-pie' => '',
 
364
      'extended' => '',
 
365
      'Agent/Owner' => '',
 
366
      'Created by Agent/Owner' => '',
 
367
      'Created Priority' => '',
 
368
      'Created State' => '',
 
369
      'Create Time' => '',
 
370
      'CustomerUserLogin' => '',
 
371
      'Close Time' => '',
 
372
 
308
373
      # Template: AAATicket
309
374
      'Lock' => '����������',
310
375
      'Unlock' => '��������������',
311
376
      'History' => '�������',
312
377
      'Zoom' => '��������',
313
378
      'Age' => '�������',
314
 
      'Bounce' => '��������� ������',
 
379
      'Bounce' => '',
315
380
      'Forward' => '���������',
316
381
      'From' => '��',
317
382
      'To' => '���',
323
388
      'Priority' => '���������',
324
389
      'State' => '������',
325
390
      'Compose' => '�������',
326
 
      'Pending' => '� �������',
327
 
      'Owner' => '�����������',
 
391
      'Pending' => '��������',
 
392
      'Owner' => '��������',
328
393
      'Owner Update' => '',
 
394
      'Responsible' => '',
 
395
      'Responsible Update' => '',
329
396
      'Sender' => '�����������',
330
 
      'Article' => '���������� ������',
331
 
      'Ticket' => '������',
 
397
      'Article' => '������',
 
398
      'Ticket' => '������',
332
399
      'Createtime' => '����� ��������',
333
400
      'plain' => '�������',
334
 
      'eMail' => '�-Mail',
 
401
      'Email' => 'e-mail',
335
402
      'email' => 'e-mail',
336
403
      'Close' => '�������',
337
404
      'Action' => '��������',
343
410
      'to open it in a new window.' => '������� � ������ ����',
344
411
      'This is a HTML email. Click here to show it.' => '��� e-mail � HTML �������. �������� ����� ��� ���������',
345
412
      'Free Fields' => '',
346
 
      'Merge' => '',
 
413
      'Merge' => '����������',
347
414
      'closed successful' => '������ �������',
348
415
      'closed unsuccessful' => '������ ���������',
349
 
      'new' => '���',
350
 
      'open' => '������',
351
 
      'closed' => '',
352
 
      'removed' => '������',
353
 
      'pending reminder' => '��������� �����������',
 
416
      'new' => '�����',
 
417
      'open' => '��������',
 
418
      'closed' => '��������',
 
419
      'removed' => '���������',
 
420
      'pending reminder' => '���������� �����������',
354
421
      'pending auto close+' => '������� �� ���� ��������+',
355
422
      'pending auto close-' => '������� �� ���� ��������-',
356
 
      'email-external' => '�������    e-mail',
 
423
      'email-external' => '������� e-mail',
357
424
      'email-internal' => '���������� e-mail',
358
 
      'note-external' => '������� �������',
359
 
      'note-internal' => '���������� �������',
 
425
      'note-external' => '������� �������',
 
426
      'note-internal' => '���������� �������',
360
427
      'note-report' => '�������-�����',
361
428
      'phone' => '�������',
362
429
      'sms' => '',
367
434
      'low' => '������',
368
435
      'normal' => '����������',
369
436
      'high' => '�������',
370
 
      'very high' => '����� �������',
 
437
      'very high' => '����������������',
371
438
      '1 very low' => '1 ����� ������',
372
439
      '2 low' => '2 ������',
373
440
      '3 normal' => '3 ����������',
374
441
      '4 high' => '4 �������',
375
 
      '5 very high' => '5 ����� �������',
376
 
      'Ticket "%s" created!' => '',
377
 
      'Ticket Number' => '',
 
442
      '5 very high' => '5 ����������������',
 
443
      'Ticket "%s" created!' => '������ "%s" �������!',
 
444
      'Ticket Number' => '����� ������',
378
445
      'Ticket Object' => '',
379
446
      'No such Ticket Number "%s"! Can\'t link it!' => '',
380
 
      'Don\'t show closed Tickets' => '',
381
 
      'Show closed Tickets' => '',
382
 
      'Email-Ticket' => '',
383
 
      'Create new Email Ticket' => '',
384
 
      'Phone-Ticket' => '',
385
 
      'Create new Phone Ticket' => '',
386
 
      'Search Tickets' => '',
387
 
      'Edit Customer Users' => '',
 
447
      'Don\'t show closed Tickets' => '�� ���������� �������� ������',
 
448
      'Show closed Tickets' => '���������� �������� ������',
 
449
      'Email-Ticket' => '������',
 
450
      'Create new Email Ticket' => '������� ����� ������',
 
451
      'Phone-Ticket' => '���������� ������',
 
452
      'Create new Phone Ticket' => '������� ���������� ������',
 
453
      'Search Tickets' => '����� ������',
 
454
      'Edit Customer Users' => '������������� ��������',
388
455
      'Bulk-Action' => '',
389
456
      'Bulk Actions on Tickets' => '',
390
 
      'Send Email and create a new Ticket' => '',
 
457
      'Send Email and create a new Ticket' => '��������� ������ � ������� ����� ������',
391
458
      'Overview of all open Tickets' => '',
392
459
      'Locked Tickets' => '',
393
460
      'Lock it to work on it!' => '',
394
 
      'Unlock to give it back to the queue!' => '',
395
 
      'Shows the ticket history!' => '',
396
 
      'Print this ticket!' => '',
397
 
      'Change the ticket priority!' => '',
 
461
      'Unlock to give it back to the queue!' => '�������������� � ������� � �������!',
 
462
      'Shows the ticket history!' => '�������� ������� ������!',
 
463
      'Print this ticket!' => '������ ������!',
 
464
      'Change the ticket priority!' => '�������� ���������!',
398
465
      'Change the ticket free fields!' => '',
399
466
      'Link this ticket to an other objects!' => '',
400
 
      'Change the ticket owner!' => '',
401
 
      'Change the ticket customer!' => '',
402
 
      'Add a note to this ticket!' => '',
403
 
      'Merge this ticket!' => '',
 
467
      'Change the ticket owner!' => '�������� ���������!',
 
468
      'Change the ticket customer!' => '�������� �������!',
 
469
      'Add a note to this ticket!' => '�������� ������� � ������!',
 
470
      'Merge this ticket!' => '���������� ������',
404
471
      'Set this ticket to pending!' => '',
405
 
      'Close this ticket!' => '',
406
 
      'Look into a ticket!' => '',
407
 
      'Delete this ticket!' => '',
 
472
      'Close this ticket!' => '������� ������!',
 
473
      'Look into a ticket!' => '����������� ������!',
 
474
      'Delete this ticket!' => '������� ������!',
408
475
      'Mark as Spam!' => '',
409
476
      'My Queues' => '',
410
477
      'Shown Tickets' => '',
 
478
      'Your email with ticket number "<OTRS_TICKET>" is merged to "<OTRS_MERGE_TO_TICKET>".' => '',
411
479
      'New ticket notification' => '����������� � ������ ������',
412
 
      'Send me a notification if there is a new ticket in "My Queues".' => '',
 
480
      'Send me a notification if there is a new ticket in "My Queues".' => '����������� � ����� �������',
413
481
      'Follow up notification' => '����������� �� �����������',
414
482
      'Send me a notification if a customer sends a follow up and I\'m the owner of this ticket.' => '�������� ��� �����������, ���� ������ ������� ���������� � � ����������� ������.',
415
483
      'Ticket lock timeout notification' => '����������� � ��������� ����� ���������� ������ ��������',
416
484
      'Send me a notification if a ticket is unlocked by the system.' => '�������� ��� �����������, ���� ������ ����������� ��������.',
417
485
      'Move notification' => '����������� � �����������',
418
486
      'Send me a notification if a ticket is moved into one of "My Queues".' => '',
419
 
      'Your queue selection of your favorite queues. You also get notified about this queues via email if enabled.' => '',
 
487
      'Your queue selection of your favourite queues. You also get notified about those queues via email if enabled.' => '',
420
488
      'Custom Queue' => '�������������� (custom) �������',
421
489
      'QueueView refresh time' => '����� ���������� �������� ��������',
422
490
      'Screen after new ticket' => '',
423
491
      'Select your screen after creating a new ticket.' => '',
424
 
      'Closed Tickets' => '',
425
 
      'Show closed tickets.' => '',
 
492
      'Closed Tickets' => '�������� ������',
 
493
      'Show closed tickets.' => '���������� �������� ������',
426
494
      'Max. shown Tickets a page in QueueView.' => '',
 
495
      'CompanyTickets' => '',
 
496
      'MyTickets' => '',
 
497
      'New Ticket' => '',
 
498
      'Create new Ticket' => '',
 
499
      'Customer called' => '',
 
500
      'phone call' => '���������� ������',
427
501
      'Responses' => '������',
428
502
      'Responses <-> Queue' => '',
429
 
      'Auto Responses' => '',
430
 
      'Auto Responses <-> Queue' => '',
 
503
      'Auto Responses' => '����������',
 
504
      'Auto Responses <-> Queue' => '���������� ��������',
431
505
      'Attachments <-> Responses' => '',
432
 
      'History::Move' => 'Ticket moved into Queue "%s" (%s) from Queue "%s" (%s).',
433
 
      'History::NewTicket' => 'New Ticket [%s] created (Q=%s;P=%s;S=%s).',
434
 
      'History::FollowUp' => 'FollowUp for [%s]. %s',
 
506
      'History::Move' => '������ ���������� � ������� "%s" (%s) �� ������� "%s" (%s).',
 
507
      'History::NewTicket' => '�������� ������ [%s] (Q=%s;P=%s;S=%s).',
 
508
      'History::FollowUp' => '����� �� [%s]. %s',
435
509
      'History::SendAutoReject' => 'AutoReject sent to "%s".',
436
 
      'History::SendAutoReply' => 'AutoReply sent to "%s".',
 
510
      'History::SendAutoReply' => '��������� ������ "%s".',
437
511
      'History::SendAutoFollowUp' => 'AutoFollowUp sent to "%s".',
438
 
      'History::Forward' => 'Forwarded to "%s".',
 
512
      'History::Forward' => '�������������� � "%s".',
439
513
      'History::Bounce' => 'Bounced to "%s".',
440
 
      'History::SendAnswer' => 'Email sent to "%s".',
441
 
      'History::SendAgentNotification' => '"%s"-notification sent to "%s".',
 
514
      'History::SendAnswer' => '��������� ��������� ��� "%s".',
 
515
      'History::SendAgentNotification' => '"%s"-����������� ���������� "%s".',
442
516
      'History::SendCustomerNotification' => 'Notification sent to "%s".',
443
 
      'History::EmailAgent' => 'Email sent to customer.',
444
 
      'History::EmailCustomer' => 'Added email. %s',
 
517
      'History::EmailAgent' => '������� ���������� ���������.',
 
518
      'History::EmailCustomer' => '�������� ���������. %s',
445
519
      'History::PhoneCallAgent' => 'Agent called customer.',
446
520
      'History::PhoneCallCustomer' => 'Customer called us.',
447
 
      'History::AddNote' => 'Added note (%s)',
448
 
      'History::Lock' => 'Locked ticket.',
449
 
      'History::Unlock' => 'Unlocked ticket.',
 
521
      'History::AddNote' => '��������� ������� (%s)',
 
522
      'History::Lock' => '���������� ������.',
 
523
      'History::Unlock' => '��������������� ������.',
450
524
      'History::TimeAccounting' => '%s time unit(s) accounted. Now total %s time unit(s).',
451
525
      'History::Remove' => '%s',
452
526
      'History::CustomerUpdate' => 'Updated: %s',
462
536
      'History::TicketLinkDelete' => 'Deleted link to ticket "%s".',
463
537
 
464
538
      # Template: AAAWeekDay
465
 
      'Sun' => '�����-�',
466
 
      'Mon' => '�����-�',
 
539
      'Sun' => '�����������',
 
540
      'Mon' => '�����������',
467
541
      'Tue' => '�������',
468
542
      'Wed' => '�����  ',
469
543
      'Thu' => '�������',
474
548
      'Attachment Management' => '���������� �������������� �������',
475
549
 
476
550
      # Template: AdminAutoResponseForm
477
 
      'Auto Response Management' => '���������� ����-��������',
 
551
      'Auto Response Management' => '���������� ������������',
478
552
      'Response' => '�����',
479
553
      'Auto Response From' => '�������������� ����� ��',
480
 
      'Note' => '�������',
 
554
      'Note' => '�������',
481
555
      'Useable options' => '������������ �����',
482
556
      'to get the first 20 character of the subject' => '�������� ������ 20 �������� ���� "����"',
483
557
      'to get the first 5 lines of the email' => '�������� ������ 5 ����� ������',
484
558
      'to get the from line of the email' => '�������� ���� "��" ������',
485
559
      'to get the realname of the sender (if given)' => '�������� (���� ����) ��� �����������',
486
 
      'Options of the ticket data (e. g. &lt;OTRS_TICKET_Number&gt;, &lt;OTRS_TICKET_ID&gt;, &lt;OTRS_TICKET_Queue&gt;, &lt;OTRS_TICKET_State&gt;)' => '',
 
560
      'Options of the ticket data (e. g. <OTRS_TICKET_Number>, <OTRS_TICKET_ID>, <OTRS_TICKET_Queue>, <OTRS_TICKET_State>)' => '',
 
561
      'Config options (e. g. <OTRS_CONFIG_HttpType>)' => '',
487
562
 
488
563
      # Template: AdminCustomerUserForm
489
564
      'The message being composed has been closed.  Exiting.' => '����������� ��������� ���� �������. �����.',
490
565
      'This window must be called from compose window' => '��� ���� ������ ���������� �� ���� �����',
491
566
      'Customer User Management' => '���������� �������������� (��� ��������)',
492
 
      'Search for' => '',
493
 
      'Result' => '',
494
 
      'Select Source (for add)' => '',
495
 
      'Source' => '',
496
 
      'This values are read only.' => '',
497
 
      'This values are required.' => '',
498
 
      'Customer user will be needed to have an customer histor and to to login via customer panels.' => '',
 
567
      'Search for' => '������',
 
568
      'Result' => '���������',
 
569
      'Select Source (for add)' => '������� ��������',
 
570
      'Source' => '��������',
 
571
      'This values are read only.' => '������ �������� ������ ��� ������',
 
572
      'This values are required.' => '������ �������� �����������',
 
573
      'Customer user will be needed to have a customer history and to login via customer panel.' => '',
499
574
 
500
575
      # Template: AdminCustomerUserGroupChangeForm
501
 
      'Customer Users <-> Groups Management' => '',
 
576
      'Customer Users <-> Groups Management' => '���������� �������� ��������',
502
577
      'Change %s settings' => '�������� %s ��������',
503
578
      'Select the user:group permissions.' => '',
504
579
      'If nothing is selected, then there are no permissions in this group (tickets will not be available for the user).' => '',
505
 
      'Permission' => '',
 
580
      'Permission' => '�����',
506
581
      'ro' => '',
507
 
      'Read only access to the ticket in this group/queue.' => '',
 
582
      'Read only access to the ticket in this group/queue.' => '����� ������ �� ������ ������ � ������ ������/�������',
508
583
      'rw' => '',
509
 
      'Full read and write access to the tickets in this group/queue.' => '',
 
584
      'Full read and write access to the tickets in this group/queue.' => '������ ����� �� ������ � ������ ������/�������',
510
585
 
511
586
      # Template: AdminCustomerUserGroupForm
512
587
 
514
589
      'Message sent to' => '��������� ���������� ���',
515
590
      'Recipents' => '����������',
516
591
      'Body' => '���� ������',
517
 
      'send' => '',
 
592
      'send' => '���������',
518
593
 
519
594
      # Template: AdminGenericAgent
520
595
      'GenericAgent' => '',
521
 
      'Job-List' => '',
522
 
      'Last run' => '',
523
 
      'Run Now!' => '',
 
596
      'Job-List' => '������ �����',
 
597
      'Last run' => '��������� ������',
 
598
      'Run Now!' => '��������� ������!',
524
599
      'x' => '',
525
 
      'Save Job as?' => '',
526
 
      'Is Job Valid?' => '',
527
 
      'Is Job Valid' => '',
528
 
      'Schedule' => '',
 
600
      'Save Job as?' => '��������� ������ ���?',
 
601
      'Is Job Valid?' => '������ ������ �������������?',
 
602
      'Is Job Valid' => '������ ������ �������������',
 
603
      'Schedule' => '����������',
529
604
      'Fulltext-Search in Article (e. g. "Mar*in" or "Baue*")' => '',
530
605
      '(e. g. 10*5155 or 105658*)' => '',
531
606
      '(e. g. 234321)' => '',
532
607
      'Customer User Login' => '',
533
608
      '(e. g. U5150)' => '',
534
609
      'Agent' => '',
535
 
      'TicketFreeText' => '',
536
610
      'Ticket Lock' => '',
537
 
      'Times' => '',
538
 
      'No time settings.' => '',
539
 
      'Ticket created' => '',
540
 
      'Ticket created between' => '',
541
 
      'New Priority' => '',
542
 
      'New Queue' => '',
543
 
      'New State' => '',
544
 
      'New Agent' => '',
545
 
      'New Owner' => '',
546
 
      'New Customer' => '',
 
611
      'TicketFreeFields' => '',
 
612
      'Times' => '�����',
 
613
      'No time settings.' => '��� ��������� �����������',
 
614
      'Ticket created' => '������ �������',
 
615
      'Ticket created between' => '������ ������� ����� ',
 
616
      'New Priority' => '����� ���������',
 
617
      'New Queue' => '����� �������',
 
618
      'New State' => '����� ������',
 
619
      'New Agent' => '����� �����',
 
620
      'New Owner' => '����� ��������',
 
621
      'New Customer' => '����� ������',
547
622
      'New Ticket Lock' => '',
548
623
      'CustomerUser' => '������������ �������',
 
624
      'New TicketFreeFields' => '',
549
625
      'Add Note' => '�������� �������',
550
 
      'CMD' => '',
 
626
      'CMD' => '��������',
551
627
      'This command will be executed. ARG[0] will be the ticket number. ARG[1] the ticket id.' => '',
552
 
      'Delete tickets' => '',
553
 
      'Warning! This tickets will be removed from the database! This tickets are lost!' => '',
554
 
      'Modules' => '',
555
 
      'Param 1' => '',
556
 
      'Param 2' => '',
557
 
      'Param 3' => '',
558
 
      'Param 4' => '',
559
 
      'Param 5' => '',
560
 
      'Param 6' => '',
561
 
      'Save' => '',
 
628
      'Delete tickets' => '������� ������',
 
629
      'Warning! This tickets will be removed from the database! This tickets are lost!' => '��������! ������ ������ ����� ������� �� ����!',
 
630
      'Send Notification' => '',
 
631
      'Param 1' => '�������� 1',
 
632
      'Param 2' => '�������� 2',
 
633
      'Param 3' => '�������� 3',
 
634
      'Param 4' => '�������� 4',
 
635
      'Param 5' => '�������� 5',
 
636
      'Param 6' => '�������� 6',
 
637
      'Send no notifications' => '',
 
638
      'Yes means, send no agent and customer notifications on changes.' => '',
 
639
      'No means, send agent and customer notifications on changes.' => '',
 
640
      'Save' => '���������',
 
641
      '%s Tickets affected! Do you really want to use this job?' => '',
562
642
 
563
643
      # Template: AdminGroupForm
564
644
      'Group Management' => '���������� ��������',
568
648
 
569
649
      # Template: AdminLog
570
650
      'System Log' => '��������� ������',
571
 
      'Time' => '',
 
651
      'Time' => '�����',
572
652
 
573
653
      # Template: AdminNavigationBar
574
 
      'Users' => '',
 
654
      'Users' => '������������',
575
655
      'Groups' => '������',
576
656
      'Misc' => '�������������',
577
657
 
578
658
      # Template: AdminNotificationForm
579
 
      'Notification Management' => '',
580
 
      'Notification' => '',
 
659
      'Notification Management' => '���������� �������������',
 
660
      'Notification' => '�����������',
581
661
      'Notifications are sent to an agent or a customer.' => '',
582
 
      'Config options (e. g. &lt;OTRS_CONFIG_HttpType&gt;)' => '',
583
 
      'Ticket owner options (e. g. &lt;OTRS_OWNER_USERFIRSTNAME&gt;)' => '',
584
 
      'Options of the current user who requested this action (e. g. &lt;OTRS_CURRENT_USERFIRSTNAME&gt;)' => '',
585
 
      'Options of the current customer user data (e. g. &lt;OTRS_CUSTOMER_DATA_USERFIRSTNAME&gt;)' => '',
 
662
      'Ticket owner options (e. g. <OTRS_OWNER_UserFirstname>)' => '',
 
663
      'Options of the current user who requested this action (e. g. <OTRS_CURRENT_UserFirstname>)' => '',
 
664
      'Options of the current customer user data (e. g. <OTRS_CUSTOMER_DATA_UserFirstname>)' => '',
 
665
      'Options of the ticket data (e. g. <OTRS_TICKET_TicketNumber>, <OTRS_TICKET_ID>, <OTRS_TICKET_Queue>, <OTRS_TICKET_State>)' => '',
586
666
 
587
667
      # Template: AdminPackageManager
588
668
      'Package Manager' => '',
589
 
      'Uninstall' => '',
590
 
      'Verion' => '',
 
669
      'Uninstall' => '�������',
 
670
      'Version' => '������',
591
671
      'Do you really want to uninstall this package?' => '',
592
 
      'Install' => '',
 
672
      'Reinstall' => '��������������',
 
673
      'Do you really want to reinstall this package (all manual changes get lost)?' => '',
 
674
      'Install' => '����������',
593
675
      'Package' => '',
594
676
      'Online Repository' => '',
595
 
      'Version' => '',
596
 
      'Vendor' => '',
597
 
      'Upgrade' => '',
 
677
      'Vendor' => '������������',
 
678
      'Upgrade' => '��������',
598
679
      'Local Repository' => '',
599
 
      'Status' => '',
600
 
      'Overview' => '',
601
 
      'Download' => '',
 
680
      'Status' => '������',
 
681
      'Overview' => '�����',
 
682
      'Download' => '�������',
602
683
      'Rebuild' => '',
603
 
      'Reinstall' => '',
 
684
      'Download file from package!' => '',
 
685
      'Required' => '',
 
686
      'PrimaryKey' => '',
 
687
      'AutoIncrement' => '',
 
688
      'SQL' => '',
 
689
      'Diff' => '',
 
690
 
 
691
      # Template: AdminPerformanceLog
 
692
      'Performance Log' => '',
 
693
      'Logfile too large!' => '',
 
694
      'Logfile too large, you need to reset it!' => '',
 
695
      'Range' => '',
 
696
      'Interface' => '',
 
697
      'Requests' => '',
 
698
      'Min Response' => '',
 
699
      'Max Response' => '',
 
700
      'Average Response' => '',
604
701
 
605
702
      # Template: AdminPGPForm
606
703
      'PGP Management' => '',
608
705
      'Bit' => '',
609
706
      'Key' => '����',
610
707
      'Fingerprint' => '',
611
 
      'Expires' => '',
 
708
      'Expires' => '��������',
612
709
      'In this way you can directly edit the keyring configured in SysConfig.' => '',
613
710
 
614
 
      # Template: AdminPOP3Form
 
711
      # Template: AdminPOP3
615
712
      'POP3 Account Management' => '���������� ������� ������� POP3',
616
713
      'Host' => '������',
 
714
      'List' => '',
617
715
      'Trusted' => '����������',
618
716
      'Dispatching' => '���������������',
619
717
      'All incoming emails with one account will be dispatched in the selected queue!' => '��� �������� ������ � ����� ������� ������ ����� ���������� � ��������� �������!',
620
 
      'If your account is trusted, the already existing x-otrs header at arrival time (for priority, ...) will be used! PostMaster filter will be used anyway.' => '',
 
718
      'If your account is trusted, the already existing X-OTRS header at arrival time (for priority, ...) will be used! PostMaster filter will be used anyway.' => '',
621
719
 
622
720
      # Template: AdminPostMasterFilter
623
721
      'PostMaster Filter Management' => '',
624
722
      'Filtername' => '',
625
 
      'Match' => '',
626
 
      'Header' => '',
627
 
      'Value' => '',
628
 
      'Set' => '',
 
723
      'Match' => '�������������',
 
724
      'Header' => '���������',
 
725
      'Value' => '��������',
 
726
      'Set' => '����������',
629
727
      'Do dispatch or filter incoming emails based on email X-Headers! RegExp is also possible.' => '',
630
728
      'If you use RegExp, you also can use the matched value in () as [***] in \'Set\'.' => '',
631
729
 
632
730
      # Template: AdminQueueAutoResponseForm
633
 
      'Queue <-> Auto Responses Management' => '',
634
 
 
635
 
      # Template: AdminQueueAutoResponseTable
 
731
      'Queue <-> Auto Responses Management' => '���������� � �������',
636
732
 
637
733
      # Template: AdminQueueForm
638
734
      'Queue Management' => '���������� ��������',
639
 
      'Sub-Queue of' => '',
 
735
      'Sub-Queue of' => '���������� �',
640
736
      'Unlock timeout' => '���� ����������',
641
737
      '0 = no unlock' => '0 = ��� ����������',
642
738
      'Escalation time' => '����� �� ��������� ������ (���������� ����������)',
644
740
      'Follow up Option' => '��������� ����-�������� ?',
645
741
      'Ticket lock after a follow up' => '���������� ������ ����� ������� ����������',
646
742
      'Systemaddress' => '��������� �����',
647
 
      'Customer Move Notify' => '',
648
 
      'Customer State Notify' => '',
649
 
      'Customer Owner Notify' => '',
 
743
      'Customer Move Notify' => '�������� ������� � �����������',
 
744
      'Customer State Notify' => '�������� ������� � ����� ���������',
 
745
      'Customer Owner Notify' => '�������� ������� � ����� ���������',
650
746
      'If an agent locks a ticket and he/she will not send an answer within this time, the ticket will be unlock automatically. So the ticket is viewable for all other agents.' => '���� ����� ������������ ������ � �� ������ ����� ������� � ������� �������������� �������, �� ������ ������������� �������������� � ������ ��������� ��� ��������� �������',
651
 
      'If a ticket will not be answered in thos time, just only this ticket will be shown.' => '���� ������ �� ����� ��������� � ������������� �����, ���������� ������ ��� ������',
 
747
      'If a ticket will not be answered in this time, just only this ticket will be shown.' => '���� ������ �� ����� ��������� � ������������� �����, ���������� ������ ��� ������',
652
748
      'If a ticket is closed and the customer sends a follow up the ticket will be locked for the old owner.' => '���� ������ �������, � ������ ������� ����������,�� ������ ����� ������������� ��� ����������� ���������',
653
749
      'Will be the sender address of this queue for email answers.' => '��������� ������ ����������� ��� ������� � ���� �������',
654
750
      'The salutation for email answers.' => '����������� ��� �������� ���������',
655
751
      'The signature for email answers.' => '������� ��� �������� ���������',
656
 
      'OTRS sends an notification email to the customer if the ticket is moved.' => '',
657
 
      'OTRS sends an notification email to the customer if the ticket state has changed.' => '',
658
 
      'OTRS sends an notification email to the customer if the ticket owner has changed.' => '',
 
752
      'OTRS sends an notification email to the customer if the ticket is moved.' => 'OTRS �������� ����������� ������� ��� ����������� ������',
 
753
      'OTRS sends an notification email to the customer if the ticket state has changed.' => 'OTRS �������� ����������� ������� ��� ��������� ������� ������',
 
754
      'OTRS sends an notification email to the customer if the ticket owner has changed.' => 'OTRS �������� ����������� ������� ��� ����� ��������� ������',
659
755
 
660
756
      # Template: AdminQueueResponsesChangeForm
661
 
      'Responses <-> Queue Management' => '',
 
757
      'Responses <-> Queue Management' => '���������� �������� � ��������',
662
758
 
663
759
      # Template: AdminQueueResponsesForm
664
760
      'Answer' => '�����',
665
761
 
666
762
      # Template: AdminResponseAttachmentChangeForm
667
 
      'Responses <-> Attachments Management' => '',
 
763
      'Responses <-> Attachments Management' => '���������� ������������ ������� � �������',
668
764
 
669
765
      # Template: AdminResponseAttachmentForm
670
766
 
672
768
      'Response Management' => '���������� ��������',
673
769
      'A response is default text to write faster answer (with default text) to customers.' => '����� - ��������� ������ ��� ������ ��������',
674
770
      'Don\'t forget to add a new response a queue!' => '�� �������� �������� ����� ��� �������!',
675
 
      'Next state' => '',
 
771
      'Next state' => '��������� ���������',
676
772
      'All Customer variables like defined in config option CustomerUser.' => '',
677
 
      'The current ticket state is' => '',
 
773
      'The current ticket state is' => '������ ��������� ������',
678
774
      'Your email address is new' => '',
679
775
 
680
776
      # Template: AdminRoleForm
681
 
      'Role Management' => '',
682
 
      'Create a role and put groups in it. Then add the role to the users.' => '',
 
777
      'Role Management' => '���������� ������',
 
778
      'Create a role and put groups in it. Then add the role to the users.' => '�������� ���� � �������� �� �� ������. ����� ��������� ���� � �������������.',
683
779
      'It\'s useful for a lot of users and groups.' => '',
684
780
 
685
781
      # Template: AdminRoleGroupChangeForm
686
 
      'Roles <-> Groups Management' => '',
687
 
      'move_into' => '',
688
 
      'Permissions to move tickets into this group/queue.' => '',
689
 
      'create' => '',
690
 
      'Permissions to create tickets in this group/queue.' => '',
691
 
      'owner' => '',
692
 
      'Permissions to change the ticket owner in this group/queue.' => '',
693
 
      'priority' => '',
694
 
      'Permissions to change the ticket priority in this group/queue.' => '',
 
782
      'Roles <-> Groups Management' => '���������� ������ � �������',
 
783
      'move_into' => '�����������',
 
784
      'Permissions to move tickets into this group/queue.' => '����� �� ����������� ������ � ��� ������/�������',
 
785
      'create' => '��������',
 
786
      'Permissions to create tickets in this group/queue.' => '����� �� �������� ������ � ���� ������/�������',
 
787
      'owner' => '��������',
 
788
      'Permissions to change the ticket owner in this group/queue.' => '����� �� ����� ��������� ������ � ���� ������/�������',
 
789
      'priority' => '���������',
 
790
      'Permissions to change the ticket priority in this group/queue.' => '����� �� ����� ���������� ������ � ���� ������/�������',
695
791
 
696
792
      # Template: AdminRoleGroupForm
697
 
      'Role' => '',
 
793
      'Role' => '����',
698
794
 
699
795
      # Template: AdminRoleUserChangeForm
700
 
      'Roles <-> Users Management' => '',
701
 
      'Active' => '',
702
 
      'Select the role:user relations.' => '',
 
796
      'Roles <-> Users Management' => '���������� ������ �������������',
 
797
      'Active' => '��������',
 
798
      'Select the role:user relations.' => '�������� ����� ����� ����� � �������������',
703
799
 
704
800
      # Template: AdminRoleUserForm
705
801
 
706
802
      # Template: AdminSalutationForm
707
803
      'Salutation Management' => '���������� �������������',
708
804
      'customer realname' => '��� �������',
 
805
      'All Agent variables.' => '',
709
806
      'for agent firstname' => '��� ������ - ���',
710
807
      'for agent lastname' => '��� ������ - �������',
711
808
      'for agent user id' => '',
713
810
 
714
811
      # Template: AdminSelectBoxForm
715
812
      'Select Box' => '���� ������� SELECT',
716
 
      'SQL' => '',
717
813
      'Limit' => '�����',
718
814
      'Select Box Result' => '�������� �� ����',
719
815
 
720
816
      # Template: AdminSession
721
817
      'Session Management' => '���������� ��������',
722
 
      'Sessions' => '',
723
 
      'Uniq' => '',
 
818
      'Sessions' => '������',
 
819
      'Uniq' => '����������',
724
820
      'kill all sessions' => '������� ��� ������� ������',
725
 
      'Session' => '',
 
821
      'Session' => '������',
 
822
      'Content' => '',
726
823
      'kill session' => '������� ������',
727
824
 
728
825
      # Template: AdminSignatureForm
729
826
      'Signature Management' => '���������� �� ��������',
730
827
 
731
828
      # Template: AdminSMIMEForm
732
 
      'SMIME Management' => '',
 
829
      'S/MIME Management' => '',
733
830
      'Add Certificate' => '',
734
831
      'Add Private Key' => '',
735
832
      'Secret' => '',
740
837
      'System State Management' => '���������� ���������� �����������',
741
838
      'State Type' => '',
742
839
      'Take care that you also updated the default states in you Kernel/Config.pm!' => '',
743
 
      'See also' => '',
 
840
      'See also' => '��. �����',
744
841
 
745
842
      # Template: AdminSysConfig
746
843
      'SysConfig' => '',
747
 
      'Group selection' => '',
748
 
      'Show' => '',
 
844
      'Group selection' => '����� ������',
 
845
      'Show' => '��������',
749
846
      'Download Settings' => '',
750
847
      'Download all system config changes.' => '',
751
848
      'Load Settings' => '',
752
 
      'Subgroup' => '',
 
849
      'Subgroup' => '���������',
753
850
      'Elements' => '',
754
851
 
755
852
      # Template: AdminSysConfigEdit
756
853
      'Config Options' => '',
757
854
      'Default' => '',
758
 
      'Content' => '',
759
855
      'New' => '�����',
760
856
      'New Group' => '',
761
857
      'Group Ro' => '',
762
858
      'New Group Ro' => '',
763
859
      'NavBarName' => '',
 
860
      'NavBar' => '',
764
861
      'Image' => '',
765
862
      'Prio' => '',
766
863
      'Block' => '',
767
 
      'NavBar' => '',
768
864
      'AccessKey' => '',
769
865
 
770
866
      # Template: AdminSystemAddressForm
771
867
      'System Email Addresses Management' => '���������� ���������� e-mail ��������',
772
 
      'Email' => 'e-mail',
773
868
      'Realname' => '�������� ���',
774
869
      'All incoming emails with this "Email" (To:) will be dispatched in the selected queue!' => '��� �������� ��������� � ���� ����� (���:) ����� ���������� � ��������� �������',
775
870
 
776
871
      # Template: AdminUserForm
777
872
      'User Management' => '���������� ��������������',
 
873
      'Login as' => '',
778
874
      'Firstname' => '���',
779
875
      'Lastname' => '�������',
780
876
      'User will be needed to handle tickets.' => '��� ��������� ������ ����� ������������',
781
877
      'Don\'t forget to add a new user to groups and/or roles!' => '',
782
878
 
783
879
      # Template: AdminUserGroupChangeForm
784
 
      'Users <-> Groups Management' => '',
 
880
      'Users <-> Groups Management' => '���������� �������� �������������',
785
881
 
786
882
      # Template: AdminUserGroupForm
787
883
 
788
884
      # Template: AgentBook
789
 
      'Address Book' => '',
 
885
      'Address Book' => '�������� �����',
790
886
      'Return to the compose screen' => '��������� � ���� �����',
791
887
      'Discard all changes and return to the compose screen' => '���������� �� ���� ��������� � ��������� � ���� �����',
792
888
 
800
896
      'Info' => '����������',
801
897
 
802
898
      # Template: AgentLinkObject
803
 
      'Link Object' => '',
804
 
      'Select' => '',
 
899
      'Link Object' => '������� ������',
 
900
      'Select' => '�������',
805
901
      'Results' => '���������',
806
902
      'Total hits' => '������������ ���������',
807
 
      'Site' => '�����',
 
903
      'Page' => '��������',
808
904
      'Detail' => '',
809
905
 
810
906
      # Template: AgentLookup
819
915
      # Template: AgentSpelling
820
916
      'Spell Checker' => '�������� ������������',
821
917
      'spelling error(s)' => '������ ������������',
822
 
      'or' => '',
 
918
      'or' => '���',
823
919
      'Apply these changes' => '��������� ��� ���������',
824
920
 
 
921
      # Template: AgentStatsDelete
 
922
      'Do you really want to delete this Object?' => '',
 
923
 
 
924
      # Template: AgentStatsEditRestrictions
 
925
      'Select the restrictions to characterise the stat' => '',
 
926
      'Fixed' => '',
 
927
      'Please select only one Element or turn of the button \'Fixed\'.' => '',
 
928
      'Absolut Period' => '',
 
929
      'Between' => '',
 
930
      'Relative Period' => '',
 
931
      'The last' => '',
 
932
      'Finish' => '',
 
933
      'Here you can make restrictions to your stat.' => '',
 
934
      'If you remove the hook in the "Fixed" checkbox, the agent generating the stat can change the attributs of the corresponding element.' => '',
 
935
 
 
936
      # Template: AgentStatsEditSpecification
 
937
      'Insert of the common specifications' => '',
 
938
      'Permissions' => '',
 
939
      'Format' => '',
 
940
      'Graphsize' => '',
 
941
      'Sum rows' => '',
 
942
      'Sum columns' => '',
 
943
      'Cache' => '',
 
944
      'Required Field' => '',
 
945
      'Selection needed' => '',
 
946
      'Explanation' => '',
 
947
      'In this form you can select the basic specifications.' => '',
 
948
      'Attribute' => '',
 
949
      'Title of the stat.' => '',
 
950
      'Here you can insert a description of the stat.' => '',
 
951
      'Dynamic-Object' => '',
 
952
      'Here you can select the dynamic object you want to use.' => '',
 
953
      '(Note: It depends on your installation how many dynamic objects you can use)' => '',
 
954
      'Static-File' => '',
 
955
      'For very complex stats it is possible to include a hardcoded file.' => '',
 
956
      'If a new hardcoded file is available this attribute will be shown and you can select one.' => '',
 
957
      'Permission settings. You can select one or more groups to make the configurated stat visible for different agents.' => '',
 
958
      'Multiple selection of the output format.' => '',
 
959
      'If you use a graph as output format you have to select at least one graph size.' => '',
 
960
      'If you need the sum of every row select yes' => '',
 
961
      'If you need the sum of every column select yes.' => '',
 
962
      'Most of the stats can be cached. This will speed up the presentation of this stat.' => '',
 
963
      '(Note: Useful for big databases and low performance server)' => '',
 
964
      'With an invalid stat it isn\'t feasible to generate a stat.' => '',
 
965
      'This is useful if you want that no one can get the result of the stat or the stat isn\'t ready configurated.' => '',
 
966
 
 
967
      # Template: AgentStatsEditValueSeries
 
968
      'Select the elements for the value series' => '',
 
969
      'Scale' => '',
 
970
      'minimal' => '',
 
971
      'Please remember, that the scale for value series has to be larger than the scale for the X-axis (e.g. X-Axis => Month, ValueSeries => Year).' => '',
 
972
      'Here you can the value series. You have the possibility to select one or two elements. Then you can select the attributes of elements. Each attribute will be shown as single value series. If you don\'t select any attribute all attributes of the element will be used if you generate a stat. As well a new attribute is added since the last configuration.' => '',
 
973
 
 
974
      # Template: AgentStatsEditXaxis
 
975
      'Select the element, which will be used at the X-axis' => '',
 
976
      'maximal period' => '',
 
977
      'minimal scale' => '',
 
978
      'Here you can define the x-axis. You can select one element via the radio button. Than you you have to select two or more attributes of the element. If you make no selection all attributes of the element will be used if you generate a stat. As well a new attribute is added since the last configuration.' => '',
 
979
 
 
980
      # Template: AgentStatsImport
 
981
      'Import' => '',
 
982
      'File is not a Stats config' => '',
 
983
      'No File selected' => '',
 
984
 
 
985
      # Template: AgentStatsOverview
 
986
      'Object' => '',
 
987
 
 
988
      # Template: AgentStatsPrint
 
989
      'Print' => '������',
 
990
      'No Element selected.' => '',
 
991
 
 
992
      # Template: AgentStatsView
 
993
      'Export Config' => '',
 
994
      'Informations about the Stat' => '',
 
995
      'Exchange Axis' => '',
 
996
      'Configurable params of static stat' => '',
 
997
      'No element selected.' => '',
 
998
      'maximal period form' => '',
 
999
      'to' => '',
 
1000
      'Start' => '������',
 
1001
      'With the input and select fields you can configurate the stat at your needs. Which elements of a stat you can edit depends on your stats administrator who configurated the stat.' => '',
 
1002
 
825
1003
      # Template: AgentTicketBounce
826
1004
      'A message should have a To: recipient!' => '��������� ������ ����� ���� ���: ��������!',
827
1005
      'You need a email address (e. g. customer@example.com) in To:!' => '����� ���������� ����� � ���� ���: (support@rgs.ru)!',
829
1007
      'Bounce to' => '��������� ���',
830
1008
      'Next ticket state' => '��������� ��������� ������',
831
1009
      'Inform sender' => '������������� �����������',
832
 
      'Your email with ticket number "<OTRS_TICKET>" is bounced to "<OTRS_BOUNCE_TO>". Contact this address for further informations.' => '',
833
1010
      'Send mail!' => '������� e-mail!',
834
1011
 
835
1012
      # Template: AgentTicketBulk
843
1020
      'A message should have a body!' => '',
844
1021
      'You need to account time!' => '',
845
1022
      'Close ticket' => '������� ������',
846
 
      'Note Text' => '����� �������',
847
 
      'Close type' => '��� ��������',
 
1023
      'Ticket locked!' => '������ �������������!',
 
1024
      'Ticket unlock!' => '������ ��������������!',
 
1025
      'Previous Owner' => '���������� ��������',
 
1026
      'Inform Agent' => '',
 
1027
      'Optional' => '',
 
1028
      'Inform involved Agents' => '',
 
1029
      'Attach' => '���������� ����',
 
1030
      'Pending date' => '���� ��������',
848
1031
      'Time units' => '������� �������',
849
 
      ' (work units)' => ' (������� �������)',
850
1032
 
851
1033
      # Template: AgentTicketCompose
852
1034
      'A message must be spell checked!' => '',
853
 
      'Compose answer for ticket' => '������� ����� �� ������',
854
 
      'Attach' => '���������� ����',
 
1035
      'Compose answer for ticket' => '�������� ����� �� ������',
855
1036
      'Pending Date' => '��������� ����',
856
1037
      'for pending* states' => '��� ����������� ���������* ',
857
1038
 
868
1049
      'Follow up' => '���������� � ������',
869
1050
 
870
1051
      # Template: AgentTicketEmail
871
 
      'Compose Email' => '',
 
1052
      'Compose Email' => '�������� ������',
872
1053
      'new ticket' => '����� ������',
873
 
      'Clear To' => '',
 
1054
      'Refresh' => '',
 
1055
      'Clear To' => '��������',
874
1056
      'All Agents' => '',
875
 
      'Termin1' => '',
876
1057
 
877
1058
      # Template: AgentTicketForward
878
1059
      'Article type' => '��� ������',
884
1065
      'History of' => '�������',
885
1066
 
886
1067
      # Template: AgentTicketLocked
887
 
      'Ticket locked!' => '������ �������������!',
888
 
      'Ticket unlock!' => '',
889
1068
 
890
1069
      # Template: AgentTicketMailbox
891
1070
      'Mailbox' => '�������� ����',
892
1071
      'Tickets' => '������',
 
1072
      'of' => '��',
 
1073
      'Filter' => '',
893
1074
      'All messages' => '��� ���������',
894
1075
      'New messages' => '����� ���������',
895
 
      'Pending messages' => '��������� � �������',
 
1076
      'Pending messages' => '��������� � ��������',
896
1077
      'Reminder messages' => '������������ ���������',
897
1078
      'Reminder' => '�����������',
898
1079
      'Sort by' => '���������� ��',
902
1083
 
903
1084
      # Template: AgentTicketMerge
904
1085
      'You need to use a ticket number!' => '',
905
 
      'Ticket Merge' => '',
906
 
      'Merge to' => '',
907
 
      'Your email with ticket number "<OTRS_TICKET>" is merged to "<OTRS_MERGE_TO_TICKET>".' => '',
 
1086
      'Ticket Merge' => '����������� ������',
 
1087
      'Merge to' => '���������� �',
908
1088
 
909
1089
      # Template: AgentTicketMove
910
 
      'Queue ID' => '',
911
 
      'Move Ticket' => '',
912
 
      'Previous Owner' => '',
 
1090
      'Move Ticket' => '����������� ������',
913
1091
 
914
1092
      # Template: AgentTicketNote
915
1093
      'Add note to ticket' => '�������� ������� � ������',
916
 
      'Inform Agent' => '',
917
 
      'Optional' => '',
918
 
      'Inform involved Agents' => '',
919
1094
 
920
1095
      # Template: AgentTicketOwner
921
1096
      'Change owner of ticket' => '�������� ����������� ������',
922
 
      'Message for new Owner' => '��������� ��� ������ ���������',
923
1097
 
924
1098
      # Template: AgentTicketPending
925
 
      'Set Pending' => '� ������� - ������',
926
 
      'Pending type' => '� ������� - ���',
927
 
      'Pending date' => '� ������� - ����',
 
1099
      'Set Pending' => '�������� ��������',
928
1100
 
929
1101
      # Template: AgentTicketPhone
930
1102
      'Phone call' => '���������� ������',
 
1103
      'Clear From' => '�������� �����',
 
1104
      'Create' => '',
931
1105
 
932
 
      # Template: AgentTicketPhoneNew
933
 
      'Clear From' => '',
 
1106
      # Template: AgentTicketPhoneOutbound
934
1107
 
935
1108
      # Template: AgentTicketPlain
936
1109
      'Plain' => '������������',
940
1113
      # Template: AgentTicketPrint
941
1114
      'Ticket-Info' => '',
942
1115
      'Accounted time' => '����������� �� ������ �����',
943
 
      'Escalation in' => '��������� ������ �����',
 
1116
      'Escalation in' => '��������� �����',
944
1117
      'Linked-Object' => '',
945
1118
      'Parent-Object' => '',
946
1119
      'Child-Object' => '',
951
1124
 
952
1125
      # Template: AgentTicketQueue
953
1126
      'Tickets shown' => '�������� ������',
954
 
      'Page' => '',
955
 
      'Tickets available' => '',
 
1127
      'Tickets available' => '��������� ������',
956
1128
      'All tickets' => '��� ������',
957
1129
      'Queues' => '�������',
958
1130
      'Ticket escalation!' => '������� ����� �� ��������� ������ !',
966
1138
 
967
1139
      # Template: AgentTicketQueueTicketViewLite
968
1140
 
 
1141
      # Template: AgentTicketResponsible
 
1142
      'Change responsible of ticket' => '',
 
1143
 
969
1144
      # Template: AgentTicketSearch
970
 
      'Ticket Search' => '',
971
 
      'Profile' => '',
972
 
      'Search-Template' => '',
973
 
      'Created in Queue' => '',
974
 
      'Result Form' => '',
975
 
      'Save Search-Profile as Template?' => '',
976
 
      'Yes, save it with name' => '',
977
 
      'Customer history search' => '����� ������� �������',
978
 
      'Customer history search (e. g. "ID342425").' => '����� ������� ������� (����. "ID342425").',
979
 
      'No * possible!' => '������ ������������ ������ * !',
 
1145
      'Ticket Search' => '����� ������',
 
1146
      'Profile' => '���������',
 
1147
      'Search-Template' => '������',
 
1148
      'TicketFreeText' => '',
 
1149
      'Created in Queue' => '������� � �������',
 
1150
      'Result Form' => '����� �����������',
 
1151
      'Save Search-Profile as Template?' => '��������� ��������� ������ � �������� �������?',
 
1152
      'Yes, save it with name' => '��, ��������� � ������',
980
1153
 
981
1154
      # Template: AgentTicketSearchResult
982
 
      'Search Result' => '',
983
 
      'Change search options' => '',
 
1155
      'Search Result' => '��������� ������',
 
1156
      'Change search options' => '�������� ��������� ������',
984
1157
 
985
1158
      # Template: AgentTicketSearchResultPrint
986
 
      '"}' => '',
987
1159
 
988
1160
      # Template: AgentTicketSearchResultShort
989
1161
      'sort upward' => '���������� �� �����������',
993
1165
 
994
1166
      # Template: AgentTicketStatusView
995
1167
      'Ticket Status View' => '',
996
 
      'Open Tickets' => '',
 
1168
      'Open Tickets' => '�������� ������',
997
1169
 
998
1170
      # Template: AgentTicketZoom
 
1171
      'Locked' => '����������',
999
1172
      'Split' => '',
1000
1173
 
1001
 
      # Template: AgentTicketZoomStatus
1002
 
      'Locked' => '',
 
1174
      # Template: AgentWindowTab
1003
1175
 
1004
1176
      # Template: AgentWindowTabStart
1005
1177
 
1018
1190
      # Template: CustomerError
1019
1191
      'Traceback' => '',
1020
1192
 
1021
 
      # Template: CustomerFAQ
1022
 
      'Print' => '������',
1023
 
      'Keywords' => '',
1024
 
      'Symptom' => '',
1025
 
      'Problem' => '',
1026
 
      'Solution' => '',
1027
 
      'Modified' => '',
1028
 
      'Last update' => '',
1029
 
      'FAQ System History' => '',
1030
 
      'modified' => '',
1031
 
      'FAQ Search' => '',
1032
 
      'Fulltext' => '',
1033
 
      'Keyword' => '',
1034
 
      'FAQ Search Result' => '',
1035
 
      'FAQ Overview' => '',
1036
 
 
1037
1193
      # Template: CustomerFooter
1038
1194
      'Powered by' => '',
1039
1195
 
1044
1200
      # Template: CustomerHeaderSmall
1045
1201
 
1046
1202
      # Template: CustomerLogin
1047
 
      'Login' => '������� ���',
 
1203
      'Login' => '',
1048
1204
      'Lost your password?' => '������ ���� ������',
1049
1205
      'Request new password' => '�������� ����� ������',
1050
1206
      'Create Account' => '������� ������� ������',
1055
1211
      # Template: CustomerPreferencesForm
1056
1212
 
1057
1213
      # Template: CustomerStatusView
1058
 
      'of' => '��',
1059
1214
 
1060
1215
      # Template: CustomerTicketMessage
1061
1216
 
1062
 
      # Template: CustomerTicketMessageNew
1063
 
 
1064
1217
      # Template: CustomerTicketSearch
1065
1218
 
1066
1219
      # Template: CustomerTicketSearchResultCSV
1076
1229
      # Template: Error
1077
1230
      'Click here to report a bug!' => '�������� �����,����� ������� ��������� �� ������',
1078
1231
 
1079
 
      # Template: FAQ
1080
 
      'Comment (internal)' => '',
1081
 
      'A article should have a title!' => '',
1082
 
      'New FAQ Article' => '',
1083
 
      'Do you really want to delete this Object?' => '',
1084
 
      'System History' => '',
1085
 
 
1086
 
      # Template: FAQCategoryForm
1087
 
      'Name is required!' => '',
1088
 
      'FAQ Category' => '',
1089
 
 
1090
 
      # Template: FAQLanguageForm
1091
 
      'FAQ Language' => '',
1092
 
 
1093
1232
      # Template: Footer
1094
 
      'QueueView' => '�������� �������',
1095
 
      'PhoneView' => '������ �� ��������',
1096
 
      'Top of Page' => '',
 
1233
      'Top of Page' => '���� ��������',
1097
1234
 
1098
1235
      # Template: FooterSmall
1099
1236
 
1113
1250
      'default \'hot\'' => '',
1114
1251
      'DB connect host' => '',
1115
1252
      'Database' => '',
1116
 
      'Create' => '',
1117
1253
      'false' => '',
1118
1254
      'SystemID' => '��������� ID',
1119
1255
      '(The identify of the system. Each ticket number and each http session id starts with this number)' => '(ID �������. ������ ����� ������ � ������ http ������ ����� ���������� � ����� �����)',
1142
1278
      'Your OTRS Team' => '',
1143
1279
 
1144
1280
      # Template: Login
 
1281
      'Welcome to %s' => '',
1145
1282
 
1146
1283
      # Template: Motd
1147
1284
 
1159
1296
 
1160
1297
      # Template: Redirect
1161
1298
 
1162
 
      # Template: SystemStats
1163
 
      'Format' => '',
1164
 
 
1165
1299
      # Template: Test
1166
1300
      'OTRS Test Page' => '�������� �������� OTRS',
1167
1301
      'Counter' => '',
1168
1302
 
1169
1303
      # Template: Warning
1170
1304
      # Misc
 
1305
      'OTRS DB connect host' => '',
 
1306
      'auto responses set!' => '������������� �����������',
 
1307
      'Create Database' => '������� ����',
 
1308
      ' (work units)' => ' (������� �������)',
 
1309
      'End' => '���������',
 
1310
      'DB Host' => '',
 
1311
      'Change roles <-> groups settings' => '',
1171
1312
      'Ticket Number Generator' => '��������� ������ ������',
1172
1313
      '(Ticket identifier. Some people want toset this to e. g. \'Ticket#\', \'Call#\' or \'MyTicket#\')' => '',
1173
1314
      'In this way you can directly edit the keyring configured in Kernel/Config.pm.' => '',
 
1315
      'Symptom' => '�������',
 
1316
      'Site' => '�����',
 
1317
      'Change users <-> roles settings' => '',
 
1318
      'Customer history search (e. g. "ID342425").' => '����� ������� ������� (����. "ID342425").',
1174
1319
      'Ticket Hook' => '�������� ������',
 
1320
      'Events' => '�������',
1175
1321
      'Close!' => '�������!',
 
1322
      'Subgroup \'' => '���������',
 
1323
      'TicketZoom' => '�������� ������',
1176
1324
      'Don\'t forget to add a new user to groups!' => '�� �������� �������� ������� ������������ � ������!',
1177
 
      'License' => '',
1178
 
      'System Settings' => '',
1179
 
      'Finished' => '',
1180
 
      'Change user <-> group settings' => '�������� ������������ <-> ��������� �����',
 
1325
      'CreateTicket' => '�������� ������',
 
1326
      'OTRS DB Name' => '',
 
1327
      'System Settings' => '��������� ���������',
 
1328
      'Involved' => '��������� �',
 
1329
      'Hours' => '����',
 
1330
      'Finished' => '���������',
 
1331
      'Days' => '���',
 
1332
      'Locked tickets' => '��������������� ������',
 
1333
      'Queue ID' => 'ID �������',
 
1334
      'A article should have a title!' => '',
 
1335
      'System History' => '�������',
 
1336
      '7 Day' => '7 ����',
 
1337
      'Ticket Overview' => '����� ������',
 
1338
      'Modules' => '������',
 
1339
      'Keyword' => '',
 
1340
      'Close type' => '��� ��������',
 
1341
      'DB Admin User' => '',
 
1342
      'Options of the ticket data (e. g. <OTRS_TICKET_TicketNumber>, <OTRS_TICKET_TicketID>, <OTRS_TICKET_Queue>, <OTRS_TICKET_State>)' => '',
 
1343
      'Change user <-> group settings' => '�������� ��������� ����� �������������',
 
1344
      'Name is required!' => '��������� ����������!',
 
1345
      'Problem' => '��������',
 
1346
      'for ' => '���',
 
1347
      'DB Type' => '',
1181
1348
      'next step' => '��������� ���',
 
1349
      'Customer history search' => '����� ������� �������',
 
1350
      'FIXME: WHAT IS PGP?' => '',
 
1351
      'Solution' => '�������',
 
1352
      '5 Day' => '5 ����',
1182
1353
      'Admin-Email' => 'e-mail ��������������',
 
1354
      'QueueView' => '�������� �������',
1183
1355
      'Create new database' => '',
 
1356
      'Your email with ticket number "<OTRS_TICKET>" is bounced to "<OTRS_BOUNCE_TO>". Contact this address for further informations.' => '',
 
1357
      '\' ' => '',
 
1358
      'modified' => '',
 
1359
      'Running' => '�����������',
1184
1360
      'Delete old database' => '',
 
1361
      'Keywords' => '',
 
1362
      'Typ' => '',
 
1363
      'Today' => '�������',
 
1364
      'Tommorow' => '������',
 
1365
      'Note Text' => '����� �������',
 
1366
      '3 Month' => '3 ������',
 
1367
      'No * possible!' => '������ ������������ ������ * !',
 
1368
      'Jule' => '����',
1185
1369
      'OTRS DB User' => '',
 
1370
      'Options ' => '�����',
 
1371
      'PhoneView' => '������ �� ��������',
 
1372
      'FIXME: WHAT IS SMIME?' => '',
 
1373
      'Verion' => '',
 
1374
      'Message for new Owner' => '��������� ��� ������ ���������',
 
1375
      'Mart' => '�����',
1186
1376
      'OTRS DB Password' => '',
 
1377
      'Last update' => '��������� ���������',
1187
1378
      'DB Admin Password' => '',
1188
 
      'Drop Database' => '',
 
1379
      'Drop Database' => '������� ����',
 
1380
      'Pending type' => '��� ��������',
 
1381
      'Change setting' => '�������� ���������',
 
1382
      'Comment (internal)' => '',
 
1383
      'Minutes' => '������',
1189
1384
      '(Used ticket number format)' => '(������������ ������ ������� ������)',
1190
 
      'Package not correctly deployed, you need to deploy it again!' => '',
1191
 
      'Customer called' => '',
1192
 
      'Phone' => '',
1193
 
      'Office' => '',
1194
 
      'CompanyTickets' => '',
1195
 
      'MyTickets' => '',
1196
 
      'New Ticket' => '',
1197
 
      'Create new Ticket' => '',
1198
 
      'installed' => '',
1199
 
      'uninstalled' => '',
 
1385
      'Fulltext' => '',
 
1386
      'Modified' => '��������',
 
1387
      'Watched Tickets' => '',
 
1388
      'Watched' => '',
 
1389
      'Subscribe' => '',
 
1390
      'Unsubscribe' => '',
1200
1391
    };
1201
1392
    # $$STOP$$
1202
1393
}
1203
 
# --
 
1394
 
1204
1395
1;