blob: e894884ed109abbc2144cd3e0882b787f6c23d80 [file] [log] [blame]
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001# Turkish translations for e2fsprogs messages.
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002# Copyright (C) 2006 Free Software Foundation, Inc.
3# Nilgün Belma Bugüner <nilgun@buguner.name.tr>, 2001,..., 2006.
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004#
Theodore Ts'o7ae19832005-06-19 09:45:36 -04005#. The strings in e2fsck's problem.c can be very hard to translate,
6#. since the strings are expanded in two different ways. First of all,
7#. there is an @-expansion, where strings like "@i" are expanded to
8#. "inode", and so on. In order to make it easier for translators, the
9#. e2fsprogs po template file has been enhanced with comments that show
10#. the @-expansion, for the strings in the problem.c file.
11#.
12#. Translators are free to use the @-expansion facility if they so
13#. choose, by providing translations for strings in e2fsck/message.c.
14#. These translation can completely replace an expansion; for example,
15#. if "bblock" (which indicated that "@b" would be expanded to "block")
16#. is translated as "ddatenverlust", then "@d" will be expanded to
17#. "datenverlust". Alternatively, translators can simply not use the
18#. @-expansion facility at all.
19#.
20#. The second expansion which is done for e2fsck's problem.c messages is
21#. a dynamic %-expansion, which expands %i as an inode number, and so
22#. on. A table of these expansions can be found below. Note that
23#. %-expressions that begin with "%D" and "%I" are two-character
24#. expansions; so for example, "%Iu" expands to the inode's user id
25#. ownership field (inode->i_uid).
26#.
27#. %b <blk> block number
28#. %B <blkcount> integer
29#. %c <blk2> block number
30#. %Di <dirent> -> ino inode number
31#. %Dn <dirent> -> name string
32#. %Dr <dirent> -> rec_len
33#. %Dl <dirent> -> name_len
34#. %Dt <dirent> -> filetype
35#. %d <dir> inode number
36#. %g <group> integer
37#. %i <ino> inode number
38#. %Is <inode> -> i_size
39#. %IS <inode> -> i_extra_isize
40#. %Ib <inode> -> i_blocks
41#. %Il <inode> -> i_links_count
42#. %Im <inode> -> i_mode
43#. %IM <inode> -> i_mtime
44#. %IF <inode> -> i_faddr
45#. %If <inode> -> i_file_acl
46#. %Id <inode> -> i_dir_acl
47#. %Iu <inode> -> i_uid
48#. %Ig <inode> -> i_gid
49#. %j <ino2> inode number
50#. %m <com_err error message>
51#. %N <num>
52#. %p ext2fs_get_pathname of directory <ino>
53#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
54#. the containing directory. (If dirent is NULL
55#. then return the pathname of directory <ino2>)
56#. %q ext2fs_get_pathname of directory <dir>
57#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
58#. the containing directory.
59#. %s <str> miscellaneous string
60#. %S backup superblock
61#. %X <num> hexadecimal format
62#.
Theodore Ts'o6e71e672001-10-08 12:51:00 -040063msgid ""
64msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -040065"Project-Id-Version: e2fsprogs 1.39-b2\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050066"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -050067"POT-Creation-Date: 2006-03-29 15:30-0500\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -040068"PO-Revision-Date: 2006-04-07 00:22+0300\n"
69"Last-Translator: Nilgün Belma Bugüner <nilgun@buguner.name.tr>\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -040070"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
71"MIME-Version: 1.0\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -050072"Content-Type: text/plain; charset=UTF-8\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -040073"Content-Transfer-Encoding: 8bit\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -050074"Plural-Forms: nplurals=2; plural=(n != 1);\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -040075"X-Generator: KBabel 1.9.1\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -040076
Theodore Ts'o1cbf8282006-03-29 20:39:40 -050077#: e2fsck/badblocks.c:22 misc/mke2fs.c:154
Theodore Ts'o6e71e672001-10-08 12:51:00 -040078#, c-format
79msgid "Bad block %u out of range; ignored.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -050080msgstr "Hatalı blok %u kapsamdışı; yoksayıldı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -040081
82#: e2fsck/badblocks.c:45
83msgid "while sanity checking the bad blocks inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -050084msgstr "- hatalı bloklar düğümünde doğruluk denetlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -040085
86#: e2fsck/badblocks.c:57
87msgid "while reading the bad blocks inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -050088msgstr "- hatalı bloklar düğümü okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -040089
Theodore Ts'oa04eba32003-05-03 16:35:17 -040090#: e2fsck/badblocks.c:71 e2fsck/iscan.c:112 e2fsck/scantest.c:109
Theodore Ts'o1cbf8282006-03-29 20:39:40 -050091#: e2fsck/unix.c:950 e2fsck/unix.c:986 misc/badblocks.c:1005
Theodore Ts'o7ae19832005-06-19 09:45:36 -040092#: misc/badblocks.c:1013 misc/badblocks.c:1027 misc/badblocks.c:1039
Theodore Ts'o1cbf8282006-03-29 20:39:40 -050093#: misc/dumpe2fs.c:369 misc/e2image.c:567 misc/e2image.c:660
94#: misc/e2image.c:676 misc/mke2fs.c:170 misc/tune2fs.c:776 resize/main.c:243
Theodore Ts'o6e71e672001-10-08 12:51:00 -040095#, c-format
96msgid "while trying to open %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -050097msgstr "- %s açılmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -040098
Theodore Ts'o0c897a92002-11-09 12:01:18 -050099#: e2fsck/badblocks.c:82
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400100#, c-format
101msgid "while trying popen '%s'"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500102msgstr "- '%s' veri yolu açılmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400103
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500104#: e2fsck/badblocks.c:93 misc/mke2fs.c:177
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400105msgid "while reading in list of bad blocks from file"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500106msgstr "- dosyadan hatalı bloklar listesinin okunması sırasında hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400107
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500108#: e2fsck/badblocks.c:103
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400109msgid "while updating bad block inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500110msgstr "- hatalı bloklar düğümü güncellenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400111
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500112#: e2fsck/badblocks.c:129
Theodore Ts'oce1250c2005-05-20 22:51:55 -0400113#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -0400114msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -0400115msgstr "Uyarı: Hatalı blok düğümünde %u. blok kuraldışı; temizlendi.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400116
117#: e2fsck/ehandler.c:53
118#, c-format
119msgid "Error reading block %lu (%s) while %s. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500120msgstr "%3$s işlemi sırasında blok %1$lu okunurken hata oluştu (%2$s). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400121
122#: e2fsck/ehandler.c:56
123#, c-format
124msgid "Error reading block %lu (%s). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500125msgstr "blok %lu okunurken hata oluştu (%s). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400126
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500127#: e2fsck/ehandler.c:59 e2fsck/ehandler.c:106
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400128msgid "Ignore error"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500129msgstr "Hata görmezden gelindi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400130
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500131#: e2fsck/ehandler.c:60
132msgid "Force rewrite"
Theodore Ts'o1be672b2003-03-26 00:58:06 -0500133msgstr "Yeniden yaz"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500134
135#: e2fsck/ehandler.c:100
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400136#, c-format
137msgid "Error writing block %lu (%s) while %s. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500138msgstr "%3$s işlemi sırasında blok %1$lu yazılırken hata oluştu (%2$s). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400139
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500140#: e2fsck/ehandler.c:103
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400141#, c-format
142msgid "Error writing block %lu (%s). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500143msgstr "%lu bloğu yazılırken hata: %s. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400144
145#: e2fsck/emptydir.c:56
146msgid "empty dirblocks"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500147msgstr "boş dizin blokları"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400148
149#: e2fsck/emptydir.c:61
150msgid "empty dir map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500151msgstr "boş dizin eşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400152
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400153#: e2fsck/emptydir.c:97
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400154#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500155msgid "Empty directory block %u (#%d) in inode %d\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400156msgstr "Düğüm %3$d deki dizin bloku %1$u (#%2$d) boş\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400157
158#: e2fsck/extend.c:21
159#, c-format
160msgid "%s: %s filename nblocks blocksize\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500161msgstr "%s: %s dosya_ismi blok_sayısı blok_boyu\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400162
163#: e2fsck/extend.c:43
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500164#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400165msgid "Illegal number of blocks!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500166msgstr "Blok sayısı kuraldışı!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400167
168#: e2fsck/extend.c:49
169#, c-format
170msgid "Couldn't allocate block buffer (size=%d)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500171msgstr "Blok tamponu ayrılamadı (boyu=%d)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400172
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400173#: e2fsck/flushb.c:34
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400174#, c-format
175msgid "Usage: %s disk\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500176msgstr "Kullanımı: %s disk\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400177
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400178#: e2fsck/flushb.c:63
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500179#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400180msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500181msgstr "BLKFLSBUF ioctl desteklenmiyor! Tamponlar boşaltılamadı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400182
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400183#: e2fsck/iscan.c:46
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400184#, c-format
185msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500186msgstr "Kullanımı: %s [-F] [-I düğüm_tampon_blokları] aygıt\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400187
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500188#: e2fsck/iscan.c:83 e2fsck/unix.c:767
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400189#, c-format
190msgid "while opening %s for flushing"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500191msgstr "%s temizlik için açılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400192
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500193#: e2fsck/iscan.c:88 e2fsck/unix.c:773 resize/main.c:221
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400194#, c-format
195msgid "while trying to flush %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500196msgstr "%s boşaltılmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400197
Theodore Ts'o6956f612005-12-31 16:46:15 -0500198#: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:477
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400199msgid "while opening inode scan"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500200msgstr "düğüm taraması başlatılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400201
Theodore Ts'o6956f612005-12-31 16:46:15 -0500202#: e2fsck/iscan.c:129 misc/e2image.c:495
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400203msgid "while getting next inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500204msgstr "sonraki düğüme geçilirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400205
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400206#: e2fsck/iscan.c:138
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400207#, c-format
208msgid "%d inodes scanned.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500209msgstr "%d düğüm tarandı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400210
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500211#: e2fsck/journal.c:463
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400212msgid "reading journal superblock\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500213msgstr "günlük dosyası super bloğu okunuyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400214
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500215#: e2fsck/journal.c:520
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400216#, c-format
217msgid "%s: no valid journal superblock found\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500218msgstr "%s: geçerli gümlük dosyası super bloğu yok\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400219
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500220#: e2fsck/journal.c:529
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400221#, c-format
222msgid "%s: journal too short\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500223msgstr "%s: gümlük dosyası çok kısa\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400224
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500225#: e2fsck/journal.c:802
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400226#, c-format
227msgid "%s: recovering journal\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500228msgstr "%s: günlük dosyasına göre kurtarılıyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400229
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500230#: e2fsck/journal.c:804
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400231#, c-format
232msgid "%s: won't do journal recovery while read-only\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500233msgstr "%s: salt-okunur durumdayken günlük dosyasına göre kurtarma yapılamaz\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400234
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500235#: e2fsck/journal.c:825
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400236#, c-format
237msgid "while trying to re-open %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500238msgstr "%s yeniden açılmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400239
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400240#: e2fsck/message.c:108
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400241msgid "aextended attribute"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500242msgstr "aek özellik"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400243
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400244#: e2fsck/message.c:109
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400245msgid "Aerror allocating"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500246msgstr "Aayrılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400247
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400248#: e2fsck/message.c:110
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400249msgid "bblock"
250msgstr "bblok"
251
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400252#: e2fsck/message.c:111
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400253msgid "Bbitmap"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500254msgstr "Bbiteşlem"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400255
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400256#: e2fsck/message.c:112
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400257msgid "ccompress"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500258msgstr "csıkıştırma"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400259
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400260#: e2fsck/message.c:113
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400261msgid "Cconflicts with some other fs @b"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500262msgstr "Cbazı dosya sistemi blokları ile çelişiyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400263
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400264#: e2fsck/message.c:114
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400265msgid "iinode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500266msgstr "idüğüm"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400267
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400268#: e2fsck/message.c:115
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400269msgid "Iillegal"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500270msgstr "Ikuraldışı"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400271
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400272#: e2fsck/message.c:116
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400273msgid "jjournal"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500274msgstr "jgünlük"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400275
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400276#: e2fsck/message.c:117
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400277msgid "Ddeleted"
278msgstr "Dsilinen"
279
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400280#: e2fsck/message.c:118
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400281msgid "ddirectory"
282msgstr "ddizin"
283
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400284#: e2fsck/message.c:119
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400285msgid "eentry"
286msgstr "egirdi"
287
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400288#: e2fsck/message.c:120
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400289msgid "E@e '%Dn' in %p (%i)"
Theodore Ts'o1be672b2003-03-26 00:58:06 -0500290msgstr "E@E"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400291
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400292#: e2fsck/message.c:121
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400293msgid "ffilesystem"
294msgstr "fdosya sistemi"
295
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400296#: e2fsck/message.c:122
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400297msgid "Ffor @i %i (%Q) is"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500298msgstr "F%i (%Q) düğümü için"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400299
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400300#: e2fsck/message.c:123
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400301msgid "ggroup"
302msgstr "ggrup"
303
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400304#: e2fsck/message.c:124
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500305msgid "hHTREE @d @i"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500306msgstr "hHTREE dizin düğüm"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500307
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400308#: e2fsck/message.c:125
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400309msgid "llost+found"
310msgstr "llost+found"
311
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400312#: e2fsck/message.c:126
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400313msgid "Lis a link"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500314msgstr "Lbir bağdır"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400315
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400316#: e2fsck/message.c:127
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400317msgid "mmultiply-claimed"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400318msgstr "mçok düğümlü"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400319
320#: e2fsck/message.c:128
321msgid "ninvalid"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400322msgstr "ngeçersiz"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400323
324#: e2fsck/message.c:129
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400325msgid "oorphaned"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500326msgstr "oartık"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400327
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400328#: e2fsck/message.c:130
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500329msgid "pproblem in"
Theodore Ts'o1be672b2003-03-26 00:58:06 -0500330msgstr "psorun"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500331
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400332#: e2fsck/message.c:131
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400333msgid "rroot @i"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500334msgstr "rkök düğümü"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400335
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400336#: e2fsck/message.c:132
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400337msgid "sshould be"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500338msgstr "solmalıydı"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400339
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400340#: e2fsck/message.c:133
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400341msgid "Ssuper@b"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500342msgstr "Ssüper blok"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400343
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400344#: e2fsck/message.c:134
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400345msgid "uunattached"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500346msgstr "ubağlantısız"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400347
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400348#: e2fsck/message.c:135
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400349msgid "vdevice"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500350msgstr "vaygıt"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400351
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400352#: e2fsck/message.c:136
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400353msgid "zzero-length"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500354msgstr "zsıfır uzunluklu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400355
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400356#: e2fsck/message.c:147
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400357msgid "<The NULL inode>"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500358msgstr "<NULL düğüm>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400359
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400360#: e2fsck/message.c:148
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400361msgid "<The bad blocks inode>"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500362msgstr "<Hatalı bloklar düğümü>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400363
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400364#: e2fsck/message.c:150
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400365msgid "<The ACL index inode>"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500366msgstr "<ACL indeksinin düğümü>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400367
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400368#: e2fsck/message.c:151
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400369msgid "<The ACL data inode>"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500370msgstr "<ACL verisinin düğümü>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400371
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400372#: e2fsck/message.c:152
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400373msgid "<The boot loader inode>"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500374msgstr "<Önyükleyici düğümü>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400375
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400376#: e2fsck/message.c:153
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400377msgid "<The undelete directory inode>"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500378msgstr "<Kurtarılan dizinin düğümü>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400379
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400380#: e2fsck/message.c:154
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400381msgid "<The group descriptor inode>"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500382msgstr "<Grup tanımlayıcı düğümü>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400383
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400384#: e2fsck/message.c:155
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400385msgid "<The journal inode>"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500386msgstr "<günlük düğümü>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400387
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400388#: e2fsck/message.c:156
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400389msgid "<Reserved inode 9>"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500390msgstr "<Yedek düğüm 9>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400391
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400392#: e2fsck/message.c:157
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400393msgid "<Reserved inode 10>"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500394msgstr "<Yedek düğüm 10>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400395
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500396#: e2fsck/pass1b.c:209
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400397msgid "multiply claimed inode map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500398msgstr "tekrarlanan blokların düğüm eşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400399
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500400#: e2fsck/pass1b.c:558 e2fsck/pass1b.c:695
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400401#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500402msgid "internal error; can't find dup_blk for %u\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400403msgstr "iç hata; %u için dup_blk bulunamıyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400404
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500405#: e2fsck/pass1b.c:738
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400406msgid "returned from clone_file_block"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500407msgstr "clone_file_block işlevinden döndürüldü"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400408
Theodore Ts'obc759702005-05-09 20:40:55 -0400409#: e2fsck/pass1.c:430
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400410msgid "in-use inode map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500411msgstr "kullanımdaki düğüm eşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400412
Theodore Ts'obc759702005-05-09 20:40:55 -0400413#: e2fsck/pass1.c:439
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400414msgid "directory inode map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500415msgstr "dizin düğümü eşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400416
Theodore Ts'obc759702005-05-09 20:40:55 -0400417#: e2fsck/pass1.c:447
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400418msgid "regular file inode map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500419msgstr "normal dosya düğümü eşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400420
Theodore Ts'obc759702005-05-09 20:40:55 -0400421#: e2fsck/pass1.c:454
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400422msgid "in-use block map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500423msgstr "kullanımdaki blok eşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400424
Theodore Ts'obc759702005-05-09 20:40:55 -0400425#: e2fsck/pass1.c:505
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400426msgid "doing inode scan"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500427msgstr "düğüm taraması yapılıyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400428
Theodore Ts'obc759702005-05-09 20:40:55 -0400429#: e2fsck/pass1.c:917
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400430msgid "Pass 1"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500431msgstr "1. geçiş"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400432
Theodore Ts'obc759702005-05-09 20:40:55 -0400433#: e2fsck/pass1.c:976
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400434#, c-format
435msgid "reading indirect blocks of inode %u"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500436msgstr "%u düğümünün dolaylı blokları okunuyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400437
Theodore Ts'obc759702005-05-09 20:40:55 -0400438#: e2fsck/pass1.c:1018
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400439msgid "bad inode map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500440msgstr "hatalı düğüm eşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400441
Theodore Ts'obc759702005-05-09 20:40:55 -0400442#: e2fsck/pass1.c:1040
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400443msgid "inode in bad block map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500444msgstr "hatalı blok eşlemindeki düğüm"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400445
Theodore Ts'obc759702005-05-09 20:40:55 -0400446#: e2fsck/pass1.c:1060
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400447msgid "imagic inode map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500448msgstr "imagic düğüm eşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400449
Theodore Ts'obc759702005-05-09 20:40:55 -0400450#: e2fsck/pass1.c:1087
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400451msgid "multiply claimed block map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500452msgstr "tekrarlanan blokların eşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400453
Theodore Ts'obc759702005-05-09 20:40:55 -0400454#: e2fsck/pass1.c:1186
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400455msgid "ext attr block map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500456msgstr "ek özellik bloğu eşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400457
Theodore Ts'obc759702005-05-09 20:40:55 -0400458#: e2fsck/pass1.c:1959
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400459msgid "block bitmap"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500460msgstr "blok biteşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400461
Theodore Ts'obc759702005-05-09 20:40:55 -0400462#: e2fsck/pass1.c:1963
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400463msgid "inode bitmap"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500464msgstr "düğüm biteşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400465
Theodore Ts'obc759702005-05-09 20:40:55 -0400466#: e2fsck/pass1.c:1967
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400467msgid "inode table"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500468msgstr "düğüm tablosu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400469
Theodore Ts'obc759702005-05-09 20:40:55 -0400470#: e2fsck/pass2.c:287
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500471msgid "Pass 2"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500472msgstr "2. geçiş"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500473
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400474#: e2fsck/pass3.c:79
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400475msgid "inode done bitmap"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500476msgstr "düğümleri indeksli biteşlem"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400477
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400478#: e2fsck/pass3.c:90
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400479msgid "Peak memory"
480msgstr "Doruk bellek"
481
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400482#: e2fsck/pass3.c:143
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400483msgid "Pass 3"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500484msgstr "3. geçiş"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400485
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500486#: e2fsck/pass3.c:334
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400487msgid "inode loop detection bitmap"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500488msgstr "düğüm döngüsü saptama biteşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400489
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500490#: e2fsck/pass4.c:174
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400491msgid "Pass 4"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500492msgstr "4. geçiş"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400493
494#: e2fsck/pass5.c:70
495msgid "Pass 5"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500496msgstr "5. geçiş"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400497
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500498#: e2fsck/problem.c:50
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400499msgid "(no prompt)"
500msgstr "(komut istemi yok)"
501
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500502#: e2fsck/problem.c:51
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400503msgid "Fix"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500504msgstr "Düzelt"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400505
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500506#: e2fsck/problem.c:52
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400507msgid "Clear"
508msgstr "Temizle"
509
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500510#: e2fsck/problem.c:53
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400511msgid "Relocate"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500512msgstr "Konumlandır"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400513
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500514#: e2fsck/problem.c:54
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400515msgid "Allocate"
516msgstr "Tahsis et"
517
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500518#: e2fsck/problem.c:55
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400519msgid "Expand"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500520msgstr "Genişlet"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400521
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500522#: e2fsck/problem.c:56
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400523msgid "Connect to /lost+found"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500524msgstr "/lost+found a bağlan"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400525
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500526#: e2fsck/problem.c:57
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400527msgid "Create"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500528msgstr "Oluştur"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400529
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500530#: e2fsck/problem.c:58
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400531msgid "Salvage"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500532msgstr "Kurtarılacaklar"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400533
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500534#: e2fsck/problem.c:59
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400535msgid "Truncate"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500536msgstr "Kırp"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400537
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500538#: e2fsck/problem.c:60
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400539msgid "Clear inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500540msgstr "Düğümü temizle"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400541
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500542#: e2fsck/problem.c:61
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400543msgid "Abort"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500544msgstr "Vazgeç"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400545
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500546#: e2fsck/problem.c:62
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400547msgid "Split"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500548msgstr "Ayır"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400549
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500550#: e2fsck/problem.c:63
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400551msgid "Continue"
552msgstr "Devam et"
553
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500554#: e2fsck/problem.c:64
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400555msgid "Clone multiply-claimed blocks"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400556msgstr "Çok düğümlü blokları kopyalar"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400557
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500558#: e2fsck/problem.c:65
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400559msgid "Delete file"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500560msgstr "Dosyayı Sil"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400561
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500562#: e2fsck/problem.c:66
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400563msgid "Suppress messages"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500564msgstr "İletileri engelle"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400565
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500566#: e2fsck/problem.c:67
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400567msgid "Unlink"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500568msgstr "Bağı kaldır"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400569
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500570#: e2fsck/problem.c:68
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500571msgid "Clear HTree index"
Theodore Ts'o1be672b2003-03-26 00:58:06 -0500572msgstr "HTree indeksini temizle"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500573
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500574#: e2fsck/problem.c:69
575msgid "Recreate"
576msgstr "Yeniden oluştur"
577
578#: e2fsck/problem.c:78
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400579msgid "(NONE)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500580msgstr "(HİÇBİRİ)"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400581
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500582#: e2fsck/problem.c:79
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400583msgid "FIXED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500584msgstr "DÜZELTİLDİ"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400585
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500586#: e2fsck/problem.c:80
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400587msgid "CLEARED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500588msgstr "TEMİZLENDİ"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400589
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500590#: e2fsck/problem.c:81
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400591msgid "RELOCATED"
592msgstr "KONUMLANDI"
593
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500594#: e2fsck/problem.c:82
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400595msgid "ALLOCATED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500596msgstr "TAHSİS EDİLDİ"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400597
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500598#: e2fsck/problem.c:83
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400599msgid "EXPANDED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500600msgstr "GENİŞLETİLDİ"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400601
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500602#: e2fsck/problem.c:84
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400603msgid "RECONNECTED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500604msgstr "TEKRAR BAĞLANDI"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400605
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500606#: e2fsck/problem.c:85
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400607msgid "CREATED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500608msgstr "OLUŞTURULDU"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400609
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500610#: e2fsck/problem.c:86
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400611msgid "SALVAGED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500612msgstr "KURTARILABİLİRLER LİSTELENDİ"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400613
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500614#: e2fsck/problem.c:87
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400615msgid "TRUNCATED"
616msgstr "KIRPILDI"
617
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500618#: e2fsck/problem.c:88
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400619msgid "INODE CLEARED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500620msgstr "DÜĞÜM TEMİZLENDİ"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400621
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500622#: e2fsck/problem.c:89
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400623msgid "ABORTED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500624msgstr "VAZGEÇİLDİ"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400625
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500626#: e2fsck/problem.c:90
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400627msgid "SPLIT"
628msgstr "AYRILDI"
629
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500630#: e2fsck/problem.c:91
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400631msgid "CONTINUING"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500632msgstr "SÜRÜYOR"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400633
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500634#: e2fsck/problem.c:92
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400635msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400636msgstr "ÇOK DÜĞÜMLÜ BLOKLAR KOPYALANDI"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400637
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500638#: e2fsck/problem.c:93
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400639msgid "FILE DELETED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500640msgstr "DOSYA SİLİNDİ"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400641
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500642#: e2fsck/problem.c:94
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400643msgid "SUPPRESSED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500644msgstr "ENGELLENDİ"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400645
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500646#: e2fsck/problem.c:95
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400647msgid "UNLINKED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500648msgstr "BAĞ KALDIRILDI"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400649
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500650#: e2fsck/problem.c:96
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500651msgid "HTREE INDEX CLEARED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500652msgstr "HTREE İNDEKSİ TEMİZLENDİ"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500653
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500654#: e2fsck/problem.c:97
655msgid "WILL RECREATE"
656msgstr "TEKRAR OLUŞTURULACAK"
657
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400658#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500659#: e2fsck/problem.c:106
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400660msgid "@b @B for @g %g is not in @g. (@b %b)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500661msgstr "%g grubunun blok biteşlemi grup içinde değil. (blok %b)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400662
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400663#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500664#: e2fsck/problem.c:110
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400665msgid "@i @B for @g %g is not in @g. (@b %b)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500666msgstr "%g grubunun düğüm biteşlemi grup içinde değil. (blok %b)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400667
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400668#. @-expanded: inode table for group %g is not in group. (block %b)\n
669#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500670#: e2fsck/problem.c:115
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400671msgid ""
672"@i table for @g %g is not in @g. (@b %b)\n"
673"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
674msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500675"%g grubunun düğüm tablosu grup içinde değil. (blok %b)\n"
676"UYARI: CİDDİ VERİ KAYBI OLASILIĞI.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400677
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400678#. @-expanded: \n
679#. @-expanded: The superblock could not be read or does not describe a correct ext2\n
680#. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
681#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
682#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
683#. @-expanded: e2fsck -b %S <device>\n
684#. @-expanded: \n
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500685#: e2fsck/problem.c:121
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500686#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400687msgid ""
688"\n"
689"The @S could not be read or does not describe a correct ext2\n"
690"@f. If the @v is valid and it really contains an ext2\n"
691"@f (and not swap or ufs or something else), then the @S\n"
692"is corrupt, and you might try running e2fsck with an alternate @S:\n"
693" e2fsck -b %S <@v>\n"
694"\n"
695msgstr ""
696"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500697"Süper blok okunamıyor ya da doğru ext2 dosya sistemi tanımlamıyor.\n"
698"Aygıt geçerliyse ve gerçekten bir ext2 dosya sistemi içeriyorsa,\n"
699"(ve bir takas bölümü veya ufs ya da her neyse değilse)\n"
700"süper blok bozulmuş demektir. Başka bir süper blok ile e2fsck çalıştırmayı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400701"denemelisiniz:\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500702" e2fsck -b %S <aygıt>\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400703"\n"
704
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400705#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
706#. @-expanded: The physical size of the device is %c blocks\n
707#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500708#: e2fsck/problem.c:130
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400709msgid ""
710"The @f size (according to the @S) is %b @bs\n"
711"The physical size of the @v is %c @bs\n"
712"Either the @S or the partition table is likely to be corrupt!\n"
713msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400714"Dosya sistemi uzunluğu (süperblok ile ilişkili) %b blok,\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500715"aygıtın gerçek boyutu ise %c bloktur.\n"
716"Hem süper blok hem de disk bölümleme tablosu bozuk olabilir!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400717
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400718#. @-expanded: superblock block_size = %b, fragsize = %c.\n
719#. @-expanded: This version of e2fsck does not support fragment sizes different\n
720#. @-expanded: from the block size.\n
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500721#: e2fsck/problem.c:137
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400722msgid ""
723"@S @b_size = %b, fragsize = %c.\n"
724"This version of e2fsck does not support fragment sizes different\n"
725"from the @b size.\n"
726msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400727"Süperblok blok_uzunluğu = %b, adımlama_uzunluğu = %c.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500728"Bu e2fsck sürümünde adımlama uzunluklarının blok uzunluklarından\n"
729"farklı olması desteklenmiyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400730
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400731#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500732#: e2fsck/problem.c:144
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400733msgid "@S @bs_per_group = %b, should have been %c\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400734msgstr "Süperblok grup_başına_blok_sayısı = %b; %c olmalıydı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400735
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400736#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500737#: e2fsck/problem.c:149
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400738msgid "@S first_data_@b = %b, should have been %c\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500739msgstr "Süper blok ilk_veri_bloğu = %b; %c olmalıydı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400740
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400741#. @-expanded: filesystem did not have a UUID; generating one.\n
742#. @-expanded: \n
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500743#: e2fsck/problem.c:154
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400744msgid ""
745"@f did not have a UUID; generating one.\n"
746"\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -0500747msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500748"Dosya sistemi bir UUID içermiyor; bir tane üretiliyor.\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -0500749"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400750
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500751#: e2fsck/problem.c:159
Theodore Ts'o886017a2005-06-26 22:11:46 -0400752#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400753msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400754"Note: if several inode or block bitmap blocks or part\n"
755"of the inode table require relocation, you may wish to try\n"
756"running e2fsck with the '-b %S' option first. The problem\n"
757"may lie only with the primary block group descriptors, and\n"
758"the backup block group descriptors may be OK.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400759"\n"
760msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500761"Bilgi: Taşınması gereken düğüm tablosunun bir parçası olan\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400762"ya da yeniden konumlanması gereken blok biteşlem blokları\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500763"ya da düğümleri varsa, e2fsck'yı önce '-b %S' seçeneğiyle\n"
764"çalıştırmalısınız. Sorun sadece birincil bloğun grup\n"
765"tanımlayıcısı ile ilgili olabilir ve yedekleme bloğu grup\n"
766"tanımlayıcısı da doğru olabilir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400767"\n"
768
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400769#. @-expanded: Corruption found in superblock. (%s = %N).\n
770#: e2fsck/problem.c:168
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400771msgid "Corruption found in @S. (%s = %N).\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400772msgstr "Süperblok içinde bozukluk saptandı. (%s = %N).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400773
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400774#. @-expanded: Error determining size of the physical device: %m\n
775#: e2fsck/problem.c:173
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400776#, c-format
777msgid "Error determining size of the physical @v: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500778msgstr "Aygıtın fiziksel uzunluğu saptanırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400779
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400780#. @-expanded: inode count in superblock is %i, should be %j.\n
781#: e2fsck/problem.c:178
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400782msgid "@i count in @S is %i, @s %j.\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400783msgstr "Süperblok içindeki düğüm sayısı %i; %j olmalıydı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400784
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400785#: e2fsck/problem.c:182
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400786msgid "The Hurd does not support the filetype feature.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500787msgstr "Hurd, dosya türü özelliğini desteklemez.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400788
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400789#. @-expanded: superblock has an invalid ext3 journal (inode %i).\n
790#: e2fsck/problem.c:187
Theodore Ts'o886017a2005-06-26 22:11:46 -0400791#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400792msgid "@S has an @n ext3 @j (@i %i).\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400793msgstr "Süperblok hatalı ext3 günlüğü içeriyor (düğüm %i).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400794
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400795#. @-expanded: External journal has multiple filesystem users (unsupported).\n
796#: e2fsck/problem.c:192
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400797msgid "External @j has multiple @f users (unsupported).\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400798msgstr "Dış günlük çok sayıda dosya sistemi kullanıcısı içeriyor. (desteklenmiyor)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400799
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400800#. @-expanded: Can't find external journal\n
801#: e2fsck/problem.c:197
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400802msgid "Can't find external @j\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500803msgstr "Dış günlük bulunamıyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400804
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400805#. @-expanded: External journal has bad superblock\n
806#: e2fsck/problem.c:202
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400807msgid "External @j has bad @S\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400808msgstr "Dış günlük hatalı süperblok içeriyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400809
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400810#. @-expanded: External journal does not support this filesystem\n
811#: e2fsck/problem.c:207
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400812msgid "External @j does not support this @f\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500813msgstr "Dış günlük bu dosya sistemini desteklemiyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400814
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400815#. @-expanded: Ext3 journal superblock is unknown type %N (unsupported).\n
816#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
817#. @-expanded: format.\n
818#. @-expanded: It is also possible the journal superblock is corrupt.\n
819#: e2fsck/problem.c:212
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400820msgid ""
821"Ext3 @j @S is unknown type %N (unsupported).\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400822"It is likely that your copy of e2fsck is old and/or doesn't support this @j format.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400823"It is also possible the @j @S is corrupt.\n"
824msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400825"Ext3 günlüğü süperblok türü %N bilinmiyor (desteklenmiyor).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500826"Bu kopya, bu dosya sistemi tarafından desteklenmeyen ve/ya\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400827"eski bir biçim gibi görünüyor.\n"
828"Ayrıca, günlük süperblokunun bozuk olması da mümkün.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400829
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400830#. @-expanded: Ext3 journal superblock is corrupt.\n
831#: e2fsck/problem.c:220
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400832msgid "Ext3 @j @S is corrupt.\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400833msgstr "Ext3 günlüğü süperbloku bozuk.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400834
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400835#. @-expanded: superblock doesn't have has_journal flag, but has ext3 journal %s.\n
836#: e2fsck/problem.c:225
Theodore Ts'o1be672b2003-03-26 00:58:06 -0500837#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500838msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400839msgstr "Süperblok has_journal bayrağı içermiyor, ama ext3 günlüğü %s içeriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400840
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400841#. @-expanded: superblock has ext3 needs_recovery flag set, but no journal.\n
842#: e2fsck/problem.c:230
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400843msgid "@S has ext3 needs_recovery flag set, but no @j.\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400844msgstr "Süperblok ext3 needs_recovery bayrağı içeriyor ama günlük yok.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400845
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400846#. @-expanded: ext3 recovery flag is clear, but journal has data.\n
847#: e2fsck/problem.c:235
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400848msgid "ext3 recovery flag is clear, but @j has data.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500849msgstr "ext3 kurtarma bayrağı temiz ama günlük veri içeriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400850
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400851#. @-expanded: Clear journal
852#: e2fsck/problem.c:240
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500853msgid "Clear @j"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500854msgstr "Günlüğü Temizle"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500855
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400856#. @-expanded: Run journal anyway
857#: e2fsck/problem.c:245
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500858msgid "Run @j anyway"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500859msgstr "Günlüğü yine de çalıştır"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500860
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400861#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
862#: e2fsck/problem.c:250
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500863msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400864msgstr "Yedek süper blokda kurtarma bayrağı temiz olduğundan günlük herşeye rağmen çalışacak.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500865
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400866#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
867#: e2fsck/problem.c:255
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400868msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500869msgstr "%s artık düğüm %i (kull_kiml=%Iu, grup_kiml=%Ig, kip=%Im, boy=%Is)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400870
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400871#. @-expanded: illegal block #%B (%b) found in orphaned inode %i.\n
872#: e2fsck/problem.c:260
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400873msgid "@I @b #%B (%b) found in @o @i %i.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500874msgstr "düğüm %i içindeki blok #%B (%b) kuraldışı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400875
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400876#. @-expanded: Already cleared block #%B (%b) found in orphaned inode %i.\n
877#: e2fsck/problem.c:265
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400878msgid "Already cleared @b #%B (%b) found in @o @i %i.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500879msgstr "artık düğüm %i içindeki blok #%B (%b) zaten temizlenmiş.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400880
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400881#. @-expanded: illegal orphaned inode %i in superblock.\n
882#: e2fsck/problem.c:270
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400883#, c-format
884msgid "@I @o @i %i in @S.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500885msgstr "süper blok içindeki artık düğüm %i kuraldışı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400886
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400887#. @-expanded: illegal inode %i in orphaned inode list.\n
888#: e2fsck/problem.c:275
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400889#, c-format
890msgid "@I @i %i in @o @i list.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500891msgstr "artık düğüm listesindeki düğüm %i kuraldışı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400892
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400893#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500894#: e2fsck/problem.c:280 e2fsck/problem.c:608
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400895msgid "@f has feature flag(s) set, but is a revision 0 @f. "
Theodore Ts'o886017a2005-06-26 22:11:46 -0400896msgstr "dosyasisteminin özellik bayrakları etkin ama dosyasisteminin sürümü 0."
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400897
898#. @-expanded: Ext3 journal superblock has an unknown read-only feature flag set.\n
899#: e2fsck/problem.c:285
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400900msgid "Ext3 @j @S has an unknown read-only feature flag set.\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400901msgstr "Ext3 günlüğü süper bloğu bilinmeyen salt-okunur özellikli bir bayrak içeriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400902
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400903#. @-expanded: Ext3 journal superblock has an unknown incompatible feature flag set.\n
904#: e2fsck/problem.c:290
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400905msgid "Ext3 @j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400906msgstr "Ext3 günlüğünün süper bloğu bilinmeyen uyumsuz özellikli bir bayrak içeriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400907
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400908#. @-expanded: journal version not supported by this e2fsck.\n
909#: e2fsck/problem.c:295
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400910msgid "@j version not supported by this e2fsck.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500911msgstr "günlük sürümü bu e2fsck tarafından desteklenmiyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400912
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400913#. @-expanded: Moving journal from /%s to hidden inode.\n
914#. @-expanded: \n
915#: e2fsck/problem.c:300
Theodore Ts'o886017a2005-06-26 22:11:46 -0400916#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400917msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400918"Moving @j from /%s to hidden @i.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400919"\n"
920msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -0400921"Günlük /%s den gizli düğüme taşınıyor.\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -0500922"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400923
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400924#. @-expanded: Error moving journal: %m\n
925#. @-expanded: \n
926#: e2fsck/problem.c:305
Theodore Ts'o1be672b2003-03-26 00:58:06 -0500927#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400928msgid ""
929"Error moving @j: %m\n"
930"\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -0500931msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500932"günlük taşınırken hata oluştu: %m\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -0500933"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400934
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400935#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
936#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
937#. @-expanded: \n
938#: e2fsck/problem.c:310
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400939msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400940"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400941"Clearing fields beyond the V1 @j @S...\n"
942"\n"
943msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -0400944"Geçersiz V2 günlüğü süper blok alanları bulundu (V1 günlüğünden).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500945"V1 günlüğü süper bloğundan sonraki alanlar temizleniyor...\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -0500946"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400947
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400948#. @-expanded: Backing up journal inode block information.\n
949#. @-expanded: \n
950#: e2fsck/problem.c:316
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400951msgid ""
952"Backing up @j @i @b information.\n"
953"\n"
954msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500955"Günlük düğümü blok bilgileri yedekleniyor.\n"
956"\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400957
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400958#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
959#. @-expanded: is %N; should be zero.
960#: e2fsck/problem.c:321
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500961msgid ""
962"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
963"is %N; @s zero. "
964msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -0400965"dosya sisteminde resize_ınode etkin değil, ama s_reserved_gdt_blocks için\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500966"%N değeri var; sıfır olmalıydı. "
967
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400968#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
969#: e2fsck/problem.c:327
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400970msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Theodore Ts'o886017a2005-06-26 22:11:46 -0400971msgstr "Resize_inode etkin değil, ama düğüm boyutlandırma sıfırdan farklı. "
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500972
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400973#. @-expanded: Resize inode not valid.
974#: e2fsck/problem.c:332
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500975msgid "Resize @i not valid. "
976msgstr "Düğüm boyutlandırma geçersiz. "
977
Theodore Ts'o6956f612005-12-31 16:46:15 -0500978#. @-expanded: superblock last mount time is in the future.
979#: e2fsck/problem.c:337
980msgid "@S last mount time is in the future. "
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400981msgstr "Süperbloğun son bağlama zamanı gelecekte. "
Theodore Ts'o6956f612005-12-31 16:46:15 -0500982
983#. @-expanded: superblock last write time is in the future.
984#: e2fsck/problem.c:342
985msgid "@S last write time is in the future. "
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400986msgstr "Süperblokun son yazma zamanı gelecekte. "
Theodore Ts'o6956f612005-12-31 16:46:15 -0500987
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500988#. @-expanded: superblock hint for external superblock should be %X.
989#: e2fsck/problem.c:346
990#, c-format
991msgid "@S hint for external superblock @s %X. "
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400992msgstr "harici süperbloku %X olması gereken dosyasistemi için süperblok iması"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500993
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400994#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500995#: e2fsck/problem.c:353
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400996msgid "Pass 1: Checking @is, @bs, and sizes\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500997msgstr "1. geçiş: düğümler, bloklar ve uzunluklar denetleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400998
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400999#. @-expanded: root inode is not a directory.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001000#: e2fsck/problem.c:357
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001001msgid "@r is not a @d. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001002msgstr "Kök düğümü bir dizin değil. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001003
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001004#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001005#: e2fsck/problem.c:362
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001006msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001007msgstr "Kök düğümü için dtime belirtilmiş (eski mke2fs'den dolayı olabilir). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001008
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001009#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001010#: e2fsck/problem.c:367
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001011msgid "Reserved @i %i (%Q) has @n mode. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001012msgstr "Yedek düğüm %i (%Q) hatalı kip içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001013
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001014#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001015#: e2fsck/problem.c:372
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001016#, c-format
1017msgid "@D @i %i has zero dtime. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001018msgstr "Silinen düğüm %i sıfır dtime içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001019
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001020#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001021#: e2fsck/problem.c:377
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001022#, c-format
1023msgid "@i %i is in use, but has dtime set. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001024msgstr "Düğüm %i kullanımda, ama dtime belirtilmiş. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001025
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001026#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001027#: e2fsck/problem.c:382
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001028#, c-format
1029msgid "@i %i is a @z @d. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001030msgstr "Düğüm %i bir sıfır uzunluklu dizindir. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001031
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001032#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001033#: e2fsck/problem.c:387
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001034msgid "@g %g's @b @B at %b @C.\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001035msgstr "%g grubunun %b deki blok biteşlemi diğer dosya sistemi blokları ile çelişiyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001036
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001037#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001038#: e2fsck/problem.c:392
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001039msgid "@g %g's @i @B at %b @C.\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001040msgstr "%g grubunun %b deki düğüm biteşlemi diğer dosya sistemi blokları ile çelişiyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001041
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001042#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001043#: e2fsck/problem.c:397
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001044msgid "@g %g's @i table at %b @C.\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001045msgstr "%g grubunun %b deki düğüm tablosu diğer dosya sistemi blokları ile çelişiyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001046
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001047#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001048#: e2fsck/problem.c:402
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001049msgid "@g %g's @b @B (%b) is bad. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001050msgstr "%g grubunun blok biteşlemi (%b) hatalı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001051
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001052#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001053#: e2fsck/problem.c:407
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001054msgid "@g %g's @i @B (%b) is bad. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001055msgstr "%g grubunun düğüm biteşlemi (%b) hatalı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001056
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001057#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001058#: e2fsck/problem.c:412
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001059msgid "@i %i, i_size is %Is, @s %N. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001060msgstr "Düğüm %i düğüm uzunluğu %Is, %N olmalıydı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001061
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001062#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001063#: e2fsck/problem.c:417
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001064msgid "@i %i, i_@bs is %Ib, @s %N. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001065msgstr "Dosya düğüm %i, blok düğümü %Ib, %N olmalıydı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001066
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001067#. @-expanded: illegal block #%B (%b) in inode %i.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001068#: e2fsck/problem.c:422
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001069msgid "@I @b #%B (%b) in @i %i. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001070msgstr "Düğüm %i içindeki blok #%B (%b) kuraldışı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001071
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001072#. @-expanded: block #%B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001073#: e2fsck/problem.c:427
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001074msgid "@b #%B (%b) overlaps @f metadata in @i %i. "
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001075msgstr "Düğüm %i içindeki blok #%B (%b) dosya sistemi metaverisinin üzerine taşıyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001076
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001077#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001078#: e2fsck/problem.c:432
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001079#, c-format
1080msgid "@i %i has illegal @b(s). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001081msgstr "Düğüm %i kuraldışı blok(lar) içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001082
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001083#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001084#: e2fsck/problem.c:437
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001085#, c-format
1086msgid "Too many illegal @bs in @i %i.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001087msgstr "Düğüm %i içinde çok fazla kuraldışı blok.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001088
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001089#. @-expanded: illegal block #%B (%b) in bad block inode.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001090#: e2fsck/problem.c:442
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001091msgid "@I @b #%B (%b) in bad @b @i. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001092msgstr "Hatalı blok düğümü içindeki blok %B (%b) kuraldışı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001093
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001094#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001095#: e2fsck/problem.c:447
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001096msgid "Bad @b @i has illegal @b(s). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001097msgstr "Hatalı blok düğümü kuraldışı blok(lar) içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001098
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001099#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001100#: e2fsck/problem.c:452
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001101msgid "Duplicate or bad @b in use!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001102msgstr "Tekrarlanmış ya da hatalı blok kullanımda!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001103
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001104#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001105#: e2fsck/problem.c:457
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001106msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001107msgstr "Hatalı blok %b, hatalı blok düğümü dolaylı bloğu olarak kullanılmış."
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001108
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001109#. @-expanded: \n
1110#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1111#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1112#. @-expanded: in the filesystem.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001113#: e2fsck/problem.c:462
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001114msgid ""
1115"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001116"The bad @b @i has probably been corrupted. You probably\n"
1117"should stop now and run e2fsck -c to scan for bad blocks\n"
1118"in the @f.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001119msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001120"\n"
1121"Hatalı blok düğümü galiba bozulmuş. Bu durumda herşeyi durdurup\n"
1122"dosya sistemindeki hatalı blokları taramak için e2fsck -c\n"
1123"çalıştırmalısınız.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001124
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001125#. @-expanded: \n
1126#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001127#: e2fsck/problem.c:469
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001128msgid ""
1129"\n"
1130"If the @b is really bad, the @f can not be fixed.\n"
1131msgstr ""
1132"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001133"Blok gerçekten hatalıysa, dosya sistemi düzeltilemez.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001134
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001135#. @-expanded: You can remove this block from the bad block list and hope\n
1136#. @-expanded: that the block is really OK. But there are no guarantees.\n
1137#. @-expanded: \n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001138#: e2fsck/problem.c:474
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001139msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001140"You can remove this @b from the bad @b list and hope\n"
1141"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001142"\n"
1143msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001144"Bu bloğu hatalı bloklar listesinden silebilir ve bu bloğun gerçekten\n"
1145"doğru olduğunu umabilirsiniz, ancak hiçbir garantisi yoktur.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001146"\n"
1147
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001148#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001149#: e2fsck/problem.c:480
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001150msgid "The primary @S (%b) is on the bad @b list.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001151msgstr "Birincil dosya sistemi (%b) hatalı bloklar listesinde kayıtlı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001152
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001153#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001154#: e2fsck/problem.c:485
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001155msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001156msgstr "Birincil grup tanımlarındaki blok %b, hatalı bloklar listesinde kayıtlı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001157
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001158#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001159#: e2fsck/problem.c:491
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001160msgid "Warning: Group %g's @S (%b) is bad.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001161msgstr "Uyarı: %g grubunun superbloğu (%b) hatalı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001162
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001163#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001164#: e2fsck/problem.c:496
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001165msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001166msgstr "Uyarı %g grubunun grup tanımları kopyası bir hatalı blok içeriyor (%b).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001167
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001168#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001169#: e2fsck/problem.c:502
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001170msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001171msgstr "Programlama hatası? blok %b, hatalı blok işleminde sebepsiz olarak talep edildi.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001172
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001173#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001174#: e2fsck/problem.c:508
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001175msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001176msgstr "%s için %g blok grubunda %N bitişik bloğa yer ayrılırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001177
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001178#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001179#: e2fsck/problem.c:513
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001180#, c-format
1181msgid "@A @b buffer for relocating %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001182msgstr "%s tekrar konumlaması için blok tamponuna yer ayrılırken hata oluştu\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001183
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001184#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001185#: e2fsck/problem.c:518
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001186msgid "Relocating @g %g's %s from %b to %c...\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001187msgstr "%g grubunun %s %b den %c ye aktarılıyor...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001188
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001189#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001190#: e2fsck/problem.c:523
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001191#, c-format
1192msgid "Relocating @g %g's %s to %c...\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001193msgstr "%g grubunun %s %c ye aktarılıyor...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001194
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001195#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001196#: e2fsck/problem.c:528
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001197msgid "Warning: could not read @b %b of %s: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001198msgstr "Uyarı: %snin %b bloğu okunamadı: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001199
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001200#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001201#: e2fsck/problem.c:533
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001202msgid "Warning: could not write @b %b for %s: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001203msgstr "Uyarı: %snin %b bloğu yazılamadı: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001204
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001205#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001206#: e2fsck/problem.c:538 e2fsck/problem.c:1265
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001207msgid "@A @i @B (%N): %m\n"
1208msgstr "Düğüm biteşlemi (%N) ayrılırken hata oluştu: %m\n"
1209
1210#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001211#: e2fsck/problem.c:543
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001212msgid "@A @b @B (%N): %m\n"
1213msgstr "Düğüm biteşlemi (%N) ayrılırken hata oluştu: %m\n"
1214
1215#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001216#: e2fsck/problem.c:548
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001217#, c-format
1218msgid "@A icount link information: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001219msgstr "Düğüm sayısı bağ bilgisine yer ayrılırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001220
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001221#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001222#: e2fsck/problem.c:553
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001223#, c-format
1224msgid "@A @d @b array: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001225msgstr "Dizin bloğu dizisine yer ayrılırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001226
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001227#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001228#: e2fsck/problem.c:558
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001229#, c-format
1230msgid "Error while scanning @is (%i): %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001231msgstr "Düğümler (%i) taranırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001232
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001233#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001234#: e2fsck/problem.c:563
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001235#, c-format
1236msgid "Error while iterating over @bs in @i %i: %m\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001237msgstr "Düğüm %i içindeki bloklar üzerinde işlemler tekrarlanırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001238
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001239#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001240#: e2fsck/problem.c:568
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001241msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1242msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001243"Düğüm sayısı bilgisi (düğüm = %i, sayısı = %N)\n"
1244"saklanırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001245
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001246#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001247#: e2fsck/problem.c:573
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001248msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1249msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001250"Dizin bloğu bilgisi (düğüm = %i, blok = %b, num = %N)\n"
1251"saklanırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001252
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001253#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001254#: e2fsck/problem.c:579
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001255#, c-format
1256msgid "Error reading @i %i: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001257msgstr "Düğüm %i okunurken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001258
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001259#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001260#: e2fsck/problem.c:587
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001261#, c-format
1262msgid "@i %i has imagic flag set. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001263msgstr "Düğüm %i imagic bayrağı içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001264
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001265#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1266#. @-expanded: or append-only flag set.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001267#: e2fsck/problem.c:592
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001268#, c-format
1269msgid ""
1270"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1271"or append-only flag set. "
1272msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001273"Özel (aygıt/soket/fifo/sembağ) dosya (düğüm %i),\n"
1274"salt-eklenir ya da değişmez bayrağı içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001275
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001276#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001277#: e2fsck/problem.c:598
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001278#, c-format
1279msgid "@i %i has @cion flag set on @f without @cion support. "
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001280msgstr "Düğüm %i sıkıştırma desteklenmeyen dosya sisteminde sıkıştırma bayrağı içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001281
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001282#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001283#: e2fsck/problem.c:603
Theodore Ts'o886017a2005-06-26 22:11:46 -04001284#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001285msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001286msgstr "Özel (aygıt/soket/fifo) düğüm %i sıfırdan farklı boyutta. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001287
1288#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001289#: e2fsck/problem.c:613
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001290msgid "@j @i is not in use, but contains data. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001291msgstr "Günlük düğümü kullanımda değil ama veri içeriyor. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001292
1293#. @-expanded: journal is not regular file.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001294#: e2fsck/problem.c:618
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001295msgid "@j is not regular file. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001296msgstr "Günlük dosyası normal bir dosya değil. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001297
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001298#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001299#: e2fsck/problem.c:623
Theodore Ts'o886017a2005-06-26 22:11:46 -04001300#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001301msgid "@i %i was part of the @o @i list. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001302msgstr "Düğüm %i öksüz düğüm listesinin parçasıydı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001303
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001304#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001305#: e2fsck/problem.c:629
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001306msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001307msgstr "Bozuk bir artık bağlı listenin bir parçasını bulunduran düğümler. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001308
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001309#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001310#: e2fsck/problem.c:634
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001311msgid "@A refcount structure (%N): %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001312msgstr "refcount veri yapısı için yer ayrılırken hata oluştu: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001313
1314#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001315#: e2fsck/problem.c:639
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001316msgid "Error reading @a @b %b for @i %i. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001317msgstr "Düğüm %i için ek özellik bloğu %b okunurken hata oluştu. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001318
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001319#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001320#: e2fsck/problem.c:644
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001321msgid "@i %i has a bad @a @b %b. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001322msgstr "Düğüm %i %b hatalı ek özellik bloğunu içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001323
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001324#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001325#: e2fsck/problem.c:649
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001326msgid "Error reading @a @b %b (%m). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001327msgstr "Ek özellik bloğu %b okunurken hata oluştu (%m). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001328
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001329#. @-expanded: extended attribute block %b has reference count %B, should be %N.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001330#: e2fsck/problem.c:654
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001331msgid "@a @b %b has reference count %B, @s %N. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001332msgstr "Ek özellikler bloğu %b %B başvuru sayısına sahip, %N olmalıydı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001333
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001334#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001335#: e2fsck/problem.c:659
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001336msgid "Error writing @a @b %b (%m). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001337msgstr "Ek özellik bloğu %b yazılırken hata oluştu (%m). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001338
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001339#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001340#: e2fsck/problem.c:664
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001341msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001342msgstr "Ek özellikler bloğu %b için h_blocks > 1. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001343
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001344#. @-expanded: error allocating extended attribute block %b.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001345#: e2fsck/problem.c:669
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001346msgid "@A @a @b %b. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001347msgstr "Ek özellikler bloğu %b ayrılırken hata. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001348
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001349#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001350#: e2fsck/problem.c:674
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001351msgid "@a @b %b is corrupt (allocation collision). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001352msgstr "Ek özellik bloğu %b bozuk (tahsis çatışması). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001353
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001354#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001355#: e2fsck/problem.c:679
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001356msgid "@a @b %b is corrupt (@n name). "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001357msgstr "Ek özellikler bloğu %b bozuk (geçersiz isim). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001358
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001359#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001360#: e2fsck/problem.c:684
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001361msgid "@a @b %b is corrupt (@n value). "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001362msgstr "Ek özellikler bloğu %b bozuk (geçersiz değer). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001363
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001364#. @-expanded: inode %i is too big.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001365#: e2fsck/problem.c:689
Theodore Ts'o1be672b2003-03-26 00:58:06 -05001366#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001367msgid "@i %i is too big. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001368msgstr "düğüm %i çok büyük. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001369
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001370#. @-expanded: block #%B (%b) causes directory to be too big.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001371#: e2fsck/problem.c:693
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001372msgid "@b #%B (%b) causes @d to be too big. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001373msgstr "Blok #%B (%b) çok büyük dizin oluşturuyor. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001374
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001375#. @-expanded: block #%B (%b) causes file to be too big.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001376#: e2fsck/problem.c:698
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001377msgid "@b #%B (%b) causes file to be too big. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001378msgstr "Blok #%B (%b) çok büyük dosya oluşturuyor. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001379
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001380#. @-expanded: block #%B (%b) causes symlink to be too big.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001381#: e2fsck/problem.c:703
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001382msgid "@b #%B (%b) causes symlink to be too big. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001383msgstr "Blok #%B (%b) çok büyük sembolik bağ oluşturuyor. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001384
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001385#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001386#: e2fsck/problem.c:708
Theodore Ts'o1be672b2003-03-26 00:58:06 -05001387#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001388msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001389msgstr "Düğüm %i htree desteği bulunmayan dosya sisteminde INDEX_FL bayrağı içeriyor.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001390
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001391#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001392#: e2fsck/problem.c:713
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001393#, c-format
1394msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001395msgstr "Düğüm %i INDEX_FL bayrağı içeriyor ama o bir dizin değil.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001396
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001397#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001398#: e2fsck/problem.c:718
Theodore Ts'o886017a2005-06-26 22:11:46 -04001399#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001400msgid "@h %i has an @n root node.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001401msgstr "HTREE dizin düğümü %i geçersiz bir kök düğümü içeriyor.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001402
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001403#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001404#: e2fsck/problem.c:723
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001405msgid "@h %i has an unsupported hash version (%N)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001406msgstr "HTREE dizin düğümü %i desteklenmeyen bir hash sürümü (%N) içeriyor.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001407
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001408#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001409#: e2fsck/problem.c:728
Theodore Ts'o1be672b2003-03-26 00:58:06 -05001410#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001411msgid "@h %i uses an incompatible htree root node flag.\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001412msgstr "HTREE dizin düğümü %i uyumsuz bir htree kök düğümü bayrağı kullanıyor.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001413
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001414#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001415#: e2fsck/problem.c:733
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001416msgid "@h %i has a tree depth (%N) which is too big\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001417msgstr "HTREE dizin düğümü %i çok büyük bir ağaç derinliğine (%N) sahip\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001418
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001419#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1420#. @-expanded: filesystem metadata.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001421#: e2fsck/problem.c:738
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001422msgid ""
1423"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1424"@f metadata. "
1425msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001426"Hatalı düğüm bloğu dosya sisteminin meta verisi ile çelişen\n"
1427"bir dolaylı blok (%b) içeriyor."
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001428
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001429#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001430#: e2fsck/problem.c:744
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001431#, c-format
1432msgid "Resize @i (re)creation failed: %m."
1433msgstr "Düğümü boyutlandırmak için (tekrar) oluşturma başarısız: %m"
1434
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001435#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001436#: e2fsck/problem.c:749
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001437msgid "@i %i has a extra size (%IS) which is @n\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04001438msgstr "%i. düğüm geçersiz bir ek boyut içeriyor (%IS)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001439
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001440#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001441#: e2fsck/problem.c:754
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001442msgid "@a in @i %i has a namelen (%N) which is @n\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04001443msgstr "%i. düğümdeki ek özellik geçersiz bir isim alanı içeriyor (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001444
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001445#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001446#: e2fsck/problem.c:759
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001447msgid "@a in @i %i has a value size (%N) which is @n\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04001448msgstr "%i. düğümdeki ek özellik geçersiz bir değer içeriyor (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001449
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001450#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001451#: e2fsck/problem.c:764
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001452msgid "@a in @i %i has a value offset (%N) which is @n\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04001453msgstr "%i. düğümdeki ek özellik geçersiz bir değer başlangıcı içeriyor (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001454
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001455#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001456#: e2fsck/problem.c:769
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001457msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001458msgstr "%i. düğümdeki ek özellik geçersiz bir değer bloğu içeriyor (%N), 0 olmalı\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001459
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001460#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid (must be 0)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001461#: e2fsck/problem.c:774
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001462msgid "@a in @i %i has a hash (%N) which is @n (must be 0)\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001463msgstr "%i. düğümdeki ek özellik geçersiz bir çırpı (hash) içeriyor (%N), 0 olmalı\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001464
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001465#. @-expanded: \n
1466#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1467#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001468#: e2fsck/problem.c:781
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001469msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001470"\n"
1471"Running additional passes to resolve @bs claimed by more than one @i...\n"
1472"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001473msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001474"\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001475"Birden fazla düğüm gerektiren blokları çözümlemek için ek geçişler yapılıyor...\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001476"Geçiş 1B: Çok düğümlü bloklar yeniden taranıyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001477
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001478#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001479#: e2fsck/problem.c:787
Theodore Ts'o886017a2005-06-26 22:11:46 -04001480#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001481msgid "@m @b(s) in @i %i:"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001482msgstr "Düğüm %i içinde çok düğümlü bloklar var:"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001483
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001484#: e2fsck/problem.c:802
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001485#, c-format
1486msgid "Error while scanning inodes (%i): %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001487msgstr "Düğümler (%i) taranırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001488
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001489#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001490#: e2fsck/problem.c:807
Theodore Ts'o886017a2005-06-26 22:11:46 -04001491#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001492msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001493msgstr "Düğüm biteşlemi (inode_dup_map) için yer ayrılırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001494
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001495#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001496#: e2fsck/problem.c:812
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001497#, c-format
1498msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1499msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001500"Düğüm %i içindeki bloklar üzerindeki işlemler tekrarlanırken\n"
1501"hata oluştu (%s): %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001502
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001503#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001504#: e2fsck/problem.c:817 e2fsck/problem.c:1133
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001505msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001506msgstr "Ek özellikler bloğu %b (düğüm %i) için refcount ayarlanırken hata oluştu: %m\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001507
Theodore Ts'o6956f612005-12-31 16:46:15 -05001508#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001509#: e2fsck/problem.c:823
Theodore Ts'o6956f612005-12-31 16:46:15 -05001510msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001511msgstr "Geçiş 1C: Tekrarlanan blokların düğümleri için dizinler taranıyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001512
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001513#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001514#: e2fsck/problem.c:829
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001515msgid "Pass 1D: Reconciling @m @bs\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001516msgstr "Geçiş 1D: Çok düğümlü bloklar yeniden hallediliyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001517
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001518#. @-expanded: File %Q (inode #%i, mod time %IM) \n
1519#. @-expanded: has %B multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001520#: e2fsck/problem.c:834
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001521msgid ""
1522"File %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001523" has %B @m @b(s), shared with %N file(s):\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001524msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001525"Dosya %Q (düğüm %i, değişiklik zamanı %IM) \n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001526" %N dosya ile paylaşımlı, çok düğümlü %B blok içeriyor:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001527
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001528#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001529#: e2fsck/problem.c:840
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001530msgid "\t%Q (@i #%i, mod time %IM)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001531msgstr "\t%Q (düğüm %i, değişiklik zamanı %IM)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001532
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001533#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001534#: e2fsck/problem.c:845
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001535msgid "\t<@f metadata>\n"
1536msgstr "\t<dosya sistemi metaverisi>\n"
1537
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001538#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1539#. @-expanded: \n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001540#: e2fsck/problem.c:850
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001541msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001542"(There are %N @is containing @m @bs.)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001543"\n"
1544msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001545"(Çok düğümlü blok içeren %N düğüm var.)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001546"\n"
1547
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001548#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1549#. @-expanded: \n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001550#: e2fsck/problem.c:855
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001551msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001552"@m @bs already reassigned or cloned.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001553"\n"
1554msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001555"Çok düğümlü bloklar zaten yeniden atanmış ya da kopyalanmıştı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001556"\n"
1557
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001558#: e2fsck/problem.c:868
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001559#, c-format
1560msgid "Couldn't clone file: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001561msgstr "Dosya kopyalanamadı: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001562
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001563#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001564#: e2fsck/problem.c:874
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001565msgid "Pass 2: Checking @d structure\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001566msgstr "Geçiş 2: Dizin yapısı denetleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001567
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001568#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001569#: e2fsck/problem.c:879
Theodore Ts'o886017a2005-06-26 22:11:46 -04001570#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001571msgid "@n @i number for '.' in @d @i %i.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001572msgstr "Dizin düğümü %i içindeki '.' için düğüm numarası geçersiz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001573
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001574#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001575#: e2fsck/problem.c:884
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001576msgid "@E has @n @i #: %Di.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001577msgstr "@E hatalı düğüm numarası içeriyor: %Di.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001578
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001579#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001580#: e2fsck/problem.c:889
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001581msgid "@E has @D/unused @i %Di. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001582msgstr "@E silinmiş/kullanılmayan düğüm %Di içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001583
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001584#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001585#: e2fsck/problem.c:894
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001586msgid "@E @L to '.' "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001587msgstr "@E '.' ya bir bağdır. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001588
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001589#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001590#: e2fsck/problem.c:899
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001591msgid "@E points to @i (%Di) located in a bad @b.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001592msgstr "@E bir hatalı blok içindeki düğümü (%Di) gösteriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001593
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001594#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001595#: e2fsck/problem.c:904
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001596msgid "@E @L to @d %P (%Di).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001597msgstr "@E dizin %P (%Di) için bir bağdır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001598
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001599#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001600#: e2fsck/problem.c:909
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001601msgid "@E @L to the @r.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001602msgstr "@E kök düğümüne bir bağdır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001603
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001604#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001605#: e2fsck/problem.c:914
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001606msgid "@E has illegal characters in its name.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001607msgstr "@E isminde kuraldışı karakterler içeriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001608
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001609#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001610#: e2fsck/problem.c:919
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001611#, c-format
1612msgid "Missing '.' in @d @i %i.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001613msgstr "Dizin düğümü %i içinde '.' eksik.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001614
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001615#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001616#: e2fsck/problem.c:924
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001617#, c-format
1618msgid "Missing '..' in @d @i %i.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001619msgstr "Dizin düğümü %i içinde '..' eksik.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001620
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001621#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001622#: e2fsck/problem.c:929
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001623msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001624msgstr "Dizin düğümü %i (%p) içindeki ilk girdi '%Dn' (düğüm=%Di) '.' olmalıydı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001625
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001626#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001627#: e2fsck/problem.c:934
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001628msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001629msgstr "Dizin düğümü %i içindeki ikinci girdi '%Dn' (düğüm=%Di) '..' olmalıydı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001630
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001631#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001632#: e2fsck/problem.c:939
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001633msgid "i_faddr @F %IF, @s zero.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001634msgstr "düğüm %i (%Q) %IF için i_faddr, sıfır olmalı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001635
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001636#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001637#: e2fsck/problem.c:944
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001638msgid "i_file_acl @F %If, @s zero.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001639msgstr "düğüm %i (%Q) %If için i_file_acl, sıfır olmalı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001640
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001641#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001642#: e2fsck/problem.c:949
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001643msgid "i_dir_acl @F %Id, @s zero.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001644msgstr "düğüm %i (%Q) %Id için i_dir_acl, sıfır olmalı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001645
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001646#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001647#: e2fsck/problem.c:954
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001648msgid "i_frag @F %N, @s zero.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001649msgstr "düğüm %i (%Q) %N için i_frag, sıfır olmalı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001650
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001651#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001652#: e2fsck/problem.c:959
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001653msgid "i_fsize @F %N, @s zero.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001654msgstr "düğüm %i (%Q) %N için i_fsize, sıfır olmalı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001655
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001656#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001657#: e2fsck/problem.c:964
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001658msgid "@i %i (%Q) has @n mode (%Im).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001659msgstr "Düğüm %i (%Q) bir hatalı kip (%Im) içeriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001660
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001661#. @-expanded: directory inode %i, block %B, offset %N: directory corrupted\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001662#: e2fsck/problem.c:969
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001663msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001664msgstr "Dizin düğümü %i, blok %B, konum %N: dizin bozuk\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001665
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001666#. @-expanded: directory inode %i, block %B, offset %N: filename too long\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001667#: e2fsck/problem.c:974
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001668msgid "@d @i %i, @b %B, offset %N: filename too long\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001669msgstr "Dizin düğümü %i, blok %B, konum %N: dosya ismi çok uzun\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001670
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001671#. @-expanded: directory inode %i has an unallocated block #%B.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001672#: e2fsck/problem.c:979
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001673msgid "@d @i %i has an unallocated @b #%B. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001674msgstr "Dizin düğümü %i bir ayrılmayan blok #%B içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001675
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001676#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001677#: e2fsck/problem.c:984
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001678#, c-format
1679msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001680msgstr "Dizin düğümü %i deki '.' dizin girdisi NULL sonlandırmalı değil\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001681
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001682#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001683#: e2fsck/problem.c:989
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001684#, c-format
1685msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001686msgstr "Dizin düğümü %i deki '..' dizin girdisi NULL sonlandırmalı değil\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001687
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001688#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001689#: e2fsck/problem.c:994
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001690msgid "@i %i (%Q) is an @I character @v.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001691msgstr "Düğüm %i (%Q) bir kuraldışı karakter aygıtı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001692
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001693#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001694#: e2fsck/problem.c:999
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001695msgid "@i %i (%Q) is an @I @b @v.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001696msgstr "Düğüm %i (%Q) bir kuraldışı blok aygıtı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001697
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001698#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001699#: e2fsck/problem.c:1004
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001700msgid "@E is duplicate '.' @e.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001701msgstr "@E tekrarlayan '.' girdisi içeriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001702
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001703#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001704#: e2fsck/problem.c:1009
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001705msgid "@E is duplicate '..' @e.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001706msgstr "@E tekrarlayan '..' girdisi içeriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001707
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001708#: e2fsck/problem.c:1014 e2fsck/problem.c:1290
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001709#, c-format
1710msgid "Internal error: couldn't find dir_info for %i.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001711msgstr "İç hata: %i için dizin bilgileri bulunamıyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001712
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001713#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001714#: e2fsck/problem.c:1019
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001715msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001716msgstr "@E %Dr kayıt uzunluğunda, %N olmalıydı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001717
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001718#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001719#: e2fsck/problem.c:1024
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001720#, c-format
1721msgid "@A icount structure: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001722msgstr "icount veri yapısı için yer ayrılırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001723
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001724#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001725#: e2fsck/problem.c:1029
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001726#, c-format
Theodore Ts'of592bed2003-07-26 00:51:54 -04001727msgid "Error iterating over @d @bs: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001728msgstr "Dizin blokları yinelenirken hata: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001729
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001730#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001731#: e2fsck/problem.c:1034
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001732msgid "Error reading @d @b %b (@i %i): %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001733msgstr "Dizin bloğu %b (düğüm %i) okunurken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001734
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001735#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001736#: e2fsck/problem.c:1039
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001737msgid "Error writing @d @b %b (@i %i): %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001738msgstr "Dizin bloğu %b (düğüm %i) yazılırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001739
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001740#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001741#: e2fsck/problem.c:1044
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001742#, c-format
1743msgid "@A new @d @b for @i %i (%s): %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001744msgstr "Düğüm %i için yeni dizin bloku ayrılırken hata oluştu (%s): %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001745
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001746#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001747#: e2fsck/problem.c:1049
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001748#, c-format
1749msgid "Error deallocating @i %i: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001750msgstr "Düğüm %i bırakılırken hata: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001751
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001752#. @-expanded: directory entry for '.' is big.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001753#: e2fsck/problem.c:1054
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001754msgid "@d @e for '.' is big. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001755msgstr "'.' için dizin girdisi büyük. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001756
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001757#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001758#: e2fsck/problem.c:1059
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001759msgid "@i %i (%Q) is an @I FIFO.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001760msgstr "Düğüm %i (%Q) bir kuraldışı FIFO.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001761
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001762#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001763#: e2fsck/problem.c:1064
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001764msgid "@i %i (%Q) is an @I socket.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001765msgstr "Düğüm %i (%Q) bir kuraldışı soket.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001766
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001767#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001768#: e2fsck/problem.c:1069
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001769msgid "Setting filetype for @E to %N.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001770msgstr "@E için dosya türü %N olarak belirleniyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001771
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001772#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001773#: e2fsck/problem.c:1074
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001774msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001775msgstr "@E yanlış dosya türünde (%Dt idi, %N olmalıydı).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001776
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001777#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001778#: e2fsck/problem.c:1079
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001779msgid "@E has filetype set.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001780msgstr "@E için dosya türü belirtilmiş.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001781
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001782#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001783#: e2fsck/problem.c:1084
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001784msgid "@E has a @z name.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001785msgstr "@Enin ismi sıfır uzunlukta.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001786
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001787#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001788#: e2fsck/problem.c:1089
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001789msgid "Symlink %Q (@i #%i) is @n.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001790msgstr "%Q sembolik bağı (düğüm %i) geçersiz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001791
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001792#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001793#: e2fsck/problem.c:1094
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001794msgid "@a @b @F @n (%If).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001795msgstr "@F ek özellik bloğu geçersiz (%If).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001796
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001797#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001798#: e2fsck/problem.c:1099
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001799msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001800msgstr "Dosya sistemi çok büyük dosyalar içeriyor, ama süperblokta LARGE_FILE bayrağı yok\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001801
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001802#. @-expanded: problem in HTREE directory inode %d: node (%B) not referenced\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001803#: e2fsck/problem.c:1104
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001804msgid "@p @h %d: node (%B) not referenced\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001805msgstr "HTREE dizin düğümü %d içinde sorun: düğüm (%B) referanssız\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001806
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001807#. @-expanded: problem in HTREE directory inode %d: node (%B) referenced twice\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001808#: e2fsck/problem.c:1109
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001809msgid "@p @h %d: node (%B) referenced twice\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001810msgstr "HTREE dizin düğümü %d içinde sorun: düğüm (%B) iki kere referanslı\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001811
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001812#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad min hash\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001813#: e2fsck/problem.c:1114
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001814msgid "@p @h %d: node (%B) has bad min hash\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001815msgstr "HTREE dizin düğümü %d içinde sorun: düğüm (%B) hatali asgari hash içeriyor\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001816
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001817#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad max hash\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001818#: e2fsck/problem.c:1119
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001819msgid "@p @h %d: node (%B) has bad max hash\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001820msgstr "HTREE dizin düğümü %d içinde sorun: düğüm (%B) hatali azami hash içeriyor\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001821
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001822#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001823#: e2fsck/problem.c:1124
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001824msgid "@n @h %d (%q). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001825msgstr "HTREE dizin düğümü %d (%q) geçersiz. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001826
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001827#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001828#: e2fsck/problem.c:1128
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001829msgid "@p @h %d (%q): bad @b number %b.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001830msgstr "HTREE dizin düğümü %d içinde sorun: blok numarası %b hatalı.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001831
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001832#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001833#: e2fsck/problem.c:1138
Theodore Ts'o886017a2005-06-26 22:11:46 -04001834#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001835msgid "@p @h %d: root node is @n\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001836msgstr "HTREE dizin düğümü %d içinde sorun: kök düğümü geçersiz\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001837
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001838#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid limit (%N)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001839#: e2fsck/problem.c:1143
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001840msgid "@p @h %d: node (%B) has @n limit (%N)\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001841msgstr "HTREE dizin düğümü %d içinde sorun: düğüm (%B) hatalı sınır (%N) içeriyor\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001842
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001843#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid count (%N)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001844#: e2fsck/problem.c:1148
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001845msgid "@p @h %d: node (%B) has @n count (%N)\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001846msgstr "HTREE dizin düğümü %d içinde sorun: düğüm (%B) hatalı sayım (%N) içeriyor.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001847
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001848#. @-expanded: problem in HTREE directory inode %d: node (%B) has an unordered hash table\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001849#: e2fsck/problem.c:1153
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001850msgid "@p @h %d: node (%B) has an unordered hash table\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001851msgstr "HTREE dizin düğümü %d içinde sorun: düğüm (%B) sırasız bit hash tablosu içeriyor\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001852
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001853#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid depth\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001854#: e2fsck/problem.c:1158
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001855msgid "@p @h %d: node (%B) has @n depth\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001856msgstr "HTREE dizin düğümü %d içinde sorun: düğüm (%B) geçersiz derinlik içeriyor\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001857
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001858#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001859#: e2fsck/problem.c:1163
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001860msgid "Duplicate @E found. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001861msgstr "Yinelenmiş @E bulundu. "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001862
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001863#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
1864#. @-expanded: Rename to %s
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001865#: e2fsck/problem.c:1168
Theodore Ts'oddc32a02003-05-03 18:45:55 -04001866#, no-c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001867msgid ""
1868"@E has a non-unique filename.\n"
1869"Rename to %s"
1870msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001871"@E benzersiz olmayan bir dosya ismi içeriyor.\n"
1872"%s olarak değiştirilmeli"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001873
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001874#. @-expanded: Duplicate entry '%Dn' found.\n
1875#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
1876#. @-expanded: \n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001877#: e2fsck/problem.c:1173
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001878msgid ""
1879"Duplicate @e '%Dn' found.\n"
1880"\tMarking %p (%i) to be rebuilt.\n"
1881"\n"
1882msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001883"'%Dn' girdisi yinelenmiş.\n"
1884"\t%p (%i) yeniden kurgulanmak üzere imleniyor.\n"
1885"\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001886
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001887#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001888#: e2fsck/problem.c:1180
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001889msgid "Pass 3: Checking @d connectivity\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001890msgstr "Geçiş 3: Dizin bağlanabilirliği denetleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001891
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001892#. @-expanded: root inode not allocated.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001893#: e2fsck/problem.c:1185
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001894msgid "@r not allocated. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001895msgstr "Kök düğümü tahsisli değil. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001896
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001897#. @-expanded: No room in lost+found directory.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001898#: e2fsck/problem.c:1190
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001899msgid "No room in @l @d. "
Theodore Ts'o1be672b2003-03-26 00:58:06 -05001900msgstr "lost+found dizininde yer yok. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001901
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001902#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001903#: e2fsck/problem.c:1195
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001904#, c-format
1905msgid "Unconnected @d @i %i (%p)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001906msgstr "Dizin düğümü %i (%p) bağlantısız\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001907
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001908#. @-expanded: /lost+found not found.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001909#: e2fsck/problem.c:1200
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001910msgid "/@l not found. "
1911msgstr "/lost+found dizini yok. "
1912
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001913#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001914#: e2fsck/problem.c:1205
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001915msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001916msgstr "%Q (%i) daki '..' %P (%j), süperblok %q (%d).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001917
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001918#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001919#: e2fsck/problem.c:1210
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001920msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001921msgstr "/lost+found dizini ya yok ya da hatalı. tekrar bağlanılamıyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001922
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001923#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001924#: e2fsck/problem.c:1215
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001925#, c-format
1926msgid "Could not expand /@l: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001927msgstr "/lost+found dizini genişletilemiyor: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001928
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001929#: e2fsck/problem.c:1220
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001930#, c-format
1931msgid "Could not reconnect %i: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001932msgstr "%i ye tekrar bağlanılamıyor: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001933
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001934#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001935#: e2fsck/problem.c:1225
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001936#, c-format
1937msgid "Error while trying to find /@l: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001938msgstr "/lost+found dizini bulunmaya çalışılırkan hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001939
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001940#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001941#: e2fsck/problem.c:1230
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001942#, c-format
1943msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
1944msgstr ""
1945"ext2fs_new_block: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001946"/lost+found dizini oluşturulmaya çalışılırkan hata oluştu.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001947
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001948#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001949#: e2fsck/problem.c:1235
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001950#, c-format
1951msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
1952msgstr ""
1953"ext2fs_new_inode: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001954"/lost+found dizini oluşturulmaya çalışılırkan hata oluştu.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001955
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001956#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001957#: e2fsck/problem.c:1240
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001958#, c-format
1959msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
1960msgstr ""
1961"ext2fs_new_dir_block: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001962"yeni dizin bloğu oluşturulurken hata.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001963
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001964#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001965#: e2fsck/problem.c:1245
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001966#, c-format
1967msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
1968msgstr ""
1969"ext2fs_write_dir_block: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001970"/lost+found için dizin bloğu yazılırken hata oluştu.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001971
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001972#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001973#: e2fsck/problem.c:1250
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001974#, c-format
1975msgid "Error while adjusting @i count on @i %i\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001976msgstr "Düğüm %i üzerinde düğüm sayısı ayarlanırken hata oluştu\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001977
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001978#. @-expanded: Couldn't fix parent of inode %i: %m\n
1979#. @-expanded: \n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001980#: e2fsck/problem.c:1255
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001981#, c-format
1982msgid ""
1983"Couldn't fix parent of @i %i: %m\n"
1984"\n"
1985msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001986"Düğüm %i için üst düğüm belirlenemedi: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001987"\n"
1988
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001989#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
1990#. @-expanded: \n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001991#: e2fsck/problem.c:1260
Theodore Ts'o886017a2005-06-26 22:11:46 -04001992#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001993msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001994"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001995"\n"
1996msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001997"Düğüm %i için üst düğüm belirlenemedi: üst dizin girdisi bulunamadı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001998"\n"
1999
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002000#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002001#: e2fsck/problem.c:1270
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002002#, c-format
2003msgid "Error creating root @d (%s): %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002004msgstr "Kök dizini oluşturulurken hata (%s): %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002005
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002006#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002007#: e2fsck/problem.c:1275
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002008#, c-format
2009msgid "Error creating /@l @d (%s): %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002010msgstr "/lost+found dizini oluşturulurken hata (%s): %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002011
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002012#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002013#: e2fsck/problem.c:1280
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002014msgid "@r is not a @d; aborting.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002015msgstr "Kök düğümü bir dizin değil; çıkılıyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002016
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002017#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002018#: e2fsck/problem.c:1285
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002019msgid "Cannot proceed without a @r.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002020msgstr "Bir kök düğümü olmaksızın işlenemez.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002021
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002022#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002023#: e2fsck/problem.c:1295
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002024#, c-format
2025msgid "/@l is not a @d (ino=%i)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002026msgstr "/lost+found bir dizin değil (düğüm = %i)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002027
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002028#: e2fsck/problem.c:1302
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002029msgid "Pass 3A: Optimizing directories\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002030msgstr "Pass 3A: Dizinler eniyileniyor\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002031
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002032#: e2fsck/problem.c:1307
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002033#, c-format
2034msgid "Failed to create dirs_to_hash iterator: %m"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002035msgstr "dirs_to_hash yineleyici oluşturulamadı: %m"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002036
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002037#: e2fsck/problem.c:1312
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002038msgid "Failed to optimize directory %q (%d): %m"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002039msgstr "Dizin %q (%d) eniyilenemedi: %m"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002040
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002041#: e2fsck/problem.c:1317
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002042msgid "Optimizing directories: "
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002043msgstr "Eniyilenen dizinler: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002044
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002045#: e2fsck/problem.c:1334
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002046msgid "Pass 4: Checking reference counts\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002047msgstr "Geçiş 4: Başvuru sayısı denetleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002048
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002049#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002050#: e2fsck/problem.c:1339
Theodore Ts'o886017a2005-06-26 22:11:46 -04002051#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002052msgid "@u @z @i %i. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04002053msgstr "artık düğüm %i sıfır uzunlukta. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002054
2055#. @-expanded: unattached inode %i\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002056#: e2fsck/problem.c:1344
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002057#, c-format
2058msgid "@u @i %i\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002059msgstr "artık düğüm %i\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002060
2061#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002062#: e2fsck/problem.c:1349
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002063msgid "@i %i ref count is %Il, @s %N. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002064msgstr "Düğüm %i için başvuru sayısı %Il, %N olmalıydı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002065
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002066#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2067#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2068#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002069#: e2fsck/problem.c:1353
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002070msgid ""
2071"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2072"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002073"@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002074msgstr ""
2075"UYARI: E2FSCK'DA YAZILIM HATASI!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002076" YA DA BİR MANKAFA (SİZ) BAĞLI (CANLI) DOSYA SİSTEMİNİ DENETLETİYOR.\n"
2077" (pardon, yazar BONEHEAD (YOU) yazmış da)\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002078"inode_link_info[%i] = %N, inode.inode_links_count = %Il.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002079"Bunlar aynı olmalıydı!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002080
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002081#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002082#: e2fsck/problem.c:1363
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002083msgid "Pass 5: Checking @g summary information\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002084msgstr "5. Geçiş: grup özet bilgileri denetleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002085
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002086#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002087#: e2fsck/problem.c:1368
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002088msgid "Padding at end of @i @B is not set. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002089msgstr "Düğüm biteşleminin sonundaki alan belirlenmemiş. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002090
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002091#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002092#: e2fsck/problem.c:1373
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002093msgid "Padding at end of @b @B is not set. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002094msgstr "Blok biteşleminin sonundaki alan belirlenmemiş. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002095
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002096#. @-expanded: block bitmap differences:
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002097#: e2fsck/problem.c:1378
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002098msgid "@b @B differences: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002099msgstr "blok biteşlemi farkları: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002100
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002101#. @-expanded: inode bitmap differences:
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002102#: e2fsck/problem.c:1398
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002103msgid "@i @B differences: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002104msgstr "düğüm biteşlemi farkları: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002105
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002106#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002107#: e2fsck/problem.c:1418
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002108msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002109msgstr "%g. grup için serbest düğüm sayısı yanlış (%i, sayılan = %j).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002110
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002111#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002112#: e2fsck/problem.c:1423
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002113msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002114msgstr "%g. grup için dizin sayısı yanlış (%i, sayılan = %j).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002115
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002116#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002117#: e2fsck/problem.c:1428
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002118msgid "Free @is count wrong (%i, counted=%j).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002119msgstr "Serbest düğüm sayısı yanlış (%i, sayılan = %j).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002120
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002121#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002122#: e2fsck/problem.c:1433
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002123msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002124msgstr "%g. grup için serbest blok sayısı yanlış (%b, sayılan = %c).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002125
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002126#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002127#: e2fsck/problem.c:1438
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002128msgid "Free @bs count wrong (%b, counted=%c).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002129msgstr "Serbest blok sayısı yanlış (%b, sayılan = %c).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002130
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002131#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2132#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002133#: e2fsck/problem.c:1443
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002134msgid "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B endpoints (%i, %j)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002135msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002136"PROGRAMLAMA HATASI: dosya sistemi (#%N) biteşlem sınırları (%b, %c)\n"
2137"ile hesaplanan biteşlem sınırları (%i, %j) uyuşmuyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002138
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002139#: e2fsck/problem.c:1449
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002140msgid "Internal error: fudging end of bitmap (%N)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002141msgstr "İç hata: biteşlemin sonunda bozulma (%N)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002142
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002143#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002144#: e2fsck/problem.c:1454
Theodore Ts'o886017a2005-06-26 22:11:46 -04002145#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002146msgid "Error copying in replacement @i @B: %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002147msgstr "Yedek düğüm biteşleminde kopyalama hatası: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002148
2149#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002150#: e2fsck/problem.c:1459
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002151#, c-format
2152msgid "Error copying in replacement @b @B: %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002153msgstr "Yedek blok biteşleminde kopyalama hatası: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002154
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002155#: e2fsck/problem.c:1597
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002156#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002157msgid "Unhandled error code (0x%x)!\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002158msgstr "Elde edilemeyen hata kodu ((0x%x)!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002159
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002160#: e2fsck/problem.c:1691
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002161msgid "IGNORED"
2162msgstr "YOKSAYILDI"
2163
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002164#: e2fsck/scantest.c:81
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002165#, c-format
2166msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002167msgstr "Kullanılan bellek: %d, geçen süre: %6.3f/%6.3f/%6.3f\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002168
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002169#: e2fsck/scantest.c:100
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002170#, c-format
2171msgid "size of inode=%d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002172msgstr "düğüm uzunluğu = %d\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002173
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002174#: e2fsck/scantest.c:121
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002175msgid "while starting inode scan"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002176msgstr "- düğüm taraması başlatılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002177
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002178#: e2fsck/scantest.c:132
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002179msgid "while doing inode scan"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002180msgstr "- düğüm taraması yapılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002181
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002182#: e2fsck/super.c:200
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002183#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002184msgid "while calling ext2fs_block_iterate for inode %d"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002185msgstr "Düğüm %d için ext2fs_block_iterate işlevi çağrılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002186
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002187#: e2fsck/super.c:223
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002188#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002189msgid "while calling ext2fs_adjust_ea_refocunt for inode %d"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002190msgstr "Düğüm %d için ext2fs_block_iterate işlevi çağrılırken hata oluştu"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002191
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002192#: e2fsck/super.c:281
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002193msgid "Truncating"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002194msgstr "Kırpılıyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002195
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002196#: e2fsck/super.c:282
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002197msgid "Clearing"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002198msgstr "Temizleniyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002199
2200#: e2fsck/swapfs.c:98
2201msgid "while calling ext2fs_block_iterate"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002202msgstr "ext2fs_block_iterate işlevi çağrılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002203
2204#: e2fsck/swapfs.c:104
2205msgid "while calling iterator function"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002206msgstr "- yineleme işlevi çağrılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002207
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002208#: e2fsck/swapfs.c:126
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002209msgid "while allocating inode buffer"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002210msgstr "- düğüm tampon belleği ayrılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002211
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002212#: e2fsck/swapfs.c:138
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002213#, c-format
2214msgid "while reading inode table (group %d)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002215msgstr "- düğüm tablosu okunurken hata oluştu (grup %d)"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002216
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002217#: e2fsck/swapfs.c:176
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002218#, c-format
2219msgid "while writing inode table (group %d)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002220msgstr "- düğüm tablosu yazılırken hata oluştu (grup %d)"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002221
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002222#: e2fsck/swapfs.c:223
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002223#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002224msgid "Pass 0: Doing byte-swap of filesystem\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002225msgstr "Geçiş 0: dosya sisteminin bayt sıralaması düzeltiliyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002226
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002227#: e2fsck/swapfs.c:230
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002228#, c-format
2229msgid ""
2230"%s: the filesystem must be freshly checked using fsck\n"
2231"and not mounted before trying to byte-swap it.\n"
2232msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002233"%s: dosya sitemi fsck kullanılarak tamamen denetlenmeli ve\n"
2234"ters baytlar normal düzene döndürülmeden bağlanmamalıdır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002235
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002236#: e2fsck/swapfs.c:265
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002237msgid "Byte swap"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002238msgstr "Ters baytlı"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002239
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002240#: e2fsck/unix.c:74
Theodore Ts'o886017a2005-06-26 22:11:46 -04002241#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002242msgid ""
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002243"Usage: %s [-panyrcdfvstDFSV] [-b superblock] [-B blocksize]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002244"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002245"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002246"\t\t[-E extended-options] device\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002247msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002248"Kullanımı: %s [-panyrcdfvstDFSV] [-b superblok] [-B blokboyu]\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002249"\t[-I düğüm_tamponu_blok_sayısı] [-P işlem_düğümü_boyu]\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002250"\t[-l|-L hatalı_bloklar_dosyası] [-C dosya_tanımlayıcı]\n"
2251"\t[-j dış_günlük_aygıtı] [-E ek_seçenekler] aygıt\n"
2252"Linux ikinci gelişmiş dosya sisteminin (e2fs) denetlenmesi için\n"
2253"kullanılır. ext3 desteklenmiştir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002254"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002255"Seçenekler:\n"
2256" -a -p ile aynı\n"
2257" -C dosya_tanımlayıcı e2fsck'yı çalıştıran uygulamalarca kullanılır\n"
2258" -d Hata ayıklama iletilerini gösterir\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002259" -D dizinler eniyilenir\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002260" -F tampon bellek işlem öncesi boşaltılır\n"
2261" -r bu seçenek yoksayılır\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002262" -s dosya sistemi bayt sıralaması tersse kullanılır.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002263" Normal sırada ise etkisizdir.\n"
2264" -S Mevcut bayt sıralamasına bakılmaksızın dosya\n"
2265" sisteminin bayt sıralaması ters çevrilir\n"
2266" -t istatistikler gösterilir, iki kere verilmişse\n"
2267" her geçişin istatistikleri de gösterilir.\n"
2268" -V sürüm bilgileri gösterilir ve çıkar\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002269"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002270"Çeviri hatalarını <gnu-tr@belgeler.org> adresine bildiriniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002271"\n"
2272
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002273#: e2fsck/unix.c:80
2274#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002275msgid ""
2276"\n"
2277"Emergency help:\n"
2278" -p Automatic repair (no questions)\n"
2279" -n Make no changes to the filesystem\n"
2280" -y Assume \"yes\" to all questions\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002281" -c Check for bad blocks and add them to the badblock list\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002282" -f Force checking even if filesystem is marked clean\n"
2283msgstr ""
2284"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002285"Acil yardım:\n"
2286" -p Hiç soru sormadan sistem otomatik onarılır\n"
2287" -n dosya sistemi salt-okunur açılır. Denetim\n"
2288" sırasında tüm sorulara HAYIR cevabı verildiği\n"
2289" varsayılır.\n"
2290" -y Denetim sırasında tüm sorulara EVET cevabı\n"
2291" verildiği varsayılır.\n"
2292" -c varsa hatalı bloklar bulunur ve hatalı bloklar\n"
2293" listesine eklenir\n"
2294" -f disk bölümü temiz bile olsa denetim yapılır\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002295
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002296#: e2fsck/unix.c:86
Theodore Ts'o886017a2005-06-26 22:11:46 -04002297#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002298msgid ""
2299" -v Be verbose\n"
2300" -b superblock Use alternative superblock\n"
2301" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002302" -j external_journal Set location of the external journal\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002303" -l bad_blocks_file Add to badblocks list\n"
2304" -L bad_blocks_file Set badblocks list\n"
2305msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002306" -v ayrıntılı bilgi verilir\n"
2307" -b superblok normal süperblok yerine belirtilen kullanılır\n"
2308" -B blokboyu süperblok aranırken kullanılan blok boyu\n"
2309" yerine belirtilen kullanılır\n"
2310" -j dış-günlük-aygıtı günlük dosyasının aranacağı aygıt belirtilir\n"
2311" -l hatalı_bloklar_dosyası belirtilen dosyadaki hatalı bloklar listeye\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002312" eklenir\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002313" -L hatalı_bloklar_dosyası hatalı bloklar listesi belirtilen dosyadakiler\n"
2314" ile oluşturulur\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002315
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002316#: e2fsck/unix.c:121
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002317#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002318msgid "%s: %d/%d files (%0d.%d%% non-contiguous), %u/%u blocks\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002319msgstr "%s: %d/%d dosya (%%%0d.%d yanyana olmayan düğüm), %u/%u blok\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002320
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002321#: e2fsck/unix.c:133
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002322#, c-format
2323msgid " # of inodes with ind/dind/tind blocks: %d/%d/%d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002324msgstr " ind/dind/tind bloklarının düğüm sayıları: %d/%d/%d\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002325
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002326#: e2fsck/unix.c:177 misc/badblocks.c:779 misc/tune2fs.c:792 misc/util.c:151
2327#: resize/main.c:184
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002328#, c-format
2329msgid "while determining whether %s is mounted."
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002330msgstr "- %s'in bağlı olup olmadığı saptanmaya çalışılırken hata oluştu."
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002331
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002332#: e2fsck/unix.c:195
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002333#, c-format
2334msgid "Warning! %s is mounted.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002335msgstr "Uyarı! %s bağlı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002336
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002337#: e2fsck/unix.c:199
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002338#, c-format
2339msgid "%s is mounted. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002340msgstr "%s bağlandı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002341
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002342#: e2fsck/unix.c:201
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002343msgid ""
2344"Cannot continue, aborting.\n"
2345"\n"
2346msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002347"Devam edilemiyor. çıkılıyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002348"\n"
2349
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002350#: e2fsck/unix.c:202
Theodore Ts'oce1250c2005-05-20 22:51:55 -04002351#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002352msgid ""
2353"\n"
2354"\n"
2355"WARNING!!! Running e2fsck on a mounted filesystem may cause\n"
2356"SEVERE filesystem damage.\n"
2357"\n"
2358msgstr ""
2359"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002360"\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002361"****DİKKAT!!!! e2fsck'nın bağlı bir dosya sisteminde çalıştırılması\n"
2362"ÇOK CİDDİ hasarlara sebep olabilir.****\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04002363"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002364
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002365#: e2fsck/unix.c:205
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002366msgid "Do you really want to continue"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002367msgstr "Gerçekten devam etmek istiyor musunuz?"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002368
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002369#: e2fsck/unix.c:207
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002370#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002371msgid "check aborted.\n"
2372msgstr "denetim durdu.\n"
2373
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002374#: e2fsck/unix.c:277
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002375msgid " contains a file system with errors"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002376msgstr " hatalı bir dosya sistemi içeriyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002377
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002378#: e2fsck/unix.c:279
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002379msgid " was not cleanly unmounted"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002380msgstr " usulünce sistemden ayrılmamış"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002381
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002382#: e2fsck/unix.c:283
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002383#, c-format
2384msgid " has been mounted %u times without being checked"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002385msgstr " denetlenmeksizin %u kere bağlandı"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002386
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002387#: e2fsck/unix.c:291
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002388#, c-format
2389msgid " has gone %u days without being checked"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002390msgstr " denetlenmeksizin %u gün geçti"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002391
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002392#: e2fsck/unix.c:300
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002393msgid ", check forced.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002394msgstr ", denetim başlatılacak.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002395
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002396#: e2fsck/unix.c:303
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002397#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002398msgid "%s: clean, %d/%d files, %u/%u blocks"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002399msgstr "%s: temiz, %d/%d dosya, %u/%u blok"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002400
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002401#: e2fsck/unix.c:320
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002402msgid " (check deferred; on battery)"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002403msgstr " (denetleme ertelendi; batarya)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002404
2405#: e2fsck/unix.c:323
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002406msgid " (check after next mount)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002407msgstr " (sistem bağlandıktan sonra denetle)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002408
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002409#: e2fsck/unix.c:325
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002410#, c-format
2411msgid " (check in %ld mounts)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002412msgstr " (sistem %ld kere bağlandığında denetle)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002413
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002414#: e2fsck/unix.c:471
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002415#, c-format
2416msgid "ERROR: Couldn't open /dev/null (%s)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002417msgstr "HATA: /dev/null açılamadı (%s)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002418
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002419#: e2fsck/unix.c:542
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002420#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002421msgid "Invalid EA version.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002422msgstr "Ek özellik sürümü geçersiz.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002423
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002424#: e2fsck/unix.c:548
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002425#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04002426msgid "Unknown extended option: %s\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002427msgstr "Bilinmeyen ek seçenek: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002428
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002429#: e2fsck/unix.c:566
2430#, c-format
2431msgid ""
2432"Syntax error in e2fsck config file (%s, line #%d)\n"
2433"\t%s\n"
2434msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002435"e2fsck yapılandırma dosyasında (%s, %d.satırda) sözdizimi hatası\n"
2436"\t%s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002437
2438#: e2fsck/unix.c:623
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002439#, c-format
2440msgid "Error validating file descriptor %d: %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002441msgstr "Dosya tanımlayıcı %d değerlendirilirken hata: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002442
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002443#: e2fsck/unix.c:627
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002444msgid "Invalid completion information file descriptor"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002445msgstr "Tamamlama bilgisi dosya tanımlayıcısı geçersiz"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002446
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002447#: e2fsck/unix.c:642
Theodore Ts'o6956f612005-12-31 16:46:15 -05002448msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002449msgstr "Sadece -p/-a, -n veya -y seçeneklerinden sadece biri belirtilebilir."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002450
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002451#: e2fsck/unix.c:663
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002452#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002453msgid "The -t option is not supported on this version of e2fsck.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002454msgstr " -t seçeneği e2fsck'nın bu sürümünde desteklenmiyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002455
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002456#: e2fsck/unix.c:728
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002457#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002458msgid "Byte-swapping filesystems not compiled in this version of e2fsck\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002459msgstr "e2fsck'nın bu sürümünde derlenmemiş ters baytlı sistemler \n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002460
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002461#: e2fsck/unix.c:751 misc/tune2fs.c:459 misc/tune2fs.c:717 misc/tune2fs.c:734
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002462#, c-format
2463msgid "Unable to resolve '%s'"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002464msgstr "'%s' çözümlenemiyor"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002465
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002466#: e2fsck/unix.c:782
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002467#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002468msgid "Incompatible options not allowed when byte-swapping.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002469msgstr "Ters baytlar düzeltilirken uyumsuz seçeneklere izin verilmez.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002470
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002471#: e2fsck/unix.c:789
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002472#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002473msgid "The -c and the -l/-L options may not be both used at the same time.\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002474msgstr " -c seçeneği ile -l ve -L seçenekleri aynı anda birlikte kullanılamaz.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002475
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002476#: e2fsck/unix.c:867
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002477#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002478msgid "Error: ext2fs library version out of date!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002479msgstr "Hata: ext2fs kitaplık sürümü uygun değil!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002480
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002481#: e2fsck/unix.c:875
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002482msgid "while trying to initialize program"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002483msgstr "- uygulama başlatılmaya çelışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002484
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002485#: e2fsck/unix.c:889
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002486#, c-format
2487msgid "\tUsing %s, %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002488msgstr "\t%s, %s kullanılıyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002489
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002490#: e2fsck/unix.c:901
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002491msgid "need terminal for interactive repairs"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002492msgstr "etkileşimli onarım için uçbirim gerekli"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002493
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002494#: e2fsck/unix.c:940
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002495#, c-format
2496msgid "%s trying backup blocks...\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002497msgstr "%s yedekleme blokları deneniyor...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002498
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002499#: e2fsck/unix.c:941
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002500msgid "Couldn't find ext2 superblock,"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002501msgstr "ext2 süperbloğu bulunamadı,"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002502
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002503#: e2fsck/unix.c:942
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002504msgid "Group descriptors look bad..."
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002505msgstr "Grup tanımlayıcılar hatalı görünüyor..."
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002506
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002507#: e2fsck/unix.c:953
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002508#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002509msgid ""
2510"The filesystem revision is apparently too high for this version of e2fsck.\n"
2511"(Or the filesystem superblock is corrupt)\n"
2512"\n"
2513msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002514"Dosya sistemi e2fsck'nın bu sürümünden daha yüksek bir sürümü\n"
2515"destekliyor gibi. (Ya da dosya sisteminin süperbloğu bozuk olabilir)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002516"\n"
2517
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002518#: e2fsck/unix.c:959
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002519#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002520msgid "Could this be a zero-length partition?\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002521msgstr "Bu sıfır uzunluklu bir disk bölümü olabilir mi?\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002522
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002523#: e2fsck/unix.c:961
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002524#, c-format
2525msgid "You must have %s access to the filesystem or be root\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002526msgstr "Dosya sistemine %s erişiminiz olmalı ya da root olmalısınız\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002527
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002528#: e2fsck/unix.c:966
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002529#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002530msgid "Possibly non-existent or swap device?\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002531msgstr "Bu mevcut olmayan bir aygıt ya da bir takas aygıtı mı acaba?\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002532
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002533#: e2fsck/unix.c:968
2534#, c-format
2535msgid "Filesystem mounted or opened exclusively by another program?\n"
2536msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002537"Dosyasistemi başka bir uygulama tarafından özellikle bağlanmış veya açılmış\n"
2538"olabilir mi?\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002539
2540#: e2fsck/unix.c:972
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002541#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002542msgid ""
2543"Disk write-protected; use the -n option to do a read-only\n"
2544"check of the device.\n"
2545msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002546"Disk yazma korumalı; -n seçeneğini kullanarak salt-oku kipinde\n"
2547"denetim yapınız.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002548
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002549#: e2fsck/unix.c:989
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002550msgid "Get a newer version of e2fsck!"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002551msgstr "e2fsck'nın daha yeni bir sürümünü alın!"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002552
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002553#: e2fsck/unix.c:1010
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002554#, c-format
2555msgid "while checking ext3 journal for %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002556msgstr "- %s için ext3 günlüğü denetlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002557
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002558#: e2fsck/unix.c:1021
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002559#, c-format
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002560msgid "Warning: skipping journal recovery because doing a read-only filesystem check.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002561msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002562"Uyarı: Dosya sistemi salt-oku kipinde denetlendiğinden\n"
2563"günlük dosyasına göre kurtarma atlanıyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002564
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002565#: e2fsck/unix.c:1034
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002566#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002567msgid "unable to set superblock flags on %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002568msgstr "%s üzerine süperblok bayrakları konulamadı\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002569
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002570#: e2fsck/unix.c:1040
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002571#, c-format
2572msgid "while recovering ext3 journal of %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002573msgstr "- %s ext3 günlük dosyası kurtarılmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002574
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002575#: e2fsck/unix.c:1069
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002576msgid "Warning: compression support is experimental.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002577msgstr "Uyarı: sıkıştırma desteği deneyseldir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002578
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002579#: e2fsck/unix.c:1074
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002580#, c-format
2581msgid ""
2582"E2fsck not compiled with HTREE support,\n"
2583"\tbut filesystem %s has HTREE directories.\n"
2584msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002585"E2fsck HTREE desteği ile derlenmemiş,\n"
2586"\tama dosya sistemi %s HTREE dizinleri içeriyor.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002587
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002588#: e2fsck/unix.c:1118
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002589#, c-format
2590msgid "%s: Filesystem byte order already normalized.\n"
2591msgstr "%s Dosya sisteminde baytlar zaten normal.\n"
2592
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002593#: e2fsck/unix.c:1138
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002594msgid "while reading bad blocks inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002595msgstr "- hatalı bloklar düğümü okunmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002596
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002597#: e2fsck/unix.c:1140
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002598#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002599msgid "This doesn't bode well, but we'll try to go on...\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002600msgstr "Bu pek hayra alamet değil, ama üstüne gidilecek...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002601
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002602#: e2fsck/unix.c:1147
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002603#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002604msgid "Restarting e2fsck from the beginning...\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002605msgstr "e2fsck baştan başlıyor...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002606
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002607#: e2fsck/unix.c:1151
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002608msgid "while resetting context"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002609msgstr "- bağlam sıfırlanırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002610
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002611#: e2fsck/unix.c:1158
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002612#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002613msgid "%s: e2fsck canceled.\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002614msgstr "%s: e2fsck durduruldu.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002615
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002616#: e2fsck/unix.c:1163
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002617msgid "aborted"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002618msgstr "çıktı"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002619
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002620#: e2fsck/unix.c:1171
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002621#, c-format
2622msgid ""
2623"\n"
2624"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2625msgstr ""
2626"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002627"%s: ***** DOSYA SİSTEMİ DEĞİŞTİRİLDİ *****\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002628
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002629#: e2fsck/unix.c:1174
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002630#, c-format
2631msgid "%s: ***** REBOOT LINUX *****\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002632msgstr "%s: ***** MAKİNAYI YENİDEN BAŞLATIN *****\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002633
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002634#: e2fsck/unix.c:1182
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002635#, c-format
2636msgid ""
2637"\n"
2638"%s: ********** WARNING: Filesystem still has errors **********\n"
2639"\n"
2640msgstr ""
2641"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002642"%s: ********** UYARI: Dosya sistemi hala hatalı **********\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002643"\n"
2644
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002645#: e2fsck/util.c:131 misc/util.c:68
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002646msgid "yY"
2647msgstr "eE"
2648
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002649#: e2fsck/util.c:132
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002650msgid "nN"
2651msgstr "hH"
2652
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002653#: e2fsck/util.c:146
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002654msgid "<y>"
2655msgstr "<e>"
2656
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002657#: e2fsck/util.c:148
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002658msgid "<n>"
2659msgstr "<h>"
2660
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002661#: e2fsck/util.c:150
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002662msgid " (y/n)"
2663msgstr " (e/h)"
2664
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002665#: e2fsck/util.c:165
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002666msgid "cancelled!\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002667msgstr "durduruldu!\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002668
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002669#: e2fsck/util.c:180
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002670msgid "yes\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002671msgstr "evet\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002672
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002673#: e2fsck/util.c:182
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002674msgid "no\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002675msgstr "hayır\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002676
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002677#: e2fsck/util.c:192
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002678#, c-format
2679msgid ""
2680"%s? no\n"
2681"\n"
2682msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002683"%s? hayır\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002684"\n"
2685
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002686#: e2fsck/util.c:196
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002687#, c-format
2688msgid ""
2689"%s? yes\n"
2690"\n"
2691msgstr ""
2692"%s? evet\n"
2693"\n"
2694
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002695#: e2fsck/util.c:200
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002696msgid "yes"
2697msgstr "evet"
2698
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002699#: e2fsck/util.c:200
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002700msgid "no"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002701msgstr "hayır"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002702
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002703#: e2fsck/util.c:213
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002704#, c-format
2705msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002706msgstr "e2fsck_read_bitmaps: %s için biteşlem blokları kuraldışı"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002707
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002708#: e2fsck/util.c:218
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002709msgid "reading inode and block bitmaps"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002710msgstr "düğüm ve blok biteşlemleri okunuyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002711
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002712#: e2fsck/util.c:223
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002713#, c-format
2714msgid "while retrying to read bitmaps for %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002715msgstr "- %s için biteşlemlerin okunması yinelenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002716
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002717#: e2fsck/util.c:235
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002718msgid "writing block bitmaps"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002719msgstr "blok biteşlemleri yazılıyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002720
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002721#: e2fsck/util.c:240
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002722#, c-format
2723msgid "while retrying to write block bitmaps for %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002724msgstr "- %s için blok biteşlemlerinin yazılması yinelenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002725
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002726#: e2fsck/util.c:247
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002727msgid "writing inode bitmaps"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002728msgstr "düğüm biteşlemleri yazılıyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002729
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002730#: e2fsck/util.c:252
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002731#, c-format
2732msgid "while retrying to write inode bitmaps for %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002733msgstr "- %s için düğüm biteşlemlerinin yazılması yinelenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002734
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002735#: e2fsck/util.c:265
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002736#, c-format
2737msgid ""
2738"\n"
2739"\n"
2740"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2741"\t(i.e., without -a or -p options)\n"
2742msgstr ""
2743"\n"
2744"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002745"%s: BEKLENMEYEN UYGUNSUZLUK; fsck ÇALIŞTIRMALISINIZ.\n"
2746"\t(-a ve -p seçeneklerini kullanmadan)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002747
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002748#: e2fsck/util.c:330
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002749#, c-format
2750msgid "Memory used: %dk/%dk (%dk/%dk), "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002751msgstr "Kullanılan bellek: %dk/%dk (%dk/%dk), "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002752
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002753#: e2fsck/util.c:334
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002754#, c-format
2755msgid "Memory used: %d, "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002756msgstr "Kullanılan bellek: %d, "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002757
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002758#: e2fsck/util.c:340
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002759#, c-format
2760msgid "time: %5.2f/%5.2f/%5.2f\n"
2761msgstr "zaman: %5.2f/%5.2f/%5.2f\n"
2762
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002763#: e2fsck/util.c:345
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002764#, c-format
2765msgid "elapsed time: %6.3f\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002766msgstr "geçen süre: %6.3f\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002767
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002768#: e2fsck/util.c:359
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002769#, c-format
2770msgid "while reading inode %ld in %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002771msgstr "- %ld düğümü %s den okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002772
Theodore Ts'obc759702005-05-09 20:40:55 -04002773#: e2fsck/util.c:373 e2fsck/util.c:386
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002774#, c-format
2775msgid "while writing inode %ld in %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002776msgstr "- %ld düğümü %s e yazılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002777
Theodore Ts'of592bed2003-07-26 00:51:54 -04002778#: misc/badblocks.c:60
Theodore Ts'o6956f612005-12-31 16:46:15 -05002779msgid "done \n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002780msgstr "bitti .\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002781
Theodore Ts'of592bed2003-07-26 00:51:54 -04002782#: misc/badblocks.c:78
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002783#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002784msgid ""
2785"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002786" [-c blocks_at_once] [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002787" device [last_block [start_block]]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002788msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002789"Kullanımı: %s [-b blok_boyu] [-i girdi_dosyası] [-o çıktı_dosyası]\n"
2790" [-svwnf] [-c blok_sayısı] [-p geçiş_sayısı]\n"
2791" [-t deneme_şablonu [-t deneme_şablonu\n"
2792" [...]]]\n"
2793" aygıt [son_blok [ilk_blok]]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002794
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002795#: misc/badblocks.c:225
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002796msgid "Testing with random pattern: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002797msgstr "Rasgele şablon ile sınanıyor: "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002798
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002799#: misc/badblocks.c:243
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002800msgid "Testing with pattern 0x"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002801msgstr "Sınama şablonu: 0x"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002802
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002803#: misc/badblocks.c:268 misc/badblocks.c:297
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002804msgid "during seek"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002805msgstr "erişim sırasında"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002806
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002807#: misc/badblocks.c:275
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002808#, c-format
2809msgid "Weird value (%ld) in do_read\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002810msgstr "do_read için tuhaf değer (%ld)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002811
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002812#: misc/badblocks.c:317
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002813msgid "during ext2fs_sync_device"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002814msgstr "ext2fs_sync_device sırasında"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002815
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002816#: misc/badblocks.c:333 misc/badblocks.c:571
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002817msgid "while beginning bad block list iteration"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002818msgstr "- hatalı blok listesi yinelemesine başlanırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002819
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002820#: misc/badblocks.c:347 misc/badblocks.c:437 misc/badblocks.c:581
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002821msgid "while allocating buffers"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002822msgstr "- tampon bellek ayrılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002823
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002824#: misc/badblocks.c:351
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002825#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002826msgid "Checking blocks %lu to %lu\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002827msgstr "%lu ile %lu arasındaki bloklar denetleniyor\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002828
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002829#: misc/badblocks.c:355
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002830msgid "Checking for bad blocks in read-only mode\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002831msgstr "Hatalı bloklar salt-okunur kipte denetleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002832
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002833#: misc/badblocks.c:364
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002834msgid "Checking for bad blocks (read-only test): "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002835msgstr "Hatalı bloklar için denetleniyor (salt-oku testi): "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002836
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002837#: misc/badblocks.c:444
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002838msgid "Checking for bad blocks in read-write mode\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002839msgstr "Hatalı bloklar oku-yaz kipinde denetleniyor\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002840
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002841#: misc/badblocks.c:446 misc/badblocks.c:594
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002842#, c-format
2843msgid "From block %lu to %lu\n"
2844msgstr "Blok %lu dan %lu ya kadar\n"
2845
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002846#: misc/badblocks.c:497
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002847msgid "Reading and comparing: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002848msgstr "Okunuyor ve karşılaştırılıyor: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002849
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002850#: misc/badblocks.c:593
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002851msgid "Checking for bad blocks in non-destructive read-write mode\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002852msgstr "Hatalı bloklar veri bozmayan oku-yaz kipinde denetleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002853
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002854#: misc/badblocks.c:597
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002855msgid "Checking for bad blocks (non-destructive read-write test)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002856msgstr "Hatalı bloklar denetleniyor (yıkıcı olmayan oku-yaz sınaması)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002857
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002858#: misc/badblocks.c:604
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002859msgid ""
2860"\n"
2861"Interrupt caught, cleaning up\n"
2862msgstr ""
2863"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002864"Kesme yakalandı, kaldırılıyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002865
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002866#: misc/badblocks.c:674
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002867#, c-format
2868msgid "during test data write, block %lu"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002869msgstr "veri yazma denemesi sırasında, blok %lu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002870
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002871#: misc/badblocks.c:784 misc/util.c:156
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002872#, c-format
2873msgid "%s is mounted; "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002874msgstr "%s bağlandı; "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002875
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002876#: misc/badblocks.c:786
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002877msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002878msgstr "badblocks n'olursa olsun çalıştırılacak. İnşallah /etc/mtab yanlıştır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002879
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002880#: misc/badblocks.c:791
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002881msgid "it's not safe to run badblocks!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002882msgstr "'badblocks' çalıştırmak güvenli değil!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002883
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002884#: misc/badblocks.c:796 misc/util.c:167
2885#, c-format
2886msgid "%s is apparently in use by the system; "
Theodore Ts'o886017a2005-06-26 22:11:46 -04002887msgstr "%s görünüşe göre sistem tarafından kullanılıyor; "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002888
2889#: misc/badblocks.c:799
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002890msgid "badblocks forced anyway.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002891msgstr "badblocks n'olursa olsun çalıştırılacak.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002892
2893#: misc/badblocks.c:861
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002894#, c-format
2895msgid "bad block size - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002896msgstr "blok uzunluğu hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002897
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002898#: misc/badblocks.c:918
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002899#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002900msgid "can't allocate memory for test_pattern - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002901msgstr "sınama şablonu - %s için bellek ayrılamadı"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002902
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002903#: misc/badblocks.c:932
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002904#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002905msgid "invalid test_pattern: %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002906msgstr "sınama şablonu geçersiz: %s\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002907
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002908#: misc/badblocks.c:948
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002909msgid "Maximum of one test_pattern may be specified in read-only mode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002910msgstr "Salt okunur kipte en çok bir sınama şablonu belirtilebilir"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002911
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002912#: misc/badblocks.c:954
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002913msgid "Random test_pattern is not allowed in read-only mode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002914msgstr "Salt okunur kipte rasgele sınama şablonu kullanımına izin verilmez"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002915
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002916#: misc/badblocks.c:968
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002917msgid ""
2918"Couldn't determine device size; you must specify\n"
2919"the size manually\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002920msgstr "Aygıt alanı saptanamadı; Elle bir değer girmelisiniz\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002921
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002922#: misc/badblocks.c:974
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002923msgid "while trying to determine device size"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002924msgstr "- aygıt alanı saptanmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002925
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002926#: misc/badblocks.c:980 misc/mke2fs.c:1155
Theodore Ts'oce1250c2005-05-20 22:51:55 -04002927#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04002928msgid "invalid blocks count - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002929msgstr "blok sayısı hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002930
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002931#: misc/badblocks.c:989
Theodore Ts'oce1250c2005-05-20 22:51:55 -04002932#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04002933msgid "invalid starting block - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002934msgstr "başlangıç bloğu hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002935
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002936#: misc/badblocks.c:995
Theodore Ts'oce1250c2005-05-20 22:51:55 -04002937#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04002938msgid "invalid blocks range: %lu-%lu"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04002939msgstr "hatalı blok aralığı: %lu-%lu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002940
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002941#: misc/badblocks.c:1050
Theodore Ts'o197abba2005-06-20 18:00:23 -04002942msgid "while creating in-memory bad blocks list"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002943msgstr "hatalı bloklar listesi bellekte oluşturulurken"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002944
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002945#: misc/badblocks.c:1065
Theodore Ts'o197abba2005-06-20 18:00:23 -04002946msgid "while adding to in-memory bad block list"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002947msgstr "bellekteki hatalı bloklar listesine eklenirken"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002948
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002949#: misc/badblocks.c:1089
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002950#, c-format
2951msgid "Pass completed, %u bad blocks found.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002952msgstr "Geçiş tamamlandı, %u hatalı blok bulundu.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002953
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002954#: misc/chattr.c:87
Theodore Ts'oce1250c2005-05-20 22:51:55 -04002955#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04002956msgid "Usage: %s [-RV] [-+=AacDdijsSu] [-v version] files...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002957msgstr ""
Theodore Ts'oce1250c2005-05-20 22:51:55 -04002958"Kullanımı: %s [-RV] [-+=AacDdijsSu] [-v sürüm] dosyalar...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002959"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002960"Dosya özelliklerini değiştirmekte kullanılır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002961"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002962"Sembolik kip seçenekleri:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002963"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002964"Bu kipte özellikler + ile mevcut seçeneklere eklenir, - ile kaldırılır,\n"
2965"= ile sadece belirtilen özellikler içerilir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002966"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002967" A: erişim zamanı güncellenmez\n"
2968" a: sadece dosyanın sonuna ekleme yapılabilir. root değiştirebilir.\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002969" c: sıkıştırılmış; dosyanın okuma-yazma sırasındaki açılması/sıkıştırılması\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002970" çekirdeğin denetimindedir.\n"
2971" d: dökümlenmez; dump uygulamasından etkilenmez.\n"
2972" D: bir dizine uygulanır ve dizindeki değişiklikler eşzamanlı işlenir.\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002973" i: değişmez; dosya içeriği silinemez, yazılamaz, dosyaya bağ oluşturulamaz\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002974" ve ismi değiştirilemez. Sadece root bu özelliği değiştirebilir.\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002975" j: günlükleme; dosya sistemi ext3 olarak bağlanmışsa bu özellik etkisizdir\n"
2976" s: silinme güvenliği; bu özellik verilen bir dosya silindiğinde veri alanı\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002977" sıfırlarla doldurulur\n"
2978" S: eşzamanlı güncellemeler; bu özelliği içeren bir dosyaya tüm\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002979" değişiklikler anında yazılır, sistemin 'sync' seçeneği ile bağlanmasına\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002980" eşdeğer özellik sağlar\n"
2981" u: silinememezlik; bu dosya silindiğinde içeriği saklanır, silecek\n"
2982" kullanıcıya silinme sırasında sorulmasını sağlar.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002983"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002984"Seçenekler:\n"
2985" -R dizinler ve içeriklerinde ardışık işlem yapılır\n"
2986" -V sürüm bilgisi ile işlem hakkında daha ayrıntılı bilgi verilir\n"
2987" -v sürüm dosyanın sürüm/üretim numarası belirtilir\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002988"\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002989"Çeviri hatalarını <gnu-tr@belgeler.org> adresine bildiriniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002990"\n"
2991
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002992#: misc/chattr.c:148
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002993#, c-format
2994msgid "bad version - %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002995msgstr "sürüm hatalı - %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002996
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002997#: misc/chattr.c:192 misc/lsattr.c:113
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002998#, c-format
2999msgid "while trying to stat %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003000msgstr "- stat %s yapılmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003001
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003002#: misc/chattr.c:209 misc/chattr.c:225
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003003#, c-format
3004msgid "Flags of %s set as "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003005msgstr "Belirlenen %s bayrakları: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003006
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003007#: misc/chattr.c:218
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003008#, c-format
3009msgid "while reading flags on %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003010msgstr "- %s üzerinde bayraklar okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003011
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003012#: misc/chattr.c:233
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003013#, c-format
3014msgid "while setting flags on %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003015msgstr "- %s üzerinde bayraklar belirlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003016
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003017#: misc/chattr.c:238
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003018#, c-format
3019msgid "Version of %s set as %lu\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003020msgstr "%s sürümü %lu olarak belirlendi\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003021
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003022#: misc/chattr.c:241
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003023#, c-format
3024msgid "while setting version on %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003025msgstr "- %s üzerinde sürüm belirlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003026
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003027#: misc/chattr.c:255
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003028msgid "Couldn't allocate path variable in chattr_dir_proc"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003029msgstr "chattr_dir_proc işlevinde dosya yolu değişkenine yer ayrılamadı"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003030
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003031#: misc/chattr.c:291
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003032msgid "= is incompatible with - and +\n"
3033msgstr "= ile + ve - uyumsuz\n"
3034
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003035#: misc/chattr.c:299
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003036msgid "Must use '-v', =, - or +\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003037msgstr "'-v', =, - veya + kullanılmalı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003038
Theodore Ts'o6956f612005-12-31 16:46:15 -05003039#: misc/dumpe2fs.c:53
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003040#, c-format
3041msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
3042msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003043"Kullanımı: %s [-bfhixV] [-ob süperblok] [-oB blokboyu] aygıt\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003044"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003045"Dosya sistemi bilgilerini dökümler.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003046"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003047"Seçenekler:\n"
3048" -b hatalı olarak imlenmiş blokları gösterir\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003049" -f dosya sistemi dumpe2fs'in bilmediği özellikler içerse bile\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003050" bilgilerin dökümlenmesini sağlar\n"
3051" -h grup tanımlayıcıları değil sadece süperblok bilgilerini\n"
3052" gösterir\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003053" -i belirtilen aygıt için e2image tarafından oluşturulmuş disk\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003054" görüntüsü dosyasının verilerini gösterir\n"
3055" -x ayrıntılı olarak grupların bilgileri gösterilir\n"
3056" -V sürüm bilgileri gösterilir ve çıkar\n"
3057" -ob süperblok dosya sistemini tanımlayan süperblok belirtilir\n"
3058" -oB blokboyu dosya sistemini tanımlayan blok uzunluğu belirtilir\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003059"\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003060"Çeviri hatalarını <gnu-tr@belgeler.org> adresine bildiriniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003061"\n"
3062
Theodore Ts'o6956f612005-12-31 16:46:15 -05003063#: misc/dumpe2fs.c:131
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003064#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003065msgid "Group %lu: (Blocks "
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003066msgstr "Grup %lu: (Bloklar: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003067
Theodore Ts'o6956f612005-12-31 16:46:15 -05003068#: misc/dumpe2fs.c:136
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003069#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003070msgid " %s superblock at "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003071msgstr " %s süperblok: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003072
Theodore Ts'o6956f612005-12-31 16:46:15 -05003073#: misc/dumpe2fs.c:137
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003074msgid "Primary"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003075msgstr " İlk"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003076
Theodore Ts'o6956f612005-12-31 16:46:15 -05003077#: misc/dumpe2fs.c:137
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003078msgid "Backup"
3079msgstr "Yedek"
3080
Theodore Ts'o6956f612005-12-31 16:46:15 -05003081#: misc/dumpe2fs.c:141
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003082#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003083msgid ", Group descriptors at "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003084msgstr ""
3085" \n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003086" Grup tanımlayıcı: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003087
Theodore Ts'o6956f612005-12-31 16:46:15 -05003088#: misc/dumpe2fs.c:145
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003089#, c-format
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003090msgid ""
3091"\n"
3092" Reserved GDT blocks at "
3093msgstr ""
3094"\n"
3095" Yedek GDT blokları "
3096
Theodore Ts'o6956f612005-12-31 16:46:15 -05003097#: misc/dumpe2fs.c:152
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003098#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003099msgid " Group descriptor at "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003100msgstr ""
3101" \n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003102" Grup tanımlayıcı: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003103
Theodore Ts'o6956f612005-12-31 16:46:15 -05003104#: misc/dumpe2fs.c:158
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003105msgid " Block bitmap at "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003106msgstr " Blok biteşlemi: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003107
Theodore Ts'o6956f612005-12-31 16:46:15 -05003108#: misc/dumpe2fs.c:163
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003109msgid ", Inode bitmap at "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003110msgstr ""
3111" \n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003112" Düğüm biteşlemi: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003113
Theodore Ts'o6956f612005-12-31 16:46:15 -05003114#: misc/dumpe2fs.c:168
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003115msgid ""
3116"\n"
3117" Inode table at "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003118msgstr ""
3119"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003120" Düğüm tablosu: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003121
Theodore Ts'o6956f612005-12-31 16:46:15 -05003122#: misc/dumpe2fs.c:175
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003123#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003124msgid ""
3125"\n"
3126" %d free blocks, %d free inodes, %d directories\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003127msgstr ""
3128"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003129" %d serbest blok, %d serbest düğüm, %d dizin\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003130
Theodore Ts'o6956f612005-12-31 16:46:15 -05003131#: misc/dumpe2fs.c:181
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003132msgid " Free blocks: "
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003133msgstr " Serbest bloklar: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003134
Theodore Ts'o6956f612005-12-31 16:46:15 -05003135#: misc/dumpe2fs.c:189
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003136msgid " Free inodes: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003137msgstr " Serbest düğümler: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003138
Theodore Ts'o6956f612005-12-31 16:46:15 -05003139#: misc/dumpe2fs.c:215
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003140msgid "while printing bad block list"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003141msgstr "- hatalı bloklar listesi basılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003142
Theodore Ts'o6956f612005-12-31 16:46:15 -05003143#: misc/dumpe2fs.c:221
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003144#, c-format
3145msgid "Bad blocks: %d"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003146msgstr "Hatalı bloklar: %d"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003147
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003148#: misc/dumpe2fs.c:243 misc/tune2fs.c:232
3149msgid "while reading journal inode"
3150msgstr "- günlük düğümü okunurken hata oluştu"
3151
3152#: misc/dumpe2fs.c:246
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003153msgid "Journal size: "
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003154msgstr "Günlük boyutu: "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003155
3156#: misc/dumpe2fs.c:265 misc/tune2fs.c:154
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003157msgid "while reading journal superblock"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003158msgstr "- günlük dosyası süperbloğu okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003159
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003160#: misc/dumpe2fs.c:273
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003161msgid "Couldn't find journal superblock magic numbers"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003162msgstr "Günlük dosyası süperbloğu tanım numarası bulunamadı"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003163
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003164#: misc/dumpe2fs.c:277
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003165#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003166msgid ""
3167"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003168"Journal block size: %u\n"
3169"Journal length: %u\n"
3170"Journal first block: %u\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003171"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003172"Journal start: %u\n"
3173"Journal number of users: %lu\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003174msgstr ""
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003175"\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003176"Günlük bloğu boyu: %u\n"
3177"Günlük uzunluğu: %u\n"
3178"Günlük ilk bloğu: %u\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003179"Günlük sıralaması: 0x%08x\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003180"Günlük başlangıcı: %u\n"
3181"Günlük kullanıcı sayısı: %lu\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003182
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003183#: misc/dumpe2fs.c:290
Theodore Ts'o197abba2005-06-20 18:00:23 -04003184#, c-format
3185msgid "Journal users: %s\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003186msgstr "Günlük kullanıcıları: %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003187
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003188#: misc/dumpe2fs.c:345 misc/mke2fs.c:1099
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003189#, c-format
3190msgid "\tUsing %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003191msgstr "\t%s kullanılıyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003192
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003193#: misc/dumpe2fs.c:371 misc/e2image.c:662 misc/tune2fs.c:779 resize/main.c:245
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003194#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003195msgid "Couldn't find valid filesystem superblock.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003196msgstr "Geçerli süperblok bulunamadı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003197
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003198#: misc/dumpe2fs.c:382
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003199#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003200msgid "Note: This is a byte-swapped filesystem\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003201msgstr "Bilgi: Bu bir ters-baytlı dosya sistemi\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003202
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003203#: misc/dumpe2fs.c:401
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003204#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003205msgid ""
3206"\n"
3207"%s: %s: error reading bitmaps: %s\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003208msgstr ""
3209"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003210"%s: %s: biteşlemler okunurken hata oluştu: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003211
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003212#: misc/e2image.c:50
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003213#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003214msgid "Usage: %s [-rsI] device image_file\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003215msgstr ""
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003216"Kullanımı: %s [-rsI] AYGIT DOSYA\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003217"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003218"AYGIT üzerindeki ext2 dosya sisteminin kritik verilerini DOSYAya kaydeder.\n"
3219"Örn: 4GB lık bir sistem için yaklaşık 3MB lık bir görüntü dosyası\n"
3220"oluşturulur. Bu dosya, dosya sistemini kurtarmak için uzmanlarca\n"
3221"kullanılabilir. Belli aralıklarla bu dosyanın başka bir dosya sistemine\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003222"kaydedilmesi önerilir. -r seçeneği temel biçimli bir dosya üretir, çok büyük\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003223"olacağından önerilmez. DOSYA yerine - verilirse dosya standart çıktıya\n"
3224"yazılır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003225
Theodore Ts'obc759702005-05-09 20:40:55 -04003226#: misc/e2image.c:62
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003227msgid "Couldn't allocate header buffer\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003228msgstr "Başlık için tampon bellek ayrılamadı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003229
Theodore Ts'obc759702005-05-09 20:40:55 -04003230#: misc/e2image.c:81
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003231#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003232msgid "short write (only %d bytes) for writing image header"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003233msgstr "görüntü başlığını yazmak için kısa yazma (sadece %d bayt)"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003234
Theodore Ts'obc759702005-05-09 20:40:55 -04003235#: misc/e2image.c:100
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003236msgid "while writing superblock"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003237msgstr "- süperbloğa yazılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003238
Theodore Ts'obc759702005-05-09 20:40:55 -04003239#: misc/e2image.c:108
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003240msgid "while writing inode table"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003241msgstr "- düğüm tablosuna yazılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003242
Theodore Ts'obc759702005-05-09 20:40:55 -04003243#: misc/e2image.c:115
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003244msgid "while writing block bitmap"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003245msgstr "- blok biteşlemi yazılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003246
Theodore Ts'obc759702005-05-09 20:40:55 -04003247#: misc/e2image.c:122
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003248msgid "while writing inode bitmap"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003249msgstr "- düğüm biteşlemi yazılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003250
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003251#: misc/e2label.c:57
3252#, c-format
3253msgid "e2label: cannot open %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003254msgstr "e2label: %s açılamıyor\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003255
3256#: misc/e2label.c:62
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003257#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003258msgid "e2label: cannot seek to superblock\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003259msgstr "e2label: süperbloka erişilemiyor\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003260
3261#: misc/e2label.c:67
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003262#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003263msgid "e2label: error reading superblock\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003264msgstr "e2label: süperblok okunurken hata oluştu\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003265
3266#: misc/e2label.c:71
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003267#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003268msgid "e2label: not an ext2 filesystem\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003269msgstr "e2label: bir ext2 dosya sistemi değil\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003270
Theodore Ts'obc759702005-05-09 20:40:55 -04003271#: misc/e2label.c:96 misc/tune2fs.c:885
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003272#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003273msgid "Warning: label too long, truncating.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003274msgstr "Uyarı: etiket çok uzun, kırpılıyor.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003275
3276#: misc/e2label.c:99
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003277#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003278msgid "e2label: cannot seek to superblock again\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003279msgstr "e2label: süperbloğa yine erişilemedi\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003280
3281#: misc/e2label.c:104
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003282#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003283msgid "e2label: error writing superblock\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003284msgstr "e2label: süperbloğa yazılırken hata oluştu\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003285
Theodore Ts'o6956f612005-12-31 16:46:15 -05003286#: misc/e2label.c:116 misc/tune2fs.c:451
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003287#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003288msgid "Usage: e2label device [newlabel]\n"
3289msgstr ""
3290" \n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003291"Kullanımı: e2label AYGIT [etiket]\n"
3292"AYGIT bölüm ismini atamak/okumak için kullanılır.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003293"\n"
3294
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003295#: misc/fsck.c:346
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003296#, c-format
3297msgid "WARNING: couldn't open %s: %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003298msgstr "UYARI: %s açılamadı: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003299
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003300#: misc/fsck.c:356
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003301#, c-format
3302msgid "WARNING: bad format on line %d of %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003303msgstr "UYARI: %2$s nin %1$d. satırında biçem hatası\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003304
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003305#: misc/fsck.c:371
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003306msgid ""
3307"WARNING: Your /etc/fstab does not contain the fsck passno\n"
3308"\tfield. I will kludge around things for you, but you\n"
3309"\tshould fix your /etc/fstab file as soon as you can.\n"
3310"\n"
3311msgstr ""
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003312" ***DİKKAT: /etc/fstab dosyanızda fsck geçiş sayısı (passno)\n"
3313" alanı bulunmuyor. Bu seferlik işlem yapılacak,\n"
3314" ancak en kısa zamanda /etc/fstab dosyanızı\n"
3315" düzeltmelisiniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003316"\n"
3317
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003318#: misc/fsck.c:472
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003319#, c-format
3320msgid "fsck: %s: not found\n"
3321msgstr "fsck: %s: yok\n"
3322
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003323#: misc/fsck.c:585
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003324#, c-format
3325msgid "%s: wait: No more child process?!?\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003326msgstr "%s: bekliyor: Başka ast süreç yok?!?\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003327
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003328#: misc/fsck.c:607
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003329#, c-format
3330msgid "Warning... %s for device %s exited with signal %d.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003331msgstr "Uyarı... %s %s aygıtı için %d sinyali ile çıktı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003332
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003333#: misc/fsck.c:613
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003334#, c-format
3335msgid "%s %s: status is %x, should never happen.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003336msgstr "%s %s: durum %x, asla olmamalıydı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003337
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003338#: misc/fsck.c:649
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003339#, c-format
3340msgid "Finished with %s (exit status %d)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003341msgstr "%s ile bitti (çıkış durumu: %d)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003342
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003343#: misc/fsck.c:709
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003344#, c-format
3345msgid "%s: Error %d while executing fsck.%s for %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003346msgstr "%s: Hata %d: fsck.%s %s için çalıtırılırken oluştu.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003347
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003348#: misc/fsck.c:730
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003349msgid ""
3350"Either all or none of the filesystem types passed to -t must be prefixed\n"
3351"with 'no' or '!'.\n"
3352msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003353"-t ile ister tüm dosya sistemi türleri belirtilsin ister bir dosya sistemi\n"
3354"türü belirtilmesin, ya 'no' ya da '!' öneki kullanılmalıdır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003355
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003356#: misc/fsck.c:749
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003357msgid "Couldn't allocate memory for filesystem types\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003358msgstr "Dosya sistemi türleri için bellek ayrılamadı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003359
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003360#: misc/fsck.c:889
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003361#, c-format
3362msgid "fsck: cannot check %s: fsck.%s not found\n"
3363msgstr "fsck: %s denetlenemiyor: fsck.%s yok\n"
3364
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003365#: misc/fsck.c:945
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003366msgid "Checking all file systems.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003367msgstr "Tüm dosya sistemleri denetleniyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003368
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003369#: misc/fsck.c:1031
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003370#, c-format
3371msgid "--waiting-- (pass %d)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003372msgstr "--beklemede-- (%d. geçiş)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003373
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003374#: misc/fsck.c:1051
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003375msgid "Usage: fsck [-ANPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003376msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003377"Kullanımı:\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003378" fsck [-ANPRTV] [ -C [fd] ][-t dstürü] [ds-seçenekleri] [dosyasistemi ...]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003379"\n"
3380"Bir ya da daha fazla dosya sistemini denetlemek veya istenirse onarmak\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003381"için kullanılır. dosyasistemi olarak bir disk bölümü, bir bağlama noktası,\n"
3382"bir bölüm etiketi ya da UUID verilebilir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003383"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003384"Seçenekler:\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003385" -t dstürü Denetlenecek dosya sistemlerinin türleri belirtilir.\n"
3386" -A /etc/fstab dosyasındaki denetlenmesi öngörülmüş\n"
3387" sistemlerin denetimleri yapılır.\n"
3388" -C Denetim süreci bir göstergeyle gösterilir.\n"
3389" -N Denetim yapılıyormuş gibi görünür, bir şey yapılmaz.\n"
3390" -P -A seçeneği ile birlikte kullanılarak kök dosya sistemi\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003391" denetlenirken diğer dosya sistemleri de paralel denetlenir\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003392" -R -A seçeneği ile kullanıldığında kök dosya sistemi\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003393" denetlenmez.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003394" -T Başlangıçta başlık gösterilmez.\n"
3395" -V İşlemler sırasında daha fazla ayrıntı verilir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003396"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003397"fsck seçenekleri:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003398"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003399"Bu seçenekler ext2fs dışındaki dosya sistemleri için garanti edilmez.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003400"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003401" -a Hiç bir soru sormadan sistem otomatik olarak denetlenir\n"
3402" ve onarılır.\n"
3403" -r İşlemler etkileşimli olarak yapılır. Paralel denetimler\n"
3404" için önerilmez.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003405"\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003406"Çeviri hatalarını <gnu-tr@belgeler.org> adresine bildiriniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003407"\n"
3408
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003409#: misc/fsck.c:1093
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003410#, c-format
3411msgid "%s: too many devices\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003412msgstr "%s: aygıt sayısı çok fazla\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003413
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003414#: misc/fsck.c:1126 misc/fsck.c:1212
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003415#, c-format
3416msgid "%s: too many arguments\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003417msgstr "%s: argüman sayısı fazla\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003418
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003419#: misc/lsattr.c:73
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003420#, c-format
3421msgid "Usage: %s [-RVadlv] [files...]\n"
3422msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003423"Kullanımı: %s [-RVadv] [dosyalar...]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003424"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003425"Dosyaların özelliklerini listeler.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003426"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003427"Seçenekler:\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003428" -a '.' ile başlayanlar dahil dizinlerin içindeki tüm dosyaları listeler\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003429" -d dosyalar gibi dizinleri de listeler\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003430" -R dizinler ve içerikleri ardışık olarak listelenir\n"
3431" -V sürüm bilgileri gösterilir\n"
3432" -v dosyaların sürüm/üretim numaralarını listeler\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003433"\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003434"Çeviri hatalarını <gnu-tr@belgeler.org> adresine bildiriniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003435"\n"
3436
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003437#: misc/lsattr.c:83
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003438#, c-format
3439msgid "While reading flags on %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003440msgstr "- %s üzerinde bayraklar okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003441
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003442#: misc/lsattr.c:90
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003443#, c-format
3444msgid "While reading version on %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003445msgstr "- %s üzerinde sürüm okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003446
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003447#: misc/mke2fs.c:96
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003448#, c-format
3449msgid ""
3450"Usage: %s [-c|-t|-l filename] [-b block-size] [-f fragment-size]\n"
3451"\t[-i bytes-per-inode] [-j] [-J journal-options] [-N number-of-inodes]\n"
3452"\t[-m reserved-blocks-percentage] [-o creator-os] [-g blocks-per-group]\n"
3453"\t[-L volume-label] [-M last-mounted-directory] [-O feature[,...]]\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003454"\t[-r fs-revision] [-R options] [-qvSV] device [blocks-count]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003455msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003456"Kullanımı: %s [seçenekler] aygıt [blok-sayısı]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003457"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003458"Genellikle bir disk bölümü üzerinde bir ext2 dosya sistemi oluşturur.\n"
3459"ext3 de desteklenmiştir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003460"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003461"Seçenekler:\n"
3462" -b 1024|2048|4096 dosya sisteminin blok uzunluğu belirtilir\n"
3463" -c salt-okunur kipte hatalı bloklar aranır\n"
3464" -f adım-boyu bu sürümde adım boyu blok boyuna eşittir\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003465" -g her-gruptaki-blok-sayısı\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003466" -i düğüm-uzunluğu boş bir dizinin disk üzerinde kaplayabileceği\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003467" en küçük alan, bayt cinsinden verilir.\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003468" -j ext3 dosya sistemi için günlük dosyası oluşturur\n"
3469" -J ile günlük dosyasının özellikleri verilmezse\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003470" dosya öntanımlı özelliklrele oluşturulur.\n"
3471" DİKKAT: Linux çekirdeğinde ext3 desteği yoksa\n"
3472" sistem ext2 olarak kullanılabilir\n"
3473" -J günlük-seçenekleri günlük seçenekleri aşağıda verilmiştir\n"
3474" -l DOSYA hatalı bloklar DOSYAdan okunur\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003475" -L etiket dosya sistemine bir etiket atar\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003476" -m yedek-blok-yüzdesi root kullanıcı için ayrılan yedek blokların\n"
3477" yüzdesi. Öntanımlı değeri %%5 tir\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003478" -M son-bağlanan-dizin dosya sistemine son bağlanan dizin belirtilir\n"
3479" -N düğüm-sayısı sistemdeki toplam düğüm sayısı belirtilir\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003480" -o işletim-sistemi dosya sisteminin 'creator os' alanına yazılacak\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003481" değer. Normalde Linux'tur.\n"
3482" -O özellik[,...] belirtilen özellikte dosya sistemi oluşturur.\n"
3483" Özellikler aşağıda verilmiştir.\n"
3484" -q işlem sırasında bilgi verilmez\n"
3485" -r dosya-sistemi-sürümü 1.2 çekirdekler dışında öntanımlı değeri 1 dir\n"
3486" -R raid_seçenekleri bu seçenekler için man sayfasına bakınız\n"
3487" -S kurtarma amacıyla sadece süper blok ve grup\n"
3488" tanımlayıcılar yeniden yazılır\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003489" -v işlem sırasında ayrıntılı bilgi verilir\n"
3490" -V sürüm bilgileri gösterilir ve çıkar\n"
3491"Günlükleme seçenekleri:\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003492" size=günlük-uzunluğu Günlük dosyasının uzunluğu MB olarak belirtilir\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003493" device=dış-günlük-aygıtı Başka bir aygıt üzerindeki günlük dosyasının\n"
3494" kullanılması sağlanır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003495"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003496"Özellikler:\n"
3497" sparse_super Yedek süperblokların sayısını sınırlamakta kullanılır.\n"
3498" filetype Dizin kayıtlarında dosya türü bilgisi saklanır.\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003499" has_journal -j seçeneği ile aynı. Bir ext3 günlük dosyası oluşturur.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003500"\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003501"Çeviri hatalarını <gnu-tr@belgeler.org> adresine bildiriniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003502"\n"
3503
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003504#: misc/mke2fs.c:195
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003505#, c-format
3506msgid "Running command: %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003507msgstr "Çalışan komut: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003508
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003509#: misc/mke2fs.c:199
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003510#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003511msgid "while trying to run '%s'"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003512msgstr "- '%s' çalıştırılırken oldu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003513
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003514#: misc/mke2fs.c:206
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003515msgid "while processing list of bad blocks from program"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003516msgstr "- hatalı bloklar listesi işlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003517
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003518#: misc/mke2fs.c:233
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003519#, c-format
3520msgid "Block %d in primary superblock/group descriptor area bad.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003521msgstr "Birincil süperblok/grup tanımı alanındaki blok %d hatalı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003522
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003523#: misc/mke2fs.c:235
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003524#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003525msgid "Blocks %u through %d must be good in order to build a filesystem.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003526msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003527"Bir dosya sistemi oluşturulurken %u den %d ye kadar olan\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003528"bloklar hatasız olmak zorundadır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003529
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003530#: misc/mke2fs.c:238
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003531msgid "Aborting....\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003532msgstr "Çıkılıyor...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003533
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003534#: misc/mke2fs.c:258
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003535#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003536msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003537"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003538"\tbad blocks.\n"
3539"\n"
3540msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003541"Uyarı: Blok %u deki yedek süperblok/grup tanımları\n"
3542"\thatalı bloklar içeriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003543"\n"
3544
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003545#: misc/mke2fs.c:276
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003546msgid "while marking bad blocks as used"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003547msgstr "- hatalı bloklar kullanılmış olarak imlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003548
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003549#: misc/mke2fs.c:334
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003550msgid "done \n"
3551msgstr "bitti \n"
3552
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003553#: misc/mke2fs.c:369
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003554msgid "while allocating zeroizing buffer"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003555msgstr "- sıfırlama tampon belleği ayrılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003556
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003557#: misc/mke2fs.c:410
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003558msgid "Writing inode tables: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003559msgstr "Düğüm tabloları yazılıyor: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003560
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003561#: misc/mke2fs.c:421
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003562#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003563msgid ""
3564"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003565"Could not write %d blocks in inode table starting at %u: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003566msgstr ""
3567"\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003568"%2$u de başlayan düğüm tablosundaki %1$d blok yazılamadı: %3$s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003569
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003570#: misc/mke2fs.c:444
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003571msgid "while creating root dir"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003572msgstr "- kök dizin oluşturulurken hata"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003573
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003574#: misc/mke2fs.c:451
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003575msgid "while reading root inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003576msgstr "- kök düğümü okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003577
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003578#: misc/mke2fs.c:460
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003579msgid "while setting root inode ownership"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003580msgstr "- kök düğümünün sahibi belirlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003581
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003582#: misc/mke2fs.c:478
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003583msgid "while creating /lost+found"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003584msgstr "- /lost+found dizini oluşturulurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003585
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003586#: misc/mke2fs.c:485
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003587msgid "while looking up /lost+found"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003588msgstr "- /lost+found dizine bakılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003589
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003590#: misc/mke2fs.c:495
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003591msgid "while expanding /lost+found"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003592msgstr "- /lost+found dizini genişletilirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003593
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003594#: misc/mke2fs.c:511
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003595msgid "while setting bad block inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003596msgstr "- hatalı blok düğümü belirlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003597
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003598#: misc/mke2fs.c:543
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003599#, c-format
3600msgid "Out of memory erasing sectors %d-%d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003601msgstr "%d-%d arasındaki sektörler silinirken bellek yetmedi\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003602
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003603#: misc/mke2fs.c:553
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003604#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003605msgid "Warning: could not read block 0: %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003606msgstr "Uyarı: blok 0 okunamadı: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003607
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003608#: misc/mke2fs.c:569
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003609#, c-format
3610msgid "Warning: could not erase sector %d: %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003611msgstr "Uyarı: %d. sektör silinemedi: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003612
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003613#: misc/mke2fs.c:585
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003614msgid "while initializing journal superblock"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003615msgstr "- gümlük superbloğu ilklendirilirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003616
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003617#: misc/mke2fs.c:591
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003618msgid "Zeroing journal device: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003619msgstr "Günlük aygıtı temizleniyor: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003620
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003621#: misc/mke2fs.c:598
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003622#, c-format
3623msgid "while zeroing journal device (block %u, count %d)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003624msgstr "- günlük aygıtı temizlenirken (blok %u, %d blok) hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003625
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003626#: misc/mke2fs.c:609
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003627msgid "while writing journal superblock"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003628msgstr "- günlük süperbloğu yazılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003629
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003630#: misc/mke2fs.c:625
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003631#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003632msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003633"warning: %u blocks unused.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003634"\n"
3635msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003636"uyarı: %u blok kullanılmamış.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003637"\n"
3638
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003639#: misc/mke2fs.c:630
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003640#, c-format
3641msgid "Filesystem label=%s\n"
3642msgstr "Dosya sistemi ismi = %s\n"
3643
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003644#: misc/mke2fs.c:631
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003645msgid "OS type: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003646msgstr "İşl. Sist. türü: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003647
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003648#: misc/mke2fs.c:636
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003649#, c-format
3650msgid "Block size=%u (log=%u)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003651msgstr "Blok boyu = %u (günlük kaydı = %u)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003652
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003653#: misc/mke2fs.c:638
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003654#, c-format
3655msgid "Fragment size=%u (log=%u)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003656msgstr "Adımlama boyu = %u (günlük kaydı = %u)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003657
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003658#: misc/mke2fs.c:640
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003659#, c-format
3660msgid "%u inodes, %u blocks\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003661msgstr "%u düğüm, %u blok\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003662
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003663#: misc/mke2fs.c:642
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003664#, c-format
3665msgid "%u blocks (%2.2f%%) reserved for the super user\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003666msgstr "%u blok (%%%2.2f) süper kullanıcı için ayrıldı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003667
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003668#: misc/mke2fs.c:645
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003669#, c-format
3670msgid "First data block=%u\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003671msgstr "İlk veri bloğu = %u\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003672
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003673#: misc/mke2fs.c:647
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003674#, c-format
3675msgid "Maximum filesystem blocks=%lu\n"
3676msgstr "Azami dosyasistemi bloğu sayısı = %lu\n"
3677
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003678#: misc/mke2fs.c:652
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003679#, c-format
3680msgid "%u block groups\n"
3681msgstr "%u blok grubu\n"
3682
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003683#: misc/mke2fs.c:654
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003684#, c-format
3685msgid "%u block group\n"
3686msgstr "%u blok grubu\n"
3687
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003688#: misc/mke2fs.c:655
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003689#, c-format
3690msgid "%u blocks per group, %u fragments per group\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003691msgstr "Grup başına %u blok ve %u sekme\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003692
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003693#: misc/mke2fs.c:657
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003694#, c-format
3695msgid "%u inodes per group\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003696msgstr "grup başına %u düğüm\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003697
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003698#: misc/mke2fs.c:664
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003699#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003700msgid "Superblock backups stored on blocks: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003701msgstr "Süperblokların bulunduğu bloklar:"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003702
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003703#: misc/mke2fs.c:720
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003704#, c-format
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003705msgid "Couldn't allocate memory to parse options!\n"
3706msgstr "Seçenekleri çözümlemek için bellek ayrılamadı!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003707
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003708#: misc/mke2fs.c:744
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003709#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003710msgid "Invalid stride parameter: %s\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003711msgstr "'stride' parametresi geçersiz: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003712
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003713#: misc/mke2fs.c:765
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003714#, c-format
3715msgid "Invalid resize parameter: %s\n"
3716msgstr "Yeniden boyutlama parametresi geçersiz: %s\n"
3717
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003718#: misc/mke2fs.c:772
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003719#, c-format
3720msgid "The resize maximum must be greater than the filesystem size.\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003721msgstr "Azami yeniden boyutlama değeri dosya sistemi boyutundan büyük olmalıdır.\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003722
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003723#: misc/mke2fs.c:803
Theodore Ts'o886017a2005-06-26 22:11:46 -04003724#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003725msgid ""
3726"\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003727"Bad options specified.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003728"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003729"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003730"\tis set off by an equals ('=') sign.\n"
3731"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003732"Valid extended options are:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003733"\tstride=<stride length in blocks>\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003734"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003735"\n"
3736msgstr ""
3737"\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003738"Belirtilen seçenekler hatalı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003739"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003740"Ek seçenekler virgüllerle ayrılarak belirtilir. Bir seçeneğe değer\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003741"belirtilecekse bu '=' işaretinden sonra yazılır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003742"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003743"Geçerli ek seçenekler:\n"
3744"\tstride=<blok cinsinden adım uzunluğu>\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003745"\tresize=<yeniden boyutlanacağı blok sayısı>\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003746"\n"
3747
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003748#: misc/mke2fs.c:828
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003749#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003750msgid ""
3751"Syntax error in mke2fs config file (%s, line #%d)\n"
3752"\t%s\n"
3753msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003754"mke2fs yapılandırma dosyasında (%s, %d.satırda) sözdizimi hatası\n"
3755"\t%s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04003756
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003757#: misc/mke2fs.c:841 misc/tune2fs.c:303
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003758#, c-format
3759msgid "Invalid filesystem option set: %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003760msgstr "Geçersiz dosya sistemi seçeneği: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003761
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003762#: misc/mke2fs.c:938
3763#, c-format
3764msgid "invalid block size - %s"
3765msgstr "blok uzunluğu hatalı - %s"
3766
3767#: misc/mke2fs.c:942
3768#, c-format
3769msgid "Warning: blocksize %d not usable on most systems.\n"
3770msgstr "Uyarı: blok uzunluğu %d birçok sistemde kullanımdışıdır.\n"
3771
3772#: misc/mke2fs.c:959
3773#, c-format
3774msgid "invalid fragment size - %s"
3775msgstr "sekme boyu hatalı - %s"
3776
3777#: misc/mke2fs.c:965
3778#, c-format
3779msgid "Warning: fragments not supported. Ignoring -f option\n"
3780msgstr "Uyarı: sekmeler desteklenmediğinden -f seçeneği yoksayılıyor\n"
3781
3782#: misc/mke2fs.c:972
3783msgid "Illegal number for blocks per group"
3784msgstr "Grup başına blok sayısı kuraldışı"
3785
3786#: misc/mke2fs.c:977
3787msgid "blocks per group must be multiple of 8"
3788msgstr "grup başına blok sayısı 8'in katları olmalıdır"
3789
3790#: misc/mke2fs.c:987
3791#, c-format
3792msgid "invalid inode ratio %s (min %d/max %d)"
3793msgstr "düğüm oranı %s hatalı (en az %d/en çok %d)"
3794
3795#: misc/mke2fs.c:1004
3796msgid "in malloc for bad_blocks_filename"
3797msgstr "- bad_blocks_filename için bellek ayrılırken"
3798
3799#: misc/mke2fs.c:1013
3800#, c-format
3801msgid "invalid reserved blocks percent - %s"
3802msgstr "yedek blok yüzdesi hatalı - %s"
3803
3804#: misc/mke2fs.c:1031
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003805#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003806msgid "bad revision level - %s"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003807msgstr "değişiklik seviyesi hatalı - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003808
3809#: misc/mke2fs.c:1044
3810#, c-format
3811msgid "invalid inode size - %s"
3812msgstr "düğüm uzunluğu hatalı - %s"
3813
3814#: misc/mke2fs.c:1065
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003815#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003816msgid "bad num inodes - %s"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003817msgstr "düğüm sayısı hatalı - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003818
3819#: misc/mke2fs.c:1123 misc/mke2fs.c:1588
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003820#, c-format
3821msgid "while trying to open journal device %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003822msgstr "- %s günlük aygıtı açılmaya çalışılırken hata\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003823
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003824#: misc/mke2fs.c:1129
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003825#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003826msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003827msgstr "Günlük aygıtının blok boyu (%d) asgari blok boyundan (%d) küçük\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003828
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003829#: misc/mke2fs.c:1143
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003830#, c-format
3831msgid "%d-byte blocks too big for system (max %d)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003832msgstr "%d baytlık bloklar sistem için çok büyük (en çok %d)"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003833
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003834#: misc/mke2fs.c:1147
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003835#, c-format
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003836msgid "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
3837msgstr "Uyarı: %d baytlık bloklar sistem için çok büyük (en çok %d), ama devam ediliyor\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003838
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003839#: misc/mke2fs.c:1165
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003840msgid "filesystem"
3841msgstr "dosya sistemi"
3842
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003843#: misc/mke2fs.c:1188 resize/main.c:279
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003844msgid "while trying to determine filesystem size"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003845msgstr "- dosya sistemi uzunluğu saptanmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003846
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003847#: misc/mke2fs.c:1194
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003848msgid ""
3849"Couldn't determine device size; you must specify\n"
3850"the size of the filesystem\n"
3851msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003852"Aygıt alanı saptanamadı; dosya sistemi için\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003853"bir uzunluk belirtmelisiniz\n"
3854
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003855#: misc/mke2fs.c:1201
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003856msgid ""
3857"Device size reported to be zero. Invalid partition specified, or\n"
3858"\tpartition table wasn't reread after running fdisk, due to\n"
3859"\ta modified partition being busy and in use. You may need to reboot\n"
3860"\tto re-read your partition table.\n"
3861msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003862"Aygıttaki alan sıfır olarak raporlandı. Ya değiştirilen bir disk bölümü\n"
3863"hala meşgul veya kullanımda olduğundan fdisk çalıştırıldıktan sonra\n"
3864"disk bölümleme tablosu yeniden okunamadı ya da yanlış bölüm belirtildi.\n"
3865"Disk bölümleme tablosunun yeniden okunması için sisteminizi yeniden\n"
3866"başlatmalısınız.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003867
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003868#: misc/mke2fs.c:1219
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003869msgid "Filesystem larger than apparent device size."
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003870msgstr "Dosya sisteminin uzunluğu görünürdeki uzunluktan büyük."
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003871
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003872#: misc/mke2fs.c:1238
3873#, c-format
3874msgid "Filesystem features not supported with revision 0 filesystems\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003875msgstr "Dosyasistemi özellikleri 0 revizyonlu dosyasistemlerinde desteklenmiyor\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003876
3877#: misc/mke2fs.c:1297
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003878msgid "while trying to determine hardware sector size"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003879msgstr "- donanımsal sektör boyu saptanmaya çalışılırken"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003880
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003881#: misc/mke2fs.c:1349
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003882msgid "reserved online resize blocks not supported on non-sparse filesystem"
3883msgstr ""
3884"süperblok azaltması uygulanmamış dosya sisteminde\n"
3885"yedek bloklar kullanılarak yeniden boyutlama desteklenmiyor."
3886
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003887#: misc/mke2fs.c:1358
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003888msgid "blocks per group count out of range"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003889msgstr "Grup başına blok sayısı kapsamdışı"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003890
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003891#: misc/mke2fs.c:1365
Theodore Ts'o6956f612005-12-31 16:46:15 -05003892msgid ""
3893"Filesystem too large. No more than 2**31-1 blocks\n"
3894"\t (8TB using a blocksize of 4k) are currently supported."
3895msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003896"Dosya sistemi çok büyük. 2**31-1 bloktan fazlası\n"
3897"\t (4k'lık bloklarla 8TB mümkün) desteklenmiyor."
Theodore Ts'o6956f612005-12-31 16:46:15 -05003898
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003899#: misc/mke2fs.c:1372
3900#, c-format
3901msgid ""
3902"\n"
3903"Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
3904"\tusing ext3. Use -b 4096 if this is an issue for you.\n"
3905"\n"
3906msgstr ""
3907"\n"
3908"Uyarı: Bazı 2.4 çekirdekler ext3 kullanırken 4096'dan daha büyük blok\n"
3909"\tboylarını desteklemez. Bu sizin için de geçerliyse, -b 4096 hullanın.\n"
3910"\n"
3911
3912#: misc/mke2fs.c:1381
Theodore Ts'o886017a2005-06-26 22:11:46 -04003913#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003914msgid "invalid inode size %d (min %d/max %d)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003915msgstr "düğüm uzunluğu %d hatalı (en az %d/en çok %d)"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003916
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003917#: misc/mke2fs.c:1387
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003918#, c-format
3919msgid "Warning: %d-byte inodes not usable on most systems\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003920msgstr "Uyarı: %d baytlık düğümler bir çok sistemde kullanımdışıdır.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003921
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003922#: misc/mke2fs.c:1438
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003923msgid "while setting up superblock"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003924msgstr "- süperblok ayarlanırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003925
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003926#: misc/mke2fs.c:1472
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003927#, c-format
3928msgid "unknown os - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003929msgstr "bilinmeyen işletim sistemi - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003930
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003931#: misc/mke2fs.c:1526
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003932msgid "while trying to allocate filesystem tables"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003933msgstr "- dosya sistemi tabloları ayrılmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003934
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003935#: misc/mke2fs.c:1557
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003936#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003937msgid "while zeroing block %u at end of filesystem"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003938msgstr "- dosya sisteminin sonunda blok %u sıfırlanırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003939
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003940#: misc/mke2fs.c:1570
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003941msgid "while reserving blocks for online resize"
3942msgstr "- yeniden boyutlama için bloklar yedeklenirken hata oluştu"
3943
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003944#: misc/mke2fs.c:1581 misc/tune2fs.c:388
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003945msgid "journal"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003946msgstr "günlük"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003947
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003948#: misc/mke2fs.c:1593
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003949#, c-format
3950msgid "Adding journal to device %s: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003951msgstr "%s'e günlük ekleniyor: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003952
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003953#: misc/mke2fs.c:1600
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003954#, c-format
3955msgid ""
3956"\n"
3957"\twhile trying to add journal to device %s"
3958msgstr ""
3959"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003960"\tgünlük %s e eklenmeye çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003961
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003962#: misc/mke2fs.c:1605 misc/mke2fs.c:1631 misc/tune2fs.c:416 misc/tune2fs.c:430
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003963#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003964msgid "done\n"
3965msgstr "tamam\n"
3966
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003967#: misc/mke2fs.c:1619
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003968#, c-format
3969msgid "Creating journal (%d blocks): "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003970msgstr "Günlük oluşturuluyor (%d blok): "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003971
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003972#: misc/mke2fs.c:1627
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003973msgid ""
3974"\n"
3975"\twhile trying to create journal"
3976msgstr ""
3977"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003978"\tgünlük oluşturulmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003979
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003980#: misc/mke2fs.c:1636
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003981#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003982msgid "Writing superblocks and filesystem accounting information: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003983msgstr "Süperblokların ve dosya sisteminin hesap bilgileri yazılıyor: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003984
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003985#: misc/mke2fs.c:1641
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003986#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003987msgid ""
3988"\n"
3989"Warning, had trouble writing out superblocks."
3990msgstr ""
3991"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003992"Uyarı, süperblokların tamamına yazma sorunu var."
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003993
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003994#: misc/mke2fs.c:1644
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003995#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003996msgid ""
3997"done\n"
3998"\n"
3999msgstr ""
4000"bitti\n"
4001"\n"
4002
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004003#: misc/mklost+found.c:49
4004#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004005msgid "Usage: mklost+found\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004006msgstr "Kullanımı: mklost+found\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004007
Theodore Ts'o6956f612005-12-31 16:46:15 -05004008#: misc/tune2fs.c:78
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004009msgid "Please run e2fsck on the filesystem.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004010msgstr "Lütfen dosya sisteminde e2fsck çalıştırın.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004011
Theodore Ts'o6956f612005-12-31 16:46:15 -05004012#: misc/tune2fs.c:85
Theodore Ts'o886017a2005-06-26 22:11:46 -04004013#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004014msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04004015"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
4016"\t[-i interval[d|m|w]] [-j] [-J journal_options]\n"
4017"\t[-l] [-s sparse_flag] [-m reserved_blocks_percent]\n"
4018"\t[-o [^]mount_options[,...]] [-r reserved_blocks_count]\n"
4019"\t[-u user] [-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
4020"\t[-O [^]feature[,...]] [-T last_check_time] [-U UUID] device\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004021msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004022"Kullanımı: %s [seçenekler] aygıt\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004023"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004024"Dosya sisteminin ayarlanabilir parametrelerini değiştirmekte kullanılır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004025"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004026"Seçenekler:\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004027" -c SAYI İki dosyasistemi denetimi arasında dosya sisteminin\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004028" en çok kaç defa bağlanabileceği belirtilir.\n"
4029" -C SAYI -c ile aynı\n"
4030" -e hata-davranışı Hata oluştuğunda ne yapılacağı belirtilir.\n"
4031" 'continue': hata yoksayılır. 'remount-ro': dosya\n"
4032" sistemi salt-okunur olarak bağlanır. 'panic':\n"
4033" çekirdek paniği oluşur.\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004034" -g grup Yedek blokların hangi kullanıcı grubuna ayrılacağı\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004035" belirtilir. Grup ismi ya da numarası verilebilir.\n"
4036" -u kullanıcı Yedek blokların hangi kullanıcıya ayrılacağı\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004037" belirtilir. Kull. ismi ya da numarası verilebilir.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004038" -i süre[d|m|w] İki denetim arasındaki en büyük süre belirtilir.\n"
4039" Gün(d), ay(m), hafta(w) olarak verilebilir. 0 ile\n"
4040" zamana bağlı denetim ayarı kaldırılır.\n"
4041" -j Dosya sistemine günlük dosyası eklenir. -J\n"
4042" seçeneği ile seçenekler belirtilmezse dosya\n"
4043" öntanımlı özelliklerle oluşturulur.\n"
4044" -J seçenek[,...] Aşağıda açıklamaları verilen seçenekler burada\n"
4045" virgüllerle ayrılarak verilebilir.\n"
4046" -l Dosya sisteminin özellikleri listelenir.\n"
4047" -L etiket Dosya sisteminin bölüm ismi belirtilir.\n"
4048" -m yedek-blok-yüzdesi Yedek blokların yüzdesi belirtilir. Öntanımlı %%5\n"
4049" -M DİZİN Dosya sistemine son bağlanan dizin belirtilir.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004050" -o [^]seçenek[,...] Bağlama seçenekleri\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004051" -O [^]özellik[,...] Aşağıda açıklamaları verilen özellikler burada\n"
4052" virgüllerle ayrılarak verilebilir.\n"
4053" -r yedek-blok-sayısı Yedek blokların sayısı belirtilir.\n"
4054" -s [0|1] Çok büyük dosya sistemlerinde yer kazandırır.\n"
4055" -O sparse_super ile aynıdır.\n"
4056" -T son-denetim-zamanı Betiklerle kullanmak içindir\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05004057" -U UUID|clear|random|time\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004058" Dosya sisteminin evrensel tek kimliği veya (UUID)\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004059" hangi yöntemle belirleneceği belirtilir.'clear' ile\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004060" silinir; 'random' rasgele, 'time' zamana göre bir\n"
4061" kimlik üretir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004062"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004063"Günlükleme seçenekleri:\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004064" size=günlük-uzunluğu Günlük dosyasının uzunluğu MB olarak belirtilir\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004065" device=dış-günlük-aygıtı Başka bir aygıt üzerindeki günlük dosyasının\n"
4066" kullanılması sağlanır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004067"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004068"Özellikler:\n"
4069"'^' öneki ile verilen özellikler süperbloğa eskiler kaldırılarak yazılır.\n"
4070"'+' önekiyle ya da öneksiz verilen özellikler süperbloktaki özelliklere\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004071"eklenir.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004072" sparse_super Yedek süperblokların sayısını sınırlamakta kullanılır.\n"
4073" filetype Dizin kayıtlarında dosya türü bilgisi saklanır.\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004074" has_journal -j seçeneği ile aynı. Bir ext3 günlük dosyası oluşturur.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004075"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004076"Çeviri hatalarını <gnu-tr@belgeler.org> adresine bildiriniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004077"\n"
4078
Theodore Ts'o6956f612005-12-31 16:46:15 -05004079#: misc/tune2fs.c:142
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004080msgid "while trying to open external journal"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004081msgstr "- dış günlük açılmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004082
Theodore Ts'o6956f612005-12-31 16:46:15 -05004083#: misc/tune2fs.c:146
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004084#, c-format
4085msgid "%s is not a journal device.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004086msgstr "%s bir günlükleme aygıtı değil.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004087
Theodore Ts'o6956f612005-12-31 16:46:15 -05004088#: misc/tune2fs.c:161
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004089msgid "Journal superblock not found!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004090msgstr "Günlük süperbloğu yok!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004091
Theodore Ts'o6956f612005-12-31 16:46:15 -05004092#: misc/tune2fs.c:173
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004093msgid "Filesystem's UUID not found on journal device.\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004094msgstr "Günlükleme aygıtında dosya sisteminin evrensel tek kimliği (UUID) yok.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004095
Theodore Ts'o6956f612005-12-31 16:46:15 -05004096#: misc/tune2fs.c:194
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004097msgid "Journal NOT removed\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004098msgstr "Günlük silinMEdi\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004099
Theodore Ts'o6956f612005-12-31 16:46:15 -05004100#: misc/tune2fs.c:200
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004101msgid "Journal removed\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004102msgstr "Günlük silindi\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004103
Theodore Ts'o6956f612005-12-31 16:46:15 -05004104#: misc/tune2fs.c:239
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004105msgid "while reading bitmaps"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004106msgstr "- biteşlemler okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004107
Theodore Ts'o6956f612005-12-31 16:46:15 -05004108#: misc/tune2fs.c:246
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004109msgid "while clearing journal inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004110msgstr "- günlük düğümü temizlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004111
Theodore Ts'o6956f612005-12-31 16:46:15 -05004112#: misc/tune2fs.c:257
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004113msgid "while writing journal inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004114msgstr "- günlük düğümü yazılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004115
Theodore Ts'o6956f612005-12-31 16:46:15 -05004116#: misc/tune2fs.c:272
Theodore Ts'o1be672b2003-03-26 00:58:06 -05004117#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004118msgid "Invalid mount option set: %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004119msgstr "Geçersiz dosya sistemi seçeneği belirtidi: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004120
Theodore Ts'o6956f612005-12-31 16:46:15 -05004121#: misc/tune2fs.c:318
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004122msgid ""
4123"The has_journal flag may only be cleared when the filesystem is\n"
4124"unmounted or mounted read-only.\n"
4125msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004126"has_journal bayrağı sadece dosya sistemi bağlı değilken ya da salt-okunur\n"
4127"bağlıyken temizlenebilir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004128
Theodore Ts'o6956f612005-12-31 16:46:15 -05004129#: misc/tune2fs.c:326
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004130msgid ""
4131"The needs_recovery flag is set. Please run e2fsck before clearing\n"
4132"the has_journal flag.\n"
4133msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004134"needs_recovery bayrağı gerekiyor. Lütfen has_journal bayrağı\n"
4135"temizlenmeden önce e2fsck çalıştırın.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004136
Theodore Ts'o6956f612005-12-31 16:46:15 -05004137#: misc/tune2fs.c:383
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004138msgid "The filesystem already has a journal.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004139msgstr "Dosya sisteminde bir günlük dosyası zaten var.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004140
Theodore Ts'o6956f612005-12-31 16:46:15 -05004141#: misc/tune2fs.c:400
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004142#, c-format
4143msgid ""
4144"\n"
4145"\twhile trying to open journal on %s\n"
4146msgstr ""
4147"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004148"\t%s üzerindeki günlük açılmaya çalışılırken hata oluştu\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004149
Theodore Ts'o6956f612005-12-31 16:46:15 -05004150#: misc/tune2fs.c:404
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004151#, c-format
4152msgid "Creating journal on device %s: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004153msgstr "%s üzerinde günlük dosyası oluşturuluyor: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004154
Theodore Ts'o6956f612005-12-31 16:46:15 -05004155#: misc/tune2fs.c:412
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004156#, c-format
4157msgid "while adding filesystem to journal on %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004158msgstr "- %s üzerindeki günlük dosyasına dosya sistemi eklenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004159
Theodore Ts'o6956f612005-12-31 16:46:15 -05004160#: misc/tune2fs.c:418
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004161msgid "Creating journal inode: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004162msgstr "Günlük düğümü oluşturuluyor: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004163
Theodore Ts'o6956f612005-12-31 16:46:15 -05004164#: misc/tune2fs.c:427
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004165msgid ""
4166"\n"
4167"\twhile trying to create journal file"
4168msgstr ""
4169"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004170"\tgünlük dosyası oluşturulmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004171
Theodore Ts'o6956f612005-12-31 16:46:15 -05004172#: misc/tune2fs.c:493
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004173#, c-format
4174msgid "Couldn't parse date/time specifier: %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004175msgstr "Tarih/zaman belirteci çözümlenemedi: %s"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004176
Theodore Ts'o6956f612005-12-31 16:46:15 -05004177#: misc/tune2fs.c:515 misc/tune2fs.c:528
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004178#, c-format
4179msgid "bad mounts count - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004180msgstr "bağlama sayısı hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004181
Theodore Ts'o6956f612005-12-31 16:46:15 -05004182#: misc/tune2fs.c:544
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004183#, c-format
4184msgid "bad error behavior - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004185msgstr "hata davranışı hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004186
Theodore Ts'o6956f612005-12-31 16:46:15 -05004187#: misc/tune2fs.c:567
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004188#, c-format
4189msgid "bad gid/group name - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004190msgstr "grup ismi/numarası hatalı -%s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004191
Theodore Ts'o6956f612005-12-31 16:46:15 -05004192#: misc/tune2fs.c:600
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004193#, c-format
4194msgid "bad interval - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004195msgstr "süre hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004196
Theodore Ts'o6956f612005-12-31 16:46:15 -05004197#: misc/tune2fs.c:628
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004198#, c-format
4199msgid "bad reserved block ratio - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004200msgstr "yedek blok oranı hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004201
Theodore Ts'o6956f612005-12-31 16:46:15 -05004202#: misc/tune2fs.c:643
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004203msgid "-o may only be specified once"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004204msgstr "-o yalnız bir kere kullanılabilir"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004205
Theodore Ts'o6956f612005-12-31 16:46:15 -05004206#: misc/tune2fs.c:653
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004207msgid "-O may only be specified once"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004208msgstr "-O yalnız bir kere kullanılabilir"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004209
Theodore Ts'o6956f612005-12-31 16:46:15 -05004210#: misc/tune2fs.c:663
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004211#, c-format
4212msgid "bad reserved blocks count - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004213msgstr "yedek blok sayısı hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004214
Theodore Ts'o6956f612005-12-31 16:46:15 -05004215#: misc/tune2fs.c:692
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004216#, c-format
4217msgid "bad uid/user name - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004218msgstr "kullanıcı ismi/numarası hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004219
Theodore Ts'o6956f612005-12-31 16:46:15 -05004220#: misc/tune2fs.c:802
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004221#, c-format
4222msgid "Setting maximal mount count to %d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004223msgstr "En fazla bağlama sayısı %d olarak belirleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004224
Theodore Ts'o6956f612005-12-31 16:46:15 -05004225#: misc/tune2fs.c:808
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004226#, c-format
4227msgid "Setting current mount count to %d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004228msgstr "Şimdiki bağlama sayısı %d olarak belirleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004229
Theodore Ts'o6956f612005-12-31 16:46:15 -05004230#: misc/tune2fs.c:813
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004231#, c-format
4232msgid "Setting error behavior to %d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004233msgstr "Hata davranışı %d olarak belirleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004234
Theodore Ts'o6956f612005-12-31 16:46:15 -05004235#: misc/tune2fs.c:818
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004236#, c-format
4237msgid "Setting reserved blocks gid to %lu\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004238msgstr "Yedek blokların grup numarası %lu olarak belirleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004239
Theodore Ts'o6956f612005-12-31 16:46:15 -05004240#: misc/tune2fs.c:823
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004241#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004242msgid "Setting interval between checks to %lu seconds\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004243msgstr "Denetimler arasındaki süre %lu saniye olarak belirleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004244
Theodore Ts'obc759702005-05-09 20:40:55 -04004245#: misc/tune2fs.c:828
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004246#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004247msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004248msgstr "Yedek blokların yüzdesi %%%g (%u blok) olarak belirleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004249
Theodore Ts'obc759702005-05-09 20:40:55 -04004250#: misc/tune2fs.c:834
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004251#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004252msgid "reserved blocks count is too big (%lu)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004253msgstr "yedek ayrılmış blok sayısı çok büyük (%lu)"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004254
Theodore Ts'obc759702005-05-09 20:40:55 -04004255#: misc/tune2fs.c:840
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004256#, c-format
4257msgid "Setting reserved blocks count to %lu\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004258msgstr "Yedek blok sayısı %lu olarak belirleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004259
Theodore Ts'obc759702005-05-09 20:40:55 -04004260#: misc/tune2fs.c:846
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004261msgid ""
4262"\n"
4263"The filesystem already has sparse superblocks.\n"
4264msgstr ""
4265"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004266"Dosya sistemindeki süperbloklar zaten azaltılmış.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004267
Theodore Ts'obc759702005-05-09 20:40:55 -04004268#: misc/tune2fs.c:853
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004269#, c-format
4270msgid ""
4271"\n"
4272"Sparse superblock flag set. %s"
4273msgstr ""
4274"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004275"Süperblok azaltma bayrağı konuldu. %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004276
Theodore Ts'obc759702005-05-09 20:40:55 -04004277#: misc/tune2fs.c:860
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004278msgid ""
4279"\n"
4280"The filesystem already has sparse superblocks disabled.\n"
4281msgstr ""
4282"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004283"Dosya sisteminde süperblok azaltma bayrağı zaten etkin değil.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004284
Theodore Ts'obc759702005-05-09 20:40:55 -04004285#: misc/tune2fs.c:868
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004286#, c-format
4287msgid ""
4288"\n"
4289"Sparse superblock flag cleared. %s"
4290msgstr ""
4291"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004292"Süperblok azaltma bayrağı temizlendi. %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004293
Theodore Ts'obc759702005-05-09 20:40:55 -04004294#: misc/tune2fs.c:875
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004295#, c-format
4296msgid "Setting time filesystem last checked to %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004297msgstr "Dosya sisteminin son denetim zamanı %s yapılıyor\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004298
Theodore Ts'obc759702005-05-09 20:40:55 -04004299#: misc/tune2fs.c:881
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004300#, c-format
4301msgid "Setting reserved blocks uid to %lu\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004302msgstr "Ayrılan blokların kullanıcı numarası %lu olarak ayarlanıyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004303
Theodore Ts'obc759702005-05-09 20:40:55 -04004304#: misc/tune2fs.c:914
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004305msgid "Invalid UUID format\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004306msgstr "Geçersiz UUID biçemi\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004307
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004308#: misc/util.c:72
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004309msgid "Proceed anyway? (y,n) "
4310msgstr "Yine de devam edilsin mi? (e/h) "
4311
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004312#: misc/util.c:93
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004313#, c-format
4314msgid "Could not stat %s --- %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004315msgstr "stat %s yapılamadı --- %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004316
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004317#: misc/util.c:96
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004318msgid ""
4319"\n"
4320"The device apparently does not exist; did you specify it correctly?\n"
4321msgstr ""
4322"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004323"Aygıt görünmüyor; doğru belirttiğinize emin misiniz?\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004324
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004325#: misc/util.c:107
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004326#, c-format
4327msgid "%s is not a block special device.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004328msgstr "%s blok özellikli bir aygıt değil.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004329
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004330#: misc/util.c:136
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004331#, c-format
4332msgid "%s is entire device, not just one partition!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004333msgstr "%s diskin tamamı! Bir disk bölümü değil!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004334
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004335#: misc/util.c:158
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004336msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004337msgstr "mke2fs n'olursa olsun çalıştırılacak. İnşallah /etc/mtab yanlıştır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004338
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004339#: misc/util.c:163
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004340#, c-format
4341msgid "will not make a %s here!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004342msgstr "burada bir %s yapılmayacak!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004343
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004344#: misc/util.c:170
4345msgid "mke2fs forced anyway.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004346msgstr "mke2fs ne olursa olsun çalıştırılacak.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004347
4348#: misc/util.c:186
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004349msgid "Couldn't allocate memory to parse journal options!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004350msgstr "Günlük seçenekleri için bellek ayrılamadı!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004351
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004352#: misc/util.c:228
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004353msgid ""
4354"\n"
4355"Bad journal options specified.\n"
4356"\n"
4357"Journal options are separated by commas, and may take an argument which\n"
4358"\tis set off by an equals ('=') sign.\n"
4359"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004360"Valid journal options are:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004361"\tsize=<journal size in megabytes>\n"
4362"\tdevice=<journal device>\n"
4363"\n"
4364"The journal size must be between 1024 and 102400 filesystem blocks.\n"
4365"\n"
4366msgstr ""
4367"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004368"Günlük seçenekleri hatalı belirtilmiş.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004369"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004370"Günlük seçenekleri 'isim=değer' çiftleri halinde\n"
4371"virgüllerle ayrılarak verilir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004372"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004373"Geçerli günlükleme seçenekleri:\n"
4374"\tsize=<MB olarak günlük uzunluğu>\n"
4375"\tdevice=<günlük dosyasının bulunacağı aygıt>\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004376"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004377"Günlük dosyasının uzunluğu 1024 ile 102400 blok arasında seçilebilir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004378"\n"
4379
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004380#: misc/util.c:255
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004381msgid ""
4382"\n"
4383"Filesystem too small for a journal\n"
4384msgstr ""
4385"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004386"Dosya sistemi bir günlük için çok küçük\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004387
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004388#: misc/util.c:262
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004389#, c-format
4390msgid ""
4391"\n"
4392"The requested journal size is %d blocks; it must be\n"
4393"between 1024 and 102400 blocks. Aborting.\n"
4394msgstr ""
4395"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004396"Günlük dosyasının uzunluğu %d blok olarak belirtilmiş.\n"
4397"1024 ile 102400 blok arasında olmalı. Çıkılıyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004398
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004399#: misc/util.c:270
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004400msgid ""
4401"\n"
4402"Journal size too big for filesystem.\n"
4403msgstr ""
4404"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004405"Günlük dosyası dosya sistemi için çok büyük.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004406
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004407#: misc/util.c:294
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004408#, c-format
4409msgid ""
4410"This filesystem will be automatically checked every %d mounts or\n"
4411"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
4412msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004413"Bu dosya sistemi her %d bağlamada bir ya da %g günde bir, hangisi önce\n"
4414"gerçekleşirse, otomatik olarak denetlenecektir. Bu değerleri değiştirmek\n"
4415"için tune2fs'yi -c veya -i seçeneği ile çalıştırınız.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004416
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004417#: misc/uuidgen.c:30
4418#, c-format
4419msgid "Usage: %s [-r] [-t]\n"
4420msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004421"Kullanımı: %s [seçenek]\n"
4422"Evrendeki tek tanımlayıcıyı (UUID) oluşturur.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004423"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004424"Seçenekler:\n"
4425" -r rasgele sayı üreteci kullanılarak rasgele bir numara üretilir\n"
4426" -t varsa eternet kartının adresi ve sistem zamanına göre bir\n"
4427" numara üretir\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004428"\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004429"Çeviri hatalarını <gnu-tr@belgeler.org> adresine bildiriniz.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004430"\n"
4431
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04004432#: resize/extent.c:196
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004433msgid "# Extent dump:\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004434msgstr "# Ek döküm:\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004435
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04004436#: resize/extent.c:197
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004437#, c-format
4438msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004439msgstr "#\tNum = %d, Boy = %d, İmleç = %d, Sıralı = %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004440
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04004441#: resize/extent.c:200
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004442#, c-format
4443msgid "#\t\t %u -> %u (%d)\n"
4444msgstr "#\t\t %u -> %u (%d)\n"
4445
Theodore Ts'o6956f612005-12-31 16:46:15 -05004446#: resize/main.c:39
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004447#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004448msgid ""
Theodore Ts'obc759702005-05-09 20:40:55 -04004449"Usage: %s [-d debug_flags] [-f] [-F] [-p] device [new_size]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004450"\n"
4451msgstr ""
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004452"Kullanımı: %s [seçenekler] aygıt [yeni-boyut]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004453"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004454"Dosya sistemini yeniden boyutlandırır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004455"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004456"Seçenekler:\n"
4457" -d bayraklar hata ayıklama seçeneği ile derlenmişse hata ayıklama\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004458" seviyeleri belirtilir\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004459" -f bazı güvenlik denetimlerini engelleyerek boyutlandırmaya\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004460" zorlar\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004461" -F başlamadan önce dosya sisteminin tampon belleklerini\n"
4462" boşaltır\n"
4463" -p işlem ilerleyişini gösteren bir çubuk üretir\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004464"\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004465"Çeviri hatalarını <gnu-tr@belgeler.org> adresine bildiriniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004466"\n"
4467
Theodore Ts'o6956f612005-12-31 16:46:15 -05004468#: resize/main.c:61
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004469msgid "Extending the inode table"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004470msgstr "Dosya indeksi tablosu genişletiliyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004471
Theodore Ts'o6956f612005-12-31 16:46:15 -05004472#: resize/main.c:64
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004473msgid "Relocating blocks"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004474msgstr "Bloklar yeniden konumlandırılıyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004475
Theodore Ts'o6956f612005-12-31 16:46:15 -05004476#: resize/main.c:67
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004477msgid "Scanning inode table"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004478msgstr "Dosya indeksi tablosu taranıyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004479
Theodore Ts'o6956f612005-12-31 16:46:15 -05004480#: resize/main.c:70
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004481msgid "Updating inode references"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004482msgstr "Dosya indeksi başvuruları güncelleniyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004483
Theodore Ts'o6956f612005-12-31 16:46:15 -05004484#: resize/main.c:73
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004485msgid "Moving inode table"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004486msgstr "Dosya indeksi tablosu taşınıyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004487
Theodore Ts'o6956f612005-12-31 16:46:15 -05004488#: resize/main.c:76
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004489msgid "Unknown pass?!?"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004490msgstr "bilinmeyen geçiş?!?"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004491
Theodore Ts'o6956f612005-12-31 16:46:15 -05004492#: resize/main.c:79
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004493#, c-format
4494msgid "Begin pass %d (max = %lu)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004495msgstr "Geçiş %d başlıyor (en çok = %lu)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004496
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004497#: resize/main.c:200
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004498#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004499msgid "while opening %s"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004500msgstr "%s açılırken"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004501
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004502#: resize/main.c:212
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004503#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004504msgid "while getting stat information for %s"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004505msgstr "%s için durum bilgisi alınırken"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004506
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004507#: resize/main.c:286
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004508#, c-format
4509msgid "bad filesystem size - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004510msgstr "dosya sistemi uzunluğu hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004511
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004512#: resize/main.c:313
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004513#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004514msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004515"The containing partition (or device) is only %u (%dk) blocks.\n"
4516"You requested a new size of %u blocks.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004517"\n"
4518msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004519"Disk bölümü (ya da aygıt) sadece %u (%dk) blok içeriyor.\n"
4520"Siz ise %u blokluk bir boyut istediniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004521"\n"
4522
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004523#: resize/main.c:320
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004524#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004525msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004526"The filesystem is already %u blocks long. Nothing to do!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004527"\n"
4528msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004529"Dosya sistemi zaten %u blok uzunlukta. Hiçbir şey yapılmadı!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004530"\n"
4531
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004532#: resize/main.c:331
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004533#, c-format
4534msgid ""
4535"Please run 'e2fsck -f %s' first.\n"
4536"\n"
4537msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004538"Lütfen önce 'e2fsck -f %s' komutunu çalıştırın.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004539"\n"
4540
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004541#: resize/main.c:342
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004542#, c-format
4543msgid "while trying to resize %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004544msgstr "- %s yeniden boyutlandırılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004545
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004546#: resize/main.c:347
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004547#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004548msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004549"The filesystem on %s is now %u blocks long.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004550"\n"
4551msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004552"%s üzerindeki dosya sistemi şimdi %u blok uzunlukta.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004553"\n"
4554
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004555#: resize/resize2fs.c:638
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004556msgid "reserved blocks"
4557msgstr "yedek bloklar"
4558
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004559#: resize/resize2fs.c:643
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004560msgid "blocks to be moved"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004561msgstr "taşınacak bloklar"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004562
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004563#: resize/resize2fs.c:648
Theodore Ts'obc759702005-05-09 20:40:55 -04004564msgid "meta-data blocks"
4565msgstr "meta-veri blokları"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004566
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004567#: resize/resize2fs.c:1528
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004568#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004569msgid "Should never happen: resize inode corrupt!\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004570msgstr "Bu olmamalıydı: boyutlandırırken düğümü kaybettik!\n"
4571
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004572#~ msgid ""
4573#~ "%s is mounted; can't resize a mounted filesystem!\n"
4574#~ "\n"
4575#~ msgstr "%s bağlı; bağlı bir dosya sistemi yeniden boyutlandırılamaz!\n"
4576
Theodore Ts'o6956f612005-12-31 16:46:15 -05004577#~ msgid "done \n"
4578#~ msgstr "bitti \n"
4579
Theodore Ts'o886017a2005-06-26 22:11:46 -04004580#~ msgid "Clone duplicate/bad blocks"
4581#~ msgstr "tekrarlı/hatalı bloklaları kopyala"
4582
4583#~ msgid "Error allocating @a @b %b. "
4584#~ msgstr "Ek özellik bloğu %b ayrılırken hata oluştu. "
4585
4586#~ msgid ""
4587#~ "Duplicate @bs found... invoking duplicate @b passes.\n"
4588#~ "Pass 1B: Rescan for duplicate/bad @bs\n"
4589#~ msgstr ""
4590#~ "Tekrarlanmış bloklar bulundu... tekrarlanan blok taraması başlatılıyor.\n"
4591#~ "Geçiş 1B: tekrarlanmış/hatalı bloklar yeniden taranıyor\n"
4592
4593#~ msgid "Duplicate/bad @b(s) in @i %i:"
4594#~ msgstr "Düğüm %i içindeki tekrarlanmış/hatalı blok(lar):"
4595
Theodore Ts'o197abba2005-06-20 18:00:23 -04004596#~ msgid ""
4597#~ "Extended options are separated by commas, and may take an argument which\n"
4598#~ "is set off by an equals ('=') sign. Valid raid options are:\n"
4599#~ "\tea_ver=<ea_version (1 or 2)\n"
4600#~ "\n"
4601#~ msgstr ""
4602#~ "Belirtilen ek seçenekler hatalı. Ek seçenekler '=' işaretli çiftler\n"
4603#~ "virgüllerle ayrılarak verilir. Geçerli raid seçenekleri:\n"
4604#~ "\tea_ver=<ek_özellik_sürümü> (1 ya da 2)\n"
4605#~ "\n"
4606
4607#~ msgid "Usage: findsuper device [skipbytes [startkb]]\n"
4608#~ msgstr "Kullanımı: findsuper aygıt [atlanacak_baytlar [başlangıç_kb]]\n"
4609
4610#~ msgid "skipbytes should be a number, not %s\n"
4611#~ msgstr "atlanacak_baytlar bir sayı olmalı, %s değil\n"
4612
4613#~ msgid "skipbytes must be a multiple of the sector size\n"
4614#~ msgstr "atlanacak_baytlar sektör boyunun katları olmalı\n"
4615
4616#~ msgid "startkb should be a number, not %s\n"
4617#~ msgstr "başlangıç_kb bir sayı olmalı, %s değil\n"
4618
4619#~ msgid "startkb should be positive, not %Ld\n"
4620#~ msgstr "başlangıç_kb poritif olmalı, %Ld değil\n"
4621
4622#~ msgid "starting at %Ld, with %d byte increments\n"
4623#~ msgstr "%Ld de başlayıp %d bayt arttırımla\n"
4624
4625#~ msgid " thisoff block fs_blk_sz blksz grp last_mount\n"
4626#~ msgstr " thisoff blok ds_blok_boyu blokboyu grup son_bağlama\n"
4627
4628#~ msgid ""
4629#~ "\n"
4630#~ "%14Ld: finished with errno %d\n"
4631#~ msgstr ""
4632#~ "\n"
4633#~ "%14Ld: %d hatası ile bitti\n"
4634
4635#~ msgid "%s failed for %s: %s\n"
4636#~ msgstr "%s %s için başarısız: %s\n"
4637
4638#~ msgid ""
4639#~ "Usage: %s <dev1> <dev2> <dev3>\n"
4640#~ "\n"
4641#~ "This program prints out the partition information for a set of devices\n"
4642#~ "A common way to use this program is:\n"
4643#~ "\n"
4644#~ "\t%s /dev/hda?\n"
4645#~ "\n"
4646#~ msgstr ""
4647#~ "Kullanımı: %s <aygıt1> <aygıt2> <aygıt3>\n"
4648#~ "\n"
4649#~ "Bir aygıt kümesi için disk bölümleme bilgilerini gösterir\n"
4650#~ "Bu uygulamanın çok kullanılan biçimi:\n"
4651#~ "\n"
4652#~ "\t%s /dev/hda?\n"
4653#~ "\n"
4654
4655#~ msgid "HDIO_GETGEO ioctl"
4656#~ msgstr "HDIO_GETGEO ioctl"
4657
4658#~ msgid "BLKGETSIZE ioctl"
4659#~ msgstr "BLKGETSIZE ioctl"
4660
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004661#~ msgid "Forcibly clearing HTREE flag on @i %d (%q). (Beta test code)\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004662#~ msgstr "Düğüm %d (%q) üzerindeki HTREE bayrağı zorla temizleniyor. (Beta test kodu)\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004663
4664#~ msgid "(unknown os)"
4665#~ msgstr "(bilinmeyen işl. sist.)"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05004666
Theodore Ts'obc759702005-05-09 20:40:55 -04004667#~ msgid "resize2fs %s (%s)\n"
4668#~ msgstr "resize2fs %s (%s)\n"
4669
4670#~ msgid "Number of free blocks: %d/%d, Needed: %d\n"
4671#~ msgstr "Serbest blok sayısı: %d/%d, Gereken: %d\n"
4672
4673#~ msgid "Going into desperation mode for block allocations\n"
4674#~ msgstr "Blok tahsislerinde umutsuz kipe geçiliyor\n"
4675
4676#~ msgid "Moving %d blocks %u->%u\n"
4677#~ msgstr "%d blok taşınıyor %u->%u\n"
4678
4679#~ msgid "ino=%u, blockcnt=%lld, %u->%u\n"
4680#~ msgstr "düğüm = %u, block_sayısı = %lld, %u->%u\n"
4681
4682#~ msgid "Inode moved %u->%u\n"
4683#~ msgstr "Düğüm taşındı %u->%u\n"
4684
4685#~ msgid "Inode translate (dir=%u, name=%.*s, %u->%u)\n"
4686#~ msgstr "Düğüm çevirisi (dizin = %u, isim= %.*s, %u->%u)\n"
4687
4688#~ msgid "Itable move group %d block %u->%u (diff %d)\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004689#~ msgstr "Düğüm tablosu %d. grubun blokları %u -> %u arasında taşınıyor (fark %d)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004690
4691#~ msgid "%d blocks of zeros...\n"
4692#~ msgstr "%d sıfırlı blok...\n"
4693
4694#~ msgid "Inode table move finished.\n"
4695#~ msgstr "Düğüm tablosunun taşınması tamamlandı.\n"
4696
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004697#~ msgid ""
4698#~ "\n"
4699#~ "%8d inode used (%d%%)\n"
4700#~ msgid_plural ""
4701#~ "\n"
4702#~ "%8d inodes used (%d%%)\n"
4703#~ msgstr[0] ""
4704#~ "\n"
4705#~ "%8d düğüm kullanıldı (%%%d)\n"
4706#~ msgstr[1] ""
4707#~ "\n"
4708#~ "%8d düğüm kullanıldı (%%%d)\n"
4709
4710#~ msgid "%8d non-contiguous inode (%0d.%d%%)\n"
4711#~ msgid_plural "%8d non-contiguous inodes (%0d.%d%%)\n"
4712#~ msgstr[0] "%8d bitişik olmayan düğüm (%%%0d.%d)\n"
4713#~ msgstr[1] "%8d bitişik olmayan düğüm (%%%0d.%d)\n"
4714
4715#~ msgid "%8d block used (%d%%)\n"
4716#~ msgid_plural "%8d blocks used (%d%%)\n"
4717#~ msgstr[0] "%8d blok kullanıldı (%%%d)\n"
4718#~ msgstr[1] "%8d blok kullanıldı (%%%d)\n"
4719
4720#~ msgid "%8d bad block\n"
4721#~ msgid_plural "%8d bad blocks\n"
4722#~ msgstr[0] "%8d hatalı blok\n"
4723#~ msgstr[1] "%8d hatalı blok\n"
4724
4725#~ msgid "%8d large file\n"
4726#~ msgid_plural "%8d large files\n"
4727#~ msgstr[0] "%8d büyük dosya\n"
4728#~ msgstr[1] "%8d büyük dosya\n"
4729
4730#~ msgid ""
4731#~ "\n"
4732#~ "%8d regular file\n"
4733#~ msgid_plural ""
4734#~ "\n"
4735#~ "%8d regular files\n"
4736#~ msgstr[0] ""
4737#~ "\n"
4738#~ "%8d normal dosya\n"
4739#~ msgstr[1] ""
4740#~ "\n"
4741#~ "%8d normal dosya\n"
4742
4743#~ msgid "%8d directory\n"
4744#~ msgid_plural "%8d directories\n"
4745#~ msgstr[0] "%8d dizin\n"
4746#~ msgstr[1] "%8d dizin\n"
4747
4748#~ msgid "%8d character device file\n"
4749#~ msgid_plural "%8d character device files\n"
4750#~ msgstr[0] "%8d karakter aygıtı dosyası\n"
4751#~ msgstr[1] "%8d karakter aygıtı dosyası\n"
4752
4753#~ msgid "%8d block device file\n"
4754#~ msgid_plural "%8d block device files\n"
4755#~ msgstr[0] "%8d blok aygıtı dosyası\n"
4756#~ msgstr[1] "%8d blok aygıtı dosyası\n"
4757
4758#~ msgid "%8d fifo\n"
4759#~ msgid_plural "%8d fifos\n"
4760#~ msgstr[0] "%8d fifo\n"
4761#~ msgstr[1] "%8d fifo\n"
4762
4763#~ msgid "%8d link\n"
4764#~ msgid_plural "%8d links\n"
4765#~ msgstr[0] "%8d bağ\n"
4766#~ msgstr[1] "%8d bağ\n"
4767
4768#~ msgid "%8d symbolic link"
4769#~ msgid_plural "%8d symbolic links"
4770#~ msgstr[0] "%8d sembolik bağ"
4771#~ msgstr[1] "%8d sembolik bağ"
4772
4773#~ msgid " (%d fast symbolic link)\n"
4774#~ msgid_plural " (%d fast symbolic links)\n"
4775#~ msgstr[0] " (%d hızlı sembolik bağ)\n"
4776#~ msgstr[1] " (%d hızlı sembolik bağ)\n"
4777
4778#~ msgid "%8d socket\n"
4779#~ msgid_plural "%8d sockets\n"
4780#~ msgstr[0] "%8d soket\n"
4781#~ msgstr[1] "%8d soket\n"
4782
4783#~ msgid "%8d file\n"
4784#~ msgid_plural "%8d files\n"
4785#~ msgstr[0] "%8d dosya\n"
4786#~ msgstr[1] "%8d dosya\n"