summaryrefslogtreecommitdiff
path: root/i18n/ru/security.ts
blob: e3d9df2421ccde02ddb7a96f21acd15b3ee54869 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
<!DOCTYPE TS><TS>
<context>
    <name>LoginBase</name>
    <message>
        <source>LoginBase</source>
        <translation>ЛогинБаза</translation>
    </message>
    <message>
        <source>Login</source>
        <translation>Войти</translation>
    </message>
    <message>
        <source>Login Automatically</source>
        <translation>Входить автоматически</translation>
    </message>
    <message>
        <source>If you select this option, opie-login will automagically log you in with the user you have selected in the drop-down list.  

For the Zaurus 5x00 this is always the user &quot;root&quot;.</source>
        <translation>Если вы выберите эту опцию, opie-login автоматически войдет в систему под выбранным из списка пользователем.  

На Zaurus 5x00 это всегда пользователь &quot;root&quot;.</translation>
    </message>
    <message>
        <source>This drop-down list allows you to select the user for auto-login
(if enabled above).  

You can only select an actually configured user.</source>
        <translation>Этот список позволит выбрать пользователя для авто-входа
(если разрешен).  

Вы можете выбрать только уже настроенное имя пользователя.</translation>
    </message>
</context>
<context>
    <name>MultiauthConfig</name>
    <message>
        <source>Security configuration</source>
        <translation>Настройки безопасности</translation>
    </message>
    <message>
        <source>Load which plugins in what order:</source>
        <translation>Загрузить плагины в следующем порядке:</translation>
    </message>
    <message>
        <source>Check a checkbox to activate/deactivate a plugin or use the arrow buttons on the right to change the order they will appear in</source>
        <translation>Поставьте флажок чтобы активировать плагин или используйте стрелки справа чтобы изменить порядок, в котором они будут показаны</translation>
    </message>
    <message>
        <source>Move Up</source>
        <translation>Выше</translation>
    </message>
    <message>
        <source>Move Down</source>
        <translation>Ниже</translation>
    </message>
    <message>
        <source>plugins</source>
        <translation>плагины</translation>
    </message>
    <message>
        <source>Authentication</source>
        <translation>Аутентификация</translation>
    </message>
    <message>
        <source>Login</source>
        <translation>Войти</translation>
    </message>
    <message>
        <source>Sync</source>
        <translation>Синхр.</translation>
    </message>
    <message>
        <source>Attention</source>
        <translation>Внимание</translation>
    </message>
    <message>
        <source>&lt;p&gt;All user-defined net ranges will be lost.</source>
        <translation type="obsolete">&lt;p&gt;Все заданные пользователем участки будут потеряны.</translation>
    </message>
    <message>
        <source>Cancel</source>
        <translation>Отмена</translation>
    </message>
    <message>
        <source>Ok</source>
        <translation type="obsolete">Да</translation>
    </message>
    <message>
        <source>192.168.129.0/24</source>
        <translation type="obsolete">192.168.129.0/24</translation>
    </message>
    <message>
        <source>192.168.1.0/24</source>
        <translation type="obsolete">192.168.1.0/24</translation>
    </message>
    <message>
        <source>192.168.0.0/16</source>
        <translation type="obsolete">192.168.0.0/16</translation>
    </message>
    <message>
        <source>172.16.0.0/12</source>
        <translation type="obsolete">172.16.0.0/12</translation>
    </message>
    <message>
        <source>10.0.0.0/8</source>
        <translation type="obsolete">10.0.0.0/8</translation>
    </message>
    <message>
        <source>1.0.0.0/8</source>
        <translation type="obsolete">1.0.0.0/8</translation>
    </message>
    <message>
        <source>Any</source>
        <translation>Любой</translation>
    </message>
    <message>
        <source>None</source>
        <translation>Ни одного</translation>
    </message>
    <message>
        <source>Important notice</source>
        <translation>Важное замечание</translation>
    </message>
    <message>
        <source>To be able to protect your PDA with one or more authentication plugins (for example, a simple PIN authentication), you must install at least one &lt;em&gt;opie-multiauth-*&lt;/em&gt; package! Once you have done that, you will be able to configure your PDA protection here.</source>
        <translation>Чтобы защитить ваш КПК одним или более плагином аутентификации (например, простой ввод ПИН), вы должны установить хотя бы один &lt;em&gt;opie-multiauth-*&lt;/em&gt; пакет! Как только вы это сделаете, здесь вы сможете настроить защиту вашего КПК.</translation>
    </message>
    <message>
        <source>Locking</source>
        <translation>Блокировка</translation>
    </message>
    <message>
        <source>All user-defined net ranges will be lost.</source>
        <translation>Все заданные пользователем участки будут потеряны.</translation>
    </message>
    <message>
        <source>OK</source>
        <translation>Да</translation>
    </message>
