summaryrefslogtreecommitdiffstats
path: root/po/az.po
blob: d5dd7a96ab3b1fa5052b537ba31cd35a2aa5ee12 (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
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940< 
     The 'zlib' compression library provides in-memory compression
  decompression functions, including integrity checks of the uncompressed
  data.  This version of the library supports only one compression method
  (deflation) but other algorithms may be added later and will have the same
  stream interface.

     For compression the application must provide the output buffer and
  may optionally provide the input buffer for optimization. For decompression,
  the application must provide the input buffer and may optionally provide
  the output buffer for optimization.

     Compression can be done in a single step if the buffers are large
  enough (for example if an input file is mmap'ed), or can be done by
  repeated calls of the compression function.  In the latter case, the
  application must provide more input and/or consume the output
  (providing more output space) before each call.
*/

typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
typedef void   (*free_func)  OF((voidpf opaque, voidpf address, uInt nbytes));

struct internal_state;

typedef struct z_stream_s {
    Bytef    *next_in;  /* next input byte */
    uInt     avail_in;  /* number of bytes available at next_in */
    uLong    total_in;  /* total nb of input bytes read so far */

    Bytef    *next_out; /* next output byte should be put there */
    uInt     avail_out; /* remaining free space at next_out */
    uLong    total_out; /* total nb of bytes output so far */

    char     *msg;      /* last error message, NULL if no error */
    struct internal_state FAR *state; /* not visible by applications */

    alloc_func zalloc;  /* used to allocate the internal state */
    free_func  zfree;   /* used to free the internal state */
    voidp      opaque;  /* private data object passed to zalloc and zfree */

    Byte     data_type; /* best guess about the data type: ascii or binary */

} z_stream;

/*
   The application must update next_in and avail_in when avail_in has
   dropped to zero. It must update next_out and avail_out when avail_out
   has dropped to zero. The application must initialize zalloc, zfree and
   opaque before calling the init function. All other fields are set by the
   compression library and must not be updated by the application.

   The opaque value provided by the application will be passed as the first
   parameter for calls of zalloc and zfree. This can be useful for custom
   memory management. The compression library attaches no meaning to the
   opaque value.

   zalloc must return Z_NULL if there is not enough memory for the object.
   On 16-bit systems, the functions zalloc and zfree must be able to allocate
   exactly 65536 bytes, but will not be required to allocate more than this
   if the symbol MAXSEG_64K is defined (see zconf.h). WARNING: On MSDOS,
   pointers returned by zalloc for objects of exactly 65536 bytes *must*
   have their offset normalized to zero. The default allocation function
   provided by this library ensures this (see zutil.c). To reduce memory
   requirements and avoid any allocation of 64K objects, at the expense of
   compression ratio, compile the library with -DMAX_WBITS=14 (see zconf.h).

   The fields total_in and total_out can be used for statistics or
   progress reports. After compression, total_in holds the total size of
   the uncompressed data and may be saved for use in the decompressor
   (particularly if the decompressor wants to decompress everything in
   a single step).
*/

                        /* constants */

#define Z_NO_FLUSH      0
#define Z_PARTIAL_FLUSH 1
#define Z_FULL_FLUSH    2
#define Z_SYNC_FLUSH    3 /* experimental: partial_flush + byte align */
#define Z_FINISH        4
#define Z_PACKET_FLUSH	5
/* See deflate() below for the usage of these constants */

#define Z_OK            0
#define Z_STREAM_END    1
#define Z_ERRNO        (-1)
#define Z_STREAM_ERROR (-2)
#define Z_DATA_ERROR   (-3)
#define Z_MEM_ERROR    (-4)
#define Z_BUF_ERROR    (-5)
/* error codes for the compression/decompression functions */

#define Z_BEST_SPEED             1
#define Z_BEST_COMPRESSION       9
#define Z_DEFAULT_COMPRESSION  (-1)
/* compression levels */

#define Z_FILTERED            1
#define Z_HUFFMAN_ONLY        2
#define Z_DEFAULT_STRATEGY    0

#define Z_BINARY   0
#define Z_ASCII    1
#define Z_UNKNOWN  2
/* Used to set the data_type field */

#define Z_NULL  0  /* for initializing zalloc, zfree, opaque */

extern char *zlib_version;
/* The application can compare zlib_version and ZLIB_VERSION for consistency.
   If the first character differs, the library code actually used is
   not compatible with the zlib.h header file used by the application.
 */

                        /* basic functions */

extern int deflateInit OF((z_stream *strm, int level));
/* 
     Initializes the internal stream state for compression. The fields
   zalloc, zfree and opaque must be initialized before by the caller.
   If zalloc and zfree are set to Z_NULL, deflateInit updates them to
   use default allocation functions.

     The compression level must be Z_DEFAULT_COMPRESSION, or between 1 and 9:
   1 gives best speed, 9 gives best compression. Z_DEFAULT_COMPRESSION requests
   a default compromise between speed and compression (currently equivalent
   to level 6).

     deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
   enough memory, Z_STREAM_ERROR if level is not a valid compression level.
   msg is set to null if there is no error message.  deflateInit does not
   perform any compression: this will be done by deflate().
*/


extern int deflate OF((z_stream *strm, int flush));
/*
  Performs one or both of the following actions:

  - Compress more input starting at next_in and update next_in and avail_in
    accordingly. If not all input can be processed (because there is not
    enough room in the output buffer), next_in and avail_in are updated and
    processing will resume at this point for the next call of deflate().

  - Provide more output starting at next_out and update next_out and avail_out
    accordingly. This action is forced if the parameter flush is non zero.
    Forcing flush frequently degrades the compression ratio, so this parameter
    should be set only when necessary (in interactive applications).
    Some output may be provided even if flush is not set.

  Before the call of deflate(), the application should ensure that at least
  one of the actions is possible, by providing more input and/or consuming
  more output, and updating avail_in or avail_out accordingly; avail_out
  should never be zero before the call. The application can consume the
  compressed output when it wants, for example when the output buffer is full
  (avail_out == 0), or after each call of deflate().

    If the parameter flush is set to Z_PARTIAL_FLUSH, the current compression
  block is terminated and flushed to the output buffer so that the
  decompressor can get all input data available so far. For method 9, a future
  variant on method 8, the current block will be flushed but not terminated.
  If flush is set to Z_FULL_FLUSH, the compression block is terminated, a
  special marker is output and the compression dictionary is discarded; this
  is useful to allow the decompressor to synchronize if one compressed block
  has been damaged (see inflateSync below).  Flushing degrades compression and
  so should be used only when necessary.  Using Z_FULL_FLUSH too often can
  seriously degrade the compression. If deflate returns with avail_out == 0,
  this function must be called again with the same value of the flush
  parameter and more output space (updated avail_out), until the flush is
  complete (deflate returns with non-zero avail_out).

    If the parameter flush is set to Z_PACKET_FLUSH, the compression
  block is terminated, and a zero-length stored block is output,
  omitting the length bytes (the effect of this is that the 3-bit type
  code 000 for a stored block is output, and the output is then
  byte-aligned).  This is designed for use at the end of a PPP packet.
  In addition, if the current compression block contains all the data
  since the last Z_PACKET_FLUSH, it is never output as a stored block.
  If the current compression block output as a static or dynamic block
  would not be at least `minCompression' bytes smaller than the
  original data, then nothing is output for that block.  (The type
  code for the zero-length stored block is still output, resulting in
  a single zero byte being output for the whole packet.)
  `MinCompression' is a parameter to deflateInit2, or 0 if deflateInit
  is used.

    If the parameter flush is set to Z_FINISH, all pending input is processed,
  all pending output is flushed and deflate returns with Z_STREAM_END if there
  was enough output space; if deflate returns with Z_OK, this function must be
  called again with Z_FINISH and more output space (updated avail_out) but no
  more input data, until it returns with Z_STREAM_END or an error. After
  deflate has returned Z_STREAM_END, the only possible operations on the
  stream are deflateReset or deflateEnd.
  
    Z_FINISH can be used immediately after deflateInit if all the compression
  is to be done in a single step. In this case, avail_out must be at least
  0.1% larger than avail_in plus 12 bytes.  If deflate does not return
  Z_STREAM_END, then it must be called again as described above.

    deflate() may update data_type if it can make a good guess about
  the input data type (Z_ASCII or Z_BINARY). In doubt, the data is considered
  binary. This field is only for information purposes and does not affect
  the compression algorithm in any manner.

    deflate() returns Z_OK if some progress has been made (more input
  processed or more output produced), Z_STREAM_END if all input has been
  consumed and all output has been produced (only when flush is set to
  Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
  if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible.
*/


extern int deflateEnd OF((z_stream *strm));
/*
     All dynamically allocated data structures for this stream are freed.
   This function discards any unprocessed input and does not flush any
   pending output.

     deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
   stream state was inconsistent. In the error case, msg may be set
   but then points to a static string (which must not be deallocated).
*/


extern int inflateInit OF((z_stream *strm));
/* 
     Initializes the internal stream state for decompression. The fields
   zalloc and zfree must be initialized before by the caller.  If zalloc and
   zfree are set to Z_NULL, inflateInit updates them to use default allocation
   functions.

     inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
   enough memory.  msg is set to null if there is no error message.
   inflateInit does not perform any decompression: this will be done by
   inflate().
*/


extern int inflate OF((z_stream *strm, int flush));
/*
  Performs one or both of the following actions:

  - Decompress more input starting at next_in and update next_in and avail_in
    accordingly. If not all input can be processed (because there is not
    enough room in the output buffer), next_in is updated and processing
    will resume at this point for the next call of inflate().

  - Provide more output starting at next_out and update next_out and avail_out
    accordingly.  inflate() always provides as much output as possible
    (until there is no more input data or no more space in the output buffer).

  Before the call of inflate(), the application should ensure that at least
  one of the actions is possible, by providing more input and/or consuming
  more output, and updating the next_* and avail_* values accordingly.
  The application can consume the uncompressed output when it wants, for
  example when the output buffer is full (avail_out == 0), or after each
  call of inflate().

    If the parameter flush is set to Z_PARTIAL_FLUSH or Z_PACKET_FLUSH,
  inflate flushes as much output as possible to the output buffer. The
  flushing behavior of inflate is not specified for values of the flush
  parameter other than Z_PARTIAL_FLUSH, Z_PACKET_FLUSH or Z_FINISH, but the
  current implementation actually flushes as much output as possible
  anyway.  For Z_PACKET_FLUSH, inflate checks that once all the input data
  has been consumed, it is expecting to see the length field of a stored
  block; if not, it returns Z_DATA_ERROR.

    inflate() should normally be called until it returns Z_STREAM_END or an
  error. However if all decompression is to be performed in a single step
  (a single call of inflate), the parameter flush should be set to
  Z_FINISH. In this case all pending input is processed and all pending
  output is flushed; avail_out must be large enough to hold all the
  uncompressed data. (The size of the uncompressed data may have been saved
  by the compressor for this purpose.) The next operation on this stream must
  be inflateEnd to deallocate the decompression state. The use of Z_FINISH
  is never required, but can be used to inform inflate that a faster routine
  may be used for the single inflate() call.

    inflate() returns Z_OK if some progress has been made (more input
  processed or more output produced), Z_STREAM_END if the end of the
  compressed data has been reached and all uncompressed output has been
  produced, Z_DATA_ERROR if the input data was corrupted, Z_STREAM_ERROR if
  the stream structure was inconsistent (for example if next_in or next_out
  was NULL), Z_MEM_ERROR if there was not enough memory, Z_BUF_ERROR if no
  progress is possible or if there was not enough room in the output buffer
  when Z_FINISH is used. In the Z_DATA_ERROR case, the application may then
  call inflateSync to look for a good compression block.  */


extern int inflateEnd OF((z_stream *strm));
/*
     All dynamically allocated data structures for this stream are freed.
   This function discards any unprocessed input and does not flush any
   pending output.

     inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
   was inconsistent. In the error case, msg may be set but then points to a
   static string (which must not be deallocated).
*/

                        /* advanced functions */

/*
    The following functions are needed only in some special applications.
*/

extern int deflateInit2 OF((z_stream *strm,
                            int  level,
                            int  method,
                            int  windowBits,
                            int  memLevel,
                            int  strategy,
			    int  minCompression));
/*   
     This is another version of deflateInit with more compression options. The
   fields next_in, zalloc and zfree must be initialized before by the caller.

     The method parameter is the compression method. It must be 8 in this
   version of the library. (Method 9 will allow a 64K history buffer and
   partial block flushes.)

     The windowBits parameter is the base two logarithm of the window size
   (the size of the history buffer).  It should be in the range 8..15 for this
   version of the library (the value 16 will be allowed for method 9). Larger
   values of this parameter result in better compression at the expense of
   memory usage. The default value is 15 if deflateInit is used instead.

    The memLevel parameter specifies how much memory should be allocated
   for the internal compression state. memLevel=1 uses minimum memory but
   is slow and reduces compression ratio; memLevel=9 uses maximum memory
   for optimal speed. The default value is 8. See zconf.h for total memory
   usage as a function of windowBits and memLevel.

     The strategy parameter is used to tune the compression algorithm. Use
   the value Z_DEFAULT_STRATEGY for normal data, Z_FILTERED for data
   produced by a filter (or predictor), or Z_HUFFMAN_ONLY to force Huffman
   encoding only (no string match).  Filtered data consists mostly of small
   values with a somewhat random distribution. In this case, the
   compression algorithm is tuned to compress them better. The strategy
   parameter only affects the compression ratio but not the correctness of
   the compressed output even if it is not set appropriately.

     The minCompression parameter specifies the minimum reduction in size
   required for a compressed block to be output when Z_PACKET_FLUSH is
   used (see the description of deflate above).

     If next_in is not null, the library will use this buffer to hold also
   some history information; the buffer must either hold the entire input
   data, or have at least 1<<(windowBits+1) bytes and be writable. If next_in
   is null, the library will allocate its own history buffer (and leave next_in
   null). next_out need not be provided here but must be provided by the
   application for the next call of deflate().

     If the history buffer is provided by the application, next_in must
   must never be changed by the application since the compressor maintains
   information inside this buffer from call to call; the application
   must provide more input only by increasing avail_in. next_in is always
   reset by the library in this case.

      deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was
   not enough memory, Z_STREAM_ERROR if a parameter is invalid (such as
   an invalid method). msg is set to null if there is no error message.
   deflateInit2 does not perform any compression: this will be done by
   deflate().
*/
                            
extern int deflateCopy OF((z_stream *dest,
                           z_stream *source));
/*
     Sets the destination stream as a complete copy of the source stream.  If
   the source stream is using an application-supplied history buffer, a new
   buffer is allocated for the destination stream.  The compressed output
   buffer is always application-supplied. It's the responsibility of the
   application to provide the correct values of next_out and avail_out for the
   next call of deflate.

     This function is useful when several compression strategies will be
   tried, for example when there are several ways of pre-processing the input
   data with a filter. The streams that will be discarded should then be freed
   by calling deflateEnd.  Note that deflateCopy duplicates the internal
   compression state which can be quite large, so this strategy is slow and
   can consume lots of memory.

      deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
   enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
   (such as zalloc being NULL). msg is left unchanged in both source and
   destination.
*/

extern int deflateReset OF((z_stream *strm));
/*
     This function is equivalent to deflateEnd followed by deflateInit,
   but does not free and reallocate all the internal compression state.
   The stream will keep the same compression level and any other attributes
   that may have been set by deflateInit2.

      deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
   stream state was inconsistent (such as zalloc or state being NULL).
*/

extern int inflateInit2 OF((z_stream *strm,
                            int  windowBits));
/*   
     This is another version of inflateInit with more compression options. The
   fields next_out, zalloc and zfree must be initialized before by the caller.

     The windowBits parameter is the base two logarithm of the maximum window
   size (the size of the history buffer).  It should be in the range 8..15 for
   this version of the library (the value 16 will be allowed soon). The
   default value is 15 if inflateInit is used instead. If a compressed stream
   with a larger window size is given as input, inflate() will return with
   the error code Z_DATA_ERROR instead of trying to allocate a larger window.

     If next_out is not null, the library will use this buffer for the history
   buffer; the buffer must either be large enough to hold the entire output
   data, or have at least 1<<windowBits bytes.  If next_out is null, the
   library will allocate its own buffer (and leave next_out null). next_in
   need not be provided here but must be provided by the application for the
   next call of inflate().

     If the history buffer is provided by the application, next_out must
   never be changed by the application since the decompressor maintains
   history information inside this buffer from call to call; the application
   can only reset next_out to the beginning of the history buffer when
   avail_out is zero and all output has been consumed.

      inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was
   not enough memory, Z_STREAM_ERROR if a parameter is invalid (such as
   windowBits < 8). msg is set to null if there is no error message.
   inflateInit2 does not perform any decompression: this will be done by
   inflate().
*/

extern int inflateSync OF((z_stream *strm));
/* 
    Skips invalid compressed data until the special marker (see deflate()
  above) can be found, or until all available input is skipped. No output
  is provided.

    inflateSync returns Z_OK if the special marker has been found, Z_BUF_ERROR
  if no more input was provided, Z_DATA_ERROR if no marker has been found,
  or Z_STREAM_ERROR if the stream structure was inconsistent. In the success
  case, the application may save the current current value of total_in which
  indicates where valid compressed data was found. In the error case, the
  application may repeatedly call inflateSync, providing more input each time,
  until success or end of the input data.
*/

extern int inflateReset OF((z_stream *strm));
/*
     This function is equivalent to inflateEnd followed by inflateInit,
   but does not free and reallocate all the internal decompression state.
   The stream will keep attributes that may have been set by inflateInit2.

      inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
   stream state was inconsistent (such as zalloc or state being NULL).
*/

extern int inflateIncomp OF((z_stream *strm));
/*
     This function adds the data at next_in (avail_in bytes) to the output
   history without performing any output.  There must be no pending output,
   and the decompressor must be expecting to see the start of a block.
   Calling this function is equivalent to decompressing a stored block
   containing the data at next_in (except that the data is not output).
*/

                        /* checksum functions */

/*
     This function is not related to compression but is exported
   anyway because it might be useful in applications using the
   compression library.
*/

extern uLong adler32 OF((uLong adler, Bytef *buf, uInt len));

/*
     Update a running Adler-32 checksum with the bytes buf[0..len-1] and
   return the updated checksum. If buf is NULL, this function returns
   the required initial value for the checksum.
   An Adler-32 checksum is almost as reliable as a CRC32 but can be computed
   much faster. Usage example:

     uLong adler = adler32(0L, Z_NULL, 0);

     while (read_buffer(buffer, length) != EOF) {
       adler = adler32(adler, buffer, length);
     }
     if (adler != original_adler) error();
*/

#ifndef _Z_UTIL_H
    struct internal_state {int dummy;}; /* hack for buggy compilers */
#endif

#endif /* _ZLIB_H */
2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 5053 5054 5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269 5270 5271 5272 5273 5274 5275 5276 5277 5278 5279 5280 5281 5282 5283 5284 5285 5286 5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 5318 5319 5320 5321 5322 5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 5335 5336 5337 5338 5339 5340 5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 5464 5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 5490 5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 5505 5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654 5655 5656 5657 5658 5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 5672 5673 5674 5675 5676 5677 5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 5700 5701 5702 5703 5704 5705 5706 5707 5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 5729 5730 5731 5732 5733 5734 5735 5736 5737 5738 5739 5740 5741 5742 5743 5744 5745 5746 5747 5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 5758 5759 5760 5761 5762 5763 5764 5765 5766 5767 5768 5769 5770 5771 5772 5773 5774 5775 5776 5777 5778 5779 5780 5781 5782 5783 5784 5785 5786 5787 5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 5801 5802 5803 5804 5805 5806 5807 5808 5809 5810 5811 5812 5813 5814 5815 5816 5817 5818 5819 5820 5821 5822 5823 5824 5825 5826 5827 5828 5829 5830 5831 5832 5833 5834 5835 5836 5837 5838 5839 5840 5841 5842 5843 5844 5845 5846 5847 5848 5849 5850 5851 5852 5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 5866 5867 5868 5869 5870 5871 5872 5873 5874 5875 5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 5902 5903 5904 5905 5906 5907 5908 5909 5910 5911 5912 5913 5914 5915 5916 5917 5918 5919 5920 5921 5922 5923 5924 5925 5926 5927 5928 5929 5930 5931 5932 5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 5956 5957 5958 5959 5960 5961 5962 5963 5964 5965 5966 5967 5968 5969 5970 5971 5972 5973 5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 5984 5985 5986 5987 5988 5989 5990 5991 5992 5993 5994 5995 5996 5997 5998 5999 6000 6001 6002 6003 6004 6005 6006 6007 6008 6009 6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 6022 6023 6024 6025 6026 6027 6028 6029 6030 6031 6032 6033 6034 6035 6036 6037 6038 6039 6040 6041 6042 6043 6044 6045 6046 6047 6048 6049 6050 6051 6052 6053 6054 6055 6056 6057 6058 6059 6060 6061 6062 6063 6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111 6112 6113 6114 6115 6116 6117 6118 6119 6120 6121 6122 6123 6124 6125 6126 6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138 6139 6140 6141 6142 6143 6144 6145 6146 6147 6148 6149 6150 6151 6152 6153 6154 6155 6156 6157 6158 6159 6160 6161 6162 6163 6164 6165 6166 6167 6168 6169 6170 6171 6172 6173 6174 6175 6176 6177 6178 6179 6180 6181 6182 6183 6184 6185 6186 6187 6188 6189 6190 6191 6192 6193 6194 6195 6196 6197 6198 6199 6200 6201 6202 6203 6204 6205 6206 6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 6238 6239 6240 6241 6242 6243 6244 6245 6246 6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 6259 6260 6261 6262 6263 6264 6265 6266 6267 6268 6269 6270 6271 6272 6273 6274 6275 6276 6277 6278 6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 6316 6317 6318 6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 6341 6342 6343 6344 6345 6346 6347 6348 6349 6350 6351 6352 6353 6354 6355 6356 6357 6358 6359 6360 6361 6362 6363 6364 6365 6366 6367 6368 6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 6387 6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 6398 6399 6400 6401 6402 6403 6404 6405 6406 6407 6408 6409 6410 6411 6412 6413 6414 6415 6416 6417 6418 6419 6420 6421 6422 6423 6424 6425 6426 6427 6428 6429 6430 6431 6432 6433 6434 6435 6436 6437 6438 6439
# translation of drakx-net-az.po to Azerbaijani
# translation of drakx-net-az.po to Azerbaijani Turkish
# drakx-net-az.po faylının Azərbaycan dilinə tərcüməsi
# Copyright (C) 2000,2003, 2004 Free Software Foundation, Inc.
# Copyright (c) 2000 Mageia
# Vasif Ismailoglu MD<azerb_linux@hotmail.com> , 2000-2001
# Mətin Əmirov <metin@karegen.com>, 2001-2003, 2004.
#
msgid ""
msgstr ""
"Project-Id-Version: drakx-net-az\n"
"POT-Creation-Date: 2011-05-03 15:42+0200\n"
"PO-Revision-Date: 2005-03-31 14:21+0200\n"
"Last-Translator: Mətin Əmirov <metin@karegen.com>\n"
"Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"
"Language: az\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.3.1\n"

#: ../bin/drakconnect-old:45
#, c-format
msgid "Network configuration (%d adapters)"
msgstr "Şəbəkə quraşdırılması (%d adapter)"

#: ../bin/drakconnect-old:64 ../bin/drakinvictus:105
#, c-format
msgid "Interface"
msgstr "Ara üz"

#: ../bin/drakconnect-old:64 ../bin/drakconnect-old:208 ../bin/drakhosts:187
#: ../lib/network/connection/ethernet.pm:141 ../lib/network/netconnect.pm:633
#: ../lib/network/vpn/openvpn.pm:223
#, c-format
msgid "IP address"
msgstr "IP ünvanı"

#: ../bin/drakconnect-old:64 ../bin/drakids:261
#: ../lib/network/netconnect.pm:477
#, c-format
msgid "Protocol"
msgstr "Protokol"

#: ../bin/drakconnect-old:64 ../lib/network/netconnect.pm:463
#, c-format
msgid "Driver"
msgstr "Sürücü"

#: ../bin/drakconnect-old:64
#, c-format
msgid "State"
msgstr "Vəziyyət"

#: ../bin/drakconnect-old:79
#, c-format
msgid "Hostname: "
msgstr "Ev sahibi adı: "

#: ../bin/drakconnect-old:81
#, c-format
msgid "Configure hostname..."
msgstr "Qovşaq adını quraşdır..."

#: ../bin/drakconnect-old:95 ../bin/drakconnect-old:171
#, c-format
msgid "LAN configuration"
msgstr "Yerli Şəbəkə (lAN) quraşdırılması"

#: ../bin/drakconnect-old:100
#, c-format
msgid "Configure Local Area Network..."
msgstr "Yerli Şəbəkəni Quraşdır..."

#: ../bin/drakconnect-old:106 ../bin/draknfs:192 ../bin/net_applet:217
#, c-format
msgid "Help"
msgstr "Yardım"

#: ../bin/drakconnect-old:108 ../bin/drakinvictus:140
#, c-format
msgid "Apply"
msgstr "Tədbiq Et"

#: ../bin/drakconnect-old:110 ../bin/drakconnect-old:263
#: ../bin/draknetprofile:159 ../bin/net_monitor:388
#, c-format
msgid "Cancel"
msgstr "Ləğv Et"

#: ../bin/drakconnect-old:111 ../bin/drakconnect-old:178
#: ../bin/drakconnect-old:265 ../bin/draknetprofile:161 ../bin/net_monitor:389
#, c-format
msgid "Ok"
msgstr "Oldu"

#: ../bin/drakconnect-old:113 ../bin/drakgw:351 ../bin/draknfs:584
#: ../bin/draksambashare:229 ../lib/network/connection_manager.pm:74
#: ../lib/network/connection_manager.pm:89
#: ../lib/network/connection_manager.pm:206
#: ../lib/network/connection_manager.pm:235
#: ../lib/network/connection_manager.pm:353 ../lib/network/drakvpn.pm:49
#: ../lib/network/netcenter.pm:150 ../lib/network/netconnect.pm:186
#: ../lib/network/netconnect.pm:208 ../lib/network/netconnect.pm:305
#: ../lib/network/netconnect.pm:733 ../lib/network/thirdparty.pm:352
#: ../lib/network/thirdparty.pm:367
#, c-format
msgid "Please wait"
msgstr "Xahiş edirik, gözləyin"

#: ../bin/drakconnect-old:115
#, c-format
msgid "Please Wait... Applying the configuration"
msgstr "Xahiş edirik, gözləyin... Qurğular tətbiq edilir"

#: ../bin/drakconnect-old:141
#, c-format
msgid "Deactivate now"
msgstr "İndi qeyri-fəallaşdır"

#: ../bin/drakconnect-old:141
#, c-format
msgid "Activate now"
msgstr "İndi fəallaşdır"

#: ../bin/drakconnect-old:175
#, c-format
msgid ""
"You do not have any configured interface.\n"
"Configure them first by clicking on 'Configure'"
msgstr ""
"Qurulu ara üzünüz yoxdur.\n"
"Əvvəlcə onları  'Quraşdır'a basaraq qurun"

#: ../bin/drakconnect-old:189
#, c-format
msgid "LAN Configuration"
msgstr "Yerli Şəbəkə Quraşdırılması"

#: ../bin/drakconnect-old:201
#, c-format
msgid "Adapter %s: %s"
msgstr "%s Adapteri: %s"

#: ../bin/drakconnect-old:209 ../bin/drakgw:181
#: ../lib/network/connection/ethernet.pm:148
#, c-format
msgid "Netmask"
msgstr "Netmask"

#: ../bin/drakconnect-old:210
#, c-format
msgid "Boot Protocol"
msgstr "Açılış Protokolu"

#: ../bin/drakconnect-old:211
#, c-format
msgid "Started on boot"
msgstr "Açılışda başladılır"

#: ../bin/drakconnect-old:212 ../lib/network/connection/ethernet.pm:159
#, c-format
msgid "DHCP client"
msgstr "DHCP alıcısı"

#: ../bin/drakconnect-old:247
#, fuzzy, c-format
msgid ""
"This interface has not been configured yet.\n"
"Run the \"%s\" assistant from the Mageia Linux Control Center"
msgstr ""
"BU ara üz hələlik quraşdırılmayıb.\n"
"Ana pəncərədə quraşdırma sehirbazını işə salın"

#: ../bin/drakconnect-old:247 ../bin/net_applet:105
#, fuzzy, c-format
msgid "Set up a new network interface (LAN, ISDN, ADSL, ...)"
msgstr "Şəbəkə ara üzünü sil"

#: ../bin/drakconnect-old:273 ../bin/drakconnect-old:305
#: ../lib/network/drakconnect.pm:16
#, c-format
msgid "No IP"
msgstr "IP yoxdur"

#: ../bin/drakconnect-old:306 ../lib/network/drakconnect.pm:17
#, c-format
msgid "No Mask"
msgstr "Maskasız"

#: ../bin/drakconnect-old:307 ../lib/network/drakconnect.pm:18
#, c-format
msgid "up"
msgstr "yuxarı"

#: ../bin/drakconnect-old:307 ../lib/network/drakconnect.pm:18
#, c-format
msgid "down"
msgstr "aşağı"

#: ../bin/drakgw:71
#, c-format
msgid "Internet Connection Sharing"
msgstr "İnternet Bağlantısı Bölüşdürülməsi"

#: ../bin/drakgw:75
#, fuzzy, c-format
msgid ""
"You are about to configure your computer to share its Internet connection.\n"
"With that feature, other computers on your local network will be able to use "
"this computer's Internet connection.\n"
"\n"
"Make sure you have configured your Network/Internet access using drakconnect "
"before going any further.\n"
"\n"
"Note: you need a dedicated Network Adapter to set up a Local Area Network "
"(LAN). Please disable Mageia Firewall for the network adapter connected to "
"your LAN connection before proceeding."
msgstr ""
"Kompüterınızi İnternet bağlantısını bölüşdürmək üçün quraşdırırsınız.\n"
"Bu seçimlələ yerli şəbəkənizdəki başqa kompüterlər sizin İnternet "
"bağlantınızdan faydalana biləcək.\n"
"\n"
"İrəli getmədən əvvəl drakconnect işlədərək Şəbəkə/İnternet bağlantınızı "
"quraşdırdığınızdan əmin olun.\n"
"\n"
"Qeyd: Yerli Şəbəkə (LAN) qurmaq üçün uyğun Şəbəkə Adapterinə ehtiyacınız var."

#: ../bin/drakgw:91
#, c-format
msgid ""
"The setup of Internet Connection Sharing has already been done.\n"
"It's currently enabled.\n"
"\n"
"What would you like to do?"
msgstr ""
"İnternet Bağlantısı Bölüşdürülməsi qurulması artıq bitdi.\n"
"Və artıq fəallaşdırılmışdır.\n"
"\n"
"Nə etmək istəyirsiniz?"

#: ../bin/drakgw:95
#, c-format
msgid ""
"The setup of Internet connection sharing has already been done.\n"
"It's currently disabled.\n"
"\n"
"What would you like to do?"
msgstr ""
"İnternet Bağlantısı Bölüşdürülməsi quraşdırılması onsuzda edilib.\n"
"Hazırda qeyri-fəaldır.\n"
"\n"
"Nə etmək istəyirsiniz?"

#: ../bin/drakgw:101
#, c-format
msgid "Disable"
msgstr "Qeyri-fəallaşdır"

#: ../bin/drakgw:101
#, c-format
msgid "Enable"
msgstr "Fəallaşdır"

#: ../bin/drakgw:101
#, c-format
msgid "Reconfigure"
msgstr "Yenidən Qur"

#: ../bin/drakgw:122
#, c-format
msgid "Please select the network interface directly connected to the internet."
msgstr ""

#: ../bin/drakgw:123 ../lib/network/netconnect.pm:379
#: ../lib/network/netconnect.pm:414
#, c-format
msgid "Net Device"
msgstr "Şəbəkə Avadanlığı"

#: ../bin/drakgw:141
#, c-format
msgid ""
"There is only one network adapter on your system configured for LAN "
"connections:\n"
"\n"
"%s\n"
"\n"
"I am about to setup your Local Area Network with that adapter.\n"
"\n"
"If you have any other adapter connected to Local Area Network,\n"
"disable the firewall protection on it using drakfirewall before\n"
"configuring Internet Connection sharing."
msgstr ""

#: ../bin/drakgw:156
#, c-format
msgid ""
"Please choose what network adapter will be connected to your Local Area "
"Network."
msgstr ""
"Xahiş edirik, Yerli Sahə Şəbəkənizə (LAN) bağlanacaq şəbəkə avadanlığını "
"seçin."

#: ../bin/drakgw:177
#, fuzzy, c-format
msgid "Local Area Network settings"
msgstr "Yerli Şəbəkə ünvanı"

#: ../bin/drakgw:180 ../lib/network/vpn/openvpn.pm:229
#, fuzzy, c-format
msgid "Local IP address"
msgstr "IP ünvanı"

#: ../bin/drakgw:182
#, c-format
msgid "The internal domain name"
msgstr "Daxili domen adı"

#: ../bin/drakgw:188 ../bin/drakhosts:100 ../bin/drakhosts:236
#: ../bin/drakhosts:243 ../bin/drakhosts:250 ../bin/drakinvictus:72
#: ../bin/draknetprofile:166 ../bin/draknetprofile:186 ../bin/draknfs:93
#: ../bin/draknfs:282 ../bin/draknfs:429 ../bin/draknfs:431 ../bin/draknfs:434
#: ../bin/draknfs:526 ../bin/draknfs:533 ../bin/draknfs:605 ../bin/draknfs:612
#: ../bin/draknfs:619 ../bin/draksambashare:393 ../bin/draksambashare:400
#: ../bin/draksambashare:403 ../bin/draksambashare:455
#: ../bin/draksambashare:479 ../bin/draksambashare:552
#: ../bin/draksambashare:629 ../bin/draksambashare:695
#: ../bin/draksambashare:795 ../bin/draksambashare:803
#: ../bin/draksambashare:942 ../bin/draksambashare:1096
#: ../bin/draksambashare:1115 ../bin/draksambashare:1147
#: ../bin/draksambashare:1253 ../bin/draksambashare:1355
#: ../bin/draksambashare:1364 ../bin/draksambashare:1386
#: ../bin/draksambashare:1395 ../bin/draksambashare:1414
#: ../bin/draksambashare:1423 ../bin/draksambashare:1435
#: ../lib/network/connection/xdsl.pm:361
#: ../lib/network/connection_manager.pm:62
#: ../lib/network/connection_manager.pm:68
#: ../lib/network/connection_manager.pm:84
#: ../lib/network/connection_manager.pm:92
#: ../lib/network/connection_manager.pm:177
#: ../lib/network/connection_manager.pm:181
#: ../lib/network/connection_manager.pm:223
#: ../lib/network/connection_manager.pm:481 ../lib/network/drakvpn.pm:45
#: ../lib/network/drakvpn.pm:52 ../lib/network/ndiswrapper.pm:30
#: ../lib/network/ndiswrapper.pm:45 ../lib/network/ndiswrapper.pm:118
#: ../lib/network/ndiswrapper.pm:124 ../lib/network/netconnect.pm:135
#: ../lib/network/netconnect.pm:188 ../lib/network/netconnect.pm:234
#: ../lib/network/netconnect.pm:275 ../lib/network/netconnect.pm:847
#: ../lib/network/thirdparty.pm:123 ../lib/network/thirdparty.pm:141
#: ../lib/network/thirdparty.pm:230 ../lib/network/thirdparty.pm:232
#: ../lib/network/thirdparty.pm:253
#, c-format
msgid "Error"
msgstr "Xəta"

#: ../bin/drakgw:188
#, c-format
msgid "Potential LAN address conflict found in current config of %s!\n"
msgstr "Hazırkı %s quğusunda bir LAN ünvan toqquşması tapıldı!\n"

#: ../bin/drakgw:204
#, fuzzy, c-format
msgid "Domain Name Server (DNS) configuration"
msgstr "Terminal Server Quraşdırılması"

#: ../bin/drakgw:208
#, c-format
msgid "Use this gateway as domain name server"
msgstr ""

#: ../bin/drakgw:209
#, c-format
msgid "The DNS Server IP"
msgstr "DNS Verici IP'si"

#: ../bin/drakgw:236
#, fuzzy, c-format
msgid ""
"DHCP Server Configuration.\n"
"\n"
"Here you can select different options for the DHCP server configuration.\n"
"If you do not know the meaning of an option, simply leave it as it is."
msgstr ""
"DHCP Verici Quraşdırılması.\n"
"\n"
"Burada, DHCP verici quraşdırılması üçün fərqli seçimləri seçə bilərsiniz.\n"
"Əgər bir seçimin mə'nasını bilmirsinizsə, onu olduğu kimi saxlayın.\n"
"\n"

#: ../bin/drakgw:243
#, fuzzy, c-format
msgid "Use automatic configuration (DHCP)"
msgstr "Avtomatik yenidən quraşdırma"

#: ../bin/drakgw:244
#, c-format
msgid "The DHCP start range"
msgstr "The DHCP başlama aralığı"

#: ../bin/drakgw:245
#, c-format
msgid "The DHCP end range"
msgstr "DHCP son silsiləsi"

#: ../bin/drakgw:246
#, c-format
msgid "The default lease (in seconds)"
msgstr "Əsas icarə (saniyə olaraq)"

#: ../bin/drakgw:247
#, c-format
msgid "The maximum lease (in seconds)"
msgstr "Maksimal icarə (saniyə olaraq)"

#: ../bin/drakgw:270
#, c-format
msgid "Proxy caching server (SQUID)"
msgstr ""

#: ../bin/drakgw:274
#, c-format
msgid "Use this gateway as proxy caching server"
msgstr ""

#: ../bin/drakgw:275
#, c-format
msgid "Admin mail"
msgstr ""

#: ../bin/drakgw:276
#, fuzzy, c-format
msgid "Visible hostname"
msgstr "Uzaq qovşaq adı"

#: ../bin/drakgw:277
#, fuzzy, c-format
msgid "Proxy port"
msgstr "Xassə"

#: ../bin/drakgw:278
#, fuzzy, c-format
msgid "Cache size (MB)"
msgstr "Ön yaddaş böyüklüyü"

#: ../bin/drakgw:297
#, fuzzy, c-format
msgid "Broadcast printer information"
msgstr "Sabit disk mə'lumatı"

#: ../bin/drakgw:308
#, c-format
msgid ""
"No ethernet network adapter configured for LAN has been detected on your "
"system.\n"
"\n"
"Please run the hardware configuration tool to configure it, and ensure that "
"the Mageia firewall is not enabled for network adapter connected to your LAN "
"network."
msgstr ""

#: ../bin/drakgw:316
#, c-format
msgid "Internet Connection Sharing is now enabled."
msgstr "İnternet Bağlantısı Bölüşdürülməsi indi açıldı"

#: ../bin/drakgw:322
#, c-format
msgid "Internet Connection Sharing is now disabled."
msgstr "İnternet Bağlantısı Bölüşdürülməsi indi bağlandı"

#: ../bin/drakgw:328
#, fuzzy, c-format
msgid ""
"Everything has been configured.\n"
"You may now share Internet connection with other computers on your Local "
"Area Network, using automatic network configuration (DHCP) and\n"
" a Transparent Proxy Cache server (SQUID)."
msgstr ""
"Hər şey quruldu.\n"
"İndi isə İnternet bağlantınızı yerli şəbəkədəkı başqa kompüterlər ilə "
"bölüşdürə bilərsiniz, bunun üçün isə avtomatik şəbəkə quraşdırılması (DHCP) "
"işlədilir."

#: ../bin/drakgw:351
#, c-format
msgid "Disabling servers..."
msgstr "Vericilər bağlanır..."

#: ../bin/drakgw:365
#, c-format
msgid "Firewalling configuration detected!"
msgstr "Atəş divarı quruluşu tapıldı!"

#: ../bin/drakgw:366
#, c-format
msgid ""
"Warning! An existing firewalling configuration has been detected. You may "
"need some manual fixes after installation."
msgstr ""
"Diqqət! Var olan Firewall qurğusu tapıldı. Yükləmədən sonra bir az əl "
"gəzdirə bilərsiniz."

#: ../bin/drakgw:371
#, c-format
msgid "Configuring..."
msgstr "Quraşdırılır..."

#: ../bin/drakgw:372
#, c-format
msgid "Configuring firewall..."
msgstr ""

#: ../bin/drakhosts:100
#, c-format
msgid "Please add an host to be able to modify it."
msgstr ""

#: ../bin/drakhosts:110
#, fuzzy, c-format
msgid "Please modify information"
msgstr "Ətraflı mə'lumatı"

#: ../bin/drakhosts:111
#, fuzzy, c-format
msgid "Please delete information"
msgstr "Ətraflı mə'lumatı"

#: ../bin/drakhosts:112
#, fuzzy, c-format
msgid "Please add information"
msgstr "Ətraflı mə'lumatı"

#: ../bin/drakhosts:116
#, c-format
msgid "IP address:"
msgstr "IP Ünvanı:"

#: ../bin/drakhosts:117
#, c-format
msgid "Host name:"
msgstr "Kompüter adı:"

#: ../bin/drakhosts:118
#, fuzzy, c-format
msgid "Host Aliases:"
msgstr "Ev sahibi adı"

#: ../bin/drakhosts:122 ../bin/draknfs:116 ../bin/draksambashare:230
#: ../bin/draksambashare:253 ../bin/draksambashare:397
#: ../bin/draksambashare:625 ../bin/draksambashare:791
#, c-format
msgid "Error!"
msgstr "Xəta!"

#: ../bin/drakhosts:122
#, fuzzy, c-format
msgid "Please enter a valid IP address."
msgstr "Şəbəkə keçişi IP ünvanı"

#: ../bin/drakhosts:187 ../lib/network/connection/ethernet.pm:225
#, c-format
msgid "Host name"
msgstr "Ev sahibi adı"

#: ../bin/drakhosts:187
#, fuzzy, c-format
msgid "Host Aliases"
msgstr "Ev sahibi adı"

#: ../bin/drakhosts:197 ../bin/drakhosts:227
#, fuzzy, c-format
msgid "Manage hosts definitions"
msgstr "Bağlantıları idarə et"

#: ../bin/drakhosts:213 ../bin/drakhosts:240 ../bin/draknfs:369
#, c-format
msgid "Modify entry"
msgstr ""

#: ../bin/drakhosts:232 ../bin/draknfs:601 ../bin/draksambashare:1348
#: ../bin/draksambashare:1379 ../bin/draksambashare:1410
#, c-format
msgid "Add"
msgstr "Əlavə et"

#: ../bin/drakhosts:233
#, fuzzy, c-format
msgid "Add entry"
msgstr "Çapçı Əlavə Et"

#: ../bin/drakhosts:236
#, c-format
msgid "Failed to add host."
msgstr ""

#: ../bin/drakhosts:239 ../bin/draknfs:608 ../bin/draksambashare:1305
#: ../bin/draksambashare:1350 ../bin/draksambashare:1381
#: ../bin/draksambashare:1418
#, c-format
msgid "Modify"
msgstr "Təkmilləşdir"

#: ../bin/drakhosts:243
#, c-format
msgid "Failed to Modify host."
msgstr ""

#: ../bin/drakhosts:246 ../bin/drakids:95 ../bin/drakids:104
#: ../bin/draknfs:615 ../bin/draksambashare:1306 ../bin/draksambashare:1358
#: ../bin/draksambashare:1389 ../bin/draksambashare:1426
#, c-format
msgid "Remove"
msgstr "Sil"

#: ../bin/drakhosts:250
#, c-format
msgid "Failed to remove host."
msgstr ""

#: ../bin/drakhosts:253 ../bin/drakinvictus:141 ../bin/draknetprofile:219
#: ../bin/net_applet:221 ../lib/network/drakroam.pm:93
#: ../lib/network/netcenter.pm:178
#, c-format
msgid "Quit"
msgstr "Çıx"

#: ../bin/drakids:28
#, fuzzy, c-format
msgid "Allowed addresses"
msgstr "Bütün istifadəçilərə icazə ver"

#: ../bin/drakids:40 ../bin/drakids:71 ../bin/drakids:190 ../bin/drakids:199
#: ../bin/drakids:224 ../bin/drakids:233 ../bin/drakids:243 ../bin/drakids:335
#: ../bin/net_applet:145 ../bin/net_applet:353
#: ../lib/network/drakfirewall.pm:309 ../lib/network/drakfirewall.pm:313
#, fuzzy, c-format
msgid "Interactive Firewall"
msgstr "Atəş Divarı"

#: ../bin/drakids:71 ../bin/drakids:190 ../bin/drakids:199 ../bin/drakids:224
#: ../bin/drakids:233 ../bin/drakids:243 ../bin/drakids:335
#: ../bin/net_applet:353
#, fuzzy, c-format
msgid "Unable to contact daemon"
msgstr "%s əksi ilə rabitə qurula bilmir"

#: ../bin/drakids:82 ../bin/drakids:110
#, c-format
msgid "Log"
msgstr "Qeyd"

#: ../bin/drakids:86 ../bin/drakids:105
#, fuzzy, c-format
msgid "Allow"
msgstr "Hamısı"

#: ../bin/drakids:87 ../bin/drakids:96
#, c-format
msgid "Block"
msgstr ""

#: ../bin/drakids:88 ../bin/drakids:97 ../bin/drakids:106 ../bin/drakids:117
#: ../bin/drakids:130 ../bin/drakids:138 ../bin/draknfs:197
#: ../bin/net_monitor:122
#, c-format
msgid "Close"
msgstr "Bağla"

#: ../bin/drakids:91
#, fuzzy, c-format
msgid "Allowed services"
msgstr "Bütün istifadəçilərə icazə ver"

#: ../bin/drakids:100
#, fuzzy, c-format
msgid "Blocked services"
msgstr "İstifadəçi fayllarının ehtiyat nüsxəsini çıxart"

#: ../bin/drakids:114
#, fuzzy, c-format
msgid "Clear logs"
msgstr "Hamısını təmizlə"

#: ../bin/drakids:115 ../bin/drakids:120
#, c-format
msgid "Blacklist"
msgstr ""

#: ../bin/drakids:116 ../bin/drakids:133
#, c-format
msgid "Whitelist"
msgstr ""

#: ../bin/drakids:124
#, fuzzy, c-format
msgid "Remove from blacklist"
msgstr "LVMdən ayır"

#: ../bin/drakids:125
#, c-format
msgid "Move to whitelist"
msgstr ""

#: ../bin/drakids:137
#, fuzzy, c-format
msgid "Remove from whitelist"
msgstr "LVMdən ayır"

#: ../bin/drakids:256
#, c-format
msgid "Date"
msgstr "Tarix"

#: ../bin/drakids:257
#, fuzzy, c-format
msgid "Remote host"
msgstr "Uzaq"

#: ../bin/drakids:258 ../lib/network/vpn/openvpn.pm:117
#, c-format
msgid "Type"
msgstr "Növ"

#: ../bin/drakids:259 ../bin/drakids:292
#, c-format
msgid "Service"
msgstr "Xidmət"

#: ../bin/drakids:260
#, c-format
msgid "Network interface"
msgstr "Şəbəkə ara üzü"

#: ../bin/drakids:291
#, c-format
msgid "Application"
msgstr "Proqram"

#: ../bin/drakids:293
#, c-format
msgid "Status"
msgstr "Vəziyyət"

#: ../bin/drakids:295
#, fuzzy, c-format
msgid "Allowed"
msgstr "Hamısı"

#: ../bin/drakids:296
#, c-format
msgid "Blocked"
msgstr ""

#: ../bin/drakinvictus:36
#, fuzzy, c-format
msgid "Invictus Firewall"
msgstr "Atəş divarı"

#: ../bin/drakinvictus:53
#, fuzzy, c-format
msgid "Start as master"
msgstr "Açılışda başladılır"

#: ../bin/drakinvictus:72
#, fuzzy, c-format
msgid "A password is required."
msgstr "Şifrə lazımdır"

#: ../bin/drakinvictus:100
#, c-format
msgid ""
"This tool allows to set up network interfaces failover and firewall "
"replication."
msgstr ""

#: ../bin/drakinvictus:102
#, c-format
msgid "Network redundancy (leave empty if interface is not used)"
msgstr ""

#: ../bin/drakinvictus:105
#, fuzzy, c-format
msgid "Real address"
msgstr "Mac Ünvanı"

#: ../bin/drakinvictus:105
#, c-format
msgid "Virtual shared address"
msgstr ""

#: ../bin/drakinvictus:105
#, c-format
msgid "Virtual ID"
msgstr ""

#: ../bin/drakinvictus:110 ../lib/network/netconnect.pm:615
#: ../lib/network/vpn/vpnc.pm:56
#, c-format
msgid "Password"
msgstr "Şifrə"

#: ../bin/drakinvictus:114
#, fuzzy, c-format
msgid "Firewall replication"
msgstr "Son həlledilirlik"

#: ../bin/drakinvictus:116
#, c-format
msgid "Synchronize firewall conntrack tables"
msgstr ""

#: ../bin/drakinvictus:123
#, fuzzy, c-format
msgid "Synchronization network interface"
msgstr "Sinxronlaşdırma vasitəsi"

#: ../bin/drakinvictus:132
#, fuzzy, c-format
msgid "Connection mark bit"
msgstr "Bağlantı"

#: ../bin/draknetprofile:37
#, fuzzy, c-format
msgid "Network profiles"
msgstr "Şəbəkə Seçimləri"

#: ../bin/draknetprofile:66
#, fuzzy, c-format
msgid "Module"
msgstr "Mod"

#: ../bin/draknetprofile:67
#, fuzzy, c-format
msgid "Enabled"
msgstr "Fəallaşdır"

#: ../bin/draknetprofile:68
#, c-format
msgid "Description"
msgstr "İzahat"

#: ../bin/draknetprofile:84
#, fuzzy, c-format
msgid "Profile"
msgstr "Profiller"

#: ../bin/draknetprofile:152
#, c-format
msgid "New profile..."
msgstr "Yeni profil..."

#: ../bin/draknetprofile:155
#, c-format
msgid ""
"Please specify the name of the new network profile to be created (e.g., "
"work, home, roaming, ..). This new profile will be created based on current "
"settings, and you'll be able to configure your system configuration as usual "
"afterwards."
msgstr ""

#: ../bin/draknetprofile:166
#, c-format
msgid "The \"%s\" profile already exists!"
msgstr "\"%s\" profili onsuz da mövcuddur!"

#: ../bin/draknetprofile:172
#, fuzzy, c-format
msgid "New profile created"
msgstr "Yeni profil..."

#: ../bin/draknetprofile:172
#, c-format
msgid ""
"You are now using network profile %s. You can configure your system as "
"usual, and all your network settings from now on will be saved into this "
"profile."
msgstr ""

#: ../bin/draknetprofile:183 ../lib/network/drakvpn.pm:70
#: ../lib/network/drakvpn.pm:100 ../lib/network/ndiswrapper.pm:103
#: ../lib/network/netconnect.pm:500
#, c-format
msgid "Warning"
msgstr "Xəbərdarlıq"

#: ../bin/draknetprofile:183
#, fuzzy, c-format
msgid "Are you sure you want to delete the default profile?"
msgstr "Hazırkı profili silə bilməzsiniz"

#: ../bin/draknetprofile:186
#, fuzzy, c-format
msgid ""
"You can not delete the current profile. Please switch to a different profile "
"first."
msgstr "Hazırkı profili silə bilməzsiniz"

#: ../bin/draknetprofile:194 ../bin/draknfs:356
#, fuzzy, c-format
msgid "Advanced"
msgstr "Ətraflı seçimlər"

#: ../bin/draknetprofile:198
#, fuzzy, c-format
msgid "Select the netprofile modules:"
msgstr "Silinəcək şəbəkə ara üzünü seç:"

#: ../bin/draknetprofile:211
#, c-format
msgid "This tool allows you to control network profiles."
msgstr ""

#: ../bin/draknetprofile:212
#, fuzzy, c-format
msgid "Select a network profile:"
msgstr "Provayderinizi seçin:"

#: ../bin/draknetprofile:216
#, c-format
msgid "Activate"
msgstr "İşə Sal"

#: ../bin/draknetprofile:217
#, c-format
msgid "New"
msgstr "Yeni"

#: ../bin/draknetprofile:218
#, c-format
msgid "Delete"
msgstr "Sil"

#: ../bin/draknfs:49
#, c-format
msgid "map root user as anonymous"
msgstr ""

#: ../bin/draknfs:50
#, c-format
msgid "map all users to anonymous user"
msgstr ""

#: ../bin/draknfs:51
#, c-format
msgid "No user UID mapping"
msgstr ""

#: ../bin/draknfs:52
#, c-format
msgid "allow real remote root access"
msgstr ""

#: ../bin/draknfs:66 ../bin/draknfs:67 ../bin/draknfs:68
#: ../bin/draksambashare:175 ../bin/draksambashare:176
#: ../bin/draksambashare:177
#, c-format
msgid "/_File"
msgstr "/_Fayl"

#: ../bin/draknfs:67 ../bin/draksambashare:176
#, c-format
msgid "/_Write conf"
msgstr ""

#: ../bin/draknfs:68 ../bin/draksambashare:177
#, c-format
msgid "/_Quit"
msgstr "/Çı_x"

#: ../bin/draknfs:68 ../bin/draksambashare:177
#, c-format
msgid "<control>Q"
msgstr "<control>Q"

#: ../bin/draknfs:71 ../bin/draknfs:72 ../bin/draknfs:73
#, fuzzy, c-format
msgid "/_NFS Server"
msgstr "DNS vericiləri"

#: ../bin/draknfs:72 ../bin/draksambashare:181
#, c-format
msgid "/_Restart"
msgstr ""

#: ../bin/draknfs:73 ../bin/draksambashare:182
#, c-format
msgid "/R_eload"
msgstr ""

#: ../bin/draknfs:92
#, c-format
msgid "NFS server"
msgstr "NFS vericisi"

#: ../bin/draknfs:92
#, c-format
msgid "Restarting/Reloading NFS server..."
msgstr ""

#: ../bin/draknfs:93
#, c-format
msgid "Error Restarting/Reloading NFS server"
msgstr ""

#: ../bin/draknfs:109 ../bin/draksambashare:246
#, fuzzy, c-format
msgid "Directory selection"
msgstr "İstiqamət"

#: ../bin/draknfs:116 ../bin/draksambashare:253
#, c-format
msgid "Should be a directory."
msgstr ""

#: ../bin/draknfs:146
#, c-format
msgid ""
"<span weight=\"bold\">NFS clients</span> may be specified in a number of "
"ways:\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">single host:</span> a host either by an "
"abbreviated name recognized be the resolver, fully qualified domain name, or "
"an IP address\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">netgroups:</span> NIS netgroups may be given "
"as @group.\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">wildcards:</span> machine names may contain "
"the wildcard characters * and ?. For instance: *.cs.foo.edu  matches all  "
"hosts  in the domain cs.foo.edu.\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">IP networks:</span> you can also export "
"directories to all hosts on an IP (sub-)network simultaneously. for example, "
"either `/255.255.252.0' or  `/22'  appended to the network base address "
"result.\n"
msgstr ""

#: ../bin/draknfs:161
#, c-format
msgid ""
"<span weight=\"bold\">User ID options</span>\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">map root user as anonymous:</span> map "
"requests from uid/gid 0 to the anonymous uid/gid (root_squash).\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">allow real remote root access:</span> turn "
"off root squashing. This option is mainly useful for diskless clients "
"(no_root_squash).\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">map all users to anonymous user:</span> map "
"all uids and gids to the anonymous  user (all_squash). Useful for NFS-"
"exported public FTP directories, news spool directories, etc. The opposite "
"option is no user UID mapping (no_all_squash), which is the default "
"setting.\n"
"\n"
"\n"
"<span foreground=\"royalblue3\">anonuid and anongid:</span> explicitly set "
"the uid and gid of the anonymous account.\n"
msgstr ""

#: ../bin/draknfs:177
#, c-format
msgid "Synchronous access:"
msgstr ""

#: ../bin/draknfs:178
#, fuzzy, c-format
msgid "Secured Connection:"
msgstr "İnternet bağlantısı"

#: ../bin/draknfs:179
#, c-format
msgid "Read-Only share:"
msgstr ""

#: ../bin/draknfs:180
#, c-format
msgid "Subtree checking:"
msgstr ""

#: ../bin/draknfs:182
#, c-format
msgid "Advanced Options"
msgstr ""

#: ../bin/draknfs:183
#, c-format
msgid ""
"<span foreground=\"royalblue3\">%s</span> this option requires that requests "
"originate on an internet port less than IPPORT_RESERVED (1024). This option "
"is on by default."
msgstr ""

#: ../bin/draknfs:184
#, c-format
msgid ""
"<span foreground=\"royalblue3\">%s</span> allow either only read or both "
"read and write requests on this NFS volume. The default is to disallow any "
"request which changes the filesystem. This can also be made explicit by "
"using this option."
msgstr ""

#: ../bin/draknfs:185
#, c-format
msgid ""
"<span foreground=\"royalblue3\">%s</span> disallows the NFS server to "
"violate the NFS protocol and to reply to requests before any changes made by "
"these requests have been committed to stable storage (e.g. disc drive)."
msgstr ""

#: ../bin/draknfs:186
#, c-format
msgid ""
"<span foreground=\"royalblue3\">%s</span> enable subtree checking which can "
"help improve security in some cases, but can decrease reliability. See "
"exports(5) man page for more details."
msgstr ""

#: ../bin/draknfs:191 ../bin/draksambashare:623 ../bin/draksambashare:789
#, c-format
msgid "Information"
msgstr "Mə'lumat"

#: ../bin/draknfs:271
#, c-format
msgid "Directory"
msgstr "Qovluq"

#: ../bin/draknfs:282
#, c-format
msgid "Please add an NFS share to be able to modify it."
msgstr ""

#: ../bin/draknfs:379
#, c-format
msgid "NFS directory"
msgstr ""

#: ../bin/draknfs:380 ../bin/draksambashare:382 ../bin/draksambashare:588
#: ../bin/draksambashare:766
#, c-format
msgid "Directory:"
msgstr "Qovluq:"

#: ../bin/draknfs:381
#, fuzzy, c-format
msgid "Host access"
msgstr "Ev sahibi adı"

#: ../bin/draknfs:382
#, c-format
msgid "Access:"
msgstr "İcazə:"

#: ../bin/draknfs:383
#, c-format
msgid "User ID Mapping"
msgstr ""

#: ../bin/draknfs:384
#, c-format
msgid "User ID:"
msgstr ""

#: ../bin/draknfs:385
#, c-format
msgid "Anonymous user ID:"
msgstr ""

#: ../bin/draknfs:386
#, c-format
msgid "Anonymous Group ID:"
msgstr ""

#: ../bin/draknfs:429
#, fuzzy, c-format
msgid "Please specify a directory to share."
msgstr "Xahiş edirik, icmal mətnini daxil edin."

#: ../bin/draknfs:431
#, c-format
msgid "Can't create this directory."
msgstr ""

#: ../bin/draknfs:434
#, c-format
msgid "You must specify hosts access."
msgstr ""

#: ../bin/draknfs:514
#, c-format
msgid "Share Directory"
msgstr ""

#: ../bin/draknfs:514
#, c-format
msgid "Hosts Wildcard"
msgstr ""

#: ../bin/draknfs:514
#, c-format
msgid "General Options"
msgstr "Ümumi Qurğular"

#: ../bin/draknfs:514
#, c-format
msgid "Custom Options"
msgstr ""

#: ../bin/draknfs:526 ../bin/draksambashare:397 ../bin/draksambashare:625
#: ../bin/draksambashare:791
#, c-format
msgid "Please enter a directory to share."
msgstr ""

#: ../bin/draknfs:533
#, c-format
msgid "Please use the modify button to set right access."
msgstr ""

#: ../bin/draknfs:548
#, c-format
msgid "Manage NFS shares"
msgstr ""

#: ../bin/draknfs:584
#, c-format
msgid "Starting the NFS-server"
msgstr ""

#: ../bin/draknfs:596
#, c-format
msgid "DrakNFS manage NFS shares"
msgstr ""

#: ../bin/draknfs:605
#, c-format
msgid "Failed to add NFS share."
msgstr ""

#: ../bin/draknfs:612
#, c-format
msgid "Failed to Modify NFS share."
msgstr ""

#: ../bin/draknfs:619
#, c-format
msgid "Failed to remove an NFS share."
msgstr ""

#: ../bin/draksambashare:65
#, c-format
msgid "User name"
msgstr "İstifadəçi adı"

#: ../bin/draksambashare:72 ../bin/draksambashare:100
#, c-format
msgid "Share name"
msgstr "Paylaşdırma adı"

#: ../bin/draksambashare:73 ../bin/draksambashare:101
#, fuzzy, c-format
msgid "Share directory"
msgstr "Belə cərgə yoxdur!"

#: ../bin/draksambashare:74 ../bin/draksambashare:102
#: ../bin/draksambashare:119
#, c-format
msgid "Comment"
msgstr "Şərh"

#: ../bin/draksambashare:75 ../bin/draksambashare:120
#, fuzzy, c-format
msgid "Browseable"
msgstr "Gəz"

#: ../bin/draksambashare:76
#, c-format
msgid "Public"
msgstr "İctimai"

#: ../bin/draksambashare:77 ../bin/draksambashare:125
#, fuzzy, c-format
msgid "Writable"
msgstr "Yaz"

#: ../bin/draksambashare:78 ../bin/draksambashare:166
#, fuzzy, c-format
msgid "Create mask"
msgstr "Yarat"

#: ../bin/draksambashare:79 ../bin/draksambashare:167
#, fuzzy, c-format
msgid "Directory mask"
msgstr "Bütün ehtiyat nüsxələri geri yüklə"

#: ../bin/draksambashare:80
#, fuzzy, c-format
msgid "Read list"
msgstr "Oxu"

#: ../bin/draksambashare:81 ../bin/draksambashare:126
#: ../bin/draksambashare:602
#, fuzzy, c-format
msgid "Write list"
msgstr "Yaz"

#: ../bin/draksambashare:82 ../bin/draksambashare:158
#, fuzzy, c-format
msgid "Admin users"
msgstr "İstifadəçini əlavə et"

#: ../bin/draksambashare:83 ../bin/draksambashare:159
#, fuzzy, c-format
msgid "Valid users"
msgstr "İstifadəçini əlavə et"

#: ../bin/draksambashare:84
#, fuzzy, c-format
msgid "Inherit Permissions"
msgstr "Səlahiyyətlər"

#: ../bin/draksambashare:85 ../bin/draksambashare:160
#, fuzzy, c-format
msgid "Hide dot files"
msgstr "Faylları gizlət"

#: ../bin/draksambashare:86 ../bin/draksambashare:161
#, c-format
msgid "Hide files"
msgstr "Faylları gizlət"

#: ../bin/draksambashare:87 ../bin/draksambashare:165
#, fuzzy, c-format
msgid "Preserve case"
msgstr "Qurğular"

#: ../bin/draksambashare:88
#, fuzzy, c-format
msgid "Force create mode"
msgstr "Çapçınızın modeli"

#: ../bin/draksambashare:89
#, fuzzy, c-format
msgid "Force group"
msgstr "PFS qrupu"

#: ../bin/draksambashare:90 ../bin/draksambashare:164
#, fuzzy, c-format
msgid "Default case"
msgstr "Əsas istifadəçi"

#: ../bin/draksambashare:117
#, c-format
msgid "Printer name"
msgstr "Çapçı adı"

#: ../bin/draksambashare:118
#, c-format
msgid "Path"
msgstr "Cığır"

#: ../bin/draksambashare:121 ../bin/draksambashare:594
#, c-format
msgid "Printable"
msgstr "Çap edilə bilən"

#: ../bin/draksambashare:122
#, fuzzy, c-format
msgid "Print Command"
msgstr "Əmr"

#: ../bin/draksambashare:123
#, fuzzy, c-format
msgid "LPQ command"
msgstr "Əmr"

#: ../bin/draksambashare:124
#, c-format
msgid "Guest ok"
msgstr ""

#: ../bin/draksambashare:127 ../bin/draksambashare:168
#: ../bin/draksambashare:603
#, fuzzy, c-format
msgid "Inherit permissions"
msgstr "Səlahiyyətlər"

#: ../bin/draksambashare:128
#, c-format
msgid "Printing"
msgstr "Çap"

#: ../bin/draksambashare:129
#, fuzzy, c-format
msgid "Create mode"
msgstr "Kart modeli:"

#: ../bin/draksambashare:130
#, fuzzy, c-format
msgid "Use client driver"
msgstr "Telnet vericisi"

#: ../bin/draksambashare:156
#, fuzzy, c-format
msgid "Read List"
msgstr "Siyahını Sil"

#: ../bin/draksambashare:157
#, fuzzy, c-format
msgid "Write List"
msgstr "Yaz"

#: ../bin/draksambashare:162
#, fuzzy, c-format
msgid "Force Group"
msgstr "Qrup"

#: ../bin/draksambashare:163
#, c-format
msgid "Force create group"
msgstr ""

#: ../bin/draksambashare:179 ../bin/draksambashare:180
#: ../bin/draksambashare:181 ../bin/draksambashare:182
#, fuzzy, c-format
msgid "/_Samba Server"
msgstr "Veb Vericisi"

#: ../bin/draksambashare:180
#, fuzzy, c-format
msgid "/_Configure"
msgstr "Qur"

#: ../bin/draksambashare:184
#, c-format
msgid "/_Help"
msgstr "/_Yardım"

#: ../bin/draksambashare:184
#, fuzzy, c-format
msgid "/_Samba Documentation"
msgstr "Fraqmentasiya"

#: ../bin/draksambashare:190 ../bin/draksambashare:191
#, c-format
msgid "/_About"
msgstr "/_Haqqında"

#: ../bin/draksambashare:190
#, c-format
msgid "/_Report Bug"
msgstr "/_Xəta Raportu Göndər"

#: ../bin/draksambashare:191
#, c-format
msgid "/_About..."
msgstr "/_Haqqında..."

#: ../bin/draksambashare:194
#, fuzzy, c-format
msgid "Draksambashare"
msgstr "Samba vericisi"

#: ../bin/draksambashare:196
#, c-format
msgid "Copyright (C) %s by Mandriva"
msgstr ""

#: ../bin/draksambashare:198
#, c-format
msgid "This is a simple tool to easily manage Samba configuration."
msgstr ""

#: ../bin/draksambashare:200
#, c-format
msgid "Mageia"
msgstr "Mageia"

#. -PO: put here name(s) and email(s) of translator(s) (eg: "John Smith <jsmith@nowhere.com>")
#: ../bin/draksambashare:205
#, c-format
msgid "_: Translator(s) name(s) & email(s)\n"
msgstr "Mətin Əmirov <metin@karegen.com>\n"

#: ../bin/draksambashare:229
#, c-format
msgid "Restarting/Reloading Samba server..."
msgstr ""

#: ../bin/draksambashare:230
#, c-format
msgid "Error Restarting/Reloading Samba server"
msgstr ""

#: ../bin/draksambashare:370 ../bin/draksambashare:567
#: ../bin/draksambashare:687
#, c-format
msgid "Open"
msgstr "Aç"

#: ../bin/draksambashare:373
#, fuzzy, c-format
msgid "DrakSamba add entry"
msgstr "Samba vericisi"

#: ../bin/draksambashare:377
#, fuzzy, c-format
msgid "Add a share"
msgstr "Samba vericisi"

#: ../bin/draksambashare:380
#, fuzzy, c-format
msgid "Name of the share:"
msgstr "Çapçı adı"

#: ../bin/draksambashare:381 ../bin/draksambashare:587
#: ../bin/draksambashare:767
#, c-format
msgid "Comment:"
msgstr "Şərh:"

#: ../bin/draksambashare:393
#, c-format
msgid ""
"Share with the same name already exist or share name empty, please choose "
"another name."
msgstr ""

#: ../bin/draksambashare:400
#, c-format
msgid "Can't create the directory, please enter a correct path."
msgstr ""

#: ../bin/draksambashare:403 ../bin/draksambashare:623
#: ../bin/draksambashare:789
#, fuzzy, c-format
msgid "Please enter a Comment for this share."
msgstr "Xahiş edirik, icmal mətnini daxil edin."

#: ../bin/draksambashare:440
#, c-format
msgid "pdf-gen - a PDF generator"
msgstr ""

#: ../bin/draksambashare:441
#, c-format
msgid "printers - all printers available"
msgstr ""

#: ../bin/draksambashare:445
#, c-format
msgid "Add Special Printer share"
msgstr ""

#: ../bin/draksambashare:448
#, c-format
msgid ""
"Goal of this wizard is to easily create a new special printer Samba share."
msgstr ""

#: ../bin/draksambashare:455
#, fuzzy, c-format
msgid "A PDF generator already exists."
msgstr "\"%s\" profili onsuz da mövcuddur!"

#: ../bin/draksambashare:479
#, fuzzy, c-format
msgid "Printers and print$ already exist."
msgstr "\"%s\" profili onsuz da mövcuddur!"

#: ../bin/draksambashare:529 ../bin/draksambashare:1198
#, c-format
msgid "Congratulations"
msgstr "Təbriklər"

#: ../bin/draksambashare:530
#, c-format
msgid "The wizard successfully added the printer Samba share"
msgstr ""

#: ../bin/draksambashare:552
#, c-format
msgid "Please add or select a Samba printer share to be able to modify it."
msgstr ""

#: ../bin/draksambashare:570
#, c-format
msgid "DrakSamba Printers entry"
msgstr ""

#: ../bin/draksambashare:583
#, c-format
msgid "Printer share"
msgstr ""

#: ../bin/draksambashare:586
#, c-format
msgid "Printer name:"
msgstr "Çap Edici Adı:"

#: ../bin/draksambashare:592 ../bin/draksambashare:772
#, fuzzy, c-format
msgid "Writable:"
msgstr "Yaz"

#: ../bin/draksambashare:593 ../bin/draksambashare:773
#, fuzzy, c-format
msgid "Browseable:"
msgstr "Gəz"

#: ../bin/draksambashare:598
#, c-format
msgid "Advanced options"
msgstr "Ətraflı seçimlər"

#: ../bin/draksambashare:600
#, fuzzy, c-format
msgid "Printer access"
msgstr "İnternet yetişməsi"

#: ../bin/draksambashare:604
#, c-format
msgid "Guest ok:"
msgstr ""

#: ../bin/draksambashare:605
#, fuzzy, c-format
msgid "Create mode:"
msgstr "Kart modeli:"

#: ../bin/draksambashare:609
#, c-format
msgid "Printer command"
msgstr ""

#: ../bin/draksambashare:611
#, c-format
msgid "Print command:"
msgstr ""

#: ../bin/draksambashare:612
#, fuzzy, c-format
msgid "LPQ command:"
msgstr "Əmr"

#: ../bin/draksambashare:613
#, fuzzy, c-format
msgid "Printing:"
msgstr "Xəbərdarlıq"

#: ../bin/draksambashare:629
#, c-format
msgid "create mode should be numeric. ie: 0755."
msgstr ""

#: ../bin/draksambashare:690
#, c-format
msgid "DrakSamba entry"
msgstr ""

#: ../bin/draksambashare:695
#, c-format
msgid "Please add or select a Samba share to be able to modify it."
msgstr ""

#: ../bin/draksambashare:718
#, fuzzy, c-format
msgid "Samba user access"
msgstr "Samba vericisi"

#: ../bin/draksambashare:726
#, fuzzy, c-format
msgid "Mask options"
msgstr "Bəsit seçimlər:"

#: ../bin/draksambashare:740
#, fuzzy, c-format
msgid "Display options"
msgstr "Seçimləri müəyyən et"

#: ../bin/draksambashare:762
#, fuzzy, c-format
msgid "Samba share directory"
msgstr "Belə cərgə yoxdur!"

#: ../bin/draksambashare:765
#, fuzzy, c-format
msgid "Share name:"
msgstr "Paylaşdırma adı"

#: ../bin/draksambashare:771
#, c-format
msgid "Public:"
msgstr "Ümumi:"

#: ../bin/draksambashare:795
#, c-format
msgid ""
"Create mask, create mode and directory mask should be numeric. ie: 0755."
msgstr ""

#: ../bin/draksambashare:803
#, c-format
msgid "Please create this Samba user: %s"
msgstr ""

#: ../bin/draksambashare:915
#, c-format
msgid "Add Samba user"
msgstr ""

#: ../bin/draksambashare:930
#, c-format
msgid "User information"
msgstr "İstifadəçi mə'lumatı"

#: ../bin/draksambashare:932
#, c-format
msgid "User name:"
msgstr "İstifadəçi adı:"

#: ../bin/draksambashare:933
#, c-format
msgid "Password:"
msgstr "Şifrə:"

#: ../bin/draksambashare:1047
#, c-format
msgid "PDC - primary domain controller"
msgstr ""

#: ../bin/draksambashare:1048
#, c-format
msgid "Standalone - standalone server"
msgstr ""

#: ../bin/draksambashare:1054
#, c-format
msgid "Samba Wizard"
msgstr ""

#: ../bin/draksambashare:1057
#, fuzzy, c-format
msgid "Samba server configuration Wizard"
msgstr "Poçtla xəbər vermə qurğuları"

#: ../bin/draksambashare:1057
#, c-format
msgid ""
"Samba allows your server to behave as a file and print server for "
"workstations running non-Linux systems."
msgstr ""

#: ../bin/draksambashare:1073
#, c-format
msgid "PDC server: primary domain controller"
msgstr ""

#: ../bin/draksambashare:1073
#, c-format
msgid ""
"Server configured as a PDC is responsible for Windows authentication "
"throughout the domain."
msgstr ""

#: ../bin/draksambashare:1073
#, c-format
msgid ""
"Single server installations may use smbpasswd or tdbsam password backends"
msgstr ""

#: ../bin/draksambashare:1073
#, c-format
msgid ""
"Domain master = yes, causes the server to register the NetBIOS name <pdc "
"name>. This name will be recognized by other servers."
msgstr ""

#: ../bin/draksambashare:1090
#, c-format
msgid "Wins support:"
msgstr ""

#: ../bin/draksambashare:1091
#, fuzzy, c-format
msgid "admin users:"
msgstr "İstifadəçini əlavə et"

#: ../bin/draksambashare:1091
#, c-format
msgid "root @adm"
msgstr ""

#: ../bin/draksambashare:1092
#, c-format
msgid "Os level:"
msgstr ""

#: ../bin/draksambashare:1092
#, c-format
msgid ""
"The global os level option dictates the operating system level at which "
"Samba will masquerade during a browser election. If you wish to have Samba "
"win an election and become the master browser, you can set the level above "
"that of the operating system on your network with the highest current value. "
"ie: os level = 34"
msgstr ""

#: ../bin/draksambashare:1096
#, c-format
msgid "The domain is wrong."
msgstr ""

#: ../bin/draksambashare:1103
#, fuzzy, c-format
msgid "Workgroup"
msgstr "PFS qrupu"

#: ../bin/draksambashare:1103
#, c-format
msgid "Samba needs to know the Windows Workgroup it will serve."
msgstr ""

#: ../bin/draksambashare:1110 ../bin/draksambashare:1177
#, fuzzy, c-format
msgid "Workgroup:"
msgstr "PFS qrupu"

#: ../bin/draksambashare:1111
#, fuzzy, c-format
msgid "Netbios name:"
msgstr "Kompüter adı:"

#: ../bin/draksambashare:1115
#, c-format
msgid "The Workgroup is wrong."
msgstr ""

#: ../bin/draksambashare:1122 ../bin/draksambashare:1132
#, fuzzy, c-format
msgid "Security mode"
msgstr "Təhlükəsizlik Siyasətləri"

#: ../bin/draksambashare:1122
#, c-format
msgid ""
"User level: the client sends a session setup request directly following "
"protocol negotiation. This request provides a username and password."
msgstr ""

#: ../bin/draksambashare:1122
#, c-format
msgid "Share level: the client authenticates itself separately for each share"
msgstr ""

#: ../bin/draksambashare:1122
#, c-format
msgid ""
"Domain level: provides a mechanism for storing all user and group accounts "
"in a central, shared, account repository. The centralized account repository "
"is shared between domain (security) controllers."
msgstr ""

#: ../bin/draksambashare:1133
#, fuzzy, c-format
msgid "Hosts allow"
msgstr "Ev sahibi adı"

#: ../bin/draksambashare:1138
#, c-format
msgid "Server Banner."
msgstr ""

#: ../bin/draksambashare:1138
#, c-format
msgid ""
"The banner is the way this server will be described in the Windows "
"workstations."
msgstr ""

#: ../bin/draksambashare:1143
#, c-format
msgid "Banner:"
msgstr ""

#: ../bin/draksambashare:1147
#, c-format
msgid "The Server Banner is incorrect."
msgstr ""

#: ../bin/draksambashare:1154
#, c-format
msgid "Samba Log"
msgstr ""

#: ../bin/draksambashare:1154
#, c-format
msgid ""
"Log file: use file.%m to use a separate log file for each machine that "
"connects"
msgstr ""

#: ../bin/draksambashare:1154
#, c-format
msgid "Log level: set the log (verbosity) level (0 <= log level <= 10)"
msgstr ""

#: ../bin/draksambashare:1154
#, c-format
msgid "Max Log size: put a capping on the size of the log files (in Kb)."
msgstr ""

#: ../bin/draksambashare:1161 ../bin/draksambashare:1179
#, fuzzy, c-format
msgid "Log file:"
msgstr "Profiller"

#: ../bin/draksambashare:1162
#, c-format
msgid "Max log size:"
msgstr ""

#: ../bin/draksambashare:1163
#, fuzzy, c-format
msgid "Log level:"
msgstr "Səviyyə"

#: ../bin/draksambashare:1168
#, c-format
msgid "The wizard collected the following parameters to configure Samba."
msgstr ""

#: ../bin/draksambashare:1168
#, c-format
msgid ""
"To accept these values, and configure your server, click the Next button or "
"use the Back button to correct them."
msgstr ""

#: ../bin/draksambashare:1168
#, c-format
msgid ""
"If you have previously create some shares, they will appear in this "
"configuration. Run 'drakwizard sambashare' to manage your shares."
msgstr ""

#: ../bin/draksambashare:1176
#, fuzzy, c-format
msgid "Samba type:"
msgstr "cığır növü"

#: ../bin/draksambashare:1178
#, c-format
msgid "Server banner:"
msgstr ""

#: ../bin/draksambashare:1180
#, c-format
msgid " "
msgstr ""

#: ../bin/draksambashare:1181
#, c-format
msgid "Unix Charset:"
msgstr ""

#: ../bin/draksambashare:1182
#, c-format
msgid "Dos Charset:"
msgstr ""

#: ../bin/draksambashare:1183
#, c-format
msgid "Display Charset:"
msgstr ""

#: ../bin/draksambashare:1198
#, c-format
msgid "The wizard successfully configured your Samba server."
msgstr ""

#: ../bin/draksambashare:1253
#, c-format
msgid "The Samba wizard has unexpectedly failed:"
msgstr ""

#: ../bin/draksambashare:1267
#, fuzzy, c-format
msgid "Manage Samba configuration"
msgstr "Poçtla xəbər vermə qurğuları"

#: ../bin/draksambashare:1355
#, c-format
msgid "Failed to Modify Samba share."
msgstr ""

#: ../bin/draksambashare:1364
#, c-format
msgid "Failed to remove a Samba share."
msgstr ""

#: ../bin/draksambashare:1371
#, c-format
msgid "File share"
msgstr ""

#: ../bin/draksambashare:1386
#, c-format
msgid "Failed to Modify."
msgstr ""

#: ../bin/draksambashare:1395
#, c-format
msgid "Failed to remove."
msgstr ""

#: ../bin/draksambashare:1402
#, c-format
msgid "Printers"
msgstr "Çapçılar"

#: ../bin/draksambashare:1414
#, c-format
msgid "Failed to add user."
msgstr ""

#: ../bin/draksambashare:1423
#, c-format
msgid "Failed to change user password."
msgstr ""

#: ../bin/draksambashare:1435
#, c-format
msgid "Failed to delete user."
msgstr ""

#: ../bin/draksambashare:1440
#, c-format
msgid "Userdrake"
msgstr "Userdrake"

#: ../bin/draksambashare:1448
#, c-format
msgid "Samba Users"
msgstr ""

#: ../bin/draksambashare:1456
#, c-format
msgid "Please configure your Samba server"
msgstr ""

#: ../bin/draksambashare:1456
#, c-format
msgid ""
"It seems this is the first time you run this tool.\n"
"A wizard will appear to configure a basic Samba server"
msgstr ""

#: ../bin/draksambashare:1465
#, c-format
msgid "DrakSamba manage Samba shares"
msgstr ""

#: ../bin/net_applet:96
#, fuzzy, c-format
msgid "Network is up on interface %s."
msgstr "Şəbəkə ara üzü"

#: ../bin/net_applet:97
#, c-format
msgid "IP address: %s"
msgstr "IP ünvanı: %s"

#: ../bin/net_applet:98
#, c-format
msgid "Gateway: %s"
msgstr "Şəbəkə keçidi: %s"

#: ../bin/net_applet:99
#, fuzzy, c-format
msgid "DNS: %s"
msgstr "DNS"

#: ../bin/net_applet:100
#, c-format
msgid "Connected to %s (link level: %d %%)"
msgstr ""

#: ../bin/net_applet:102
#, fuzzy, c-format
msgid "Network is down on interface %s."
msgstr "Şəbəkə ara üzü"

#: ../bin/net_applet:104
#, fuzzy, c-format
msgid ""
"You do not have any configured Internet connection.\n"
"Run the \"%s\" assistant from the Mageia Linux Control Center"
msgstr ""
"BU ara üz hələlik quraşdırılmayıb.\n"
"Ana pəncərədə quraşdırma sehirbazını işə salın"

#: ../bin/net_applet:107 ../lib/network/connection_manager.pm:206
#, fuzzy, c-format
msgid "Connecting..."
msgstr "Bağlan..."

#: ../bin/net_applet:133 ../bin/net_monitor:519
#, c-format
msgid "Connect %s"
msgstr "Bağlan %s"

#: ../bin/net_applet:137 ../bin/net_monitor:519
#, c-format
msgid "Disconnect %s"
msgstr "%s bağlantısını kəs"

#: ../bin/net_applet:141
#, fuzzy, c-format
msgid "Monitor Network"
msgstr "Şəbəkə Üstündən Geri Yüklə"

#: ../bin/net_applet:149
#, c-format
msgid "Manage wireless networks"
msgstr ""

#: ../bin/net_applet:153
#, fuzzy, c-format
msgid "Manage VPN connections"
msgstr "Bağlantıları idarə et"

#: ../bin/net_applet:157
#, c-format
msgid "Configure Network"
msgstr "Şəbəkəni Quraşdır"

#: ../bin/net_applet:161
#, fuzzy, c-format
msgid "Watched interface"
msgstr "ara üzlər"

#: ../bin/net_applet:162 ../bin/net_applet:165 ../bin/net_applet:168
#, c-format
msgid "Auto-detect"
msgstr "Avtomatik təsbit et"

#: ../bin/net_applet:173
#, c-format
msgid "Active interfaces"
msgstr ""

#: ../bin/net_applet:193
#, c-format
msgid "Profiles"
msgstr "Profiller"

#: ../bin/net_applet:203 ../lib/network/connection.pm:233
#: ../lib/network/drakvpn.pm:62 ../lib/network/vpn/openvpn.pm:367
#: ../lib/network/vpn/openvpn.pm:381 ../lib/network/vpn/openvpn.pm:392
#, fuzzy, c-format
msgid "VPN connection"
msgstr "LAN bağlantısı"

#: ../bin/net_applet:434
#, fuzzy, c-format
msgid "Network connection"
msgstr "Şəbəkə Seçimləri"

#: ../bin/net_applet:521
#, c-format
msgid "More networks"
msgstr ""

#: ../bin/net_applet:548
#, c-format
msgid "Interactive Firewall automatic mode"
msgstr ""

#: ../bin/net_applet:553
#, c-format
msgid "Always launch on startup"
msgstr "Həmişə başlanğıcda işə sal"

#: ../bin/net_applet:558
#, fuzzy, c-format
msgid "Wireless networks"
msgstr "Kabelsiz bağlantı"

#: ../bin/net_applet:565 ../bin/net_monitor:96
#, c-format
msgid "Settings"
msgstr "Qurğular"

#: ../bin/net_monitor:60 ../bin/net_monitor:65
#, c-format
msgid "Network Monitoring"
msgstr "Şəbəkə İzlənməsi"

#: ../bin/net_monitor:99
#, fuzzy, c-format
msgid "Default connection: "
msgstr "Kabel bağlantısı"

#: ../bin/net_monitor:101
#, c-format
msgid "Wait please"
msgstr "Xahiş edirik, gözləyin"

#: ../bin/net_monitor:104
#, c-format
msgid "Global statistics"
msgstr "Qlobal statistikalar"

#: ../bin/net_monitor:107
#, c-format
msgid "Instantaneous"
msgstr "Ani"

#: ../bin/net_monitor:107
#, c-format
msgid "Average"
msgstr "Orta hesabla"

#: ../bin/net_monitor:108
#, c-format
msgid ""
"Sending\n"
"speed:"
msgstr ""
"Göndərmə\n"
"sür'əti:"

#: ../bin/net_monitor:108 ../bin/net_monitor:109 ../bin/net_monitor:114
#, c-format
msgid "unknown"
msgstr "na'məlum"

#: ../bin/net_monitor:109
#, c-format
msgid ""
"Receiving\n"
"speed:"
msgstr ""
"Alış\n"
"sür'əti:"

#: ../bin/net_monitor:113
#, fuzzy, c-format
msgid "Connection time: "
msgstr ""
"Bağlantı\n"
"vaxtı:"

#: ../bin/net_monitor:120
#, c-format
msgid "Use same scale for received and transmitted"
msgstr ""

#: ../bin/net_monitor:138
#, c-format
msgid "Wait please, testing your connection..."
msgstr "Xahiş edirik, gözləyin, bağlantınız sınanır..."

#: ../bin/net_monitor:210 ../bin/net_monitor:223
#, c-format
msgid "Disconnecting from Internet "
msgstr "İnternet bağlantısı kəsilir"

#: ../bin/net_monitor:210 ../bin/net_monitor:223
#, c-format
msgid "Connecting to Internet "
msgstr "İnternetə Bağlanır"

#: ../bin/net_monitor:254
#, c-format
msgid "Disconnection from Internet failed."
msgstr "İnternet bağlantısının kəsilməsi bacarılmadı."

#: ../bin/net_monitor:255
#, c-format
msgid "Disconnection from Internet complete."
msgstr "İnternet bağlantısını tamamilə kəs."

#: ../bin/net_monitor:257
#, c-format
msgid "Connection complete."
msgstr "Bağlantı tamamlandı."

#: ../bin/net_monitor:258
#, fuzzy, c-format
msgid ""
"Connection failed.\n"
"Verify your configuration in the Mageia Linux Control Center."
msgstr ""
"Bağlantı iflas etdi.\n"
"Mageia İdarə Mərkəzindən qurğularınızı yoxlayın."

#: ../bin/net_monitor:360
#, fuzzy, c-format
msgid "%s (%s)"
msgstr "DNS"

#: ../bin/net_monitor:385
#, c-format
msgid "Color configuration"
msgstr "Rəng quraşdırması"

#: ../bin/net_monitor:444 ../bin/net_monitor:457
#, c-format
msgid "sent: "
msgstr "göndərilən:"

#: ../bin/net_monitor:447 ../bin/net_monitor:461
#, c-format
msgid "received: "
msgstr "alındı: "

#: ../bin/net_monitor:450
#, c-format
msgid "average"
msgstr "orta hesabla"

#: ../bin/net_monitor:451
#, c-format
msgid "Reset counters"
msgstr ""

#: ../bin/net_monitor:454
#, c-format
msgid "Local measure"
msgstr "Yerli ölçü vahidi"

#: ../bin/net_monitor:512
#, c-format
msgid ""
"Warning, another internet connection has been detected, maybe using your "
"network"
msgstr ""
"Diqqət, başqa internet bağlantısı aşkar edildi, güman ki şəbəkənizi istifadə "
"edir"

#: ../bin/net_monitor:516
#, c-format
msgid "Connected"
msgstr "Bağlandı"

#: ../bin/net_monitor:516
#, c-format
msgid "Not connected"
msgstr "Bağlı deyil"

#: ../bin/net_monitor:523
#, c-format
msgid "No internet connection configured"
msgstr "İnternet bağlantısı quraşdırılmayıb"

#: ../lib/network/connection.pm:16
#, c-format
msgid "Unknown connection type"
msgstr "Namə'lum bağlantı növü"

#: ../lib/network/connection.pm:166
#, c-format
msgid "Network access settings"
msgstr ""

#: ../lib/network/connection.pm:167
#, c-format
msgid "Access settings"
msgstr ""

#: ../lib/network/connection.pm:168
#, c-format
msgid "Address settings"
msgstr ""

#: ../lib/network/connection.pm:182 ../lib/network/connection.pm:202
#: ../lib/network/connection/isdn.pm:155 ../lib/network/netconnect.pm:217
#: ../lib/network/netconnect.pm:492 ../lib/network/netconnect.pm:588
#: ../lib/network/netconnect.pm:591
#, c-format
msgid "Unlisted - edit manually"
msgstr ""

#: ../lib/network/connection.pm:235 ../lib/network/connection/cable.pm:41
#: ../lib/network/connection/wireless.pm:46 ../lib/network/vpn/openvpn.pm:129
#: ../lib/network/vpn/openvpn.pm:173 ../lib/network/vpn/openvpn.pm:341
#, c-format
msgid "None"
msgstr "Heç biri"

#: ../lib/network/connection.pm:247
#, c-format
msgid "Allow users to manage the connection"
msgstr ""

#: ../lib/network/connection.pm:248
#, c-format
msgid "Start the connection at boot"
msgstr ""

#: ../lib/network/connection.pm:249
#, c-format
msgid "Enable traffic accounting"
msgstr ""

#: ../lib/network/connection.pm:250
#, c-format
msgid "Allow interface to be controlled by Network Manager"
msgstr ""

#: ../lib/network/connection.pm:251
#, fuzzy, c-format
msgid "Metric"
msgstr "məhdudlaşdır"

#: ../lib/network/connection.pm:252
#, c-format
msgid "MTU"
msgstr ""

#: ../lib/network/connection.pm:253
#, c-format
msgid "Maximum size of network message (MTU). If unsure, left blank."
msgstr ""

#: ../lib/network/connection.pm:333
#, fuzzy, c-format
msgid "Link detected on interface %s"
msgstr "(%s qapısında tapıldı)"

#: ../lib/network/connection.pm:334 ../lib/network/connection/ethernet.pm:305
#, c-format
msgid "Link beat lost on interface %s"
msgstr ""

#: ../lib/network/connection/cable.pm:10
#, c-format
msgid "Cable"
msgstr ""

#: ../lib/network/connection/cable.pm:11
#, fuzzy, c-format
msgid "Cable modem"
msgstr "Kart modeli:"

#: ../lib/network/connection/cable.pm:42
#, c-format
msgid "Use BPALogin (needed for Telstra)"
msgstr ""

#: ../lib/network/connection/cable.pm:45 ../lib/network/netconnect.pm:616
#, c-format
msgid "Authentication"
msgstr "Tanıtma"

#: ../lib/network/connection/cable.pm:47 ../lib/network/connection/ppp.pm:22
#: ../lib/network/netconnect.pm:355 ../lib/network/vpn/openvpn.pm:395
#, c-format
msgid "Account Login (user name)"
msgstr "Hesab Girişi (istifadəçi adı)"

#: ../lib/network/connection/cable.pm:49 ../lib/network/connection/ppp.pm:23
#: ../lib/network/netconnect.pm:356 ../lib/network/vpn/openvpn.pm:396
#, c-format
msgid "Account Password"
msgstr "Hesap Şifrəsi"

#: ../lib/network/connection/cellular.pm:75
#, c-format
msgid "Access Point Name"
msgstr ""

#: ../lib/network/connection/cellular_bluetooth.pm:10
#, c-format
msgid "Bluetooth"
msgstr ""

#: ../lib/network/connection/cellular_bluetooth.pm:11
#, c-format
msgid "Bluetooth Dial Up Networking"
msgstr ""

#: ../lib/network/connection/cellular_card.pm:8
#, c-format
msgid "Wrong PIN number format: it should be 4 digits."
msgstr ""

#: ../lib/network/connection/cellular_card.pm:10
#, c-format
msgid "GPRS/Edge/3G"
msgstr ""

#: ../lib/network/connection/cellular_card.pm:140
#, c-format
msgid "PIN number (4 digits). Leave empty if PIN is not required."
msgstr ""

#: ../lib/network/connection/cellular_card.pm:216
#, fuzzy, c-format
msgid "Unable to open device %s"
msgstr "Fork edilə bilmir: %s"

#: ../lib/network/connection/cellular_card.pm:248
#, fuzzy, c-format
msgid "Please check that your SIM card is inserted."
msgstr ""
"\n"
"Xahiş edirik, istədiyiniz bütün seçimləri seçin.\n"

#: ../lib/network/connection/cellular_card.pm:259
#, c-format
msgid ""
"You entered a wrong PIN code.\n"
"Entering the wrong PIN code multiple times may lock your SIM card!"
msgstr ""

#: ../lib/network/connection/dvb.pm:9
#, c-format
msgid "DVB"
msgstr ""

#: ../lib/network/connection/dvb.pm:10
#, c-format
msgid "Satellite (DVB)"
msgstr ""

#: ../lib/network/connection/dvb.pm:53
#, c-format
msgid "Adapter card"
msgstr ""

#: ../lib/network/connection/dvb.pm:54
#, c-format
msgid "Net demux"
msgstr ""

#: ../lib/network/connection/dvb.pm:55
#, c-format
msgid "PID"
msgstr "PID"

#: ../lib/network/connection/ethernet.pm:11
#, c-format
msgid "Ethernet"
msgstr ""

#: ../lib/network/connection/ethernet.pm:12
#, c-format
msgid "Wired (Ethernet)"
msgstr ""

#: ../lib/network/connection/ethernet.pm:30
#, fuzzy, c-format
msgid "Virtual interface"
msgstr "Şəbəkə ara üzü"

#: ../lib/network/connection/ethernet.pm:60
#, c-format
msgid "Unable to find network interface for selected device (using %s driver)."
msgstr ""

#: ../lib/network/connection/ethernet.pm:70 ../lib/network/vpn/openvpn.pm:209
#, c-format
msgid "Manual configuration"
msgstr "Əllə quraşdırma"

#: ../lib/network/connection/ethernet.pm:71
#, c-format
msgid "Automatic IP (BOOTP/DHCP)"
msgstr "Avtomatik IP (BOOTP/DHCP)"

#: ../lib/network/connection/ethernet.pm:132
#, fuzzy, c-format
msgid "IP settings"
msgstr "PLL qurğusu:"

#: ../lib/network/connection/ethernet.pm:145
#, c-format
msgid ""
"Please enter the IP configuration for this machine.\n"
"Each item should be entered as an IP address in dotted-decimal\n"
"notation (for example, 1.2.3.4)."
msgstr ""
"Xahiş edirik, bu kompüter üçün IP qurğularını girin.\n"
"Hər üzv nöqtəli onluq IP şəklində girilməlidir,\n"
"(misal üçün 1.2.3.4)."

#: ../lib/network/connection/ethernet.pm:149 ../lib/network/netconnect.pm:665
#: ../lib/network/vpn/openvpn.pm:214 ../lib/network/vpn/vpnc.pm:39
#, c-format
msgid "Gateway"
msgstr "Şəbəkə Keçidi"

#: ../lib/network/connection/ethernet.pm:152
#, fuzzy, c-format
msgid "Get DNS servers from DHCP"
msgstr "DNS Verici IP'si"

#: ../lib/network/connection/ethernet.pm:154
#, c-format
msgid "DNS server 1"
msgstr "DNS vericisi 1"

#: ../lib/network/connection/ethernet.pm:155
#, c-format
msgid "DNS server 2"
msgstr "DNS vericisi 2"

#: ../lib/network/connection/ethernet.pm:156
#, c-format
msgid "Search domain"
msgstr "Axtarış domeni"

#: ../lib/network/connection/ethernet.pm:157
#, c-format
msgid "By default search domain will be set from the fully-qualified host name"
msgstr ""

#: ../lib/network/connection/ethernet.pm:160
#, fuzzy, c-format
msgid "DHCP timeout (in seconds)"
msgstr "Bağlantı vaxt dolması (saniyə sonra)"

#: ../lib/network/connection/ethernet.pm:161
#, c-format
msgid "Get YP servers from DHCP"
msgstr ""

#: ../lib/network/connection/ethernet.pm:162
#, c-format
msgid "Get NTPD servers from DHCP"
msgstr ""

#: ../lib/network/connection/ethernet.pm:163
#, c-format
msgid "DHCP host name"
msgstr "DHCP qovşaq adı"

#: ../lib/network/connection/ethernet.pm:165
#, c-format
msgid "Do not fallback to Zeroconf (169.254.0.0 network)"
msgstr ""

#: ../lib/network/connection/ethernet.pm:176
#, c-format
msgid "IP address should be in format 1.2.3.4"
msgstr "IP ünvanı 1.2.3.4 şəklində olmalıdır"

#: ../lib/network/connection/ethernet.pm:181
#, fuzzy, c-format
msgid "Netmask should be in format 255.255.224.0"
msgstr "Şəbəkə keçişi ünvanı 1.2.3.4 şəklində olmalıdır"

#: ../lib/network/connection/ethernet.pm:186
#, c-format
msgid "Warning: IP address %s is usually reserved!"
msgstr "Xəbərdarlıq : %s IP ünvanı çox vaxt tutulmuş olur !"

#: ../lib/network/connection/ethernet.pm:195
#, c-format
msgid ""
"%s is already used by a connection that starts on boot (%s). To use this "
"address with this connection, first disable all other devices which use it, "
"or configure them not to start at boot"
msgstr ""

#: ../lib/network/connection/ethernet.pm:222
#, fuzzy, c-format
msgid "Assign host name from DHCP server (or generate a unique one)"
msgstr "DHCP ünvanı üçün qovşaq adı tə'yin edin"

#: ../lib/network/connection/ethernet.pm:223
#, c-format
msgid ""
"This will allow the server to attribute a name for this machine. If the "
"server does not provides a valid host name, it will be generated "
"automatically."
msgstr ""

#: ../lib/network/connection/ethernet.pm:226
#, c-format
msgid ""
"You should define a hostname for this machine, which will identify this PC. "
"Note that this hostname will be shared among all network connections.  If "
"left blank, 'localhost.localdomain' will be used."
msgstr ""

#: ../lib/network/connection/ethernet.pm:244
#, c-format
msgid "Network Hotplugging"
msgstr "Ani Şəbəkə Fəallaşdırılması (Network Hotplugging)"

#: ../lib/network/connection/ethernet.pm:248
#, c-format
msgid "Enable IPv6 to IPv4 tunnel"
msgstr ""

#: ../lib/network/connection/ethernet.pm:304
#, c-format
msgid "Link beat detected on interface %s"
msgstr ""

#: ../lib/network/connection/ethernet.pm:307
#, c-format
msgid "Requesting a network address on interface %s (%s protocol)..."
msgstr ""

#: ../lib/network/connection/ethernet.pm:308
#, c-format
msgid "Got a network address on interface %s (%s protocol)"
msgstr ""

#: ../lib/network/connection/ethernet.pm:309
#, c-format
msgid "Failed to get a network address on interface %s (%s protocol)"
msgstr ""

#: ../lib/network/connection/isdn.pm:8
#, c-format
msgid "ISDN"
msgstr ""

#: ../lib/network/connection/isdn.pm:198 ../lib/network/netconnect.pm:424
#, c-format
msgid "ISA / PCMCIA"
msgstr "İSA / PCMCİA"

#: ../lib/network/connection/isdn.pm:198 ../lib/network/netconnect.pm:424
#, c-format
msgid "I do not know"
msgstr "Bilmirəm"

#: ../lib/network/connection/isdn.pm:199 ../lib/network/netconnect.pm:424
#, c-format
msgid "PCI"
msgstr "PCİ"

#: ../lib/network/connection/isdn.pm:200 ../lib/network/netconnect.pm:424
#, c-format
msgid "USB"
msgstr "USB"

#. -PO: POTS means "Plain old telephone service"
#: ../lib/network/connection/pots.pm:10
#, c-format
msgid "POTS"
msgstr ""

#. -PO: POTS means "Plain old telephone service"
#. -PO: remove it if it doesn't have an equivalent in your language
#. -PO: for example, in French, it can be translated as "RTC"
#: ../lib/network/connection/pots.pm:16
#, c-format
msgid "Analog telephone modem (POTS)"
msgstr ""

#: ../lib/network/connection/ppp.pm:9 ../lib/network/netconnect.pm:78
#, c-format
msgid "Script-based"
msgstr "Skript əsaslı"

#: ../lib/network/connection/ppp.pm:10 ../lib/network/netconnect.pm:79
#, c-format
msgid "PAP"
msgstr "PAP"

#: ../lib/network/connection/ppp.pm:11 ../lib/network/netconnect.pm:80
#, c-format
msgid "Terminal-based"
msgstr "Terminal-əsaslı"

#: ../lib/network/connection/ppp.pm:12 ../lib/network/netconnect.pm:81
#, c-format
msgid "CHAP"
msgstr "CHAP"

#: ../lib/network/connection/ppp.pm:13 ../lib/network/netconnect.pm:82
#, c-format
msgid "PAP/CHAP"
msgstr "PAP/CHAP"

#: ../lib/network/connection/providers/cellular.pm:15
#: ../lib/network/connection/providers/cellular_extra.pm:250
#: ../lib/network/connection/providers/cellular_extra.pm:255
#: ../lib/network/connection/providers/cellular_extra.pm:259
#: ../lib/network/connection/providers/cellular_extra.pm:266
#: ../lib/network/connection/providers/cellular_extra.pm:271
#: ../lib/network/connection/providers/cellular_extra.pm:277
#: ../lib/network/connection/providers/xdsl.pm:191
#: ../lib/network/connection/providers/xdsl.pm:201
#: ../lib/network/connection/providers/xdsl.pm:210
#: ../lib/network/connection/providers/xdsl.pm:219
#, c-format
msgid "Brazil"
msgstr "Braziliya"

#: ../lib/network/connection/providers/cellular.pm:20
#: ../lib/network/connection/providers/cellular.pm:23
#: ../lib/network/connection/providers/cellular.pm:26
#: ../lib/network/connection/providers/cellular.pm:29
#: ../lib/network/connection/providers/cellular.pm:32
#: ../lib/network/connection/providers/cellular.pm:35
#: ../lib/network/connection/providers/cellular.pm:38
#: ../lib/network/connection/providers/cellular_extra.pm:608
#: ../lib/network/connection/providers/cellular_extra.pm:613
#: ../lib/network/connection/providers/cellular_extra.pm:616
#: ../lib/network/connection/providers/cellular_extra.pm:620
#: ../lib/network/connection/providers/cellular_extra.pm:623
#, c-format
msgid "Estonia"
msgstr "Estoniya"

#: ../lib/network/connection/providers/cellular.pm:42
#: ../lib/network/connection/providers/cellular.pm:46
#: ../lib/network/connection/providers/cellular.pm:54
#: ../lib/network/connection/providers/cellular.pm:60
#: ../lib/network/connection/providers/cellular.pm:65
#: ../lib/network/connection/providers/cellular.pm:71
#: ../lib/network/connection/providers/cellular.pm:75
#: ../lib/network/connection/providers/cellular.pm:79
#: ../lib/network/connection/providers/cellular.pm:85
#: ../lib/network/connection/providers/cellular.pm:89
#: ../lib/network/connection/providers/cellular_extra.pm:685
#: ../lib/network/connection/providers/cellular_extra.pm:690
#: ../lib/network/connection/providers/cellular_extra.pm:693
#: ../lib/network/connection/providers/cellular_extra.pm:696
#: ../lib/network/connection/providers/cellular_extra.pm:701
#: ../lib/network/connection/providers/xdsl.pm:483
#, c-format
msgid "Finland"
msgstr "Finlandiya"

#: ../lib/network/connection/providers/cellular.pm:92
#: ../lib/network/connection/providers/cellular.pm:95
#: ../lib/network/connection/providers/cellular.pm:100
#: ../lib/network/connection/providers/cellular.pm:105
#: ../lib/network/connection/providers/cellular.pm:112
#: ../lib/network/connection/providers/cellular.pm:117
#: ../lib/network/connection/providers/cellular.pm:122
#: ../lib/network/connection/providers/cellular.pm:125
#: ../lib/network/connection/providers/cellular.pm:128
#: ../lib/network/connection/providers/cellular_extra.pm:709
#: ../lib/network/connection/providers/cellular_extra.pm:713
#: ../lib/network/connection/providers/cellular_extra.pm:718
#: ../lib/network/connection/providers/cellular_extra.pm:722
#: ../lib/network/connection/providers/cellular_extra.pm:729
#: ../lib/network/connection/providers/cellular_extra.pm:734
#: ../lib/network/connection/providers/cellular_extra.pm:741
#: ../lib/network/connection/providers/cellular_extra.pm:748
#: ../lib/network/connection/providers/cellular_extra.pm:753
#: ../lib/network/connection/providers/cellular_extra.pm:756
#: ../lib/network/connection/providers/cellular_extra.pm:761
#: ../lib/network/connection/providers/cellular_extra.pm:764
#: ../lib/network/connection/providers/cellular_extra.pm:769
#: ../lib/network/connection/providers/cellular_extra.pm:774
#: ../lib/network/connection/providers/cellular_extra.pm:781
#: ../lib/network/connection/providers/xdsl.pm:492
#: ../lib/network/connection/providers/xdsl.pm:504
#: ../lib/network/connection/providers/xdsl.pm:516
#: ../lib/network/connection/providers/xdsl.pm:528
#: ../lib/network/connection/providers/xdsl.pm:539
#: ../lib/network/connection/providers/xdsl.pm:551
#: ../lib/network/connection/providers/xdsl.pm:563
#: ../lib/network/connection/providers/xdsl.pm:575
#: ../lib/network/connection/providers/xdsl.pm:588
#: ../lib/network/connection/providers/xdsl.pm:599
#: ../lib/network/connection/providers/xdsl.pm:610
#: ../lib/network/netconnect.pm:33
#, c-format
msgid "France"
msgstr "Fransa"

#: ../lib/network/connection/providers/cellular.pm:131
#: ../lib/network/connection/providers/cellular.pm:134
#: ../lib/network/connection/providers/cellular_extra.pm:505
#: ../lib/network/connection/providers/cellular_extra.pm:512
#: ../lib/network/connection/providers/cellular_extra.pm:519
#: ../lib/network/connection/providers/cellular_extra.pm:526
#: ../lib/network/connection/providers/cellular_extra.pm:531
#: ../lib/network/connection/providers/cellular_extra.pm:536
#: ../lib/network/connection/providers/cellular_extra.pm:541
#: ../lib/network/connection/providers/cellular_extra.pm:547
#: ../lib/network/connection/providers/cellular_extra.pm:554
#: ../lib/network/connection/providers/cellular_extra.pm:561
#: ../lib/network/connection/providers/xdsl.pm:621
#: ../lib/network/connection/providers/xdsl.pm:630
#: ../lib/network/connection/providers/xdsl.pm:640
#, c-format
msgid "Germany"
msgstr "Almanya"

#: ../lib/network/connection/providers/cellular.pm:137
#: ../lib/network/connection/providers/cellular.pm:142
#: ../lib/network/connection/providers/cellular.pm:147
#: ../lib/network/connection/providers/cellular.pm:152
#: ../lib/network/connection/providers/cellular_extra.pm:1213
#: ../lib/network/connection/providers/cellular_extra.pm:1216
#: ../lib/network/connection/providers/cellular_extra.pm:1219
#: ../lib/network/connection/providers/cellular_extra.pm:1225
#: ../lib/network/connection/providers/cellular_extra.pm:1228
#: ../lib/network/connection/providers/cellular_extra.pm:1231
#: ../lib/network/connection/providers/cellular_extra.pm:1234
#: ../lib/network/connection/providers/cellular_extra.pm:1237
#: ../lib/network/connection/providers/cellular_extra.pm:1240
#: ../lib/network/connection/providers/xdsl.pm:814
#: ../lib/network/connection/providers/xdsl.pm:825
#: ../lib/network/connection/providers/xdsl.pm:835
#: ../lib/network/connection/providers/xdsl.pm:846
#: ../lib/network/netconnect.pm:35
#, c-format
msgid "Italy"
msgstr "İtaliya"

#: ../lib/network/connection/providers/cellular.pm:157
#: ../lib/network/connection/providers/cellular.pm:162
#: ../lib/network/connection/providers/cellular.pm:167
#: ../lib/network/connection/providers/cellular.pm:170
#: ../lib/network/connection/providers/cellular_extra.pm:1711
#: ../lib/network/connection/providers/cellular_extra.pm:1718
#: ../lib/network/connection/providers/cellular_extra.pm:1725
#: ../lib/network/connection/providers/cellular_extra.pm:1728
#: ../lib/network/connection/providers/cellular_extra.pm:1733
#: ../lib/network/connection/providers/cellular_extra.pm:1740
#: ../lib/network/connection/providers/cellular_extra.pm:1747
#: ../lib/network/connection/providers/xdsl.pm:1001
#: ../lib/network/connection/providers/xdsl.pm:1011
#, c-format
msgid "Poland"
msgstr "Polşa"

#: ../lib/network/connection/providers/cellular.pm:173
#: ../lib/network/connection/providers/cellular_extra.pm:788
#: ../lib/network/connection/providers/cellular_extra.pm:791
#: ../lib/network/connection/providers/cellular_extra.pm:798
#: ../lib/network/connection/providers/cellular_extra.pm:805
#: ../lib/network/connection/providers/cellular_extra.pm:810
#: ../lib/network/connection/providers/cellular_extra.pm:817
#: ../lib/network/connection/providers/cellular_extra.pm:822
#: ../lib/network/connection/providers/cellular_extra.pm:829
#: ../lib/network/connection/providers/cellular_extra.pm:834
#: ../lib/network/connection/providers/cellular_extra.pm:841
#: ../lib/network/connection/providers/cellular_extra.pm:848
#: ../lib/network/connection/providers/cellular_extra.pm:851
#: ../lib/network/connection/providers/cellular_extra.pm:858
#: ../lib/network/connection/providers/cellular_extra.pm:861
#: ../lib/network/connection/providers/cellular_extra.pm:864
#: ../lib/network/connection/providers/cellular_extra.pm:871
#: ../lib/network/connection/providers/xdsl.pm:1330
#: ../lib/network/connection/providers/xdsl.pm:1340
#: ../lib/network/netconnect.pm:38
#, c-format
msgid "United Kingdom"
msgstr "Birləşmiş Krallıq"

#: ../lib/network/connection/providers/cellular.pm:178
#: ../lib/network/connection/providers/cellular_extra.pm:2175
#: ../lib/network/connection/providers/cellular_extra.pm:2180
#: ../lib/network/connection/providers/cellular_extra.pm:2185
#: ../lib/network/connection/providers/cellular_extra.pm:2190
#: ../lib/network/connection/providers/cellular_extra.pm:2193
#: ../lib/network/connection/providers/cellular_extra.pm:2196
#: ../lib/network/connection/providers/cellular_extra.pm:2199
#: ../lib/network/connection/providers/cellular_extra.pm:2202
#: ../lib/network/connection/providers/cellular_extra.pm:2205
#: ../lib/network/connection/providers/cellular_extra.pm:2208
#: ../lib/network/connection/providers/cellular_extra.pm:2211
#: ../lib/network/connection/providers/cellular_extra.pm:2214
#: ../lib/network/connection/providers/cellular_extra.pm:2217
#: ../lib/network/connection/providers/cellular_extra.pm:2220
#: ../lib/network/connection/providers/cellular_extra.pm:2223
#: ../lib/network/netconnect.pm:37
#, c-format
msgid "United States"
msgstr "Birləşmiş Ştatlar"

#: ../lib/network/connection/providers/cellular_extra.pm:11
#: ../lib/network/connection/providers/cellular_extra.pm:18
#: ../lib/network/connection/providers/xdsl.pm:1320
#, c-format
msgid "United Arab Emirates"
msgstr "Birləşmiş Ərəb Əmirlikləri"

#: ../lib/network/connection/providers/cellular_extra.pm:23
#, c-format
msgid "Albania"
msgstr "Albaniya"

#: ../lib/network/connection/providers/cellular_extra.pm:26
#: ../lib/network/connection/providers/cellular_extra.pm:48
#, c-format
msgid "Angola"
msgstr "Anqola"

#: ../lib/network/connection/providers/cellular_extra.pm:30
#: ../lib/network/connection/providers/cellular_extra.pm:37
#: ../lib/network/connection/providers/cellular_extra.pm:43
#: ../lib/network/connection/providers/xdsl.pm:67
#: ../lib/network/connection/providers/xdsl.pm:77
#, c-format
msgid "Argentina"
msgstr "Argentina"

#: ../lib/network/connection/providers/cellular_extra.pm:51
#: ../lib/network/connection/providers/cellular_extra.pm:57
#: ../lib/network/connection/providers/cellular_extra.pm:63
#: ../lib/network/connection/providers/cellular_extra.pm:69
#: ../lib/network/connection/providers/cellular_extra.pm:75
#: ../lib/network/connection/providers/cellular_extra.pm:82
#: ../lib/network/connection/providers/cellular_extra.pm:89
#: ../lib/network/connection/providers/cellular_extra.pm:96
#: ../lib/network/connection/providers/cellular_extra.pm:103
#: ../lib/network/connection/providers/cellular_extra.pm:106
#: ../lib/network/connection/providers/xdsl.pm:87
#: ../lib/network/connection/providers/xdsl.pm:96
#: ../lib/network/connection/providers/xdsl.pm:105
#, c-format
msgid "Austria"
msgstr "Avstriya"

#: ../lib/network/connection/providers/cellular_extra.pm:109
#: ../lib/network/connection/providers/cellular_extra.pm:112
#: ../lib/network/connection/providers/cellular_extra.pm:117
#: ../lib/network/connection/providers/cellular_extra.pm:122
#: ../lib/network/connection/providers/cellular_extra.pm:127
#: ../lib/network/connection/providers/cellular_extra.pm:133
#: ../lib/network/connection/providers/cellular_extra.pm:138
#: ../lib/network/connection/providers/cellular_extra.pm:144
#: ../lib/network/connection/providers/cellular_extra.pm:148
#: ../lib/network/connection/providers/cellular_extra.pm:155
#: ../lib/network/connection/providers/cellular_extra.pm:162
#: ../lib/network/connection/providers/cellular_extra.pm:168
#: ../lib/network/connection/providers/xdsl.pm:114
#: ../lib/network/connection/providers/xdsl.pm:124
#: ../lib/network/connection/providers/xdsl.pm:134
#, c-format
msgid "Australia"
msgstr "Avstraliya"

#: ../lib/network/connection/providers/cellular_extra.pm:173
#: ../lib/network/connection/providers/cellular_extra.pm:176
#, c-format
msgid "Azerbaijan"
msgstr "Azərbaycan"

#: ../lib/network/connection/providers/cellular_extra.pm:179
#, c-format
msgid "Bosnia and Herzegovina"
msgstr "Bosniya və Herzoqovina"

#: ../lib/network/connection/providers/cellular_extra.pm:182
#, c-format
msgid "Bahamas"
msgstr "Bahamalar"

#: ../lib/network/connection/providers/cellular_extra.pm:185
#: ../lib/network/connection/providers/cellular_extra.pm:189
#: ../lib/network/connection/providers/cellular_extra.pm:192
#, c-format
msgid "Bangladesh"
msgstr "Banqladeş"

#: ../lib/network/connection/providers/cellular_extra.pm:197
#, c-format
msgid "Barbados"
msgstr "Barbados"

#: ../lib/network/connection/providers/cellular_extra.pm:200
#: ../lib/network/connection/providers/cellular_extra.pm:207
#: ../lib/network/connection/providers/cellular_extra.pm:210
#: ../lib/network/connection/providers/cellular_extra.pm:215
#: ../lib/network/connection/providers/cellular_extra.pm:220
#: ../lib/network/connection/providers/cellular_extra.pm:225
#: ../lib/network/connection/providers/xdsl.pm:144
#: ../lib/network/connection/providers/xdsl.pm:153
#: ../lib/network/connection/providers/xdsl.pm:164
#: ../lib/network/connection/providers/xdsl.pm:173
#: ../lib/network/connection/providers/xdsl.pm:182
#: ../lib/network/netconnect.pm:36
#, c-format
msgid "Belgium"
msgstr "Belçika"

#: ../lib/network/connection/providers/cellular_extra.pm:232
#: ../lib/network/connection/providers/cellular_extra.pm:237
#: ../lib/network/connection/providers/cellular_extra.pm:244
#: ../lib/network/connection/providers/xdsl.pm:228
#: ../lib/network/connection/providers/xdsl.pm:237
#, c-format
msgid "Bulgaria"
msgstr "Bolqarıstan"

#: ../lib/network/connection/providers/cellular_extra.pm:282
#: ../lib/network/connection/providers/cellular_extra.pm:287
#: ../lib/network/connection/providers/cellular_extra.pm:294
#: ../lib/network/connection/providers/cellular_extra.pm:299
#: ../lib/network/connection/providers/cellular_extra.pm:304
#, c-format
msgid "Belarus"
msgstr "Belarusiya"

#: ../lib/network/connection/providers/cellular_extra.pm:309
#, c-format
msgid "Botswana"
msgstr "Botsvana"

#: ../lib/network/connection/providers/cellular_extra.pm:312
#: ../lib/network/connection/providers/cellular_extra.pm:319
#, c-format
msgid "Canada"
msgstr "Kanada"

#: ../lib/network/connection/providers/cellular_extra.pm:326
#, c-format
msgid "Congo (Kinshasa)"
msgstr "Konqo (Kinşasa)"

#: ../lib/network/connection/providers/cellular_extra.pm:331
#, c-format
msgid "Congo (Brazzaville)"
msgstr "Congo (Brazzaville)"

#: ../lib/network/connection/providers/cellular_extra.pm:336
#: ../lib/network/connection/providers/cellular_extra.pm:341
#: ../lib/network/connection/providers/cellular_extra.pm:348
#: ../lib/network/connection/providers/xdsl.pm:1258
#: ../lib/network/connection/providers/xdsl.pm:1267
#: ../lib/network/connection/providers/xdsl.pm:1277
#, c-format
msgid "Switzerland"
msgstr "İsveçrə"

#: ../lib/network/connection/providers/cellular_extra.pm:355
#, c-format
msgid "Cote d'Ivoire"
msgstr "Kot Divuar"

#: ../lib/network/connection/providers/cellular_extra.pm:358
#: ../lib/network/connection/providers/cellular_extra.pm:363
#: ../lib/network/connection/providers/cellular_extra.pm:368
#: ../lib/network/connection/providers/cellular_extra.pm:373
#: ../lib/network/connection/providers/cellular_extra.pm:378
#: ../lib/network/connection/providers/cellular_extra.pm:383
#: ../lib/network/connection/providers/cellular_extra.pm:388
#, c-format
msgid "Chile"
msgstr "Çili"

#: ../lib/network/connection/providers/cellular_extra.pm:393
#: ../lib/network/connection/providers/cellular_extra.pm:398
#, c-format
msgid "Cameroon"
msgstr "Kamerun"

#: ../lib/network/connection/providers/cellular_extra.pm:402
#: ../lib/network/connection/providers/cellular_extra.pm:407
#: ../lib/network/connection/providers/xdsl.pm:246
#: ../lib/network/connection/providers/xdsl.pm:255
#: ../lib/network/connection/providers/xdsl.pm:264
#: ../lib/network/connection/providers/xdsl.pm:273
#: ../lib/network/connection/providers/xdsl.pm:282
#: ../lib/network/connection/providers/xdsl.pm:291
#: ../lib/network/connection/providers/xdsl.pm:300
#: ../lib/network/connection/providers/xdsl.pm:309
#: ../lib/network/connection/providers/xdsl.pm:318
#: ../lib/network/connection/providers/xdsl.pm:327
#: ../lib/network/connection/providers/xdsl.pm:336
#: ../lib/network/connection/providers/xdsl.pm:345
#: ../lib/network/connection/providers/xdsl.pm:354
#: ../lib/network/connection/providers/xdsl.pm:363
#: ../lib/network/connection/providers/xdsl.pm:372
#: ../lib/network/connection/providers/xdsl.pm:381
#: ../lib/network/connection/providers/xdsl.pm:390
#: ../lib/network/connection/providers/xdsl.pm:399
#: ../lib/network/connection/providers/xdsl.pm:408
#: ../lib/network/connection/providers/xdsl.pm:417
#, c-format
msgid "China"
msgstr "Çin"

#: ../lib/network/connection/providers/cellular_extra.pm:412
#, c-format
msgid "Costa Rica"
msgstr "Kosta Rika"

#: ../lib/network/connection/providers/cellular_extra.pm:417
#: ../lib/network/connection/providers/cellular_extra.pm:422
#: ../lib/network/connection/providers/cellular_extra.pm:425
#, c-format
msgid "Colombia"
msgstr "Kolumbiya"

#: ../lib/network/connection/providers/cellular_extra.pm:430
#: ../lib/network/connection/providers/cellular_extra.pm:435
#: ../lib/network/connection/providers/cellular_extra.pm:440
#: ../lib/network/connection/providers/cellular_extra.pm:445
#: ../lib/network/connection/providers/cellular_extra.pm:452
#: ../lib/network/connection/providers/cellular_extra.pm:457
#: ../lib/network/connection/providers/cellular_extra.pm:462
#: ../lib/network/connection/providers/cellular_extra.pm:467
#: ../lib/network/connection/providers/cellular_extra.pm:470
#: ../lib/network/connection/providers/cellular_extra.pm:475
#: ../lib/network/connection/providers/cellular_extra.pm:480
#: ../lib/network/connection/providers/cellular_extra.pm:485
#: ../lib/network/connection/providers/cellular_extra.pm:490
#: ../lib/network/connection/providers/cellular_extra.pm:495
#: ../lib/network/connection/providers/cellular_extra.pm:500
#: ../lib/network/connection/providers/xdsl.pm:426
#: ../lib/network/connection/providers/xdsl.pm:436
#, c-format
msgid "Czech Republic"
msgstr "Çex Respublikası"

#: ../lib/network/connection/providers/cellular_extra.pm:564
#: ../lib/network/connection/providers/cellular_extra.pm:567
#: ../lib/network/connection/providers/cellular_extra.pm:570
#: ../lib/network/connection/providers/cellular_extra.pm:573
#: ../lib/network/connection/providers/cellular_extra.pm:576
#: ../lib/network/connection/providers/cellular_extra.pm:581
#: ../lib/network/connection/providers/cellular_extra.pm:586
#: ../lib/network/connection/providers/cellular_extra.pm:591
#: ../lib/network/connection/providers/cellular_extra.pm:596
#: ../lib/network/connection/providers/cellular_extra.pm:599
#: ../lib/network/connection/providers/xdsl.pm:446
#: ../lib/network/connection/providers/xdsl.pm:455
#: ../lib/network/connection/providers/xdsl.pm:464
#, c-format
msgid "Denmark"
msgstr "Danimarka"

#: ../lib/network/connection/providers/cellular_extra.pm:602
#, c-format
msgid "Dominican Republic"
msgstr "Dominikan Respublikası"

#: ../lib/network/connection/providers/cellular_extra.pm:605
#, c-format
msgid "Ecuador"
msgstr "Ekvador"

#: ../lib/network/connection/providers/cellular_extra.pm:628
#: ../lib/network/connection/providers/cellular_extra.pm:633
#: ../lib/network/connection/providers/cellular_extra.pm:636
#: ../lib/network/connection/providers/xdsl.pm:473
#, c-format
msgid "Egypt"
msgstr "Misir"

#: ../lib/network/connection/providers/cellular_extra.pm:641
#: ../lib/network/connection/providers/cellular_extra.pm:648
#: ../lib/network/connection/providers/cellular_extra.pm:655
#: ../lib/network/connection/providers/cellular_extra.pm:658
#: ../lib/network/connection/providers/cellular_extra.pm:665
#: ../lib/network/connection/providers/cellular_extra.pm:672
#: ../lib/network/connection/providers/cellular_extra.pm:679
#: ../lib/network/connection/providers/cellular_extra.pm:682
#: ../lib/network/connection/providers/xdsl.pm:1072
#: ../lib/network/connection/providers/xdsl.pm:1084
#: ../lib/network/connection/providers/xdsl.pm:1096
#: ../lib/network/connection/providers/xdsl.pm:1109
#: ../lib/network/connection/providers/xdsl.pm:1119
#: ../lib/network/connection/providers/xdsl.pm:1129
#: ../lib/network/connection/providers/xdsl.pm:1140
#: ../lib/network/connection/providers/xdsl.pm:1150
#: ../lib/network/connection/providers/xdsl.pm:1160
#: ../lib/network/connection/providers/xdsl.pm:1170
#: ../lib/network/connection/providers/xdsl.pm:1180
#: ../lib/network/connection/providers/xdsl.pm:1190
#: ../lib/network/connection/providers/xdsl.pm:1201
#: ../lib/network/connection/providers/xdsl.pm:1212
#: ../lib/network/connection/providers/xdsl.pm:1224
#: ../lib/network/connection/providers/xdsl.pm:1236
#, c-format
msgid "Spain"
msgstr "İspaniya"

#: ../lib/network/connection/providers/cellular_extra.pm:706
#, c-format
msgid "Fiji"
msgstr "Fici"

#: ../lib/network/connection/providers/cellular_extra.pm:878
#, c-format
msgid "Georgia"
msgstr "Gürcüstan"

#: ../lib/network/connection/providers/cellular_extra.pm:883
#: ../lib/network/connection/providers/cellular_extra.pm:888
#: ../lib/network/connection/providers/cellular_extra.pm:891
#: ../lib/network/connection/providers/cellular_extra.pm:896
#, c-format
msgid "Ghana"
msgstr "Qana"

#: ../lib/network/connection/providers/cellular_extra.pm:899
#: ../lib/network/connection/providers/cellular_extra.pm:903
#: ../lib/network/connection/providers/cellular_extra.pm:909
#: ../lib/network/connection/providers/cellular_extra.pm:912
#: ../lib/network/connection/providers/xdsl.pm:650
#, c-format
msgid "Greece"
msgstr "Yunanıstan"

#: ../lib/network/connection/providers/cellular_extra.pm:917
#: ../lib/network/connection/providers/cellular_extra.pm:922
#, c-format
msgid "Guatemala"
msgstr "Qvatemala"

#: ../lib/network/connection/providers/cellular_extra.pm:925
#, c-format
msgid "Guyana"
msgstr "Quyana"

#: ../lib/network/connection/providers/cellular_extra.pm:930
#: ../lib/network/connection/providers/cellular_extra.pm:935
#: ../lib/network/connection/providers/cellular_extra.pm:938
#: ../lib/network/connection/providers/cellular_extra.pm:941
#: ../lib/network/connection/providers/cellular_extra.pm:946
#: ../lib/network/connection/providers/cellular_extra.pm:949
#: ../lib/network/connection/providers/cellular_extra.pm:952
#, c-format
msgid "Hong Kong"
msgstr "Honq Konq"

#: ../lib/network/connection/providers/cellular_extra.pm:955
#, c-format
msgid "Honduras"
msgstr "Honduras"

#: ../lib/network/connection/providers/cellular_extra.pm:958
#: ../lib/network/connection/providers/cellular_extra.pm:962
#: ../lib/network/connection/providers/cellular_extra.pm:968
#: ../lib/network/connection/providers/cellular_extra.pm:974
#, c-format
msgid "Croatia"
msgstr "Xırvatıstan"

#: ../lib/network/connection/providers/cellular_extra.pm:981
#: ../lib/network/connection/providers/cellular_extra.pm:986
#: ../lib/network/connection/providers/cellular_extra.pm:991
#: ../lib/network/connection/providers/cellular_extra.pm:996
#: ../lib/network/connection/providers/cellular_extra.pm:1001
#: ../lib/network/connection/providers/cellular_extra.pm:1007
#: ../lib/network/connection/providers/cellular_extra.pm:1014
#: ../lib/network/connection/providers/cellular_extra.pm:1021
#: ../lib/network/connection/providers/cellular_extra.pm:1026
#: ../lib/network/connection/providers/xdsl.pm:659
#, c-format
msgid "Hungary"
msgstr "Macarıstan"

#: ../lib/network/connection/providers/cellular_extra.pm:1031
#: ../lib/network/connection/providers/cellular_extra.pm:1036
#: ../lib/network/connection/providers/cellular_extra.pm:1043
#: ../lib/network/connection/providers/cellular_extra.pm:1047
#: ../lib/network/connection/providers/cellular_extra.pm:1054
#: ../lib/network/connection/providers/cellular_extra.pm:1061
#, c-format
msgid "Indonesia"
msgstr "İndoneziya"

#: ../lib/network/connection/providers/cellular_extra.pm:1066
#: ../lib/network/connection/providers/cellular_extra.pm:1073
#: ../lib/network/connection/providers/cellular_extra.pm:1080
#: ../lib/network/connection/providers/cellular_extra.pm:1085
#: ../lib/network/connection/providers/cellular_extra.pm:1090
#: ../lib/network/connection/providers/cellular_extra.pm:1095
#: ../lib/network/connection/providers/cellular_extra.pm:1101
#: ../lib/network/connection/providers/xdsl.pm:668
#, c-format
msgid "Ireland"
msgstr "İrlandiya"

#: ../lib/network/connection/providers/cellular_extra.pm:1106
#: ../lib/network/connection/providers/cellular_extra.pm:1112
#: ../lib/network/connection/providers/cellular_extra.pm:1117
#: ../lib/network/connection/providers/xdsl.pm:677
#: ../lib/network/connection/providers/xdsl.pm:687
#: ../lib/network/connection/providers/xdsl.pm:697
#: ../lib/network/connection/providers/xdsl.pm:707
#: ../lib/network/connection/providers/xdsl.pm:717
#: ../lib/network/connection/providers/xdsl.pm:727
#: ../lib/network/connection/providers/xdsl.pm:737
#: ../lib/network/connection/providers/xdsl.pm:747
#: ../lib/network/connection/providers/xdsl.pm:757
#: ../lib/network/connection/providers/xdsl.pm:767
#: ../lib/network/connection/providers/xdsl.pm:777
#, c-format
msgid "Israel"
msgstr "İsrail"

#: ../lib/network/connection/providers/cellular_extra.pm:1121
#: ../lib/network/connection/providers/cellular_extra.pm:1126
#: ../lib/network/connection/providers/cellular_extra.pm:1132
#: ../lib/network/connection/providers/cellular_extra.pm:1136
#: ../lib/network/connection/providers/cellular_extra.pm:1141
#: ../lib/network/connection/providers/cellular_extra.pm:1146
#: ../lib/network/connection/providers/cellular_extra.pm:1151
#: ../lib/network/connection/providers/cellular_extra.pm:1155
#: ../lib/network/connection/providers/cellular_extra.pm:1160
#: ../lib/network/connection/providers/cellular_extra.pm:1165
#: ../lib/network/connection/providers/cellular_extra.pm:1170
#: ../lib/network/connection/providers/cellular_extra.pm:1175
#: ../lib/network/connection/providers/cellular_extra.pm:1180
#: ../lib/network/connection/providers/cellular_extra.pm:1185
#: ../lib/network/connection/providers/cellular_extra.pm:1188
#: ../lib/network/connection/providers/cellular_extra.pm:1193
#: ../lib/network/connection/providers/cellular_extra.pm:1198
#: ../lib/network/connection/providers/xdsl.pm:787
#, c-format
msgid "India"
msgstr "Hindistan"

#: ../lib/network/connection/providers/cellular_extra.pm:1203
#: ../lib/network/connection/providers/cellular_extra.pm:1208
#: ../lib/network/connection/providers/xdsl.pm:796
#: ../lib/network/connection/providers/xdsl.pm:805
#, c-format
msgid "Iceland"
msgstr "İslandiya"

#: ../lib/network/connection/providers/cellular_extra.pm:1243
#: ../lib/network/connection/providers/cellular_extra.pm:1246
#, c-format
msgid "Jamaica"
msgstr "Yamayka"

#: ../lib/network/connection/providers/cellular_extra.pm:1253
#: ../lib/network/connection/providers/cellular_extra.pm:1260
#: ../lib/network/connection/providers/cellular_extra.pm:1265
#: ../lib/network/connection/providers/cellular_extra.pm:1270
#: ../lib/network/connection/providers/cellular_extra.pm:1273
#, c-format
msgid "Japan"
msgstr "Yaponiya"

#: ../lib/network/connection/providers/cellular_extra.pm:1280
#: ../lib/network/connection/providers/cellular_extra.pm:1283
#: ../lib/network/connection/providers/cellular_extra.pm:1288
#, c-format
msgid "Kenya"
msgstr "Kenya"

#: ../lib/network/connection/providers/cellular_extra.pm:1291
#: ../lib/network/connection/providers/cellular_extra.pm:1295
#, c-format
msgid "Kuwait"
msgstr "Kuveyt"

#: ../lib/network/connection/providers/cellular_extra.pm:1298
#, c-format
msgid "Kazakhstan"
msgstr "Qazaxstan"

#: ../lib/network/connection/providers/cellular_extra.pm:1304
#, c-format
msgid "Laos"
msgstr "Laos"

#: ../lib/network/connection/providers/cellular_extra.pm:1308
#: ../lib/network/connection/providers/cellular_extra.pm:1313
#: ../lib/network/connection/providers/cellular_extra.pm:1316
#, c-format
msgid "Lebanon"
msgstr "Livan"

#: ../lib/network/connection/providers/cellular_extra.pm:1319
#, c-format
msgid "Saint Lucia"
msgstr "Saint Lucia"

#: ../lib/network/connection/providers/cellular_extra.pm:1323
#: ../lib/network/connection/providers/cellular_extra.pm:1326
#: ../lib/network/connection/providers/cellular_extra.pm:1329
#: ../lib/network/connection/providers/cellular_extra.pm:1332
#: ../lib/network/connection/providers/cellular_extra.pm:1335
#: ../lib/network/connection/providers/cellular_extra.pm:1338
#: ../lib/network/connection/providers/xdsl.pm:858
#, c-format
msgid "Sri Lanka"
msgstr "Şri Lanka"

#: ../lib/network/connection/providers/cellular_extra.pm:1341
#: ../lib/network/connection/providers/cellular_extra.pm:1347
#: ../lib/network/connection/providers/cellular_extra.pm:1351
#: ../lib/network/connection/providers/cellular_extra.pm:1356
#: ../lib/network/connection/providers/xdsl.pm:870
#, c-format
msgid "Lithuania"
msgstr "Litva"

#: ../lib/network/connection/providers/cellular_extra.pm:1363
#: ../lib/network/connection/providers/cellular_extra.pm:1368
#: ../lib/network/connection/providers/cellular_extra.pm:1373
#, c-format
msgid "Luxembourg"
msgstr "Lyuksemburq"

#: ../lib/network/connection/providers/cellular_extra.pm:1376
#: ../lib/network/connection/providers/cellular_extra.pm:1381
#, c-format
msgid "Latvia"
msgstr "Latviya"

#: ../lib/network/connection/providers/cellular_extra.pm:1386
#: ../lib/network/connection/providers/cellular_extra.pm:1391
#: ../lib/network/connection/providers/xdsl.pm:900
#, c-format
msgid "Morocco"
msgstr "Mərakeş"

#: ../lib/network/connection/providers/cellular_extra.pm:1396
#: ../lib/network/connection/providers/cellular_extra.pm:1401
#, c-format
msgid "Moldova"
msgstr "Moldova"

#: ../lib/network/connection/providers/cellular_extra.pm:1404
#: ../lib/network/connection/providers/cellular_extra.pm:1411
#: ../lib/network/connection/providers/cellular_extra.pm:1414
#: ../lib/network/connection/providers/cellular_extra.pm:1419
#: ../lib/network/connection/providers/cellular_extra.pm:1425
#: ../lib/network/connection/providers/cellular_extra.pm:1431
#, fuzzy, c-format
msgid "Montenegro"
msgstr "Serbiya və Qaradağ"

#: ../lib/network/connection/providers/cellular_extra.pm:1437
#, c-format
msgid "Mongolia"
msgstr "Monqolustan"

#: ../lib/network/connection/providers/cellular_extra.pm:1440
#: ../lib/network/connection/providers/cellular_extra.pm:1443
#: ../lib/network/connection/providers/cellular_extra.pm:1448
#: ../lib/network/connection/providers/cellular_extra.pm:1451
#, c-format
msgid "Macao"
msgstr ""

#: ../lib/network/connection/providers/cellular_extra.pm:1456
#: ../lib/network/connection/providers/cellular_extra.pm:1459
#: ../lib/network/connection/providers/cellular_extra.pm:1462
#, c-format
msgid "Malta"
msgstr "Malta"

#: ../lib/network/connection/providers/cellular_extra.pm:1467
#: ../lib/network/connection/providers/xdsl.pm:879
#: ../lib/network/connection/providers/xdsl.pm:889
#, c-format
msgid "Mauritius"
msgstr "Maurit"

#: ../lib/network/connection/providers/cellular_extra.pm:1470
#, c-format
msgid "Maldives"
msgstr "Maldiv"

#: ../lib/network/connection/providers/cellular_extra.pm:1473
#: ../lib/network/connection/providers/cellular_extra.pm:1480
#, c-format
msgid "Mexico"
msgstr "Mexiko"

#: ../lib/network/connection/providers/cellular_extra.pm:1483
#: ../lib/network/connection/providers/cellular_extra.pm:1488
#: ../lib/network/connection/providers/cellular_extra.pm:1493
#: ../lib/network/connection/providers/cellular_extra.pm:1498
#: ../lib/network/connection/providers/cellular_extra.pm:1503
#: ../lib/network/connection/providers/cellular_extra.pm:1507
#: ../lib/network/connection/providers/cellular_extra.pm:1510
#, c-format
msgid "Malaysia"
msgstr "Malayziya"

#: ../lib/network/connection/providers/cellular_extra.pm:1517
#, c-format
msgid "Mozambique"
msgstr "Mozambiq"

#: ../lib/network/connection/providers/cellular_extra.pm:1524
#: ../lib/network/connection/providers/cellular_extra.pm:1529
#: ../lib/network/connection/providers/cellular_extra.pm:1534
#, c-format
msgid "Nigeria"
msgstr "Nigeriya"

#: ../lib/network/connection/providers/cellular_extra.pm:1540
#: ../lib/network/connection/providers/cellular_extra.pm:1545
#, c-format
msgid "Nicaragua"
msgstr "Nikaraqua"

#: ../lib/network/connection/providers/cellular_extra.pm:1550
#: ../lib/network/connection/providers/cellular_extra.pm:1553
#: ../lib/network/connection/providers/cellular_extra.pm:1560
#: ../lib/network/connection/providers/cellular_extra.pm:1565
#: ../lib/network/connection/providers/cellular_extra.pm:1570
#: ../lib/network/connection/providers/cellular_extra.pm:1574
#: ../lib/network/connection/providers/cellular_extra.pm:1579
#: ../lib/network/connection/providers/cellular_extra.pm:1584
#: ../lib/network/connection/providers/xdsl.pm:910
#: ../lib/network/connection/providers/xdsl.pm:919
#: ../lib/network/connection/providers/xdsl.pm:928
#: ../lib/network/connection/providers/xdsl.pm:937
#: ../lib/network/netconnect.pm:34
#, c-format
msgid "Netherlands"
msgstr "Hollandiya"

#: ../lib/network/connection/providers/cellular_extra.pm:1587
#: ../lib/network/connection/providers/cellular_extra.pm:1594
#: ../lib/network/connection/providers/cellular_extra.pm:1599
#: ../lib/network/connection/providers/cellular_extra.pm:1604
#: ../lib/network/connection/providers/cellular_extra.pm:1609
#: ../lib/network/connection/providers/cellular_extra.pm:1612
#: ../lib/network/connection/providers/cellular_extra.pm:1615
#: ../lib/network/connection/providers/cellular_extra.pm:1618
#: ../lib/network/connection/providers/cellular_extra.pm:1621
#: ../lib/network/connection/providers/cellular_extra.pm:1624
#: ../lib/network/connection/providers/xdsl.pm:946
#: ../lib/network/connection/providers/xdsl.pm:952
#: ../lib/network/connection/providers/xdsl.pm:958
#: ../lib/network/connection/providers/xdsl.pm:964
#: ../lib/network/connection/providers/xdsl.pm:970
#: ../lib/network/connection/providers/xdsl.pm:976
#: ../lib/network/connection/providers/xdsl.pm:982
#, c-format
msgid "Norway"
msgstr "Norvegiya"

#: ../lib/network/connection/providers/cellular_extra.pm:1627
#, c-format
msgid "Nepal"
msgstr "Nepal"

#: ../lib/network/connection/providers/cellular_extra.pm:1630
#: ../lib/network/connection/providers/cellular_extra.pm:1635
#: ../lib/network/connection/providers/cellular_extra.pm:1640
#, c-format
msgid "New Zealand"
msgstr "Yeni Zellandiya"

#: ../lib/network/connection/providers/cellular_extra.pm:1645
#: ../lib/network/connection/providers/cellular_extra.pm:1650
#, c-format
msgid "Panama"
msgstr "Panama"

#: ../lib/network/connection/providers/cellular_extra.pm:1655
#, c-format
msgid "Oman"
msgstr "Oman"

#: ../lib/network/connection/providers/cellular_extra.pm:1658
#, c-format
msgid "Peru"
msgstr "Peru"

#: ../lib/network/connection/providers/cellular_extra.pm:1663
#: ../lib/network/connection/providers/cellular_extra.pm:1670
#: ../lib/network/connection/providers/cellular_extra.pm:1677
#: ../lib/network/connection/providers/cellular_extra.pm:1680
#, c-format
msgid "Philippines"
msgstr "Filippin"

#: ../lib/network/connection/providers/cellular_extra.pm:1687
#: ../lib/network/connection/providers/cellular_extra.pm:1692
#: ../lib/network/connection/providers/cellular_extra.pm:1695
#: ../lib/network/connection/providers/cellular_extra.pm:1698
#: ../lib/network/connection/providers/cellular_extra.pm:1703
#: ../lib/network/connection/providers/cellular_extra.pm:1708
#: ../lib/network/connection/providers/xdsl.pm:990
#, c-format
msgid "Pakistan"
msgstr "Pakistan"

#: ../lib/network/connection/providers/cellular_extra.pm:1752
#: ../lib/network/connection/providers/cellular_extra.pm:1757
#: ../lib/network/connection/providers/cellular_extra.pm:1762
#: ../lib/network/connection/providers/cellular_extra.pm:1766
#: ../lib/network/connection/providers/cellular_extra.pm:1771
#: ../lib/network/connection/providers/xdsl.pm:1022
#, c-format
msgid "Portugal"
msgstr "Portuqaliya"

#: ../lib/network/connection/providers/cellular_extra.pm:1776
#, c-format
msgid "Paraguay"
msgstr "Paraqvay"

#: ../lib/network/connection/providers/cellular_extra.pm:1781
#: ../lib/network/connection/providers/cellular_extra.pm:1786
#: ../lib/network/connection/providers/cellular_extra.pm:1793
#, c-format
msgid "Romania"
msgstr "Ruminıya"

#: ../lib/network/connection/providers/cellular_extra.pm:1798
#: ../lib/network/connection/providers/cellular_extra.pm:1805
#: ../lib/network/connection/providers/cellular_extra.pm:1811
#: ../lib/network/connection/providers/cellular_extra.pm:1817
#, fuzzy, c-format
msgid "Serbia"
msgstr "Xidmət"

#: ../lib/network/connection/providers/cellular_extra.pm:1823
#: ../lib/network/connection/providers/cellular_extra.pm:1830
#: ../lib/network/connection/providers/cellular_extra.pm:1837
#: ../lib/network/connection/providers/cellular_extra.pm:1842
#: ../lib/network/connection/providers/cellular_extra.pm:1849
#: ../lib/network/connection/providers/cellular_extra.pm:1852
#: ../lib/network/connection/providers/cellular_extra.pm:1857
#: ../lib/network/connection/providers/cellular_extra.pm:1862
#: ../lib/network/connection/providers/cellular_extra.pm:1867
#: ../lib/network/connection/providers/cellular_extra.pm:1872
#: ../lib/network/connection/providers/cellular_extra.pm:1877
#: ../lib/network/connection/providers/cellular_extra.pm:1882
#: ../lib/network/connection/providers/cellular_extra.pm:1887
#: ../lib/network/connection/providers/cellular_extra.pm:1892
#: ../lib/network/connection/providers/cellular_extra.pm:1898
#: ../lib/network/connection/providers/cellular_extra.pm:1903
#: ../lib/network/connection/providers/cellular_extra.pm:1908
#: ../lib/network/connection/providers/cellular_extra.pm:1914
#: ../lib/network/connection/providers/cellular_extra.pm:1920
#: ../lib/network/connection/providers/cellular_extra.pm:1927
#: ../lib/network/connection/providers/cellular_extra.pm:1933
#, c-format
msgid "Russian Federation"
msgstr "Rusiya Federasiyası"

#: ../lib/network/connection/providers/cellular_extra.pm:1938
#: ../lib/network/connection/providers/cellular_extra.pm:1941
#, c-format
msgid "Saudi Arabia"
msgstr "Səudiyyə Ərəbistan"

#: ../lib/network/connection/providers/cellular_extra.pm:1946
#: ../lib/network/connection/providers/cellular_extra.pm:1949
#: ../lib/network/connection/providers/cellular_extra.pm:1952
#: ../lib/network/connection/providers/cellular_extra.pm:1955
#: ../lib/network/connection/providers/cellular_extra.pm:1958
#: ../lib/network/connection/providers/cellular_extra.pm:1961
#: ../lib/network/connection/providers/cellular_extra.pm:1966
#: ../lib/network/connection/providers/cellular_extra.pm:1969
#: ../lib/network/connection/providers/cellular_extra.pm:1972
#: ../lib/network/connection/providers/xdsl.pm:1249
#, c-format
msgid "Sweden"
msgstr "İsveç"

#: ../lib/network/connection/providers/cellular_extra.pm:1975
#: ../lib/network/connection/providers/cellular_extra.pm:1982
#: ../lib/network/connection/providers/cellular_extra.pm:1987
#: ../lib/network/connection/providers/xdsl.pm:1042
#, c-format
msgid "Singapore"
msgstr "Sinqapur"

#: ../lib/network/connection/providers/cellular_extra.pm:1993
#: ../lib/network/connection/providers/cellular_extra.pm:2000
#: ../lib/network/connection/providers/cellular_extra.pm:2007
#: ../lib/network/connection/providers/xdsl.pm:1061
#, c-format
msgid "Slovenia"
msgstr "Sloveniya"

#: ../lib/network/connection/providers/cellular_extra.pm:2012
#: ../lib/network/connection/providers/cellular_extra.pm:2017
#: ../lib/network/connection/providers/cellular_extra.pm:2022
#: ../lib/network/connection/providers/cellular_extra.pm:2029
#, c-format
msgid "Slovakia"
msgstr "Slovakiya"

#: ../lib/network/connection/providers/cellular_extra.pm:2034
#: ../lib/network/connection/providers/xdsl.pm:1051
#, c-format
msgid "Senegal"
msgstr "Seneqal"

#: ../lib/network/connection/providers/cellular_extra.pm:2039
#, c-format
msgid "El Salvador"
msgstr "El Salvador"

#: ../lib/network/connection/providers/cellular_extra.pm:2044
#: ../lib/network/connection/providers/cellular_extra.pm:2049
#: ../lib/network/connection/providers/cellular_extra.pm:2054
#: ../lib/network/connection/providers/xdsl.pm:1286
#, c-format
msgid "Thailand"
msgstr "Tayland"

#: ../lib/network/connection/providers/cellular_extra.pm:2059
#: ../lib/network/connection/providers/cellular_extra.pm:2064
#: ../lib/network/connection/providers/cellular_extra.pm:2069
#: ../lib/network/connection/providers/cellular_extra.pm:2076
#: ../lib/network/connection/providers/cellular_extra.pm:2083
#: ../lib/network/connection/providers/xdsl.pm:1307
#, c-format
msgid "Turkey"
msgstr "Türkiyə"

#: ../lib/network/connection/providers/cellular_extra.pm:2088
#: ../lib/network/connection/providers/cellular_extra.pm:2093
#, c-format
msgid "Trinidad and Tobago"
msgstr "Trinidad və Tobaqo"

#: ../lib/network/connection/providers/cellular_extra.pm:2098
#: ../lib/network/connection/providers/cellular_extra.pm:2101
#: ../lib/network/connection/providers/cellular_extra.pm:2104
#: ../lib/network/connection/providers/cellular_extra.pm:2107
#: ../lib/network/connection/providers/cellular_extra.pm:2110
#, c-format
msgid "Taiwan"
msgstr "Tayvan"

#: ../lib/network/connection/providers/cellular_extra.pm:2113
#: ../lib/network/connection/providers/cellular_extra.pm:2118
#: ../lib/network/connection/providers/cellular_extra.pm:2123
#: ../lib/network/connection/providers/cellular_extra.pm:2128
#: ../lib/network/connection/providers/cellular_extra.pm:2133
#: ../lib/network/connection/providers/cellular_extra.pm:2138
#: ../lib/network/connection/providers/cellular_extra.pm:2141
#: ../lib/network/connection/providers/cellular_extra.pm:2146
#: ../lib/network/connection/providers/cellular_extra.pm:2151
#: ../lib/network/connection/providers/cellular_extra.pm:2156
#: ../lib/network/connection/providers/cellular_extra.pm:2162
#: ../lib/network/connection/providers/cellular_extra.pm:2167
#, c-format
msgid "Ukraine"
msgstr "Ukrayna"

#: ../lib/network/connection/providers/cellular_extra.pm:2170
#, c-format
msgid "Uganda"
msgstr "Uqanda"

#: ../lib/network/connection/providers/cellular_extra.pm:2226
#: ../lib/network/connection/providers/cellular_extra.pm:2231
#: ../lib/network/connection/providers/cellular_extra.pm:2236
#, c-format
msgid "Uruguay"
msgstr "Uruqvay"

#: ../lib/network/connection/providers/cellular_extra.pm:2241
#, c-format
msgid "Uzbekistan"
msgstr "Özbəkistan"

#: ../lib/network/connection/providers/cellular_extra.pm:2246
#, c-format
msgid "Saint Vincent and the Grenadines"
msgstr "Müqəddəs Vinsent və Qrenadin"

#: ../lib/network/connection/providers/cellular_extra.pm:2251
#, c-format
msgid "Venezuela"
msgstr "Venesuela"

#: ../lib/network/connection/providers/cellular_extra.pm:2255
#: ../lib/network/connection/providers/cellular_extra.pm:2262
#: ../lib/network/connection/providers/cellular_extra.pm:2267
#: ../lib/network/connection/providers/cellular_extra.pm:2272
#: ../lib/network/connection/providers/cellular_extra.pm:2277
#, c-format
msgid "South Africa"
msgstr "Cənubi Afrika"

#: ../lib/network/connection/providers/xdsl.pm:47
#: ../lib/network/connection/providers/xdsl.pm:57
#, c-format
msgid "Algeria"
msgstr "Əlcəzair"

#: ../lib/network/connection/providers/xdsl.pm:87
#: ../lib/network/connection/providers/xdsl.pm:446
#: ../lib/network/connection/providers/xdsl.pm:650
#: ../lib/network/connection/providers/xdsl.pm:668
#: ../lib/network/connection/providers/xdsl.pm:787
#: ../lib/network/connection/providers/xdsl.pm:1258
#, c-format
msgid "Any"
msgstr ""

#: ../lib/network/connection/providers/xdsl.pm:1031
#, c-format
msgid "Russia"
msgstr "Rusiya"

#: ../lib/network/connection/providers/xdsl.pm:1296
#, c-format
msgid "Tunisia"
msgstr "Tunis"

#: ../lib/network/connection/wireless.pm:13
#, c-format
msgid "Wireless"
msgstr ""

#: ../lib/network/connection/wireless.pm:14
#, fuzzy, c-format
msgid "Wireless (Wi-Fi)"
msgstr "Kabelsiz bağlantı"

#: ../lib/network/connection/wireless.pm:30
#, c-format
msgid "Use a Windows driver (with ndiswrapper)"
msgstr ""

#: ../lib/network/connection/wireless.pm:47
#, c-format
msgid "Open WEP"
msgstr ""

#: ../lib/network/connection/wireless.pm:48
#, c-format
msgid "Restricted WEP"
msgstr ""

#: ../lib/network/connection/wireless.pm:49
#, c-format
msgid "WPA/WPA2 Pre-Shared Key"
msgstr ""

#: ../lib/network/connection/wireless.pm:50
#, c-format
msgid "WPA/WPA2 Enterprise"
msgstr ""

#: ../lib/network/connection/wireless.pm:281
#, c-format
msgid "Windows driver"
msgstr ""

#: ../lib/network/connection/wireless.pm:369
#, c-format
msgid ""
"Your wireless card is disabled, please enable the wireless switch (RF kill "
"switch) first."
msgstr ""

#: ../lib/network/connection/wireless.pm:459
#, fuzzy, c-format
msgid "Wireless settings"
msgstr "Kabelsiz bağlantı"

#: ../lib/network/connection/wireless.pm:464
#: ../lib/network/connection_manager.pm:280
#, c-format
msgid "Operating Mode"
msgstr "İdrə Modu"

#: ../lib/network/connection/wireless.pm:465
#, c-format
msgid "Ad-hoc"
msgstr "Ad-hoc"

#: ../lib/network/connection/wireless.pm:465
#, c-format
msgid "Managed"
msgstr "İdarə edilən"

#: ../lib/network/connection/wireless.pm:465
#, c-format
msgid "Master"
msgstr "Əsas"

#: ../lib/network/connection/wireless.pm:465
#, c-format
msgid "Repeater"
msgstr "Təkrarlayıcı"

#: ../lib/network/connection/wireless.pm:465
#, c-format
msgid "Secondary"
msgstr "İkinci"

#: ../lib/network/connection/wireless.pm:465
#, c-format
msgid "Auto"
msgstr "Avtomatik"

#: ../lib/network/connection/wireless.pm:468
#, c-format
msgid "Network name (ESSID)"
msgstr "Şəbəkə adı (ESSID)"

#: ../lib/network/connection/wireless.pm:470
#, c-format
msgid "Encryption mode"
msgstr ""

#: ../lib/network/connection/wireless.pm:472
#, c-format
msgid "Encryption key"
msgstr "Şifrələmə açarı"

#: ../lib/network/connection/wireless.pm:475
#, fuzzy, c-format
msgid "Hide password"
msgstr "Şifrə"

#: ../lib/network/connection/wireless.pm:477
#, c-format
msgid "Force using this key as ASCII string (e.g. for Livebox)"
msgstr ""

#: ../lib/network/connection/wireless.pm:484
#, fuzzy, c-format
msgid "EAP Login/Username"
msgstr "Hesab Girişi (istifadəçi adı)"

#: ../lib/network/connection/wireless.pm:486
#, c-format
msgid ""
"The login or username. Format is plain text. If you\n"
"need to specify domain then try the untested syntax\n"
"  DOMAIN\\username"
msgstr ""

#: ../lib/network/connection/wireless.pm:489
#, fuzzy, c-format
msgid "EAP Password"
msgstr "Şifrə"

#: ../lib/network/connection/wireless.pm:492
#, c-format
msgid ""
" Password: A string.\n"
"Note that this is not the same thing as a psk.\n"
"____________________________________________________\n"
"RELATED ADDITIONAL INFORMATION:\n"
"In the Advanced Page, you can select which EAP mode\n"
"is used for authentication. For the eap mode setting\n"
"   Auto Detect: implies all possible modes are tried.\n"
"\n"
"If Auto Detect fails, try the PEAP TTLS combo bofore others\n"
"Note:\n"
"\tThe settings MD5, MSCHAPV2, OTP and GTC imply\n"
"automatically PEAP and TTLS modes.\n"
"  TLS mode is completely certificate based and may ignore\n"
"the username and password values specified here."
msgstr ""

#: ../lib/network/connection/wireless.pm:506
#, c-format
msgid "EAP client certificate"
msgstr ""

#: ../lib/network/connection/wireless.pm:508
#, c-format
msgid ""
"The complete path and filename of client certificate. This is\n"
"only used for EAP certificate based authentication. It could be\n"
"considered as the alternative to username/password combo.\n"
" Note: other related settings are shown on the Advanced page."
msgstr ""

#: ../lib/network/connection/wireless.pm:512
#, c-format
msgid "Network ID"
msgstr "Şəbəkə ID-si"

#: ../lib/network/connection/wireless.pm:513
#, c-format
msgid "Operating frequency"
msgstr "İşləmə tezliyi"

#: ../lib/network/connection/wireless.pm:514
#, c-format
msgid "Sensitivity threshold"
msgstr "Həssaslıq aralığı"

#: ../lib/network/connection/wireless.pm:515
#, c-format
msgid "Bitrate (in b/s)"
msgstr "Vuruş sıxlığı (v/s olaraq)"

#: ../lib/network/connection/wireless.pm:516
#, c-format
msgid "RTS/CTS"
msgstr "RTS/CTS"

#: ../lib/network/connection/wireless.pm:517
#, c-format
msgid ""
"RTS/CTS adds a handshake before each packet transmission to make sure that "
"the\n"
"channel is clear. This adds overhead, but increase performance in case of "
"hidden\n"
"nodes or large number of active nodes. This parameter sets the size of the\n"
"smallest packet for which the node sends RTS, a value equal to the maximum\n"
"packet size disable the scheme. You may also set this parameter to auto, "
"fixed\n"
"or off."
msgstr ""

#: ../lib/network/connection/wireless.pm:524
#, c-format
msgid "Fragmentation"
msgstr "Fraqmentasiya"

#: ../lib/network/connection/wireless.pm:525
#, c-format
msgid "iwconfig command extra arguments"
msgstr "iwconfig əmri əlavə arqumentləri"

#: ../lib/network/connection/wireless.pm:526
#, c-format
msgid ""
"Here, one can configure some extra wireless parameters such as:\n"
"ap, channel, commit, enc, power, retry, sens, txpower (nick is already set "
"as the hostname).\n"
"\n"
"See iwconfig(8) man page for further information."
msgstr ""

#. -PO: split the "xyz command extra argument" translated string into two lines if it's bigger than the english one
#: ../lib/network/connection/wireless.pm:533
#, c-format
msgid "iwspy command extra arguments"
msgstr "iwspy əmri əlavə arqumentləri"

#: ../lib/network/connection/wireless.pm:534
#, c-format
msgid ""
"iwspy is used to set a list of addresses in a wireless network\n"
"interface and to read back quality of link information for each of those.\n"
"\n"
"This information is the same as the one available in /proc/net/wireless :\n"
"quality of the link, signal strength and noise level.\n"
"\n"
"See iwpspy(8) man page for further information."
msgstr ""

#: ../lib/network/connection/wireless.pm:542
#, c-format
msgid "iwpriv command extra arguments"
msgstr "iwpriv əmri əlavə arqumentləri"

#: ../lib/network/connection/wireless.pm:544
#, c-format
msgid ""
"iwpriv enable to set up optionals (private) parameters of a wireless "
"network\n"
"interface.\n"
"\n"
"iwpriv deals with parameters and setting specific to each driver (as opposed "
"to\n"
"iwconfig which deals with generic ones).\n"
"\n"
"In theory, the documentation of each device driver should indicate how to "
"use\n"
"those interface specific commands and their effect.\n"
"\n"
"See iwpriv(8) man page for further information."
msgstr ""

#: ../lib/network/connection/wireless.pm:555
#, fuzzy, c-format
msgid "EAP Protocol"
msgstr "Protokol"

#: ../lib/network/connection/wireless.pm:556
#: ../lib/network/connection/wireless.pm:561
#, fuzzy, c-format
msgid "Auto Detect"
msgstr "Avtomatik təsbit et"

#: ../lib/network/connection/wireless.pm:556
#, c-format
msgid "WPA2"
msgstr ""

#: ../lib/network/connection/wireless.pm:556
#, fuzzy, c-format
msgid "WPA"
msgstr "PAP"

#: ../lib/network/connection/wireless.pm:558
#, c-format
msgid ""
"Auto Detect is recommended as it first tries WPA version 2 with\n"
"a fallback to WPA version 1"
msgstr ""

#: ../lib/network/connection/wireless.pm:560
#, fuzzy, c-format
msgid "EAP Mode"
msgstr "Mod"

#: ../lib/network/connection/wireless.pm:561
#, fuzzy, c-format
msgid "PEAP"
msgstr "PAP"

#: ../lib/network/connection/wireless.pm:561
#, c-format
msgid "TTLS"
msgstr ""

#: ../lib/network/connection/wireless.pm:561
#, fuzzy, c-format
msgid "TLS"
msgstr "LSB"

#: ../lib/network/connection/wireless.pm:561
#, fuzzy, c-format
msgid "MSCHAPV2"
msgstr "CHAP"

#: ../lib/network/connection/wireless.pm:561
#, c-format
msgid "MD5"
msgstr ""

#: ../lib/network/connection/wireless.pm:561
#, c-format
msgid "OTP"
msgstr ""

#: ../lib/network/connection/wireless.pm:561
#, c-format
msgid "GTC"
msgstr ""

#: ../lib/network/connection/wireless.pm:561
#, c-format
msgid "LEAP"
msgstr ""

#: ../lib/network/connection/wireless.pm:561
#, c-format
msgid "PEAP TTLS"
msgstr ""

#: ../lib/network/connection/wireless.pm:561
#, c-format
msgid "TTLS TLS"
msgstr ""

#: ../lib/network/connection/wireless.pm:563
#, c-format
msgid "EAP key_mgmt"
msgstr ""

#: ../lib/network/connection/wireless.pm:565
#, c-format
msgid ""
"list of accepted authenticated key management protocols.\n"
"possible values are WPA-EAP, IEEE8021X, NONE"
msgstr ""

#: ../lib/network/connection/wireless.pm:567
#, c-format
msgid "EAP outer identity"
msgstr ""

#: ../lib/network/connection/wireless.pm:569
#, c-format
msgid ""
"Anonymous identity string for EAP: to be used as the\n"
"unencrypted identity with EAP types that support different\n"
"tunnelled identity, e.g., TTLS"
msgstr ""

#: ../lib/network/connection/wireless.pm:572
#, c-format
msgid "EAP phase2"
msgstr ""

#: ../lib/network/connection/wireless.pm:574
#, c-format
msgid ""
"Inner authentication with TLS tunnel parameters.\n"
"input is string with field-value pairs, Examples:\n"
"auth=MSCHAPV2 for PEAP or\n"
"autheap=MSCHAPV2 autheap=MD5 for TTLS"
msgstr ""

#: ../lib/network/connection/wireless.pm:578
#, c-format
msgid "EAP CA certificate"
msgstr ""

#: ../lib/network/connection/wireless.pm:580
#, c-format
msgid ""
"Full file path to CA certificate file (PEM/DER). This file\n"
"can have one or more trusted CA certificates. If ca_cert are not\n"
"included, server certificate will not be verified. If possible,\n"
"a trusted CA certificate should always be configured\n"
"when using TLS or TTLS or PEAP."
msgstr ""

#: ../lib/network/connection/wireless.pm:585
#, c-format
msgid "EAP certificate subject match"
msgstr ""

#: ../lib/network/connection/wireless.pm:587
#, c-format
msgid ""
" Substring to be matched against the subject of\n"
"the authentication server certificate. If this string is set,\n"
"the server certificate is only accepted if it contains this\n"
"string in the subject.  The subject string is in following format:\n"
"/C=US/ST=CA/L=San Francisco/CN=Test AS/emailAddress=as@example.com"
msgstr ""

#: ../lib/network/connection/wireless.pm:592
#, c-format
msgid "Extra directives"
msgstr ""

#: ../lib/network/connection/wireless.pm:593
#, c-format
msgid ""
"Here one can pass extra settings to wpa_supplicant\n"
"The expected format is a string field=value pair. Multiple values\n"
"maybe specified, separating each value with the # character.\n"
"Note: directives are passed unchecked and may cause the wpa\n"
"negotiation to fail silently. Supported directives are preserved\n"
"across editing.\n"
"Supported directives are :\n"
"\tdisabled, id_str, bssid, priority, auth_alg, eapol_flags,\n"
"\tproactive_key_caching, peerkey, ca_path, private_key,\n"
"\tprivate_key_passwd, dh_file, altsubject_match, phase1,\n"
"\tfragment_size and eap_workaround, pairwise, group\n"
"\tOthers such as key_mgmt, eap maybe used to force\n"
"\tspecial settings different from the U.I settings."
msgstr ""

#: ../lib/network/connection/wireless.pm:613
#, c-format
msgid "An encryption key is required."
msgstr ""

#: ../lib/network/connection/wireless.pm:620
#, c-format
msgid ""
"The pre-shared key should have between 8 and 63 ASCII characters, or 64 "
"hexadecimal characters."
msgstr ""

#: ../lib/network/connection/wireless.pm:626
#, c-format
msgid ""
"The WEP key should have at most %d ASCII characters or %d hexadecimal "
"characters."
msgstr ""

#: ../lib/network/connection/wireless.pm:633
#, c-format
msgid ""
"Freq should have the suffix k, M or G (for example, \"2.46G\" for 2.46 GHz "
"frequency), or add enough '0' (zeroes)."
msgstr ""
"Tezliyin yanına k, M ya da G şəkilçisi qoyulmalıdır (misal üçün, 2.46 GHz "
"tezlik üçün \"2.46G\" ), ya da lazım olan qədər '0' (sıfır) əlavə edin."

#: ../lib/network/connection/wireless.pm:639
#, c-format
msgid ""
"Rate should have the suffix k, M or G (for example, \"11M\" for 11M), or add "
"enough '0' (zeroes)."
msgstr ""
"Sıxlığın yanına k, M ya da G şəkilçisi qoyulmalıdır (misal üçün, 11M üçün "
"\"11M\" ), ya da lazım olan qədər '0' (sıfır) əlavə edin."

#: ../lib/network/connection/wireless.pm:651
#, c-format
msgid "Allow access point roaming"
msgstr ""

#: ../lib/network/connection/wireless.pm:776
#, c-format
msgid "Associated to wireless network \"%s\" on interface %s"
msgstr ""

#: ../lib/network/connection/wireless.pm:777
#, c-format
msgid "Lost association to wireless network on interface %s"
msgstr ""

#: ../lib/network/connection/xdsl.pm:8
#, fuzzy, c-format
msgid "DSL"
msgstr "SSL"

#: ../lib/network/connection/xdsl.pm:97 ../lib/network/netconnect.pm:789
#, c-format
msgid "Alcatel speedtouch USB modem"
msgstr "Alcatel speedtouch USB modem"

#: ../lib/network/connection/xdsl.pm:125
#, c-format
msgid ""
"The ECI Hi-Focus modem cannot be supported due to binary driver distribution "
"problem.\n"
"\n"
"You can find a driver on http://eciadsl.flashtux.org/"
msgstr ""

#: ../lib/network/connection/xdsl.pm:185
#, c-format
msgid ""
"Modems using Conexant AccessRunner chipsets cannot be supported due to "
"binary firmware distribution problem."
msgstr ""

#: ../lib/network/connection/xdsl.pm:205
#, c-format
msgid "DSL over CAPI"
msgstr ""

#: ../lib/network/connection/xdsl.pm:208
#, c-format
msgid "Dynamic Host Configuration Protocol (DHCP)"
msgstr "Dinamik Qovşaq Quraşdırma Protokolu (DHCP)"

#: ../lib/network/connection/xdsl.pm:209
#, c-format
msgid "Manual TCP/IP configuration"
msgstr "Əllə TCP/IP quraşdırması"

#: ../lib/network/connection/xdsl.pm:210
#, c-format
msgid "Point to Point Tunneling Protocol (PPTP)"
msgstr "Nöqtədən Nöqtəyə Tunelləmə Protokolu (PPTP)"

#: ../lib/network/connection/xdsl.pm:211
#, c-format
msgid "PPP over Ethernet (PPPoE)"
msgstr "Eternet üstündən PPP (PPPoE)"

#: ../lib/network/connection/xdsl.pm:212
#, c-format
msgid "PPP over ATM (PPPoA)"
msgstr "ATM üstündən PPP (PPPoA)"

#: ../lib/network/connection/xdsl.pm:252
#, c-format
msgid "Virtual Path ID (VPI):"
msgstr "Virtual Path ID (VPI):"

#: ../lib/network/connection/xdsl.pm:253
#, c-format
msgid "Virtual Circuit ID (VCI):"
msgstr "Virtual Circuit ID (VCI):"

#: ../lib/network/connection/xdsl.pm:361
#: ../lib/network/connection_manager.pm:62 ../lib/network/drakvpn.pm:45
#: ../lib/network/netconnect.pm:135 ../lib/network/thirdparty.pm:123
#, fuzzy, c-format
msgid "Could not install the packages (%s)!"
msgstr "Xorg paketi qurula bilmir: %s"

#: ../lib/network/connection_manager.pm:74
#: ../lib/network/connection_manager.pm:89 ../lib/network/netconnect.pm:186
#, fuzzy, c-format
msgid "Configuring device..."
msgstr "Quraşdırılır..."

#: ../lib/network/connection_manager.pm:79
#: ../lib/network/connection_manager.pm:144
#, fuzzy, c-format
msgid "Network settings"
msgstr "Yerli Şəbəkə ünvanı"

#: ../lib/network/connection_manager.pm:80
#: ../lib/network/connection_manager.pm:145
#, fuzzy, c-format
msgid "Please enter settings for network"
msgstr "Ətraflı mə'lumatı"

#: ../lib/network/connection_manager.pm:223
#: ../lib/network/connection_manager.pm:481 ../lib/network/drakvpn.pm:100
#, fuzzy, c-format
msgid "Connection failed."
msgstr "Bağlantı adı"

#: ../lib/network/connection_manager.pm:235
#, fuzzy, c-format
msgid "Disconnecting..."
msgstr "Bağlantını Kəs..."

#: ../lib/network/connection_manager.pm:277
#, c-format
msgid "SSID"
msgstr ""

#: ../lib/network/connection_manager.pm:278
#, c-format
msgid "Signal strength"
msgstr ""

#: ../lib/network/connection_manager.pm:279
#, c-format
msgid "Encryption"
msgstr "Enkripsiya"

#: ../lib/network/connection_manager.pm:353 ../lib/network/netconnect.pm:208
#, fuzzy, c-format
msgid "Scanning for networks..."
msgstr "Şəbəkə yoxlanır..."

#: ../lib/network/connection_manager.pm:402 ../lib/network/drakroam.pm:91
#, c-format
msgid "Disconnect"
msgstr "Bağlantını kəs"

#: ../lib/network/connection_manager.pm:402 ../lib/network/drakroam.pm:90
#, c-format
msgid "Connect"
msgstr "Bağlan"

#: ../lib/network/connection_manager.pm:447
#, c-format
msgid "Hostname changed to \"%s\""
msgstr ""

#: ../lib/network/drakfirewall.pm:14
#, c-format
msgid "Web Server"
msgstr "Veb Vericisi"

#: ../lib/network/drakfirewall.pm:19
#, c-format
msgid "Domain Name Server"
msgstr "Domen Adı Vericisi"

#: ../lib/network/drakfirewall.pm:24
#, c-format
msgid "SSH server"
msgstr "SSH vericisisi"

#: ../lib/network/drakfirewall.pm:29
#, c-format
msgid "FTP server"
msgstr "FTP vericisi"

#: ../lib/network/drakfirewall.pm:34
#, fuzzy, c-format
msgid "DHCP Server"
msgstr "CUPS vericisi"

#: ../lib/network/drakfirewall.pm:40
#, c-format
msgid "Mail Server"
msgstr "Poçt Vericisi"

#: ../lib/network/drakfirewall.pm:45
#, c-format
msgid "POP and IMAP Server"
msgstr "POP və IMAP Vericisi"

#: ../lib/network/drakfirewall.pm:50
#, c-format
msgid "Telnet server"
msgstr "Telnet vericisi"

#: ../lib/network/drakfirewall.pm:56
#, fuzzy, c-format
msgid "NFS Server"
msgstr "DNS vericiləri"

#: ../lib/network/drakfirewall.pm:64
#, c-format
msgid "Windows Files Sharing (SMB)"
msgstr ""

#: ../lib/network/drakfirewall.pm:70
#, c-format
msgid "Bacula backup"
msgstr ""

#: ../lib/network/drakfirewall.pm:76
#, fuzzy, c-format
msgid "Syslog network logging"
msgstr "Ani Şəbəkə Fəallaşdırılması (Network Hotplugging)"

#: ../lib/network/drakfirewall.pm:82
#, c-format
msgid "CUPS server"
msgstr "CUPS vericisi"

#: ../lib/network/drakfirewall.pm:88
#, fuzzy, c-format
msgid "MySQL server"
msgstr "NFS vericisi"

#: ../lib/network/drakfirewall.pm:94
#, fuzzy, c-format
msgid "PostgreSQL server"
msgstr "CUPS vericisi"

#: ../lib/network/drakfirewall.pm:100
#, c-format
msgid "Echo request (ping)"
msgstr "Echo istəyi (ping)"

#: ../lib/network/drakfirewall.pm:105
#, c-format
msgid "Network services autodiscovery (zeroconf and slp)"
msgstr ""

#: ../lib/network/drakfirewall.pm:110
#, c-format
msgid "BitTorrent"
msgstr ""

#: ../lib/network/drakfirewall.pm:116
#, c-format
msgid "Windows Mobile device synchronization"
msgstr ""

#: ../lib/network/drakfirewall.pm:125
#, c-format
msgid "Port scan detection"
msgstr ""

#: ../lib/network/drakfirewall.pm:224 ../lib/network/drakfirewall.pm:228
#: ../lib/network/shorewall.pm:75
#, fuzzy, c-format
msgid "Firewall configuration"
msgstr "Əllə quraşdırma"

#: ../lib/network/drakfirewall.pm:224
#, c-format
msgid ""
"drakfirewall configurator\n"
"\n"
"This configures a personal firewall for this Mageia machine."
msgstr ""

#: ../lib/network/drakfirewall.pm:228
#, c-format
msgid ""
"drakfirewall configurator\n"
"\n"
"Make sure you have configured your Network/Internet access with\n"
"drakconnect before going any further."
msgstr ""
"drakfirewall quraşdırıcısı\n"
"\n"
"Daha irəli getmədən Şəbəkə/İnternet bağlantınızı drakconnect\n"
"vasitəsi ilə quraşdırdığınızdan əmin olun."

#: ../lib/network/drakfirewall.pm:245 ../lib/network/drakfirewall.pm:247
#: ../lib/network/shorewall.pm:167
#, c-format
msgid "Firewall"
msgstr "Atəş Divarı"

#: ../lib/network/drakfirewall.pm:248
#, c-format
msgid ""
"You can enter miscellaneous ports. \n"
"Valid examples are: 139/tcp 139/udp 600:610/tcp 600:610/udp.\n"
"Have a look at /etc/services for information."
msgstr ""
"Müxtəlif qapılar daxil edə bilərsiniz. \n"
"Hökmlü nümunələr: 139/tcp 139/udp 600:610/tcp 600:610/udp.\n"
"Mə'lumat üçün /etc/services'a baxın."

#: ../lib/network/drakfirewall.pm:254
#, fuzzy, c-format
msgid ""
"Invalid port given: %s.\n"
"The proper format is \"port/tcp\" or \"port/udp\", \n"
"where port is between 1 and 65535.\n"
"\n"
"You can also give a range of ports (eg: 24300:24350/udp)"
msgstr ""
"Hökmsüz qapı daxil edildi: %s.\n"
"Düzgün şəkil \"port/tcp\" ya da \"port/udp\"dır, \n"
"burada qapı 1 və 65535 arası ədəddir."

#: ../lib/network/drakfirewall.pm:264
#, c-format
msgid "Which services would you like to allow the Internet to connect to?"
msgstr "İnternetin hansı xidmətlərə bağlana bilməsini istəyirsiniz?"

#: ../lib/network/drakfirewall.pm:265 ../lib/network/netconnect.pm:127
#: ../lib/network/network.pm:549
#, c-format
msgid "Those settings will be saved for the network profile <b>%s</b>"
msgstr ""

#: ../lib/network/drakfirewall.pm:266
#, c-format
msgid "Everything (no firewall)"
msgstr "Hamısına (atəş divarı olmasın)"

#: ../lib/network/drakfirewall.pm:268
#, c-format
msgid "Other ports"
msgstr "Diqər qapılar"

#: ../lib/network/drakfirewall.pm:269
#, c-format
msgid "Log firewall messages in system logs"
msgstr ""

#: ../lib/network/drakfirewall.pm:311
#, c-format
msgid ""
"You can be warned when someone accesses to a service or tries to intrude "
"into your computer.\n"
"Please select which network activities should be watched."
msgstr ""

#: ../lib/network/drakfirewall.pm:316
#, c-format
msgid "Use Interactive Firewall"
msgstr ""

#: ../lib/network/drakroam.pm:22
#, c-format
msgid "No device found"
msgstr "Heç bir avadanlıq tapıla bilmədi"

#: ../lib/network/drakroam.pm:85
#, c-format
msgid "Device: "
msgstr "Avadanlıq: "

#: ../lib/network/drakroam.pm:89 ../lib/network/netcenter.pm:66
#, c-format
msgid "Configure"
msgstr "Qur"

#: ../lib/network/drakroam.pm:92 ../lib/network/netcenter.pm:71
#, c-format
msgid "Refresh"
msgstr "Yenilə"

#: ../lib/network/drakroam.pm:103 ../lib/network/netconnect.pm:795
#, c-format
msgid "Wireless connection"
msgstr "Kabelsiz bağlantı"

#: ../lib/network/drakvpn.pm:30
#, fuzzy, c-format
msgid "VPN configuration"
msgstr "CUPS quraşdırılması"

#: ../lib/network/drakvpn.pm:34
#, fuzzy, c-format
msgid "Choose the VPN type"
msgstr "Yeni böyüklüyü seçin"

#: ../lib/network/drakvpn.pm:49
#, c-format
msgid "Initializing tools and detecting devices for %s..."
msgstr ""

#: ../lib/network/drakvpn.pm:52
#, fuzzy, c-format
msgid "Unable to initialize %s connection type!"
msgstr "Namə'lum bağlantı növü"

#: ../lib/network/drakvpn.pm:60
#, c-format
msgid "Please select an existing VPN connection or enter a new name."
msgstr ""

#: ../lib/network/drakvpn.pm:64
#, fuzzy, c-format
msgid "Configure a new connection..."
msgstr "Bağlantınız sınanır..."

#: ../lib/network/drakvpn.pm:66
#, fuzzy, c-format
msgid "New name"
msgstr "Həqiqi ad"

#: ../lib/network/drakvpn.pm:70
#, c-format
msgid "You must select an existing connection or enter a new name."
msgstr ""

#: ../lib/network/drakvpn.pm:81
#, fuzzy, c-format
msgid "Please enter the required key(s)"
msgstr "Xahiş edirik, WebDAV vericisi URL-ni daxil edin"

#: ../lib/network/drakvpn.pm:86
#, fuzzy, c-format
msgid "Please enter the settings of your VPN connection"
msgstr "%s əksi ilə rabitə qurula bilmir"

#: ../lib/network/drakvpn.pm:94 ../lib/network/netconnect.pm:298
#, c-format
msgid "Do you want to start the connection now?"
msgstr ""

#: ../lib/network/drakvpn.pm:108
#, c-format
msgid ""
"The VPN connection is now configured.\n"
"\n"
"This VPN connection can be automatically started together with a network "
"connection.\n"
"It can be done by reconfiguring the network connection and selecting this "
"VPN connection.\n"
msgstr ""

#: ../lib/network/ifw.pm:132
#, fuzzy, c-format
msgid "Port scanning"
msgstr "Bölüşmə yoxdur"

#: ../lib/network/ifw.pm:133
#, fuzzy, c-format
msgid "Service attack"
msgstr "Xidmət _növü:"

#: ../lib/network/ifw.pm:134
#, fuzzy, c-format
msgid "Password cracking"
msgstr "Şifrə (təkrar)"

#: ../lib/network/ifw.pm:135
#, c-format
msgid "New connection"
msgstr "Yeni bağlantı"

#: ../lib/network/ifw.pm:136
#, c-format
msgid "\"%s\" attack"
msgstr ""

#: ../lib/network/ifw.pm:138
#, c-format
msgid "A port scanning attack has been attempted by %s."
msgstr ""

#: ../lib/network/ifw.pm:139
#, fuzzy, c-format
msgid "The %s service has been attacked by %s."
msgstr "Bu hadisə dəyişdirilib."

#: ../lib/network/ifw.pm:140
#, c-format
msgid "A password cracking attack has been attempted by %s."
msgstr ""

#: ../lib/network/ifw.pm:141
#, fuzzy, c-format
msgid "%s is connecting on the %s service."
msgstr "İnternet bağlantısı kəsilir"

#: ../lib/network/ifw.pm:142
#, fuzzy, c-format
msgid "A \"%s\" attack has been attempted by %s"
msgstr "Bu hadisə dəyişdirilib."

#: ../lib/network/ifw.pm:151
#, c-format
msgid ""
"The \"%s\" application is trying to make a service (%s) available to the "
"network."
msgstr ""

#. -PO: this should be kept lowercase since the expression is meant to be used between brackets
#: ../lib/network/ifw.pm:155
#, fuzzy, c-format
msgid "port %d"
msgstr "Raport Göndər"

#: ../lib/network/modem.pm:42 ../lib/network/modem.pm:43
#: ../lib/network/modem.pm:44 ../lib/network/netconnect.pm:632
#: ../lib/network/netconnect.pm:649 ../lib/network/netconnect.pm:665
#, c-format
msgid "Manual"
msgstr "Bələdçi"

#: ../lib/network/modem.pm:42 ../lib/network/modem.pm:43
#: ../lib/network/modem.pm:44 ../lib/network/modem.pm:63
#: ../lib/network/modem.pm:76 ../lib/network/modem.pm:81
#: ../lib/network/modem.pm:110 ../lib/network/netconnect.pm:627
#: ../lib/network/netconnect.pm:632 ../lib/network/netconnect.pm:644
#: ../lib/network/netconnect.pm:649 ../lib/network/netconnect.pm:665
#: ../lib/network/netconnect.pm:667
#, c-format
msgid "Automatic"
msgstr "Avtomatik"

#: ../lib/network/ndiswrapper.pm:30
#, c-format
msgid "No device supporting the %s ndiswrapper driver is present!"
msgstr ""

#: ../lib/network/ndiswrapper.pm:36
#, c-format
msgid "Please select the correct driver"
msgstr ""

#: ../lib/network/ndiswrapper.pm:36
#, c-format
msgid ""
"Please select the Windows driver description (.inf) file, or corresponding "
"driver file (.dll or .o files). Note that only drivers up to Windows XP are "
"supported."
msgstr ""

#: ../lib/network/ndiswrapper.pm:45
#, c-format
msgid "Unable to install the %s ndiswrapper driver!"
msgstr ""

#: ../lib/network/ndiswrapper.pm:103
#, c-format
msgid ""
"The selected device has already been configured with the %s driver.\n"
"Do you really want to use a ndiswrapper driver?"
msgstr ""

#: ../lib/network/ndiswrapper.pm:118
#, c-format
msgid "Unable to load the ndiswrapper module!"
msgstr ""

#: ../lib/network/ndiswrapper.pm:124
#, c-format
msgid "Unable to find the ndiswrapper interface!"
msgstr ""

#: ../lib/network/ndiswrapper.pm:137
#, fuzzy, c-format
msgid "Choose an ndiswrapper driver"
msgstr "Səbəbsiz bir sürücü seçilir"

#: ../lib/network/ndiswrapper.pm:140
#, c-format
msgid "Use the ndiswrapper driver %s"
msgstr ""

#: ../lib/network/ndiswrapper.pm:140
#, fuzzy, c-format
msgid "Install a new driver"
msgstr "Sistemin qurulumu"

#: ../lib/network/ndiswrapper.pm:151
#, c-format
msgid "Select a device:"
msgstr ""

#: ../lib/network/netcenter.pm:55 ../lib/network/netconnect.pm:211
#, c-format
msgid "Please select your network:"
msgstr ""

#: ../lib/network/netcenter.pm:62
#, fuzzy, c-format
msgid ""
"_: This is a verb\n"
"Monitor"
msgstr "Şəbəkə Üstündən Geri Yüklə"

#: ../lib/network/netcenter.pm:152
#, fuzzy, c-format
msgid "Network Center"
msgstr "Şəbəkə & İnternet"

#: ../lib/network/netcenter.pm:171
#, c-format
msgid "You are currently using the network profile <b>%s</b>"
msgstr ""

#: ../lib/network/netcenter.pm:177
#, fuzzy, c-format
msgid "Advanced settings"
msgstr "Ətraflı seçimlər"

#: ../lib/network/netconnect.pm:60 ../lib/network/netconnect.pm:522
#: ../lib/network/netconnect.pm:536
#, fuzzy, c-format
msgid "Manual choice"
msgstr "əllə"

#: ../lib/network/netconnect.pm:60
#, c-format
msgid "Internal ISDN card"
msgstr "Daxili ISDN kart"

#: ../lib/network/netconnect.pm:69
#, c-format
msgid "Protocol for the rest of the world"
msgstr "Dünyanın geri qalanı üçün protokol"

#: ../lib/network/netconnect.pm:71
#, c-format
msgid "European protocol (EDSS1)"
msgstr "Avropa protokolu (EDSS1)"

#: ../lib/network/netconnect.pm:72
#, c-format
msgid ""
"Protocol for the rest of the world\n"
"No D-Channel (leased lines)"
msgstr ""
"Dünyanın geri qalanı üçün protokol \n"
" D-Channel yoxdur (kiralıq xətlər)"

#: ../lib/network/netconnect.pm:122
#, c-format
msgid "Network & Internet Configuration"
msgstr "Şəbəkə və İnternet Qurğuları"

#: ../lib/network/netconnect.pm:127
#, c-format
msgid "Choose the connection you want to configure"
msgstr "Qurğulamaq istədiyiniz bağlantını seçin"

#: ../lib/network/netconnect.pm:149 ../lib/network/netconnect.pm:377
#: ../lib/network/netconnect.pm:822
#, c-format
msgid "Select the network interface to configure:"
msgstr "Quraşdırılacaq şəbəkə ara üzünü seç:"

#: ../lib/network/netconnect.pm:151
#, fuzzy, c-format
msgid "%s: %s"
msgstr "DNS"

#: ../lib/network/netconnect.pm:168
#, c-format
msgid "No device can be found for this connection type."
msgstr ""

#: ../lib/network/netconnect.pm:177
#, fuzzy, c-format
msgid "Hardware Configuration"
msgstr "Şəbəkə Quraşdırılması"

#: ../lib/network/netconnect.pm:201
#, c-format
msgid "Please select your provider:"
msgstr ""

#: ../lib/network/netconnect.pm:248
#, c-format
msgid ""
"Please select your connection protocol.\n"
"If you do not know it, keep the preselected protocol."
msgstr ""

#: ../lib/network/netconnect.pm:292 ../lib/network/netconnect.pm:684
#, c-format
msgid "Connection control"
msgstr ""

#: ../lib/network/netconnect.pm:305 ../lib/network/netconnect.pm:733
#, c-format
msgid "Testing your connection..."
msgstr "Bağlantınız sınanır..."

#: ../lib/network/netconnect.pm:344
#, c-format
msgid "Connection Configuration"
msgstr "Bağlantı quraşdırılması"

#: ../lib/network/netconnect.pm:344
#, c-format
msgid "Please fill or check the field below"
msgstr "Xahiş edirik, aşağıdakıları doldurun ya da seçin"

#: ../lib/network/netconnect.pm:347
#, c-format
msgid "Your personal phone number"
msgstr "Şəxsi telefon nömrəniz"

#: ../lib/network/netconnect.pm:348
#, c-format
msgid "Provider name (ex provider.net)"
msgstr "İnternet xidmət vericinizin adı (məsələn azeronline.com)"

#: ../lib/network/netconnect.pm:349
#, c-format
msgid "Provider phone number"
msgstr "İXM telefon nömrəsi"

#: ../lib/network/netconnect.pm:350
#, c-format
msgid "Provider DNS 1 (optional)"
msgstr "Provayder DNS-i 1 (arzuya görə)"

#: ../lib/network/netconnect.pm:351
#, c-format
msgid "Provider DNS 2 (optional)"
msgstr "Provayder DNS-i 2 (arzuya görə)"

#: ../lib/network/netconnect.pm:352
#, c-format
msgid "Dialing mode"
msgstr "Yığma modu"

#: ../lib/network/netconnect.pm:353
#, c-format
msgid "Connection speed"
msgstr "Bağlantı sürəti"

#: ../lib/network/netconnect.pm:354
#, c-format
msgid "Connection timeout (in sec)"
msgstr "Bağlantı vaxt dolması (saniyə sonra)"

#: ../lib/network/netconnect.pm:357
#, c-format
msgid "Card IRQ"
msgstr "Kart IRQ"

#: ../lib/network/netconnect.pm:358
#, c-format
msgid "Card mem (DMA)"
msgstr "Kart mem (DMA)"

#: ../lib/network/netconnect.pm:359
#, c-format
msgid "Card IO"
msgstr "Kart GÇ"

#: ../lib/network/netconnect.pm:360
#, c-format
msgid "Card IO_0"
msgstr "Kart IO_0"

#: ../lib/network/netconnect.pm:361
#, c-format
msgid "Card IO_1"
msgstr "Kart IO_1"

#: ../lib/network/netconnect.pm:380 ../lib/network/netconnect.pm:385
#, c-format
msgid "External ISDN modem"
msgstr "Xarici ISDN modem"

#: ../lib/network/netconnect.pm:413
#, c-format
msgid "Select a device!"
msgstr "Avadanlıq seçin !"

#: ../lib/network/netconnect.pm:422 ../lib/network/netconnect.pm:432
#: ../lib/network/netconnect.pm:442 ../lib/network/netconnect.pm:475
#: ../lib/network/netconnect.pm:489
#, c-format
msgid "ISDN Configuration"
msgstr "ISDN quraşdırılması"

#: ../lib/network/netconnect.pm:423
#, c-format
msgid "What kind of card do you have?"
msgstr "Hansı növ kartınız var?"

#: ../lib/network/netconnect.pm:433
#, c-format
msgid ""
"\n"
"If you have an ISA card, the values on the next screen should be right.\n"
"\n"
"If you have a PCMCIA card, you have to know the \"irq\" and \"io\" of your "
"card.\n"
msgstr ""
"\n"
"İSA kartınız var isə sonrakı ekrandakı qiymətlər doğru olmalıdır.\n"
"\n"
"PCMCİA kartınız var isə kartınızın \"irq\" və ya \"io\"sunu bilməlisiniz.\n"

#: ../lib/network/netconnect.pm:437
#, c-format
msgid "Continue"
msgstr "Davam et"

#: ../lib/network/netconnect.pm:437
#, c-format
msgid "Abort"
msgstr "Dayandır"

#: ../lib/network/netconnect.pm:443
#, c-format
msgid "Which of the following is your ISDN card?"
msgstr "Hansı sizin ISDN kartınızdır?"

#: ../lib/network/netconnect.pm:461
#, c-format
msgid ""
"A CAPI driver is available for this modem. This CAPI driver can offer more "
"capabilities than the free driver (like sending faxes). Which driver do you "
"want to use?"
msgstr ""

#: ../lib/network/netconnect.pm:475
#, c-format
msgid "Which protocol do you want to use?"
msgstr "Hansı protokolu istifadə etmək istəyirsiniz?"

#: ../lib/network/netconnect.pm:489
#, c-format
msgid ""
"Select your provider.\n"
"If it is not listed, choose Unlisted."
msgstr ""
"İnternet xidmət vericinizi seçin.\n"
"Siyahıda deyilsə Siyahıda deyil'-i seçin."

#: ../lib/network/netconnect.pm:491 ../lib/network/netconnect.pm:587
#, c-format
msgid "Provider:"
msgstr "Provayder: "

#: ../lib/network/netconnect.pm:500
#, c-format
msgid ""
"Your modem is not supported by the system.\n"
"Take a look at http://www.linmodems.org"
msgstr ""
"Modeminiz sistem tərəfindən dəstəklənmir.\n"
"http://www.linmodems.org ünvanına baxın"

#: ../lib/network/netconnect.pm:519
#, c-format
msgid "Select the modem to configure:"
msgstr "Quraşdırılacaq modemi seçin:"

#: ../lib/network/netconnect.pm:521
#, c-format
msgid "Modem"
msgstr "Modem"

#: ../lib/network/netconnect.pm:556
#, c-format
msgid "Please choose which serial port your modem is connected to."
msgstr "Modeminizin hansı serial qapıya bağlı olduğunu seçiniz"

#: ../lib/network/netconnect.pm:585
#, c-format
msgid "Select your provider:"
msgstr "Provayderinizi seçin:"

#: ../lib/network/netconnect.pm:609
#, c-format
msgid "Dialup: account options"
msgstr "Dialup: hesab seçimləri"

#: ../lib/network/netconnect.pm:612
#, c-format
msgid "Connection name"
msgstr "Bağlantı adı"

#: ../lib/network/netconnect.pm:613
#, c-format
msgid "Phone number"
msgstr "Telefon nömrəsi"

#: ../lib/network/netconnect.pm:614
#, c-format
msgid "Login ID"
msgstr "Giriş adı"

#: ../lib/network/netconnect.pm:629 ../lib/network/netconnect.pm:662
#, c-format
msgid "Dialup: IP parameters"
msgstr "Dialup: IP parametrləri"

#: ../lib/network/netconnect.pm:632
#, c-format
msgid "IP parameters"
msgstr "IP parametrləri"

#: ../lib/network/netconnect.pm:634
#, c-format
msgid "Subnet mask"
msgstr "Subnet maskası"

#: ../lib/network/netconnect.pm:646
#, c-format
msgid "Dialup: DNS parameters"
msgstr "Dialup: DNS parametrləri"

#: ../lib/network/netconnect.pm:649
#, c-format
msgid "DNS"
msgstr "DNS"

#: ../lib/network/netconnect.pm:650
#, c-format
msgid "Domain name"
msgstr "Domen adı"

#: ../lib/network/netconnect.pm:651
#, c-format
msgid "First DNS Server (optional)"
msgstr "Birinci DNS Vericisi (arzuya görə)"

#: ../lib/network/netconnect.pm:652
#, c-format
msgid "Second DNS Server (optional)"
msgstr "İkinci DNS Vericisi (arzuya görə)"

#: ../lib/network/netconnect.pm:653
#, c-format
msgid "Set hostname from IP"
msgstr "IP-dən qovşaq adını seç"

#: ../lib/network/netconnect.pm:666
#, c-format
msgid "Gateway IP address"
msgstr "Şəbəkə keçişi IP ünvanı"

#: ../lib/network/netconnect.pm:699
#, fuzzy, c-format
msgid "Automatically at boot"
msgstr "Açılışda başlat"

#: ../lib/network/netconnect.pm:701
#, c-format
msgid "By using Net Applet in the system tray"
msgstr ""

#: ../lib/network/netconnect.pm:703
#, c-format
msgid "Manually (the interface would still be activated at boot)"
msgstr ""

#: ../lib/network/netconnect.pm:712
#, fuzzy, c-format
msgid "How do you want to dial this connection?"
msgstr "Bağlantınızı açılışda başlatmaq istəyirsiniz?"

#: ../lib/network/netconnect.pm:725
#, c-format
msgid "Do you want to try to connect to the Internet now?"
msgstr "İndi internetə bağlanmağı sınamaq istəyirsiniz?"

#: ../lib/network/netconnect.pm:752
#, c-format
msgid "The system is now connected to the Internet."
msgstr "Sistem indi İnternetə bağlıdır."

#: ../lib/network/netconnect.pm:753
#, c-format
msgid "For security reasons, it will be disconnected now."
msgstr "Təhlükəsizlik səbəbi ilə, indi bağlantı qopacaqdır."

#: ../lib/network/netconnect.pm:754
#, c-format
msgid ""
"The system does not seem to be connected to the Internet.\n"
"Try to reconfigure your connection."
msgstr ""
"Sisteminiz İnternetə bağlı görünmür.\n"
"Bağlantınızı yenidən quraşdırın."

#: ../lib/network/netconnect.pm:770
#, fuzzy, c-format
msgid "Problems occurred during the network connectivity test."
msgstr ""
"Şəbəkənin yenidən başladılması sırasında xəta oldu: \n"
"\n"
"%s"

#: ../lib/network/netconnect.pm:771
#, c-format
msgid ""
"This can be caused by invalid network configuration, or problems with your "
"modem or router."
msgstr ""

#: ../lib/network/netconnect.pm:772
#, c-format
msgid ""
"You might want to relaunch the configuration to verify the connection "
"settings."
msgstr ""

#: ../lib/network/netconnect.pm:775
#, fuzzy, c-format
msgid "Congratulations, the network configuration is finished."
msgstr ""
"Təbrik edirik, internet və şəbəkə quraşdırılması bitdi.\n"
"\n"

#: ../lib/network/netconnect.pm:775
#, c-format
msgid ""
"However, the Internet connectivity test failed. You should test your "
"connection manually, and verify your Internet modem or router."
msgstr ""

#: ../lib/network/netconnect.pm:776
#, fuzzy, c-format
msgid ""
"If your connection does not work, you might want to relaunch the "
"configuration."
msgstr ""
"Quraşdırma sırasında xətalar yarandı.\n"
"net_monitor ya da mcc vasitəsiylə bağlantınızı sınayın. Əgər "
"bağlantınızyoxdursa, quraşdırmanı yenidən başladın."

#: ../lib/network/netconnect.pm:778
#, fuzzy, c-format
msgid "Congratulations, the network and Internet configuration are finished."
msgstr ""
"Təbrik edirik, internet və şəbəkə quraşdırılması bitdi.\n"
"\n"

#: ../lib/network/netconnect.pm:779
#, c-format
msgid ""
"After this is done, we recommend that you restart your X environment to "
"avoid any hostname-related problems."
msgstr ""
"Bu edildikdən sonra Xdən çıxmağınızı tövsiyyə edirik, yoxsa\n"
"verici adı xəsarətləri meydana gələ bilər."

#: ../lib/network/netconnect.pm:790
#, c-format
msgid "Sagem USB modem"
msgstr "Sagem USB modem"

#: ../lib/network/netconnect.pm:791 ../lib/network/netconnect.pm:792
#, c-format
msgid "Bewan modem"
msgstr "Bewan modem"

#: ../lib/network/netconnect.pm:793
#, c-format
msgid "ECI Hi-Focus modem"
msgstr "ECI Hi-Focus modem"

#: ../lib/network/netconnect.pm:794
#, c-format
msgid "LAN connection"
msgstr "LAN bağlantısı"

#: ../lib/network/netconnect.pm:796
#, c-format
msgid "ADSL connection"
msgstr "ADSL bağlantısı"

#: ../lib/network/netconnect.pm:797
#, c-format
msgid "Cable connection"
msgstr "Kabel bağlantısı"

#: ../lib/network/netconnect.pm:798
#, c-format
msgid "ISDN connection"
msgstr "ISDN Bağlantısı"

#: ../lib/network/netconnect.pm:799
#, c-format
msgid "Modem connection"
msgstr "Modem bağlantısı"

#: ../lib/network/netconnect.pm:800
#, c-format
msgid "DVB connection"
msgstr ""

#: ../lib/network/netconnect.pm:802
#, c-format
msgid "(detected on port %s)"
msgstr "(%s qapısında tapıldı)"

#. -PO: here, "(detected)" string will be appended to eg "ADSL connection"
#: ../lib/network/netconnect.pm:804
#, c-format
msgid "(detected %s)"
msgstr "(%s tapıldı)"

#: ../lib/network/netconnect.pm:804
#, c-format
msgid "(detected)"
msgstr "(tapıldı)"

#: ../lib/network/netconnect.pm:805
#, c-format
msgid "Network Configuration"
msgstr "Şəbəkə Quraşdırılması"

#: ../lib/network/netconnect.pm:806
#, c-format
msgid "Zeroconf hostname resolution"
msgstr "Zeroconf qovşaq adı həlli"

#: ../lib/network/netconnect.pm:807
#, c-format
msgid ""
"If desired, enter a Zeroconf hostname.\n"
"This is the name your machine will use to advertise any of\n"
"its shared resources that are not managed by the network.\n"
"It is not necessary on most networks."
msgstr ""

#: ../lib/network/netconnect.pm:811
#, c-format
msgid "Zeroconf Host name"
msgstr "Zeroconf Qovşaq adı"

#: ../lib/network/netconnect.pm:812
#, c-format
msgid "Zeroconf host name must not contain a ."
msgstr "Zeroconf qovşaq adı . (nöqtə) daxil edə bilməz"

#: ../lib/network/netconnect.pm:813
#, c-format
msgid ""
"Because you are doing a network installation, your network is already "
"configured.\n"
"Click on Ok to keep your configuration, or cancel to reconfigure your "
"Internet & Network connection.\n"
msgstr ""
"Şəbəkədən quraşdırması apardığınız üçün şəbəkəniz onsuzda quruludur.\n"
"Qurğuları saxlamaq üçün Oldu'ya, İnternet və Şəbəkə qurğularınızı yenidən "
"quraşdırmaq üçün isə Ləğv et'ə basın.\n"

#: ../lib/network/netconnect.pm:816
#, c-format
msgid "The network needs to be restarted. Do you want to restart it?"
msgstr "Şəbəkə yenidən başladılmalıdır. Yenidən başlatmaq istəyirsiniz?"

#: ../lib/network/netconnect.pm:817
#, c-format
msgid ""
"A problem occurred while restarting the network: \n"
"\n"
"%s"
msgstr ""
"Şəbəkənin yenidən başladılması sırasında xəta oldu: \n"
"\n"
"%s"

#: ../lib/network/netconnect.pm:818
#, c-format
msgid ""
"We are now going to configure the %s connection.\n"
"\n"
"\n"
"Press \"%s\" to continue."
msgstr ""
"İndi %s bağlantısı qurğulanacaq.\n"
"\n"
"\n"
"Davam etmək üçün \"%s\" düyməsinə basın."

#: ../lib/network/netconnect.pm:819
#, c-format
msgid "Configuration is complete, do you want to apply settings?"
msgstr "Quraşdırma qurtardı, dəyişiklikləri tətbiq etmək istəyirsiniz ?"

#: ../lib/network/netconnect.pm:820
#, c-format
msgid ""
"You have configured multiple ways to connect to the Internet.\n"
"Choose the one you want to use.\n"
"\n"
msgstr ""
"Siz İnternetə bağlanmanın bir neçə yöntəmini quraşdırmışsınız.\n"
"İstifadə etmək istədiyinizi seçin.\n"
"\n"

#: ../lib/network/netconnect.pm:821
#, c-format
msgid "Internet connection"
msgstr "İnternet bağlantısı"

#: ../lib/network/netconnect.pm:823
#, c-format
msgid "Configuring network device %s (driver %s)"
msgstr "%s şəbəkə avadanlığı qurulur (sürücü %s) "

#: ../lib/network/netconnect.pm:824
#, c-format
msgid ""
"The following protocols can be used to configure a LAN connection. Please "
"choose the one you want to use."
msgstr ""

#: ../lib/network/netconnect.pm:825
#, c-format
msgid ""
"Please enter your host name.\n"
"Your host name should be a fully-qualified host name,\n"
"such as ``mybox.mylab.myco.com''.\n"
"You may also enter the IP address of the gateway if you have one."
msgstr ""
"Xahiş edirik, kompüterinizn adını girin.\n"
"Məsələn``kompüteradı.sahəadı.com''.\n"
"Əgər şəbəkə keçidi istifadə edirsinizsə bunun da IP nömrəsini girməlisiniz."

#: ../lib/network/netconnect.pm:830
#, c-format
msgid "Last but not least you can also type in your DNS server IP addresses."
msgstr ""

#: ../lib/network/netconnect.pm:831
#, c-format
msgid "DNS server address should be in format 1.2.3.4"
msgstr "DNS vericisi ünvanı 1.2.3.4 şəklində olmalıdır"

#: ../lib/network/netconnect.pm:832
#, c-format
msgid "Gateway address should be in format 1.2.3.4"
msgstr "Şəbəkə keçişi ünvanı 1.2.3.4 şəklində olmalıdır"

#: ../lib/network/netconnect.pm:833
#, c-format
msgid "Gateway device"
msgstr "Şəbəkə keçidi avadanlığı"

#: ../lib/network/netconnect.pm:847
#, c-format
msgid ""
"An unexpected error has happened:\n"
"%s"
msgstr ""
"Gözlənilməyən xəta baş verdi:\n"
"%s"

#: ../lib/network/network.pm:523
#, fuzzy, c-format
msgid "Advanced network settings"
msgstr "Yerli Şəbəkə ünvanı"

#: ../lib/network/network.pm:524
#, c-format
msgid ""
"Here you can configure advanced network settings. Please note that you have "
"to reboot the machine for changes to take effect."
msgstr ""

#: ../lib/network/network.pm:526
#, fuzzy, c-format
msgid "Wireless regulatory domain"
msgstr "Kabelsiz bağlantı"

#: ../lib/network/network.pm:527
#, fuzzy, c-format
msgid "TCP/IP settings"
msgstr "PLL qurğusu:"

#: ../lib/network/network.pm:528
#, fuzzy, c-format
msgid "Disable IPv6"
msgstr "Qeyri-fəallaşdır"

#: ../lib/network/network.pm:529
#, c-format
msgid "Disable TCP Window Scaling"
msgstr ""

#: ../lib/network/network.pm:530
#, c-format
msgid "Disable TCP Timestamps"
msgstr ""

#: ../lib/network/network.pm:531
#, c-format
msgid "Security settings (defined by MSEC policy)"
msgstr ""

#: ../lib/network/network.pm:532
#, c-format
msgid "Disable ICMP echo"
msgstr ""

#: ../lib/network/network.pm:533
#, c-format
msgid "Disable ICMP echo for broadcasting messages"
msgstr ""

#: ../lib/network/network.pm:534
#, c-format
msgid "Disable invalid ICMP error responses"
msgstr ""

#: ../lib/network/network.pm:535
#, c-format
msgid "Log strange packets"
msgstr ""

#: ../lib/network/network.pm:548
#, c-format
msgid "Proxies configuration"
msgstr "Vəkil vericilər quraşdırılması"

#: ../lib/network/network.pm:549
#, c-format
msgid ""
"Here you can set up your proxies configuration (eg: http://"
"my_caching_server:8080)"
msgstr ""

#: ../lib/network/network.pm:550
#, c-format
msgid "HTTP proxy"
msgstr "HTTP vəkil verici"

#: ../lib/network/network.pm:551
#, c-format
msgid "Use HTTP proxy for HTTPS connections"
msgstr ""

#: ../lib/network/network.pm:552
#, c-format
msgid "HTTPS proxy"
msgstr ""

#: ../lib/network/network.pm:553
#, c-format
msgid "FTP proxy"
msgstr "FTP vəkili"

#: ../lib/network/network.pm:554
#, fuzzy, c-format
msgid "No proxy for (comma separated list):"
msgstr "%d vergüllə ayrılmış qatar"

#: ../lib/network/network.pm:559
#, c-format
msgid "Proxy should be http://..."
msgstr "Vəkil http://... şəklində olmalıdır."

#: ../lib/network/network.pm:560
#, fuzzy, c-format
msgid "Proxy should be http://... or https://..."
msgstr "Vəkil http://... şəklində olmalıdır."

#: ../lib/network/network.pm:561
#, c-format
msgid "URL should begin with 'ftp:' or 'http:'"
msgstr "URL 'ftp:' ya da 'http:' ilə başlamalıdır"

#: ../lib/network/shorewall.pm:77
#, c-format
msgid ""
"Please select the interfaces that will be protected by the firewall.\n"
"\n"
"All interfaces directly connected to Internet should be selected,\n"
"while interfaces connected to a local network may be unselected.\n"
"\n"
"If you intend to use Mageia Internet Connection sharing,\n"
"unselect interfaces which will be connected to local network.\n"
"\n"
"Which interfaces should be protected?\n"
msgstr ""

#: ../lib/network/shorewall.pm:158
#, c-format
msgid "Keep custom rules"
msgstr ""

#: ../lib/network/shorewall.pm:159
#, c-format
msgid "Drop custom rules"
msgstr ""

#: ../lib/network/shorewall.pm:164
#, c-format
msgid ""
"Your firewall configuration has been manually edited and contains\n"
"rules that may conflict with the configuration that has just been set up.\n"
"What do you want to do?"
msgstr ""

#: ../lib/network/thirdparty.pm:144
#, c-format
msgid "Some components (%s) are required but aren't available for %s hardware."
msgstr ""

#: ../lib/network/thirdparty.pm:145
#, c-format
msgid "Some packages (%s) are required but aren't available."
msgstr ""

#. -PO: first argument is a list of Mageia distributions
#. -PO: second argument is a package media name
#: ../lib/network/thirdparty.pm:150
#, c-format
msgid ""
"These packages can be found in %s, or in the official %s package repository."
msgstr ""

#: ../lib/network/thirdparty.pm:152
#, c-format
msgid "The following component is missing: %s"
msgstr ""

#: ../lib/network/thirdparty.pm:154
#, c-format
msgid ""
"The required files can also be installed from this URL:\n"
"%s"
msgstr ""

#: ../lib/network/thirdparty.pm:190
#, c-format
msgid "Firmware files are required for this device."
msgstr ""

#: ../lib/network/thirdparty.pm:193 ../lib/network/thirdparty.pm:198
#, c-format
msgid "Use a floppy"
msgstr "Disket işlət"

#: ../lib/network/thirdparty.pm:194 ../lib/network/thirdparty.pm:201
#, c-format
msgid "Use my Windows partition"
msgstr "Windows bölməmi işlət"

#: ../lib/network/thirdparty.pm:195
#, c-format
msgid "Select file"
msgstr "Fayl seç"

#: ../lib/network/thirdparty.pm:206
#, c-format
msgid "Please select the firmware file (for example: %s)"
msgstr ""

#: ../lib/network/thirdparty.pm:230
#, fuzzy, c-format
msgid "Unable to find \"%s\" on your Windows system!"
msgstr "Siseminizdəki yazı növlərini silin"

#: ../lib/network/thirdparty.pm:232
#, c-format
msgid "No Windows system has been detected!"
msgstr ""

#: ../lib/network/thirdparty.pm:242
#, c-format
msgid "Insert floppy"
msgstr "Disket daxil edin"

#: ../lib/network/thirdparty.pm:243
#, c-format
msgid ""
"Insert a FAT formatted floppy in drive %s with %s in root directory and "
"press %s"
msgstr ""
"Kök cərgəsində %2$s olan FAT ilə şəkilləndirilmiş %1$s disketini taxın və "
"%3$s düyməsinə basın"

#: ../lib/network/thirdparty.pm:243
#, c-format
msgid "Next"
msgstr "Sonrakı"

#: ../lib/network/thirdparty.pm:253
#, c-format
msgid "Floppy access error, unable to mount device %s"
msgstr "Disketə icazə xətası, %s avadanlığı bağlana bilmədi"

#: ../lib/network/thirdparty.pm:352
#, c-format
msgid "Looking for required software and drivers..."
msgstr ""

#: ../lib/network/thirdparty.pm:367
#, fuzzy, c-format
msgid "Please wait, running device configuration commands..."
msgstr "Xahiş edirik gözləyin, avadanlıqlar tapılır və quraşdırılır..."

#: ../lib/network/vpn/openvpn.pm:109
#, c-format
msgid "X509 Public Key Infrastructure"
msgstr ""

#: ../lib/network/vpn/openvpn.pm:110
#, c-format
msgid "Static Key"
msgstr ""

#. -PO: please don't translate the CA acronym
#: ../lib/network/vpn/openvpn.pm:144
#, c-format
msgid "Certificate Authority (CA)"
msgstr ""

#: ../lib/network/vpn/openvpn.pm:150
#, c-format
msgid "Certificate"
msgstr ""

#: ../lib/network/vpn/openvpn.pm:156
#, c-format
msgid "Key"
msgstr "Açarla"

#: ../lib/network/vpn/openvpn.pm:162
#, fuzzy, c-format
msgid "TLS control channel key"
msgstr "Sol Control düyməsi"

#: ../lib/network/vpn/openvpn.pm:169
#, c-format
msgid "Key direction"
msgstr ""

#: ../lib/network/vpn/openvpn.pm:177
#, fuzzy, c-format
msgid "Authenticate using username and password"
msgstr "%s istifadəçi adı ilə giriş edilə bilmir (şifrəniz səhvdir?)"

#: ../lib/network/vpn/openvpn.pm:183
#, c-format
msgid "Check server certificate"
msgstr ""

#: ../lib/network/vpn/openvpn.pm:189
#, fuzzy, c-format
msgid "Cipher algorithm"
msgstr "Şifrələmə alqorifması"

#: ../lib/network/vpn/openvpn.pm:193
#, c-format
msgid "Default"
msgstr "Ön Qurğulu"

#: ../lib/network/vpn/openvpn.pm:197
#, c-format
msgid "Size of cipher key"
msgstr ""

#: ../lib/network/vpn/openvpn.pm:208
#, fuzzy, c-format
msgid "Get from server"
msgstr "Telnet vericisi"

#: ../lib/network/vpn/openvpn.pm:218
#, fuzzy, c-format
msgid "Gateway port"
msgstr "Şəbəkə Keçidi"

#: ../lib/network/vpn/openvpn.pm:234
#, fuzzy, c-format
msgid "Remote IP address"
msgstr "Şəbəkə keçişi IP ünvanı"

#: ../lib/network/vpn/openvpn.pm:239
#, fuzzy, c-format
msgid "Use TCP protocol"
msgstr "Protokol"

#: ../lib/network/vpn/openvpn.pm:245
#, c-format
msgid "Virtual network device type"
msgstr ""

#: ../lib/network/vpn/openvpn.pm:252
#, c-format
msgid "Virtual network device number (optional)"
msgstr ""

#: ../lib/network/vpn/openvpn.pm:367
#, c-format
msgid "Starting connection.."
msgstr ""

#: ../lib/network/vpn/openvpn.pm:382
#, c-format
msgid "Please insert your token"
msgstr ""

#: ../lib/network/vpn/openvpn.pm:393
#, c-format
msgid "PIN number"
msgstr ""

#: ../lib/network/vpn/vpnc.pm:9
#, c-format
msgid "Cisco VPN Concentrator"
msgstr ""

#: ../lib/network/vpn/vpnc.pm:43
#, fuzzy, c-format
msgid "Group name"
msgstr "Qrup ID'si"

#: ../lib/network/vpn/vpnc.pm:47
#, c-format
msgid "Group secret"
msgstr ""

#: ../lib/network/vpn/vpnc.pm:52
#, c-format
msgid "Username"
msgstr "İstifadəçi adı"

#: ../lib/network/vpn/vpnc.pm:61
#, fuzzy, c-format
msgid "NAT Mode"
msgstr "Mod"

#: ../lib/network/vpn/vpnc.pm:67
#, c-format
msgid "Use specific UDP port"
msgstr ""

#, fuzzy
#~ msgid "Same IP is already in %s file."
#~ msgstr "%s onsuzda istifadədədir\n"

#~ msgid ""
#~ "drakfirewall configurator\n"
#~ "\n"
#~ "This configures a personal firewall for this Mageia machine.\n"
#~ "For a powerful and dedicated firewall solution, please look to the\n"
#~ "specialized Mageia Security Firewall distribution."
#~ msgstr ""
#~ "drakfirewall quraşdırıcısı\n"
#~ "\n"
#~ "Bu, Mageia sisteminiz üçün şəxsi bir atəş divarını quraşdıracaq.\n"
#~ "Daha güclü və e'tibarlı sistem üçün xahiş edirik, xüsusi Mageia Security\n"
#~ "Firewall buraxılışı ilə maraqlanın."

#, fuzzy
#~ msgid "Connecting.."
#~ msgstr "Bağlan..."

#, fuzzy
#~ msgid "Account network traffic"
#~ msgstr "Sinxronlaşdırma vasitəsi"

#~ msgid ""
#~ "Name of the profile to create (the new profile is created as a copy of "
#~ "the current one):"
#~ msgstr ""
#~ "Yaradılacaq profilin adı (yeni profil hazırkının bir nüsxəsi olaraq "
#~ "yaradılacaqdır):"

#, fuzzy
#~ msgid "Clone"
#~ msgstr "Bağlan"

#~ msgid ""
#~ "There is only one configured network adapter on your system:\n"
#~ "\n"
#~ "%s\n"
#~ "\n"
#~ "I am about to setup your Local Area Network with that adapter."
#~ msgstr ""
#~ "Sistemnizdə bir dənə qurulmuş şəbəkə adapteri var:\n"
#~ "\n"
#~ "%s\n"
#~ "\n"
#~ "Yerli Şəbəkə adapterinizi qurmaq üzərəyəm?"

#~ msgid ""
#~ "No ethernet network adapter has been detected on your system. Please run "
#~ "the hardware configuration tool."
#~ msgstr ""
#~ "Sisteminizdə şəbəkə kartı tapıla bilməyib.Avadanlığı quran vasitəni işə "
#~ "salın."

#~ msgid "Connection type: "
#~ msgstr "Bağlantı növü:"

#~ msgid "%s already in use\n"
#~ msgstr "%s onsuzda istifadədədir\n"

#~ msgid "DrakVPN"
#~ msgstr "DrakVPN"

#~ msgid "The VPN connection is enabled."
#~ msgstr "VPN bağlantısı fəaldır."

#~ msgid "disable"
#~ msgstr "passivləşdir"

#~ msgid "reconfigure"
#~ msgstr "yenidən quraşdır"

#~ msgid "dismiss"
#~ msgstr "keç"

#~ msgid "Disabling VPN..."
#~ msgstr "VPN bağlanır..."

#~ msgid "The VPN connection is now disabled."
#~ msgstr "VPN bağlantısı indi qeyri-fəallaşdırıldı."

#~ msgid "VPN connection currently disabled"
#~ msgstr "VPN bağlantısı hazırda qeyri-fəaldır."

#~ msgid "enable"
#~ msgstr "fəallaşdır"

#~ msgid "Enabling VPN..."
#~ msgstr "VPN fəallaşdırılır..."

#~ msgid "The VPN connection is now enabled."
#~ msgstr "VPN bağlantısı indi fəallaşdırıldı."

#~ msgid "Simple VPN setup."
#~ msgstr "Sadə VPN qurğusu."

#~ msgid "Problems installing package %s"
#~ msgstr "%s paketi qurulurkən xəta oldu"

#~ msgid "Security Policies"
#~ msgstr "Təhlükəsizlik Siyasətləri"

#~ msgid "IKE daemon racoon"
#~ msgstr "IKE daemon racoon"

#~ msgid "Configuration file"
#~ msgstr "Quraşdırma faylı"

#~ msgid "%s entries"
#~ msgstr "%s giriş"

#~ msgid ""
#~ "_:display here is a verb\n"
#~ "Display"
#~ msgstr "Göstər"

#~ msgid "Edit"
#~ msgstr "Düzəlt"

#~ msgid "Commit"
#~ msgstr "Göndər"

#~ msgid ""
#~ "_:display here is a verb\n"
#~ "Display configuration"
#~ msgstr "Quraşdırılması göstər"

#~ msgid "Edit section"
#~ msgstr "Qismi dəyişdir"

#~ msgid "Section names"
#~ msgstr "Qisim adları"

#~ msgid "Remove section"
#~ msgstr "Qismi sil"

#~ msgid "racoon.conf entries"
#~ msgstr "racoon.conf girişləri"

#~ msgid "path"
#~ msgstr "cığır"

#~ msgid "remote"
#~ msgstr "uzaq"

#~ msgid "sainfo"
#~ msgstr "sainfo"

#~ msgid "path type"
#~ msgstr "cığır növü"

#~ msgid "real file"
#~ msgstr "əsl fayl"

#~ msgid "Congratulations!"
#~ msgstr "Təbriklər!"

#~ msgid "PFS group"
#~ msgstr "PFS qrupu"

#~ msgid "Lifetime number"
#~ msgstr "Lifetime nömrəsi"

#~ msgid "Lifetime unit"
#~ msgstr "Lifetime bölməsi"

#~ msgid "Encryption algorithm"
#~ msgstr "Şifrələmə alqorifması"

#~ msgid "Authentication algorithm"
#~ msgstr "Tanıtma alqorifması"

#~ msgid "Compression algorithm"
#~ msgstr "Sıxışdırma alqorifması"

#~ msgid "Remote"
#~ msgstr "Uzaq"

#~ msgid "off"
#~ msgstr "bağlı"

#~ msgid "on"
#~ msgstr "açıq"

#~ msgid "Hash algorithm"
#~ msgstr "Hash alqorifması"

#~ msgid "Authentication method"
#~ msgstr "Tanıtma yöntəmi"

#~ msgid "DH group"
#~ msgstr "DH qrupu"

#~ msgid "Command"
#~ msgstr "Əmr"

#~ msgid "Source IP range"
#~ msgstr "Mənbə IP aralığı"

#~ msgid "Destination IP range"
#~ msgstr "Hədəf IP aralığı"

#~ msgid "Upper-layer protocol"
#~ msgstr "Üst-lay protokolu"

#~ msgid "Flag"
#~ msgstr "Bayraq"

#~ msgid "Direction"
#~ msgstr "İstiqamət"

#~ msgid "IPsec policy"
#~ msgstr "IPsec siyasəti"

#~ msgid "none"
#~ msgstr "heç biri"

#~ msgid "Source/destination"
#~ msgstr "Mənbə/Hədəf"

#~ msgid "Level"
#~ msgstr "Səviyyə"

#~ msgid "default"
#~ msgstr "əsas"

#~ msgid "You need to log out and back in again for changes to take effect"
#~ msgstr ""
#~ "Dəyişikliklərin fəal olması üçün hesabdan çıxış edib, yenidən "
#~ "girməlisiniz."

#, fuzzy
#~ msgid "Process attack"
#~ msgstr "Xidmət _növü:"

#, fuzzy
#~ msgid "Interactive Firewall: intrusion detected"
#~ msgstr "Atəş divarı quruluşu tapıldı!"

#, fuzzy
#~ msgid "What do you want to do with this attacker?"
#~ msgstr "Həqiqətən də bu oyundan çıxmaq istəyirsiniz?"

#, fuzzy
#~ msgid "Attack details"
#~ msgstr "Təfsilatsız"

#, fuzzy
#~ msgid "Attack time: %s"
#~ msgstr "Gedişat: %s"

#~ msgid "Network interface: %s"
#~ msgstr "Şəbəkə ara üzü: %s"

#, fuzzy
#~ msgid "Attack type: %s"
#~ msgstr "Çatma şəkli: %s\n"

#~ msgid "Protocol: %s"
#~ msgstr "Protokol: %s"

#, fuzzy
#~ msgid "Attacker IP address: %s"
#~ msgstr "Kompüterin IP ünvanı:"

#, fuzzy
#~ msgid "Attacker hostname: %s"
#~ msgstr "%s qovşaq adı verilir: "

#, fuzzy
#~ msgid "Service attacked: %s"
#~ msgstr "Xidmət _növü:"

#, fuzzy
#~ msgid "Port attacked: %s"
#~ msgstr "Qapı: %s"

#~ msgid "Ignore"
#~ msgstr "Nəzərə alma"

#, fuzzy
#~ msgid "Interactive Firewall: new service"
#~ msgstr "Atəş divarı quruluşu tapıldı!"

#, fuzzy
#~ msgid "Process connection"
#~ msgstr "Kabelsiz bağlantı"

#, fuzzy
#~ msgid "Do you want to open this service?"
#~ msgstr "Qurğuları sınamaq istəyirsiniz?"

#, fuzzy
#~ msgid "Remember this answer"
#~ msgstr "Bu şifrəni yadında saxla"

#~ msgid "Gateway:"
#~ msgstr "Şəbəkə Keçidi:"

#~ msgid "Interface:"
#~ msgstr "Ara üz:"

#~ msgid "Manage connections"
#~ msgstr "Bağlantıları idarə et"

#, fuzzy
#~ msgid "IP configuration"
#~ msgstr "CUPS quraşdırılması"

#~ msgid "DNS servers"
#~ msgstr "DNS vericiləri"

#~ msgid "Search Domain"
#~ msgstr "Axtarış Sahəsi"

#~ msgid "static"
#~ msgstr "statik"

#~ msgid "DHCP"
#~ msgstr "DHCP"

#~ msgid "Start at boot"
#~ msgstr "Açılışda başlat"

#~ msgid "Flow control"
#~ msgstr "Flow idarəsi"

#~ msgid "Line termination"
#~ msgstr "Sətir sonlandırılması"

#~ msgid "Modem timeout"
#~ msgstr "Modem vaxt dolması"

#~ msgid "Use lock file"
#~ msgstr "Qıfıl faylını işlət"

#~ msgid "Wait for dialup tone before dialing"
#~ msgstr "Zəng vurmadan əvvəl ton səsini gözləyin"

#~ msgid "Busy wait"
#~ msgstr "Məşğul gözləməsi"

#~ msgid "Modem sound"
#~ msgstr "Modem səsi"

#~ msgid "Vendor"
#~ msgstr "E'malatçı"

#~ msgid "Media class"
#~ msgstr "Mediya sinifi"

#~ msgid "Module name"
#~ msgstr "Modul adı"

#~ msgid "Mac Address"
#~ msgstr "Mac Ünvanı"

#~ msgid "Bus"
#~ msgstr "Yol"

#~ msgid "Location on the bus"
#~ msgstr "Yol üstündə mövqe"

#~ msgid "Remove a network interface"
#~ msgstr "Şəbəkə ara üzünü sil"

#, fuzzy
#~ msgid ""
#~ "An error occurred while deleting the \"%s\" network interface:\n"
#~ "\n"
#~ "%s"
#~ msgstr ""
#~ "Şəbəkənin yenidən başladılması sırasında xəta oldu: \n"
#~ "\n"
#~ "%s"

#~ msgid ""
#~ "Congratulations, the \"%s\" network interface has been successfully "
#~ "deleted"
#~ msgstr "Təbriklər, \"%s\" şəbəkə ara üzü müvəffəqiyyətlə silindi"

#~ msgid "Disconnect..."
#~ msgstr "Bağlantını Kəs..."

#~ msgid "Connect..."
#~ msgstr "Bağlan..."

#~ msgid "Internet connection configuration"
#~ msgstr "İnternet bağlantısının quraşdırılması"

#~ msgid "Host name (optional)"
#~ msgstr "Qovşaq adı (arzuya görə)"

#, fuzzy
#~ msgid "Third DNS server (optional)"
#~ msgstr "Birinci DNS Vericisi (arzuya görə)"

#~ msgid "Internet Connection Configuration"
#~ msgstr "İnternet Bağlantısı Quraşdırılması"

#~ msgid "Internet access"
#~ msgstr "İnternet yetişməsi"

#~ msgid "Status:"
#~ msgstr "Vəziyyət:"

#~ msgid "Parameters"
#~ msgstr "Parametrlər"

#, fuzzy
#~ msgid "Attacker"
#~ msgstr "Təfsilatsız"

#, fuzzy
#~ msgid "Attack type"
#~ msgstr "Çatma şəkli: %s\n"