blob: 41b5e8600a0e4af033a4a7e5cf9a4183f826c01a [file] [log] [blame]
Theodore Ts'o886017a2005-06-26 22:11:46 -04001# translation of e2fsprogs-1.38-b3.po to Turkish
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002# Turkish translations for e2fsprogs messages.
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003# Copyright (C) 2005 Free Software Foundation, Inc.
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004# Nilgün Belma Bugüner <nilgun@superonline.com>, 2001,...,2005.
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005#
Theodore Ts'o7ae19832005-06-19 09:45:36 -04006#. The strings in e2fsck's problem.c can be very hard to translate,
7#. since the strings are expanded in two different ways. First of all,
8#. there is an @-expansion, where strings like "@i" are expanded to
9#. "inode", and so on. In order to make it easier for translators, the
10#. e2fsprogs po template file has been enhanced with comments that show
11#. the @-expansion, for the strings in the problem.c file.
12#.
13#. Translators are free to use the @-expansion facility if they so
14#. choose, by providing translations for strings in e2fsck/message.c.
15#. These translation can completely replace an expansion; for example,
16#. if "bblock" (which indicated that "@b" would be expanded to "block")
17#. is translated as "ddatenverlust", then "@d" will be expanded to
18#. "datenverlust". Alternatively, translators can simply not use the
19#. @-expansion facility at all.
20#.
21#. The second expansion which is done for e2fsck's problem.c messages is
22#. a dynamic %-expansion, which expands %i as an inode number, and so
23#. on. A table of these expansions can be found below. Note that
24#. %-expressions that begin with "%D" and "%I" are two-character
25#. expansions; so for example, "%Iu" expands to the inode's user id
26#. ownership field (inode->i_uid).
27#.
28#. %b <blk> block number
29#. %B <blkcount> integer
30#. %c <blk2> block number
31#. %Di <dirent> -> ino inode number
32#. %Dn <dirent> -> name string
33#. %Dr <dirent> -> rec_len
34#. %Dl <dirent> -> name_len
35#. %Dt <dirent> -> filetype
36#. %d <dir> inode number
37#. %g <group> integer
38#. %i <ino> inode number
39#. %Is <inode> -> i_size
40#. %IS <inode> -> i_extra_isize
41#. %Ib <inode> -> i_blocks
42#. %Il <inode> -> i_links_count
43#. %Im <inode> -> i_mode
44#. %IM <inode> -> i_mtime
45#. %IF <inode> -> i_faddr
46#. %If <inode> -> i_file_acl
47#. %Id <inode> -> i_dir_acl
48#. %Iu <inode> -> i_uid
49#. %Ig <inode> -> i_gid
50#. %j <ino2> inode number
51#. %m <com_err error message>
52#. %N <num>
53#. %p ext2fs_get_pathname of directory <ino>
54#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
55#. the containing directory. (If dirent is NULL
56#. then return the pathname of directory <ino2>)
57#. %q ext2fs_get_pathname of directory <dir>
58#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
59#. the containing directory.
60#. %s <str> miscellaneous string
61#. %S backup superblock
62#. %X <num> hexadecimal format
63#.
Theodore Ts'o6e71e672001-10-08 12:51:00 -040064msgid ""
65msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -040066"Project-Id-Version: e2fsprogs 1.38-b3\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050067"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -050068"POT-Creation-Date: 2005-12-31 16:34-0500\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -040069"PO-Revision-Date: 2005-06-23 22:52+0300\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -050070"Last-Translator: Nilgün Belma Bugüner <nilgun@superonline.com>\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -040071"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
72"MIME-Version: 1.0\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -050073"Content-Type: text/plain; charset=UTF-8\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -040074"Content-Transfer-Encoding: 8bit\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -050075"Plural-Forms: nplurals=2; plural=(n != 1);\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -040076"X-Generator: KBabel 1.9.1\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -040077
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -050078#: e2fsck/badblocks.c:22 misc/mke2fs.c:224
Theodore Ts'o6e71e672001-10-08 12:51:00 -040079#, c-format
80msgid "Bad block %u out of range; ignored.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -050081msgstr "Hatalı blok %u kapsamdışı; yoksayıldı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -040082
83#: e2fsck/badblocks.c:45
84msgid "while sanity checking the bad blocks inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -050085msgstr "- hatalı bloklar düğümünde doğruluk denetlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -040086
87#: e2fsck/badblocks.c:57
88msgid "while reading the bad blocks inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -050089msgstr "- hatalı bloklar düğümü okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -040090
Theodore Ts'oa04eba32003-05-03 16:35:17 -040091#: e2fsck/badblocks.c:71 e2fsck/iscan.c:112 e2fsck/scantest.c:109
Theodore Ts'o6956f612005-12-31 16:46:15 -050092#: e2fsck/unix.c:927 e2fsck/unix.c:960 misc/badblocks.c:1005
Theodore Ts'o7ae19832005-06-19 09:45:36 -040093#: misc/badblocks.c:1013 misc/badblocks.c:1027 misc/badblocks.c:1039
Theodore Ts'o6956f612005-12-31 16:46:15 -050094#: misc/dumpe2fs.c:348 misc/e2image.c:567 misc/e2image.c:660
95#: misc/e2image.c:676 misc/mke2fs.c:240 misc/tune2fs.c:776 resize/main.c:236
Theodore Ts'o6e71e672001-10-08 12:51:00 -040096#, c-format
97msgid "while trying to open %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -050098msgstr "- %s açılmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -040099
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500100#: e2fsck/badblocks.c:82
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400101#, c-format
102msgid "while trying popen '%s'"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500103msgstr "- '%s' veri yolu açılmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400104
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500105#: e2fsck/badblocks.c:93 misc/mke2fs.c:247
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400106msgid "while reading in list of bad blocks from file"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500107msgstr "- dosyadan hatalı bloklar listesinin okunması sırasında hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400108
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500109#: e2fsck/badblocks.c:103
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400110msgid "while updating bad block inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500111msgstr "- hatalı bloklar düğümü güncellenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400112
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500113#: e2fsck/badblocks.c:129
Theodore Ts'oce1250c2005-05-20 22:51:55 -0400114#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -0400115msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -0400116msgstr "Uyarı: Hatalı blok düğümünde %u. blok kuraldışı; temizlendi.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400117
118#: e2fsck/ehandler.c:53
119#, c-format
120msgid "Error reading block %lu (%s) while %s. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500121msgstr "%3$s işlemi sırasında blok %1$lu okunurken hata oluştu (%2$s). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400122
123#: e2fsck/ehandler.c:56
124#, c-format
125msgid "Error reading block %lu (%s). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500126msgstr "blok %lu okunurken hata oluştu (%s). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400127
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500128#: e2fsck/ehandler.c:59 e2fsck/ehandler.c:106
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400129msgid "Ignore error"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500130msgstr "Hata görmezden gelindi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400131
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500132#: e2fsck/ehandler.c:60
133msgid "Force rewrite"
Theodore Ts'o1be672b2003-03-26 00:58:06 -0500134msgstr "Yeniden yaz"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500135
136#: e2fsck/ehandler.c:100
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400137#, c-format
138msgid "Error writing block %lu (%s) while %s. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500139msgstr "%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 -0400140
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500141#: e2fsck/ehandler.c:103
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400142#, c-format
143msgid "Error writing block %lu (%s). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500144msgstr "%lu bloğu yazılırken hata: %s. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400145
146#: e2fsck/emptydir.c:56
147msgid "empty dirblocks"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500148msgstr "boş dizin blokları"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400149
150#: e2fsck/emptydir.c:61
151msgid "empty dir map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500152msgstr "boş dizin eşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400153
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400154#: e2fsck/emptydir.c:97
155#, c-format
156msgid "Empty directory block %d (#%d) in inode %d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500157msgstr "Düğüm %3d deki dizin bloku %1d (#%2d) boş\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400158
159#: e2fsck/extend.c:21
160#, c-format
161msgid "%s: %s filename nblocks blocksize\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500162msgstr "%s: %s dosya_ismi blok_sayısı blok_boyu\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400163
164#: e2fsck/extend.c:43
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500165#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400166msgid "Illegal number of blocks!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500167msgstr "Blok sayısı kuraldışı!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400168
169#: e2fsck/extend.c:49
170#, c-format
171msgid "Couldn't allocate block buffer (size=%d)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500172msgstr "Blok tamponu ayrılamadı (boyu=%d)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400173
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400174#: e2fsck/flushb.c:34
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400175#, c-format
176msgid "Usage: %s disk\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500177msgstr "Kullanımı: %s disk\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400178
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400179#: e2fsck/flushb.c:63
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500180#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400181msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500182msgstr "BLKFLSBUF ioctl desteklenmiyor! Tamponlar boşaltılamadı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400183
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400184#: e2fsck/iscan.c:46
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400185#, c-format
186msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500187msgstr "Kullanımı: %s [-F] [-I düğüm_tampon_blokları] aygıt\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400188
Theodore Ts'o6956f612005-12-31 16:46:15 -0500189#: e2fsck/iscan.c:83 e2fsck/unix.c:746
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400190#, c-format
191msgid "while opening %s for flushing"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500192msgstr "%s temizlik için açılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400193
Theodore Ts'o6956f612005-12-31 16:46:15 -0500194#: e2fsck/iscan.c:88 e2fsck/unix.c:752 resize/main.c:216
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400195#, c-format
196msgid "while trying to flush %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500197msgstr "%s boşaltılmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400198
Theodore Ts'o6956f612005-12-31 16:46:15 -0500199#: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:477
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400200msgid "while opening inode scan"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500201msgstr "düğüm taraması başlatılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400202
Theodore Ts'o6956f612005-12-31 16:46:15 -0500203#: e2fsck/iscan.c:129 misc/e2image.c:495
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400204msgid "while getting next inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500205msgstr "sonraki düğüme geçilirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400206
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400207#: e2fsck/iscan.c:138
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400208#, c-format
209msgid "%d inodes scanned.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500210msgstr "%d düğüm tarandı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400211
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500212#: e2fsck/journal.c:463
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400213msgid "reading journal superblock\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500214msgstr "günlük dosyası super bloğu okunuyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400215
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500216#: e2fsck/journal.c:520
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400217#, c-format
218msgid "%s: no valid journal superblock found\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500219msgstr "%s: geçerli gümlük dosyası super bloğu yok\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400220
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500221#: e2fsck/journal.c:529
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400222#, c-format
223msgid "%s: journal too short\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500224msgstr "%s: gümlük dosyası çok kısa\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400225
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500226#: e2fsck/journal.c:802
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400227#, c-format
228msgid "%s: recovering journal\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500229msgstr "%s: günlük dosyasına göre kurtarılıyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400230
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500231#: e2fsck/journal.c:804
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400232#, c-format
233msgid "%s: won't do journal recovery while read-only\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500234msgstr "%s: salt-okunur durumdayken günlük dosyasına göre kurtarma yapılamaz\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400235
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500236#: e2fsck/journal.c:825
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400237#, c-format
238msgid "while trying to re-open %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500239msgstr "%s yeniden açılmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400240
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400241#: e2fsck/message.c:108
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400242msgid "aextended attribute"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500243msgstr "aek özellik"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400244
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400245#: e2fsck/message.c:109
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400246msgid "Aerror allocating"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500247msgstr "Aayrılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400248
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400249#: e2fsck/message.c:110
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400250msgid "bblock"
251msgstr "bblok"
252
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400253#: e2fsck/message.c:111
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400254msgid "Bbitmap"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500255msgstr "Bbiteşlem"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400256
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400257#: e2fsck/message.c:112
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400258msgid "ccompress"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500259msgstr "csıkıştırma"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400260
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400261#: e2fsck/message.c:113
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400262msgid "Cconflicts with some other fs @b"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500263msgstr "Cbazı dosya sistemi blokları ile çelişiyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400264
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400265#: e2fsck/message.c:114
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400266msgid "iinode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500267msgstr "idüğüm"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400268
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400269#: e2fsck/message.c:115
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400270msgid "Iillegal"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500271msgstr "Ikuraldışı"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400272
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400273#: e2fsck/message.c:116
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400274msgid "jjournal"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500275msgstr "jgünlük"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400276
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400277#: e2fsck/message.c:117
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400278msgid "Ddeleted"
279msgstr "Dsilinen"
280
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400281#: e2fsck/message.c:118
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400282msgid "ddirectory"
283msgstr "ddizin"
284
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400285#: e2fsck/message.c:119
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400286msgid "eentry"
287msgstr "egirdi"
288
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400289#: e2fsck/message.c:120
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400290msgid "E@e '%Dn' in %p (%i)"
Theodore Ts'o1be672b2003-03-26 00:58:06 -0500291msgstr "E@E"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400292
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400293#: e2fsck/message.c:121
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400294msgid "ffilesystem"
295msgstr "fdosya sistemi"
296
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400297#: e2fsck/message.c:122
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400298msgid "Ffor @i %i (%Q) is"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500299msgstr "F%i (%Q) düğümü için"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400300
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400301#: e2fsck/message.c:123
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400302msgid "ggroup"
303msgstr "ggrup"
304
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400305#: e2fsck/message.c:124
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500306msgid "hHTREE @d @i"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500307msgstr "hHTREE dizin düğüm"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500308
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400309#: e2fsck/message.c:125
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400310msgid "llost+found"
311msgstr "llost+found"
312
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400313#: e2fsck/message.c:126
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400314msgid "Lis a link"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500315msgstr "Lbir bağdır"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400316
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400317#: e2fsck/message.c:127
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400318msgid "mmultiply-claimed"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400319msgstr "mçok düğümlü"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400320
321#: e2fsck/message.c:128
322msgid "ninvalid"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400323msgstr "ngeçersiz"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400324
325#: e2fsck/message.c:129
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400326msgid "oorphaned"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500327msgstr "oartık"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400328
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400329#: e2fsck/message.c:130
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500330msgid "pproblem in"
Theodore Ts'o1be672b2003-03-26 00:58:06 -0500331msgstr "psorun"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500332
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400333#: e2fsck/message.c:131
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400334msgid "rroot @i"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500335msgstr "rkök düğümü"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400336
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400337#: e2fsck/message.c:132
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400338msgid "sshould be"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500339msgstr "solmalıydı"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400340
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400341#: e2fsck/message.c:133
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400342msgid "Ssuper@b"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500343msgstr "Ssüper blok"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400344
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400345#: e2fsck/message.c:134
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400346msgid "uunattached"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500347msgstr "ubağlantısız"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400348
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400349#: e2fsck/message.c:135
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400350msgid "vdevice"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500351msgstr "vaygıt"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400352
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400353#: e2fsck/message.c:136
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400354msgid "zzero-length"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500355msgstr "zsıfır uzunluklu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400356
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400357#: e2fsck/message.c:147
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400358msgid "<The NULL inode>"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500359msgstr "<NULL düğüm>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400360
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400361#: e2fsck/message.c:148
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400362msgid "<The bad blocks inode>"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500363msgstr "<Hatalı bloklar düğümü>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400364
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400365#: e2fsck/message.c:150
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400366msgid "<The ACL index inode>"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500367msgstr "<ACL indeksinin düğümü>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400368
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400369#: e2fsck/message.c:151
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400370msgid "<The ACL data inode>"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500371msgstr "<ACL verisinin düğümü>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400372
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400373#: e2fsck/message.c:152
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400374msgid "<The boot loader inode>"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500375msgstr "<Önyükleyici düğümü>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400376
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400377#: e2fsck/message.c:153
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400378msgid "<The undelete directory inode>"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500379msgstr "<Kurtarılan dizinin düğümü>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400380
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400381#: e2fsck/message.c:154
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400382msgid "<The group descriptor inode>"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500383msgstr "<Grup tanımlayıcı düğümü>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400384
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400385#: e2fsck/message.c:155
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400386msgid "<The journal inode>"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500387msgstr "<günlük düğümü>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400388
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400389#: e2fsck/message.c:156
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400390msgid "<Reserved inode 9>"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500391msgstr "<Yedek düğüm 9>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400392
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400393#: e2fsck/message.c:157
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400394msgid "<Reserved inode 10>"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500395msgstr "<Yedek düğüm 10>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400396
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500397#: e2fsck/pass1b.c:209
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400398msgid "multiply claimed inode map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500399msgstr "tekrarlanan blokların düğüm eşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400400
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500401#: e2fsck/pass1b.c:558 e2fsck/pass1b.c:695
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400402#, c-format
403msgid "internal error; can't find dup_blk for %d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500404msgstr "iç hata; %d için dup_blk bulunamıyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400405
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500406#: e2fsck/pass1b.c:738
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400407msgid "returned from clone_file_block"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500408msgstr "clone_file_block işlevinden döndürüldü"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400409
Theodore Ts'obc759702005-05-09 20:40:55 -0400410#: e2fsck/pass1.c:430
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400411msgid "in-use inode map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500412msgstr "kullanımdaki düğüm eşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400413
Theodore Ts'obc759702005-05-09 20:40:55 -0400414#: e2fsck/pass1.c:439
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400415msgid "directory inode map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500416msgstr "dizin düğümü eşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400417
Theodore Ts'obc759702005-05-09 20:40:55 -0400418#: e2fsck/pass1.c:447
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400419msgid "regular file inode map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500420msgstr "normal dosya düğümü eşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400421
Theodore Ts'obc759702005-05-09 20:40:55 -0400422#: e2fsck/pass1.c:454
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400423msgid "in-use block map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500424msgstr "kullanımdaki blok eşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400425
Theodore Ts'obc759702005-05-09 20:40:55 -0400426#: e2fsck/pass1.c:505
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400427msgid "doing inode scan"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500428msgstr "düğüm taraması yapılıyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400429
Theodore Ts'obc759702005-05-09 20:40:55 -0400430#: e2fsck/pass1.c:917
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400431msgid "Pass 1"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500432msgstr "1. geçiş"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400433
Theodore Ts'obc759702005-05-09 20:40:55 -0400434#: e2fsck/pass1.c:976
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400435#, c-format
436msgid "reading indirect blocks of inode %u"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500437msgstr "%u düğümünün dolaylı blokları okunuyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400438
Theodore Ts'obc759702005-05-09 20:40:55 -0400439#: e2fsck/pass1.c:1018
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400440msgid "bad inode map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500441msgstr "hatalı düğüm eşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400442
Theodore Ts'obc759702005-05-09 20:40:55 -0400443#: e2fsck/pass1.c:1040
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400444msgid "inode in bad block map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500445msgstr "hatalı blok eşlemindeki düğüm"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400446
Theodore Ts'obc759702005-05-09 20:40:55 -0400447#: e2fsck/pass1.c:1060
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400448msgid "imagic inode map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500449msgstr "imagic düğüm eşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400450
Theodore Ts'obc759702005-05-09 20:40:55 -0400451#: e2fsck/pass1.c:1087
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400452msgid "multiply claimed block map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500453msgstr "tekrarlanan blokların eşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400454
Theodore Ts'obc759702005-05-09 20:40:55 -0400455#: e2fsck/pass1.c:1186
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400456msgid "ext attr block map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500457msgstr "ek özellik bloğu eşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400458
Theodore Ts'obc759702005-05-09 20:40:55 -0400459#: e2fsck/pass1.c:1959
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400460msgid "block bitmap"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500461msgstr "blok biteşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400462
Theodore Ts'obc759702005-05-09 20:40:55 -0400463#: e2fsck/pass1.c:1963
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400464msgid "inode bitmap"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500465msgstr "düğüm biteşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400466
Theodore Ts'obc759702005-05-09 20:40:55 -0400467#: e2fsck/pass1.c:1967
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400468msgid "inode table"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500469msgstr "düğüm tablosu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400470
Theodore Ts'obc759702005-05-09 20:40:55 -0400471#: e2fsck/pass2.c:287
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500472msgid "Pass 2"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500473msgstr "2. geçiş"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500474
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400475#: e2fsck/pass3.c:79
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400476msgid "inode done bitmap"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500477msgstr "düğümleri indeksli biteşlem"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400478
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400479#: e2fsck/pass3.c:90
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400480msgid "Peak memory"
481msgstr "Doruk bellek"
482
Theodore Ts'oa04eba32003-05-03 16:35:17 -0400483#: e2fsck/pass3.c:143
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400484msgid "Pass 3"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500485msgstr "3. geçiş"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400486
Theodore Ts'o7a1b3322003-12-24 14:24:02 -0500487#: e2fsck/pass3.c:334
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400488msgid "inode loop detection bitmap"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500489msgstr "düğüm döngüsü saptama biteşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400490
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500491#: e2fsck/pass4.c:174
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400492msgid "Pass 4"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500493msgstr "4. geçiş"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400494
495#: e2fsck/pass5.c:70
496msgid "Pass 5"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500497msgstr "5. geçiş"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400498
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500499#: e2fsck/problem.c:50
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400500msgid "(no prompt)"
501msgstr "(komut istemi yok)"
502
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500503#: e2fsck/problem.c:51
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400504msgid "Fix"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500505msgstr "Düzelt"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400506
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500507#: e2fsck/problem.c:52
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400508msgid "Clear"
509msgstr "Temizle"
510
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500511#: e2fsck/problem.c:53
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400512msgid "Relocate"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500513msgstr "Konumlandır"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400514
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500515#: e2fsck/problem.c:54
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400516msgid "Allocate"
517msgstr "Tahsis et"
518
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500519#: e2fsck/problem.c:55
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400520msgid "Expand"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500521msgstr "Genişlet"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400522
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500523#: e2fsck/problem.c:56
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400524msgid "Connect to /lost+found"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500525msgstr "/lost+found a bağlan"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400526
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500527#: e2fsck/problem.c:57
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400528msgid "Create"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500529msgstr "Oluştur"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400530
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500531#: e2fsck/problem.c:58
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400532msgid "Salvage"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500533msgstr "Kurtarılacaklar"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400534
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500535#: e2fsck/problem.c:59
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400536msgid "Truncate"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500537msgstr "Kırp"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400538
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500539#: e2fsck/problem.c:60
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400540msgid "Clear inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500541msgstr "Düğümü temizle"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400542
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500543#: e2fsck/problem.c:61
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400544msgid "Abort"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500545msgstr "Vazgeç"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400546
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500547#: e2fsck/problem.c:62
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400548msgid "Split"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500549msgstr "Ayır"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400550
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500551#: e2fsck/problem.c:63
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400552msgid "Continue"
553msgstr "Devam et"
554
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500555#: e2fsck/problem.c:64
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400556msgid "Clone multiply-claimed blocks"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400557msgstr "Çok düğümlü blokları kopyalar"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400558
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500559#: e2fsck/problem.c:65
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400560msgid "Delete file"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500561msgstr "Dosyayı Sil"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400562
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500563#: e2fsck/problem.c:66
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400564msgid "Suppress messages"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500565msgstr "İletileri engelle"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400566
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500567#: e2fsck/problem.c:67
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400568msgid "Unlink"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500569msgstr "Bağı kaldır"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400570
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500571#: e2fsck/problem.c:68
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500572msgid "Clear HTree index"
Theodore Ts'o1be672b2003-03-26 00:58:06 -0500573msgstr "HTree indeksini temizle"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500574
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500575#: e2fsck/problem.c:69
576msgid "Recreate"
577msgstr "Yeniden oluştur"
578
579#: e2fsck/problem.c:78
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400580msgid "(NONE)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500581msgstr "(HİÇBİRİ)"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400582
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500583#: e2fsck/problem.c:79
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400584msgid "FIXED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500585msgstr "DÜZELTİLDİ"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400586
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500587#: e2fsck/problem.c:80
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400588msgid "CLEARED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500589msgstr "TEMİZLENDİ"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400590
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500591#: e2fsck/problem.c:81
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400592msgid "RELOCATED"
593msgstr "KONUMLANDI"
594
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500595#: e2fsck/problem.c:82
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400596msgid "ALLOCATED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500597msgstr "TAHSİS EDİLDİ"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400598
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500599#: e2fsck/problem.c:83
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400600msgid "EXPANDED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500601msgstr "GENİŞLETİLDİ"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400602
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500603#: e2fsck/problem.c:84
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400604msgid "RECONNECTED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500605msgstr "TEKRAR BAĞLANDI"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400606
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500607#: e2fsck/problem.c:85
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400608msgid "CREATED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500609msgstr "OLUŞTURULDU"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400610
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500611#: e2fsck/problem.c:86
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400612msgid "SALVAGED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500613msgstr "KURTARILABİLİRLER LİSTELENDİ"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400614
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500615#: e2fsck/problem.c:87
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400616msgid "TRUNCATED"
617msgstr "KIRPILDI"
618
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500619#: e2fsck/problem.c:88
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400620msgid "INODE CLEARED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500621msgstr "DÜĞÜM TEMİZLENDİ"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400622
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500623#: e2fsck/problem.c:89
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400624msgid "ABORTED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500625msgstr "VAZGEÇİLDİ"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400626
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500627#: e2fsck/problem.c:90
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400628msgid "SPLIT"
629msgstr "AYRILDI"
630
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500631#: e2fsck/problem.c:91
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400632msgid "CONTINUING"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500633msgstr "SÜRÜYOR"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400634
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500635#: e2fsck/problem.c:92
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400636msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400637msgstr "ÇOK DÜĞÜMLÜ BLOKLAR KOPYALANDI"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400638
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500639#: e2fsck/problem.c:93
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400640msgid "FILE DELETED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500641msgstr "DOSYA SİLİNDİ"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400642
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500643#: e2fsck/problem.c:94
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400644msgid "SUPPRESSED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500645msgstr "ENGELLENDİ"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400646
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500647#: e2fsck/problem.c:95
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400648msgid "UNLINKED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500649msgstr "BAĞ KALDIRILDI"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400650
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500651#: e2fsck/problem.c:96
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500652msgid "HTREE INDEX CLEARED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500653msgstr "HTREE İNDEKSİ TEMİZLENDİ"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500654
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500655#: e2fsck/problem.c:97
656msgid "WILL RECREATE"
657msgstr "TEKRAR OLUŞTURULACAK"
658
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400659#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500660#: e2fsck/problem.c:106
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400661msgid "@b @B for @g %g is not in @g. (@b %b)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500662msgstr "%g grubunun blok biteşlemi grup içinde değil. (blok %b)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400663
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400664#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500665#: e2fsck/problem.c:110
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400666msgid "@i @B for @g %g is not in @g. (@b %b)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500667msgstr "%g grubunun düğüm biteşlemi grup içinde değil. (blok %b)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400668
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400669#. @-expanded: inode table for group %g is not in group. (block %b)\n
670#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500671#: e2fsck/problem.c:115
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400672msgid ""
673"@i table for @g %g is not in @g. (@b %b)\n"
674"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
675msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500676"%g grubunun düğüm tablosu grup içinde değil. (blok %b)\n"
677"UYARI: CİDDİ VERİ KAYBI OLASILIĞI.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400678
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400679#. @-expanded: \n
680#. @-expanded: The superblock could not be read or does not describe a correct ext2\n
681#. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
682#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
683#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
684#. @-expanded: e2fsck -b %S <device>\n
685#. @-expanded: \n
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500686#: e2fsck/problem.c:121
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500687#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400688msgid ""
689"\n"
690"The @S could not be read or does not describe a correct ext2\n"
691"@f. If the @v is valid and it really contains an ext2\n"
692"@f (and not swap or ufs or something else), then the @S\n"
693"is corrupt, and you might try running e2fsck with an alternate @S:\n"
694" e2fsck -b %S <@v>\n"
695"\n"
696msgstr ""
697"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500698"Süper blok okunamıyor ya da doğru ext2 dosya sistemi tanımlamıyor.\n"
699"Aygıt geçerliyse ve gerçekten bir ext2 dosya sistemi içeriyorsa,\n"
700"(ve bir takas bölümü veya ufs ya da her neyse değilse)\n"
701"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 -0400702"denemelisiniz:\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500703" e2fsck -b %S <aygıt>\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400704"\n"
705
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400706#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
707#. @-expanded: The physical size of the device is %c blocks\n
708#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500709#: e2fsck/problem.c:130
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400710msgid ""
711"The @f size (according to the @S) is %b @bs\n"
712"The physical size of the @v is %c @bs\n"
713"Either the @S or the partition table is likely to be corrupt!\n"
714msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500715"Dosya sistemi uzunluğu (süper blok ile ilişkili) %b blok,\n"
716"aygıtın gerçek boyutu ise %c bloktur.\n"
717"Hem süper blok hem de disk bölümleme tablosu bozuk olabilir!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400718
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400719#. @-expanded: superblock block_size = %b, fragsize = %c.\n
720#. @-expanded: This version of e2fsck does not support fragment sizes different\n
721#. @-expanded: from the block size.\n
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500722#: e2fsck/problem.c:137
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400723msgid ""
724"@S @b_size = %b, fragsize = %c.\n"
725"This version of e2fsck does not support fragment sizes different\n"
726"from the @b size.\n"
727msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500728"Süper blok blok_uzunluğu = %b, adımlama_uzunluğu = %c.\n"
729"Bu e2fsck sürümünde adımlama uzunluklarının blok uzunluklarından\n"
730"farklı olması desteklenmiyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400731
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400732#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500733#: e2fsck/problem.c:144
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400734msgid "@S @bs_per_group = %b, should have been %c\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500735msgstr "Süper blok grup_başına_blok_sayısı = %b; %c olmalıydı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400736
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400737#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500738#: e2fsck/problem.c:149
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400739msgid "@S first_data_@b = %b, should have been %c\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500740msgstr "Süper blok ilk_veri_bloğu = %b; %c olmalıydı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400741
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400742#. @-expanded: filesystem did not have a UUID; generating one.\n
743#. @-expanded: \n
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500744#: e2fsck/problem.c:154
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400745msgid ""
746"@f did not have a UUID; generating one.\n"
747"\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -0500748msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500749"Dosya sistemi bir UUID içermiyor; bir tane üretiliyor.\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -0500750"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400751
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500752#: e2fsck/problem.c:159
Theodore Ts'o886017a2005-06-26 22:11:46 -0400753#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400754msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400755"Note: if several inode or block bitmap blocks or part\n"
756"of the inode table require relocation, you may wish to try\n"
757"running e2fsck with the '-b %S' option first. The problem\n"
758"may lie only with the primary block group descriptors, and\n"
759"the backup block group descriptors may be OK.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400760"\n"
761msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500762"Bilgi: Taşınması gereken düğüm tablosunun bir parçası olan\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400763"ya da yeniden konumlanması gereken blok biteşlem blokları\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500764"ya da düğümleri varsa, e2fsck'yı önce '-b %S' seçeneğiyle\n"
765"çalıştırmalısınız. Sorun sadece birincil bloğun grup\n"
766"tanımlayıcısı ile ilgili olabilir ve yedekleme bloğu grup\n"
767"tanımlayıcısı da doğru olabilir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400768"\n"
769
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400770#. @-expanded: Corruption found in superblock. (%s = %N).\n
771#: e2fsck/problem.c:168
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400772msgid "Corruption found in @S. (%s = %N).\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400773msgstr "Süper blok içinde bozukluk saptandı. (%s = %N).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400774
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400775#. @-expanded: Error determining size of the physical device: %m\n
776#: e2fsck/problem.c:173
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400777#, c-format
778msgid "Error determining size of the physical @v: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500779msgstr "Aygıtın fiziksel uzunluğu saptanırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400780
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400781#. @-expanded: inode count in superblock is %i, should be %j.\n
782#: e2fsck/problem.c:178
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400783msgid "@i count in @S is %i, @s %j.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500784msgstr "Süper blok içindeki düğüm sayısı %i; %j olmalıydı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400785
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400786#: e2fsck/problem.c:182
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400787msgid "The Hurd does not support the filetype feature.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500788msgstr "Hurd, dosya türü özelliğini desteklemez.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400789
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400790#. @-expanded: superblock has an invalid ext3 journal (inode %i).\n
791#: e2fsck/problem.c:187
Theodore Ts'o886017a2005-06-26 22:11:46 -0400792#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400793msgid "@S has an @n ext3 @j (@i %i).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500794msgstr "Süper blok hatalı ext3 günlüğü içeriyor (düğüm %i).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400795
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400796#. @-expanded: External journal has multiple filesystem users (unsupported).\n
797#: e2fsck/problem.c:192
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400798msgid "External @j has multiple @f users (unsupported).\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -0500799msgstr ""
800"Dış günlük çok sayıda dosya sistemi kullanıcısı içeriyor. (desteklenmiyor)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400801
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400802#. @-expanded: Can't find external journal\n
803#: e2fsck/problem.c:197
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400804msgid "Can't find external @j\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500805msgstr "Dış günlük bulunamıyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400806
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400807#. @-expanded: External journal has bad superblock\n
808#: e2fsck/problem.c:202
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400809msgid "External @j has bad @S\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500810msgstr "Dış günlük hatalı süper blok içeriyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400811
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400812#. @-expanded: External journal does not support this filesystem\n
813#: e2fsck/problem.c:207
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400814msgid "External @j does not support this @f\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500815msgstr "Dış günlük bu dosya sistemini desteklemiyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400816
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400817#. @-expanded: Ext3 journal superblock is unknown type %N (unsupported).\n
818#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
819#. @-expanded: format.\n
820#. @-expanded: It is also possible the journal superblock is corrupt.\n
821#: e2fsck/problem.c:212
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400822msgid ""
823"Ext3 @j @S is unknown type %N (unsupported).\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -0500824"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
825"format.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400826"It is also possible the @j @S is corrupt.\n"
827msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500828"Ext3 günlüğü süper blok türü %N bilinmiyor (desteklenmiyor).\n"
829"Bu kopya, bu dosya sistemi tarafından desteklenmeyen ve/ya\n"
830"eski bir biçem gibi görünüyor.\n"
831"Ayrıca, günlük süper bloğunun bozuk olması da mümkün.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400832
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400833#. @-expanded: Ext3 journal superblock is corrupt.\n
834#: e2fsck/problem.c:220
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400835msgid "Ext3 @j @S is corrupt.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500836msgstr "Ext3 günlüğü süper bloğu bozuk.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400837
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400838#. @-expanded: superblock doesn't have has_journal flag, but has ext3 journal %s.\n
839#: e2fsck/problem.c:225
Theodore Ts'o1be672b2003-03-26 00:58:06 -0500840#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500841msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -0500842msgstr ""
843"Süper blok has_journal bayrağı içermiyor, ama ext3 günlüğü %s içeriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400844
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400845#. @-expanded: superblock has ext3 needs_recovery flag set, but no journal.\n
846#: e2fsck/problem.c:230
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400847msgid "@S has ext3 needs_recovery flag set, but no @j.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500848msgstr "Süper blok ext3 needs_recovery bayrağı içeriyor ama günlük yok.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400849
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400850#. @-expanded: ext3 recovery flag is clear, but journal has data.\n
851#: e2fsck/problem.c:235
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400852msgid "ext3 recovery flag is clear, but @j has data.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500853msgstr "ext3 kurtarma bayrağı temiz ama günlük veri içeriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400854
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400855#. @-expanded: Clear journal
856#: e2fsck/problem.c:240
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500857msgid "Clear @j"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500858msgstr "Günlüğü Temizle"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500859
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400860#. @-expanded: Run journal anyway
861#: e2fsck/problem.c:245
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500862msgid "Run @j anyway"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500863msgstr "Günlüğü yine de çalıştır"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500864
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400865#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
866#: e2fsck/problem.c:250
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500867msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -0500868msgstr ""
869"Yedek süper blokda kurtarma bayrağı temiz olduğundan günlük herşeye rağmen "
870"çalışacak.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500871
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400872#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
873#: e2fsck/problem.c:255
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400874msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500875msgstr "%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 -0400876
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400877#. @-expanded: illegal block #%B (%b) found in orphaned inode %i.\n
878#: e2fsck/problem.c:260
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400879msgid "@I @b #%B (%b) found in @o @i %i.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500880msgstr "düğüm %i içindeki blok #%B (%b) kuraldışı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400881
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400882#. @-expanded: Already cleared block #%B (%b) found in orphaned inode %i.\n
883#: e2fsck/problem.c:265
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400884msgid "Already cleared @b #%B (%b) found in @o @i %i.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500885msgstr "artık düğüm %i içindeki blok #%B (%b) zaten temizlenmiş.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400886
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400887#. @-expanded: illegal orphaned inode %i in superblock.\n
888#: e2fsck/problem.c:270
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400889#, c-format
890msgid "@I @o @i %i in @S.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500891msgstr "süper blok içindeki artık düğüm %i kuraldışı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400892
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400893#. @-expanded: illegal inode %i in orphaned inode list.\n
894#: e2fsck/problem.c:275
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400895#, c-format
896msgid "@I @i %i in @o @i list.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500897msgstr "artık düğüm listesindeki düğüm %i kuraldışı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400898
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400899#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o6956f612005-12-31 16:46:15 -0500900#: e2fsck/problem.c:280 e2fsck/problem.c:604
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400901msgid "@f has feature flag(s) set, but is a revision 0 @f. "
Theodore Ts'o886017a2005-06-26 22:11:46 -0400902msgstr "dosyasisteminin özellik bayrakları etkin ama dosyasisteminin sürümü 0."
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400903
904#. @-expanded: Ext3 journal superblock has an unknown read-only feature flag set.\n
905#: e2fsck/problem.c:285
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400906msgid "Ext3 @j @S has an unknown read-only feature flag set.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -0500907msgstr ""
908"Ext3 günlüğü süper bloğu bilinmeyen salt-okunur özellikli bir bayrak "
909"içeriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400910
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400911#. @-expanded: Ext3 journal superblock has an unknown incompatible feature flag set.\n
912#: e2fsck/problem.c:290
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400913msgid "Ext3 @j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -0500914msgstr ""
915"Ext3 günlüğünün süper bloğu bilinmeyen uyumsuz özellikli bir bayrak "
916"içeriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400917
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400918#. @-expanded: journal version not supported by this e2fsck.\n
919#: e2fsck/problem.c:295
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400920msgid "@j version not supported by this e2fsck.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500921msgstr "günlük sürümü bu e2fsck tarafından desteklenmiyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400922
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400923#. @-expanded: Moving journal from /%s to hidden inode.\n
924#. @-expanded: \n
925#: e2fsck/problem.c:300
Theodore Ts'o886017a2005-06-26 22:11:46 -0400926#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400927msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400928"Moving @j from /%s to hidden @i.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400929"\n"
930msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -0400931"Günlük /%s den gizli düğüme taşınıyor.\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -0500932"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400933
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400934#. @-expanded: Error moving journal: %m\n
935#. @-expanded: \n
936#: e2fsck/problem.c:305
Theodore Ts'o1be672b2003-03-26 00:58:06 -0500937#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400938msgid ""
939"Error moving @j: %m\n"
940"\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -0500941msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500942"günlük taşınırken hata oluştu: %m\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -0500943"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400944
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400945#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
946#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
947#. @-expanded: \n
948#: e2fsck/problem.c:310
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400949msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400950"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400951"Clearing fields beyond the V1 @j @S...\n"
952"\n"
953msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -0400954"Geçersiz V2 günlüğü süper blok alanları bulundu (V1 günlüğünden).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500955"V1 günlüğü süper bloğundan sonraki alanlar temizleniyor...\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -0500956"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400957
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400958#. @-expanded: Backing up journal inode block information.\n
959#. @-expanded: \n
960#: e2fsck/problem.c:316
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400961msgid ""
962"Backing up @j @i @b information.\n"
963"\n"
964msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500965"Günlük düğümü blok bilgileri yedekleniyor.\n"
966"\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -0400967
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400968#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
969#. @-expanded: is %N; should be zero.
970#: e2fsck/problem.c:321
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500971msgid ""
972"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
973"is %N; @s zero. "
974msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -0400975"dosya sisteminde resize_ınode etkin değil, ama s_reserved_gdt_blocks için\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500976"%N değeri var; sıfır olmalıydı. "
977
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400978#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
979#: e2fsck/problem.c:327
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400980msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Theodore Ts'o886017a2005-06-26 22:11:46 -0400981msgstr "Resize_inode etkin değil, ama düğüm boyutlandırma sıfırdan farklı. "
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500982
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400983#. @-expanded: Resize inode not valid.
984#: e2fsck/problem.c:332
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500985msgid "Resize @i not valid. "
986msgstr "Düğüm boyutlandırma geçersiz. "
987
Theodore Ts'o6956f612005-12-31 16:46:15 -0500988#. @-expanded: superblock last mount time is in the future.
989#: e2fsck/problem.c:337
990msgid "@S last mount time is in the future. "
991msgstr ""
992
993#. @-expanded: superblock last write time is in the future.
994#: e2fsck/problem.c:342
995msgid "@S last write time is in the future. "
996msgstr ""
997
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400998#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o6956f612005-12-31 16:46:15 -0500999#: e2fsck/problem.c:349
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001000msgid "Pass 1: Checking @is, @bs, and sizes\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001001msgstr "1. geçiş: düğümler, bloklar ve uzunluklar denetleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001002
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001003#. @-expanded: root inode is not a directory.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001004#: e2fsck/problem.c:353
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001005msgid "@r is not a @d. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001006msgstr "Kök düğümü bir dizin değil. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001007
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001008#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o6956f612005-12-31 16:46:15 -05001009#: e2fsck/problem.c:358
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001010msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001011msgstr "Kök düğümü için dtime belirtilmiş (eski mke2fs'den dolayı olabilir). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001012
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001013#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001014#: e2fsck/problem.c:363
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001015msgid "Reserved @i %i (%Q) has @n mode. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001016msgstr "Yedek düğüm %i (%Q) hatalı kip içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001017
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001018#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001019#: e2fsck/problem.c:368
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001020#, c-format
1021msgid "@D @i %i has zero dtime. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001022msgstr "Silinen düğüm %i sıfır dtime içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001023
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001024#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001025#: e2fsck/problem.c:373
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001026#, c-format
1027msgid "@i %i is in use, but has dtime set. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001028msgstr "Düğüm %i kullanımda, ama dtime belirtilmiş. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001029
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001030#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001031#: e2fsck/problem.c:378
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001032#, c-format
1033msgid "@i %i is a @z @d. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001034msgstr "Düğüm %i bir sıfır uzunluklu dizindir. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001035
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001036#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001037#: e2fsck/problem.c:383
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001038msgid "@g %g's @b @B at %b @C.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001039msgstr ""
1040"%g grubunun %b deki blok biteşlemi diğer dosya sistemi blokları ile "
1041"çelişiyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001042
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001043#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001044#: e2fsck/problem.c:388
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001045msgid "@g %g's @i @B at %b @C.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001046msgstr ""
1047"%g grubunun %b deki düğüm biteşlemi diğer dosya sistemi blokları ile "
1048"çelişiyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001049
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001050#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001051#: e2fsck/problem.c:393
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001052msgid "@g %g's @i table at %b @C.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001053msgstr ""
1054"%g grubunun %b deki düğüm tablosu diğer dosya sistemi blokları ile "
1055"çelişiyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001056
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001057#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001058#: e2fsck/problem.c:398
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001059msgid "@g %g's @b @B (%b) is bad. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001060msgstr "%g grubunun blok biteşlemi (%b) hatalı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001061
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001062#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001063#: e2fsck/problem.c:403
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001064msgid "@g %g's @i @B (%b) is bad. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001065msgstr "%g grubunun düğüm biteşlemi (%b) hatalı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001066
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001067#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001068#: e2fsck/problem.c:408
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001069msgid "@i %i, i_size is %Is, @s %N. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001070msgstr "Düğüm %i düğüm uzunluğu %Is, %N olmalıydı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001071
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001072#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001073#: e2fsck/problem.c:413
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001074msgid "@i %i, i_@bs is %Ib, @s %N. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001075msgstr "Dosya düğüm %i, blok düğümü %Ib, %N olmalıydı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001076
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001077#. @-expanded: illegal block #%B (%b) in inode %i.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001078#: e2fsck/problem.c:418
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001079msgid "@I @b #%B (%b) in @i %i. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001080msgstr "Düğüm %i içindeki blok #%B (%b) kuraldışı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001081
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001082#. @-expanded: block #%B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001083#: e2fsck/problem.c:423
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001084msgid "@b #%B (%b) overlaps @f metadata in @i %i. "
Theodore Ts'o6956f612005-12-31 16:46:15 -05001085msgstr ""
1086"Düğüm %i içindeki blok #%B (%b) dosya sistemi metaverisinin üzerine "
1087"taşıyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001088
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001089#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o6956f612005-12-31 16:46:15 -05001090#: e2fsck/problem.c:428
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001091#, c-format
1092msgid "@i %i has illegal @b(s). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001093msgstr "Düğüm %i kuraldışı blok(lar) içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001094
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001095#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001096#: e2fsck/problem.c:433
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001097#, c-format
1098msgid "Too many illegal @bs in @i %i.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001099msgstr "Düğüm %i içinde çok fazla kuraldışı blok.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001100
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001101#. @-expanded: illegal block #%B (%b) in bad block inode.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001102#: e2fsck/problem.c:438
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001103msgid "@I @b #%B (%b) in bad @b @i. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001104msgstr "Hatalı blok düğümü içindeki blok %B (%b) kuraldışı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001105
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001106#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o6956f612005-12-31 16:46:15 -05001107#: e2fsck/problem.c:443
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001108msgid "Bad @b @i has illegal @b(s). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001109msgstr "Hatalı blok düğümü kuraldışı blok(lar) içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001110
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001111#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001112#: e2fsck/problem.c:448
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001113msgid "Duplicate or bad @b in use!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001114msgstr "Tekrarlanmış ya da hatalı blok kullanımda!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001115
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001116#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001117#: e2fsck/problem.c:453
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001118msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001119msgstr "Hatalı blok %b, hatalı blok düğümü dolaylı bloğu olarak kullanılmış."
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001120
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001121#. @-expanded: \n
1122#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1123#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1124#. @-expanded: in the filesystem.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001125#: e2fsck/problem.c:458
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001126msgid ""
1127"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001128"The bad @b @i has probably been corrupted. You probably\n"
1129"should stop now and run e2fsck -c to scan for bad blocks\n"
1130"in the @f.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001131msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001132"\n"
1133"Hatalı blok düğümü galiba bozulmuş. Bu durumda herşeyi durdurup\n"
1134"dosya sistemindeki hatalı blokları taramak için e2fsck -c\n"
1135"çalıştırmalısınız.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001136
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001137#. @-expanded: \n
1138#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001139#: e2fsck/problem.c:465
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001140msgid ""
1141"\n"
1142"If the @b is really bad, the @f can not be fixed.\n"
1143msgstr ""
1144"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001145"Blok gerçekten hatalıysa, dosya sistemi düzeltilemez.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001146
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001147#. @-expanded: You can remove this block from the bad block list and hope\n
1148#. @-expanded: that the block is really OK. But there are no guarantees.\n
1149#. @-expanded: \n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001150#: e2fsck/problem.c:470
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001151msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001152"You can remove this @b from the bad @b list and hope\n"
1153"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001154"\n"
1155msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001156"Bu bloğu hatalı bloklar listesinden silebilir ve bu bloğun gerçekten\n"
1157"doğru olduğunu umabilirsiniz, ancak hiçbir garantisi yoktur.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001158"\n"
1159
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001160#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001161#: e2fsck/problem.c:476
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001162msgid "The primary @S (%b) is on the bad @b list.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001163msgstr "Birincil dosya sistemi (%b) hatalı bloklar listesinde kayıtlı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001164
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001165#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001166#: e2fsck/problem.c:481
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001167msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001168msgstr ""
1169"Birincil grup tanımlarındaki blok %b, hatalı bloklar listesinde kayıtlı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001170
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001171#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001172#: e2fsck/problem.c:487
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001173msgid "Warning: Group %g's @S (%b) is bad.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001174msgstr "Uyarı: %g grubunun superbloğu (%b) hatalı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001175
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001176#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001177#: e2fsck/problem.c:492
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001178msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001179msgstr ""
1180"Uyarı %g grubunun grup tanımları kopyası bir hatalı blok içeriyor (%b).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001181
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001182#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001183#: e2fsck/problem.c:498
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001184msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001185msgstr ""
1186"Programlama hatası? blok %b, hatalı blok işleminde sebepsiz olarak talep "
1187"edildi.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001188
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001189#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001190#: e2fsck/problem.c:504
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001191msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001192msgstr ""
1193"%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 -04001194
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001195#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001196#: e2fsck/problem.c:509
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001197#, c-format
1198msgid "@A @b buffer for relocating %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001199msgstr "%s tekrar konumlaması için blok tamponuna yer ayrılırken hata oluştu\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001200
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001201#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001202#: e2fsck/problem.c:514
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001203msgid "Relocating @g %g's %s from %b to %c...\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001204msgstr "%g grubunun %s %b den %c ye aktarılıyor...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001205
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001206#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001207#: e2fsck/problem.c:519
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001208#, c-format
1209msgid "Relocating @g %g's %s to %c...\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001210msgstr "%g grubunun %s %c ye aktarılıyor...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001211
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001212#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001213#: e2fsck/problem.c:524
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001214msgid "Warning: could not read @b %b of %s: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001215msgstr "Uyarı: %snin %b bloğu okunamadı: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001216
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001217#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001218#: e2fsck/problem.c:529
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001219msgid "Warning: could not write @b %b for %s: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001220msgstr "Uyarı: %snin %b bloğu yazılamadı: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001221
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001222#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001223#: e2fsck/problem.c:534 e2fsck/problem.c:1261
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001224msgid "@A @i @B (%N): %m\n"
1225msgstr "Düğüm biteşlemi (%N) ayrılırken hata oluştu: %m\n"
1226
1227#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001228#: e2fsck/problem.c:539
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001229msgid "@A @b @B (%N): %m\n"
1230msgstr "Düğüm biteşlemi (%N) ayrılırken hata oluştu: %m\n"
1231
1232#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001233#: e2fsck/problem.c:544
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001234#, c-format
1235msgid "@A icount link information: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001236msgstr "Düğüm sayısı bağ bilgisine yer ayrılırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001237
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001238#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001239#: e2fsck/problem.c:549
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001240#, c-format
1241msgid "@A @d @b array: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001242msgstr "Dizin bloğu dizisine yer ayrılırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001243
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001244#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001245#: e2fsck/problem.c:554
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001246#, c-format
1247msgid "Error while scanning @is (%i): %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001248msgstr "Düğümler (%i) taranırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001249
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001250#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001251#: e2fsck/problem.c:559
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001252#, c-format
1253msgid "Error while iterating over @bs in @i %i: %m\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001254msgstr ""
1255"Düğüm %i içindeki bloklar üzerinde işlemler tekrarlanırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001256
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001257#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001258#: e2fsck/problem.c:564
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001259msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1260msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001261"Düğüm sayısı bilgisi (düğüm = %i, sayısı = %N)\n"
1262"saklanırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001263
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001264#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001265#: e2fsck/problem.c:569
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001266msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1267msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001268"Dizin bloğu bilgisi (düğüm = %i, blok = %b, num = %N)\n"
1269"saklanırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001270
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001271#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001272#: e2fsck/problem.c:575
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001273#, c-format
1274msgid "Error reading @i %i: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001275msgstr "Düğüm %i okunurken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001276
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001277#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001278#: e2fsck/problem.c:583
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001279#, c-format
1280msgid "@i %i has imagic flag set. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001281msgstr "Düğüm %i imagic bayrağı içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001282
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001283#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1284#. @-expanded: or append-only flag set.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001285#: e2fsck/problem.c:588
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001286#, c-format
1287msgid ""
1288"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1289"or append-only flag set. "
1290msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001291"Özel (aygıt/soket/fifo/sembağ) dosya (düğüm %i),\n"
1292"salt-eklenir ya da değişmez bayrağı içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001293
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001294#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001295#: e2fsck/problem.c:594
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001296#, c-format
1297msgid "@i %i has @cion flag set on @f without @cion support. "
Theodore Ts'o6956f612005-12-31 16:46:15 -05001298msgstr ""
1299"Düğüm %i sıkıştırma desteklenmeyen dosya sisteminde sıkıştırma bayrağı "
1300"içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001301
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001302#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001303#: e2fsck/problem.c:599
Theodore Ts'o886017a2005-06-26 22:11:46 -04001304#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001305msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001306msgstr "Özel (aygıt/soket/fifo) düğüm %i sıfırdan farklı boyutta. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001307
1308#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001309#: e2fsck/problem.c:609
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001310msgid "@j @i is not in use, but contains data. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001311msgstr "Günlük düğümü kullanımda değil ama veri içeriyor. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001312
1313#. @-expanded: journal is not regular file.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001314#: e2fsck/problem.c:614
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001315msgid "@j is not regular file. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001316msgstr "Günlük dosyası normal bir dosya değil. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001317
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001318#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001319#: e2fsck/problem.c:619
Theodore Ts'o886017a2005-06-26 22:11:46 -04001320#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001321msgid "@i %i was part of the @o @i list. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001322msgstr "Düğüm %i öksüz düğüm listesinin parçasıydı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001323
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001324#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001325#: e2fsck/problem.c:625
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001326msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001327msgstr "Bozuk bir artık bağlı listenin bir parçasını bulunduran düğümler. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001328
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001329#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001330#: e2fsck/problem.c:630
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001331msgid "@A refcount structure (%N): %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001332msgstr "refcount veri yapısı için yer ayrılırken hata oluştu: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001333
1334#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001335#: e2fsck/problem.c:635
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001336msgid "Error reading @a @b %b for @i %i. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001337msgstr "Düğüm %i için ek özellik bloğu %b okunurken hata oluştu. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001338
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001339#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001340#: e2fsck/problem.c:640
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001341msgid "@i %i has a bad @a @b %b. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001342msgstr "Düğüm %i %b hatalı ek özellik bloğunu içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001343
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001344#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o6956f612005-12-31 16:46:15 -05001345#: e2fsck/problem.c:645
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001346msgid "Error reading @a @b %b (%m). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001347msgstr "Ek özellik bloğu %b okunurken hata oluştu (%m). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001348
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001349#. @-expanded: extended attribute block %b has reference count %B, should be %N.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001350#: e2fsck/problem.c:650
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001351msgid "@a @b %b has reference count %B, @s %N. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001352msgstr "Ek özellikler bloğu %b %B başvuru sayısına sahip, %N olmalıydı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001353
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001354#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o6956f612005-12-31 16:46:15 -05001355#: e2fsck/problem.c:655
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001356msgid "Error writing @a @b %b (%m). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001357msgstr "Ek özellik bloğu %b yazılırken hata oluştu (%m). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001358
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001359#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001360#: e2fsck/problem.c:660
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001361msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001362msgstr "Ek özellikler bloğu %b için h_blocks > 1. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001363
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001364#. @-expanded: error allocating extended attribute block %b.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001365#: e2fsck/problem.c:665
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001366msgid "@A @a @b %b. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001367msgstr "Ek özellikler bloğu %b ayrılırken hata. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001368
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001369#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o6956f612005-12-31 16:46:15 -05001370#: e2fsck/problem.c:670
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001371msgid "@a @b %b is corrupt (allocation collision). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001372msgstr "Ek özellik bloğu %b bozuk (tahsis çatışması). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001373
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001374#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o6956f612005-12-31 16:46:15 -05001375#: e2fsck/problem.c:675
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001376msgid "@a @b %b is corrupt (@n name). "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001377msgstr "Ek özellikler bloğu %b bozuk (geçersiz isim). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001378
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001379#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o6956f612005-12-31 16:46:15 -05001380#: e2fsck/problem.c:680
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001381msgid "@a @b %b is corrupt (@n value). "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001382msgstr "Ek özellikler bloğu %b bozuk (geçersiz değer). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001383
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001384#. @-expanded: inode %i is too big.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001385#: e2fsck/problem.c:685
Theodore Ts'o1be672b2003-03-26 00:58:06 -05001386#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001387msgid "@i %i is too big. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001388msgstr "düğüm %i çok büyük. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001389
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001390#. @-expanded: block #%B (%b) causes directory to be too big.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001391#: e2fsck/problem.c:689
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001392msgid "@b #%B (%b) causes @d to be too big. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001393msgstr "Blok #%B (%b) çok büyük dizin oluşturuyor. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001394
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001395#. @-expanded: block #%B (%b) causes file to be too big.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001396#: e2fsck/problem.c:694
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001397msgid "@b #%B (%b) causes file to be too big. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001398msgstr "Blok #%B (%b) çok büyük dosya oluşturuyor. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001399
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001400#. @-expanded: block #%B (%b) causes symlink to be too big.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001401#: e2fsck/problem.c:699
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001402msgid "@b #%B (%b) causes symlink to be too big. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001403msgstr "Blok #%B (%b) çok büyük sembolik bağ oluşturuyor. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001404
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001405#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001406#: e2fsck/problem.c:704
Theodore Ts'o1be672b2003-03-26 00:58:06 -05001407#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001408msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001409msgstr ""
1410"Düğüm %i htree desteği bulunmayan dosya sisteminde INDEX_FL bayrağı "
1411"içeriyor.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001412
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001413#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001414#: e2fsck/problem.c:709
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001415#, c-format
1416msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001417msgstr "Düğüm %i INDEX_FL bayrağı içeriyor ama o bir dizin değil.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001418
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001419#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001420#: e2fsck/problem.c:714
Theodore Ts'o886017a2005-06-26 22:11:46 -04001421#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001422msgid "@h %i has an @n root node.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001423msgstr "HTREE dizin düğümü %i geçersiz bir kök düğümü içeriyor.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001424
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001425#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001426#: e2fsck/problem.c:719
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001427msgid "@h %i has an unsupported hash version (%N)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001428msgstr "HTREE dizin düğümü %i desteklenmeyen bir hash sürümü (%N) içeriyor.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001429
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001430#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001431#: e2fsck/problem.c:724
Theodore Ts'o1be672b2003-03-26 00:58:06 -05001432#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001433msgid "@h %i uses an incompatible htree root node flag.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001434msgstr ""
1435"HTREE dizin düğümü %i uyumsuz bir htree kök düğümü bayrağı kullanıyor.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001436
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001437#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001438#: e2fsck/problem.c:729
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001439msgid "@h %i has a tree depth (%N) which is too big\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001440msgstr "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 -05001441
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001442#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1443#. @-expanded: filesystem metadata.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001444#: e2fsck/problem.c:734
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001445msgid ""
1446"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1447"@f metadata. "
1448msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001449"Hatalı düğüm bloğu dosya sisteminin meta verisi ile çelişen\n"
1450"bir dolaylı blok (%b) içeriyor."
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001451
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001452#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001453#: e2fsck/problem.c:740
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001454#, c-format
1455msgid "Resize @i (re)creation failed: %m."
1456msgstr "Düğümü boyutlandırmak için (tekrar) oluşturma başarısız: %m"
1457
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001458#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001459#: e2fsck/problem.c:745
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001460msgid "@i %i has a extra size (%IS) which is @n\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04001461msgstr "%i. düğüm geçersiz bir ek boyut içeriyor (%IS)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001462
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001463#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001464#: e2fsck/problem.c:750
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001465msgid "@a in @i %i has a namelen (%N) which is @n\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04001466msgstr "%i. düğümdeki ek özellik geçersiz bir isim alanı içeriyor (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001467
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001468#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001469#: e2fsck/problem.c:755
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001470msgid "@a in @i %i has a value size (%N) which is @n\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04001471msgstr "%i. düğümdeki ek özellik geçersiz bir değer içeriyor (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001472
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001473#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001474#: e2fsck/problem.c:760
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001475msgid "@a in @i %i has a value offset (%N) which is @n\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04001476msgstr "%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 -04001477
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001478#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001479#: e2fsck/problem.c:765
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001480msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001481msgstr ""
1482"%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 -04001483
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001484#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid (must be 0)\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001485#: e2fsck/problem.c:770
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001486msgid "@a in @i %i has a hash (%N) which is @n (must be 0)\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001487msgstr ""
1488"%i. düğümdeki ek özellik geçersiz bir çırpı (hash) içeriyor (%N), 0 olmalı\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001489
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001490#. @-expanded: \n
1491#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1492#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001493#: e2fsck/problem.c:777
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001494msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001495"\n"
1496"Running additional passes to resolve @bs claimed by more than one @i...\n"
1497"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001498msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001499"\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001500"Birden fazla düğüm gerektiren blokları çözümlemek için ek geçişler "
1501"yapılıyor...\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001502"Geçiş 1B: Çok düğümlü bloklar yeniden taranıyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001503
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001504#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o6956f612005-12-31 16:46:15 -05001505#: e2fsck/problem.c:783
Theodore Ts'o886017a2005-06-26 22:11:46 -04001506#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001507msgid "@m @b(s) in @i %i:"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001508msgstr "Düğüm %i içinde çok düğümlü bloklar var:"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001509
Theodore Ts'o6956f612005-12-31 16:46:15 -05001510#: e2fsck/problem.c:798
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001511#, c-format
1512msgid "Error while scanning inodes (%i): %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001513msgstr "Düğümler (%i) taranırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001514
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001515#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001516#: e2fsck/problem.c:803
Theodore Ts'o886017a2005-06-26 22:11:46 -04001517#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001518msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001519msgstr "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 -04001520
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001521#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001522#: e2fsck/problem.c:808
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001523#, c-format
1524msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1525msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001526"Düğüm %i içindeki bloklar üzerindeki işlemler tekrarlanırken\n"
1527"hata oluştu (%s): %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001528
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001529#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001530#: e2fsck/problem.c:813 e2fsck/problem.c:1129
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001531msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001532msgstr ""
1533"Ek özellikler bloğu %b (düğüm %i) için refcount ayarlanırken hata oluştu: %"
1534"m\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001535
Theodore Ts'o6956f612005-12-31 16:46:15 -05001536#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
1537#: e2fsck/problem.c:819
1538#, fuzzy
1539msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
1540msgstr ""
1541"Geçiş 1C: çok düğümlü bloklar içeren düğümler için dizinler taranıyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001542
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001543#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001544#: e2fsck/problem.c:825
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001545msgid "Pass 1D: Reconciling @m @bs\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001546msgstr "Geçiş 1D: Çok düğümlü bloklar yeniden hallediliyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001547
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001548#. @-expanded: File %Q (inode #%i, mod time %IM) \n
1549#. @-expanded: has %B multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001550#: e2fsck/problem.c:830
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001551msgid ""
1552"File %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001553" has %B @m @b(s), shared with %N file(s):\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001554msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001555"Dosya %Q (düğüm %i, değişiklik zamanı %IM) \n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001556" %N dosya ile paylaşımlı, çok düğümlü %B blok içeriyor:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001557
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001558#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001559#: e2fsck/problem.c:836
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001560msgid "\t%Q (@i #%i, mod time %IM)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001561msgstr "\t%Q (düğüm %i, değişiklik zamanı %IM)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001562
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001563#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001564#: e2fsck/problem.c:841
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001565msgid "\t<@f metadata>\n"
1566msgstr "\t<dosya sistemi metaverisi>\n"
1567
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001568#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1569#. @-expanded: \n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001570#: e2fsck/problem.c:846
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001571msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001572"(There are %N @is containing @m @bs.)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001573"\n"
1574msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001575"(Çok düğümlü blok içeren %N düğüm var.)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001576"\n"
1577
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001578#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1579#. @-expanded: \n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001580#: e2fsck/problem.c:851
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001581msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001582"@m @bs already reassigned or cloned.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001583"\n"
1584msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001585"Çok düğümlü bloklar zaten yeniden atanmış ya da kopyalanmıştı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001586"\n"
1587
Theodore Ts'o6956f612005-12-31 16:46:15 -05001588#: e2fsck/problem.c:864
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001589#, c-format
1590msgid "Couldn't clone file: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001591msgstr "Dosya kopyalanamadı: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001592
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001593#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001594#: e2fsck/problem.c:870
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001595msgid "Pass 2: Checking @d structure\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001596msgstr "Geçiş 2: Dizin yapısı denetleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001597
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001598#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001599#: e2fsck/problem.c:875
Theodore Ts'o886017a2005-06-26 22:11:46 -04001600#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001601msgid "@n @i number for '.' in @d @i %i.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001602msgstr "Dizin düğümü %i içindeki '.' için düğüm numarası geçersiz.\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 invalid inode #: %Di.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001605#: e2fsck/problem.c:880
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001606msgid "@E has @n @i #: %Di.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001607msgstr "@E hatalı düğüm numarası içeriyor: %Di.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001608
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001609#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001610#: e2fsck/problem.c:885
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001611msgid "@E has @D/unused @i %Di. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001612msgstr "@E silinmiş/kullanılmayan düğüm %Di içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001613
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001614#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o6956f612005-12-31 16:46:15 -05001615#: e2fsck/problem.c:890
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001616msgid "@E @L to '.' "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001617msgstr "@E '.' ya bir bağdır. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001618
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001619#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001620#: e2fsck/problem.c:895
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001621msgid "@E points to @i (%Di) located in a bad @b.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001622msgstr "@E bir hatalı blok içindeki düğümü (%Di) gösteriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001623
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001624#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001625#: e2fsck/problem.c:900
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001626msgid "@E @L to @d %P (%Di).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001627msgstr "@E dizin %P (%Di) için bir bağdır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001628
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001629#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001630#: e2fsck/problem.c:905
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001631msgid "@E @L to the @r.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001632msgstr "@E kök düğümüne bir bağdır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001633
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001634#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001635#: e2fsck/problem.c:910
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001636msgid "@E has illegal characters in its name.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001637msgstr "@E isminde kuraldışı karakterler içeriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001638
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001639#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001640#: e2fsck/problem.c:915
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001641#, c-format
1642msgid "Missing '.' in @d @i %i.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001643msgstr "Dizin düğümü %i içinde '.' eksik.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001644
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001645#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001646#: e2fsck/problem.c:920
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001647#, c-format
1648msgid "Missing '..' in @d @i %i.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001649msgstr "Dizin düğümü %i içinde '..' eksik.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001650
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001651#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001652#: e2fsck/problem.c:925
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001653msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001654msgstr ""
1655"Dizin düğümü %i (%p) içindeki ilk girdi '%Dn' (düğüm=%Di) '.' olmalıydı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001656
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001657#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001658#: e2fsck/problem.c:930
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001659msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001660msgstr ""
1661"Dizin düğümü %i içindeki ikinci girdi '%Dn' (düğüm=%Di) '..' olmalıydı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001662
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001663#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001664#: e2fsck/problem.c:935
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001665msgid "i_faddr @F %IF, @s zero.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001666msgstr "düğüm %i (%Q) %IF için i_faddr, sıfır olmalı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001667
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001668#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001669#: e2fsck/problem.c:940
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001670msgid "i_file_acl @F %If, @s zero.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001671msgstr "düğüm %i (%Q) %If için i_file_acl, sıfır olmalı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001672
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001673#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001674#: e2fsck/problem.c:945
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001675msgid "i_dir_acl @F %Id, @s zero.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001676msgstr "düğüm %i (%Q) %Id için i_dir_acl, sıfır olmalı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001677
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001678#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001679#: e2fsck/problem.c:950
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001680msgid "i_frag @F %N, @s zero.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001681msgstr "düğüm %i (%Q) %N için i_frag, sıfır olmalı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001682
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001683#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001684#: e2fsck/problem.c:955
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001685msgid "i_fsize @F %N, @s zero.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001686msgstr "düğüm %i (%Q) %N için i_fsize, sıfır olmalı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001687
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001688#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001689#: e2fsck/problem.c:960
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001690msgid "@i %i (%Q) has @n mode (%Im).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001691msgstr "Düğüm %i (%Q) bir hatalı kip (%Im) içeriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001692
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001693#. @-expanded: directory inode %i, block %B, offset %N: directory corrupted\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001694#: e2fsck/problem.c:965
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001695msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001696msgstr "Dizin düğümü %i, blok %B, konum %N: dizin bozuk\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001697
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001698#. @-expanded: directory inode %i, block %B, offset %N: filename too long\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001699#: e2fsck/problem.c:970
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001700msgid "@d @i %i, @b %B, offset %N: filename too long\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001701msgstr "Dizin düğümü %i, blok %B, konum %N: dosya ismi çok uzun\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001702
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001703#. @-expanded: directory inode %i has an unallocated block #%B.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001704#: e2fsck/problem.c:975
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001705msgid "@d @i %i has an unallocated @b #%B. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001706msgstr "Dizin düğümü %i bir ayrılmayan blok #%B içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001707
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001708#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001709#: e2fsck/problem.c:980
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001710#, c-format
1711msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001712msgstr "Dizin düğümü %i deki '.' dizin girdisi NULL sonlandırmalı değil\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001713
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001714#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001715#: e2fsck/problem.c:985
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001716#, c-format
1717msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001718msgstr "Dizin düğümü %i deki '..' dizin girdisi NULL sonlandırmalı değil\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001719
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001720#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001721#: e2fsck/problem.c:990
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001722msgid "@i %i (%Q) is an @I character @v.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001723msgstr "Düğüm %i (%Q) bir kuraldışı karakter aygıtı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001724
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001725#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001726#: e2fsck/problem.c:995
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001727msgid "@i %i (%Q) is an @I @b @v.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001728msgstr "Düğüm %i (%Q) bir kuraldışı blok aygıtı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001729
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001730#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001731#: e2fsck/problem.c:1000
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001732msgid "@E is duplicate '.' @e.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001733msgstr "@E tekrarlayan '.' girdisi içeriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001734
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001735#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001736#: e2fsck/problem.c:1005
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001737msgid "@E is duplicate '..' @e.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001738msgstr "@E tekrarlayan '..' girdisi içeriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001739
Theodore Ts'o6956f612005-12-31 16:46:15 -05001740#: e2fsck/problem.c:1010 e2fsck/problem.c:1286
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001741#, c-format
1742msgid "Internal error: couldn't find dir_info for %i.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001743msgstr "İç hata: %i için dizin bilgileri bulunamıyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001744
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001745#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001746#: e2fsck/problem.c:1015
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001747msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001748msgstr "@E %Dr kayıt uzunluğunda, %N olmalıydı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001749
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001750#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001751#: e2fsck/problem.c:1020
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001752#, c-format
1753msgid "@A icount structure: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001754msgstr "icount veri yapısı için yer ayrılırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001755
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001756#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001757#: e2fsck/problem.c:1025
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001758#, c-format
Theodore Ts'of592bed2003-07-26 00:51:54 -04001759msgid "Error iterating over @d @bs: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001760msgstr "Dizin blokları yinelenirken hata: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001761
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001762#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001763#: e2fsck/problem.c:1030
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001764msgid "Error reading @d @b %b (@i %i): %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001765msgstr "Dizin bloğu %b (düğüm %i) okunurken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001766
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001767#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001768#: e2fsck/problem.c:1035
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001769msgid "Error writing @d @b %b (@i %i): %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001770msgstr "Dizin bloğu %b (düğüm %i) yazılırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001771
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001772#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001773#: e2fsck/problem.c:1040
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001774#, c-format
1775msgid "@A new @d @b for @i %i (%s): %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001776msgstr "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 -04001777
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001778#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001779#: e2fsck/problem.c:1045
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001780#, c-format
1781msgid "Error deallocating @i %i: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001782msgstr "Düğüm %i bırakılırken hata: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001783
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001784#. @-expanded: directory entry for '.' is big.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001785#: e2fsck/problem.c:1050
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001786msgid "@d @e for '.' is big. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001787msgstr "'.' için dizin girdisi büyük. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001788
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001789#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001790#: e2fsck/problem.c:1055
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001791msgid "@i %i (%Q) is an @I FIFO.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001792msgstr "Düğüm %i (%Q) bir kuraldışı FIFO.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001793
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001794#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001795#: e2fsck/problem.c:1060
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001796msgid "@i %i (%Q) is an @I socket.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001797msgstr "Düğüm %i (%Q) bir kuraldışı soket.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001798
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001799#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001800#: e2fsck/problem.c:1065
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001801msgid "Setting filetype for @E to %N.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001802msgstr "@E için dosya türü %N olarak belirleniyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001803
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001804#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001805#: e2fsck/problem.c:1070
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001806msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001807msgstr "@E yanlış dosya türünde (%Dt idi, %N olmalıydı).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001808
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001809#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001810#: e2fsck/problem.c:1075
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001811msgid "@E has filetype set.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001812msgstr "@E için dosya türü belirtilmiş.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001813
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001814#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001815#: e2fsck/problem.c:1080
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001816msgid "@E has a @z name.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001817msgstr "@Enin ismi sıfır uzunlukta.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001818
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001819#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001820#: e2fsck/problem.c:1085
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001821msgid "Symlink %Q (@i #%i) is @n.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001822msgstr "%Q sembolik bağı (düğüm %i) geçersiz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001823
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001824#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001825#: e2fsck/problem.c:1090
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001826msgid "@a @b @F @n (%If).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001827msgstr "@F ek özellik bloğu geçersiz (%If).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001828
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001829#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001830#: e2fsck/problem.c:1095
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001831msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001832msgstr ""
1833"Dosya sistemi çok büyük dosyalar içeriyor, ama süperblokta LARGE_FILE "
1834"bayrağı yok\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001835
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001836#. @-expanded: problem in HTREE directory inode %d: node (%B) not referenced\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001837#: e2fsck/problem.c:1100
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001838msgid "@p @h %d: node (%B) not referenced\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001839msgstr "HTREE dizin düğümü %d içinde sorun: düğüm (%B) referanssız\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001840
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001841#. @-expanded: problem in HTREE directory inode %d: node (%B) referenced twice\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001842#: e2fsck/problem.c:1105
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001843msgid "@p @h %d: node (%B) referenced twice\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001844msgstr "HTREE dizin düğümü %d içinde sorun: düğüm (%B) iki kere referanslı\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001845
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001846#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad min hash\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001847#: e2fsck/problem.c:1110
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001848msgid "@p @h %d: node (%B) has bad min hash\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001849msgstr ""
1850"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 -05001851
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001852#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad max hash\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001853#: e2fsck/problem.c:1115
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001854msgid "@p @h %d: node (%B) has bad max hash\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001855msgstr ""
1856"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 -05001857
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001858#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o6956f612005-12-31 16:46:15 -05001859#: e2fsck/problem.c:1120
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001860msgid "@n @h %d (%q). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001861msgstr "HTREE dizin düğümü %d (%q) geçersiz. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001862
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001863#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001864#: e2fsck/problem.c:1124
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001865msgid "@p @h %d (%q): bad @b number %b.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001866msgstr "HTREE dizin düğümü %d içinde sorun: blok numarası %b hatalı.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001867
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001868#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001869#: e2fsck/problem.c:1134
Theodore Ts'o886017a2005-06-26 22:11:46 -04001870#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001871msgid "@p @h %d: root node is @n\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001872msgstr "HTREE dizin düğümü %d içinde sorun: kök düğümü geçersiz\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001873
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001874#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid limit (%N)\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001875#: e2fsck/problem.c:1139
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001876msgid "@p @h %d: node (%B) has @n limit (%N)\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001877msgstr ""
1878"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 -05001879
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001880#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid count (%N)\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001881#: e2fsck/problem.c:1144
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001882msgid "@p @h %d: node (%B) has @n count (%N)\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001883msgstr ""
1884"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 -05001885
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001886#. @-expanded: problem in HTREE directory inode %d: node (%B) has an unordered hash table\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001887#: e2fsck/problem.c:1149
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001888msgid "@p @h %d: node (%B) has an unordered hash table\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001889msgstr ""
1890"HTREE dizin düğümü %d içinde sorun: düğüm (%B) sırasız bit hash tablosu "
1891"içeriyor\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001892
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001893#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid depth\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001894#: e2fsck/problem.c:1154
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001895msgid "@p @h %d: node (%B) has @n depth\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001896msgstr ""
1897"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 -05001898
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001899#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001900#: e2fsck/problem.c:1159
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001901msgid "Duplicate @E found. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001902msgstr "Yinelenmiş @E bulundu. "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001903
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001904#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
1905#. @-expanded: Rename to %s
Theodore Ts'o6956f612005-12-31 16:46:15 -05001906#: e2fsck/problem.c:1164
Theodore Ts'oddc32a02003-05-03 18:45:55 -04001907#, no-c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001908msgid ""
1909"@E has a non-unique filename.\n"
1910"Rename to %s"
1911msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001912"@E benzersiz olmayan bir dosya ismi içeriyor.\n"
1913"%s olarak değiştirilmeli"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001914
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001915#. @-expanded: Duplicate entry '%Dn' found.\n
1916#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
1917#. @-expanded: \n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001918#: e2fsck/problem.c:1169
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001919msgid ""
1920"Duplicate @e '%Dn' found.\n"
1921"\tMarking %p (%i) to be rebuilt.\n"
1922"\n"
1923msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001924"'%Dn' girdisi yinelenmiş.\n"
1925"\t%p (%i) yeniden kurgulanmak üzere imleniyor.\n"
1926"\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001927
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001928#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001929#: e2fsck/problem.c:1176
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001930msgid "Pass 3: Checking @d connectivity\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001931msgstr "Geçiş 3: Dizin bağlanabilirliği denetleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001932
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001933#. @-expanded: root inode not allocated.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001934#: e2fsck/problem.c:1181
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001935msgid "@r not allocated. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001936msgstr "Kök düğümü tahsisli değil. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001937
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001938#. @-expanded: No room in lost+found directory.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001939#: e2fsck/problem.c:1186
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001940msgid "No room in @l @d. "
Theodore Ts'o1be672b2003-03-26 00:58:06 -05001941msgstr "lost+found dizininde yer yok. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001942
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001943#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001944#: e2fsck/problem.c:1191
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001945#, c-format
1946msgid "Unconnected @d @i %i (%p)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001947msgstr "Dizin düğümü %i (%p) bağlantısız\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001948
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001949#. @-expanded: /lost+found not found.
Theodore Ts'o6956f612005-12-31 16:46:15 -05001950#: e2fsck/problem.c:1196
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001951msgid "/@l not found. "
1952msgstr "/lost+found dizini yok. "
1953
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001954#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001955#: e2fsck/problem.c:1201
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001956msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001957msgstr "%Q (%i) daki '..' %P (%j), süperblok %q (%d).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001958
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001959#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001960#: e2fsck/problem.c:1206
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001961msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001962msgstr "/lost+found dizini ya yok ya da hatalı. tekrar bağlanılamıyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001963
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001964#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001965#: e2fsck/problem.c:1211
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001966#, c-format
1967msgid "Could not expand /@l: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001968msgstr "/lost+found dizini genişletilemiyor: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001969
Theodore Ts'o6956f612005-12-31 16:46:15 -05001970#: e2fsck/problem.c:1216
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001971#, c-format
1972msgid "Could not reconnect %i: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001973msgstr "%i ye tekrar bağlanılamıyor: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001974
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001975#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001976#: e2fsck/problem.c:1221
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001977#, c-format
1978msgid "Error while trying to find /@l: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001979msgstr "/lost+found dizini bulunmaya çalışılırkan hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001980
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001981#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001982#: e2fsck/problem.c:1226
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001983#, c-format
1984msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
1985msgstr ""
1986"ext2fs_new_block: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001987"/lost+found dizini oluşturulmaya çalışılırkan hata oluştu.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001988
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001989#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001990#: e2fsck/problem.c:1231
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001991#, c-format
1992msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
1993msgstr ""
1994"ext2fs_new_inode: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001995"/lost+found dizini oluşturulmaya çalışılırkan hata oluştu.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001996
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001997#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05001998#: e2fsck/problem.c:1236
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001999#, c-format
2000msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2001msgstr ""
2002"ext2fs_new_dir_block: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002003"yeni dizin bloğu oluşturulurken hata.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002004
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002005#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002006#: e2fsck/problem.c:1241
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002007#, c-format
2008msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2009msgstr ""
2010"ext2fs_write_dir_block: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002011"/lost+found için dizin bloğu yazılırken hata oluştu.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002012
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002013#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002014#: e2fsck/problem.c:1246
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002015#, c-format
2016msgid "Error while adjusting @i count on @i %i\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002017msgstr "Düğüm %i üzerinde düğüm sayısı ayarlanırken hata oluştu\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002018
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002019#. @-expanded: Couldn't fix parent of inode %i: %m\n
2020#. @-expanded: \n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002021#: e2fsck/problem.c:1251
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002022#, c-format
2023msgid ""
2024"Couldn't fix parent of @i %i: %m\n"
2025"\n"
2026msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002027"Düğüm %i için üst düğüm belirlenemedi: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002028"\n"
2029
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002030#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2031#. @-expanded: \n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002032#: e2fsck/problem.c:1256
Theodore Ts'o886017a2005-06-26 22:11:46 -04002033#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002034msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002035"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002036"\n"
2037msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002038"Düğüm %i için üst düğüm belirlenemedi: üst dizin girdisi bulunamadı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002039"\n"
2040
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002041#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002042#: e2fsck/problem.c:1266
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002043#, c-format
2044msgid "Error creating root @d (%s): %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002045msgstr "Kök dizini oluşturulurken hata (%s): %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002046
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002047#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002048#: e2fsck/problem.c:1271
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002049#, c-format
2050msgid "Error creating /@l @d (%s): %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002051msgstr "/lost+found dizini oluşturulurken hata (%s): %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002052
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002053#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002054#: e2fsck/problem.c:1276
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002055msgid "@r is not a @d; aborting.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002056msgstr "Kök düğümü bir dizin değil; çıkılıyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002057
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002058#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002059#: e2fsck/problem.c:1281
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002060msgid "Cannot proceed without a @r.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002061msgstr "Bir kök düğümü olmaksızın işlenemez.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002062
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002063#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002064#: e2fsck/problem.c:1291
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002065#, c-format
2066msgid "/@l is not a @d (ino=%i)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002067msgstr "/lost+found bir dizin değil (düğüm = %i)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002068
Theodore Ts'o6956f612005-12-31 16:46:15 -05002069#: e2fsck/problem.c:1298
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002070msgid "Pass 3A: Optimizing directories\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002071msgstr "Pass 3A: Dizinler eniyileniyor\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002072
Theodore Ts'o6956f612005-12-31 16:46:15 -05002073#: e2fsck/problem.c:1303
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002074#, c-format
2075msgid "Failed to create dirs_to_hash iterator: %m"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002076msgstr "dirs_to_hash yineleyici oluşturulamadı: %m"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002077
Theodore Ts'o6956f612005-12-31 16:46:15 -05002078#: e2fsck/problem.c:1308
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002079msgid "Failed to optimize directory %q (%d): %m"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002080msgstr "Dizin %q (%d) eniyilenemedi: %m"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002081
Theodore Ts'o6956f612005-12-31 16:46:15 -05002082#: e2fsck/problem.c:1313
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002083msgid "Optimizing directories: "
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002084msgstr "Eniyilenen dizinler: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002085
Theodore Ts'o6956f612005-12-31 16:46:15 -05002086#: e2fsck/problem.c:1330
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002087msgid "Pass 4: Checking reference counts\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002088msgstr "Geçiş 4: Başvuru sayısı denetleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002089
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002090#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o6956f612005-12-31 16:46:15 -05002091#: e2fsck/problem.c:1335
Theodore Ts'o886017a2005-06-26 22:11:46 -04002092#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002093msgid "@u @z @i %i. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04002094msgstr "artık düğüm %i sıfır uzunlukta. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002095
2096#. @-expanded: unattached inode %i\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002097#: e2fsck/problem.c:1340
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002098#, c-format
2099msgid "@u @i %i\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002100msgstr "artık düğüm %i\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002101
2102#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o6956f612005-12-31 16:46:15 -05002103#: e2fsck/problem.c:1345
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002104msgid "@i %i ref count is %Il, @s %N. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002105msgstr "Düğüm %i için başvuru sayısı %Il, %N olmalıydı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002106
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002107#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2108#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2109#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002110#: e2fsck/problem.c:1349
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002111msgid ""
2112"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2113"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002114"@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 -04002115msgstr ""
2116"UYARI: E2FSCK'DA YAZILIM HATASI!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002117" YA DA BİR MANKAFA (SİZ) BAĞLI (CANLI) DOSYA SİSTEMİNİ DENETLETİYOR.\n"
2118" (pardon, yazar BONEHEAD (YOU) yazmış da)\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002119"inode_link_info[%i] = %N, inode.inode_links_count = %Il.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002120"Bunlar aynı olmalıydı!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002121
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002122#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002123#: e2fsck/problem.c:1359
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002124msgid "Pass 5: Checking @g summary information\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002125msgstr "5. Geçiş: grup özet bilgileri denetleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002126
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002127#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o6956f612005-12-31 16:46:15 -05002128#: e2fsck/problem.c:1364
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002129msgid "Padding at end of @i @B is not set. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002130msgstr "Düğüm biteşleminin sonundaki alan belirlenmemiş. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002131
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002132#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o6956f612005-12-31 16:46:15 -05002133#: e2fsck/problem.c:1369
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002134msgid "Padding at end of @b @B is not set. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002135msgstr "Blok biteşleminin sonundaki alan belirlenmemiş. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002136
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002137#. @-expanded: block bitmap differences:
Theodore Ts'o6956f612005-12-31 16:46:15 -05002138#: e2fsck/problem.c:1374
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002139msgid "@b @B differences: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002140msgstr "blok biteşlemi farkları: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002141
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002142#. @-expanded: inode bitmap differences:
Theodore Ts'o6956f612005-12-31 16:46:15 -05002143#: e2fsck/problem.c:1394
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002144msgid "@i @B differences: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002145msgstr "düğüm biteşlemi farkları: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002146
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002147#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002148#: e2fsck/problem.c:1414
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002149msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002150msgstr "%g. grup için serbest düğüm sayısı yanlış (%i, sayılan = %j).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002151
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002152#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002153#: e2fsck/problem.c:1419
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002154msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002155msgstr "%g. grup için dizin sayısı yanlış (%i, sayılan = %j).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002156
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002157#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002158#: e2fsck/problem.c:1424
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002159msgid "Free @is count wrong (%i, counted=%j).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002160msgstr "Serbest düğüm sayısı yanlış (%i, sayılan = %j).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002161
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002162#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002163#: e2fsck/problem.c:1429
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002164msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002165msgstr "%g. grup için serbest blok sayısı yanlış (%b, sayılan = %c).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002166
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002167#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002168#: e2fsck/problem.c:1434
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002169msgid "Free @bs count wrong (%b, counted=%c).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002170msgstr "Serbest blok sayısı yanlış (%b, sayılan = %c).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002171
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002172#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2173#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002174#: e2fsck/problem.c:1439
2175msgid ""
2176"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2177"endpoints (%i, %j)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002178msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002179"PROGRAMLAMA HATASI: dosya sistemi (#%N) biteşlem sınırları (%b, %c)\n"
2180"ile hesaplanan biteşlem sınırları (%i, %j) uyuşmuyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002181
Theodore Ts'o6956f612005-12-31 16:46:15 -05002182#: e2fsck/problem.c:1445
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002183msgid "Internal error: fudging end of bitmap (%N)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002184msgstr "İç hata: biteşlemin sonunda bozulma (%N)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002185
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002186#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002187#: e2fsck/problem.c:1450
Theodore Ts'o886017a2005-06-26 22:11:46 -04002188#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002189msgid "Error copying in replacement @i @B: %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002190msgstr "Yedek düğüm biteşleminde kopyalama hatası: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002191
2192#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o6956f612005-12-31 16:46:15 -05002193#: e2fsck/problem.c:1455
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002194#, c-format
2195msgid "Error copying in replacement @b @B: %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002196msgstr "Yedek blok biteşleminde kopyalama hatası: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002197
Theodore Ts'o6956f612005-12-31 16:46:15 -05002198#: e2fsck/problem.c:1593
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002199#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002200msgid "Unhandled error code (0x%x)!\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002201msgstr "Elde edilemeyen hata kodu ((0x%x)!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002202
Theodore Ts'o6956f612005-12-31 16:46:15 -05002203#: e2fsck/problem.c:1687
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002204msgid "IGNORED"
2205msgstr "YOKSAYILDI"
2206
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002207#: e2fsck/scantest.c:81
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002208#, c-format
2209msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002210msgstr "Kullanılan bellek: %d, geçen süre: %6.3f/%6.3f/%6.3f\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002211
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002212#: e2fsck/scantest.c:100
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002213#, c-format
2214msgid "size of inode=%d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002215msgstr "düğüm uzunluğu = %d\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002216
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002217#: e2fsck/scantest.c:121
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002218msgid "while starting inode scan"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002219msgstr "- düğüm taraması başlatılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002220
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002221#: e2fsck/scantest.c:132
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002222msgid "while doing inode scan"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002223msgstr "- düğüm taraması yapılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002224
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002225#: e2fsck/super.c:200
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002226#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002227msgid "while calling ext2fs_block_iterate for inode %d"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002228msgstr "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 -04002229
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002230#: e2fsck/super.c:223
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002231#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002232msgid "while calling ext2fs_adjust_ea_refocunt for inode %d"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002233msgstr "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 -05002234
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002235#: e2fsck/super.c:281
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002236msgid "Truncating"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002237msgstr "Kırpılıyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002238
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002239#: e2fsck/super.c:282
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002240msgid "Clearing"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002241msgstr "Temizleniyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002242
2243#: e2fsck/swapfs.c:98
2244msgid "while calling ext2fs_block_iterate"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002245msgstr "ext2fs_block_iterate işlevi çağrılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002246
2247#: e2fsck/swapfs.c:104
2248msgid "while calling iterator function"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002249msgstr "- yineleme işlevi çağrılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002250
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002251#: e2fsck/swapfs.c:126
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002252msgid "while allocating inode buffer"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002253msgstr "- düğüm tampon belleği ayrılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002254
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002255#: e2fsck/swapfs.c:138
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002256#, c-format
2257msgid "while reading inode table (group %d)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002258msgstr "- düğüm tablosu okunurken hata oluştu (grup %d)"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002259
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002260#: e2fsck/swapfs.c:176
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002261#, c-format
2262msgid "while writing inode table (group %d)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002263msgstr "- düğüm tablosu yazılırken hata oluştu (grup %d)"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002264
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002265#: e2fsck/swapfs.c:223
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002266#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002267msgid "Pass 0: Doing byte-swap of filesystem\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002268msgstr "Geçiş 0: dosya sisteminin bayt sıralaması düzeltiliyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002269
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002270#: e2fsck/swapfs.c:230
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002271#, c-format
2272msgid ""
2273"%s: the filesystem must be freshly checked using fsck\n"
2274"and not mounted before trying to byte-swap it.\n"
2275msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002276"%s: dosya sitemi fsck kullanılarak tamamen denetlenmeli ve\n"
2277"ters baytlar normal düzene döndürülmeden bağlanmamalıdır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002278
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002279#: e2fsck/swapfs.c:265
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002280msgid "Byte swap"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002281msgstr "Ters baytlı"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002282
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002283#: e2fsck/unix.c:74
Theodore Ts'o886017a2005-06-26 22:11:46 -04002284#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002285msgid ""
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002286"Usage: %s [-panyrcdfvstDFSV] [-b superblock] [-B blocksize]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002287"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002288"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002289"\t\t[-E extended-options] device\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002290msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002291"Kullanımı: %s [-panyrcdfvstDFSV] [-b superblok] [-B blokboyu]\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002292"\t[-I düğüm_tamponu_blok_sayısı] [-P işlem_düğümü_boyu]\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002293"\t[-l|-L hatalı_bloklar_dosyası] [-C dosya_tanımlayıcı]\n"
2294"\t[-j dış_günlük_aygıtı] [-E ek_seçenekler] aygıt\n"
2295"Linux ikinci gelişmiş dosya sisteminin (e2fs) denetlenmesi için\n"
2296"kullanılır. ext3 desteklenmiştir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002297"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002298"Seçenekler:\n"
2299" -a -p ile aynı\n"
2300" -C dosya_tanımlayıcı e2fsck'yı çalıştıran uygulamalarca kullanılır\n"
2301" -d Hata ayıklama iletilerini gösterir\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002302" -D dizinler eniyilenir\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002303" -F tampon bellek işlem öncesi boşaltılır\n"
2304" -r bu seçenek yoksayılır\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05002305" -s dosya sistemi bayt sıralaması tersse "
2306"kullanılır.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002307" Normal sırada ise etkisizdir.\n"
2308" -S Mevcut bayt sıralamasına bakılmaksızın dosya\n"
2309" sisteminin bayt sıralaması ters çevrilir\n"
2310" -t istatistikler gösterilir, iki kere verilmişse\n"
2311" her geçişin istatistikleri de gösterilir.\n"
2312" -V sürüm bilgileri gösterilir ve çıkar\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002313"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002314"Çeviri hatalarını <gnu-tr@belgeler.org> adresine bildiriniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002315"\n"
2316
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002317#: e2fsck/unix.c:80
2318#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002319msgid ""
2320"\n"
2321"Emergency help:\n"
2322" -p Automatic repair (no questions)\n"
2323" -n Make no changes to the filesystem\n"
2324" -y Assume \"yes\" to all questions\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05002325" -c Check for bad blocks and add them to the badblock "
2326"list\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002327" -f Force checking even if filesystem is marked clean\n"
2328msgstr ""
2329"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002330"Acil yardım:\n"
2331" -p Hiç soru sormadan sistem otomatik onarılır\n"
2332" -n dosya sistemi salt-okunur açılır. Denetim\n"
2333" sırasında tüm sorulara HAYIR cevabı verildiği\n"
2334" varsayılır.\n"
2335" -y Denetim sırasında tüm sorulara EVET cevabı\n"
2336" verildiği varsayılır.\n"
2337" -c varsa hatalı bloklar bulunur ve hatalı bloklar\n"
2338" listesine eklenir\n"
2339" -f disk bölümü temiz bile olsa denetim yapılır\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002340
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002341#: e2fsck/unix.c:86
Theodore Ts'o886017a2005-06-26 22:11:46 -04002342#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002343msgid ""
2344" -v Be verbose\n"
2345" -b superblock Use alternative superblock\n"
2346" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002347" -j external_journal Set location of the external journal\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002348" -l bad_blocks_file Add to badblocks list\n"
2349" -L bad_blocks_file Set badblocks list\n"
2350msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002351" -v ayrıntılı bilgi verilir\n"
2352" -b superblok normal süperblok yerine belirtilen kullanılır\n"
2353" -B blokboyu süperblok aranırken kullanılan blok boyu\n"
2354" yerine belirtilen kullanılır\n"
2355" -j dış-günlük-aygıtı günlük dosyasının aranacağı aygıt belirtilir\n"
2356" -l hatalı_bloklar_dosyası belirtilen dosyadaki hatalı bloklar listeye\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002357" eklenir\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002358" -L hatalı_bloklar_dosyası hatalı bloklar listesi belirtilen dosyadakiler\n"
2359" ile oluşturulur\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002360
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002361#: e2fsck/unix.c:120
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002362#, c-format
2363msgid "%s: %d/%d files (%0d.%d%% non-contiguous), %d/%d blocks\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002364msgstr "%s: %d/%d dosya (%%%0d.%d yanyana olmayan düğüm), %d/%d blok\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002365
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002366#: e2fsck/unix.c:132
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002367#, c-format
2368msgid " # of inodes with ind/dind/tind blocks: %d/%d/%d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002369msgstr " ind/dind/tind bloklarının düğüm sayıları: %d/%d/%d\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002370
Theodore Ts'o6956f612005-12-31 16:46:15 -05002371#: e2fsck/unix.c:176 misc/badblocks.c:779 misc/tune2fs.c:792 misc/util.c:151
2372#: resize/main.c:105
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002373#, c-format
2374msgid "while determining whether %s is mounted."
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002375msgstr "- %s'in bağlı olup olmadığı saptanmaya çalışılırken hata oluştu."
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002376
Theodore Ts'o6956f612005-12-31 16:46:15 -05002377#: e2fsck/unix.c:194
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002378#, c-format
2379msgid "Warning! %s is mounted.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002380msgstr "Uyarı! %s bağlı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002381
Theodore Ts'o6956f612005-12-31 16:46:15 -05002382#: e2fsck/unix.c:198
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002383#, c-format
2384msgid "%s is mounted. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002385msgstr "%s bağlandı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002386
Theodore Ts'o6956f612005-12-31 16:46:15 -05002387#: e2fsck/unix.c:200
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002388msgid ""
2389"Cannot continue, aborting.\n"
2390"\n"
2391msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002392"Devam edilemiyor. çıkılıyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002393"\n"
2394
Theodore Ts'o6956f612005-12-31 16:46:15 -05002395#: e2fsck/unix.c:201
Theodore Ts'oce1250c2005-05-20 22:51:55 -04002396#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002397msgid ""
2398"\n"
2399"\n"
2400"WARNING!!! Running e2fsck on a mounted filesystem may cause\n"
2401"SEVERE filesystem damage.\n"
2402"\n"
2403msgstr ""
2404"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002405"\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002406"****DİKKAT!!!! e2fsck'nın bağlı bir dosya sisteminde çalıştırılması\n"
2407"ÇOK CİDDİ hasarlara sebep olabilir.****\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04002408"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002409
Theodore Ts'o6956f612005-12-31 16:46:15 -05002410#: e2fsck/unix.c:204
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002411msgid "Do you really want to continue"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002412msgstr "Gerçekten devam etmek istiyor musunuz?"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002413
Theodore Ts'o6956f612005-12-31 16:46:15 -05002414#: e2fsck/unix.c:206
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002415#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002416msgid "check aborted.\n"
2417msgstr "denetim durdu.\n"
2418
Theodore Ts'o6956f612005-12-31 16:46:15 -05002419#: e2fsck/unix.c:269
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002420msgid " contains a file system with errors"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002421msgstr " hatalı bir dosya sistemi içeriyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002422
Theodore Ts'o6956f612005-12-31 16:46:15 -05002423#: e2fsck/unix.c:271
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002424msgid " was not cleanly unmounted"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002425msgstr " usulünce sistemden ayrılmamış"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002426
Theodore Ts'o6956f612005-12-31 16:46:15 -05002427#: e2fsck/unix.c:275
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002428#, c-format
2429msgid " has been mounted %u times without being checked"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002430msgstr " denetlenmeksizin %u kere bağlandı"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002431
Theodore Ts'o6956f612005-12-31 16:46:15 -05002432#: e2fsck/unix.c:283
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002433#, c-format
2434msgid " has gone %u days without being checked"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002435msgstr " denetlenmeksizin %u gün geçti"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002436
Theodore Ts'o6956f612005-12-31 16:46:15 -05002437#: e2fsck/unix.c:292
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002438msgid ", check forced.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002439msgstr ", denetim başlatılacak.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002440
Theodore Ts'o6956f612005-12-31 16:46:15 -05002441#: e2fsck/unix.c:295
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002442#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002443msgid "%s: clean, %d/%d files, %d/%d blocks"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002444msgstr "%s: temiz, %d/%d dosya, %d/%d blok"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002445
Theodore Ts'o6956f612005-12-31 16:46:15 -05002446#: e2fsck/unix.c:311
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002447msgid " (check after next mount)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002448msgstr " (sistem bağlandıktan sonra denetle)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002449
Theodore Ts'o6956f612005-12-31 16:46:15 -05002450#: e2fsck/unix.c:313
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002451#, c-format
2452msgid " (check in %ld mounts)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002453msgstr " (sistem %ld kere bağlandığında denetle)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002454
Theodore Ts'o6956f612005-12-31 16:46:15 -05002455#: e2fsck/unix.c:459
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002456#, c-format
2457msgid "ERROR: Couldn't open /dev/null (%s)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002458msgstr "HATA: /dev/null açılamadı (%s)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002459
Theodore Ts'o6956f612005-12-31 16:46:15 -05002460#: e2fsck/unix.c:530
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002461#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002462msgid "Invalid EA version.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002463msgstr "Ek özellik sürümü geçersiz.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002464
Theodore Ts'o6956f612005-12-31 16:46:15 -05002465#: e2fsck/unix.c:536
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002466#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04002467msgid "Unknown extended option: %s\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002468msgstr "Bilinmeyen ek seçenek: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002469
Theodore Ts'o6956f612005-12-31 16:46:15 -05002470#: e2fsck/unix.c:603
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002471#, c-format
2472msgid "Error validating file descriptor %d: %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002473msgstr "Dosya tanımlayıcı %d değerlendirilirken hata: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002474
Theodore Ts'o6956f612005-12-31 16:46:15 -05002475#: e2fsck/unix.c:607
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002476msgid "Invalid completion information file descriptor"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002477msgstr "Tamamlama bilgisi dosya tanımlayıcısı geçersiz"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002478
Theodore Ts'o6956f612005-12-31 16:46:15 -05002479#: e2fsck/unix.c:622
2480#, fuzzy
2481msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002482msgstr "Sadece -p/-a, -n veya -y seçeneklerinden biri belirtilebilir."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002483
Theodore Ts'o6956f612005-12-31 16:46:15 -05002484#: e2fsck/unix.c:643
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002485#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002486msgid "The -t option is not supported on this version of e2fsck.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002487msgstr " -t seçeneği e2fsck'nın bu sürümünde desteklenmiyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002488
Theodore Ts'o6956f612005-12-31 16:46:15 -05002489#: e2fsck/unix.c:708
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002490#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002491msgid "Byte-swapping filesystems not compiled in this version of e2fsck\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002492msgstr "e2fsck'nın bu sürümünde derlenmemiş ters baytlı sistemler \n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002493
Theodore Ts'o6956f612005-12-31 16:46:15 -05002494#: e2fsck/unix.c:731 misc/tune2fs.c:459 misc/tune2fs.c:717 misc/tune2fs.c:734
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002495#, c-format
2496msgid "Unable to resolve '%s'"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002497msgstr "'%s' çözümlenemiyor"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002498
Theodore Ts'o6956f612005-12-31 16:46:15 -05002499#: e2fsck/unix.c:761
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002500#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002501msgid "Incompatible options not allowed when byte-swapping.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002502msgstr "Ters baytlar düzeltilirken uyumsuz seçeneklere izin verilmez.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002503
Theodore Ts'o6956f612005-12-31 16:46:15 -05002504#: e2fsck/unix.c:768
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002505#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002506msgid "The -c and the -l/-L options may not be both used at the same time.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05002507msgstr ""
2508" -c seçeneği ile -l ve -L seçenekleri aynı anda birlikte kullanılamaz.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002509
Theodore Ts'o6956f612005-12-31 16:46:15 -05002510#: e2fsck/unix.c:846
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002511#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002512msgid "Error: ext2fs library version out of date!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002513msgstr "Hata: ext2fs kitaplık sürümü uygun değil!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002514
Theodore Ts'o6956f612005-12-31 16:46:15 -05002515#: e2fsck/unix.c:854
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002516msgid "while trying to initialize program"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002517msgstr "- uygulama başlatılmaya çelışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002518
Theodore Ts'o6956f612005-12-31 16:46:15 -05002519#: e2fsck/unix.c:868
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002520#, c-format
2521msgid "\tUsing %s, %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002522msgstr "\t%s, %s kullanılıyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002523
Theodore Ts'o6956f612005-12-31 16:46:15 -05002524#: e2fsck/unix.c:880
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002525msgid "need terminal for interactive repairs"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002526msgstr "etkileşimli onarım için uçbirim gerekli"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002527
Theodore Ts'o6956f612005-12-31 16:46:15 -05002528#: e2fsck/unix.c:917
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002529#, c-format
2530msgid "%s trying backup blocks...\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002531msgstr "%s yedekleme blokları deneniyor...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002532
Theodore Ts'o6956f612005-12-31 16:46:15 -05002533#: e2fsck/unix.c:918
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002534msgid "Couldn't find ext2 superblock,"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002535msgstr "ext2 süperbloğu bulunamadı,"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002536
Theodore Ts'o6956f612005-12-31 16:46:15 -05002537#: e2fsck/unix.c:919
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002538msgid "Group descriptors look bad..."
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002539msgstr "Grup tanımlayıcılar hatalı görünüyor..."
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002540
Theodore Ts'o6956f612005-12-31 16:46:15 -05002541#: e2fsck/unix.c:930
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002542#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002543msgid ""
2544"The filesystem revision is apparently too high for this version of e2fsck.\n"
2545"(Or the filesystem superblock is corrupt)\n"
2546"\n"
2547msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002548"Dosya sistemi e2fsck'nın bu sürümünden daha yüksek bir sürümü\n"
2549"destekliyor gibi. (Ya da dosya sisteminin süperbloğu bozuk olabilir)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002550"\n"
2551
Theodore Ts'o6956f612005-12-31 16:46:15 -05002552#: e2fsck/unix.c:936
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002553#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002554msgid "Could this be a zero-length partition?\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002555msgstr "Bu sıfır uzunluklu bir disk bölümü olabilir mi?\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002556
Theodore Ts'o6956f612005-12-31 16:46:15 -05002557#: e2fsck/unix.c:938
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002558#, c-format
2559msgid "You must have %s access to the filesystem or be root\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002560msgstr "Dosya sistemine %s erişiminiz olmalı ya da root olmalısınız\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002561
Theodore Ts'o6956f612005-12-31 16:46:15 -05002562#: e2fsck/unix.c:943
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002563#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002564msgid "Possibly non-existent or swap device?\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002565msgstr "Bu mevcut olmayan bir aygıt ya da bir takas aygıtı mı acaba?\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002566
Theodore Ts'o6956f612005-12-31 16:46:15 -05002567#: e2fsck/unix.c:946
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002568#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002569msgid ""
2570"Disk write-protected; use the -n option to do a read-only\n"
2571"check of the device.\n"
2572msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002573"Disk yazma korumalı; -n seçeneğini kullanarak salt-oku kipinde\n"
2574"denetim yapınız.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002575
Theodore Ts'o6956f612005-12-31 16:46:15 -05002576#: e2fsck/unix.c:963
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002577msgid "Get a newer version of e2fsck!"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002578msgstr "e2fsck'nın daha yeni bir sürümünü alın!"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002579
Theodore Ts'o6956f612005-12-31 16:46:15 -05002580#: e2fsck/unix.c:984
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002581#, c-format
2582msgid "while checking ext3 journal for %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002583msgstr "- %s için ext3 günlüğü denetlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002584
Theodore Ts'o6956f612005-12-31 16:46:15 -05002585#: e2fsck/unix.c:995
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002586#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05002587msgid ""
2588"Warning: skipping journal recovery because doing a read-only filesystem "
2589"check.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002590msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002591"Uyarı: Dosya sistemi salt-oku kipinde denetlendiğinden\n"
2592"günlük dosyasına göre kurtarma atlanıyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002593
Theodore Ts'o6956f612005-12-31 16:46:15 -05002594#: e2fsck/unix.c:1008
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002595#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002596msgid "unable to set superblock flags on %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002597msgstr "%s üzerine süperblok bayrakları konulamadı\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002598
Theodore Ts'o6956f612005-12-31 16:46:15 -05002599#: e2fsck/unix.c:1014
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002600#, c-format
2601msgid "while recovering ext3 journal of %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002602msgstr "- %s ext3 günlük dosyası kurtarılmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002603
Theodore Ts'o6956f612005-12-31 16:46:15 -05002604#: e2fsck/unix.c:1043
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002605msgid "Warning: compression support is experimental.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002606msgstr "Uyarı: sıkıştırma desteği deneyseldir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002607
Theodore Ts'o6956f612005-12-31 16:46:15 -05002608#: e2fsck/unix.c:1048
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002609#, c-format
2610msgid ""
2611"E2fsck not compiled with HTREE support,\n"
2612"\tbut filesystem %s has HTREE directories.\n"
2613msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002614"E2fsck HTREE desteği ile derlenmemiş,\n"
2615"\tama dosya sistemi %s HTREE dizinleri içeriyor.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002616
Theodore Ts'o6956f612005-12-31 16:46:15 -05002617#: e2fsck/unix.c:1092
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002618#, c-format
2619msgid "%s: Filesystem byte order already normalized.\n"
2620msgstr "%s Dosya sisteminde baytlar zaten normal.\n"
2621
Theodore Ts'o6956f612005-12-31 16:46:15 -05002622#: e2fsck/unix.c:1112
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002623msgid "while reading bad blocks inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002624msgstr "- hatalı bloklar düğümü okunmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002625
Theodore Ts'o6956f612005-12-31 16:46:15 -05002626#: e2fsck/unix.c:1114
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002627#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002628msgid "This doesn't bode well, but we'll try to go on...\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002629msgstr "Bu pek hayra alamet değil, ama üstüne gidilecek...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002630
Theodore Ts'o6956f612005-12-31 16:46:15 -05002631#: e2fsck/unix.c:1121
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002632#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002633msgid "Restarting e2fsck from the beginning...\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002634msgstr "e2fsck baştan başlıyor...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002635
Theodore Ts'o6956f612005-12-31 16:46:15 -05002636#: e2fsck/unix.c:1125
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002637msgid "while resetting context"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002638msgstr "- bağlam sıfırlanırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002639
Theodore Ts'o6956f612005-12-31 16:46:15 -05002640#: e2fsck/unix.c:1132
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002641#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002642msgid "%s: e2fsck canceled.\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002643msgstr "%s: e2fsck durduruldu.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002644
Theodore Ts'o6956f612005-12-31 16:46:15 -05002645#: e2fsck/unix.c:1137
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002646msgid "aborted"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002647msgstr "çıktı"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002648
Theodore Ts'o6956f612005-12-31 16:46:15 -05002649#: e2fsck/unix.c:1145
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002650#, c-format
2651msgid ""
2652"\n"
2653"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2654msgstr ""
2655"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002656"%s: ***** DOSYA SİSTEMİ DEĞİŞTİRİLDİ *****\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002657
Theodore Ts'o6956f612005-12-31 16:46:15 -05002658#: e2fsck/unix.c:1148
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002659#, c-format
2660msgid "%s: ***** REBOOT LINUX *****\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002661msgstr "%s: ***** MAKİNAYI YENİDEN BAŞLATIN *****\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002662
Theodore Ts'o6956f612005-12-31 16:46:15 -05002663#: e2fsck/unix.c:1156
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002664#, c-format
2665msgid ""
2666"\n"
2667"%s: ********** WARNING: Filesystem still has errors **********\n"
2668"\n"
2669msgstr ""
2670"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002671"%s: ********** UYARI: Dosya sistemi hala hatalı **********\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002672"\n"
2673
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002674#: e2fsck/util.c:131 misc/util.c:68
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002675msgid "yY"
2676msgstr "eE"
2677
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002678#: e2fsck/util.c:132
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002679msgid "nN"
2680msgstr "hH"
2681
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002682#: e2fsck/util.c:146
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002683msgid "<y>"
2684msgstr "<e>"
2685
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002686#: e2fsck/util.c:148
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002687msgid "<n>"
2688msgstr "<h>"
2689
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002690#: e2fsck/util.c:150
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002691msgid " (y/n)"
2692msgstr " (e/h)"
2693
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002694#: e2fsck/util.c:165
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002695msgid "cancelled!\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002696msgstr "durduruldu!\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002697
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002698#: e2fsck/util.c:180
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002699msgid "yes\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002700msgstr "evet\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002701
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002702#: e2fsck/util.c:182
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002703msgid "no\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002704msgstr "hayır\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002705
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002706#: e2fsck/util.c:192
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002707#, c-format
2708msgid ""
2709"%s? no\n"
2710"\n"
2711msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002712"%s? hayır\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002713"\n"
2714
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002715#: e2fsck/util.c:196
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002716#, c-format
2717msgid ""
2718"%s? yes\n"
2719"\n"
2720msgstr ""
2721"%s? evet\n"
2722"\n"
2723
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002724#: e2fsck/util.c:200
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002725msgid "yes"
2726msgstr "evet"
2727
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002728#: e2fsck/util.c:200
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002729msgid "no"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002730msgstr "hayır"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002731
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002732#: e2fsck/util.c:213
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002733#, c-format
2734msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002735msgstr "e2fsck_read_bitmaps: %s için biteşlem blokları kuraldışı"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002736
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002737#: e2fsck/util.c:218
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002738msgid "reading inode and block bitmaps"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002739msgstr "düğüm ve blok biteşlemleri okunuyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002740
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002741#: e2fsck/util.c:223
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002742#, c-format
2743msgid "while retrying to read bitmaps for %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002744msgstr "- %s için biteşlemlerin okunması yinelenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002745
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002746#: e2fsck/util.c:235
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002747msgid "writing block bitmaps"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002748msgstr "blok biteşlemleri yazılıyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002749
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002750#: e2fsck/util.c:240
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002751#, c-format
2752msgid "while retrying to write block bitmaps for %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002753msgstr "- %s için blok biteşlemlerinin yazılması yinelenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002754
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002755#: e2fsck/util.c:247
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002756msgid "writing inode bitmaps"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002757msgstr "düğüm biteşlemleri yazılıyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002758
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002759#: e2fsck/util.c:252
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002760#, c-format
2761msgid "while retrying to write inode bitmaps for %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002762msgstr "- %s için düğüm biteşlemlerinin yazılması yinelenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002763
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002764#: e2fsck/util.c:265
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002765#, c-format
2766msgid ""
2767"\n"
2768"\n"
2769"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2770"\t(i.e., without -a or -p options)\n"
2771msgstr ""
2772"\n"
2773"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002774"%s: BEKLENMEYEN UYGUNSUZLUK; fsck ÇALIŞTIRMALISINIZ.\n"
2775"\t(-a ve -p seçeneklerini kullanmadan)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002776
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002777#: e2fsck/util.c:330
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002778#, c-format
2779msgid "Memory used: %dk/%dk (%dk/%dk), "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002780msgstr "Kullanılan bellek: %dk/%dk (%dk/%dk), "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002781
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002782#: e2fsck/util.c:334
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002783#, c-format
2784msgid "Memory used: %d, "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002785msgstr "Kullanılan bellek: %d, "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002786
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002787#: e2fsck/util.c:340
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002788#, c-format
2789msgid "time: %5.2f/%5.2f/%5.2f\n"
2790msgstr "zaman: %5.2f/%5.2f/%5.2f\n"
2791
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002792#: e2fsck/util.c:345
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002793#, c-format
2794msgid "elapsed time: %6.3f\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002795msgstr "geçen süre: %6.3f\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002796
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002797#: e2fsck/util.c:359
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002798#, c-format
2799msgid "while reading inode %ld in %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002800msgstr "- %ld düğümü %s den okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002801
Theodore Ts'obc759702005-05-09 20:40:55 -04002802#: e2fsck/util.c:373 e2fsck/util.c:386
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002803#, c-format
2804msgid "while writing inode %ld in %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002805msgstr "- %ld düğümü %s e yazılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002806
Theodore Ts'of592bed2003-07-26 00:51:54 -04002807#: misc/badblocks.c:60
Theodore Ts'o6956f612005-12-31 16:46:15 -05002808#, fuzzy
2809msgid "done \n"
2810msgstr "bitti \n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002811
Theodore Ts'of592bed2003-07-26 00:51:54 -04002812#: misc/badblocks.c:78
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002813#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002814msgid ""
2815"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05002816" [-c blocks_at_once] [-p num_passes] [-t test_pattern [-t test_pattern "
2817"[...]]]\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002818" device [last_block [start_block]]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002819msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002820"Kullanımı: %s [-b blok_boyu] [-i girdi_dosyası] [-o çıktı_dosyası]\n"
2821" [-svwnf] [-c blok_sayısı] [-p geçiş_sayısı]\n"
2822" [-t deneme_şablonu [-t deneme_şablonu\n"
2823" [...]]]\n"
2824" aygıt [son_blok [ilk_blok]]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002825
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002826#: misc/badblocks.c:225
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002827msgid "Testing with random pattern: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002828msgstr "Rasgele şablon ile sınanıyor: "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002829
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002830#: misc/badblocks.c:243
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002831msgid "Testing with pattern 0x"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002832msgstr "Sınama şablonu: 0x"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002833
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002834#: misc/badblocks.c:268 misc/badblocks.c:297
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002835msgid "during seek"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002836msgstr "erişim sırasında"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002837
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002838#: misc/badblocks.c:275
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002839#, c-format
2840msgid "Weird value (%ld) in do_read\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002841msgstr "do_read için tuhaf değer (%ld)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002842
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002843#: misc/badblocks.c:317
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002844msgid "during ext2fs_sync_device"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002845msgstr "ext2fs_sync_device sırasında"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002846
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002847#: misc/badblocks.c:333 misc/badblocks.c:571
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002848msgid "while beginning bad block list iteration"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002849msgstr "- hatalı blok listesi yinelemesine başlanırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002850
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002851#: misc/badblocks.c:347 misc/badblocks.c:437 misc/badblocks.c:581
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002852msgid "while allocating buffers"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002853msgstr "- tampon bellek ayrılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002854
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002855#: misc/badblocks.c:351
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002856#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002857msgid "Checking blocks %lu to %lu\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002858msgstr "%lu ile %lu arasındaki bloklar denetleniyor\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002859
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002860#: misc/badblocks.c:355
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002861msgid "Checking for bad blocks in read-only mode\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002862msgstr "Hatalı bloklar salt-okunur kipte denetleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002863
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002864#: misc/badblocks.c:364
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002865msgid "Checking for bad blocks (read-only test): "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002866msgstr "Hatalı bloklar için denetleniyor (salt-oku testi): "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002867
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002868#: misc/badblocks.c:444
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002869msgid "Checking for bad blocks in read-write mode\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002870msgstr "Hatalı bloklar oku-yaz kipinde denetleniyor\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002871
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002872#: misc/badblocks.c:446 misc/badblocks.c:594
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002873#, c-format
2874msgid "From block %lu to %lu\n"
2875msgstr "Blok %lu dan %lu ya kadar\n"
2876
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002877#: misc/badblocks.c:497
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002878msgid "Reading and comparing: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002879msgstr "Okunuyor ve karşılaştırılıyor: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002880
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002881#: misc/badblocks.c:593
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002882msgid "Checking for bad blocks in non-destructive read-write mode\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002883msgstr "Hatalı bloklar veri bozmayan oku-yaz kipinde denetleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002884
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002885#: misc/badblocks.c:597
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002886msgid "Checking for bad blocks (non-destructive read-write test)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002887msgstr "Hatalı bloklar denetleniyor (yıkıcı olmayan oku-yaz sınaması)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002888
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002889#: misc/badblocks.c:604
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002890msgid ""
2891"\n"
2892"Interrupt caught, cleaning up\n"
2893msgstr ""
2894"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002895"Kesme yakalandı, kaldırılıyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002896
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002897#: misc/badblocks.c:674
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002898#, c-format
2899msgid "during test data write, block %lu"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002900msgstr "veri yazma denemesi sırasında, blok %lu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002901
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002902#: misc/badblocks.c:784 misc/util.c:156
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002903#, c-format
2904msgid "%s is mounted; "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002905msgstr "%s bağlandı; "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002906
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002907#: misc/badblocks.c:786
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002908msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05002909msgstr ""
2910"badblocks n'olursa olsun çalıştırılacak. İnşallah /etc/mtab yanlıştır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002911
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002912#: misc/badblocks.c:791
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002913msgid "it's not safe to run badblocks!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002914msgstr "'badblocks' çalıştırmak güvenli değil!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002915
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002916#: misc/badblocks.c:796 misc/util.c:167
2917#, c-format
2918msgid "%s is apparently in use by the system; "
Theodore Ts'o886017a2005-06-26 22:11:46 -04002919msgstr "%s görünüşe göre sistem tarafından kullanılıyor; "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002920
2921#: misc/badblocks.c:799
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002922msgid "badblocks forced anyway.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002923msgstr "badblocks n'olursa olsun çalıştırılacak.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002924
2925#: misc/badblocks.c:861
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002926#, c-format
2927msgid "bad block size - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002928msgstr "blok uzunluğu hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002929
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002930#: misc/badblocks.c:918
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002931#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002932msgid "can't allocate memory for test_pattern - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002933msgstr "sınama şablonu - %s için bellek ayrılamadı"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002934
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002935#: misc/badblocks.c:932
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002936#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002937msgid "invalid test_pattern: %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002938msgstr "sınama şablonu geçersiz: %s\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002939
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002940#: misc/badblocks.c:948
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002941msgid "Maximum of one test_pattern may be specified in read-only mode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002942msgstr "Salt okunur kipte en çok bir sınama şablonu belirtilebilir"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002943
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002944#: misc/badblocks.c:954
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002945msgid "Random test_pattern is not allowed in read-only mode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002946msgstr "Salt okunur kipte rasgele sınama şablonu kullanımına izin verilmez"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002947
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002948#: misc/badblocks.c:968
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002949msgid ""
2950"Couldn't determine device size; you must specify\n"
2951"the size manually\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002952msgstr "Aygıt alanı saptanamadı; Elle bir değer girmelisiniz\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002953
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002954#: misc/badblocks.c:974
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002955msgid "while trying to determine device size"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002956msgstr "- aygıt alanı saptanmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002957
Theodore Ts'o6956f612005-12-31 16:46:15 -05002958#: misc/badblocks.c:980 misc/mke2fs.c:1233
Theodore Ts'oce1250c2005-05-20 22:51:55 -04002959#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04002960msgid "invalid blocks count - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002961msgstr "blok sayısı hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002962
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002963#: misc/badblocks.c:989
Theodore Ts'oce1250c2005-05-20 22:51:55 -04002964#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04002965msgid "invalid starting block - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002966msgstr "başlangıç bloğu hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002967
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002968#: misc/badblocks.c:995
Theodore Ts'oce1250c2005-05-20 22:51:55 -04002969#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04002970msgid "invalid blocks range: %lu-%lu"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04002971msgstr "hatalı blok aralığı: %lu-%lu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002972
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002973#: misc/badblocks.c:1050
Theodore Ts'o197abba2005-06-20 18:00:23 -04002974msgid "while creating in-memory bad blocks list"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002975msgstr "hatalı bloklar listesi bellekte oluşturulurken"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002976
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002977#: misc/badblocks.c:1065
Theodore Ts'o197abba2005-06-20 18:00:23 -04002978msgid "while adding to in-memory bad block list"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002979msgstr "bellekteki hatalı bloklar listesine eklenirken"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002980
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002981#: misc/badblocks.c:1089
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002982#, c-format
2983msgid "Pass completed, %u bad blocks found.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002984msgstr "Geçiş tamamlandı, %u hatalı blok bulundu.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002985
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002986#: misc/chattr.c:87
Theodore Ts'oce1250c2005-05-20 22:51:55 -04002987#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04002988msgid "Usage: %s [-RV] [-+=AacDdijsSu] [-v version] files...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002989msgstr ""
Theodore Ts'oce1250c2005-05-20 22:51:55 -04002990"Kullanımı: %s [-RV] [-+=AacDdijsSu] [-v sürüm] dosyalar...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002991"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002992"Dosya özelliklerini değiştirmekte kullanılır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002993"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002994"Sembolik kip seçenekleri:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002995"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002996"Bu kipte özellikler + ile mevcut seçeneklere eklenir, - ile kaldırılır,\n"
2997"= ile sadece belirtilen özellikler içerilir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002998"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002999" A: erişim zamanı güncellenmez\n"
3000" a: sadece dosyanın sonuna ekleme yapılabilir. root değiştirebilir.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003001" c: sıkıştırılmış; dosyanın okuma-yazma sırasındaki açılması/"
3002"sıkıştırılması\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003003" çekirdeğin denetimindedir.\n"
3004" d: dökümlenmez; dump uygulamasından etkilenmez.\n"
3005" D: bir dizine uygulanır ve dizindeki değişiklikler eşzamanlı işlenir.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003006" i: değişmez; dosya içeriği silinemez, yazılamaz, dosyaya bağ "
3007"oluşturulamaz\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003008" ve ismi değiştirilemez. Sadece root bu özelliği değiştirebilir.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003009" j: günlükleme; dosya sistemi ext3 olarak bağlanmışsa bu özellik "
3010"etkisizdir\n"
3011" s: silinme güvenliği; bu özellik verilen bir dosya silindiğinde veri "
3012"alanı\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003013" sıfırlarla doldurulur\n"
3014" S: eşzamanlı güncellemeler; bu özelliği içeren bir dosyaya tüm\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003015" değişiklikler anında yazılır, sistemin 'sync' seçeneği ile "
3016"bağlanmasına\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003017" eşdeğer özellik sağlar\n"
3018" u: silinememezlik; bu dosya silindiğinde içeriği saklanır, silecek\n"
3019" kullanıcıya silinme sırasında sorulmasını sağlar.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003020"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003021"Seçenekler:\n"
3022" -R dizinler ve içeriklerinde ardışık işlem yapılır\n"
3023" -V sürüm bilgisi ile işlem hakkında daha ayrıntılı bilgi verilir\n"
3024" -v sürüm dosyanın sürüm/üretim numarası belirtilir\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003025"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003026"Çeviri hatalarını <gnu-tr-u12a@lists.sourceforge.net> adresine bildiriniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003027"\n"
3028
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003029#: misc/chattr.c:148
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003030#, c-format
3031msgid "bad version - %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003032msgstr "sürüm hatalı - %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003033
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003034#: misc/chattr.c:192 misc/lsattr.c:113
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003035#, c-format
3036msgid "while trying to stat %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003037msgstr "- stat %s yapılmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003038
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003039#: misc/chattr.c:209 misc/chattr.c:225
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003040#, c-format
3041msgid "Flags of %s set as "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003042msgstr "Belirlenen %s bayrakları: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003043
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003044#: misc/chattr.c:218
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003045#, c-format
3046msgid "while reading flags on %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003047msgstr "- %s üzerinde bayraklar okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003048
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003049#: misc/chattr.c:233
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003050#, c-format
3051msgid "while setting flags on %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003052msgstr "- %s üzerinde bayraklar belirlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003053
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003054#: misc/chattr.c:238
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003055#, c-format
3056msgid "Version of %s set as %lu\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003057msgstr "%s sürümü %lu olarak belirlendi\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003058
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003059#: misc/chattr.c:241
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003060#, c-format
3061msgid "while setting version on %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003062msgstr "- %s üzerinde sürüm belirlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003063
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003064#: misc/chattr.c:255
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003065msgid "Couldn't allocate path variable in chattr_dir_proc"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003066msgstr "chattr_dir_proc işlevinde dosya yolu değişkenine yer ayrılamadı"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003067
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003068#: misc/chattr.c:291
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003069msgid "= is incompatible with - and +\n"
3070msgstr "= ile + ve - uyumsuz\n"
3071
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003072#: misc/chattr.c:299
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003073msgid "Must use '-v', =, - or +\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003074msgstr "'-v', =, - veya + kullanılmalı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003075
Theodore Ts'o6956f612005-12-31 16:46:15 -05003076#: misc/dumpe2fs.c:53
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003077#, c-format
3078msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
3079msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003080"Kullanımı: %s [-bfhixV] [-ob süperblok] [-oB blokboyu] aygıt\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003081"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003082"Dosya sistemi bilgilerini dökümler.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003083"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003084"Seçenekler:\n"
3085" -b hatalı olarak imlenmiş blokları gösterir\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003086" -f dosya sistemi dumpe2fs'in bilmediği özellikler içerse "
3087"bile\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003088" bilgilerin dökümlenmesini sağlar\n"
3089" -h grup tanımlayıcıları değil sadece süperblok bilgilerini\n"
3090" gösterir\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003091" -i belirtilen aygıt için e2image tarafından oluşturulmuş "
3092"disk\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003093" görüntüsü dosyasının verilerini gösterir\n"
3094" -x ayrıntılı olarak grupların bilgileri gösterilir\n"
3095" -V sürüm bilgileri gösterilir ve çıkar\n"
3096" -ob süperblok dosya sistemini tanımlayan süperblok belirtilir\n"
3097" -oB blokboyu dosya sistemini tanımlayan blok uzunluğu belirtilir\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003098"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003099"Çeviri hatalarını <gnu-tr-u12a@lists.sourceforge.net> adresine bildiriniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003100"\n"
3101
Theodore Ts'o6956f612005-12-31 16:46:15 -05003102#: misc/dumpe2fs.c:131
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003103#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003104msgid "Group %lu: (Blocks "
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003105msgstr "Grup %lu: (Bloklar: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003106
Theodore Ts'o6956f612005-12-31 16:46:15 -05003107#: misc/dumpe2fs.c:136
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003108#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003109msgid " %s superblock at "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003110msgstr " %s süperblok: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003111
Theodore Ts'o6956f612005-12-31 16:46:15 -05003112#: misc/dumpe2fs.c:137
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003113msgid "Primary"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003114msgstr " İlk"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003115
Theodore Ts'o6956f612005-12-31 16:46:15 -05003116#: misc/dumpe2fs.c:137
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003117msgid "Backup"
3118msgstr "Yedek"
3119
Theodore Ts'o6956f612005-12-31 16:46:15 -05003120#: misc/dumpe2fs.c:141
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003121#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003122msgid ", Group descriptors at "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003123msgstr ""
3124" \n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003125" Grup tanımlayıcı: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003126
Theodore Ts'o6956f612005-12-31 16:46:15 -05003127#: misc/dumpe2fs.c:145
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003128#, c-format
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003129msgid ""
3130"\n"
3131" Reserved GDT blocks at "
3132msgstr ""
3133"\n"
3134" Yedek GDT blokları "
3135
Theodore Ts'o6956f612005-12-31 16:46:15 -05003136#: misc/dumpe2fs.c:152
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003137#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003138msgid " Group descriptor at "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003139msgstr ""
3140" \n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003141" Grup tanımlayıcı: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003142
Theodore Ts'o6956f612005-12-31 16:46:15 -05003143#: misc/dumpe2fs.c:158
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003144msgid " Block bitmap at "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003145msgstr " Blok biteşlemi: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003146
Theodore Ts'o6956f612005-12-31 16:46:15 -05003147#: misc/dumpe2fs.c:163
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003148msgid ", Inode bitmap at "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003149msgstr ""
3150" \n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003151" Düğüm biteşlemi: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003152
Theodore Ts'o6956f612005-12-31 16:46:15 -05003153#: misc/dumpe2fs.c:168
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003154msgid ""
3155"\n"
3156" Inode table at "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003157msgstr ""
3158"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003159" Düğüm tablosu: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003160
Theodore Ts'o6956f612005-12-31 16:46:15 -05003161#: misc/dumpe2fs.c:175
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003162#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003163msgid ""
3164"\n"
3165" %d free blocks, %d free inodes, %d directories\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003166msgstr ""
3167"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003168" %d serbest blok, %d serbest düğüm, %d dizin\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003169
Theodore Ts'o6956f612005-12-31 16:46:15 -05003170#: misc/dumpe2fs.c:181
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003171msgid " Free blocks: "
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003172msgstr " Serbest bloklar: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003173
Theodore Ts'o6956f612005-12-31 16:46:15 -05003174#: misc/dumpe2fs.c:189
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003175msgid " Free inodes: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003176msgstr " Serbest düğümler: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003177
Theodore Ts'o6956f612005-12-31 16:46:15 -05003178#: misc/dumpe2fs.c:215
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003179msgid "while printing bad block list"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003180msgstr "- hatalı bloklar listesi basılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003181
Theodore Ts'o6956f612005-12-31 16:46:15 -05003182#: misc/dumpe2fs.c:221
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003183#, c-format
3184msgid "Bad blocks: %d"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003185msgstr "Hatalı bloklar: %d"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003186
Theodore Ts'o6956f612005-12-31 16:46:15 -05003187#: misc/dumpe2fs.c:244 misc/tune2fs.c:154
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003188msgid "while reading journal superblock"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003189msgstr "- günlük dosyası süperbloğu okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003190
Theodore Ts'o6956f612005-12-31 16:46:15 -05003191#: misc/dumpe2fs.c:252
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003192msgid "Couldn't find journal superblock magic numbers"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003193msgstr "Günlük dosyası süperbloğu tanım numarası bulunamadı"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003194
Theodore Ts'o6956f612005-12-31 16:46:15 -05003195#: misc/dumpe2fs.c:256
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003196#, c-format
3197msgid ""
3198"\n"
3199"Journal block size: %d\n"
3200"Journal length: %d\n"
3201"Journal first block: %d\n"
3202"Journal sequence: 0x%08x\n"
3203"Journal start: %d\n"
3204"Journal number of users: %d\n"
3205msgstr ""
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003206"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003207"Günlük bloğu boyu: %d\n"
3208"Günlük uzunluğu: %d\n"
3209"Günlük ilk bloğu: %d\n"
3210"Günlük sıralaması: 0x%08x\n"
3211"Günlük başlangıcı: %d\n"
3212"Günlük kullanıcı sayısı: %d\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003213
Theodore Ts'o6956f612005-12-31 16:46:15 -05003214#: misc/dumpe2fs.c:269
Theodore Ts'o197abba2005-06-20 18:00:23 -04003215#, c-format
3216msgid "Journal users: %s\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003217msgstr "Günlük kullanıcıları: %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003218
Theodore Ts'o6956f612005-12-31 16:46:15 -05003219#: misc/dumpe2fs.c:324 misc/mke2fs.c:1171
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003220#, c-format
3221msgid "\tUsing %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003222msgstr "\t%s kullanılıyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003223
Theodore Ts'o6956f612005-12-31 16:46:15 -05003224#: misc/dumpe2fs.c:350 misc/e2image.c:662 misc/tune2fs.c:779 resize/main.c:238
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003225#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003226msgid "Couldn't find valid filesystem superblock.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003227msgstr "Geçerli süperblok bulunamadı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003228
Theodore Ts'o6956f612005-12-31 16:46:15 -05003229#: misc/dumpe2fs.c:361
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003230#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003231msgid "Note: This is a byte-swapped filesystem\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003232msgstr "Bilgi: Bu bir ters-baytlı dosya sistemi\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003233
Theodore Ts'o6956f612005-12-31 16:46:15 -05003234#: misc/dumpe2fs.c:377
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003235#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003236msgid ""
3237"\n"
3238"%s: %s: error reading bitmaps: %s\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003239msgstr ""
3240"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003241"%s: %s: biteşlemler okunurken hata oluştu: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003242
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003243#: misc/e2image.c:50
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003244#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003245msgid "Usage: %s [-rsI] device image_file\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003246msgstr ""
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003247"Kullanımı: %s [-rsI] AYGIT DOSYA\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003248"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003249"AYGIT üzerindeki ext2 dosya sisteminin kritik verilerini DOSYAya kaydeder.\n"
3250"Örn: 4GB lık bir sistem için yaklaşık 3MB lık bir görüntü dosyası\n"
3251"oluşturulur. Bu dosya, dosya sistemini kurtarmak için uzmanlarca\n"
3252"kullanılabilir. Belli aralıklarla bu dosyanın başka bir dosya sistemine\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003253"kaydedilmesi önerilir. -r seçeneği temel biçimli bir dosya üretir, çok "
3254"büyük\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003255"olacağından önerilmez. DOSYA yerine - verilirse dosya standart çıktıya\n"
3256"yazılır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003257
Theodore Ts'obc759702005-05-09 20:40:55 -04003258#: misc/e2image.c:62
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003259msgid "Couldn't allocate header buffer\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003260msgstr "Başlık için tampon bellek ayrılamadı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003261
Theodore Ts'obc759702005-05-09 20:40:55 -04003262#: misc/e2image.c:81
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003263#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003264msgid "short write (only %d bytes) for writing image header"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003265msgstr "görüntü başlığını yazmak için kısa yazma (sadece %d bayt)"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003266
Theodore Ts'obc759702005-05-09 20:40:55 -04003267#: misc/e2image.c:100
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003268msgid "while writing superblock"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003269msgstr "- süperbloğa yazılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003270
Theodore Ts'obc759702005-05-09 20:40:55 -04003271#: misc/e2image.c:108
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003272msgid "while writing inode table"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003273msgstr "- düğüm tablosuna yazılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003274
Theodore Ts'obc759702005-05-09 20:40:55 -04003275#: misc/e2image.c:115
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003276msgid "while writing block bitmap"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003277msgstr "- blok biteşlemi yazılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003278
Theodore Ts'obc759702005-05-09 20:40:55 -04003279#: misc/e2image.c:122
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003280msgid "while writing inode bitmap"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003281msgstr "- düğüm biteşlemi yazılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003282
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003283#: misc/e2label.c:57
3284#, c-format
3285msgid "e2label: cannot open %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003286msgstr "e2label: %s açılamıyor\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003287
3288#: misc/e2label.c:62
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003289#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003290msgid "e2label: cannot seek to superblock\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003291msgstr "e2label: süperbloka erişilemiyor\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003292
3293#: misc/e2label.c:67
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003294#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003295msgid "e2label: error reading superblock\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003296msgstr "e2label: süperblok okunurken hata oluştu\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003297
3298#: misc/e2label.c:71
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003299#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003300msgid "e2label: not an ext2 filesystem\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003301msgstr "e2label: bir ext2 dosya sistemi değil\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003302
Theodore Ts'obc759702005-05-09 20:40:55 -04003303#: misc/e2label.c:96 misc/tune2fs.c:885
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003304#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003305msgid "Warning: label too long, truncating.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003306msgstr "Uyarı: etiket çok uzun, kırpılıyor.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003307
3308#: misc/e2label.c:99
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003309#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003310msgid "e2label: cannot seek to superblock again\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003311msgstr "e2label: süperbloğa yine erişilemedi\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003312
3313#: misc/e2label.c:104
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003314#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003315msgid "e2label: error writing superblock\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003316msgstr "e2label: süperbloğa yazılırken hata oluştu\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003317
Theodore Ts'o6956f612005-12-31 16:46:15 -05003318#: misc/e2label.c:116 misc/tune2fs.c:451
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003319#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003320msgid "Usage: e2label device [newlabel]\n"
3321msgstr ""
3322" \n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003323"Kullanımı: e2label AYGIT [etiket]\n"
3324"AYGIT bölüm ismini atamak/okumak için kullanılır.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003325"\n"
3326
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003327#: misc/fsck.c:346
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003328#, c-format
3329msgid "WARNING: couldn't open %s: %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003330msgstr "UYARI: %s açılamadı: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003331
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003332#: misc/fsck.c:356
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003333#, c-format
3334msgid "WARNING: bad format on line %d of %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003335msgstr "UYARI: %2$s nin %1$d. satırında biçem hatası\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003336
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003337#: misc/fsck.c:371
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003338msgid ""
3339"WARNING: Your /etc/fstab does not contain the fsck passno\n"
3340"\tfield. I will kludge around things for you, but you\n"
3341"\tshould fix your /etc/fstab file as soon as you can.\n"
3342"\n"
3343msgstr ""
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003344" ***DİKKAT: /etc/fstab dosyanızda fsck geçiş sayısı (passno)\n"
3345" alanı bulunmuyor. Bu seferlik işlem yapılacak,\n"
3346" ancak en kısa zamanda /etc/fstab dosyanızı\n"
3347" düzeltmelisiniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003348"\n"
3349
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003350#: misc/fsck.c:472
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003351#, c-format
3352msgid "fsck: %s: not found\n"
3353msgstr "fsck: %s: yok\n"
3354
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003355#: misc/fsck.c:585
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003356#, c-format
3357msgid "%s: wait: No more child process?!?\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003358msgstr "%s: bekliyor: Başka ast süreç yok?!?\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003359
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003360#: misc/fsck.c:607
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003361#, c-format
3362msgid "Warning... %s for device %s exited with signal %d.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003363msgstr "Uyarı... %s %s aygıtı için %d sinyali ile çıktı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003364
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003365#: misc/fsck.c:613
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003366#, c-format
3367msgid "%s %s: status is %x, should never happen.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003368msgstr "%s %s: durum %x, asla olmamalıydı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003369
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003370#: misc/fsck.c:649
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003371#, c-format
3372msgid "Finished with %s (exit status %d)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003373msgstr "%s ile bitti (çıkış durumu: %d)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003374
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003375#: misc/fsck.c:709
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003376#, c-format
3377msgid "%s: Error %d while executing fsck.%s for %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003378msgstr "%s: Hata %d: fsck.%s %s için çalıtırılırken oluştu.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003379
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003380#: misc/fsck.c:730
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003381msgid ""
3382"Either all or none of the filesystem types passed to -t must be prefixed\n"
3383"with 'no' or '!'.\n"
3384msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003385"-t ile ister tüm dosya sistemi türleri belirtilsin ister bir dosya sistemi\n"
3386"türü belirtilmesin, ya 'no' ya da '!' öneki kullanılmalıdır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003387
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003388#: misc/fsck.c:749
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003389msgid "Couldn't allocate memory for filesystem types\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003390msgstr "Dosya sistemi türleri için bellek ayrılamadı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003391
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003392#: misc/fsck.c:889
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003393#, c-format
3394msgid "fsck: cannot check %s: fsck.%s not found\n"
3395msgstr "fsck: %s denetlenemiyor: fsck.%s yok\n"
3396
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003397#: misc/fsck.c:945
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003398msgid "Checking all file systems.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003399msgstr "Tüm dosya sistemleri denetleniyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003400
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003401#: misc/fsck.c:1031
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003402#, c-format
3403msgid "--waiting-- (pass %d)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003404msgstr "--beklemede-- (%d. geçiş)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003405
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003406#: misc/fsck.c:1051
Theodore Ts'o6956f612005-12-31 16:46:15 -05003407msgid ""
3408"Usage: fsck [-ANPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003409msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003410"Kullanımı:\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003411" fsck [-ANPRTV] [ -C [fd] ][-t dstürü] [ds-seçenekleri] "
3412"[dosyasistemi ...]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003413"\n"
3414"Bir ya da daha fazla dosya sistemini denetlemek veya istenirse onarmak\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003415"için kullanılır. dosyasistemi olarak bir disk bölümü, bir bağlama noktası,\n"
3416"bir bölüm etiketi ya da UUID verilebilir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003417"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003418"Seçenekler:\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003419" -t dstürü Denetlenecek dosya sistemlerinin türleri belirtilir.\n"
3420" -A /etc/fstab dosyasındaki denetlenmesi öngörülmüş\n"
3421" sistemlerin denetimleri yapılır.\n"
3422" -C Denetim süreci bir göstergeyle gösterilir.\n"
3423" -N Denetim yapılıyormuş gibi görünür, bir şey yapılmaz.\n"
3424" -P -A seçeneği ile birlikte kullanılarak kök dosya sistemi\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003425" denetlenirken diğer dosya sistemleri de paralel "
3426"denetlenir\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003427" -R -A seçeneği ile kullanıldığında kök dosya sistemi\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003428" denetlenmez.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003429" -T Başlangıçta başlık gösterilmez.\n"
3430" -V İşlemler sırasında daha fazla ayrıntı verilir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003431"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003432"fsck seçenekleri:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003433"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003434"Bu seçenekler ext2fs dışındaki dosya sistemleri için garanti edilmez.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003435"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003436" -a Hiç bir soru sormadan sistem otomatik olarak denetlenir\n"
3437" ve onarılır.\n"
3438" -r İşlemler etkileşimli olarak yapılır. Paralel denetimler\n"
3439" için önerilmez.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003440"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003441"Çeviri hatalarını <gnu-tr-u12a@lists.sourceforge.net> adresine bildiriniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003442"\n"
3443
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003444#: misc/fsck.c:1093
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003445#, c-format
3446msgid "%s: too many devices\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003447msgstr "%s: aygıt sayısı çok fazla\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003448
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003449#: misc/fsck.c:1126 misc/fsck.c:1212
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003450#, c-format
3451msgid "%s: too many arguments\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003452msgstr "%s: argüman sayısı fazla\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003453
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003454#: misc/lsattr.c:73
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003455#, c-format
3456msgid "Usage: %s [-RVadlv] [files...]\n"
3457msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003458"Kullanımı: %s [-RVadv] [dosyalar...]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003459"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003460"Dosyaların özelliklerini listeler.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003461"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003462"Seçenekler:\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003463" -a '.' ile başlayanlar dahil dizinlerin içindeki tüm dosyaları "
3464"listeler\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003465" -d dosyalar gibi dizinleri de listeler\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003466" -R dizinler ve içerikleri ardışık olarak listelenir\n"
3467" -V sürüm bilgileri gösterilir\n"
3468" -v dosyaların sürüm/üretim numaralarını listeler\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003469"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003470"Çeviri hatalarını <gnu-tr-u12a@lists.sourceforge.net> adresine bildiriniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003471"\n"
3472
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003473#: misc/lsattr.c:83
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003474#, c-format
3475msgid "While reading flags on %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003476msgstr "- %s üzerinde bayraklar okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003477
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003478#: misc/lsattr.c:90
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003479#, c-format
3480msgid "While reading version on %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003481msgstr "- %s üzerinde sürüm okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003482
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003483#: misc/mke2fs.c:93
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003484#, c-format
3485msgid ""
3486"Usage: %s [-c|-t|-l filename] [-b block-size] [-f fragment-size]\n"
3487"\t[-i bytes-per-inode] [-j] [-J journal-options] [-N number-of-inodes]\n"
3488"\t[-m reserved-blocks-percentage] [-o creator-os] [-g blocks-per-group]\n"
3489"\t[-L volume-label] [-M last-mounted-directory] [-O feature[,...]]\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003490"\t[-r fs-revision] [-R options] [-qvSV] device [blocks-count]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003491msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003492"Kullanımı: %s [seçenekler] aygıt [blok-sayısı]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003493"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003494"Genellikle bir disk bölümü üzerinde bir ext2 dosya sistemi oluşturur.\n"
3495"ext3 de desteklenmiştir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003496"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003497"Seçenekler:\n"
3498" -b 1024|2048|4096 dosya sisteminin blok uzunluğu belirtilir\n"
3499" -c salt-okunur kipte hatalı bloklar aranır\n"
3500" -f adım-boyu bu sürümde adım boyu blok boyuna eşittir\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003501" -g her-gruptaki-blok-sayısı\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003502" -i düğüm-uzunluğu boş bir dizinin disk üzerinde kaplayabileceği\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003503" en küçük alan, bayt cinsinden verilir.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003504" -j ext3 dosya sistemi için günlük dosyası "
3505"oluşturur\n"
3506" -J ile günlük dosyasının özellikleri "
3507"verilmezse\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003508" dosya öntanımlı özelliklrele oluşturulur.\n"
3509" DİKKAT: Linux çekirdeğinde ext3 desteği yoksa\n"
3510" sistem ext2 olarak kullanılabilir\n"
3511" -J günlük-seçenekleri günlük seçenekleri aşağıda verilmiştir\n"
3512" -l DOSYA hatalı bloklar DOSYAdan okunur\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003513" -L etiket dosya sistemine bir etiket atar\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003514" -m yedek-blok-yüzdesi root kullanıcı için ayrılan yedek blokların\n"
3515" yüzdesi. Öntanımlı değeri %%5 tir\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003516" -M son-bağlanan-dizin dosya sistemine son bağlanan dizin belirtilir\n"
3517" -N düğüm-sayısı sistemdeki toplam düğüm sayısı belirtilir\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003518" -o işletim-sistemi dosya sisteminin 'creator os' alanına "
3519"yazılacak\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003520" değer. Normalde Linux'tur.\n"
3521" -O özellik[,...] belirtilen özellikte dosya sistemi oluşturur.\n"
3522" Özellikler aşağıda verilmiştir.\n"
3523" -q işlem sırasında bilgi verilmez\n"
3524" -r dosya-sistemi-sürümü 1.2 çekirdekler dışında öntanımlı değeri 1 dir\n"
3525" -R raid_seçenekleri bu seçenekler için man sayfasına bakınız\n"
3526" -S kurtarma amacıyla sadece süper blok ve grup\n"
3527" tanımlayıcılar yeniden yazılır\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003528" -v işlem sırasında ayrıntılı bilgi verilir\n"
3529" -V sürüm bilgileri gösterilir ve çıkar\n"
3530"Günlükleme seçenekleri:\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003531" size=günlük-uzunluğu Günlük dosyasının uzunluğu MB olarak "
3532"belirtilir\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003533" device=dış-günlük-aygıtı Başka bir aygıt üzerindeki günlük dosyasının\n"
3534" kullanılması sağlanır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003535"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003536"Özellikler:\n"
3537" sparse_super Yedek süperblokların sayısını sınırlamakta kullanılır.\n"
3538" filetype Dizin kayıtlarında dosya türü bilgisi saklanır.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003539" has_journal -j seçeneği ile aynı. Bir ext3 günlük dosyası "
3540"oluşturur.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003541"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003542"Çeviri hatalarını <gnu-tr-u12a@lists.sourceforge.net> adresine bildiriniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003543"\n"
3544
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003545#: misc/mke2fs.c:265
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003546#, c-format
3547msgid "Running command: %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003548msgstr "Çalışan komut: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003549
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003550#: misc/mke2fs.c:269
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003551#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003552msgid "while trying to run '%s'"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003553msgstr "- '%s' çalıştırılırken oldu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003554
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003555#: misc/mke2fs.c:276
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003556msgid "while processing list of bad blocks from program"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003557msgstr "- hatalı bloklar listesi işlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003558
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003559#: misc/mke2fs.c:303
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003560#, c-format
3561msgid "Block %d in primary superblock/group descriptor area bad.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003562msgstr "Birincil süperblok/grup tanımı alanındaki blok %d hatalı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003563
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003564#: misc/mke2fs.c:305
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003565#, c-format
3566msgid "Blocks %d through %d must be good in order to build a filesystem.\n"
3567msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003568"Bir dosya sistemi oluşturulurken %d den %d ye kadar olan\n"
3569"bloklar hatasız olmak zorundadır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003570
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003571#: misc/mke2fs.c:308
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003572msgid "Aborting....\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003573msgstr "Çıkılıyor...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003574
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003575#: misc/mke2fs.c:328
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003576#, c-format
3577msgid ""
3578"Warning: the backup superblock/group descriptors at block %d contain\n"
3579"\tbad blocks.\n"
3580"\n"
3581msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003582"Uyarı: Blok %d deki yedek süperblok/grup tanımı\n"
3583"\"hatalı bloklar\" içeriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003584"\n"
3585
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003586#: misc/mke2fs.c:346
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003587msgid "while marking bad blocks as used"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003588msgstr "- hatalı bloklar kullanılmış olarak imlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003589
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003590#: misc/mke2fs.c:404
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003591msgid "done \n"
3592msgstr "bitti \n"
3593
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003594#: misc/mke2fs.c:439
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003595msgid "while allocating zeroizing buffer"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003596msgstr "- sıfırlama tampon belleği ayrılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003597
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003598#: misc/mke2fs.c:480
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003599msgid "Writing inode tables: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003600msgstr "Düğüm tabloları yazılıyor: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003601
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003602#: misc/mke2fs.c:491
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003603#, c-format
3604msgid ""
3605"\n"
3606"Could not write %d blocks in inode table starting at %d: %s\n"
3607msgstr ""
3608"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003609"%2d de başlayan düğüm tablosundaki %1d blok yazılamadı: %3s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003610
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003611#: misc/mke2fs.c:514
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003612msgid "while creating root dir"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003613msgstr "- kök dizin oluşturulurken hata"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003614
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003615#: misc/mke2fs.c:521
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003616msgid "while reading root inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003617msgstr "- kök düğümü okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003618
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003619#: misc/mke2fs.c:530
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003620msgid "while setting root inode ownership"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003621msgstr "- kök düğümünün sahibi belirlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003622
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003623#: misc/mke2fs.c:548
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003624msgid "while creating /lost+found"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003625msgstr "- /lost+found dizini oluşturulurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003626
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003627#: misc/mke2fs.c:555
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003628msgid "while looking up /lost+found"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003629msgstr "- /lost+found dizine bakılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003630
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003631#: misc/mke2fs.c:565
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003632msgid "while expanding /lost+found"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003633msgstr "- /lost+found dizini genişletilirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003634
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003635#: misc/mke2fs.c:581
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003636msgid "while setting bad block inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003637msgstr "- hatalı blok düğümü belirlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003638
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003639#: misc/mke2fs.c:613
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003640#, c-format
3641msgid "Out of memory erasing sectors %d-%d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003642msgstr "%d-%d arasındaki sektörler silinirken bellek yetmedi\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003643
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003644#: misc/mke2fs.c:623
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003645#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003646msgid "Warning: could not read block 0: %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003647msgstr "Uyarı: blok 0 okunamadı: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003648
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003649#: misc/mke2fs.c:639
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003650#, c-format
3651msgid "Warning: could not erase sector %d: %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003652msgstr "Uyarı: %d. sektör silinemedi: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003653
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003654#: misc/mke2fs.c:655
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003655msgid "while initializing journal superblock"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003656msgstr "- gümlük superbloğu ilklendirilirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003657
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003658#: misc/mke2fs.c:661
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003659msgid "Zeroing journal device: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003660msgstr "Günlük aygıtı temizleniyor: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003661
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003662#: misc/mke2fs.c:668
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003663#, c-format
3664msgid "while zeroing journal device (block %u, count %d)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003665msgstr "- günlük aygıtı temizlenirken (blok %u, %d blok) hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003666
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003667#: misc/mke2fs.c:679
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003668msgid "while writing journal superblock"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003669msgstr "- günlük süperbloğu yazılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003670
Theodore Ts'obc759702005-05-09 20:40:55 -04003671#: misc/mke2fs.c:695
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003672#, c-format
3673msgid ""
3674"warning: %d blocks unused.\n"
3675"\n"
3676msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003677"uyarı: %d blok kullanılmamış.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003678"\n"
3679
Theodore Ts'obc759702005-05-09 20:40:55 -04003680#: misc/mke2fs.c:700
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003681#, c-format
3682msgid "Filesystem label=%s\n"
3683msgstr "Dosya sistemi ismi = %s\n"
3684
Theodore Ts'obc759702005-05-09 20:40:55 -04003685#: misc/mke2fs.c:701
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003686msgid "OS type: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003687msgstr "İşl. Sist. türü: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003688
Theodore Ts'obc759702005-05-09 20:40:55 -04003689#: misc/mke2fs.c:706
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003690#, c-format
3691msgid "Block size=%u (log=%u)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003692msgstr "Blok boyu = %u (günlük kaydı = %u)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003693
Theodore Ts'obc759702005-05-09 20:40:55 -04003694#: misc/mke2fs.c:708
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003695#, c-format
3696msgid "Fragment size=%u (log=%u)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003697msgstr "Adımlama boyu = %u (günlük kaydı = %u)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003698
Theodore Ts'obc759702005-05-09 20:40:55 -04003699#: misc/mke2fs.c:710
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003700#, c-format
3701msgid "%u inodes, %u blocks\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003702msgstr "%u düğüm, %u blok\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003703
Theodore Ts'obc759702005-05-09 20:40:55 -04003704#: misc/mke2fs.c:712
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003705#, c-format
3706msgid "%u blocks (%2.2f%%) reserved for the super user\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003707msgstr "%u blok (%%%2.2f) süper kullanıcı için ayrıldı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003708
Theodore Ts'obc759702005-05-09 20:40:55 -04003709#: misc/mke2fs.c:715
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003710#, c-format
3711msgid "First data block=%u\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003712msgstr "İlk veri bloğu = %u\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003713
Theodore Ts'obc759702005-05-09 20:40:55 -04003714#: misc/mke2fs.c:717
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003715#, c-format
3716msgid "Maximum filesystem blocks=%lu\n"
3717msgstr "Azami dosyasistemi bloğu sayısı = %lu\n"
3718
Theodore Ts'obc759702005-05-09 20:40:55 -04003719#: misc/mke2fs.c:722
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003720#, c-format
3721msgid "%u block groups\n"
3722msgstr "%u blok grubu\n"
3723
Theodore Ts'obc759702005-05-09 20:40:55 -04003724#: misc/mke2fs.c:724
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003725#, c-format
3726msgid "%u block group\n"
3727msgstr "%u blok grubu\n"
3728
Theodore Ts'obc759702005-05-09 20:40:55 -04003729#: misc/mke2fs.c:725
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003730#, c-format
3731msgid "%u blocks per group, %u fragments per group\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003732msgstr "Grup başına %u blok ve %u sekme\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003733
Theodore Ts'obc759702005-05-09 20:40:55 -04003734#: misc/mke2fs.c:727
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003735#, c-format
3736msgid "%u inodes per group\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003737msgstr "grup başına %u düğüm\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003738
Theodore Ts'obc759702005-05-09 20:40:55 -04003739#: misc/mke2fs.c:734
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003740#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003741msgid "Superblock backups stored on blocks: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003742msgstr "Süperblokların bulunduğu bloklar:"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003743
Theodore Ts'obc759702005-05-09 20:40:55 -04003744#: misc/mke2fs.c:790
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003745#, c-format
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003746msgid "Couldn't allocate memory to parse options!\n"
3747msgstr "Seçenekleri çözümlemek için bellek ayrılamadı!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003748
Theodore Ts'obc759702005-05-09 20:40:55 -04003749#: misc/mke2fs.c:814
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003750#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003751msgid "Invalid stride parameter: %s\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003752msgstr "'stride' parametresi geçersiz: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003753
Theodore Ts'obc759702005-05-09 20:40:55 -04003754#: misc/mke2fs.c:835
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003755#, c-format
3756msgid "Invalid resize parameter: %s\n"
3757msgstr "Yeniden boyutlama parametresi geçersiz: %s\n"
3758
Theodore Ts'obc759702005-05-09 20:40:55 -04003759#: misc/mke2fs.c:842
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003760#, c-format
3761msgid "The resize maximum must be greater than the filesystem size.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003762msgstr ""
3763"Azami yeniden boyutlama değeri dosya sistemi boyutundan büyük olmalıdır.\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003764
Theodore Ts'obc759702005-05-09 20:40:55 -04003765#: misc/mke2fs.c:873
Theodore Ts'o886017a2005-06-26 22:11:46 -04003766#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003767msgid ""
3768"\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003769"Bad options specified.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003770"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003771"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003772"\tis set off by an equals ('=') sign.\n"
3773"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003774"Valid extended options are:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003775"\tstride=<stride length in blocks>\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003776"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003777"\n"
3778msgstr ""
3779"\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003780"Belirtilen seçenekler hatalı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003781"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003782"Ek seçenekler virgüllerle ayrılarak belirtilir. Bir seçeneğe değer\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003783"belirtilecekse bu '=' işaretinden sonra yazılır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003784"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003785"Geçerli ek seçenekler:\n"
3786"\tstride=<blok cinsinden adım uzunluğu>\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003787"\tresize=<yeniden boyutlanacağı blok sayısı>\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003788"\n"
3789
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003790#: misc/mke2fs.c:987
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003791#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003792msgid "invalid block size - %s"
3793msgstr "blok uzunluğu hatalı - %s"
3794
3795#: misc/mke2fs.c:991
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003796#, c-format
3797msgid "Warning: blocksize %d not usable on most systems.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003798msgstr "Uyarı: blok uzunluğu %d birçok sistemde kullanımdışıdır.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003799
Theodore Ts'obc759702005-05-09 20:40:55 -04003800#: misc/mke2fs.c:1008
Theodore Ts'o886017a2005-06-26 22:11:46 -04003801#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003802msgid "invalid fragment size - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003803msgstr "sekme boyu hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003804
Theodore Ts'obc759702005-05-09 20:40:55 -04003805#: misc/mke2fs.c:1014
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003806#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003807msgid "Warning: fragments not supported. Ignoring -f option\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003808msgstr "Uyarı: sekmeler desteklenmediğinden -f seçeneği yoksayılıyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003809
Theodore Ts'obc759702005-05-09 20:40:55 -04003810#: misc/mke2fs.c:1021
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003811msgid "Illegal number for blocks per group"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003812msgstr "Grup başına blok sayısı kuraldışı"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003813
Theodore Ts'obc759702005-05-09 20:40:55 -04003814#: misc/mke2fs.c:1026
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003815msgid "blocks per group must be multiple of 8"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003816msgstr "grup başına blok sayısı 8'in katları olmalıdır"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003817
Theodore Ts'obc759702005-05-09 20:40:55 -04003818#: misc/mke2fs.c:1036
Theodore Ts'o886017a2005-06-26 22:11:46 -04003819#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003820msgid "invalid inode ratio %s (min %d/max %d)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003821msgstr "düğüm oranı %s hatalı (en az %d/en çok %d)"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003822
Theodore Ts'obc759702005-05-09 20:40:55 -04003823#: misc/mke2fs.c:1055
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003824msgid "in malloc for bad_blocks_filename"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003825msgstr "- bad_blocks_filename için bellek ayrılırken"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003826
Theodore Ts'obc759702005-05-09 20:40:55 -04003827#: misc/mke2fs.c:1064
Theodore Ts'o886017a2005-06-26 22:11:46 -04003828#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003829msgid "invalid reserved blocks percent - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003830msgstr "yedek blok yüzdesi hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003831
Theodore Ts'o6956f612005-12-31 16:46:15 -05003832#: misc/mke2fs.c:1082
3833#, fuzzy, c-format
3834msgid "bad revision level - %s"
3835msgstr "süre hatalı - %s"
3836
3837#: misc/mke2fs.c:1104
Theodore Ts'o886017a2005-06-26 22:11:46 -04003838#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003839msgid "invalid inode size - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003840msgstr "düğüm uzunluğu hatalı - %s"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003841
Theodore Ts'o6956f612005-12-31 16:46:15 -05003842#: misc/mke2fs.c:1125
3843#, fuzzy, c-format
3844msgid "bad num inodes - %s"
3845msgstr "süre hatalı - %s"
3846
3847#: misc/mke2fs.c:1140 misc/tune2fs.c:303
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003848#, c-format
3849msgid "Invalid filesystem option set: %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003850msgstr "Geçersiz dosya sistemi seçeneği: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003851
Theodore Ts'o6956f612005-12-31 16:46:15 -05003852#: misc/mke2fs.c:1195 misc/mke2fs.c:1585
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003853#, c-format
3854msgid "while trying to open journal device %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003855msgstr "- %s günlük aygıtı açılmaya çalışılırken hata\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003856
Theodore Ts'o6956f612005-12-31 16:46:15 -05003857#: misc/mke2fs.c:1201
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003858#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003859msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003860msgstr "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 -04003861
Theodore Ts'o6956f612005-12-31 16:46:15 -05003862#: misc/mke2fs.c:1215
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003863#, c-format
3864msgid "%d-byte blocks too big for system (max %d)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003865msgstr "%d baytlık bloklar sistem için çok büyük (en çok %d)"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003866
Theodore Ts'o6956f612005-12-31 16:46:15 -05003867#: misc/mke2fs.c:1219
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003868#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05003869msgid ""
3870"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
3871msgstr ""
3872"Uyarı: %d baytlık bloklar sistem için çok büyük (en çok %d), ama devam "
3873"ediliyor\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003874
Theodore Ts'o6956f612005-12-31 16:46:15 -05003875#: misc/mke2fs.c:1225
Theodore Ts'o197abba2005-06-20 18:00:23 -04003876#, c-format
3877msgid ""
3878"\n"
3879"Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
3880"\tusing ext3. Use -b 4096 if this is an issue for you.\n"
3881"\n"
3882msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04003883"\n"
3884"Uyarı: Bazı 2.4 çekirdekler ext3 kullanırken 4096'dan daha büyük blok\n"
3885"\tboylarını desteklemez. Bu sizin için de geçerliyse, -b 4096 hullanın.\n"
3886"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003887
Theodore Ts'o6956f612005-12-31 16:46:15 -05003888#: misc/mke2fs.c:1256
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003889msgid "filesystem"
3890msgstr "dosya sistemi"
3891
Theodore Ts'o6956f612005-12-31 16:46:15 -05003892#: misc/mke2fs.c:1279 resize/main.c:272
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003893msgid "while trying to determine filesystem size"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003894msgstr "- dosya sistemi uzunluğu saptanmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003895
Theodore Ts'o6956f612005-12-31 16:46:15 -05003896#: misc/mke2fs.c:1285
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003897msgid ""
3898"Couldn't determine device size; you must specify\n"
3899"the size of the filesystem\n"
3900msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003901"Aygıt alanı saptanamadı; dosya sistemi için\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003902"bir uzunluk belirtmelisiniz\n"
3903
Theodore Ts'o6956f612005-12-31 16:46:15 -05003904#: misc/mke2fs.c:1292
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003905msgid ""
3906"Device size reported to be zero. Invalid partition specified, or\n"
3907"\tpartition table wasn't reread after running fdisk, due to\n"
3908"\ta modified partition being busy and in use. You may need to reboot\n"
3909"\tto re-read your partition table.\n"
3910msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003911"Aygıttaki alan sıfır olarak raporlandı. Ya değiştirilen bir disk bölümü\n"
3912"hala meşgul veya kullanımda olduğundan fdisk çalıştırıldıktan sonra\n"
3913"disk bölümleme tablosu yeniden okunamadı ya da yanlış bölüm belirtildi.\n"
3914"Disk bölümleme tablosunun yeniden okunması için sisteminizi yeniden\n"
3915"başlatmalısınız.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003916
Theodore Ts'o6956f612005-12-31 16:46:15 -05003917#: misc/mke2fs.c:1310
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003918msgid "Filesystem larger than apparent device size."
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003919msgstr "Dosya sisteminin uzunluğu görünürdeki uzunluktan büyük."
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003920
Theodore Ts'o6956f612005-12-31 16:46:15 -05003921#: misc/mke2fs.c:1332
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003922msgid "while trying to determine hardware sector size"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003923msgstr "- donanımsal sektör boyu saptanmaya çalışılırken"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003924
Theodore Ts'o6956f612005-12-31 16:46:15 -05003925#: misc/mke2fs.c:1352
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003926msgid "reserved online resize blocks not supported on non-sparse filesystem"
3927msgstr ""
3928"süperblok azaltması uygulanmamış dosya sisteminde\n"
3929"yedek bloklar kullanılarak yeniden boyutlama desteklenmiyor."
3930
Theodore Ts'o6956f612005-12-31 16:46:15 -05003931#: misc/mke2fs.c:1361
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003932msgid "blocks per group count out of range"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003933msgstr "Grup başına blok sayısı kapsamdışı"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003934
Theodore Ts'o6956f612005-12-31 16:46:15 -05003935#: misc/mke2fs.c:1368
3936msgid ""
3937"Filesystem too large. No more than 2**31-1 blocks\n"
3938"\t (8TB using a blocksize of 4k) are currently supported."
3939msgstr ""
3940
3941#: misc/mke2fs.c:1378
Theodore Ts'o886017a2005-06-26 22:11:46 -04003942#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003943msgid "invalid inode size %d (min %d/max %d)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003944msgstr "düğüm uzunluğu %d hatalı (en az %d/en çok %d)"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003945
Theodore Ts'o6956f612005-12-31 16:46:15 -05003946#: misc/mke2fs.c:1384
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003947#, c-format
3948msgid "Warning: %d-byte inodes not usable on most systems\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003949msgstr "Uyarı: %d baytlık düğümler bir çok sistemde kullanımdışıdır.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003950
Theodore Ts'o6956f612005-12-31 16:46:15 -05003951#: misc/mke2fs.c:1435
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003952msgid "while setting up superblock"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003953msgstr "- süperblok ayarlanırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003954
Theodore Ts'o6956f612005-12-31 16:46:15 -05003955#: misc/mke2fs.c:1469
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003956#, c-format
3957msgid "unknown os - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003958msgstr "bilinmeyen işletim sistemi - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003959
Theodore Ts'o6956f612005-12-31 16:46:15 -05003960#: misc/mke2fs.c:1523
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003961msgid "while trying to allocate filesystem tables"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003962msgstr "- dosya sistemi tabloları ayrılmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003963
Theodore Ts'o6956f612005-12-31 16:46:15 -05003964#: misc/mke2fs.c:1554
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003965#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003966msgid "while zeroing block %u at end of filesystem"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003967msgstr "- dosya sisteminin sonunda blok %u sıfırlanırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003968
Theodore Ts'o6956f612005-12-31 16:46:15 -05003969#: misc/mke2fs.c:1567
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003970msgid "while reserving blocks for online resize"
3971msgstr "- yeniden boyutlama için bloklar yedeklenirken hata oluştu"
3972
Theodore Ts'o6956f612005-12-31 16:46:15 -05003973#: misc/mke2fs.c:1578 misc/tune2fs.c:388
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003974msgid "journal"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003975msgstr "günlük"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003976
Theodore Ts'o6956f612005-12-31 16:46:15 -05003977#: misc/mke2fs.c:1590
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003978#, c-format
3979msgid "Adding journal to device %s: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003980msgstr "%s'e günlük ekleniyor: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003981
Theodore Ts'o6956f612005-12-31 16:46:15 -05003982#: misc/mke2fs.c:1597
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003983#, c-format
3984msgid ""
3985"\n"
3986"\twhile trying to add journal to device %s"
3987msgstr ""
3988"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003989"\tgünlük %s e eklenmeye çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003990
Theodore Ts'o6956f612005-12-31 16:46:15 -05003991#: misc/mke2fs.c:1602 misc/mke2fs.c:1626 misc/tune2fs.c:416 misc/tune2fs.c:430
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003992#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003993msgid "done\n"
3994msgstr "tamam\n"
3995
Theodore Ts'o6956f612005-12-31 16:46:15 -05003996#: misc/mke2fs.c:1614
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003997#, c-format
3998msgid "Creating journal (%d blocks): "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003999msgstr "Günlük oluşturuluyor (%d blok): "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004000
Theodore Ts'o6956f612005-12-31 16:46:15 -05004001#: misc/mke2fs.c:1622
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004002msgid ""
4003"\n"
4004"\twhile trying to create journal"
4005msgstr ""
4006"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004007"\tgünlük oluşturulmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004008
Theodore Ts'o6956f612005-12-31 16:46:15 -05004009#: misc/mke2fs.c:1631
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004010#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004011msgid "Writing superblocks and filesystem accounting information: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004012msgstr "Süperblokların ve dosya sisteminin hesap bilgileri yazılıyor: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004013
Theodore Ts'o6956f612005-12-31 16:46:15 -05004014#: misc/mke2fs.c:1636
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004015#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004016msgid ""
4017"\n"
4018"Warning, had trouble writing out superblocks."
4019msgstr ""
4020"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004021"Uyarı, süperblokların tamamına yazma sorunu var."
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004022
Theodore Ts'o6956f612005-12-31 16:46:15 -05004023#: misc/mke2fs.c:1639
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004024#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004025msgid ""
4026"done\n"
4027"\n"
4028msgstr ""
4029"bitti\n"
4030"\n"
4031
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004032#: misc/mklost+found.c:49
4033#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004034msgid "Usage: mklost+found\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004035msgstr "Kullanımı: mklost+found\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004036
Theodore Ts'o6956f612005-12-31 16:46:15 -05004037#: misc/tune2fs.c:78
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004038msgid "Please run e2fsck on the filesystem.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004039msgstr "Lütfen dosya sisteminde e2fsck çalıştırın.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004040
Theodore Ts'o6956f612005-12-31 16:46:15 -05004041#: misc/tune2fs.c:85
Theodore Ts'o886017a2005-06-26 22:11:46 -04004042#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004043msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04004044"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
4045"\t[-i interval[d|m|w]] [-j] [-J journal_options]\n"
4046"\t[-l] [-s sparse_flag] [-m reserved_blocks_percent]\n"
4047"\t[-o [^]mount_options[,...]] [-r reserved_blocks_count]\n"
4048"\t[-u user] [-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
4049"\t[-O [^]feature[,...]] [-T last_check_time] [-U UUID] device\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004050msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004051"Kullanımı: %s [seçenekler] aygıt\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004052"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004053"Dosya sisteminin ayarlanabilir parametrelerini değiştirmekte kullanılır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004054"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004055"Seçenekler:\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004056" -c SAYI İki dosyasistemi denetimi arasında dosya "
4057"sisteminin\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004058" en çok kaç defa bağlanabileceği belirtilir.\n"
4059" -C SAYI -c ile aynı\n"
4060" -e hata-davranışı Hata oluştuğunda ne yapılacağı belirtilir.\n"
4061" 'continue': hata yoksayılır. 'remount-ro': dosya\n"
4062" sistemi salt-okunur olarak bağlanır. 'panic':\n"
4063" çekirdek paniği oluşur.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004064" -g grup Yedek blokların hangi kullanıcı grubuna "
4065"ayrılacağı\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004066" belirtilir. Grup ismi ya da numarası verilebilir.\n"
4067" -u kullanıcı Yedek blokların hangi kullanıcıya ayrılacağı\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004068" belirtilir. Kull. ismi ya da numarası "
4069"verilebilir.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004070" -i süre[d|m|w] İki denetim arasındaki en büyük süre belirtilir.\n"
4071" Gün(d), ay(m), hafta(w) olarak verilebilir. 0 ile\n"
4072" zamana bağlı denetim ayarı kaldırılır.\n"
4073" -j Dosya sistemine günlük dosyası eklenir. -J\n"
4074" seçeneği ile seçenekler belirtilmezse dosya\n"
4075" öntanımlı özelliklerle oluşturulur.\n"
4076" -J seçenek[,...] Aşağıda açıklamaları verilen seçenekler burada\n"
4077" virgüllerle ayrılarak verilebilir.\n"
4078" -l Dosya sisteminin özellikleri listelenir.\n"
4079" -L etiket Dosya sisteminin bölüm ismi belirtilir.\n"
4080" -m yedek-blok-yüzdesi Yedek blokların yüzdesi belirtilir. Öntanımlı %%5\n"
4081" -M DİZİN Dosya sistemine son bağlanan dizin belirtilir.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004082" -o [^]seçenek[,...] Bağlama seçenekleri\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004083" -O [^]özellik[,...] Aşağıda açıklamaları verilen özellikler burada\n"
4084" virgüllerle ayrılarak verilebilir.\n"
4085" -r yedek-blok-sayısı Yedek blokların sayısı belirtilir.\n"
4086" -s [0|1] Çok büyük dosya sistemlerinde yer kazandırır.\n"
4087" -O sparse_super ile aynıdır.\n"
4088" -T son-denetim-zamanı Betiklerle kullanmak içindir\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05004089" -U UUID|clear|random|time\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004090" Dosya sisteminin evrensel tek kimliği veya (UUID)\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004091" hangi yöntemle belirleneceği belirtilir.'clear' "
4092"ile\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004093" silinir; 'random' rasgele, 'time' zamana göre bir\n"
4094" kimlik üretir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004095"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004096"Günlükleme seçenekleri:\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004097" size=günlük-uzunluğu Günlük dosyasının uzunluğu MB olarak "
4098"belirtilir\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004099" device=dış-günlük-aygıtı Başka bir aygıt üzerindeki günlük dosyasının\n"
4100" kullanılması sağlanır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004101"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004102"Özellikler:\n"
4103"'^' öneki ile verilen özellikler süperbloğa eskiler kaldırılarak yazılır.\n"
4104"'+' önekiyle ya da öneksiz verilen özellikler süperbloktaki özelliklere\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004105"eklenir.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004106" sparse_super Yedek süperblokların sayısını sınırlamakta kullanılır.\n"
4107" filetype Dizin kayıtlarında dosya türü bilgisi saklanır.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004108" has_journal -j seçeneği ile aynı. Bir ext3 günlük dosyası "
4109"oluşturur.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004110"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004111"Çeviri hatalarını <gnu-tr@belgeler.org> adresine bildiriniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004112"\n"
4113
Theodore Ts'o6956f612005-12-31 16:46:15 -05004114#: misc/tune2fs.c:142
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004115msgid "while trying to open external journal"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004116msgstr "- dış günlük açılmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004117
Theodore Ts'o6956f612005-12-31 16:46:15 -05004118#: misc/tune2fs.c:146
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004119#, c-format
4120msgid "%s is not a journal device.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004121msgstr "%s bir günlükleme aygıtı değil.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004122
Theodore Ts'o6956f612005-12-31 16:46:15 -05004123#: misc/tune2fs.c:161
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004124msgid "Journal superblock not found!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004125msgstr "Günlük süperbloğu yok!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004126
Theodore Ts'o6956f612005-12-31 16:46:15 -05004127#: misc/tune2fs.c:173
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004128msgid "Filesystem's UUID not found on journal device.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004129msgstr ""
4130"Günlükleme aygıtında dosya sisteminin evrensel tek kimliği (UUID) yok.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004131
Theodore Ts'o6956f612005-12-31 16:46:15 -05004132#: misc/tune2fs.c:194
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004133msgid "Journal NOT removed\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004134msgstr "Günlük silinMEdi\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004135
Theodore Ts'o6956f612005-12-31 16:46:15 -05004136#: misc/tune2fs.c:200
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004137msgid "Journal removed\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004138msgstr "Günlük silindi\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004139
Theodore Ts'o6956f612005-12-31 16:46:15 -05004140#: misc/tune2fs.c:232
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004141msgid "while reading journal inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004142msgstr "- günlük düğümü okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004143
Theodore Ts'o6956f612005-12-31 16:46:15 -05004144#: misc/tune2fs.c:239
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004145msgid "while reading bitmaps"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004146msgstr "- biteşlemler okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004147
Theodore Ts'o6956f612005-12-31 16:46:15 -05004148#: misc/tune2fs.c:246
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004149msgid "while clearing journal inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004150msgstr "- günlük düğümü temizlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004151
Theodore Ts'o6956f612005-12-31 16:46:15 -05004152#: misc/tune2fs.c:257
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004153msgid "while writing journal inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004154msgstr "- günlük düğümü yazılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004155
Theodore Ts'o6956f612005-12-31 16:46:15 -05004156#: misc/tune2fs.c:272
Theodore Ts'o1be672b2003-03-26 00:58:06 -05004157#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004158msgid "Invalid mount option set: %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004159msgstr "Geçersiz dosya sistemi seçeneği belirtidi: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004160
Theodore Ts'o6956f612005-12-31 16:46:15 -05004161#: misc/tune2fs.c:318
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004162msgid ""
4163"The has_journal flag may only be cleared when the filesystem is\n"
4164"unmounted or mounted read-only.\n"
4165msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004166"has_journal bayrağı sadece dosya sistemi bağlı değilken ya da salt-okunur\n"
4167"bağlıyken temizlenebilir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004168
Theodore Ts'o6956f612005-12-31 16:46:15 -05004169#: misc/tune2fs.c:326
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004170msgid ""
4171"The needs_recovery flag is set. Please run e2fsck before clearing\n"
4172"the has_journal flag.\n"
4173msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004174"needs_recovery bayrağı gerekiyor. Lütfen has_journal bayrağı\n"
4175"temizlenmeden önce e2fsck çalıştırın.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004176
Theodore Ts'o6956f612005-12-31 16:46:15 -05004177#: misc/tune2fs.c:383
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004178msgid "The filesystem already has a journal.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004179msgstr "Dosya sisteminde bir günlük dosyası zaten var.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004180
Theodore Ts'o6956f612005-12-31 16:46:15 -05004181#: misc/tune2fs.c:400
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004182#, c-format
4183msgid ""
4184"\n"
4185"\twhile trying to open journal on %s\n"
4186msgstr ""
4187"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004188"\t%s üzerindeki günlük açılmaya çalışılırken hata oluştu\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004189
Theodore Ts'o6956f612005-12-31 16:46:15 -05004190#: misc/tune2fs.c:404
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004191#, c-format
4192msgid "Creating journal on device %s: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004193msgstr "%s üzerinde günlük dosyası oluşturuluyor: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004194
Theodore Ts'o6956f612005-12-31 16:46:15 -05004195#: misc/tune2fs.c:412
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004196#, c-format
4197msgid "while adding filesystem to journal on %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004198msgstr "- %s üzerindeki günlük dosyasına dosya sistemi eklenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004199
Theodore Ts'o6956f612005-12-31 16:46:15 -05004200#: misc/tune2fs.c:418
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004201msgid "Creating journal inode: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004202msgstr "Günlük düğümü oluşturuluyor: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004203
Theodore Ts'o6956f612005-12-31 16:46:15 -05004204#: misc/tune2fs.c:427
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004205msgid ""
4206"\n"
4207"\twhile trying to create journal file"
4208msgstr ""
4209"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004210"\tgünlük dosyası oluşturulmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004211
Theodore Ts'o6956f612005-12-31 16:46:15 -05004212#: misc/tune2fs.c:493
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004213#, c-format
4214msgid "Couldn't parse date/time specifier: %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004215msgstr "Tarih/zaman belirteci çözümlenemedi: %s"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004216
Theodore Ts'o6956f612005-12-31 16:46:15 -05004217#: misc/tune2fs.c:515 misc/tune2fs.c:528
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004218#, c-format
4219msgid "bad mounts count - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004220msgstr "bağlama sayısı hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004221
Theodore Ts'o6956f612005-12-31 16:46:15 -05004222#: misc/tune2fs.c:544
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004223#, c-format
4224msgid "bad error behavior - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004225msgstr "hata davranışı hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004226
Theodore Ts'o6956f612005-12-31 16:46:15 -05004227#: misc/tune2fs.c:567
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004228#, c-format
4229msgid "bad gid/group name - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004230msgstr "grup ismi/numarası hatalı -%s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004231
Theodore Ts'o6956f612005-12-31 16:46:15 -05004232#: misc/tune2fs.c:600
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004233#, c-format
4234msgid "bad interval - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004235msgstr "süre hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004236
Theodore Ts'o6956f612005-12-31 16:46:15 -05004237#: misc/tune2fs.c:628
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004238#, c-format
4239msgid "bad reserved block ratio - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004240msgstr "yedek blok oranı hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004241
Theodore Ts'o6956f612005-12-31 16:46:15 -05004242#: misc/tune2fs.c:643
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004243msgid "-o may only be specified once"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004244msgstr "-o yalnız bir kere kullanılabilir"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004245
Theodore Ts'o6956f612005-12-31 16:46:15 -05004246#: misc/tune2fs.c:653
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004247msgid "-O may only be specified once"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004248msgstr "-O yalnız bir kere kullanılabilir"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004249
Theodore Ts'o6956f612005-12-31 16:46:15 -05004250#: misc/tune2fs.c:663
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004251#, c-format
4252msgid "bad reserved blocks count - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004253msgstr "yedek blok sayısı hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004254
Theodore Ts'o6956f612005-12-31 16:46:15 -05004255#: misc/tune2fs.c:692
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004256#, c-format
4257msgid "bad uid/user name - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004258msgstr "kullanıcı ismi/numarası hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004259
Theodore Ts'o6956f612005-12-31 16:46:15 -05004260#: misc/tune2fs.c:802
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004261#, c-format
4262msgid "Setting maximal mount count to %d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004263msgstr "En fazla bağlama sayısı %d olarak belirleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004264
Theodore Ts'o6956f612005-12-31 16:46:15 -05004265#: misc/tune2fs.c:808
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004266#, c-format
4267msgid "Setting current mount count to %d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004268msgstr "Şimdiki bağlama sayısı %d olarak belirleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004269
Theodore Ts'o6956f612005-12-31 16:46:15 -05004270#: misc/tune2fs.c:813
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004271#, c-format
4272msgid "Setting error behavior to %d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004273msgstr "Hata davranışı %d olarak belirleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004274
Theodore Ts'o6956f612005-12-31 16:46:15 -05004275#: misc/tune2fs.c:818
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004276#, c-format
4277msgid "Setting reserved blocks gid to %lu\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004278msgstr "Yedek blokların grup numarası %lu olarak belirleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004279
Theodore Ts'o6956f612005-12-31 16:46:15 -05004280#: misc/tune2fs.c:823
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004281#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004282msgid "Setting interval between checks to %lu seconds\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004283msgstr "Denetimler arasındaki süre %lu saniye olarak belirleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004284
Theodore Ts'obc759702005-05-09 20:40:55 -04004285#: misc/tune2fs.c:828
Theodore Ts'o6956f612005-12-31 16:46:15 -05004286#, fuzzy, c-format
4287msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004288msgstr "Yedek blokların yüzdesi %lu (%u blok) olarak belirleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004289
Theodore Ts'obc759702005-05-09 20:40:55 -04004290#: misc/tune2fs.c:834
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004291#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004292msgid "reserved blocks count is too big (%lu)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004293msgstr "yedek ayrılmış blok sayısı çok büyük (%lu)"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004294
Theodore Ts'obc759702005-05-09 20:40:55 -04004295#: misc/tune2fs.c:840
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004296#, c-format
4297msgid "Setting reserved blocks count to %lu\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004298msgstr "Yedek blok sayısı %lu olarak belirleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004299
Theodore Ts'obc759702005-05-09 20:40:55 -04004300#: misc/tune2fs.c:846
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004301msgid ""
4302"\n"
4303"The filesystem already has sparse superblocks.\n"
4304msgstr ""
4305"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004306"Dosya sistemindeki süperbloklar zaten azaltılmış.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004307
Theodore Ts'obc759702005-05-09 20:40:55 -04004308#: misc/tune2fs.c:853
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004309#, c-format
4310msgid ""
4311"\n"
4312"Sparse superblock flag set. %s"
4313msgstr ""
4314"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004315"Süperblok azaltma bayrağı konuldu. %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004316
Theodore Ts'obc759702005-05-09 20:40:55 -04004317#: misc/tune2fs.c:860
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004318msgid ""
4319"\n"
4320"The filesystem already has sparse superblocks disabled.\n"
4321msgstr ""
4322"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004323"Dosya sisteminde süperblok azaltma bayrağı zaten etkin değil.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004324
Theodore Ts'obc759702005-05-09 20:40:55 -04004325#: misc/tune2fs.c:868
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004326#, c-format
4327msgid ""
4328"\n"
4329"Sparse superblock flag cleared. %s"
4330msgstr ""
4331"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004332"Süperblok azaltma bayrağı temizlendi. %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004333
Theodore Ts'obc759702005-05-09 20:40:55 -04004334#: misc/tune2fs.c:875
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004335#, c-format
4336msgid "Setting time filesystem last checked to %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004337msgstr "Dosya sisteminin son denetim zamanı %s yapılıyor\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004338
Theodore Ts'obc759702005-05-09 20:40:55 -04004339#: misc/tune2fs.c:881
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004340#, c-format
4341msgid "Setting reserved blocks uid to %lu\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004342msgstr "Ayrılan blokların kullanıcı numarası %lu olarak ayarlanıyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004343
Theodore Ts'obc759702005-05-09 20:40:55 -04004344#: misc/tune2fs.c:914
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004345msgid "Invalid UUID format\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004346msgstr "Geçersiz UUID biçemi\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004347
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004348#: misc/util.c:72
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004349msgid "Proceed anyway? (y,n) "
4350msgstr "Yine de devam edilsin mi? (e/h) "
4351
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004352#: misc/util.c:93
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004353#, c-format
4354msgid "Could not stat %s --- %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004355msgstr "stat %s yapılamadı --- %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004356
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004357#: misc/util.c:96
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004358msgid ""
4359"\n"
4360"The device apparently does not exist; did you specify it correctly?\n"
4361msgstr ""
4362"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004363"Aygıt görünmüyor; doğru belirttiğinize emin misiniz?\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004364
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004365#: misc/util.c:107
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004366#, c-format
4367msgid "%s is not a block special device.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004368msgstr "%s blok özellikli bir aygıt değil.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004369
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004370#: misc/util.c:136
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004371#, c-format
4372msgid "%s is entire device, not just one partition!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004373msgstr "%s diskin tamamı! Bir disk bölümü değil!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004374
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004375#: misc/util.c:158
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004376msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004377msgstr "mke2fs n'olursa olsun çalıştırılacak. İnşallah /etc/mtab yanlıştır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004378
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004379#: misc/util.c:163
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004380#, c-format
4381msgid "will not make a %s here!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004382msgstr "burada bir %s yapılmayacak!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004383
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004384#: misc/util.c:170
4385msgid "mke2fs forced anyway.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004386msgstr "mke2fs ne olursa olsun çalıştırılacak.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004387
4388#: misc/util.c:186
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004389msgid "Couldn't allocate memory to parse journal options!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004390msgstr "Günlük seçenekleri için bellek ayrılamadı!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004391
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004392#: misc/util.c:228
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004393msgid ""
4394"\n"
4395"Bad journal options specified.\n"
4396"\n"
4397"Journal options are separated by commas, and may take an argument which\n"
4398"\tis set off by an equals ('=') sign.\n"
4399"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004400"Valid journal options are:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004401"\tsize=<journal size in megabytes>\n"
4402"\tdevice=<journal device>\n"
4403"\n"
4404"The journal size must be between 1024 and 102400 filesystem blocks.\n"
4405"\n"
4406msgstr ""
4407"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004408"Günlük seçenekleri hatalı belirtilmiş.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004409"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004410"Günlük seçenekleri 'isim=değer' çiftleri halinde\n"
4411"virgüllerle ayrılarak verilir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004412"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004413"Geçerli günlükleme seçenekleri:\n"
4414"\tsize=<MB olarak günlük uzunluğu>\n"
4415"\tdevice=<günlük dosyasının bulunacağı aygıt>\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004416"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004417"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 -04004418"\n"
4419
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004420#: misc/util.c:255
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004421msgid ""
4422"\n"
4423"Filesystem too small for a journal\n"
4424msgstr ""
4425"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004426"Dosya sistemi bir günlük için çok küçük\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004427
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004428#: misc/util.c:262
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004429#, c-format
4430msgid ""
4431"\n"
4432"The requested journal size is %d blocks; it must be\n"
4433"between 1024 and 102400 blocks. Aborting.\n"
4434msgstr ""
4435"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004436"Günlük dosyasının uzunluğu %d blok olarak belirtilmiş.\n"
4437"1024 ile 102400 blok arasında olmalı. Çıkılıyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004438
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004439#: misc/util.c:270
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004440msgid ""
4441"\n"
4442"Journal size too big for filesystem.\n"
4443msgstr ""
4444"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004445"Günlük dosyası dosya sistemi için çok büyük.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004446
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004447#: misc/util.c:294
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004448#, c-format
4449msgid ""
4450"This filesystem will be automatically checked every %d mounts or\n"
4451"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
4452msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004453"Bu dosya sistemi her %d bağlamada bir ya da %g günde bir, hangisi önce\n"
4454"gerçekleşirse, otomatik olarak denetlenecektir. Bu değerleri değiştirmek\n"
4455"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 -04004456
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004457#: misc/uuidgen.c:30
4458#, c-format
4459msgid "Usage: %s [-r] [-t]\n"
4460msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004461"Kullanımı: %s [seçenek]\n"
4462"Evrendeki tek tanımlayıcıyı (UUID) oluşturur.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004463"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004464"Seçenekler:\n"
4465" -r rasgele sayı üreteci kullanılarak rasgele bir numara üretilir\n"
4466" -t varsa eternet kartının adresi ve sistem zamanına göre bir\n"
4467" numara üretir\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004468"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004469"Çeviri hatalarını <gnu-tr-u12a@lists.sourceforge.net> adresine bildiriniz.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004470"\n"
4471
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04004472#: resize/extent.c:196
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004473msgid "# Extent dump:\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004474msgstr "# Ek döküm:\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004475
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04004476#: resize/extent.c:197
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004477#, c-format
4478msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004479msgstr "#\tNum = %d, Boy = %d, İmleç = %d, Sıralı = %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004480
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04004481#: resize/extent.c:200
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004482#, c-format
4483msgid "#\t\t %u -> %u (%d)\n"
4484msgstr "#\t\t %u -> %u (%d)\n"
4485
Theodore Ts'o6956f612005-12-31 16:46:15 -05004486#: resize/main.c:39
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004487#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004488msgid ""
Theodore Ts'obc759702005-05-09 20:40:55 -04004489"Usage: %s [-d debug_flags] [-f] [-F] [-p] device [new_size]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004490"\n"
4491msgstr ""
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004492"Kullanımı: %s [seçenekler] aygıt [yeni-boyut]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004493"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004494"Dosya sistemini yeniden boyutlandırır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004495"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004496"Seçenekler:\n"
4497" -d bayraklar hata ayıklama seçeneği ile derlenmişse hata ayıklama\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004498" seviyeleri belirtilir\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004499" -f bazı güvenlik denetimlerini engelleyerek boyutlandırmaya\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004500" zorlar\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004501" -F başlamadan önce dosya sisteminin tampon belleklerini\n"
4502" boşaltır\n"
4503" -p işlem ilerleyişini gösteren bir çubuk üretir\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004504"\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004505"Çeviri hatalarını <gnu-tr@belgeler.org> adresine bildiriniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004506"\n"
4507
Theodore Ts'o6956f612005-12-31 16:46:15 -05004508#: resize/main.c:61
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004509msgid "Extending the inode table"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004510msgstr "Dosya indeksi tablosu genişletiliyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004511
Theodore Ts'o6956f612005-12-31 16:46:15 -05004512#: resize/main.c:64
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004513msgid "Relocating blocks"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004514msgstr "Bloklar yeniden konumlandırılıyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004515
Theodore Ts'o6956f612005-12-31 16:46:15 -05004516#: resize/main.c:67
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004517msgid "Scanning inode table"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004518msgstr "Dosya indeksi tablosu taranıyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004519
Theodore Ts'o6956f612005-12-31 16:46:15 -05004520#: resize/main.c:70
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004521msgid "Updating inode references"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004522msgstr "Dosya indeksi başvuruları güncelleniyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004523
Theodore Ts'o6956f612005-12-31 16:46:15 -05004524#: resize/main.c:73
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004525msgid "Moving inode table"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004526msgstr "Dosya indeksi tablosu taşınıyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004527
Theodore Ts'o6956f612005-12-31 16:46:15 -05004528#: resize/main.c:76
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004529msgid "Unknown pass?!?"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004530msgstr "bilinmeyen geçiş?!?"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004531
Theodore Ts'o6956f612005-12-31 16:46:15 -05004532#: resize/main.c:79
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004533#, c-format
4534msgid "Begin pass %d (max = %lu)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004535msgstr "Geçiş %d başlıyor (en çok = %lu)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004536
Theodore Ts'o6956f612005-12-31 16:46:15 -05004537#: resize/main.c:112
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004538#, c-format
4539msgid ""
4540"%s is mounted; can't resize a mounted filesystem!\n"
4541"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004542msgstr "%s bağlı; bağlı bir dosya sistemi yeniden boyutlandırılamaz!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004543
Theodore Ts'o6956f612005-12-31 16:46:15 -05004544#: resize/main.c:195
4545#, fuzzy, c-format
4546msgid "while opening %s"
4547msgstr "düğüm taraması başlatılırken hata oluştu"
4548
4549#: resize/main.c:207
4550#, fuzzy, c-format
4551msgid "while getting stat information for %s"
4552msgstr "- %s üzerinde sürüm belirlenirken hata oluştu"
4553
4554#: resize/main.c:279
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004555#, c-format
4556msgid "bad filesystem size - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004557msgstr "dosya sistemi uzunluğu hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004558
Theodore Ts'o6956f612005-12-31 16:46:15 -05004559#: resize/main.c:306
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004560#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004561msgid ""
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04004562"The containing partition (or device) is only %d (%dk) blocks.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004563"You requested a new size of %d blocks.\n"
4564"\n"
4565msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004566"Disk bölümü (ya da aygıt) sadece %d (%dk) blok içeriyor.\n"
4567"Siz ise %d blokluk bir boyut istediniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004568"\n"
4569
Theodore Ts'o6956f612005-12-31 16:46:15 -05004570#: resize/main.c:313
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004571#, c-format
4572msgid ""
4573"The filesystem is already %d blocks long. Nothing to do!\n"
4574"\n"
4575msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004576"Dosya sistemi zaten %d blok uzunlukta. Hiçbir şey yapılmadı!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004577"\n"
4578
Theodore Ts'o6956f612005-12-31 16:46:15 -05004579#: resize/main.c:320
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004580#, c-format
4581msgid ""
4582"Please run 'e2fsck -f %s' first.\n"
4583"\n"
4584msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004585"Lütfen önce 'e2fsck -f %s' komutunu çalıştırın.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004586"\n"
4587
Theodore Ts'o6956f612005-12-31 16:46:15 -05004588#: resize/main.c:330
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004589#, c-format
4590msgid "while trying to resize %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004591msgstr "- %s yeniden boyutlandırılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004592
Theodore Ts'o6956f612005-12-31 16:46:15 -05004593#: resize/main.c:335
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004594#, c-format
4595msgid ""
4596"The filesystem on %s is now %d blocks long.\n"
4597"\n"
4598msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004599"%s üzerindeki dosya sistemi şimdi %d blok uzunlukta.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004600"\n"
4601
Theodore Ts'o6956f612005-12-31 16:46:15 -05004602#: resize/resize2fs.c:582
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004603msgid "reserved blocks"
4604msgstr "yedek bloklar"
4605
Theodore Ts'o6956f612005-12-31 16:46:15 -05004606#: resize/resize2fs.c:587
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004607msgid "blocks to be moved"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004608msgstr "taşınacak bloklar"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004609
Theodore Ts'o6956f612005-12-31 16:46:15 -05004610#: resize/resize2fs.c:592
Theodore Ts'obc759702005-05-09 20:40:55 -04004611msgid "meta-data blocks"
4612msgstr "meta-veri blokları"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004613
Theodore Ts'o6956f612005-12-31 16:46:15 -05004614#: resize/resize2fs.c:1472
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004615#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004616msgid "Should never happen: resize inode corrupt!\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004617msgstr "Bu olmamalıydı: boyutlandırırken düğümü kaybettik!\n"
4618
Theodore Ts'o6956f612005-12-31 16:46:15 -05004619#~ msgid "done \n"
4620#~ msgstr "bitti \n"
4621
Theodore Ts'o886017a2005-06-26 22:11:46 -04004622#~ msgid "Clone duplicate/bad blocks"
4623#~ msgstr "tekrarlı/hatalı bloklaları kopyala"
4624
4625#~ msgid "Error allocating @a @b %b. "
4626#~ msgstr "Ek özellik bloğu %b ayrılırken hata oluştu. "
4627
4628#~ msgid ""
4629#~ "Duplicate @bs found... invoking duplicate @b passes.\n"
4630#~ "Pass 1B: Rescan for duplicate/bad @bs\n"
4631#~ msgstr ""
4632#~ "Tekrarlanmış bloklar bulundu... tekrarlanan blok taraması başlatılıyor.\n"
4633#~ "Geçiş 1B: tekrarlanmış/hatalı bloklar yeniden taranıyor\n"
4634
4635#~ msgid "Duplicate/bad @b(s) in @i %i:"
4636#~ msgstr "Düğüm %i içindeki tekrarlanmış/hatalı blok(lar):"
4637
Theodore Ts'o197abba2005-06-20 18:00:23 -04004638#~ msgid ""
4639#~ "Extended options are separated by commas, and may take an argument which\n"
4640#~ "is set off by an equals ('=') sign. Valid raid options are:\n"
4641#~ "\tea_ver=<ea_version (1 or 2)\n"
4642#~ "\n"
4643#~ msgstr ""
4644#~ "Belirtilen ek seçenekler hatalı. Ek seçenekler '=' işaretli çiftler\n"
4645#~ "virgüllerle ayrılarak verilir. Geçerli raid seçenekleri:\n"
4646#~ "\tea_ver=<ek_özellik_sürümü> (1 ya da 2)\n"
4647#~ "\n"
4648
4649#~ msgid "Usage: findsuper device [skipbytes [startkb]]\n"
4650#~ msgstr "Kullanımı: findsuper aygıt [atlanacak_baytlar [başlangıç_kb]]\n"
4651
4652#~ msgid "skipbytes should be a number, not %s\n"
4653#~ msgstr "atlanacak_baytlar bir sayı olmalı, %s değil\n"
4654
4655#~ msgid "skipbytes must be a multiple of the sector size\n"
4656#~ msgstr "atlanacak_baytlar sektör boyunun katları olmalı\n"
4657
4658#~ msgid "startkb should be a number, not %s\n"
4659#~ msgstr "başlangıç_kb bir sayı olmalı, %s değil\n"
4660
4661#~ msgid "startkb should be positive, not %Ld\n"
4662#~ msgstr "başlangıç_kb poritif olmalı, %Ld değil\n"
4663
4664#~ msgid "starting at %Ld, with %d byte increments\n"
4665#~ msgstr "%Ld de başlayıp %d bayt arttırımla\n"
4666
4667#~ msgid " thisoff block fs_blk_sz blksz grp last_mount\n"
4668#~ msgstr " thisoff blok ds_blok_boyu blokboyu grup son_bağlama\n"
4669
4670#~ msgid ""
4671#~ "\n"
4672#~ "%14Ld: finished with errno %d\n"
4673#~ msgstr ""
4674#~ "\n"
4675#~ "%14Ld: %d hatası ile bitti\n"
4676
4677#~ msgid "%s failed for %s: %s\n"
4678#~ msgstr "%s %s için başarısız: %s\n"
4679
4680#~ msgid ""
4681#~ "Usage: %s <dev1> <dev2> <dev3>\n"
4682#~ "\n"
4683#~ "This program prints out the partition information for a set of devices\n"
4684#~ "A common way to use this program is:\n"
4685#~ "\n"
4686#~ "\t%s /dev/hda?\n"
4687#~ "\n"
4688#~ msgstr ""
4689#~ "Kullanımı: %s <aygıt1> <aygıt2> <aygıt3>\n"
4690#~ "\n"
4691#~ "Bir aygıt kümesi için disk bölümleme bilgilerini gösterir\n"
4692#~ "Bu uygulamanın çok kullanılan biçimi:\n"
4693#~ "\n"
4694#~ "\t%s /dev/hda?\n"
4695#~ "\n"
4696
4697#~ msgid "HDIO_GETGEO ioctl"
4698#~ msgstr "HDIO_GETGEO ioctl"
4699
4700#~ msgid "BLKGETSIZE ioctl"
4701#~ msgstr "BLKGETSIZE ioctl"
4702
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004703#~ msgid "Forcibly clearing HTREE flag on @i %d (%q). (Beta test code)\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004704#~ msgstr ""
4705#~ "Düğüm %d (%q) üzerindeki HTREE bayrağı zorla temizleniyor. (Beta test "
4706#~ "kodu)\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004707
4708#~ msgid "(unknown os)"
4709#~ msgstr "(bilinmeyen işl. sist.)"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05004710
Theodore Ts'obc759702005-05-09 20:40:55 -04004711#~ msgid "resize2fs %s (%s)\n"
4712#~ msgstr "resize2fs %s (%s)\n"
4713
4714#~ msgid "Number of free blocks: %d/%d, Needed: %d\n"
4715#~ msgstr "Serbest blok sayısı: %d/%d, Gereken: %d\n"
4716
4717#~ msgid "Going into desperation mode for block allocations\n"
4718#~ msgstr "Blok tahsislerinde umutsuz kipe geçiliyor\n"
4719
4720#~ msgid "Moving %d blocks %u->%u\n"
4721#~ msgstr "%d blok taşınıyor %u->%u\n"
4722
4723#~ msgid "ino=%u, blockcnt=%lld, %u->%u\n"
4724#~ msgstr "düğüm = %u, block_sayısı = %lld, %u->%u\n"
4725
4726#~ msgid "Inode moved %u->%u\n"
4727#~ msgstr "Düğüm taşındı %u->%u\n"
4728
4729#~ msgid "Inode translate (dir=%u, name=%.*s, %u->%u)\n"
4730#~ msgstr "Düğüm çevirisi (dizin = %u, isim= %.*s, %u->%u)\n"
4731
4732#~ msgid "Itable move group %d block %u->%u (diff %d)\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004733#~ msgstr ""
4734#~ "Düğüm tablosu %d. grubun blokları %u -> %u arasında taşınıyor (fark %d)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004735
4736#~ msgid "%d blocks of zeros...\n"
4737#~ msgstr "%d sıfırlı blok...\n"
4738
4739#~ msgid "Inode table move finished.\n"
4740#~ msgstr "Düğüm tablosunun taşınması tamamlandı.\n"
4741
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004742#~ msgid ""
4743#~ "\n"
4744#~ "%8d inode used (%d%%)\n"
4745#~ msgid_plural ""
4746#~ "\n"
4747#~ "%8d inodes used (%d%%)\n"
4748#~ msgstr[0] ""
4749#~ "\n"
4750#~ "%8d düğüm kullanıldı (%%%d)\n"
4751#~ msgstr[1] ""
4752#~ "\n"
4753#~ "%8d düğüm kullanıldı (%%%d)\n"
4754
4755#~ msgid "%8d non-contiguous inode (%0d.%d%%)\n"
4756#~ msgid_plural "%8d non-contiguous inodes (%0d.%d%%)\n"
4757#~ msgstr[0] "%8d bitişik olmayan düğüm (%%%0d.%d)\n"
4758#~ msgstr[1] "%8d bitişik olmayan düğüm (%%%0d.%d)\n"
4759
4760#~ msgid "%8d block used (%d%%)\n"
4761#~ msgid_plural "%8d blocks used (%d%%)\n"
4762#~ msgstr[0] "%8d blok kullanıldı (%%%d)\n"
4763#~ msgstr[1] "%8d blok kullanıldı (%%%d)\n"
4764
4765#~ msgid "%8d bad block\n"
4766#~ msgid_plural "%8d bad blocks\n"
4767#~ msgstr[0] "%8d hatalı blok\n"
4768#~ msgstr[1] "%8d hatalı blok\n"
4769
4770#~ msgid "%8d large file\n"
4771#~ msgid_plural "%8d large files\n"
4772#~ msgstr[0] "%8d büyük dosya\n"
4773#~ msgstr[1] "%8d büyük dosya\n"
4774
4775#~ msgid ""
4776#~ "\n"
4777#~ "%8d regular file\n"
4778#~ msgid_plural ""
4779#~ "\n"
4780#~ "%8d regular files\n"
4781#~ msgstr[0] ""
4782#~ "\n"
4783#~ "%8d normal dosya\n"
4784#~ msgstr[1] ""
4785#~ "\n"
4786#~ "%8d normal dosya\n"
4787
4788#~ msgid "%8d directory\n"
4789#~ msgid_plural "%8d directories\n"
4790#~ msgstr[0] "%8d dizin\n"
4791#~ msgstr[1] "%8d dizin\n"
4792
4793#~ msgid "%8d character device file\n"
4794#~ msgid_plural "%8d character device files\n"
4795#~ msgstr[0] "%8d karakter aygıtı dosyası\n"
4796#~ msgstr[1] "%8d karakter aygıtı dosyası\n"
4797
4798#~ msgid "%8d block device file\n"
4799#~ msgid_plural "%8d block device files\n"
4800#~ msgstr[0] "%8d blok aygıtı dosyası\n"
4801#~ msgstr[1] "%8d blok aygıtı dosyası\n"
4802
4803#~ msgid "%8d fifo\n"
4804#~ msgid_plural "%8d fifos\n"
4805#~ msgstr[0] "%8d fifo\n"
4806#~ msgstr[1] "%8d fifo\n"
4807
4808#~ msgid "%8d link\n"
4809#~ msgid_plural "%8d links\n"
4810#~ msgstr[0] "%8d bağ\n"
4811#~ msgstr[1] "%8d bağ\n"
4812
4813#~ msgid "%8d symbolic link"
4814#~ msgid_plural "%8d symbolic links"
4815#~ msgstr[0] "%8d sembolik bağ"
4816#~ msgstr[1] "%8d sembolik bağ"
4817
4818#~ msgid " (%d fast symbolic link)\n"
4819#~ msgid_plural " (%d fast symbolic links)\n"
4820#~ msgstr[0] " (%d hızlı sembolik bağ)\n"
4821#~ msgstr[1] " (%d hızlı sembolik bağ)\n"
4822
4823#~ msgid "%8d socket\n"
4824#~ msgid_plural "%8d sockets\n"
4825#~ msgstr[0] "%8d soket\n"
4826#~ msgstr[1] "%8d soket\n"
4827
4828#~ msgid "%8d file\n"
4829#~ msgid_plural "%8d files\n"
4830#~ msgstr[0] "%8d dosya\n"
4831#~ msgstr[1] "%8d dosya\n"