</context>
<context>
    <name>MultiauthGeneralConfig</name>
    <message>
        <source>When to lock Opie</source>
        <translation>Когда заблокировать Opie</translation>
    </message>
    <message>
        <source>on Opie start</source>
        <translation>при запуске Opie</translation>
    </message>
    <message>
        <source>on Opie resume</source>
        <translation>при включении Opie</translation>
    </message>
    <message>
        <source>Multiple plugins authentication</source>
        <translation>Аутентификация со множественными плагинами</translation>
    </message>
    <message>
        <source>Required successes</source>
        <translation>Необходимо успешных</translation>
    </message>
    <message>
        <source>Debug options</source>
        <translation type="obsolete">Опции отладки</translation>
    </message>
    <message>
        <source>Don&apos;t protect this config screen</source>
        <translation>Не блокировать этот экран настройки</translation>
    </message>
    <message>
        <source>Show explanatory screens</source>
        <translation>Показывать объяснительные экраны</translation>
    </message>
    <message>
        <source>Allow to bypass authentication</source>
        <translation type="obsolete">Разрешить пропускать аутентификацию</translation>
    </message>
    <message>
        <source>Note: the third option implies the second one</source>
        <translation type="obsolete">Примечание: третья опция подразумевает вторую</translation>
    </message>
    <message>
        <source>Options</source>
        <translation>Опции</translation>
    </message>
    <message>
        <source>Testing</source>
        <translation>Проверка</translation>
    </message>
    <message>
        <source>Test the authentication now</source>
        <translation>Проверить аутентификацию</translation>
    </message>
    <message>
        <source>Attention</source>
        <translation>Внимание</translation>
    </message>
    <message>
        <source>You must save your current settings before trying to authenticate. Press OK to accept and launch a simulated authentication process.</source>
        <translation>Сначала вы должны сохранить текущие настройки. Нажмите &quot;Да&quot;, чтобы принять и запустить демонстрацию процесса аутентификации.</translation>
    </message>
    <message>
        <source>If you don&apos;t like the result of this test, don&apos;t forget to change your settings before you exit the configuration application!</source>
        <translation>Если вам не нравится результат этой проверки, не забудьте изменить настройки до выхода из приложения!</translation>
    </message>
    <message>
        <source>Cancel</source>
        <translation>Отмена</translation>
    </message>
    <message>
        <source>OK</source>
        <translation>Да</translation>
    </message>
</context>
<context>
    <name>Security</name>
    <message>
        <source>Set passcode</source>
        <translation type="obsolete">Уст. пароль</translation>
    </message>
    <message>
        <source>Change passcode</source>
        <translation type="obsolete">Изменить пароль</translation>
    </message>
    <message>
        <source>Enter passcode</source>
        <translation type="obsolete">Введите пароль</translation>
    </message>
    <message>
        <source>Passcode incorrect</source>
        <translation type="obsolete">Неверный пароль</translation>
    </message>
    <message>
        <source>The passcode entered is incorrect.
Access denied</source>
        <translation type="obsolete">Введеный пароль неверен.
