blob: 329c54653fb81774b6812b14b759e87c393be4f0 [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'o1cbf8282006-03-29 20:39:40 -050068"POT-Creation-Date: 2006-03-29 15:30-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'o1cbf8282006-03-29 20:39:40 -050078#: e2fsck/badblocks.c:22 misc/mke2fs.c:154
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'o1cbf8282006-03-29 20:39:40 -050092#: e2fsck/unix.c:950 e2fsck/unix.c:986 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'o1cbf8282006-03-29 20:39:40 -050094#: misc/dumpe2fs.c:369 misc/e2image.c:567 misc/e2image.c:660
95#: misc/e2image.c:676 misc/mke2fs.c:170 misc/tune2fs.c:776 resize/main.c:243
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'o1cbf8282006-03-29 20:39:40 -0500105#: e2fsck/badblocks.c:93 misc/mke2fs.c:177
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
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500155#, fuzzy, c-format
156msgid "Empty directory block %u (#%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'o1cbf8282006-03-29 20:39:40 -0500189#: e2fsck/iscan.c:83 e2fsck/unix.c:767
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'o1cbf8282006-03-29 20:39:40 -0500194#: e2fsck/iscan.c:88 e2fsck/unix.c:773 resize/main.c:221
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'o1cbf8282006-03-29 20:39:40 -0500402#, fuzzy, c-format
403msgid "internal error; can't find dup_blk for %u\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'o1cbf8282006-03-29 20:39:40 -0500900#: e2fsck/problem.c:280 e2fsck/problem.c:608
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'o1cbf8282006-03-29 20:39:40 -0500998#. @-expanded: superblock hint for external superblock should be %X.
999#: e2fsck/problem.c:346
1000#, c-format
1001msgid "@S hint for external superblock @s %X. "
1002msgstr ""
1003
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001004#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001005#: e2fsck/problem.c:353
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001006msgid "Pass 1: Checking @is, @bs, and sizes\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001007msgstr "1. geçiş: düğümler, bloklar ve uzunluklar denetleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001008
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001009#. @-expanded: root inode is not a directory.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001010#: e2fsck/problem.c:357
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001011msgid "@r is not a @d. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001012msgstr "Kök düğümü bir dizin değil. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001013
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001014#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001015#: e2fsck/problem.c:362
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001016msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001017msgstr "Kök düğümü için dtime belirtilmiş (eski mke2fs'den dolayı olabilir). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001018
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001019#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001020#: e2fsck/problem.c:367
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001021msgid "Reserved @i %i (%Q) has @n mode. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001022msgstr "Yedek düğüm %i (%Q) hatalı kip içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001023
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001024#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001025#: e2fsck/problem.c:372
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001026#, c-format
1027msgid "@D @i %i has zero dtime. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001028msgstr "Silinen düğüm %i sıfır dtime içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001029
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001030#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001031#: e2fsck/problem.c:377
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001032#, c-format
1033msgid "@i %i is in use, but has dtime set. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001034msgstr "Düğüm %i kullanımda, ama dtime belirtilmiş. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001035
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001036#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001037#: e2fsck/problem.c:382
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001038#, c-format
1039msgid "@i %i is a @z @d. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001040msgstr "Düğüm %i bir sıfır uzunluklu dizindir. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001041
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001042#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001043#: e2fsck/problem.c:387
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001044msgid "@g %g's @b @B at %b @C.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001045msgstr ""
1046"%g grubunun %b deki blok biteşlemi diğer dosya sistemi blokları ile "
1047"çelişiyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001048
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001049#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001050#: e2fsck/problem.c:392
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001051msgid "@g %g's @i @B at %b @C.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001052msgstr ""
1053"%g grubunun %b deki düğüm biteşlemi diğer dosya sistemi blokları ile "
1054"çelişiyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001055
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001056#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001057#: e2fsck/problem.c:397
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001058msgid "@g %g's @i table at %b @C.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001059msgstr ""
1060"%g grubunun %b deki düğüm tablosu diğer dosya sistemi blokları ile "
1061"çelişiyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001062
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001063#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001064#: e2fsck/problem.c:402
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001065msgid "@g %g's @b @B (%b) is bad. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001066msgstr "%g grubunun blok biteşlemi (%b) hatalı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001067
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001068#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001069#: e2fsck/problem.c:407
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001070msgid "@g %g's @i @B (%b) is bad. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001071msgstr "%g grubunun düğüm biteşlemi (%b) hatalı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001072
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001073#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001074#: e2fsck/problem.c:412
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001075msgid "@i %i, i_size is %Is, @s %N. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001076msgstr "Düğüm %i düğüm uzunluğu %Is, %N olmalıydı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001077
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001078#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001079#: e2fsck/problem.c:417
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001080msgid "@i %i, i_@bs is %Ib, @s %N. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001081msgstr "Dosya düğüm %i, blok düğümü %Ib, %N olmalıydı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001082
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001083#. @-expanded: illegal block #%B (%b) in inode %i.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001084#: e2fsck/problem.c:422
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001085msgid "@I @b #%B (%b) in @i %i. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001086msgstr "Düğüm %i içindeki blok #%B (%b) kuraldışı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001087
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001088#. @-expanded: block #%B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001089#: e2fsck/problem.c:427
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001090msgid "@b #%B (%b) overlaps @f metadata in @i %i. "
Theodore Ts'o6956f612005-12-31 16:46:15 -05001091msgstr ""
1092"Düğüm %i içindeki blok #%B (%b) dosya sistemi metaverisinin üzerine "
1093"taşıyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001094
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001095#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001096#: e2fsck/problem.c:432
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001097#, c-format
1098msgid "@i %i has illegal @b(s). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001099msgstr "Düğüm %i kuraldışı blok(lar) içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001100
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001101#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001102#: e2fsck/problem.c:437
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001103#, c-format
1104msgid "Too many illegal @bs in @i %i.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001105msgstr "Düğüm %i içinde çok fazla kuraldışı blok.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001106
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001107#. @-expanded: illegal block #%B (%b) in bad block inode.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001108#: e2fsck/problem.c:442
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001109msgid "@I @b #%B (%b) in bad @b @i. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001110msgstr "Hatalı blok düğümü içindeki blok %B (%b) kuraldışı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001111
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001112#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001113#: e2fsck/problem.c:447
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001114msgid "Bad @b @i has illegal @b(s). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001115msgstr "Hatalı blok düğümü kuraldışı blok(lar) içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001116
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001117#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001118#: e2fsck/problem.c:452
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001119msgid "Duplicate or bad @b in use!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001120msgstr "Tekrarlanmış ya da hatalı blok kullanımda!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001121
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001122#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001123#: e2fsck/problem.c:457
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001124msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001125msgstr "Hatalı blok %b, hatalı blok düğümü dolaylı bloğu olarak kullanılmış."
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001126
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001127#. @-expanded: \n
1128#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1129#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1130#. @-expanded: in the filesystem.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001131#: e2fsck/problem.c:462
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001132msgid ""
1133"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001134"The bad @b @i has probably been corrupted. You probably\n"
1135"should stop now and run e2fsck -c to scan for bad blocks\n"
1136"in the @f.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001137msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001138"\n"
1139"Hatalı blok düğümü galiba bozulmuş. Bu durumda herşeyi durdurup\n"
1140"dosya sistemindeki hatalı blokları taramak için e2fsck -c\n"
1141"çalıştırmalısınız.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001142
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001143#. @-expanded: \n
1144#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001145#: e2fsck/problem.c:469
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001146msgid ""
1147"\n"
1148"If the @b is really bad, the @f can not be fixed.\n"
1149msgstr ""
1150"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001151"Blok gerçekten hatalıysa, dosya sistemi düzeltilemez.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001152
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001153#. @-expanded: You can remove this block from the bad block list and hope\n
1154#. @-expanded: that the block is really OK. But there are no guarantees.\n
1155#. @-expanded: \n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001156#: e2fsck/problem.c:474
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001157msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001158"You can remove this @b from the bad @b list and hope\n"
1159"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001160"\n"
1161msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001162"Bu bloğu hatalı bloklar listesinden silebilir ve bu bloğun gerçekten\n"
1163"doğru olduğunu umabilirsiniz, ancak hiçbir garantisi yoktur.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001164"\n"
1165
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001166#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001167#: e2fsck/problem.c:480
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001168msgid "The primary @S (%b) is on the bad @b list.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001169msgstr "Birincil dosya sistemi (%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: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001172#: e2fsck/problem.c:485
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001173msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001174msgstr ""
1175"Birincil grup tanımlarındaki blok %b, hatalı bloklar listesinde kayıtlı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001176
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001177#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001178#: e2fsck/problem.c:491
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001179msgid "Warning: Group %g's @S (%b) is bad.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001180msgstr "Uyarı: %g grubunun superbloğu (%b) hatalı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001181
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001182#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001183#: e2fsck/problem.c:496
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001184msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001185msgstr ""
1186"Uyarı %g grubunun grup tanımları kopyası bir hatalı blok içeriyor (%b).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001187
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001188#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001189#: e2fsck/problem.c:502
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001190msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001191msgstr ""
1192"Programlama hatası? blok %b, hatalı blok işleminde sebepsiz olarak talep "
1193"edildi.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001194
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001195#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001196#: e2fsck/problem.c:508
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001197msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001198msgstr ""
1199"%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 -04001200
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001201#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001202#: e2fsck/problem.c:513
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001203#, c-format
1204msgid "@A @b buffer for relocating %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001205msgstr "%s tekrar konumlaması için blok tamponuna yer ayrılırken hata oluştu\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001206
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001207#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001208#: e2fsck/problem.c:518
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001209msgid "Relocating @g %g's %s from %b to %c...\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001210msgstr "%g grubunun %s %b den %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: Relocating group %g's %s to %c...\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001213#: e2fsck/problem.c:523
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001214#, c-format
1215msgid "Relocating @g %g's %s to %c...\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001216msgstr "%g grubunun %s %c ye aktarılıyor...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001217
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001218#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001219#: e2fsck/problem.c:528
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001220msgid "Warning: could not read @b %b of %s: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001221msgstr "Uyarı: %snin %b bloğu okunamadı: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001222
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001223#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001224#: e2fsck/problem.c:533
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001225msgid "Warning: could not write @b %b for %s: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001226msgstr "Uyarı: %snin %b bloğu yazılamadı: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001227
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001228#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001229#: e2fsck/problem.c:538 e2fsck/problem.c:1265
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001230msgid "@A @i @B (%N): %m\n"
1231msgstr "Düğüm biteşlemi (%N) ayrılırken hata oluştu: %m\n"
1232
1233#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001234#: e2fsck/problem.c:543
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001235msgid "@A @b @B (%N): %m\n"
1236msgstr "Düğüm biteşlemi (%N) ayrılırken hata oluştu: %m\n"
1237
1238#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001239#: e2fsck/problem.c:548
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001240#, c-format
1241msgid "@A icount link information: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001242msgstr "Düğüm sayısı bağ bilgisine 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 allocating directory block array: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001245#: e2fsck/problem.c:553
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001246#, c-format
1247msgid "@A @d @b array: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001248msgstr "Dizin bloğu dizisine yer ayrılı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 scanning inodes (%i): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001251#: e2fsck/problem.c:558
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001252#, c-format
1253msgid "Error while scanning @is (%i): %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001254msgstr "Düğümler (%i) taranırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001255
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001256#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001257#: e2fsck/problem.c:563
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001258#, c-format
1259msgid "Error while iterating over @bs in @i %i: %m\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001260msgstr ""
1261"Düğüm %i içindeki bloklar üzerinde işlemler tekrarlanırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001262
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001263#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001264#: e2fsck/problem.c:568
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001265msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1266msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001267"Düğüm sayısı bilgisi (düğüm = %i, sayısı = %N)\n"
1268"saklanırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001269
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001270#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001271#: e2fsck/problem.c:573
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001272msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1273msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001274"Dizin bloğu bilgisi (düğüm = %i, blok = %b, num = %N)\n"
1275"saklanırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001276
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001277#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001278#: e2fsck/problem.c:579
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001279#, c-format
1280msgid "Error reading @i %i: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001281msgstr "Düğüm %i okunurken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001282
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001283#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001284#: e2fsck/problem.c:587
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001285#, c-format
1286msgid "@i %i has imagic flag set. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001287msgstr "Düğüm %i imagic bayrağı içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001288
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001289#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1290#. @-expanded: or append-only flag set.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001291#: e2fsck/problem.c:592
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001292#, c-format
1293msgid ""
1294"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1295"or append-only flag set. "
1296msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001297"Özel (aygıt/soket/fifo/sembağ) dosya (düğüm %i),\n"
1298"salt-eklenir ya da değişmez bayrağı içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001299
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001300#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001301#: e2fsck/problem.c:598
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001302#, c-format
1303msgid "@i %i has @cion flag set on @f without @cion support. "
Theodore Ts'o6956f612005-12-31 16:46:15 -05001304msgstr ""
1305"Düğüm %i sıkıştırma desteklenmeyen dosya sisteminde sıkıştırma bayrağı "
1306"içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001307
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001308#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001309#: e2fsck/problem.c:603
Theodore Ts'o886017a2005-06-26 22:11:46 -04001310#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001311msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001312msgstr "Özel (aygıt/soket/fifo) düğüm %i sıfırdan farklı boyutta. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001313
1314#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001315#: e2fsck/problem.c:613
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001316msgid "@j @i is not in use, but contains data. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001317msgstr "Günlük düğümü kullanımda değil ama veri içeriyor. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001318
1319#. @-expanded: journal is not regular file.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001320#: e2fsck/problem.c:618
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001321msgid "@j is not regular file. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001322msgstr "Günlük dosyası normal bir dosya değil. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001323
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001324#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001325#: e2fsck/problem.c:623
Theodore Ts'o886017a2005-06-26 22:11:46 -04001326#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001327msgid "@i %i was part of the @o @i list. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001328msgstr "Düğüm %i öksüz düğüm listesinin parçasıydı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001329
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001330#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001331#: e2fsck/problem.c:629
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001332msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001333msgstr "Bozuk bir artık bağlı listenin bir parçasını bulunduran düğümler. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001334
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001335#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001336#: e2fsck/problem.c:634
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001337msgid "@A refcount structure (%N): %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001338msgstr "refcount veri yapısı için yer ayrılırken hata oluştu: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001339
1340#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001341#: e2fsck/problem.c:639
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001342msgid "Error reading @a @b %b for @i %i. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001343msgstr "Düğüm %i için ek özellik bloğu %b okunurken hata oluştu. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001344
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001345#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001346#: e2fsck/problem.c:644
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001347msgid "@i %i has a bad @a @b %b. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001348msgstr "Düğüm %i %b hatalı ek özellik bloğunu içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001349
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001350#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001351#: e2fsck/problem.c:649
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001352msgid "Error reading @a @b %b (%m). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001353msgstr "Ek özellik bloğu %b okunurken hata oluştu (%m). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001354
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001355#. @-expanded: extended attribute block %b has reference count %B, should be %N.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001356#: e2fsck/problem.c:654
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001357msgid "@a @b %b has reference count %B, @s %N. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001358msgstr "Ek özellikler bloğu %b %B başvuru sayısına sahip, %N olmalıydı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001359
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001360#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001361#: e2fsck/problem.c:659
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001362msgid "Error writing @a @b %b (%m). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001363msgstr "Ek özellik bloğu %b yazılırken hata oluştu (%m). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001364
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001365#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001366#: e2fsck/problem.c:664
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001367msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001368msgstr "Ek özellikler bloğu %b için h_blocks > 1. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001369
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001370#. @-expanded: error allocating extended attribute block %b.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001371#: e2fsck/problem.c:669
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001372msgid "@A @a @b %b. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001373msgstr "Ek özellikler bloğu %b ayrılırken hata. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001374
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001375#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001376#: e2fsck/problem.c:674
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001377msgid "@a @b %b is corrupt (allocation collision). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001378msgstr "Ek özellik bloğu %b bozuk (tahsis çatışması). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001379
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001380#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001381#: e2fsck/problem.c:679
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001382msgid "@a @b %b is corrupt (@n name). "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001383msgstr "Ek özellikler bloğu %b bozuk (geçersiz isim). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001384
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001385#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001386#: e2fsck/problem.c:684
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001387msgid "@a @b %b is corrupt (@n value). "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001388msgstr "Ek özellikler bloğu %b bozuk (geçersiz değer). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001389
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001390#. @-expanded: inode %i is too big.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001391#: e2fsck/problem.c:689
Theodore Ts'o1be672b2003-03-26 00:58:06 -05001392#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001393msgid "@i %i is too big. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001394msgstr "düğüm %i çok büyük. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001395
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001396#. @-expanded: block #%B (%b) causes directory to be too big.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001397#: e2fsck/problem.c:693
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001398msgid "@b #%B (%b) causes @d to be too big. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001399msgstr "Blok #%B (%b) çok büyük dizin oluşturuyor. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001400
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001401#. @-expanded: block #%B (%b) causes file to be too big.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001402#: e2fsck/problem.c:698
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001403msgid "@b #%B (%b) causes file to be too big. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001404msgstr "Blok #%B (%b) çok büyük dosya oluşturuyor. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001405
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001406#. @-expanded: block #%B (%b) causes symlink to be too big.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001407#: e2fsck/problem.c:703
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001408msgid "@b #%B (%b) causes symlink to be too big. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001409msgstr "Blok #%B (%b) çok büyük sembolik bağ oluşturuyor. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001410
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001411#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001412#: e2fsck/problem.c:708
Theodore Ts'o1be672b2003-03-26 00:58:06 -05001413#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001414msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001415msgstr ""
1416"Düğüm %i htree desteği bulunmayan dosya sisteminde INDEX_FL bayrağı "
1417"içeriyor.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001418
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001419#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001420#: e2fsck/problem.c:713
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001421#, c-format
1422msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001423msgstr "Düğüm %i INDEX_FL bayrağı içeriyor ama o bir dizin değil.\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 invalid root node.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001426#: e2fsck/problem.c:718
Theodore Ts'o886017a2005-06-26 22:11:46 -04001427#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001428msgid "@h %i has an @n root node.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001429msgstr "HTREE dizin düğümü %i geçersiz bir kök düğümü içeriyor.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001430
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001431#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001432#: e2fsck/problem.c:723
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001433msgid "@h %i has an unsupported hash version (%N)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001434msgstr "HTREE dizin düğümü %i desteklenmeyen bir hash sürümü (%N) içeriyor.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001435
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001436#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001437#: e2fsck/problem.c:728
Theodore Ts'o1be672b2003-03-26 00:58:06 -05001438#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001439msgid "@h %i uses an incompatible htree root node flag.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001440msgstr ""
1441"HTREE dizin düğümü %i uyumsuz bir htree kök düğümü bayrağı kullanıyor.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001442
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001443#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001444#: e2fsck/problem.c:733
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001445msgid "@h %i has a tree depth (%N) which is too big\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001446msgstr "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 -05001447
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001448#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1449#. @-expanded: filesystem metadata.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001450#: e2fsck/problem.c:738
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001451msgid ""
1452"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1453"@f metadata. "
1454msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001455"Hatalı düğüm bloğu dosya sisteminin meta verisi ile çelişen\n"
1456"bir dolaylı blok (%b) içeriyor."
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001457
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001458#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001459#: e2fsck/problem.c:744
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001460#, c-format
1461msgid "Resize @i (re)creation failed: %m."
1462msgstr "Düğümü boyutlandırmak için (tekrar) oluşturma başarısız: %m"
1463
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001464#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001465#: e2fsck/problem.c:749
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001466msgid "@i %i has a extra size (%IS) which is @n\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04001467msgstr "%i. düğüm geçersiz bir ek boyut içeriyor (%IS)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001468
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001469#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001470#: e2fsck/problem.c:754
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001471msgid "@a in @i %i has a namelen (%N) which is @n\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04001472msgstr "%i. düğümdeki ek özellik geçersiz bir isim alanı içeriyor (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001473
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001474#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001475#: e2fsck/problem.c:759
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001476msgid "@a in @i %i has a value size (%N) which is @n\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04001477msgstr "%i. düğümdeki ek özellik geçersiz bir değer içeriyor (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001478
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001479#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001480#: e2fsck/problem.c:764
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001481msgid "@a in @i %i has a value offset (%N) which is @n\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04001482msgstr "%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 -04001483
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001484#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001485#: e2fsck/problem.c:769
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001486msgid "@a in @i %i has a value @b (%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 değer bloğu 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: extended attribute in inode %i has a hash (%N) which is invalid (must be 0)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001491#: e2fsck/problem.c:774
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001492msgid "@a in @i %i has a hash (%N) which is @n (must be 0)\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001493msgstr ""
1494"%i. düğümdeki ek özellik geçersiz bir çırpı (hash) içeriyor (%N), 0 olmalı\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001495
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001496#. @-expanded: \n
1497#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1498#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001499#: e2fsck/problem.c:781
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001500msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001501"\n"
1502"Running additional passes to resolve @bs claimed by more than one @i...\n"
1503"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001504msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001505"\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001506"Birden fazla düğüm gerektiren blokları çözümlemek için ek geçişler "
1507"yapılıyor...\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001508"Geçiş 1B: Çok düğümlü bloklar yeniden taranıyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001509
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001510#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001511#: e2fsck/problem.c:787
Theodore Ts'o886017a2005-06-26 22:11:46 -04001512#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001513msgid "@m @b(s) in @i %i:"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001514msgstr "Düğüm %i içinde çok düğümlü bloklar var:"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001515
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001516#: e2fsck/problem.c:802
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001517#, c-format
1518msgid "Error while scanning inodes (%i): %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001519msgstr "Düğümler (%i) taranı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 allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001522#: e2fsck/problem.c:807
Theodore Ts'o886017a2005-06-26 22:11:46 -04001523#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001524msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001525msgstr "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 -04001526
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001527#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001528#: e2fsck/problem.c:812
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001529#, c-format
1530msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1531msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001532"Düğüm %i içindeki bloklar üzerindeki işlemler tekrarlanırken\n"
1533"hata oluştu (%s): %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001534
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001535#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001536#: e2fsck/problem.c:817 e2fsck/problem.c:1133
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001537msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001538msgstr ""
1539"Ek özellikler bloğu %b (düğüm %i) için refcount ayarlanırken hata oluştu: %"
1540"m\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001541
Theodore Ts'o6956f612005-12-31 16:46:15 -05001542#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001543#: e2fsck/problem.c:823
Theodore Ts'o6956f612005-12-31 16:46:15 -05001544#, fuzzy
1545msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
1546msgstr ""
1547"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 -04001548
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001549#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001550#: e2fsck/problem.c:829
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001551msgid "Pass 1D: Reconciling @m @bs\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001552msgstr "Geçiş 1D: Çok düğümlü bloklar yeniden hallediliyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001553
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001554#. @-expanded: File %Q (inode #%i, mod time %IM) \n
1555#. @-expanded: has %B multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001556#: e2fsck/problem.c:834
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001557msgid ""
1558"File %Q (@i #%i, mod time %IM) \n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001559" has %B @m @b(s), shared with %N file(s):\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001560msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001561"Dosya %Q (düğüm %i, değişiklik zamanı %IM) \n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001562" %N dosya ile paylaşımlı, çok düğümlü %B blok içeriyor:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001563
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001564#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001565#: e2fsck/problem.c:840
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001566msgid "\t%Q (@i #%i, mod time %IM)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001567msgstr "\t%Q (düğüm %i, değişiklik zamanı %IM)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001568
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001569#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001570#: e2fsck/problem.c:845
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001571msgid "\t<@f metadata>\n"
1572msgstr "\t<dosya sistemi metaverisi>\n"
1573
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001574#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1575#. @-expanded: \n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001576#: e2fsck/problem.c:850
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001577msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001578"(There are %N @is containing @m @bs.)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001579"\n"
1580msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001581"(Çok düğümlü blok içeren %N düğüm var.)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001582"\n"
1583
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001584#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1585#. @-expanded: \n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001586#: e2fsck/problem.c:855
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001587msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001588"@m @bs already reassigned or cloned.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001589"\n"
1590msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001591"Çok düğümlü bloklar zaten yeniden atanmış ya da kopyalanmıştı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001592"\n"
1593
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001594#: e2fsck/problem.c:868
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001595#, c-format
1596msgid "Couldn't clone file: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001597msgstr "Dosya kopyalanamadı: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001598
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001599#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001600#: e2fsck/problem.c:874
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001601msgid "Pass 2: Checking @d structure\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001602msgstr "Geçiş 2: Dizin yapısı denetleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001603
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001604#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001605#: e2fsck/problem.c:879
Theodore Ts'o886017a2005-06-26 22:11:46 -04001606#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001607msgid "@n @i number for '.' in @d @i %i.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001608msgstr "Dizin düğümü %i içindeki '.' için düğüm numarası geçersiz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001609
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001610#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001611#: e2fsck/problem.c:884
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001612msgid "@E has @n @i #: %Di.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001613msgstr "@E hatalı düğüm numarası içeriyor: %Di.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001614
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001615#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001616#: e2fsck/problem.c:889
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001617msgid "@E has @D/unused @i %Di. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001618msgstr "@E silinmiş/kullanılmayan düğüm %Di içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001619
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001620#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001621#: e2fsck/problem.c:894
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001622msgid "@E @L to '.' "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001623msgstr "@E '.' ya bir bağdır. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001624
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001625#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001626#: e2fsck/problem.c:899
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001627msgid "@E points to @i (%Di) located in a bad @b.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001628msgstr "@E bir hatalı blok içindeki düğümü (%Di) gösteriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001629
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001630#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001631#: e2fsck/problem.c:904
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001632msgid "@E @L to @d %P (%Di).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001633msgstr "@E dizin %P (%Di) için bir bağdır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001634
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001635#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001636#: e2fsck/problem.c:909
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001637msgid "@E @L to the @r.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001638msgstr "@E kök düğümüne bir bağdır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001639
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001640#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001641#: e2fsck/problem.c:914
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001642msgid "@E has illegal characters in its name.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001643msgstr "@E isminde kuraldışı karakterler içeriyor.\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'o1cbf8282006-03-29 20:39:40 -05001646#: e2fsck/problem.c:919
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: Missing '..' in directory inode %i.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001652#: e2fsck/problem.c:924
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001653#, c-format
1654msgid "Missing '..' in @d @i %i.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001655msgstr "Dizin düğümü %i içinde '..' eksik.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001656
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001657#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001658#: e2fsck/problem.c:929
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001659msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001660msgstr ""
1661"Dizin düğümü %i (%p) içindeki ilk 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: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001664#: e2fsck/problem.c:934
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001665msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001666msgstr ""
1667"Dizin düğümü %i içindeki ikinci girdi '%Dn' (düğüm=%Di) '..' olmalıydı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001668
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001669#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001670#: e2fsck/problem.c:939
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001671msgid "i_faddr @F %IF, @s zero.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001672msgstr "düğüm %i (%Q) %IF için i_faddr, sıfır olmalı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001673
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001674#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001675#: e2fsck/problem.c:944
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001676msgid "i_file_acl @F %If, @s zero.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001677msgstr "düğüm %i (%Q) %If için i_file_acl, sıfır olmalı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001678
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001679#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001680#: e2fsck/problem.c:949
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001681msgid "i_dir_acl @F %Id, @s zero.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001682msgstr "düğüm %i (%Q) %Id için i_dir_acl, sıfır olmalı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001683
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001684#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001685#: e2fsck/problem.c:954
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001686msgid "i_frag @F %N, @s zero.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001687msgstr "düğüm %i (%Q) %N için i_frag, sıfır olmalı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001688
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001689#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001690#: e2fsck/problem.c:959
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001691msgid "i_fsize @F %N, @s zero.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001692msgstr "düğüm %i (%Q) %N için i_fsize, sıfır olmalı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001693
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001694#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001695#: e2fsck/problem.c:964
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001696msgid "@i %i (%Q) has @n mode (%Im).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001697msgstr "Düğüm %i (%Q) bir hatalı kip (%Im) içeriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001698
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001699#. @-expanded: directory inode %i, block %B, offset %N: directory corrupted\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001700#: e2fsck/problem.c:969
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001701msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001702msgstr "Dizin düğümü %i, blok %B, konum %N: dizin bozuk\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001703
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001704#. @-expanded: directory inode %i, block %B, offset %N: filename too long\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001705#: e2fsck/problem.c:974
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001706msgid "@d @i %i, @b %B, offset %N: filename too long\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001707msgstr "Dizin düğümü %i, blok %B, konum %N: dosya ismi çok uzun\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001708
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001709#. @-expanded: directory inode %i has an unallocated block #%B.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001710#: e2fsck/problem.c:979
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001711msgid "@d @i %i has an unallocated @b #%B. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001712msgstr "Dizin düğümü %i bir ayrılmayan blok #%B içeriyor. "
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'o1cbf8282006-03-29 20:39:40 -05001715#: e2fsck/problem.c:984
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: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001721#: e2fsck/problem.c:989
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001722#, c-format
1723msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001724msgstr "Dizin düğümü %i deki '..' dizin girdisi NULL sonlandırmalı değil\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001725
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001726#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001727#: e2fsck/problem.c:994
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001728msgid "@i %i (%Q) is an @I character @v.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001729msgstr "Düğüm %i (%Q) bir kuraldışı karakter aygıtı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001730
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001731#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001732#: e2fsck/problem.c:999
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001733msgid "@i %i (%Q) is an @I @b @v.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001734msgstr "Düğüm %i (%Q) bir kuraldışı blok aygıtı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001735
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001736#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001737#: e2fsck/problem.c:1004
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001738msgid "@E is duplicate '.' @e.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001739msgstr "@E tekrarlayan '.' girdisi içeriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001740
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001741#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001742#: e2fsck/problem.c:1009
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001743msgid "@E is duplicate '..' @e.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001744msgstr "@E tekrarlayan '..' girdisi içeriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001745
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001746#: e2fsck/problem.c:1014 e2fsck/problem.c:1290
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001747#, c-format
1748msgid "Internal error: couldn't find dir_info for %i.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001749msgstr "İç hata: %i için dizin bilgileri bulunamıyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001750
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001751#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001752#: e2fsck/problem.c:1019
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001753msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001754msgstr "@E %Dr kayıt uzunluğunda, %N olmalıydı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001755
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001756#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001757#: e2fsck/problem.c:1024
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001758#, c-format
1759msgid "@A icount structure: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001760msgstr "icount veri yapısı için yer ayrılırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001761
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001762#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001763#: e2fsck/problem.c:1029
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001764#, c-format
Theodore Ts'of592bed2003-07-26 00:51:54 -04001765msgid "Error iterating over @d @bs: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001766msgstr "Dizin blokları yinelenirken hata: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001767
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001768#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001769#: e2fsck/problem.c:1034
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001770msgid "Error reading @d @b %b (@i %i): %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001771msgstr "Dizin bloğu %b (düğüm %i) okunurken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001772
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001773#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001774#: e2fsck/problem.c:1039
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001775msgid "Error writing @d @b %b (@i %i): %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001776msgstr "Dizin bloğu %b (düğüm %i) yazılırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001777
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001778#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001779#: e2fsck/problem.c:1044
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001780#, c-format
1781msgid "@A new @d @b for @i %i (%s): %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001782msgstr "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 -04001783
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001784#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001785#: e2fsck/problem.c:1049
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001786#, c-format
1787msgid "Error deallocating @i %i: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001788msgstr "Düğüm %i bırakılırken hata: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001789
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001790#. @-expanded: directory entry for '.' is big.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001791#: e2fsck/problem.c:1054
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001792msgid "@d @e for '.' is big. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001793msgstr "'.' için dizin girdisi büyük. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001794
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001795#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001796#: e2fsck/problem.c:1059
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001797msgid "@i %i (%Q) is an @I FIFO.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001798msgstr "Düğüm %i (%Q) bir kuraldışı FIFO.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001799
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001800#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001801#: e2fsck/problem.c:1064
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001802msgid "@i %i (%Q) is an @I socket.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001803msgstr "Düğüm %i (%Q) bir kuraldışı soket.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001804
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001805#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001806#: e2fsck/problem.c:1069
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001807msgid "Setting filetype for @E to %N.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001808msgstr "@E için dosya türü %N olarak belirleniyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001809
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001810#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001811#: e2fsck/problem.c:1074
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001812msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001813msgstr "@E yanlış dosya türünde (%Dt idi, %N olmalıydı).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001814
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001815#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001816#: e2fsck/problem.c:1079
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001817msgid "@E has filetype set.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001818msgstr "@E için dosya türü belirtilmiş.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001819
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001820#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001821#: e2fsck/problem.c:1084
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001822msgid "@E has a @z name.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001823msgstr "@Enin ismi sıfır uzunlukta.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001824
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001825#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001826#: e2fsck/problem.c:1089
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001827msgid "Symlink %Q (@i #%i) is @n.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001828msgstr "%Q sembolik bağı (düğüm %i) geçersiz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001829
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001830#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001831#: e2fsck/problem.c:1094
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001832msgid "@a @b @F @n (%If).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001833msgstr "@F ek özellik bloğu geçersiz (%If).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001834
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001835#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001836#: e2fsck/problem.c:1099
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001837msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001838msgstr ""
1839"Dosya sistemi çok büyük dosyalar içeriyor, ama süperblokta LARGE_FILE "
1840"bayrağı yok\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001841
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001842#. @-expanded: problem in HTREE directory inode %d: node (%B) not referenced\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001843#: e2fsck/problem.c:1104
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001844msgid "@p @h %d: node (%B) not referenced\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001845msgstr "HTREE dizin düğümü %d içinde sorun: düğüm (%B) referanssız\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001846
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001847#. @-expanded: problem in HTREE directory inode %d: node (%B) referenced twice\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001848#: e2fsck/problem.c:1109
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001849msgid "@p @h %d: node (%B) referenced twice\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001850msgstr "HTREE dizin düğümü %d içinde sorun: düğüm (%B) iki kere referanslı\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 min hash\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001853#: e2fsck/problem.c:1114
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001854msgid "@p @h %d: node (%B) has bad min hash\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001855msgstr ""
1856"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 -05001857
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001858#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad max hash\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001859#: e2fsck/problem.c:1119
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001860msgid "@p @h %d: node (%B) has bad max hash\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001861msgstr ""
1862"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 -05001863
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001864#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001865#: e2fsck/problem.c:1124
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001866msgid "@n @h %d (%q). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001867msgstr "HTREE dizin düğümü %d (%q) geçersiz. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001868
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001869#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001870#: e2fsck/problem.c:1128
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001871msgid "@p @h %d (%q): bad @b number %b.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001872msgstr "HTREE dizin düğümü %d içinde sorun: blok numarası %b hatalı.\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: root node is invalid\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001875#: e2fsck/problem.c:1138
Theodore Ts'o886017a2005-06-26 22:11:46 -04001876#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001877msgid "@p @h %d: root node is @n\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001878msgstr "HTREE dizin düğümü %d içinde sorun: kök düğümü geçersiz\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 limit (%N)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001881#: e2fsck/problem.c:1143
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001882msgid "@p @h %d: node (%B) has @n limit (%N)\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001883msgstr ""
1884"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 -05001885
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001886#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid count (%N)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001887#: e2fsck/problem.c:1148
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001888msgid "@p @h %d: node (%B) has @n count (%N)\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001889msgstr ""
1890"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 -05001891
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001892#. @-expanded: problem in HTREE directory inode %d: node (%B) has an unordered hash table\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001893#: e2fsck/problem.c:1153
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001894msgid "@p @h %d: node (%B) has an unordered hash table\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001895msgstr ""
1896"HTREE dizin düğümü %d içinde sorun: düğüm (%B) sırasız bit hash tablosu "
1897"içeriyor\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001898
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001899#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid depth\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001900#: e2fsck/problem.c:1158
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001901msgid "@p @h %d: node (%B) has @n depth\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05001902msgstr ""
1903"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 -05001904
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001905#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001906#: e2fsck/problem.c:1163
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001907msgid "Duplicate @E found. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001908msgstr "Yinelenmiş @E bulundu. "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001909
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001910#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
1911#. @-expanded: Rename to %s
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001912#: e2fsck/problem.c:1168
Theodore Ts'oddc32a02003-05-03 18:45:55 -04001913#, no-c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001914msgid ""
1915"@E has a non-unique filename.\n"
1916"Rename to %s"
1917msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001918"@E benzersiz olmayan bir dosya ismi içeriyor.\n"
1919"%s olarak değiştirilmeli"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001920
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001921#. @-expanded: Duplicate entry '%Dn' found.\n
1922#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
1923#. @-expanded: \n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001924#: e2fsck/problem.c:1173
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001925msgid ""
1926"Duplicate @e '%Dn' found.\n"
1927"\tMarking %p (%i) to be rebuilt.\n"
1928"\n"
1929msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001930"'%Dn' girdisi yinelenmiş.\n"
1931"\t%p (%i) yeniden kurgulanmak üzere imleniyor.\n"
1932"\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04001933
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001934#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001935#: e2fsck/problem.c:1180
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001936msgid "Pass 3: Checking @d connectivity\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001937msgstr "Geçiş 3: Dizin bağlanabilirliği denetleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001938
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001939#. @-expanded: root inode not allocated.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001940#: e2fsck/problem.c:1185
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001941msgid "@r not allocated. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001942msgstr "Kök düğümü tahsisli değil. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001943
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001944#. @-expanded: No room in lost+found directory.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001945#: e2fsck/problem.c:1190
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001946msgid "No room in @l @d. "
Theodore Ts'o1be672b2003-03-26 00:58:06 -05001947msgstr "lost+found dizininde yer yok. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001948
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001949#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001950#: e2fsck/problem.c:1195
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001951#, c-format
1952msgid "Unconnected @d @i %i (%p)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001953msgstr "Dizin düğümü %i (%p) bağlantısız\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001954
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001955#. @-expanded: /lost+found not found.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001956#: e2fsck/problem.c:1200
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001957msgid "/@l not found. "
1958msgstr "/lost+found dizini yok. "
1959
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001960#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001961#: e2fsck/problem.c:1205
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001962msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001963msgstr "%Q (%i) daki '..' %P (%j), süperblok %q (%d).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001964
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001965#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001966#: e2fsck/problem.c:1210
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001967msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001968msgstr "/lost+found dizini ya yok ya da hatalı. tekrar bağlanılamıyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001969
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001970#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001971#: e2fsck/problem.c:1215
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001972#, c-format
1973msgid "Could not expand /@l: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001974msgstr "/lost+found dizini genişletilemiyor: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001975
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001976#: e2fsck/problem.c:1220
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001977#, c-format
1978msgid "Could not reconnect %i: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001979msgstr "%i ye tekrar bağlanılamıyor: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001980
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001981#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001982#: e2fsck/problem.c:1225
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001983#, c-format
1984msgid "Error while trying to find /@l: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001985msgstr "/lost+found dizini bulunmaya çalışılırkan hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001986
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001987#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001988#: e2fsck/problem.c:1230
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001989#, c-format
1990msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
1991msgstr ""
1992"ext2fs_new_block: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001993"/lost+found dizini oluşturulmaya çalışılırkan hata oluştu.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001994
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001995#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001996#: e2fsck/problem.c:1235
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001997#, c-format
1998msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
1999msgstr ""
2000"ext2fs_new_inode: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002001"/lost+found dizini oluşturulmaya çalışılırkan hata oluştu.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002002
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002003#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002004#: e2fsck/problem.c:1240
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002005#, c-format
2006msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2007msgstr ""
2008"ext2fs_new_dir_block: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002009"yeni dizin bloğu oluşturulurken hata.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002010
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002011#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002012#: e2fsck/problem.c:1245
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002013#, c-format
2014msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2015msgstr ""
2016"ext2fs_write_dir_block: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002017"/lost+found için dizin bloğu yazılırken hata oluştu.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002018
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002019#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002020#: e2fsck/problem.c:1250
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002021#, c-format
2022msgid "Error while adjusting @i count on @i %i\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002023msgstr "Düğüm %i üzerinde düğüm sayısı ayarlanırken hata oluştu\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002024
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002025#. @-expanded: Couldn't fix parent of inode %i: %m\n
2026#. @-expanded: \n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002027#: e2fsck/problem.c:1255
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002028#, c-format
2029msgid ""
2030"Couldn't fix parent of @i %i: %m\n"
2031"\n"
2032msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002033"Düğüm %i için üst düğüm belirlenemedi: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002034"\n"
2035
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002036#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2037#. @-expanded: \n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002038#: e2fsck/problem.c:1260
Theodore Ts'o886017a2005-06-26 22:11:46 -04002039#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002040msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002041"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002042"\n"
2043msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002044"Düğüm %i için üst düğüm belirlenemedi: üst dizin girdisi bulunamadı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002045"\n"
2046
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002047#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002048#: e2fsck/problem.c:1270
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002049#, c-format
2050msgid "Error creating root @d (%s): %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002051msgstr "Kök 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: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002054#: e2fsck/problem.c:1275
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002055#, c-format
2056msgid "Error creating /@l @d (%s): %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002057msgstr "/lost+found dizini oluşturulurken hata (%s): %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002058
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002059#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002060#: e2fsck/problem.c:1280
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002061msgid "@r is not a @d; aborting.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002062msgstr "Kök düğümü bir dizin değil; çıkılıyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002063
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002064#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002065#: e2fsck/problem.c:1285
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002066msgid "Cannot proceed without a @r.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002067msgstr "Bir kök düğümü olmaksızın işlenemez.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002068
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002069#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002070#: e2fsck/problem.c:1295
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002071#, c-format
2072msgid "/@l is not a @d (ino=%i)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002073msgstr "/lost+found bir dizin değil (düğüm = %i)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002074
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002075#: e2fsck/problem.c:1302
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002076msgid "Pass 3A: Optimizing directories\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002077msgstr "Pass 3A: Dizinler eniyileniyor\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002078
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002079#: e2fsck/problem.c:1307
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002080#, c-format
2081msgid "Failed to create dirs_to_hash iterator: %m"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002082msgstr "dirs_to_hash yineleyici oluşturulamadı: %m"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002083
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002084#: e2fsck/problem.c:1312
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002085msgid "Failed to optimize directory %q (%d): %m"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002086msgstr "Dizin %q (%d) eniyilenemedi: %m"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002087
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002088#: e2fsck/problem.c:1317
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002089msgid "Optimizing directories: "
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002090msgstr "Eniyilenen dizinler: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002091
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002092#: e2fsck/problem.c:1334
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002093msgid "Pass 4: Checking reference counts\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002094msgstr "Geçiş 4: Başvuru sayısı denetleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002095
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002096#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002097#: e2fsck/problem.c:1339
Theodore Ts'o886017a2005-06-26 22:11:46 -04002098#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002099msgid "@u @z @i %i. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04002100msgstr "artık düğüm %i sıfır uzunlukta. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002101
2102#. @-expanded: unattached inode %i\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002103#: e2fsck/problem.c:1344
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002104#, c-format
2105msgid "@u @i %i\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002106msgstr "artık düğüm %i\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002107
2108#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002109#: e2fsck/problem.c:1349
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002110msgid "@i %i ref count is %Il, @s %N. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002111msgstr "Düğüm %i için başvuru sayısı %Il, %N olmalıydı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002112
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002113#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2114#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2115#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002116#: e2fsck/problem.c:1353
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002117msgid ""
2118"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2119"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002120"@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 -04002121msgstr ""
2122"UYARI: E2FSCK'DA YAZILIM HATASI!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002123" YA DA BİR MANKAFA (SİZ) BAĞLI (CANLI) DOSYA SİSTEMİNİ DENETLETİYOR.\n"
2124" (pardon, yazar BONEHEAD (YOU) yazmış da)\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002125"inode_link_info[%i] = %N, inode.inode_links_count = %Il.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002126"Bunlar aynı olmalıydı!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002127
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002128#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002129#: e2fsck/problem.c:1363
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002130msgid "Pass 5: Checking @g summary information\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002131msgstr "5. Geçiş: grup özet bilgileri denetleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002132
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002133#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002134#: e2fsck/problem.c:1368
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002135msgid "Padding at end of @i @B is not set. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002136msgstr "Düğüm biteşleminin sonundaki alan belirlenmemiş. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002137
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002138#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002139#: e2fsck/problem.c:1373
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002140msgid "Padding at end of @b @B is not set. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002141msgstr "Blok biteşleminin sonundaki alan belirlenmemiş. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002142
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002143#. @-expanded: block bitmap differences:
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002144#: e2fsck/problem.c:1378
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002145msgid "@b @B differences: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002146msgstr "blok biteşlemi farkları: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002147
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002148#. @-expanded: inode bitmap differences:
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002149#: e2fsck/problem.c:1398
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002150msgid "@i @B differences: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002151msgstr "düğüm biteşlemi farkları: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002152
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002153#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002154#: e2fsck/problem.c:1418
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002155msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002156msgstr "%g. grup için serbest düğüm sayısı yanlış (%i, sayılan = %j).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002157
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002158#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002159#: e2fsck/problem.c:1423
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002160msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002161msgstr "%g. grup için dizin sayısı yanlış (%i, sayılan = %j).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002162
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002163#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002164#: e2fsck/problem.c:1428
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002165msgid "Free @is count wrong (%i, counted=%j).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002166msgstr "Serbest düğüm sayısı yanlış (%i, sayılan = %j).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002167
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002168#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002169#: e2fsck/problem.c:1433
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002170msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002171msgstr "%g. grup için serbest blok sayısı yanlış (%b, sayılan = %c).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002172
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002173#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002174#: e2fsck/problem.c:1438
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002175msgid "Free @bs count wrong (%b, counted=%c).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002176msgstr "Serbest blok sayısı yanlış (%b, sayılan = %c).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002177
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002178#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2179#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002180#: e2fsck/problem.c:1443
Theodore Ts'o6956f612005-12-31 16:46:15 -05002181msgid ""
2182"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2183"endpoints (%i, %j)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002184msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002185"PROGRAMLAMA HATASI: dosya sistemi (#%N) biteşlem sınırları (%b, %c)\n"
2186"ile hesaplanan biteşlem sınırları (%i, %j) uyuşmuyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002187
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002188#: e2fsck/problem.c:1449
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002189msgid "Internal error: fudging end of bitmap (%N)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002190msgstr "İç hata: biteşlemin sonunda bozulma (%N)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002191
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002192#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002193#: e2fsck/problem.c:1454
Theodore Ts'o886017a2005-06-26 22:11:46 -04002194#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002195msgid "Error copying in replacement @i @B: %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002196msgstr "Yedek düğüm biteşleminde kopyalama hatası: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002197
2198#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002199#: e2fsck/problem.c:1459
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002200#, c-format
2201msgid "Error copying in replacement @b @B: %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002202msgstr "Yedek blok biteşleminde kopyalama hatası: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002203
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002204#: e2fsck/problem.c:1597
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002205#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002206msgid "Unhandled error code (0x%x)!\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002207msgstr "Elde edilemeyen hata kodu ((0x%x)!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002208
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002209#: e2fsck/problem.c:1691
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002210msgid "IGNORED"
2211msgstr "YOKSAYILDI"
2212
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002213#: e2fsck/scantest.c:81
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002214#, c-format
2215msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002216msgstr "Kullanılan bellek: %d, geçen süre: %6.3f/%6.3f/%6.3f\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002217
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002218#: e2fsck/scantest.c:100
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002219#, c-format
2220msgid "size of inode=%d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002221msgstr "düğüm uzunluğu = %d\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002222
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002223#: e2fsck/scantest.c:121
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002224msgid "while starting inode scan"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002225msgstr "- düğüm taraması başlatılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002226
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002227#: e2fsck/scantest.c:132
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002228msgid "while doing inode scan"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002229msgstr "- düğüm taraması yapılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002230
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002231#: e2fsck/super.c:200
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002232#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002233msgid "while calling ext2fs_block_iterate for inode %d"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002234msgstr "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 -04002235
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002236#: e2fsck/super.c:223
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002237#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002238msgid "while calling ext2fs_adjust_ea_refocunt for inode %d"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002239msgstr "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 -05002240
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002241#: e2fsck/super.c:281
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002242msgid "Truncating"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002243msgstr "Kırpılıyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002244
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002245#: e2fsck/super.c:282
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002246msgid "Clearing"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002247msgstr "Temizleniyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002248
2249#: e2fsck/swapfs.c:98
2250msgid "while calling ext2fs_block_iterate"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002251msgstr "ext2fs_block_iterate işlevi çağrılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002252
2253#: e2fsck/swapfs.c:104
2254msgid "while calling iterator function"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002255msgstr "- yineleme işlevi çağrılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002256
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002257#: e2fsck/swapfs.c:126
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002258msgid "while allocating inode buffer"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002259msgstr "- düğüm tampon belleği ayrılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002260
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002261#: e2fsck/swapfs.c:138
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002262#, c-format
2263msgid "while reading inode table (group %d)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002264msgstr "- düğüm tablosu okunurken hata oluştu (grup %d)"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002265
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002266#: e2fsck/swapfs.c:176
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002267#, c-format
2268msgid "while writing inode table (group %d)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002269msgstr "- düğüm tablosu yazılırken hata oluştu (grup %d)"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002270
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002271#: e2fsck/swapfs.c:223
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002272#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002273msgid "Pass 0: Doing byte-swap of filesystem\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002274msgstr "Geçiş 0: dosya sisteminin bayt sıralaması düzeltiliyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002275
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002276#: e2fsck/swapfs.c:230
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002277#, c-format
2278msgid ""
2279"%s: the filesystem must be freshly checked using fsck\n"
2280"and not mounted before trying to byte-swap it.\n"
2281msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002282"%s: dosya sitemi fsck kullanılarak tamamen denetlenmeli ve\n"
2283"ters baytlar normal düzene döndürülmeden bağlanmamalıdır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002284
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002285#: e2fsck/swapfs.c:265
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002286msgid "Byte swap"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002287msgstr "Ters baytlı"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002288
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002289#: e2fsck/unix.c:74
Theodore Ts'o886017a2005-06-26 22:11:46 -04002290#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002291msgid ""
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002292"Usage: %s [-panyrcdfvstDFSV] [-b superblock] [-B blocksize]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002293"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002294"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002295"\t\t[-E extended-options] device\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002296msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002297"Kullanımı: %s [-panyrcdfvstDFSV] [-b superblok] [-B blokboyu]\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002298"\t[-I düğüm_tamponu_blok_sayısı] [-P işlem_düğümü_boyu]\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002299"\t[-l|-L hatalı_bloklar_dosyası] [-C dosya_tanımlayıcı]\n"
2300"\t[-j dış_günlük_aygıtı] [-E ek_seçenekler] aygıt\n"
2301"Linux ikinci gelişmiş dosya sisteminin (e2fs) denetlenmesi için\n"
2302"kullanılır. ext3 desteklenmiştir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002303"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002304"Seçenekler:\n"
2305" -a -p ile aynı\n"
2306" -C dosya_tanımlayıcı e2fsck'yı çalıştıran uygulamalarca kullanılır\n"
2307" -d Hata ayıklama iletilerini gösterir\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002308" -D dizinler eniyilenir\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002309" -F tampon bellek işlem öncesi boşaltılır\n"
2310" -r bu seçenek yoksayılır\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05002311" -s dosya sistemi bayt sıralaması tersse "
2312"kullanılır.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002313" Normal sırada ise etkisizdir.\n"
2314" -S Mevcut bayt sıralamasına bakılmaksızın dosya\n"
2315" sisteminin bayt sıralaması ters çevrilir\n"
2316" -t istatistikler gösterilir, iki kere verilmişse\n"
2317" her geçişin istatistikleri de gösterilir.\n"
2318" -V sürüm bilgileri gösterilir ve çıkar\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002319"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002320"Çeviri hatalarını <gnu-tr@belgeler.org> adresine bildiriniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002321"\n"
2322
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002323#: e2fsck/unix.c:80
2324#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002325msgid ""
2326"\n"
2327"Emergency help:\n"
2328" -p Automatic repair (no questions)\n"
2329" -n Make no changes to the filesystem\n"
2330" -y Assume \"yes\" to all questions\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05002331" -c Check for bad blocks and add them to the badblock "
2332"list\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002333" -f Force checking even if filesystem is marked clean\n"
2334msgstr ""
2335"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002336"Acil yardım:\n"
2337" -p Hiç soru sormadan sistem otomatik onarılır\n"
2338" -n dosya sistemi salt-okunur açılır. Denetim\n"
2339" sırasında tüm sorulara HAYIR cevabı verildiği\n"
2340" varsayılır.\n"
2341" -y Denetim sırasında tüm sorulara EVET cevabı\n"
2342" verildiği varsayılır.\n"
2343" -c varsa hatalı bloklar bulunur ve hatalı bloklar\n"
2344" listesine eklenir\n"
2345" -f disk bölümü temiz bile olsa denetim yapılır\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002346
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002347#: e2fsck/unix.c:86
Theodore Ts'o886017a2005-06-26 22:11:46 -04002348#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002349msgid ""
2350" -v Be verbose\n"
2351" -b superblock Use alternative superblock\n"
2352" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002353" -j external_journal Set location of the external journal\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002354" -l bad_blocks_file Add to badblocks list\n"
2355" -L bad_blocks_file Set badblocks list\n"
2356msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002357" -v ayrıntılı bilgi verilir\n"
2358" -b superblok normal süperblok yerine belirtilen kullanılır\n"
2359" -B blokboyu süperblok aranırken kullanılan blok boyu\n"
2360" yerine belirtilen kullanılır\n"
2361" -j dış-günlük-aygıtı günlük dosyasının aranacağı aygıt belirtilir\n"
2362" -l hatalı_bloklar_dosyası belirtilen dosyadaki hatalı bloklar listeye\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002363" eklenir\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002364" -L hatalı_bloklar_dosyası hatalı bloklar listesi belirtilen dosyadakiler\n"
2365" ile oluşturulur\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002366
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002367#: e2fsck/unix.c:121
2368#, fuzzy, c-format
2369msgid "%s: %d/%d files (%0d.%d%% non-contiguous), %u/%u blocks\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002370msgstr "%s: %d/%d dosya (%%%0d.%d yanyana olmayan düğüm), %d/%d blok\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002371
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002372#: e2fsck/unix.c:133
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002373#, c-format
2374msgid " # of inodes with ind/dind/tind blocks: %d/%d/%d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002375msgstr " ind/dind/tind bloklarının düğüm sayıları: %d/%d/%d\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002376
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002377#: e2fsck/unix.c:177 misc/badblocks.c:779 misc/tune2fs.c:792 misc/util.c:151
2378#: resize/main.c:184
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002379#, c-format
2380msgid "while determining whether %s is mounted."
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002381msgstr "- %s'in bağlı olup olmadığı saptanmaya çalışılırken hata oluştu."
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002382
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002383#: e2fsck/unix.c:195
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002384#, c-format
2385msgid "Warning! %s is mounted.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002386msgstr "Uyarı! %s bağlı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002387
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002388#: e2fsck/unix.c:199
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002389#, c-format
2390msgid "%s is mounted. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002391msgstr "%s bağlandı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002392
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002393#: e2fsck/unix.c:201
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002394msgid ""
2395"Cannot continue, aborting.\n"
2396"\n"
2397msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002398"Devam edilemiyor. çıkılıyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002399"\n"
2400
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002401#: e2fsck/unix.c:202
Theodore Ts'oce1250c2005-05-20 22:51:55 -04002402#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002403msgid ""
2404"\n"
2405"\n"
2406"WARNING!!! Running e2fsck on a mounted filesystem may cause\n"
2407"SEVERE filesystem damage.\n"
2408"\n"
2409msgstr ""
2410"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002411"\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002412"****DİKKAT!!!! e2fsck'nın bağlı bir dosya sisteminde çalıştırılması\n"
2413"ÇOK CİDDİ hasarlara sebep olabilir.****\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04002414"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002415
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002416#: e2fsck/unix.c:205
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002417msgid "Do you really want to continue"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002418msgstr "Gerçekten devam etmek istiyor musunuz?"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002419
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002420#: e2fsck/unix.c:207
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002421#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002422msgid "check aborted.\n"
2423msgstr "denetim durdu.\n"
2424
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002425#: e2fsck/unix.c:277
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002426msgid " contains a file system with errors"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002427msgstr " hatalı bir dosya sistemi içeriyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002428
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002429#: e2fsck/unix.c:279
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002430msgid " was not cleanly unmounted"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002431msgstr " usulünce sistemden ayrılmamış"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002432
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002433#: e2fsck/unix.c:283
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002434#, c-format
2435msgid " has been mounted %u times without being checked"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002436msgstr " denetlenmeksizin %u kere bağlandı"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002437
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002438#: e2fsck/unix.c:291
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002439#, c-format
2440msgid " has gone %u days without being checked"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002441msgstr " denetlenmeksizin %u gün geçti"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002442
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002443#: e2fsck/unix.c:300
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002444msgid ", check forced.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002445msgstr ", denetim başlatılacak.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002446
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002447#: e2fsck/unix.c:303
2448#, fuzzy, c-format
2449msgid "%s: clean, %d/%d files, %u/%u blocks"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002450msgstr "%s: temiz, %d/%d dosya, %d/%d blok"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002451
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002452#: e2fsck/unix.c:320
2453#, fuzzy
2454msgid " (check deferred; on battery)"
2455msgstr " (sistem bağlandıktan sonra denetle)"
2456
2457#: e2fsck/unix.c:323
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002458msgid " (check after next mount)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002459msgstr " (sistem bağlandıktan sonra denetle)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002460
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002461#: e2fsck/unix.c:325
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002462#, c-format
2463msgid " (check in %ld mounts)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002464msgstr " (sistem %ld kere bağlandığında denetle)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002465
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002466#: e2fsck/unix.c:471
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002467#, c-format
2468msgid "ERROR: Couldn't open /dev/null (%s)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002469msgstr "HATA: /dev/null açılamadı (%s)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002470
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002471#: e2fsck/unix.c:542
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002472#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002473msgid "Invalid EA version.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002474msgstr "Ek özellik sürümü geçersiz.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002475
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002476#: e2fsck/unix.c:548
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002477#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04002478msgid "Unknown extended option: %s\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002479msgstr "Bilinmeyen ek seçenek: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002480
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002481#: e2fsck/unix.c:566
2482#, c-format
2483msgid ""
2484"Syntax error in e2fsck config file (%s, line #%d)\n"
2485"\t%s\n"
2486msgstr ""
2487
2488#: e2fsck/unix.c:623
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002489#, c-format
2490msgid "Error validating file descriptor %d: %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002491msgstr "Dosya tanımlayıcı %d değerlendirilirken hata: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002492
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002493#: e2fsck/unix.c:627
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002494msgid "Invalid completion information file descriptor"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002495msgstr "Tamamlama bilgisi dosya tanımlayıcısı geçersiz"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002496
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002497#: e2fsck/unix.c:642
Theodore Ts'o6956f612005-12-31 16:46:15 -05002498#, fuzzy
2499msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002500msgstr "Sadece -p/-a, -n veya -y seçeneklerinden biri belirtilebilir."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002501
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002502#: e2fsck/unix.c:663
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002503#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002504msgid "The -t option is not supported on this version of e2fsck.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002505msgstr " -t seçeneği e2fsck'nın bu sürümünde desteklenmiyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002506
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002507#: e2fsck/unix.c:728
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002508#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002509msgid "Byte-swapping filesystems not compiled in this version of e2fsck\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002510msgstr "e2fsck'nın bu sürümünde derlenmemiş ters baytlı sistemler \n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002511
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002512#: e2fsck/unix.c:751 misc/tune2fs.c:459 misc/tune2fs.c:717 misc/tune2fs.c:734
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002513#, c-format
2514msgid "Unable to resolve '%s'"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002515msgstr "'%s' çözümlenemiyor"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002516
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002517#: e2fsck/unix.c:782
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002518#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002519msgid "Incompatible options not allowed when byte-swapping.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002520msgstr "Ters baytlar düzeltilirken uyumsuz seçeneklere izin verilmez.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002521
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002522#: e2fsck/unix.c:789
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002523#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002524msgid "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 -05002525msgstr ""
2526" -c seçeneği ile -l ve -L seçenekleri aynı anda birlikte kullanılamaz.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002527
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002528#: e2fsck/unix.c:867
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002529#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002530msgid "Error: ext2fs library version out of date!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002531msgstr "Hata: ext2fs kitaplık sürümü uygun değil!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002532
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002533#: e2fsck/unix.c:875
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002534msgid "while trying to initialize program"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002535msgstr "- uygulama başlatılmaya çelışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002536
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002537#: e2fsck/unix.c:889
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002538#, c-format
2539msgid "\tUsing %s, %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002540msgstr "\t%s, %s kullanılıyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002541
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002542#: e2fsck/unix.c:901
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002543msgid "need terminal for interactive repairs"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002544msgstr "etkileşimli onarım için uçbirim gerekli"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002545
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002546#: e2fsck/unix.c:940
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002547#, c-format
2548msgid "%s trying backup blocks...\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002549msgstr "%s yedekleme blokları deneniyor...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002550
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002551#: e2fsck/unix.c:941
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002552msgid "Couldn't find ext2 superblock,"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002553msgstr "ext2 süperbloğu bulunamadı,"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002554
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002555#: e2fsck/unix.c:942
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002556msgid "Group descriptors look bad..."
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002557msgstr "Grup tanımlayıcılar hatalı görünüyor..."
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002558
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002559#: e2fsck/unix.c:953
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002560#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002561msgid ""
2562"The filesystem revision is apparently too high for this version of e2fsck.\n"
2563"(Or the filesystem superblock is corrupt)\n"
2564"\n"
2565msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002566"Dosya sistemi e2fsck'nın bu sürümünden daha yüksek bir sürümü\n"
2567"destekliyor gibi. (Ya da dosya sisteminin süperbloğu bozuk olabilir)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002568"\n"
2569
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002570#: e2fsck/unix.c:959
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002571#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002572msgid "Could this be a zero-length partition?\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002573msgstr "Bu sıfır uzunluklu bir disk bölümü olabilir mi?\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002574
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002575#: e2fsck/unix.c:961
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002576#, c-format
2577msgid "You must have %s access to the filesystem or be root\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002578msgstr "Dosya sistemine %s erişiminiz olmalı ya da root olmalısınız\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002579
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002580#: e2fsck/unix.c:966
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002581#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002582msgid "Possibly non-existent or swap device?\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002583msgstr "Bu mevcut olmayan bir aygıt ya da bir takas aygıtı mı acaba?\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002584
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002585#: e2fsck/unix.c:968
2586#, c-format
2587msgid "Filesystem mounted or opened exclusively by another program?\n"
2588msgstr ""
2589
2590#: e2fsck/unix.c:972
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002591#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002592msgid ""
2593"Disk write-protected; use the -n option to do a read-only\n"
2594"check of the device.\n"
2595msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002596"Disk yazma korumalı; -n seçeneğini kullanarak salt-oku kipinde\n"
2597"denetim yapınız.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002598
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002599#: e2fsck/unix.c:989
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002600msgid "Get a newer version of e2fsck!"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002601msgstr "e2fsck'nın daha yeni bir sürümünü alın!"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002602
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002603#: e2fsck/unix.c:1010
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002604#, c-format
2605msgid "while checking ext3 journal for %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002606msgstr "- %s için ext3 günlüğü denetlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002607
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002608#: e2fsck/unix.c:1021
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002609#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05002610msgid ""
2611"Warning: skipping journal recovery because doing a read-only filesystem "
2612"check.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002613msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002614"Uyarı: Dosya sistemi salt-oku kipinde denetlendiğinden\n"
2615"günlük dosyasına göre kurtarma atlanıyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002616
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002617#: e2fsck/unix.c:1034
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002618#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002619msgid "unable to set superblock flags on %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002620msgstr "%s üzerine süperblok bayrakları konulamadı\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002621
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002622#: e2fsck/unix.c:1040
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002623#, c-format
2624msgid "while recovering ext3 journal of %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002625msgstr "- %s ext3 günlük dosyası kurtarılmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002626
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002627#: e2fsck/unix.c:1069
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002628msgid "Warning: compression support is experimental.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002629msgstr "Uyarı: sıkıştırma desteği deneyseldir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002630
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002631#: e2fsck/unix.c:1074
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002632#, c-format
2633msgid ""
2634"E2fsck not compiled with HTREE support,\n"
2635"\tbut filesystem %s has HTREE directories.\n"
2636msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002637"E2fsck HTREE desteği ile derlenmemiş,\n"
2638"\tama dosya sistemi %s HTREE dizinleri içeriyor.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002639
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002640#: e2fsck/unix.c:1118
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002641#, c-format
2642msgid "%s: Filesystem byte order already normalized.\n"
2643msgstr "%s Dosya sisteminde baytlar zaten normal.\n"
2644
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002645#: e2fsck/unix.c:1138
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002646msgid "while reading bad blocks inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002647msgstr "- hatalı bloklar düğümü okunmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002648
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002649#: e2fsck/unix.c:1140
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002650#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002651msgid "This doesn't bode well, but we'll try to go on...\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002652msgstr "Bu pek hayra alamet değil, ama üstüne gidilecek...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002653
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002654#: e2fsck/unix.c:1147
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05002655#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002656msgid "Restarting e2fsck from the beginning...\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002657msgstr "e2fsck baştan başlıyor...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002658
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002659#: e2fsck/unix.c:1151
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002660msgid "while resetting context"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002661msgstr "- bağlam sıfırlanırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002662
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002663#: e2fsck/unix.c:1158
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002664#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002665msgid "%s: e2fsck canceled.\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002666msgstr "%s: e2fsck durduruldu.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002667
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002668#: e2fsck/unix.c:1163
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002669msgid "aborted"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002670msgstr "çıktı"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002671
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002672#: e2fsck/unix.c:1171
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002673#, c-format
2674msgid ""
2675"\n"
2676"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2677msgstr ""
2678"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002679"%s: ***** DOSYA SİSTEMİ DEĞİŞTİRİLDİ *****\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002680
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002681#: e2fsck/unix.c:1174
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002682#, c-format
2683msgid "%s: ***** REBOOT LINUX *****\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002684msgstr "%s: ***** MAKİNAYI YENİDEN BAŞLATIN *****\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002685
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002686#: e2fsck/unix.c:1182
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002687#, c-format
2688msgid ""
2689"\n"
2690"%s: ********** WARNING: Filesystem still has errors **********\n"
2691"\n"
2692msgstr ""
2693"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002694"%s: ********** UYARI: Dosya sistemi hala hatalı **********\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002695"\n"
2696
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002697#: e2fsck/util.c:131 misc/util.c:68
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002698msgid "yY"
2699msgstr "eE"
2700
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002701#: e2fsck/util.c:132
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002702msgid "nN"
2703msgstr "hH"
2704
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002705#: e2fsck/util.c:146
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002706msgid "<y>"
2707msgstr "<e>"
2708
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002709#: e2fsck/util.c:148
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002710msgid "<n>"
2711msgstr "<h>"
2712
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002713#: e2fsck/util.c:150
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002714msgid " (y/n)"
2715msgstr " (e/h)"
2716
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002717#: e2fsck/util.c:165
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002718msgid "cancelled!\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002719msgstr "durduruldu!\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002720
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002721#: e2fsck/util.c:180
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002722msgid "yes\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002723msgstr "evet\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002724
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002725#: e2fsck/util.c:182
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002726msgid "no\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002727msgstr "hayır\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002728
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002729#: e2fsck/util.c:192
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002730#, c-format
2731msgid ""
2732"%s? no\n"
2733"\n"
2734msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002735"%s? hayır\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002736"\n"
2737
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002738#: e2fsck/util.c:196
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002739#, c-format
2740msgid ""
2741"%s? yes\n"
2742"\n"
2743msgstr ""
2744"%s? evet\n"
2745"\n"
2746
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002747#: e2fsck/util.c:200
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002748msgid "yes"
2749msgstr "evet"
2750
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002751#: e2fsck/util.c:200
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002752msgid "no"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002753msgstr "hayır"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002754
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002755#: e2fsck/util.c:213
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002756#, c-format
2757msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002758msgstr "e2fsck_read_bitmaps: %s için biteşlem blokları kuraldışı"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002759
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002760#: e2fsck/util.c:218
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002761msgid "reading inode and block bitmaps"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002762msgstr "düğüm ve blok biteşlemleri okunuyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002763
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002764#: e2fsck/util.c:223
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002765#, c-format
2766msgid "while retrying to read bitmaps for %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002767msgstr "- %s için biteşlemlerin okunması yinelenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002768
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002769#: e2fsck/util.c:235
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002770msgid "writing block bitmaps"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002771msgstr "blok biteşlemleri yazılıyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002772
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002773#: e2fsck/util.c:240
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002774#, c-format
2775msgid "while retrying to write block bitmaps for %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002776msgstr "- %s için blok biteşlemlerinin yazılması yinelenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002777
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002778#: e2fsck/util.c:247
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002779msgid "writing inode bitmaps"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002780msgstr "düğüm biteşlemleri yazılıyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002781
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002782#: e2fsck/util.c:252
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002783#, c-format
2784msgid "while retrying to write inode bitmaps for %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002785msgstr "- %s için düğüm biteşlemlerinin yazılması yinelenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002786
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002787#: e2fsck/util.c:265
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002788#, c-format
2789msgid ""
2790"\n"
2791"\n"
2792"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2793"\t(i.e., without -a or -p options)\n"
2794msgstr ""
2795"\n"
2796"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002797"%s: BEKLENMEYEN UYGUNSUZLUK; fsck ÇALIŞTIRMALISINIZ.\n"
2798"\t(-a ve -p seçeneklerini kullanmadan)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002799
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002800#: e2fsck/util.c:330
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002801#, c-format
2802msgid "Memory used: %dk/%dk (%dk/%dk), "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002803msgstr "Kullanılan bellek: %dk/%dk (%dk/%dk), "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002804
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002805#: e2fsck/util.c:334
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002806#, c-format
2807msgid "Memory used: %d, "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002808msgstr "Kullanılan bellek: %d, "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002809
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002810#: e2fsck/util.c:340
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002811#, c-format
2812msgid "time: %5.2f/%5.2f/%5.2f\n"
2813msgstr "zaman: %5.2f/%5.2f/%5.2f\n"
2814
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002815#: e2fsck/util.c:345
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002816#, c-format
2817msgid "elapsed time: %6.3f\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002818msgstr "geçen süre: %6.3f\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002819
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002820#: e2fsck/util.c:359
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002821#, c-format
2822msgid "while reading inode %ld in %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002823msgstr "- %ld düğümü %s den okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002824
Theodore Ts'obc759702005-05-09 20:40:55 -04002825#: e2fsck/util.c:373 e2fsck/util.c:386
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002826#, c-format
2827msgid "while writing inode %ld in %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002828msgstr "- %ld düğümü %s e yazılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002829
Theodore Ts'of592bed2003-07-26 00:51:54 -04002830#: misc/badblocks.c:60
Theodore Ts'o6956f612005-12-31 16:46:15 -05002831#, fuzzy
2832msgid "done \n"
2833msgstr "bitti \n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002834
Theodore Ts'of592bed2003-07-26 00:51:54 -04002835#: misc/badblocks.c:78
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002836#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002837msgid ""
2838"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05002839" [-c blocks_at_once] [-p num_passes] [-t test_pattern [-t test_pattern "
2840"[...]]]\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002841" device [last_block [start_block]]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002842msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002843"Kullanımı: %s [-b blok_boyu] [-i girdi_dosyası] [-o çıktı_dosyası]\n"
2844" [-svwnf] [-c blok_sayısı] [-p geçiş_sayısı]\n"
2845" [-t deneme_şablonu [-t deneme_şablonu\n"
2846" [...]]]\n"
2847" aygıt [son_blok [ilk_blok]]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002848
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002849#: misc/badblocks.c:225
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002850msgid "Testing with random pattern: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002851msgstr "Rasgele şablon ile sınanıyor: "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002852
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002853#: misc/badblocks.c:243
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002854msgid "Testing with pattern 0x"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002855msgstr "Sınama şablonu: 0x"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002856
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002857#: misc/badblocks.c:268 misc/badblocks.c:297
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002858msgid "during seek"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002859msgstr "erişim sırasında"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002860
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002861#: misc/badblocks.c:275
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002862#, c-format
2863msgid "Weird value (%ld) in do_read\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002864msgstr "do_read için tuhaf değer (%ld)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002865
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002866#: misc/badblocks.c:317
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002867msgid "during ext2fs_sync_device"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002868msgstr "ext2fs_sync_device sırasında"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002869
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002870#: misc/badblocks.c:333 misc/badblocks.c:571
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002871msgid "while beginning bad block list iteration"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002872msgstr "- hatalı blok listesi yinelemesine başlanırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002873
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002874#: misc/badblocks.c:347 misc/badblocks.c:437 misc/badblocks.c:581
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002875msgid "while allocating buffers"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002876msgstr "- tampon bellek ayrılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002877
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002878#: misc/badblocks.c:351
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002879#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002880msgid "Checking blocks %lu to %lu\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002881msgstr "%lu ile %lu arasındaki bloklar denetleniyor\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002882
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002883#: misc/badblocks.c:355
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002884msgid "Checking for bad blocks in read-only mode\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002885msgstr "Hatalı bloklar salt-okunur kipte denetleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002886
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002887#: misc/badblocks.c:364
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002888msgid "Checking for bad blocks (read-only test): "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002889msgstr "Hatalı bloklar için denetleniyor (salt-oku testi): "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002890
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002891#: misc/badblocks.c:444
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002892msgid "Checking for bad blocks in read-write mode\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002893msgstr "Hatalı bloklar oku-yaz kipinde denetleniyor\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002894
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002895#: misc/badblocks.c:446 misc/badblocks.c:594
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002896#, c-format
2897msgid "From block %lu to %lu\n"
2898msgstr "Blok %lu dan %lu ya kadar\n"
2899
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002900#: misc/badblocks.c:497
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002901msgid "Reading and comparing: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002902msgstr "Okunuyor ve karşılaştırılıyor: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002903
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002904#: misc/badblocks.c:593
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002905msgid "Checking for bad blocks in non-destructive read-write mode\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002906msgstr "Hatalı bloklar veri bozmayan oku-yaz kipinde denetleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002907
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002908#: misc/badblocks.c:597
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002909msgid "Checking for bad blocks (non-destructive read-write test)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002910msgstr "Hatalı bloklar denetleniyor (yıkıcı olmayan oku-yaz sınaması)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002911
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002912#: misc/badblocks.c:604
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002913msgid ""
2914"\n"
2915"Interrupt caught, cleaning up\n"
2916msgstr ""
2917"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002918"Kesme yakalandı, kaldırılıyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002919
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002920#: misc/badblocks.c:674
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002921#, c-format
2922msgid "during test data write, block %lu"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002923msgstr "veri yazma denemesi sırasında, blok %lu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002924
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002925#: misc/badblocks.c:784 misc/util.c:156
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002926#, c-format
2927msgid "%s is mounted; "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002928msgstr "%s bağlandı; "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002929
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002930#: misc/badblocks.c:786
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002931msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05002932msgstr ""
2933"badblocks n'olursa olsun çalıştırılacak. İnşallah /etc/mtab yanlıştır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002934
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002935#: misc/badblocks.c:791
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002936msgid "it's not safe to run badblocks!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002937msgstr "'badblocks' çalıştırmak güvenli değil!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002938
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002939#: misc/badblocks.c:796 misc/util.c:167
2940#, c-format
2941msgid "%s is apparently in use by the system; "
Theodore Ts'o886017a2005-06-26 22:11:46 -04002942msgstr "%s görünüşe göre sistem tarafından kullanılıyor; "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002943
2944#: misc/badblocks.c:799
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002945msgid "badblocks forced anyway.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002946msgstr "badblocks n'olursa olsun çalıştırılacak.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002947
2948#: misc/badblocks.c:861
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002949#, c-format
2950msgid "bad block size - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002951msgstr "blok uzunluğu hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002952
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002953#: misc/badblocks.c:918
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002954#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002955msgid "can't allocate memory for test_pattern - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002956msgstr "sınama şablonu - %s için bellek ayrılamadı"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002957
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002958#: misc/badblocks.c:932
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002959#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002960msgid "invalid test_pattern: %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002961msgstr "sınama şablonu geçersiz: %s\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002962
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002963#: misc/badblocks.c:948
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002964msgid "Maximum of one test_pattern may be specified in read-only mode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002965msgstr "Salt okunur kipte en çok bir sınama şablonu belirtilebilir"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002966
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002967#: misc/badblocks.c:954
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002968msgid "Random test_pattern is not allowed in read-only mode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002969msgstr "Salt okunur kipte rasgele sınama şablonu kullanımına izin verilmez"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04002970
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002971#: misc/badblocks.c:968
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002972msgid ""
2973"Couldn't determine device size; you must specify\n"
2974"the size manually\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002975msgstr "Aygıt alanı saptanamadı; Elle bir değer girmelisiniz\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002976
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002977#: misc/badblocks.c:974
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002978msgid "while trying to determine device size"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002979msgstr "- aygıt alanı saptanmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002980
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002981#: misc/badblocks.c:980 misc/mke2fs.c:1155
Theodore Ts'oce1250c2005-05-20 22:51:55 -04002982#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04002983msgid "invalid blocks count - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002984msgstr "blok sayısı hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002985
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002986#: misc/badblocks.c:989
Theodore Ts'oce1250c2005-05-20 22:51:55 -04002987#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04002988msgid "invalid starting block - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002989msgstr "başlangıç bloğu hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002990
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002991#: misc/badblocks.c:995
Theodore Ts'oce1250c2005-05-20 22:51:55 -04002992#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04002993msgid "invalid blocks range: %lu-%lu"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04002994msgstr "hatalı blok aralığı: %lu-%lu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002995
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002996#: misc/badblocks.c:1050
Theodore Ts'o197abba2005-06-20 18:00:23 -04002997msgid "while creating in-memory bad blocks list"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002998msgstr "hatalı bloklar listesi bellekte oluşturulurken"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002999
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003000#: misc/badblocks.c:1065
Theodore Ts'o197abba2005-06-20 18:00:23 -04003001msgid "while adding to in-memory bad block list"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003002msgstr "bellekteki hatalı bloklar listesine eklenirken"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003003
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003004#: misc/badblocks.c:1089
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003005#, c-format
3006msgid "Pass completed, %u bad blocks found.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003007msgstr "Geçiş tamamlandı, %u hatalı blok bulundu.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003008
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003009#: misc/chattr.c:87
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003010#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003011msgid "Usage: %s [-RV] [-+=AacDdijsSu] [-v version] files...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003012msgstr ""
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003013"Kullanımı: %s [-RV] [-+=AacDdijsSu] [-v sürüm] dosyalar...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003014"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003015"Dosya özelliklerini değiştirmekte kullanılır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003016"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003017"Sembolik kip seçenekleri:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003018"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003019"Bu kipte özellikler + ile mevcut seçeneklere eklenir, - ile kaldırılır,\n"
3020"= ile sadece belirtilen özellikler içerilir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003021"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003022" A: erişim zamanı güncellenmez\n"
3023" a: sadece dosyanın sonuna ekleme yapılabilir. root değiştirebilir.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003024" c: sıkıştırılmış; dosyanın okuma-yazma sırasındaki açılması/"
3025"sıkıştırılması\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003026" çekirdeğin denetimindedir.\n"
3027" d: dökümlenmez; dump uygulamasından etkilenmez.\n"
3028" D: bir dizine uygulanır ve dizindeki değişiklikler eşzamanlı işlenir.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003029" i: değişmez; dosya içeriği silinemez, yazılamaz, dosyaya bağ "
3030"oluşturulamaz\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003031" ve ismi değiştirilemez. Sadece root bu özelliği değiştirebilir.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003032" j: günlükleme; dosya sistemi ext3 olarak bağlanmışsa bu özellik "
3033"etkisizdir\n"
3034" s: silinme güvenliği; bu özellik verilen bir dosya silindiğinde veri "
3035"alanı\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003036" sıfırlarla doldurulur\n"
3037" S: eşzamanlı güncellemeler; bu özelliği içeren bir dosyaya tüm\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003038" değişiklikler anında yazılır, sistemin 'sync' seçeneği ile "
3039"bağlanmasına\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003040" eşdeğer özellik sağlar\n"
3041" u: silinememezlik; bu dosya silindiğinde içeriği saklanır, silecek\n"
3042" kullanıcıya silinme sırasında sorulmasını sağlar.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003043"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003044"Seçenekler:\n"
3045" -R dizinler ve içeriklerinde ardışık işlem yapılır\n"
3046" -V sürüm bilgisi ile işlem hakkında daha ayrıntılı bilgi verilir\n"
3047" -v sürüm dosyanın sürüm/üretim numarası belirtilir\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003048"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003049"Çeviri hatalarını <gnu-tr-u12a@lists.sourceforge.net> adresine bildiriniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003050"\n"
3051
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003052#: misc/chattr.c:148
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003053#, c-format
3054msgid "bad version - %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003055msgstr "sürüm hatalı - %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003056
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003057#: misc/chattr.c:192 misc/lsattr.c:113
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003058#, c-format
3059msgid "while trying to stat %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003060msgstr "- stat %s yapılmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003061
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003062#: misc/chattr.c:209 misc/chattr.c:225
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003063#, c-format
3064msgid "Flags of %s set as "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003065msgstr "Belirlenen %s bayrakları: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003066
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003067#: misc/chattr.c:218
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003068#, c-format
3069msgid "while reading flags on %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003070msgstr "- %s üzerinde bayraklar okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003071
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003072#: misc/chattr.c:233
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003073#, c-format
3074msgid "while setting flags on %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003075msgstr "- %s üzerinde bayraklar belirlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003076
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003077#: misc/chattr.c:238
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003078#, c-format
3079msgid "Version of %s set as %lu\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003080msgstr "%s sürümü %lu olarak belirlendi\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003081
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003082#: misc/chattr.c:241
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003083#, c-format
3084msgid "while setting version on %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003085msgstr "- %s üzerinde sürüm belirlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003086
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003087#: misc/chattr.c:255
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003088msgid "Couldn't allocate path variable in chattr_dir_proc"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003089msgstr "chattr_dir_proc işlevinde dosya yolu değişkenine yer ayrılamadı"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003090
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003091#: misc/chattr.c:291
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003092msgid "= is incompatible with - and +\n"
3093msgstr "= ile + ve - uyumsuz\n"
3094
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003095#: misc/chattr.c:299
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003096msgid "Must use '-v', =, - or +\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003097msgstr "'-v', =, - veya + kullanılmalı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003098
Theodore Ts'o6956f612005-12-31 16:46:15 -05003099#: misc/dumpe2fs.c:53
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003100#, c-format
3101msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
3102msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003103"Kullanımı: %s [-bfhixV] [-ob süperblok] [-oB blokboyu] aygıt\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003104"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003105"Dosya sistemi bilgilerini dökümler.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003106"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003107"Seçenekler:\n"
3108" -b hatalı olarak imlenmiş blokları gösterir\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003109" -f dosya sistemi dumpe2fs'in bilmediği özellikler içerse "
3110"bile\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003111" bilgilerin dökümlenmesini sağlar\n"
3112" -h grup tanımlayıcıları değil sadece süperblok bilgilerini\n"
3113" gösterir\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003114" -i belirtilen aygıt için e2image tarafından oluşturulmuş "
3115"disk\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003116" görüntüsü dosyasının verilerini gösterir\n"
3117" -x ayrıntılı olarak grupların bilgileri gösterilir\n"
3118" -V sürüm bilgileri gösterilir ve çıkar\n"
3119" -ob süperblok dosya sistemini tanımlayan süperblok belirtilir\n"
3120" -oB blokboyu dosya sistemini tanımlayan blok uzunluğu belirtilir\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003121"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003122"Çeviri hatalarını <gnu-tr-u12a@lists.sourceforge.net> adresine bildiriniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003123"\n"
3124
Theodore Ts'o6956f612005-12-31 16:46:15 -05003125#: misc/dumpe2fs.c:131
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003126#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003127msgid "Group %lu: (Blocks "
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003128msgstr "Grup %lu: (Bloklar: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003129
Theodore Ts'o6956f612005-12-31 16:46:15 -05003130#: misc/dumpe2fs.c:136
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003131#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003132msgid " %s superblock at "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003133msgstr " %s süperblok: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003134
Theodore Ts'o6956f612005-12-31 16:46:15 -05003135#: misc/dumpe2fs.c:137
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003136msgid "Primary"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003137msgstr " İlk"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003138
Theodore Ts'o6956f612005-12-31 16:46:15 -05003139#: misc/dumpe2fs.c:137
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003140msgid "Backup"
3141msgstr "Yedek"
3142
Theodore Ts'o6956f612005-12-31 16:46:15 -05003143#: misc/dumpe2fs.c:141
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003144#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003145msgid ", Group descriptors at "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003146msgstr ""
3147" \n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003148" Grup tanımlayıcı: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003149
Theodore Ts'o6956f612005-12-31 16:46:15 -05003150#: misc/dumpe2fs.c:145
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003151#, c-format
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003152msgid ""
3153"\n"
3154" Reserved GDT blocks at "
3155msgstr ""
3156"\n"
3157" Yedek GDT blokları "
3158
Theodore Ts'o6956f612005-12-31 16:46:15 -05003159#: misc/dumpe2fs.c:152
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003160#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003161msgid " Group descriptor at "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003162msgstr ""
3163" \n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003164" Grup tanımlayıcı: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003165
Theodore Ts'o6956f612005-12-31 16:46:15 -05003166#: misc/dumpe2fs.c:158
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003167msgid " Block bitmap at "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003168msgstr " Blok biteşlemi: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003169
Theodore Ts'o6956f612005-12-31 16:46:15 -05003170#: misc/dumpe2fs.c:163
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003171msgid ", Inode bitmap at "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003172msgstr ""
3173" \n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003174" Düğüm biteşlemi: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003175
Theodore Ts'o6956f612005-12-31 16:46:15 -05003176#: misc/dumpe2fs.c:168
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003177msgid ""
3178"\n"
3179" Inode table at "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003180msgstr ""
3181"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003182" Düğüm tablosu: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003183
Theodore Ts'o6956f612005-12-31 16:46:15 -05003184#: misc/dumpe2fs.c:175
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003185#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003186msgid ""
3187"\n"
3188" %d free blocks, %d free inodes, %d directories\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003189msgstr ""
3190"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003191" %d serbest blok, %d serbest düğüm, %d dizin\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003192
Theodore Ts'o6956f612005-12-31 16:46:15 -05003193#: misc/dumpe2fs.c:181
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003194msgid " Free blocks: "
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003195msgstr " Serbest bloklar: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003196
Theodore Ts'o6956f612005-12-31 16:46:15 -05003197#: misc/dumpe2fs.c:189
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003198msgid " Free inodes: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003199msgstr " Serbest düğümler: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003200
Theodore Ts'o6956f612005-12-31 16:46:15 -05003201#: misc/dumpe2fs.c:215
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003202msgid "while printing bad block list"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003203msgstr "- hatalı bloklar listesi basılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003204
Theodore Ts'o6956f612005-12-31 16:46:15 -05003205#: misc/dumpe2fs.c:221
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003206#, c-format
3207msgid "Bad blocks: %d"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003208msgstr "Hatalı bloklar: %d"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003209
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003210#: misc/dumpe2fs.c:243 misc/tune2fs.c:232
3211msgid "while reading journal inode"
3212msgstr "- günlük düğümü okunurken hata oluştu"
3213
3214#: misc/dumpe2fs.c:246
3215#, fuzzy
3216msgid "Journal size: "
3217msgstr "Günlük kullanıcıları: %s\n"
3218
3219#: misc/dumpe2fs.c:265 misc/tune2fs.c:154
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003220msgid "while reading journal superblock"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003221msgstr "- günlük dosyası süperbloğu okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003222
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003223#: misc/dumpe2fs.c:273
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003224msgid "Couldn't find journal superblock magic numbers"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003225msgstr "Günlük dosyası süperbloğu tanım numarası bulunamadı"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003226
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003227#: misc/dumpe2fs.c:277
3228#, fuzzy, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003229msgid ""
3230"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003231"Journal block size: %u\n"
3232"Journal length: %u\n"
3233"Journal first block: %u\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003234"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003235"Journal start: %u\n"
3236"Journal number of users: %lu\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003237msgstr ""
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003238"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003239"Günlük bloğu boyu: %d\n"
3240"Günlük uzunluğu: %d\n"
3241"Günlük ilk bloğu: %d\n"
3242"Günlük sıralaması: 0x%08x\n"
3243"Günlük başlangıcı: %d\n"
3244"Günlük kullanıcı sayısı: %d\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003245
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003246#: misc/dumpe2fs.c:290
Theodore Ts'o197abba2005-06-20 18:00:23 -04003247#, c-format
3248msgid "Journal users: %s\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003249msgstr "Günlük kullanıcıları: %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003250
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003251#: misc/dumpe2fs.c:345 misc/mke2fs.c:1099
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003252#, c-format
3253msgid "\tUsing %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003254msgstr "\t%s kullanılıyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003255
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003256#: misc/dumpe2fs.c:371 misc/e2image.c:662 misc/tune2fs.c:779 resize/main.c:245
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003257#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003258msgid "Couldn't find valid filesystem superblock.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003259msgstr "Geçerli süperblok bulunamadı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003260
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003261#: misc/dumpe2fs.c:382
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003262#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003263msgid "Note: This is a byte-swapped filesystem\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003264msgstr "Bilgi: Bu bir ters-baytlı dosya sistemi\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003265
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003266#: misc/dumpe2fs.c:401
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003267#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003268msgid ""
3269"\n"
3270"%s: %s: error reading bitmaps: %s\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003271msgstr ""
3272"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003273"%s: %s: biteşlemler okunurken hata oluştu: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003274
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003275#: misc/e2image.c:50
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003276#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003277msgid "Usage: %s [-rsI] device image_file\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003278msgstr ""
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003279"Kullanımı: %s [-rsI] AYGIT DOSYA\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003280"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003281"AYGIT üzerindeki ext2 dosya sisteminin kritik verilerini DOSYAya kaydeder.\n"
3282"Örn: 4GB lık bir sistem için yaklaşık 3MB lık bir görüntü dosyası\n"
3283"oluşturulur. Bu dosya, dosya sistemini kurtarmak için uzmanlarca\n"
3284"kullanılabilir. Belli aralıklarla bu dosyanın başka bir dosya sistemine\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003285"kaydedilmesi önerilir. -r seçeneği temel biçimli bir dosya üretir, çok "
3286"büyük\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003287"olacağından önerilmez. DOSYA yerine - verilirse dosya standart çıktıya\n"
3288"yazılır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003289
Theodore Ts'obc759702005-05-09 20:40:55 -04003290#: misc/e2image.c:62
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003291msgid "Couldn't allocate header buffer\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003292msgstr "Başlık için tampon bellek ayrılamadı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003293
Theodore Ts'obc759702005-05-09 20:40:55 -04003294#: misc/e2image.c:81
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003295#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003296msgid "short write (only %d bytes) for writing image header"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003297msgstr "görüntü başlığını yazmak için kısa yazma (sadece %d bayt)"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003298
Theodore Ts'obc759702005-05-09 20:40:55 -04003299#: misc/e2image.c:100
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003300msgid "while writing superblock"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003301msgstr "- süperbloğa yazılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003302
Theodore Ts'obc759702005-05-09 20:40:55 -04003303#: misc/e2image.c:108
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003304msgid "while writing inode table"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003305msgstr "- düğüm tablosuna yazılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003306
Theodore Ts'obc759702005-05-09 20:40:55 -04003307#: misc/e2image.c:115
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003308msgid "while writing block bitmap"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003309msgstr "- blok biteşlemi yazılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003310
Theodore Ts'obc759702005-05-09 20:40:55 -04003311#: misc/e2image.c:122
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003312msgid "while writing inode bitmap"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003313msgstr "- düğüm biteşlemi yazılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003314
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003315#: misc/e2label.c:57
3316#, c-format
3317msgid "e2label: cannot open %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003318msgstr "e2label: %s açılamıyor\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003319
3320#: misc/e2label.c:62
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003321#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003322msgid "e2label: cannot seek to superblock\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003323msgstr "e2label: süperbloka erişilemiyor\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003324
3325#: misc/e2label.c:67
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003326#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003327msgid "e2label: error reading superblock\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003328msgstr "e2label: süperblok okunurken hata oluştu\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003329
3330#: misc/e2label.c:71
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003331#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003332msgid "e2label: not an ext2 filesystem\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003333msgstr "e2label: bir ext2 dosya sistemi değil\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003334
Theodore Ts'obc759702005-05-09 20:40:55 -04003335#: misc/e2label.c:96 misc/tune2fs.c:885
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003336#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003337msgid "Warning: label too long, truncating.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003338msgstr "Uyarı: etiket çok uzun, kırpılıyor.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003339
3340#: misc/e2label.c:99
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003341#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003342msgid "e2label: cannot seek to superblock again\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003343msgstr "e2label: süperbloğa yine erişilemedi\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003344
3345#: misc/e2label.c:104
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003346#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003347msgid "e2label: error writing superblock\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003348msgstr "e2label: süperbloğa yazılırken hata oluştu\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003349
Theodore Ts'o6956f612005-12-31 16:46:15 -05003350#: misc/e2label.c:116 misc/tune2fs.c:451
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003351#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003352msgid "Usage: e2label device [newlabel]\n"
3353msgstr ""
3354" \n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003355"Kullanımı: e2label AYGIT [etiket]\n"
3356"AYGIT bölüm ismini atamak/okumak için kullanılır.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003357"\n"
3358
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003359#: misc/fsck.c:346
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003360#, c-format
3361msgid "WARNING: couldn't open %s: %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003362msgstr "UYARI: %s açılamadı: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003363
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003364#: misc/fsck.c:356
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003365#, c-format
3366msgid "WARNING: bad format on line %d of %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003367msgstr "UYARI: %2$s nin %1$d. satırında biçem hatası\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003368
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003369#: misc/fsck.c:371
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003370msgid ""
3371"WARNING: Your /etc/fstab does not contain the fsck passno\n"
3372"\tfield. I will kludge around things for you, but you\n"
3373"\tshould fix your /etc/fstab file as soon as you can.\n"
3374"\n"
3375msgstr ""
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003376" ***DİKKAT: /etc/fstab dosyanızda fsck geçiş sayısı (passno)\n"
3377" alanı bulunmuyor. Bu seferlik işlem yapılacak,\n"
3378" ancak en kısa zamanda /etc/fstab dosyanızı\n"
3379" düzeltmelisiniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003380"\n"
3381
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003382#: misc/fsck.c:472
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003383#, c-format
3384msgid "fsck: %s: not found\n"
3385msgstr "fsck: %s: yok\n"
3386
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003387#: misc/fsck.c:585
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003388#, c-format
3389msgid "%s: wait: No more child process?!?\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003390msgstr "%s: bekliyor: Başka ast süreç yok?!?\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003391
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003392#: misc/fsck.c:607
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003393#, c-format
3394msgid "Warning... %s for device %s exited with signal %d.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003395msgstr "Uyarı... %s %s aygıtı için %d sinyali ile çıktı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003396
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003397#: misc/fsck.c:613
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003398#, c-format
3399msgid "%s %s: status is %x, should never happen.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003400msgstr "%s %s: durum %x, asla olmamalıydı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003401
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003402#: misc/fsck.c:649
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003403#, c-format
3404msgid "Finished with %s (exit status %d)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003405msgstr "%s ile bitti (çıkış durumu: %d)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003406
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003407#: misc/fsck.c:709
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003408#, c-format
3409msgid "%s: Error %d while executing fsck.%s for %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003410msgstr "%s: Hata %d: fsck.%s %s için çalıtırılırken oluştu.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003411
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003412#: misc/fsck.c:730
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003413msgid ""
3414"Either all or none of the filesystem types passed to -t must be prefixed\n"
3415"with 'no' or '!'.\n"
3416msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003417"-t ile ister tüm dosya sistemi türleri belirtilsin ister bir dosya sistemi\n"
3418"türü belirtilmesin, ya 'no' ya da '!' öneki kullanılmalıdır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003419
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003420#: misc/fsck.c:749
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003421msgid "Couldn't allocate memory for filesystem types\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003422msgstr "Dosya sistemi türleri için bellek ayrılamadı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003423
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003424#: misc/fsck.c:889
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003425#, c-format
3426msgid "fsck: cannot check %s: fsck.%s not found\n"
3427msgstr "fsck: %s denetlenemiyor: fsck.%s yok\n"
3428
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003429#: misc/fsck.c:945
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003430msgid "Checking all file systems.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003431msgstr "Tüm dosya sistemleri denetleniyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003432
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003433#: misc/fsck.c:1031
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003434#, c-format
3435msgid "--waiting-- (pass %d)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003436msgstr "--beklemede-- (%d. geçiş)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003437
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003438#: misc/fsck.c:1051
Theodore Ts'o6956f612005-12-31 16:46:15 -05003439msgid ""
3440"Usage: fsck [-ANPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003441msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003442"Kullanımı:\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003443" fsck [-ANPRTV] [ -C [fd] ][-t dstürü] [ds-seçenekleri] "
3444"[dosyasistemi ...]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003445"\n"
3446"Bir ya da daha fazla dosya sistemini denetlemek veya istenirse onarmak\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003447"için kullanılır. dosyasistemi olarak bir disk bölümü, bir bağlama noktası,\n"
3448"bir bölüm etiketi ya da UUID verilebilir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003449"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003450"Seçenekler:\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003451" -t dstürü Denetlenecek dosya sistemlerinin türleri belirtilir.\n"
3452" -A /etc/fstab dosyasındaki denetlenmesi öngörülmüş\n"
3453" sistemlerin denetimleri yapılır.\n"
3454" -C Denetim süreci bir göstergeyle gösterilir.\n"
3455" -N Denetim yapılıyormuş gibi görünür, bir şey yapılmaz.\n"
3456" -P -A seçeneği ile birlikte kullanılarak kök dosya sistemi\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003457" denetlenirken diğer dosya sistemleri de paralel "
3458"denetlenir\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003459" -R -A seçeneği ile kullanıldığında kök dosya sistemi\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003460" denetlenmez.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003461" -T Başlangıçta başlık gösterilmez.\n"
3462" -V İşlemler sırasında daha fazla ayrıntı verilir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003463"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003464"fsck seçenekleri:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003465"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003466"Bu seçenekler ext2fs dışındaki dosya sistemleri için garanti edilmez.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003467"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003468" -a Hiç bir soru sormadan sistem otomatik olarak denetlenir\n"
3469" ve onarılır.\n"
3470" -r İşlemler etkileşimli olarak yapılır. Paralel denetimler\n"
3471" için önerilmez.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003472"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003473"Çeviri hatalarını <gnu-tr-u12a@lists.sourceforge.net> adresine bildiriniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003474"\n"
3475
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003476#: misc/fsck.c:1093
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003477#, c-format
3478msgid "%s: too many devices\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003479msgstr "%s: aygıt sayısı çok fazla\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003480
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003481#: misc/fsck.c:1126 misc/fsck.c:1212
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003482#, c-format
3483msgid "%s: too many arguments\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003484msgstr "%s: argüman sayısı fazla\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003485
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003486#: misc/lsattr.c:73
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003487#, c-format
3488msgid "Usage: %s [-RVadlv] [files...]\n"
3489msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003490"Kullanımı: %s [-RVadv] [dosyalar...]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003491"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003492"Dosyaların özelliklerini listeler.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003493"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003494"Seçenekler:\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003495" -a '.' ile başlayanlar dahil dizinlerin içindeki tüm dosyaları "
3496"listeler\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003497" -d dosyalar gibi dizinleri de listeler\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003498" -R dizinler ve içerikleri ardışık olarak listelenir\n"
3499" -V sürüm bilgileri gösterilir\n"
3500" -v dosyaların sürüm/üretim numaralarını listeler\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003501"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003502"Çeviri hatalarını <gnu-tr-u12a@lists.sourceforge.net> adresine bildiriniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003503"\n"
3504
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003505#: misc/lsattr.c:83
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003506#, c-format
3507msgid "While reading flags on %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003508msgstr "- %s üzerinde bayraklar okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003509
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003510#: misc/lsattr.c:90
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003511#, c-format
3512msgid "While reading version on %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003513msgstr "- %s üzerinde sürüm okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003514
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003515#: misc/mke2fs.c:96
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003516#, c-format
3517msgid ""
3518"Usage: %s [-c|-t|-l filename] [-b block-size] [-f fragment-size]\n"
3519"\t[-i bytes-per-inode] [-j] [-J journal-options] [-N number-of-inodes]\n"
3520"\t[-m reserved-blocks-percentage] [-o creator-os] [-g blocks-per-group]\n"
3521"\t[-L volume-label] [-M last-mounted-directory] [-O feature[,...]]\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003522"\t[-r fs-revision] [-R options] [-qvSV] device [blocks-count]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003523msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003524"Kullanımı: %s [seçenekler] aygıt [blok-sayısı]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003525"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003526"Genellikle bir disk bölümü üzerinde bir ext2 dosya sistemi oluşturur.\n"
3527"ext3 de desteklenmiştir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003528"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003529"Seçenekler:\n"
3530" -b 1024|2048|4096 dosya sisteminin blok uzunluğu belirtilir\n"
3531" -c salt-okunur kipte hatalı bloklar aranır\n"
3532" -f adım-boyu bu sürümde adım boyu blok boyuna eşittir\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003533" -g her-gruptaki-blok-sayısı\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003534" -i düğüm-uzunluğu boş bir dizinin disk üzerinde kaplayabileceği\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003535" en küçük alan, bayt cinsinden verilir.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003536" -j ext3 dosya sistemi için günlük dosyası "
3537"oluşturur\n"
3538" -J ile günlük dosyasının özellikleri "
3539"verilmezse\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003540" dosya öntanımlı özelliklrele oluşturulur.\n"
3541" DİKKAT: Linux çekirdeğinde ext3 desteği yoksa\n"
3542" sistem ext2 olarak kullanılabilir\n"
3543" -J günlük-seçenekleri günlük seçenekleri aşağıda verilmiştir\n"
3544" -l DOSYA hatalı bloklar DOSYAdan okunur\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003545" -L etiket dosya sistemine bir etiket atar\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003546" -m yedek-blok-yüzdesi root kullanıcı için ayrılan yedek blokların\n"
3547" yüzdesi. Öntanımlı değeri %%5 tir\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003548" -M son-bağlanan-dizin dosya sistemine son bağlanan dizin belirtilir\n"
3549" -N düğüm-sayısı sistemdeki toplam düğüm sayısı belirtilir\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003550" -o işletim-sistemi dosya sisteminin 'creator os' alanına "
3551"yazılacak\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003552" değer. Normalde Linux'tur.\n"
3553" -O özellik[,...] belirtilen özellikte dosya sistemi oluşturur.\n"
3554" Özellikler aşağıda verilmiştir.\n"
3555" -q işlem sırasında bilgi verilmez\n"
3556" -r dosya-sistemi-sürümü 1.2 çekirdekler dışında öntanımlı değeri 1 dir\n"
3557" -R raid_seçenekleri bu seçenekler için man sayfasına bakınız\n"
3558" -S kurtarma amacıyla sadece süper blok ve grup\n"
3559" tanımlayıcılar yeniden yazılır\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003560" -v işlem sırasında ayrıntılı bilgi verilir\n"
3561" -V sürüm bilgileri gösterilir ve çıkar\n"
3562"Günlükleme seçenekleri:\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003563" size=günlük-uzunluğu Günlük dosyasının uzunluğu MB olarak "
3564"belirtilir\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003565" device=dış-günlük-aygıtı Başka bir aygıt üzerindeki günlük dosyasının\n"
3566" kullanılması sağlanır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003567"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003568"Özellikler:\n"
3569" sparse_super Yedek süperblokların sayısını sınırlamakta kullanılır.\n"
3570" filetype Dizin kayıtlarında dosya türü bilgisi saklanır.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003571" has_journal -j seçeneği ile aynı. Bir ext3 günlük dosyası "
3572"oluşturur.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003573"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003574"Çeviri hatalarını <gnu-tr-u12a@lists.sourceforge.net> adresine bildiriniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003575"\n"
3576
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003577#: misc/mke2fs.c:195
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003578#, c-format
3579msgid "Running command: %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003580msgstr "Çalışan komut: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003581
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003582#: misc/mke2fs.c:199
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003583#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003584msgid "while trying to run '%s'"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003585msgstr "- '%s' çalıştırılırken oldu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003586
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003587#: misc/mke2fs.c:206
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003588msgid "while processing list of bad blocks from program"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003589msgstr "- hatalı bloklar listesi işlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003590
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003591#: misc/mke2fs.c:233
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003592#, c-format
3593msgid "Block %d in primary superblock/group descriptor area bad.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003594msgstr "Birincil süperblok/grup tanımı alanındaki blok %d hatalı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003595
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003596#: misc/mke2fs.c:235
3597#, fuzzy, c-format
3598msgid "Blocks %u through %d must be good in order to build a filesystem.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003599msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003600"Bir dosya sistemi oluşturulurken %d den %d ye kadar olan\n"
3601"bloklar hatasız olmak zorundadır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003602
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003603#: misc/mke2fs.c:238
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003604msgid "Aborting....\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003605msgstr "Çıkılıyor...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003606
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003607#: misc/mke2fs.c:258
3608#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003609msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003610"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003611"\tbad blocks.\n"
3612"\n"
3613msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003614"Uyarı: Blok %d deki yedek süperblok/grup tanımı\n"
3615"\"hatalı bloklar\" içeriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003616"\n"
3617
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003618#: misc/mke2fs.c:276
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003619msgid "while marking bad blocks as used"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003620msgstr "- hatalı bloklar kullanılmış olarak imlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003621
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003622#: misc/mke2fs.c:334
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003623msgid "done \n"
3624msgstr "bitti \n"
3625
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003626#: misc/mke2fs.c:369
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003627msgid "while allocating zeroizing buffer"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003628msgstr "- sıfırlama tampon belleği ayrılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003629
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003630#: misc/mke2fs.c:410
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003631msgid "Writing inode tables: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003632msgstr "Düğüm tabloları yazılıyor: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003633
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003634#: misc/mke2fs.c:421
3635#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003636msgid ""
3637"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003638"Could not write %d blocks in inode table starting at %u: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003639msgstr ""
3640"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003641"%2d de başlayan düğüm tablosundaki %1d blok yazılamadı: %3s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003642
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003643#: misc/mke2fs.c:444
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003644msgid "while creating root dir"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003645msgstr "- kök dizin oluşturulurken hata"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003646
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003647#: misc/mke2fs.c:451
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003648msgid "while reading root inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003649msgstr "- kök düğümü okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003650
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003651#: misc/mke2fs.c:460
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003652msgid "while setting root inode ownership"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003653msgstr "- kök düğümünün sahibi belirlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003654
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003655#: misc/mke2fs.c:478
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003656msgid "while creating /lost+found"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003657msgstr "- /lost+found dizini oluşturulurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003658
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003659#: misc/mke2fs.c:485
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003660msgid "while looking up /lost+found"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003661msgstr "- /lost+found dizine bakılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003662
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003663#: misc/mke2fs.c:495
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003664msgid "while expanding /lost+found"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003665msgstr "- /lost+found dizini genişletilirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003666
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003667#: misc/mke2fs.c:511
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003668msgid "while setting bad block inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003669msgstr "- hatalı blok düğümü belirlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003670
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003671#: misc/mke2fs.c:543
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003672#, c-format
3673msgid "Out of memory erasing sectors %d-%d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003674msgstr "%d-%d arasındaki sektörler silinirken bellek yetmedi\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003675
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003676#: misc/mke2fs.c:553
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003677#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003678msgid "Warning: could not read block 0: %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003679msgstr "Uyarı: blok 0 okunamadı: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003680
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003681#: misc/mke2fs.c:569
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003682#, c-format
3683msgid "Warning: could not erase sector %d: %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003684msgstr "Uyarı: %d. sektör silinemedi: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003685
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003686#: misc/mke2fs.c:585
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003687msgid "while initializing journal superblock"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003688msgstr "- gümlük superbloğu ilklendirilirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003689
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003690#: misc/mke2fs.c:591
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003691msgid "Zeroing journal device: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003692msgstr "Günlük aygıtı temizleniyor: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003693
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003694#: misc/mke2fs.c:598
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003695#, c-format
3696msgid "while zeroing journal device (block %u, count %d)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003697msgstr "- günlük aygıtı temizlenirken (blok %u, %d blok) hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003698
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003699#: misc/mke2fs.c:609
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003700msgid "while writing journal superblock"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003701msgstr "- günlük süperbloğu yazılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003702
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003703#: misc/mke2fs.c:625
3704#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003705msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003706"warning: %u blocks unused.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003707"\n"
3708msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003709"uyarı: %d blok kullanılmamış.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003710"\n"
3711
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003712#: misc/mke2fs.c:630
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003713#, c-format
3714msgid "Filesystem label=%s\n"
3715msgstr "Dosya sistemi ismi = %s\n"
3716
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003717#: misc/mke2fs.c:631
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003718msgid "OS type: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003719msgstr "İşl. Sist. türü: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003720
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003721#: misc/mke2fs.c:636
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003722#, c-format
3723msgid "Block size=%u (log=%u)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003724msgstr "Blok boyu = %u (günlük kaydı = %u)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003725
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003726#: misc/mke2fs.c:638
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003727#, c-format
3728msgid "Fragment size=%u (log=%u)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003729msgstr "Adımlama boyu = %u (günlük kaydı = %u)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003730
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003731#: misc/mke2fs.c:640
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003732#, c-format
3733msgid "%u inodes, %u blocks\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003734msgstr "%u düğüm, %u blok\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003735
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003736#: misc/mke2fs.c:642
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003737#, c-format
3738msgid "%u blocks (%2.2f%%) reserved for the super user\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003739msgstr "%u blok (%%%2.2f) süper kullanıcı için ayrıldı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003740
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003741#: misc/mke2fs.c:645
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003742#, c-format
3743msgid "First data block=%u\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003744msgstr "İlk veri bloğu = %u\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003745
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003746#: misc/mke2fs.c:647
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003747#, c-format
3748msgid "Maximum filesystem blocks=%lu\n"
3749msgstr "Azami dosyasistemi bloğu sayısı = %lu\n"
3750
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003751#: misc/mke2fs.c:652
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003752#, c-format
3753msgid "%u block groups\n"
3754msgstr "%u blok grubu\n"
3755
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003756#: misc/mke2fs.c:654
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003757#, c-format
3758msgid "%u block group\n"
3759msgstr "%u blok grubu\n"
3760
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003761#: misc/mke2fs.c:655
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003762#, c-format
3763msgid "%u blocks per group, %u fragments per group\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003764msgstr "Grup başına %u blok ve %u sekme\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003765
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003766#: misc/mke2fs.c:657
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003767#, c-format
3768msgid "%u inodes per group\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003769msgstr "grup başına %u düğüm\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003770
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003771#: misc/mke2fs.c:664
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003772#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003773msgid "Superblock backups stored on blocks: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003774msgstr "Süperblokların bulunduğu bloklar:"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003775
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003776#: misc/mke2fs.c:720
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003777#, c-format
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003778msgid "Couldn't allocate memory to parse options!\n"
3779msgstr "Seçenekleri çözümlemek için bellek ayrılamadı!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003780
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003781#: misc/mke2fs.c:744
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003782#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04003783msgid "Invalid stride parameter: %s\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003784msgstr "'stride' parametresi geçersiz: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003785
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003786#: misc/mke2fs.c:765
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003787#, c-format
3788msgid "Invalid resize parameter: %s\n"
3789msgstr "Yeniden boyutlama parametresi geçersiz: %s\n"
3790
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003791#: misc/mke2fs.c:772
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003792#, c-format
3793msgid "The resize maximum must be greater than the filesystem size.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003794msgstr ""
3795"Azami yeniden boyutlama değeri dosya sistemi boyutundan büyük olmalıdır.\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003796
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003797#: misc/mke2fs.c:803
Theodore Ts'o886017a2005-06-26 22:11:46 -04003798#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003799msgid ""
3800"\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003801"Bad options specified.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003802"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003803"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003804"\tis set off by an equals ('=') sign.\n"
3805"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003806"Valid extended options are:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003807"\tstride=<stride length in blocks>\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003808"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003809"\n"
3810msgstr ""
3811"\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003812"Belirtilen seçenekler hatalı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003813"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003814"Ek seçenekler virgüllerle ayrılarak belirtilir. Bir seçeneğe değer\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003815"belirtilecekse bu '=' işaretinden sonra yazılır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003816"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003817"Geçerli ek seçenekler:\n"
3818"\tstride=<blok cinsinden adım uzunluğu>\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003819"\tresize=<yeniden boyutlanacağı blok sayısı>\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003820"\n"
3821
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003822#: misc/mke2fs.c:828
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003823#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003824msgid ""
3825"Syntax error in mke2fs config file (%s, line #%d)\n"
3826"\t%s\n"
3827msgstr ""
Theodore Ts'obc759702005-05-09 20:40:55 -04003828
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003829#: misc/mke2fs.c:841 misc/tune2fs.c:303
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003830#, c-format
3831msgid "Invalid filesystem option set: %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003832msgstr "Geçersiz dosya sistemi seçeneği: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003833
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003834#: misc/mke2fs.c:938
3835#, c-format
3836msgid "invalid block size - %s"
3837msgstr "blok uzunluğu hatalı - %s"
3838
3839#: misc/mke2fs.c:942
3840#, c-format
3841msgid "Warning: blocksize %d not usable on most systems.\n"
3842msgstr "Uyarı: blok uzunluğu %d birçok sistemde kullanımdışıdır.\n"
3843
3844#: misc/mke2fs.c:959
3845#, c-format
3846msgid "invalid fragment size - %s"
3847msgstr "sekme boyu hatalı - %s"
3848
3849#: misc/mke2fs.c:965
3850#, c-format
3851msgid "Warning: fragments not supported. Ignoring -f option\n"
3852msgstr "Uyarı: sekmeler desteklenmediğinden -f seçeneği yoksayılıyor\n"
3853
3854#: misc/mke2fs.c:972
3855msgid "Illegal number for blocks per group"
3856msgstr "Grup başına blok sayısı kuraldışı"
3857
3858#: misc/mke2fs.c:977
3859msgid "blocks per group must be multiple of 8"
3860msgstr "grup başına blok sayısı 8'in katları olmalıdır"
3861
3862#: misc/mke2fs.c:987
3863#, c-format
3864msgid "invalid inode ratio %s (min %d/max %d)"
3865msgstr "düğüm oranı %s hatalı (en az %d/en çok %d)"
3866
3867#: misc/mke2fs.c:1004
3868msgid "in malloc for bad_blocks_filename"
3869msgstr "- bad_blocks_filename için bellek ayrılırken"
3870
3871#: misc/mke2fs.c:1013
3872#, c-format
3873msgid "invalid reserved blocks percent - %s"
3874msgstr "yedek blok yüzdesi hatalı - %s"
3875
3876#: misc/mke2fs.c:1031
3877#, fuzzy, c-format
3878msgid "bad revision level - %s"
3879msgstr "süre hatalı - %s"
3880
3881#: misc/mke2fs.c:1044
3882#, c-format
3883msgid "invalid inode size - %s"
3884msgstr "düğüm uzunluğu hatalı - %s"
3885
3886#: misc/mke2fs.c:1065
3887#, fuzzy, c-format
3888msgid "bad num inodes - %s"
3889msgstr "süre hatalı - %s"
3890
3891#: misc/mke2fs.c:1123 misc/mke2fs.c:1588
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003892#, c-format
3893msgid "while trying to open journal device %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003894msgstr "- %s günlük aygıtı açılmaya çalışılırken hata\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003895
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003896#: misc/mke2fs.c:1129
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003897#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04003898msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003899msgstr "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 -04003900
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003901#: misc/mke2fs.c:1143
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003902#, c-format
3903msgid "%d-byte blocks too big for system (max %d)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003904msgstr "%d baytlık bloklar sistem için çok büyük (en çok %d)"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003905
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003906#: misc/mke2fs.c:1147
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003907#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05003908msgid ""
3909"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
3910msgstr ""
3911"Uyarı: %d baytlık bloklar sistem için çok büyük (en çok %d), ama devam "
3912"ediliyor\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003913
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003914#: misc/mke2fs.c:1165
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003915msgid "filesystem"
3916msgstr "dosya sistemi"
3917
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003918#: misc/mke2fs.c:1188 resize/main.c:279
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003919msgid "while trying to determine filesystem size"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003920msgstr "- dosya sistemi uzunluğu saptanmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003921
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003922#: misc/mke2fs.c:1194
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003923msgid ""
3924"Couldn't determine device size; you must specify\n"
3925"the size of the filesystem\n"
3926msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003927"Aygıt alanı saptanamadı; dosya sistemi için\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003928"bir uzunluk belirtmelisiniz\n"
3929
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003930#: misc/mke2fs.c:1201
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003931msgid ""
3932"Device size reported to be zero. Invalid partition specified, or\n"
3933"\tpartition table wasn't reread after running fdisk, due to\n"
3934"\ta modified partition being busy and in use. You may need to reboot\n"
3935"\tto re-read your partition table.\n"
3936msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003937"Aygıttaki alan sıfır olarak raporlandı. Ya değiştirilen bir disk bölümü\n"
3938"hala meşgul veya kullanımda olduğundan fdisk çalıştırıldıktan sonra\n"
3939"disk bölümleme tablosu yeniden okunamadı ya da yanlış bölüm belirtildi.\n"
3940"Disk bölümleme tablosunun yeniden okunması için sisteminizi yeniden\n"
3941"başlatmalısınız.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003942
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003943#: misc/mke2fs.c:1219
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003944msgid "Filesystem larger than apparent device size."
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003945msgstr "Dosya sisteminin uzunluğu görünürdeki uzunluktan büyük."
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003946
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003947#: misc/mke2fs.c:1238
3948#, c-format
3949msgid "Filesystem features not supported with revision 0 filesystems\n"
3950msgstr ""
3951
3952#: misc/mke2fs.c:1297
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003953msgid "while trying to determine hardware sector size"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003954msgstr "- donanımsal sektör boyu saptanmaya çalışılırken"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003955
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003956#: misc/mke2fs.c:1349
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003957msgid "reserved online resize blocks not supported on non-sparse filesystem"
3958msgstr ""
3959"süperblok azaltması uygulanmamış dosya sisteminde\n"
3960"yedek bloklar kullanılarak yeniden boyutlama desteklenmiyor."
3961
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003962#: misc/mke2fs.c:1358
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003963msgid "blocks per group count out of range"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003964msgstr "Grup başına blok sayısı kapsamdışı"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003965
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003966#: misc/mke2fs.c:1365
Theodore Ts'o6956f612005-12-31 16:46:15 -05003967msgid ""
3968"Filesystem too large. No more than 2**31-1 blocks\n"
3969"\t (8TB using a blocksize of 4k) are currently supported."
3970msgstr ""
3971
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003972#: misc/mke2fs.c:1372
3973#, c-format
3974msgid ""
3975"\n"
3976"Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
3977"\tusing ext3. Use -b 4096 if this is an issue for you.\n"
3978"\n"
3979msgstr ""
3980"\n"
3981"Uyarı: Bazı 2.4 çekirdekler ext3 kullanırken 4096'dan daha büyük blok\n"
3982"\tboylarını desteklemez. Bu sizin için de geçerliyse, -b 4096 hullanın.\n"
3983"\n"
3984
3985#: misc/mke2fs.c:1381
Theodore Ts'o886017a2005-06-26 22:11:46 -04003986#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003987msgid "invalid inode size %d (min %d/max %d)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003988msgstr "düğüm uzunluğu %d hatalı (en az %d/en çok %d)"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003989
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003990#: misc/mke2fs.c:1387
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003991#, c-format
3992msgid "Warning: %d-byte inodes not usable on most systems\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003993msgstr "Uyarı: %d baytlık düğümler bir çok sistemde kullanımdışıdır.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003994
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003995#: misc/mke2fs.c:1438
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003996msgid "while setting up superblock"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003997msgstr "- süperblok ayarlanırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003998
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003999#: misc/mke2fs.c:1472
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004000#, c-format
4001msgid "unknown os - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004002msgstr "bilinmeyen işletim sistemi - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004003
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004004#: misc/mke2fs.c:1526
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004005msgid "while trying to allocate filesystem tables"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004006msgstr "- dosya sistemi tabloları ayrılmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004007
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004008#: misc/mke2fs.c:1557
Theodore Ts'o1be672b2003-03-26 00:58:06 -05004009#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004010msgid "while zeroing block %u at end of filesystem"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05004011msgstr "- dosya sisteminin sonunda blok %u sıfırlanırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004012
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004013#: misc/mke2fs.c:1570
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05004014msgid "while reserving blocks for online resize"
4015msgstr "- yeniden boyutlama için bloklar yedeklenirken hata oluştu"
4016
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004017#: misc/mke2fs.c:1581 misc/tune2fs.c:388
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004018msgid "journal"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004019msgstr "günlük"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004020
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004021#: misc/mke2fs.c:1593
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004022#, c-format
4023msgid "Adding journal to device %s: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004024msgstr "%s'e günlük ekleniyor: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004025
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004026#: misc/mke2fs.c:1600
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004027#, c-format
4028msgid ""
4029"\n"
4030"\twhile trying to add journal to device %s"
4031msgstr ""
4032"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004033"\tgünlük %s e eklenmeye çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004034
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004035#: misc/mke2fs.c:1605 misc/mke2fs.c:1631 misc/tune2fs.c:416 misc/tune2fs.c:430
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004036#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004037msgid "done\n"
4038msgstr "tamam\n"
4039
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004040#: misc/mke2fs.c:1619
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004041#, c-format
4042msgid "Creating journal (%d blocks): "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004043msgstr "Günlük oluşturuluyor (%d blok): "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004044
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004045#: misc/mke2fs.c:1627
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004046msgid ""
4047"\n"
4048"\twhile trying to create journal"
4049msgstr ""
4050"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004051"\tgünlük oluşturulmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004052
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004053#: misc/mke2fs.c:1636
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004054#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004055msgid "Writing superblocks and filesystem accounting information: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004056msgstr "Süperblokların ve dosya sisteminin hesap bilgileri yazılıyor: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004057
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004058#: misc/mke2fs.c:1641
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004059#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004060msgid ""
4061"\n"
4062"Warning, had trouble writing out superblocks."
4063msgstr ""
4064"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004065"Uyarı, süperblokların tamamına yazma sorunu var."
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004066
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004067#: misc/mke2fs.c:1644
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004068#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004069msgid ""
4070"done\n"
4071"\n"
4072msgstr ""
4073"bitti\n"
4074"\n"
4075
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004076#: misc/mklost+found.c:49
4077#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004078msgid "Usage: mklost+found\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004079msgstr "Kullanımı: mklost+found\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004080
Theodore Ts'o6956f612005-12-31 16:46:15 -05004081#: misc/tune2fs.c:78
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004082msgid "Please run e2fsck on the filesystem.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004083msgstr "Lütfen dosya sisteminde e2fsck çalıştırın.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004084
Theodore Ts'o6956f612005-12-31 16:46:15 -05004085#: misc/tune2fs.c:85
Theodore Ts'o886017a2005-06-26 22:11:46 -04004086#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004087msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04004088"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
4089"\t[-i interval[d|m|w]] [-j] [-J journal_options]\n"
4090"\t[-l] [-s sparse_flag] [-m reserved_blocks_percent]\n"
4091"\t[-o [^]mount_options[,...]] [-r reserved_blocks_count]\n"
4092"\t[-u user] [-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
4093"\t[-O [^]feature[,...]] [-T last_check_time] [-U UUID] device\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004094msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004095"Kullanımı: %s [seçenekler] aygıt\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004096"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004097"Dosya sisteminin ayarlanabilir parametrelerini değiştirmekte kullanılır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004098"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004099"Seçenekler:\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004100" -c SAYI İki dosyasistemi denetimi arasında dosya "
4101"sisteminin\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004102" en çok kaç defa bağlanabileceği belirtilir.\n"
4103" -C SAYI -c ile aynı\n"
4104" -e hata-davranışı Hata oluştuğunda ne yapılacağı belirtilir.\n"
4105" 'continue': hata yoksayılır. 'remount-ro': dosya\n"
4106" sistemi salt-okunur olarak bağlanır. 'panic':\n"
4107" çekirdek paniği oluşur.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004108" -g grup Yedek blokların hangi kullanıcı grubuna "
4109"ayrılacağı\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004110" belirtilir. Grup ismi ya da numarası verilebilir.\n"
4111" -u kullanıcı Yedek blokların hangi kullanıcıya ayrılacağı\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004112" belirtilir. Kull. ismi ya da numarası "
4113"verilebilir.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004114" -i süre[d|m|w] İki denetim arasındaki en büyük süre belirtilir.\n"
4115" Gün(d), ay(m), hafta(w) olarak verilebilir. 0 ile\n"
4116" zamana bağlı denetim ayarı kaldırılır.\n"
4117" -j Dosya sistemine günlük dosyası eklenir. -J\n"
4118" seçeneği ile seçenekler belirtilmezse dosya\n"
4119" öntanımlı özelliklerle oluşturulur.\n"
4120" -J seçenek[,...] Aşağıda açıklamaları verilen seçenekler burada\n"
4121" virgüllerle ayrılarak verilebilir.\n"
4122" -l Dosya sisteminin özellikleri listelenir.\n"
4123" -L etiket Dosya sisteminin bölüm ismi belirtilir.\n"
4124" -m yedek-blok-yüzdesi Yedek blokların yüzdesi belirtilir. Öntanımlı %%5\n"
4125" -M DİZİN Dosya sistemine son bağlanan dizin belirtilir.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004126" -o [^]seçenek[,...] Bağlama seçenekleri\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004127" -O [^]özellik[,...] Aşağıda açıklamaları verilen özellikler burada\n"
4128" virgüllerle ayrılarak verilebilir.\n"
4129" -r yedek-blok-sayısı Yedek blokların sayısı belirtilir.\n"
4130" -s [0|1] Çok büyük dosya sistemlerinde yer kazandırır.\n"
4131" -O sparse_super ile aynıdır.\n"
4132" -T son-denetim-zamanı Betiklerle kullanmak içindir\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05004133" -U UUID|clear|random|time\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004134" Dosya sisteminin evrensel tek kimliği veya (UUID)\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004135" hangi yöntemle belirleneceği belirtilir.'clear' "
4136"ile\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004137" silinir; 'random' rasgele, 'time' zamana göre bir\n"
4138" kimlik üretir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004139"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004140"Günlükleme seçenekleri:\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004141" size=günlük-uzunluğu Günlük dosyasının uzunluğu MB olarak "
4142"belirtilir\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004143" device=dış-günlük-aygıtı Başka bir aygıt üzerindeki günlük dosyasının\n"
4144" kullanılması sağlanır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004145"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004146"Özellikler:\n"
4147"'^' öneki ile verilen özellikler süperbloğa eskiler kaldırılarak yazılır.\n"
4148"'+' önekiyle ya da öneksiz verilen özellikler süperbloktaki özelliklere\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004149"eklenir.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004150" sparse_super Yedek süperblokların sayısını sınırlamakta kullanılır.\n"
4151" filetype Dizin kayıtlarında dosya türü bilgisi saklanır.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004152" has_journal -j seçeneği ile aynı. Bir ext3 günlük dosyası "
4153"oluşturur.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004154"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004155"Çeviri hatalarını <gnu-tr@belgeler.org> adresine bildiriniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004156"\n"
4157
Theodore Ts'o6956f612005-12-31 16:46:15 -05004158#: misc/tune2fs.c:142
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004159msgid "while trying to open external journal"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004160msgstr "- dış günlük açılmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004161
Theodore Ts'o6956f612005-12-31 16:46:15 -05004162#: misc/tune2fs.c:146
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004163#, c-format
4164msgid "%s is not a journal device.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004165msgstr "%s bir günlükleme aygıtı değil.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004166
Theodore Ts'o6956f612005-12-31 16:46:15 -05004167#: misc/tune2fs.c:161
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004168msgid "Journal superblock not found!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004169msgstr "Günlük süperbloğu yok!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004170
Theodore Ts'o6956f612005-12-31 16:46:15 -05004171#: misc/tune2fs.c:173
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004172msgid "Filesystem's UUID not found on journal device.\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004173msgstr ""
4174"Günlükleme aygıtında dosya sisteminin evrensel tek kimliği (UUID) yok.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004175
Theodore Ts'o6956f612005-12-31 16:46:15 -05004176#: misc/tune2fs.c:194
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004177msgid "Journal NOT removed\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004178msgstr "Günlük silinMEdi\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004179
Theodore Ts'o6956f612005-12-31 16:46:15 -05004180#: misc/tune2fs.c:200
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004181msgid "Journal removed\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004182msgstr "Günlük silindi\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004183
Theodore Ts'o6956f612005-12-31 16:46:15 -05004184#: misc/tune2fs.c:239
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004185msgid "while reading bitmaps"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004186msgstr "- biteşlemler okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004187
Theodore Ts'o6956f612005-12-31 16:46:15 -05004188#: misc/tune2fs.c:246
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004189msgid "while clearing journal inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004190msgstr "- günlük düğümü temizlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004191
Theodore Ts'o6956f612005-12-31 16:46:15 -05004192#: misc/tune2fs.c:257
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004193msgid "while writing journal inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004194msgstr "- günlük düğümü yazılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004195
Theodore Ts'o6956f612005-12-31 16:46:15 -05004196#: misc/tune2fs.c:272
Theodore Ts'o1be672b2003-03-26 00:58:06 -05004197#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004198msgid "Invalid mount option set: %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004199msgstr "Geçersiz dosya sistemi seçeneği belirtidi: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004200
Theodore Ts'o6956f612005-12-31 16:46:15 -05004201#: misc/tune2fs.c:318
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004202msgid ""
4203"The has_journal flag may only be cleared when the filesystem is\n"
4204"unmounted or mounted read-only.\n"
4205msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004206"has_journal bayrağı sadece dosya sistemi bağlı değilken ya da salt-okunur\n"
4207"bağlıyken temizlenebilir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004208
Theodore Ts'o6956f612005-12-31 16:46:15 -05004209#: misc/tune2fs.c:326
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004210msgid ""
4211"The needs_recovery flag is set. Please run e2fsck before clearing\n"
4212"the has_journal flag.\n"
4213msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004214"needs_recovery bayrağı gerekiyor. Lütfen has_journal bayrağı\n"
4215"temizlenmeden önce e2fsck çalıştırın.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004216
Theodore Ts'o6956f612005-12-31 16:46:15 -05004217#: misc/tune2fs.c:383
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004218msgid "The filesystem already has a journal.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004219msgstr "Dosya sisteminde bir günlük dosyası zaten var.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004220
Theodore Ts'o6956f612005-12-31 16:46:15 -05004221#: misc/tune2fs.c:400
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004222#, c-format
4223msgid ""
4224"\n"
4225"\twhile trying to open journal on %s\n"
4226msgstr ""
4227"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004228"\t%s üzerindeki günlük açılmaya çalışılırken hata oluştu\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004229
Theodore Ts'o6956f612005-12-31 16:46:15 -05004230#: misc/tune2fs.c:404
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004231#, c-format
4232msgid "Creating journal on device %s: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004233msgstr "%s üzerinde günlük dosyası oluşturuluyor: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004234
Theodore Ts'o6956f612005-12-31 16:46:15 -05004235#: misc/tune2fs.c:412
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004236#, c-format
4237msgid "while adding filesystem to journal on %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004238msgstr "- %s üzerindeki günlük dosyasına dosya sistemi eklenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004239
Theodore Ts'o6956f612005-12-31 16:46:15 -05004240#: misc/tune2fs.c:418
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004241msgid "Creating journal inode: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004242msgstr "Günlük düğümü oluşturuluyor: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004243
Theodore Ts'o6956f612005-12-31 16:46:15 -05004244#: misc/tune2fs.c:427
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004245msgid ""
4246"\n"
4247"\twhile trying to create journal file"
4248msgstr ""
4249"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004250"\tgünlük dosyası oluşturulmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004251
Theodore Ts'o6956f612005-12-31 16:46:15 -05004252#: misc/tune2fs.c:493
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004253#, c-format
4254msgid "Couldn't parse date/time specifier: %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004255msgstr "Tarih/zaman belirteci çözümlenemedi: %s"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004256
Theodore Ts'o6956f612005-12-31 16:46:15 -05004257#: misc/tune2fs.c:515 misc/tune2fs.c:528
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004258#, c-format
4259msgid "bad mounts count - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004260msgstr "bağlama sayısı hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004261
Theodore Ts'o6956f612005-12-31 16:46:15 -05004262#: misc/tune2fs.c:544
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004263#, c-format
4264msgid "bad error behavior - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004265msgstr "hata davranışı hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004266
Theodore Ts'o6956f612005-12-31 16:46:15 -05004267#: misc/tune2fs.c:567
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004268#, c-format
4269msgid "bad gid/group name - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004270msgstr "grup ismi/numarası hatalı -%s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004271
Theodore Ts'o6956f612005-12-31 16:46:15 -05004272#: misc/tune2fs.c:600
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004273#, c-format
4274msgid "bad interval - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004275msgstr "süre hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004276
Theodore Ts'o6956f612005-12-31 16:46:15 -05004277#: misc/tune2fs.c:628
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004278#, c-format
4279msgid "bad reserved block ratio - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004280msgstr "yedek blok oranı hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004281
Theodore Ts'o6956f612005-12-31 16:46:15 -05004282#: misc/tune2fs.c:643
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004283msgid "-o may only be specified once"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004284msgstr "-o yalnız bir kere kullanılabilir"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004285
Theodore Ts'o6956f612005-12-31 16:46:15 -05004286#: misc/tune2fs.c:653
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004287msgid "-O may only be specified once"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004288msgstr "-O yalnız bir kere kullanılabilir"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004289
Theodore Ts'o6956f612005-12-31 16:46:15 -05004290#: misc/tune2fs.c:663
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004291#, c-format
4292msgid "bad reserved blocks count - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004293msgstr "yedek blok sayısı hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004294
Theodore Ts'o6956f612005-12-31 16:46:15 -05004295#: misc/tune2fs.c:692
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004296#, c-format
4297msgid "bad uid/user name - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004298msgstr "kullanıcı ismi/numarası hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004299
Theodore Ts'o6956f612005-12-31 16:46:15 -05004300#: misc/tune2fs.c:802
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004301#, c-format
4302msgid "Setting maximal mount count to %d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004303msgstr "En fazla bağlama sayısı %d olarak belirleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004304
Theodore Ts'o6956f612005-12-31 16:46:15 -05004305#: misc/tune2fs.c:808
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004306#, c-format
4307msgid "Setting current mount count to %d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004308msgstr "Şimdiki bağlama sayısı %d olarak belirleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004309
Theodore Ts'o6956f612005-12-31 16:46:15 -05004310#: misc/tune2fs.c:813
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004311#, c-format
4312msgid "Setting error behavior to %d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004313msgstr "Hata davranışı %d olarak belirleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004314
Theodore Ts'o6956f612005-12-31 16:46:15 -05004315#: misc/tune2fs.c:818
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004316#, c-format
4317msgid "Setting reserved blocks gid to %lu\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004318msgstr "Yedek blokların grup numarası %lu olarak belirleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004319
Theodore Ts'o6956f612005-12-31 16:46:15 -05004320#: misc/tune2fs.c:823
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004321#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004322msgid "Setting interval between checks to %lu seconds\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004323msgstr "Denetimler arasındaki süre %lu saniye olarak belirleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004324
Theodore Ts'obc759702005-05-09 20:40:55 -04004325#: misc/tune2fs.c:828
Theodore Ts'o6956f612005-12-31 16:46:15 -05004326#, fuzzy, c-format
4327msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004328msgstr "Yedek blokların yüzdesi %lu (%u blok) olarak belirleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004329
Theodore Ts'obc759702005-05-09 20:40:55 -04004330#: misc/tune2fs.c:834
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004331#, c-format
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05004332msgid "reserved blocks count is too big (%lu)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004333msgstr "yedek ayrılmış blok sayısı çok büyük (%lu)"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004334
Theodore Ts'obc759702005-05-09 20:40:55 -04004335#: misc/tune2fs.c:840
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004336#, c-format
4337msgid "Setting reserved blocks count to %lu\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004338msgstr "Yedek blok sayısı %lu olarak belirleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004339
Theodore Ts'obc759702005-05-09 20:40:55 -04004340#: misc/tune2fs.c:846
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004341msgid ""
4342"\n"
4343"The filesystem already has sparse superblocks.\n"
4344msgstr ""
4345"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004346"Dosya sistemindeki süperbloklar zaten azaltılmış.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004347
Theodore Ts'obc759702005-05-09 20:40:55 -04004348#: misc/tune2fs.c:853
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004349#, c-format
4350msgid ""
4351"\n"
4352"Sparse superblock flag set. %s"
4353msgstr ""
4354"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004355"Süperblok azaltma bayrağı konuldu. %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004356
Theodore Ts'obc759702005-05-09 20:40:55 -04004357#: misc/tune2fs.c:860
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004358msgid ""
4359"\n"
4360"The filesystem already has sparse superblocks disabled.\n"
4361msgstr ""
4362"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004363"Dosya sisteminde süperblok azaltma bayrağı zaten etkin değil.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004364
Theodore Ts'obc759702005-05-09 20:40:55 -04004365#: misc/tune2fs.c:868
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004366#, c-format
4367msgid ""
4368"\n"
4369"Sparse superblock flag cleared. %s"
4370msgstr ""
4371"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004372"Süperblok azaltma bayrağı temizlendi. %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004373
Theodore Ts'obc759702005-05-09 20:40:55 -04004374#: misc/tune2fs.c:875
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004375#, c-format
4376msgid "Setting time filesystem last checked to %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004377msgstr "Dosya sisteminin son denetim zamanı %s yapılıyor\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004378
Theodore Ts'obc759702005-05-09 20:40:55 -04004379#: misc/tune2fs.c:881
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004380#, c-format
4381msgid "Setting reserved blocks uid to %lu\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004382msgstr "Ayrılan blokların kullanıcı numarası %lu olarak ayarlanıyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004383
Theodore Ts'obc759702005-05-09 20:40:55 -04004384#: misc/tune2fs.c:914
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004385msgid "Invalid UUID format\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004386msgstr "Geçersiz UUID biçemi\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004387
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004388#: misc/util.c:72
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004389msgid "Proceed anyway? (y,n) "
4390msgstr "Yine de devam edilsin mi? (e/h) "
4391
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004392#: misc/util.c:93
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004393#, c-format
4394msgid "Could not stat %s --- %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004395msgstr "stat %s yapılamadı --- %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004396
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004397#: misc/util.c:96
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004398msgid ""
4399"\n"
4400"The device apparently does not exist; did you specify it correctly?\n"
4401msgstr ""
4402"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004403"Aygıt görünmüyor; doğru belirttiğinize emin misiniz?\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004404
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004405#: misc/util.c:107
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004406#, c-format
4407msgid "%s is not a block special device.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004408msgstr "%s blok özellikli bir aygıt değil.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004409
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004410#: misc/util.c:136
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004411#, c-format
4412msgid "%s is entire device, not just one partition!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004413msgstr "%s diskin tamamı! Bir disk bölümü değil!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004414
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004415#: misc/util.c:158
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004416msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004417msgstr "mke2fs n'olursa olsun çalıştırılacak. İnşallah /etc/mtab yanlıştır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004418
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004419#: misc/util.c:163
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004420#, c-format
4421msgid "will not make a %s here!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004422msgstr "burada bir %s yapılmayacak!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004423
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004424#: misc/util.c:170
4425msgid "mke2fs forced anyway.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004426msgstr "mke2fs ne olursa olsun çalıştırılacak.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004427
4428#: misc/util.c:186
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004429msgid "Couldn't allocate memory to parse journal options!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004430msgstr "Günlük seçenekleri için bellek ayrılamadı!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004431
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004432#: misc/util.c:228
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004433msgid ""
4434"\n"
4435"Bad journal options specified.\n"
4436"\n"
4437"Journal options are separated by commas, and may take an argument which\n"
4438"\tis set off by an equals ('=') sign.\n"
4439"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04004440"Valid journal options are:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004441"\tsize=<journal size in megabytes>\n"
4442"\tdevice=<journal device>\n"
4443"\n"
4444"The journal size must be between 1024 and 102400 filesystem blocks.\n"
4445"\n"
4446msgstr ""
4447"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004448"Günlük seçenekleri hatalı belirtilmiş.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004449"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004450"Günlük seçenekleri 'isim=değer' çiftleri halinde\n"
4451"virgüllerle ayrılarak verilir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004452"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004453"Geçerli günlükleme seçenekleri:\n"
4454"\tsize=<MB olarak günlük uzunluğu>\n"
4455"\tdevice=<günlük dosyasının bulunacağı aygıt>\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004456"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004457"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 -04004458"\n"
4459
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004460#: misc/util.c:255
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004461msgid ""
4462"\n"
4463"Filesystem too small for a journal\n"
4464msgstr ""
4465"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004466"Dosya sistemi bir günlük için çok küçük\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004467
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004468#: misc/util.c:262
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004469#, c-format
4470msgid ""
4471"\n"
4472"The requested journal size is %d blocks; it must be\n"
4473"between 1024 and 102400 blocks. Aborting.\n"
4474msgstr ""
4475"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004476"Günlük dosyasının uzunluğu %d blok olarak belirtilmiş.\n"
4477"1024 ile 102400 blok arasında olmalı. Çıkılıyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004478
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004479#: misc/util.c:270
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004480msgid ""
4481"\n"
4482"Journal size too big for filesystem.\n"
4483msgstr ""
4484"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004485"Günlük dosyası dosya sistemi için çok büyük.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004486
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004487#: misc/util.c:294
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004488#, c-format
4489msgid ""
4490"This filesystem will be automatically checked every %d mounts or\n"
4491"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
4492msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004493"Bu dosya sistemi her %d bağlamada bir ya da %g günde bir, hangisi önce\n"
4494"gerçekleşirse, otomatik olarak denetlenecektir. Bu değerleri değiştirmek\n"
4495"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 -04004496
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004497#: misc/uuidgen.c:30
4498#, c-format
4499msgid "Usage: %s [-r] [-t]\n"
4500msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004501"Kullanımı: %s [seçenek]\n"
4502"Evrendeki tek tanımlayıcıyı (UUID) oluşturur.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004503"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004504"Seçenekler:\n"
4505" -r rasgele sayı üreteci kullanılarak rasgele bir numara üretilir\n"
4506" -t varsa eternet kartının adresi ve sistem zamanına göre bir\n"
4507" numara üretir\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004508"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004509"Çeviri hatalarını <gnu-tr-u12a@lists.sourceforge.net> adresine bildiriniz.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004510"\n"
4511
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04004512#: resize/extent.c:196
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004513msgid "# Extent dump:\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004514msgstr "# Ek döküm:\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004515
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04004516#: resize/extent.c:197
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004517#, c-format
4518msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004519msgstr "#\tNum = %d, Boy = %d, İmleç = %d, Sıralı = %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004520
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04004521#: resize/extent.c:200
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004522#, c-format
4523msgid "#\t\t %u -> %u (%d)\n"
4524msgstr "#\t\t %u -> %u (%d)\n"
4525
Theodore Ts'o6956f612005-12-31 16:46:15 -05004526#: resize/main.c:39
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004527#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004528msgid ""
Theodore Ts'obc759702005-05-09 20:40:55 -04004529"Usage: %s [-d debug_flags] [-f] [-F] [-p] device [new_size]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004530"\n"
4531msgstr ""
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004532"Kullanımı: %s [seçenekler] aygıt [yeni-boyut]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004533"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004534"Dosya sistemini yeniden boyutlandırır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004535"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004536"Seçenekler:\n"
4537" -d bayraklar hata ayıklama seçeneği ile derlenmişse hata ayıklama\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004538" seviyeleri belirtilir\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004539" -f bazı güvenlik denetimlerini engelleyerek boyutlandırmaya\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004540" zorlar\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004541" -F başlamadan önce dosya sisteminin tampon belleklerini\n"
4542" boşaltır\n"
4543" -p işlem ilerleyişini gösteren bir çubuk üretir\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004544"\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004545"Çeviri hatalarını <gnu-tr@belgeler.org> adresine bildiriniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004546"\n"
4547
Theodore Ts'o6956f612005-12-31 16:46:15 -05004548#: resize/main.c:61
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004549msgid "Extending the inode table"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004550msgstr "Dosya indeksi tablosu genişletiliyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004551
Theodore Ts'o6956f612005-12-31 16:46:15 -05004552#: resize/main.c:64
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004553msgid "Relocating blocks"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004554msgstr "Bloklar yeniden konumlandırılıyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004555
Theodore Ts'o6956f612005-12-31 16:46:15 -05004556#: resize/main.c:67
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004557msgid "Scanning inode table"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004558msgstr "Dosya indeksi tablosu taranıyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004559
Theodore Ts'o6956f612005-12-31 16:46:15 -05004560#: resize/main.c:70
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004561msgid "Updating inode references"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004562msgstr "Dosya indeksi başvuruları güncelleniyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004563
Theodore Ts'o6956f612005-12-31 16:46:15 -05004564#: resize/main.c:73
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004565msgid "Moving inode table"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004566msgstr "Dosya indeksi tablosu taşınıyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004567
Theodore Ts'o6956f612005-12-31 16:46:15 -05004568#: resize/main.c:76
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004569msgid "Unknown pass?!?"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004570msgstr "bilinmeyen geçiş?!?"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004571
Theodore Ts'o6956f612005-12-31 16:46:15 -05004572#: resize/main.c:79
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004573#, c-format
4574msgid "Begin pass %d (max = %lu)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004575msgstr "Geçiş %d başlıyor (en çok = %lu)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004576
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004577#: resize/main.c:200
Theodore Ts'o6956f612005-12-31 16:46:15 -05004578#, fuzzy, c-format
4579msgid "while opening %s"
4580msgstr "düğüm taraması başlatılırken hata oluştu"
4581
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004582#: resize/main.c:212
Theodore Ts'o6956f612005-12-31 16:46:15 -05004583#, fuzzy, c-format
4584msgid "while getting stat information for %s"
4585msgstr "- %s üzerinde sürüm belirlenirken hata oluştu"
4586
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004587#: resize/main.c:286
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004588#, c-format
4589msgid "bad filesystem size - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004590msgstr "dosya sistemi uzunluğu hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004591
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004592#: resize/main.c:313
4593#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004594msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004595"The containing partition (or device) is only %u (%dk) blocks.\n"
4596"You requested a new size of %u blocks.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004597"\n"
4598msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004599"Disk bölümü (ya da aygıt) sadece %d (%dk) blok içeriyor.\n"
4600"Siz ise %d blokluk bir boyut istediniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004601"\n"
4602
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004603#: resize/main.c:320
4604#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004605msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004606"The filesystem is already %u blocks long. Nothing to do!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004607"\n"
4608msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004609"Dosya sistemi zaten %d blok uzunlukta. Hiçbir şey yapılmadı!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004610"\n"
4611
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004612#: resize/main.c:331
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004613#, c-format
4614msgid ""
4615"Please run 'e2fsck -f %s' first.\n"
4616"\n"
4617msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004618"Lütfen önce 'e2fsck -f %s' komutunu çalıştırın.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004619"\n"
4620
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004621#: resize/main.c:342
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004622#, c-format
4623msgid "while trying to resize %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004624msgstr "- %s yeniden boyutlandırılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004625
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004626#: resize/main.c:347
4627#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004628msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004629"The filesystem on %s is now %u blocks long.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004630"\n"
4631msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004632"%s üzerindeki dosya sistemi şimdi %d blok uzunlukta.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004633"\n"
4634
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004635#: resize/resize2fs.c:638
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004636msgid "reserved blocks"
4637msgstr "yedek bloklar"
4638
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004639#: resize/resize2fs.c:643
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004640msgid "blocks to be moved"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004641msgstr "taşınacak bloklar"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004642
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004643#: resize/resize2fs.c:648
Theodore Ts'obc759702005-05-09 20:40:55 -04004644msgid "meta-data blocks"
4645msgstr "meta-veri blokları"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004646
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004647#: resize/resize2fs.c:1528
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004648#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004649msgid "Should never happen: resize inode corrupt!\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004650msgstr "Bu olmamalıydı: boyutlandırırken düğümü kaybettik!\n"
4651
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004652#~ msgid ""
4653#~ "%s is mounted; can't resize a mounted filesystem!\n"
4654#~ "\n"
4655#~ msgstr "%s bağlı; bağlı bir dosya sistemi yeniden boyutlandırılamaz!\n"
4656
Theodore Ts'o6956f612005-12-31 16:46:15 -05004657#~ msgid "done \n"
4658#~ msgstr "bitti \n"
4659
Theodore Ts'o886017a2005-06-26 22:11:46 -04004660#~ msgid "Clone duplicate/bad blocks"
4661#~ msgstr "tekrarlı/hatalı bloklaları kopyala"
4662
4663#~ msgid "Error allocating @a @b %b. "
4664#~ msgstr "Ek özellik bloğu %b ayrılırken hata oluştu. "
4665
4666#~ msgid ""
4667#~ "Duplicate @bs found... invoking duplicate @b passes.\n"
4668#~ "Pass 1B: Rescan for duplicate/bad @bs\n"
4669#~ msgstr ""
4670#~ "Tekrarlanmış bloklar bulundu... tekrarlanan blok taraması başlatılıyor.\n"
4671#~ "Geçiş 1B: tekrarlanmış/hatalı bloklar yeniden taranıyor\n"
4672
4673#~ msgid "Duplicate/bad @b(s) in @i %i:"
4674#~ msgstr "Düğüm %i içindeki tekrarlanmış/hatalı blok(lar):"
4675
Theodore Ts'o197abba2005-06-20 18:00:23 -04004676#~ msgid ""
4677#~ "Extended options are separated by commas, and may take an argument which\n"
4678#~ "is set off by an equals ('=') sign. Valid raid options are:\n"
4679#~ "\tea_ver=<ea_version (1 or 2)\n"
4680#~ "\n"
4681#~ msgstr ""
4682#~ "Belirtilen ek seçenekler hatalı. Ek seçenekler '=' işaretli çiftler\n"
4683#~ "virgüllerle ayrılarak verilir. Geçerli raid seçenekleri:\n"
4684#~ "\tea_ver=<ek_özellik_sürümü> (1 ya da 2)\n"
4685#~ "\n"
4686
4687#~ msgid "Usage: findsuper device [skipbytes [startkb]]\n"
4688#~ msgstr "Kullanımı: findsuper aygıt [atlanacak_baytlar [başlangıç_kb]]\n"
4689
4690#~ msgid "skipbytes should be a number, not %s\n"
4691#~ msgstr "atlanacak_baytlar bir sayı olmalı, %s değil\n"
4692
4693#~ msgid "skipbytes must be a multiple of the sector size\n"
4694#~ msgstr "atlanacak_baytlar sektör boyunun katları olmalı\n"
4695
4696#~ msgid "startkb should be a number, not %s\n"
4697#~ msgstr "başlangıç_kb bir sayı olmalı, %s değil\n"
4698
4699#~ msgid "startkb should be positive, not %Ld\n"
4700#~ msgstr "başlangıç_kb poritif olmalı, %Ld değil\n"
4701
4702#~ msgid "starting at %Ld, with %d byte increments\n"
4703#~ msgstr "%Ld de başlayıp %d bayt arttırımla\n"
4704
4705#~ msgid " thisoff block fs_blk_sz blksz grp last_mount\n"
4706#~ msgstr " thisoff blok ds_blok_boyu blokboyu grup son_bağlama\n"
4707
4708#~ msgid ""
4709#~ "\n"
4710#~ "%14Ld: finished with errno %d\n"
4711#~ msgstr ""
4712#~ "\n"
4713#~ "%14Ld: %d hatası ile bitti\n"
4714
4715#~ msgid "%s failed for %s: %s\n"
4716#~ msgstr "%s %s için başarısız: %s\n"
4717
4718#~ msgid ""
4719#~ "Usage: %s <dev1> <dev2> <dev3>\n"
4720#~ "\n"
4721#~ "This program prints out the partition information for a set of devices\n"
4722#~ "A common way to use this program is:\n"
4723#~ "\n"
4724#~ "\t%s /dev/hda?\n"
4725#~ "\n"
4726#~ msgstr ""
4727#~ "Kullanımı: %s <aygıt1> <aygıt2> <aygıt3>\n"
4728#~ "\n"
4729#~ "Bir aygıt kümesi için disk bölümleme bilgilerini gösterir\n"
4730#~ "Bu uygulamanın çok kullanılan biçimi:\n"
4731#~ "\n"
4732#~ "\t%s /dev/hda?\n"
4733#~ "\n"
4734
4735#~ msgid "HDIO_GETGEO ioctl"
4736#~ msgstr "HDIO_GETGEO ioctl"
4737
4738#~ msgid "BLKGETSIZE ioctl"
4739#~ msgstr "BLKGETSIZE ioctl"
4740
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004741#~ msgid "Forcibly clearing HTREE flag on @i %d (%q). (Beta test code)\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004742#~ msgstr ""
4743#~ "Düğüm %d (%q) üzerindeki HTREE bayrağı zorla temizleniyor. (Beta test "
4744#~ "kodu)\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004745
4746#~ msgid "(unknown os)"
4747#~ msgstr "(bilinmeyen işl. sist.)"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05004748
Theodore Ts'obc759702005-05-09 20:40:55 -04004749#~ msgid "resize2fs %s (%s)\n"
4750#~ msgstr "resize2fs %s (%s)\n"
4751
4752#~ msgid "Number of free blocks: %d/%d, Needed: %d\n"
4753#~ msgstr "Serbest blok sayısı: %d/%d, Gereken: %d\n"
4754
4755#~ msgid "Going into desperation mode for block allocations\n"
4756#~ msgstr "Blok tahsislerinde umutsuz kipe geçiliyor\n"
4757
4758#~ msgid "Moving %d blocks %u->%u\n"
4759#~ msgstr "%d blok taşınıyor %u->%u\n"
4760
4761#~ msgid "ino=%u, blockcnt=%lld, %u->%u\n"
4762#~ msgstr "düğüm = %u, block_sayısı = %lld, %u->%u\n"
4763
4764#~ msgid "Inode moved %u->%u\n"
4765#~ msgstr "Düğüm taşındı %u->%u\n"
4766
4767#~ msgid "Inode translate (dir=%u, name=%.*s, %u->%u)\n"
4768#~ msgstr "Düğüm çevirisi (dizin = %u, isim= %.*s, %u->%u)\n"
4769
4770#~ msgid "Itable move group %d block %u->%u (diff %d)\n"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004771#~ msgstr ""
4772#~ "Düğüm tablosu %d. grubun blokları %u -> %u arasında taşınıyor (fark %d)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004773
4774#~ msgid "%d blocks of zeros...\n"
4775#~ msgstr "%d sıfırlı blok...\n"
4776
4777#~ msgid "Inode table move finished.\n"
4778#~ msgstr "Düğüm tablosunun taşınması tamamlandı.\n"
4779
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004780#~ msgid ""
4781#~ "\n"
4782#~ "%8d inode used (%d%%)\n"
4783#~ msgid_plural ""
4784#~ "\n"
4785#~ "%8d inodes used (%d%%)\n"
4786#~ msgstr[0] ""
4787#~ "\n"
4788#~ "%8d düğüm kullanıldı (%%%d)\n"
4789#~ msgstr[1] ""
4790#~ "\n"
4791#~ "%8d düğüm kullanıldı (%%%d)\n"
4792
4793#~ msgid "%8d non-contiguous inode (%0d.%d%%)\n"
4794#~ msgid_plural "%8d non-contiguous inodes (%0d.%d%%)\n"
4795#~ msgstr[0] "%8d bitişik olmayan düğüm (%%%0d.%d)\n"
4796#~ msgstr[1] "%8d bitişik olmayan düğüm (%%%0d.%d)\n"
4797
4798#~ msgid "%8d block used (%d%%)\n"
4799#~ msgid_plural "%8d blocks used (%d%%)\n"
4800#~ msgstr[0] "%8d blok kullanıldı (%%%d)\n"
4801#~ msgstr[1] "%8d blok kullanıldı (%%%d)\n"
4802
4803#~ msgid "%8d bad block\n"
4804#~ msgid_plural "%8d bad blocks\n"
4805#~ msgstr[0] "%8d hatalı blok\n"
4806#~ msgstr[1] "%8d hatalı blok\n"
4807
4808#~ msgid "%8d large file\n"
4809#~ msgid_plural "%8d large files\n"
4810#~ msgstr[0] "%8d büyük dosya\n"
4811#~ msgstr[1] "%8d büyük dosya\n"
4812
4813#~ msgid ""
4814#~ "\n"
4815#~ "%8d regular file\n"
4816#~ msgid_plural ""
4817#~ "\n"
4818#~ "%8d regular files\n"
4819#~ msgstr[0] ""
4820#~ "\n"
4821#~ "%8d normal dosya\n"
4822#~ msgstr[1] ""
4823#~ "\n"
4824#~ "%8d normal dosya\n"
4825
4826#~ msgid "%8d directory\n"
4827#~ msgid_plural "%8d directories\n"
4828#~ msgstr[0] "%8d dizin\n"
4829#~ msgstr[1] "%8d dizin\n"
4830
4831#~ msgid "%8d character device file\n"
4832#~ msgid_plural "%8d character device files\n"
4833#~ msgstr[0] "%8d karakter aygıtı dosyası\n"
4834#~ msgstr[1] "%8d karakter aygıtı dosyası\n"
4835
4836#~ msgid "%8d block device file\n"
4837#~ msgid_plural "%8d block device files\n"
4838#~ msgstr[0] "%8d blok aygıtı dosyası\n"
4839#~ msgstr[1] "%8d blok aygıtı dosyası\n"
4840
4841#~ msgid "%8d fifo\n"
4842#~ msgid_plural "%8d fifos\n"
4843#~ msgstr[0] "%8d fifo\n"
4844#~ msgstr[1] "%8d fifo\n"
4845
4846#~ msgid "%8d link\n"
4847#~ msgid_plural "%8d links\n"
4848#~ msgstr[0] "%8d bağ\n"
4849#~ msgstr[1] "%8d bağ\n"
4850
4851#~ msgid "%8d symbolic link"
4852#~ msgid_plural "%8d symbolic links"
4853#~ msgstr[0] "%8d sembolik bağ"
4854#~ msgstr[1] "%8d sembolik bağ"
4855
4856#~ msgid " (%d fast symbolic link)\n"
4857#~ msgid_plural " (%d fast symbolic links)\n"
4858#~ msgstr[0] " (%d hızlı sembolik bağ)\n"
4859#~ msgstr[1] " (%d hızlı sembolik bağ)\n"
4860
4861#~ msgid "%8d socket\n"
4862#~ msgid_plural "%8d sockets\n"
4863#~ msgstr[0] "%8d soket\n"
4864#~ msgstr[1] "%8d soket\n"
4865
4866#~ msgid "%8d file\n"
4867#~ msgid_plural "%8d files\n"
4868#~ msgstr[0] "%8d dosya\n"
4869#~ msgstr[1] "%8d dosya\n"