Доступ запрещен</translation>
    </message>
    <message>
        <source>Any</source>
        <translation type="obsolete">Любой</translation>
    </message>
    <message>
        <source>None</source>
        <translation type="obsolete">Ни одного</translation>
    </message>
    <message>
        <source>Enter new passcode</source>
        <translation type="obsolete">Введите новый пароль</translation>
    </message>
    <message>
        <source>Re-enter new passcode</source>
        <translation type="obsolete">Введите пароль еще раз</translation>
    </message>
    <message>
        <source>Attention</source>
        <translation type="obsolete">Внимание</translation>
    </message>
    <message>
        <source>&lt;p&gt;All user-defined net ranges will be lost.</source>
        <translation type="obsolete">&lt;p&gt;Все заданные пользователем участки будут потеряны.</translation>
    </message>
    <message>
        <source>Cancel</source>
        <translation type="obsolete">Отмена</translation>
    </message>
    <message>
        <source>Ok</source>
        <translation type="obsolete">Да</translation>
    </message>
    <message>
        <source>192.168.129.0/24</source>
        <translation type="obsolete">192.168.129.0/24</translation>
    </message>
    <message>
        <source>192.168.1.0/24</source>
        <translation type="obsolete">192.168.1.0/24</translation>
    </message>
    <message>
        <source>192.168.0.0/16</source>
        <translation type="obsolete">192.168.0.0/16</translation>
    </message>
    <message>
        <source>172.16.0.0/12</source>
        <translation type="obsolete">172.16.0.0/12</translation>
    </message>
    <message>
        <source>10.0.0.0/8</source>
        <translation type="obsolete">10.0.0.0/8</translation>
    </message>
    <message>
        <source>1.0.0.0/8</source>
        <translation type="obsolete">1.0.0.0/8</translation>
    </message>
    <message>
        <source>WARNING</source>
        <translation type="obsolete">ВНИМАНИЕ</translation>
    </message>
    <message>
        <source>&lt;p&gt;Selecting IntelliSync here will disable the FTP password.&lt;p&gt;Every machine in your netrange will be able to sync with your Zaurus!</source>
        <translation type="obsolete">&lt;p&gt;Выбор IntelliSync запретит пароль FTP.&lt;p&gt;Любая машина в заданном участке сможет синхронизироваться с вашим КПК!</translation>
    </message>
</context>
<context>
    <name>SecurityBase</name>
    <message>
        <source>Security Settings</source>
        <translation type="obsolete">Настройки безопасности</translation>
    </message>
    <message>
        <source>Change passcode</source>
        <translation type="obsolete">Изменить пароль</translation>
    </message>
    <message>
        <source>Clear passcode</source>
        <translation type="obsolete">Сбросить пароль</translation>
    </message>
    <message>
        <source>Require pass code at power-on</source>
        <translation type="obsolete">Требовать пароль при включении</translation>
    </message>
    <message>
        <source>Sync</source>
        <translation type="obsolete">Синхр.</translation>
    </message>
    <message>
        <source>Accept sync from network:</source>
        <translation type="obsolete">Принимать запросы из сети:</translation>
    </message>
    <message>
        <source>&lt;P&gt;Pass code protection provides a minimal level of protection from casual access to this device.</source>
        <translation type="obsolete">&lt;P&gt;Пароль предоставляет минимальный уровень защиты от случайного доступа к устройству.</translation>
    </message>
    <message>
        <source>Passcode</source>
        <translation type="obsolete">Пароль</translation>
    </message>
    <message>
        <source>Login</source>
        <translation type="obsolete">Войти</translation>
    </message>
    <message>
        <source>Login Automatically</source>
        <translation type="obsolete">Входить автоматически</translation>
    </message>
    <message>
        <source>This button will let you change the security passcode.  

Note: This is *not* the sync password.</source>
        <translation type="obsolete">Эта кнопка позволит вам изменить пароль.  

Заметьте: это НЕ пароль для синхронизации.</translation>
    </message>
    <message>
        <source>Delete the current passcode.  
You can enter a new one at any time.</source>
        <translation type="obsolete">Удалить текущий пароль.  
Вы всегда сможете ввести новый.</translation>
    </message>
    <message>
        <source>If you enable this option, a passcode must be entered after every resume event of your Zaurus.</source>
        <translation type="obsolete">Если вы разрешите эту опцию, нужно будет вводить пароль при каждом включении КПК.</translation>
    </message>
    <message>
        <source>If you select this option, opie-login will automagically log you in with the user you have selected in the drop-down list.  

For the Zaurus 5x00 this is always the user &quot;root&quot;.</source>
        <translation type="obsolete">Если вы выберите эту опцию, opie-login автоматически войдет в систему под выбранным из списка пользователем.  

На Zaurus 5x00 это всегда пользователь &quot;root&quot;.</translation>
    </message>
    <message>
        <source>This drop-down list allows you to select the user for auto-login
(if enabled above).  

You can only select an actually configured user.</source>
        <translation type="obsolete">Этот список позволит выбрать пользователя для авто-входа
(если разрешен).  

Вы можете выбрать только уже настроенное имя пользователя.</translation>
    </message>
    <message>
        <source>Select a net-range or enter a new one.  

This drop-down list lets you select a net range which is allowed to connect to your Zaurus.  

For example, a net range of 192.168.1.0/24 will allow any machine with an IP between 192.168.1.1 and 192.168.1.254 to connect to (and sync with) your Zaurus.  

The entry &quot;All&quot; will allow *any* IP to connect. 
The entry &quot;None&quot; will *deny* any connection.  

If unsure, select &quot;Any&quot;.</source>
        <translation type="obsolete">Выберите или введите новый участок сети.  

Этот список позволяет выбрать участок сети из которого можно подключится к вашему КПК.  

Например, участок сети 192.168.1.0/24 позволит любой машине с IP между 192.168.1.1 и 192.168.1.254 подключаться к (и синхронизироваться с) вашим КПК.  

Запись &quot;Все&quot; позволит подключиться *любому* IP. 
Запись &quot;Ни одного&quot; *запретит* все соединения.  

Если неуверены, выберите &quot;Все&quot;.</translation>
    </message>
    <message>
        <source>Delete Entry</source>
        <translation type="obsolete">Удалить запись</translation>
    </message>
    <message>
        <source>Delete the selected net range from the list

If you press this button, the currently selected net range will be deleted from the list of net ranges.

If you hit this button in error, the button &quot;Restore Defaults&quot; will restore
the list to the state it has been when you initially booted your Zaurus.</source>
        <translation type="obsolete">Удалить выбранный участок из списка

Если вы нажмете эту кнопку, выбранный участок будет удален из списка.

Если вы нажали эту кнопку случайно, кнопка &quot;По умолчанию&quot;
восстановит список в том виде, когда вы первый раз запустили ваш КПК.</translation>
    </message>
    <message>
        <source>Restore Defaults</source>
        <translation type="obsolete">По умолчанию</translation>
    </message>
    <message>
        <source>This button will restore the list of net ranges
to the defaults.

Beware that all manually entered net ranges will be lost!</source>
        <translation type="obsolete">Эта кнопка восстановит список участков сети
по умолчанию.

Учтите что вручную введенные участки будут потеряны!</translation>
    </message>
    <message>
        <source>Select your sync software</source>
        <translation type="obsolete">Выберите программу</translation>
    </message>
    <message>
        <source>QTopia</source>
        <translation type="obsolete">QTopia</translation>
    </message>
    <message>
        <source>IntelliSync</source>
        <translation type="obsolete">IntelliSync</translation>
    </message>
    <message>
        <source>This option changes the login behaviour of the internal FTP server.  

If you have problems syncing, try the &quot;IntelliSync&quot; setting, which will accept any password you throw at the sync (FTP) port.  

The default is Qtopia. It will let you log in with username &quot;root&quot; and password &quot;Qtopia&quot;.   The password is CaSeSeNsItIvE.</source>
        <translation type="obsolete">Эта опция изменяет поведение внутреннего FTP сервера.  

Если есть проблемы с соединением, попробуйте значение &quot;IntelliSync&quot;, с которым будет приниматься любое соединение по FTP порту.

Значение по умолчанию - Qtopia. Оно позволит соединяться с именем &quot;root&quot; и паролем &quot;Qtopia&quot;.   Пароль чувствителен к РеГиСтРу.</translation>
    </message>
    <message>
        <source>Qtopia 1.7</source>
        <translation type="obsolete">Qtopia 1.7</translation>
    </message>
    <message>
        <source>Opie 1.0</source>
        <translation type="obsolete">Opie 1.0</translation>
    </message>
    <message>
        <source>Both</source>
        <translation type="obsolete">Оба</translation>
    </message>
    <message>
        <source>Alter the Sync Protocol to tweak for the different devices.
<byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/>    IntelliSync will disable the password check but you&apos;ll be prompted to accept the connection.
<byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/>    Opie1.0 will be compatible with QtopiaDesktop, MultiSync and KitchenSync
<byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/>    Qtopia1.7 will alter the way data is send to the client and will not work with older clients.
<byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/></source>
        <translation type="obsolete">Изменить протокол синхронизации для разных устройств.
<byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/>    IntelliSync запретит пароль но будет каждый раз спрашивать разрешение для соединения.
<byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/>    Opie1.0 совместим с QtopiaDesktop, MultiSync и KitchenSync
<byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/>    Qtopia1.7 изменит способ отправки данных и несовместим со старыми клиентами.
<byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/></translation>
    </message>
</context>
<context>
    <name>SyncBase</name>
    <message>
        <source>SyncBase</source>
        <translation>СинхБаза</translation>
    </message>
    <message>
        <source>Sync</source>
        <translation>Синхр.</translation>
    </message>
    <message>
        <source>Accept sync from network:</source>
        <translation>Принимать запросы из сети:</translation>
    </message>
    <message>
        <source>Select a net-range or enter a new one.  

This drop-down list lets you select a net range which is allowed to connect to your Zaurus.  

For example, a net range of 192.168.1.0/24 will allow any machine with an IP between 192.168.1.1 and 192.168.1.254 to connect to (and sync with) your Zaurus.  

The entry &quot;All&quot; will allow *any* IP to connect. 
The entry &quot;None&quot; will *deny* any connection.  

If unsure, select &quot;Any&quot;.</source>
        <translation>Выберите или введите новый участок сети.  

Этот список позволяет выбрать участок сети из которого можно подключится к вашему КПК.  

Например, участок сети 192.168.1.0/24 позволит любой машине с IP между 192.168.1.1 и 192.168.1.254 подключаться к (и синхронизироваться с) вашим КПК.  

Запись &quot;Все&quot; позволит подключиться *любому* IP. 
Запись &quot;Ни одного&quot; *запретит* все соединения.  

Если неуверены, выберите &quot;Все&quot;.</translation>
    </message>
    <message>
        <source>Delete Entry</source>
        <translation>Удалить запись</translation>
    </message>
    <message>
        <source>Delete the selected net range from the list

If you press this button, the currently selected net range will be deleted from the list of net ranges.

If you hit this button in error, the button &quot;Restore Defaults&quot; will restore
the list to the state it has been when you initially booted your Zaurus.</source>
        <translation>Удалить выбранный участок из списка

Если вы нажмете эту кнопку, выбранный участок будет удален из списка.

Если вы нажали эту кнопку случайно, кнопка &quot;По умолчанию&quot;
восстановит список в том виде, когда вы первый раз запустили ваш КПК.</translation>
    </message>
    <message>
        <source>Restore Defaults</source>
        <translation>По умолчанию</translation>
    </message>
    <message>
        <source>This button will restore the list of net ranges
to the defaults.

Beware that all manually entered net ranges will be lost!</source>
        <translation>Эта кнопка восстановит список участков сети
по умолчанию.

Учтите что вручную введенные участки будут потеряны!</translation>
    </message>
    <message>
        <source>Select your sync software</source>
        <translation>Выберите программу</translation>
    </message>
    <message>
        <source>Qtopia 1.7</source>
        <translation>Qtopia 1.7</translation>
    </message>
    <message>
        <source>Opie 1.0</source>
        <translation>Opie 1.0</translation>
    </message>
    <message>
        <source>IntelliSync</source>
        <translation>IntelliSync</translation>
    </message>
    <message>
        <source>Alter the Sync Protocol to tweak for the different devices.
<byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/>    IntelliSync will disable the password check but you&apos;ll be prompted to accept the connection.
<byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/>    Opie1.0 will be compatible with QtopiaDesktop, MultiSync and KitchenSync
<byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/>    Qtopia1.7 will alter the way data is send to the client and will not work with older clients.
<byte value="x9"/><byte value="x9"/><byte value="x9"/><byte value="x9"/></source>
        <translation>Изменить протокол синхронизации для разных устройств.
    IntelliSync запретит пароль но будет каждый раз спрашивать разрешение для соединения.
    Opie1.0 совместим с QtopiaDesktop, MultiSync и KitchenSync
    Qtopia1.7 изменит способ отправки данных и несовместим со старыми клиентами.
    </translation>
    </message>
</context>
</TS>