blob: 556ecf3633e7471d32aad87b51699bfd57d8c971 [file] [log] [blame]
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001# Turkish translations for e2fsprogs messages.
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002# Copyright (C) 2007 Theodore Tso (msgids)
3# This file is distributed under the same license as the e2fsprogs package.
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004#
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05005# Nilgün Belma Bugüner <nilgun@buguner.name.tr>, 2001,..., 2007.
6# Volkan Gezer <vlkngzr@gmail.com>, 2013.
Theodore Ts'o7ae19832005-06-19 09:45:36 -04007#. The strings in e2fsck's problem.c can be very hard to translate,
8#. since the strings are expanded in two different ways. First of all,
9#. there is an @-expansion, where strings like "@i" are expanded to
10#. "inode", and so on. In order to make it easier for translators, the
11#. e2fsprogs po template file has been enhanced with comments that show
12#. the @-expansion, for the strings in the problem.c file.
13#.
14#. Translators are free to use the @-expansion facility if they so
15#. choose, by providing translations for strings in e2fsck/message.c.
16#. These translation can completely replace an expansion; for example,
17#. if "bblock" (which indicated that "@b" would be expanded to "block")
18#. is translated as "ddatenverlust", then "@d" will be expanded to
19#. "datenverlust". Alternatively, translators can simply not use the
20#. @-expansion facility at all.
21#.
22#. The second expansion which is done for e2fsck's problem.c messages is
23#. a dynamic %-expansion, which expands %i as an inode number, and so
24#. on. A table of these expansions can be found below. Note that
25#. %-expressions that begin with "%D" and "%I" are two-character
26#. expansions; so for example, "%Iu" expands to the inode's user id
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040027#. ownership field (inode->i_uid). Also the "%B" expansion is special:
28#. it can expand to either the string "indirect block" (possibly preceded
29#. by the word "double" or "triple"), or the string "block #" immediately
30#. followed by an integer indicating a block sequence number.
Theodore Ts'o7ae19832005-06-19 09:45:36 -040031#.
32#. %b <blk> block number
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040033#. %B "indirect block" | "block #"<blkcount> string | string+integer
Theodore Ts'o7ae19832005-06-19 09:45:36 -040034#. %c <blk2> block number
35#. %Di <dirent> -> ino inode number
36#. %Dn <dirent> -> name string
37#. %Dr <dirent> -> rec_len
38#. %Dl <dirent> -> name_len
39#. %Dt <dirent> -> filetype
40#. %d <dir> inode number
41#. %g <group> integer
42#. %i <ino> inode number
43#. %Is <inode> -> i_size
44#. %IS <inode> -> i_extra_isize
45#. %Ib <inode> -> i_blocks
46#. %Il <inode> -> i_links_count
47#. %Im <inode> -> i_mode
48#. %IM <inode> -> i_mtime
49#. %IF <inode> -> i_faddr
50#. %If <inode> -> i_file_acl
51#. %Id <inode> -> i_dir_acl
52#. %Iu <inode> -> i_uid
53#. %Ig <inode> -> i_gid
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040054#. %It <str> file type
Theodore Ts'o7ae19832005-06-19 09:45:36 -040055#. %j <ino2> inode number
56#. %m <com_err error message>
57#. %N <num>
58#. %p ext2fs_get_pathname of directory <ino>
59#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
60#. the containing directory. (If dirent is NULL
61#. then return the pathname of directory <ino2>)
62#. %q ext2fs_get_pathname of directory <dir>
63#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
64#. the containing directory.
65#. %s <str> miscellaneous string
66#. %S backup superblock
67#. %X <num> hexadecimal format
68#.
Theodore Ts'o6e71e672001-10-08 12:51:00 -040069msgid ""
70msgstr ""
Volkan Gezer90ff6ed2013-12-28 22:34:45 -050071"Project-Id-Version: e2fsprogs 1.42.8\n"
Theodore Ts'ob0cacab2004-11-30 19:00:19 -050072"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040073"POT-Creation-Date: 2014-07-05 23:41-0400\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -050074"PO-Revision-Date: 2013-11-01 22:49+0100\n"
75"Last-Translator: Volkan Gezer <vlkngzr@gmail.com>\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -040076"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -040077"Language: tr\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -040078"MIME-Version: 1.0\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -050079"Content-Type: text/plain; charset=UTF-8\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -040080"Content-Transfer-Encoding: 8bit\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -050081"Plural-Forms: nplurals=2; plural=(n != 1);\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -050082"X-Generator: Lokalize 1.5\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -040083
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040084#: e2fsck/badblocks.c:23 misc/mke2fs.c:211
Theodore Ts'o6e71e672001-10-08 12:51:00 -040085#, c-format
86msgid "Bad block %u out of range; ignored.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -050087msgstr "Hatalı blok %u kapsamdışı; yoksayıldı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -040088
Eric Sandeen032eafe2012-07-28 17:48:36 -040089#: e2fsck/badblocks.c:46
Theodore Ts'o6e71e672001-10-08 12:51:00 -040090msgid "while sanity checking the bad blocks inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -050091msgstr "- hatalı bloklar düğümünde doğruluk denetlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -040092
Eric Sandeen032eafe2012-07-28 17:48:36 -040093#: e2fsck/badblocks.c:58
Theodore Ts'o6e71e672001-10-08 12:51:00 -040094msgid "while reading the bad blocks inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -050095msgstr "- hatalı bloklar düğümü okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -040096
Theodore Ts'ocd75fb02014-07-05 23:44:28 -040097#: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1345
98#: e2fsck/unix.c:1434 misc/badblocks.c:1227 misc/badblocks.c:1235
Theodore Ts'o196b59c2014-05-18 21:47:32 -040099#: misc/badblocks.c:1249 misc/badblocks.c:1261 misc/dumpe2fs.c:602
100#: misc/e2image.c:1396 misc/e2image.c:1580 misc/e2image.c:1599
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400101#: misc/mke2fs.c:227 misc/tune2fs.c:1945 resize/main.c:316
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400102#, c-format
103msgid "while trying to open %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500104msgstr "- %s açılmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400105
Eric Sandeen032eafe2012-07-28 17:48:36 -0400106#: e2fsck/badblocks.c:83
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400107#, c-format
108msgid "while trying popen '%s'"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500109msgstr "- '%s' veri yolu açılmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400110
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400111#: e2fsck/badblocks.c:94 misc/mke2fs.c:234
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400112msgid "while reading in list of bad blocks from file"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500113msgstr "- dosyadan hatalı bloklar listesinin okunması sırasında hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400114
Eric Sandeen032eafe2012-07-28 17:48:36 -0400115#: e2fsck/badblocks.c:105
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400116msgid "while updating bad block inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500117msgstr "- hatalı bloklar düğümü güncellenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400118
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400119#: e2fsck/badblocks.c:133
Theodore Ts'oce1250c2005-05-20 22:51:55 -0400120#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -0400121msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -0400122msgstr "Uyarı: Hatalı blok düğümünde %u. blok kuraldışı; temizlendi.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400123
Eric Sandeen032eafe2012-07-28 17:48:36 -0400124#: e2fsck/ehandler.c:55
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400125#, c-format
126msgid "Error reading block %lu (%s) while %s. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500127msgstr "%3$s işlemi sırasında blok %1$lu okunurken hata oluştu (%2$s). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400128
Eric Sandeen032eafe2012-07-28 17:48:36 -0400129#: e2fsck/ehandler.c:58
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400130#, c-format
131msgid "Error reading block %lu (%s). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500132msgstr "blok %lu okunurken hata oluştu (%s). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400133
Eric Sandeen032eafe2012-07-28 17:48:36 -0400134#: e2fsck/ehandler.c:61 e2fsck/ehandler.c:110
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400135msgid "Ignore error"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500136msgstr "Hata görmezden gelindi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400137
Eric Sandeen032eafe2012-07-28 17:48:36 -0400138#: e2fsck/ehandler.c:62
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500139msgid "Force rewrite"
Theodore Ts'o1be672b2003-03-26 00:58:06 -0500140msgstr "Yeniden yaz"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500141
Eric Sandeen032eafe2012-07-28 17:48:36 -0400142#: e2fsck/ehandler.c:104
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400143#, c-format
144msgid "Error writing block %lu (%s) while %s. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500145msgstr "%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 -0400146
Eric Sandeen032eafe2012-07-28 17:48:36 -0400147#: e2fsck/ehandler.c:107
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400148#, c-format
149msgid "Error writing block %lu (%s). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500150msgstr "%lu bloğu yazılırken hata: %s. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400151
Eric Sandeen032eafe2012-07-28 17:48:36 -0400152#: e2fsck/emptydir.c:57
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400153msgid "empty dirblocks"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500154msgstr "boş dizin blokları"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400155
Eric Sandeen032eafe2012-07-28 17:48:36 -0400156#: e2fsck/emptydir.c:62
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400157msgid "empty dir map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500158msgstr "boş dizin eşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400159
Eric Sandeen032eafe2012-07-28 17:48:36 -0400160#: e2fsck/emptydir.c:98
Volkan Gezer90ff6ed2013-12-28 22:34:45 -0500161#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400162msgid "Empty directory block %u (#%d) in inode %u\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -0500163msgstr "Empty directory block %u (#%d) in inode %u\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400164
Eric Sandeen032eafe2012-07-28 17:48:36 -0400165#: e2fsck/extend.c:22
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400166#, c-format
167msgid "%s: %s filename nblocks blocksize\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500168msgstr "%s: %s dosya_ismi blok_sayısı blok_boyu\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400169
Eric Sandeen032eafe2012-07-28 17:48:36 -0400170#: e2fsck/extend.c:44
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500171#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400172msgid "Illegal number of blocks!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500173msgstr "Blok sayısı kuraldışı!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400174
Eric Sandeen032eafe2012-07-28 17:48:36 -0400175#: e2fsck/extend.c:50
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400176#, c-format
177msgid "Couldn't allocate block buffer (size=%d)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500178msgstr "Blok tamponu ayrılamadı (boyu=%d)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400179
Eric Sandeen032eafe2012-07-28 17:48:36 -0400180#: e2fsck/flushb.c:35
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400181#, c-format
182msgid "Usage: %s disk\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500183msgstr "Kullanımı: %s disk\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400184
Eric Sandeen032eafe2012-07-28 17:48:36 -0400185#: e2fsck/flushb.c:64
Theodore Ts'ob0cacab2004-11-30 19:00:19 -0500186#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400187msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500188msgstr "BLKFLSBUF ioctl desteklenmiyor! Tamponlar boşaltılamadı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400189
Eric Sandeen032eafe2012-07-28 17:48:36 -0400190#: e2fsck/iscan.c:44
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400191#, c-format
192msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500193msgstr "Kullanımı: %s [-F] [-I düğüm_tampon_blokları] aygıt\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400194
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400195#: e2fsck/iscan.c:81 e2fsck/unix.c:972
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400196#, c-format
197msgid "while opening %s for flushing"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500198msgstr "%s temizlik için açılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400199
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400200#: e2fsck/iscan.c:86 e2fsck/unix.c:978 resize/main.c:289
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400201#, c-format
202msgid "while trying to flush %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500203msgstr "%s boşaltılmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400204
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400205#: e2fsck/iscan.c:110
206#, fuzzy, c-format
207msgid "while trying to open '%s'"
208msgstr "- %s açılmaya çalışılırken hata oluştu"
209
210#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1290
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400211msgid "while opening inode scan"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500212msgstr "düğüm taraması başlatılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400213
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400214#: e2fsck/iscan.c:127 misc/e2image.c:1309
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400215msgid "while getting next inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500216msgstr "sonraki düğüme geçilirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400217
Eric Sandeen032eafe2012-07-28 17:48:36 -0400218#: e2fsck/iscan.c:136
Volkan Gezer90ff6ed2013-12-28 22:34:45 -0500219#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400220msgid "%u inodes scanned.\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -0500221msgstr "%u düğüm tarandı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400222
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400223#: e2fsck/journal.c:525
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400224msgid "reading journal superblock\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500225msgstr "günlük dosyası super bloğu okunuyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400226
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400227#: e2fsck/journal.c:582
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400228#, c-format
229msgid "%s: no valid journal superblock found\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500230msgstr "%s: geçerli gümlük dosyası super bloğu yok\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400231
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400232#: e2fsck/journal.c:591
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400233#, c-format
234msgid "%s: journal too short\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500235msgstr "%s: gümlük dosyası çok kısa\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400236
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400237#: e2fsck/journal.c:882
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400238#, c-format
239msgid "%s: recovering journal\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500240msgstr "%s: günlük dosyasına göre kurtarılıyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400241
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400242#: e2fsck/journal.c:884
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400243#, c-format
244msgid "%s: won't do journal recovery while read-only\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500245msgstr "%s: salt-okunur durumdayken günlük dosyasına göre kurtarma yapılamaz\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400246
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400247#: e2fsck/journal.c:911
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400248#, c-format
249msgid "while trying to re-open %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500250msgstr "%s yeniden açılmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400251
Eric Sandeen032eafe2012-07-28 17:48:36 -0400252#: e2fsck/message.c:113
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400253msgid "aextended attribute"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500254msgstr "aek özellik"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400255
Eric Sandeen032eafe2012-07-28 17:48:36 -0400256#: e2fsck/message.c:114
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400257msgid "Aerror allocating"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500258msgstr "Aayrılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400259
Eric Sandeen032eafe2012-07-28 17:48:36 -0400260#: e2fsck/message.c:115
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400261msgid "bblock"
262msgstr "bblok"
263
Eric Sandeen032eafe2012-07-28 17:48:36 -0400264#: e2fsck/message.c:116
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400265msgid "Bbitmap"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500266msgstr "Bbiteşlem"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400267
Eric Sandeen032eafe2012-07-28 17:48:36 -0400268#: e2fsck/message.c:117
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400269msgid "ccompress"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500270msgstr "csıkıştırma"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400271
Eric Sandeen032eafe2012-07-28 17:48:36 -0400272#: e2fsck/message.c:118
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400273msgid "Cconflicts with some other fs @b"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500274msgstr "Cbazı dosya sistemi blokları ile çelişiyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400275
Eric Sandeen032eafe2012-07-28 17:48:36 -0400276#: e2fsck/message.c:119
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400277msgid "ddirectory"
278msgstr "ddizin"
279
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400280#: e2fsck/message.c:120
281msgid "Ddeleted"
282msgstr "Dsilinen"
283
284#: e2fsck/message.c:121
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400285msgid "eentry"
286msgstr "egirdi"
287
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400288#: e2fsck/message.c:122
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400289msgid "E@e '%Dn' in %p (%i)"
Theodore Ts'o1be672b2003-03-26 00:58:06 -0500290msgstr "E@E"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400291
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400292#: e2fsck/message.c:123
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400293msgid "ffilesystem"
294msgstr "fdosya sistemi"
295
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400296#: e2fsck/message.c:124
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400297msgid "Ffor @i %i (%Q) is"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500298msgstr "F%i (%Q) düğümü için"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400299
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400300#: e2fsck/message.c:125
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400301msgid "ggroup"
302msgstr "ggrup"
303
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400304#: e2fsck/message.c:126
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500305msgid "hHTREE @d @i"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500306msgstr "hHTREE dizin düğüm"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500307
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400308#: e2fsck/message.c:127
309msgid "iinode"
310msgstr "idüğüm"
311
312#: e2fsck/message.c:128
313msgid "Iillegal"
314msgstr "Ikuraldışı"
315
316#: e2fsck/message.c:129
317msgid "jjournal"
318msgstr "jgünlük"
319
Eric Sandeen032eafe2012-07-28 17:48:36 -0400320#: e2fsck/message.c:130
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400321msgid "llost+found"
322msgstr "llost+found"
323
Eric Sandeen032eafe2012-07-28 17:48:36 -0400324#: e2fsck/message.c:131
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400325msgid "Lis a link"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500326msgstr "Lbir bağdır"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400327
Eric Sandeen032eafe2012-07-28 17:48:36 -0400328#: e2fsck/message.c:132
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400329msgid "mmultiply-claimed"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400330msgstr "mçok düğümlü"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400331
Eric Sandeen032eafe2012-07-28 17:48:36 -0400332#: e2fsck/message.c:133
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400333msgid "ninvalid"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400334msgstr "ngeçersiz"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400335
Eric Sandeen032eafe2012-07-28 17:48:36 -0400336#: e2fsck/message.c:134
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400337msgid "oorphaned"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500338msgstr "oartık"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400339
Eric Sandeen032eafe2012-07-28 17:48:36 -0400340#: e2fsck/message.c:135
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500341msgid "pproblem in"
Theodore Ts'o1be672b2003-03-26 00:58:06 -0500342msgstr "psorun"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500343
Eric Sandeen032eafe2012-07-28 17:48:36 -0400344#: e2fsck/message.c:136
345msgid "qquota"
346msgstr ""
347
348#: e2fsck/message.c:137
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400349msgid "rroot @i"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500350msgstr "rkök düğümü"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400351
Eric Sandeen032eafe2012-07-28 17:48:36 -0400352#: e2fsck/message.c:138
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400353msgid "sshould be"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500354msgstr "solmalıydı"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400355
Eric Sandeen032eafe2012-07-28 17:48:36 -0400356#: e2fsck/message.c:139
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400357msgid "Ssuper@b"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500358msgstr "Ssüper blok"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400359
Eric Sandeen032eafe2012-07-28 17:48:36 -0400360#: e2fsck/message.c:140
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400361msgid "uunattached"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500362msgstr "ubağlantısız"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400363
Eric Sandeen032eafe2012-07-28 17:48:36 -0400364#: e2fsck/message.c:141
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400365msgid "vdevice"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500366msgstr "vaygıt"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400367
Eric Sandeen032eafe2012-07-28 17:48:36 -0400368#: e2fsck/message.c:142
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500369msgid "xextent"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -0500370msgstr ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500371
Eric Sandeen032eafe2012-07-28 17:48:36 -0400372#: e2fsck/message.c:143
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400373msgid "zzero-length"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500374msgstr "zsıfır uzunluklu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400375
Eric Sandeen032eafe2012-07-28 17:48:36 -0400376#: e2fsck/message.c:154
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400377msgid "<The NULL inode>"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500378msgstr "<NULL düğüm>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400379
Eric Sandeen032eafe2012-07-28 17:48:36 -0400380#: e2fsck/message.c:155
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400381msgid "<The bad blocks inode>"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500382msgstr "<Hatalı bloklar düğümü>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400383
Eric Sandeen032eafe2012-07-28 17:48:36 -0400384#: e2fsck/message.c:157
385#, fuzzy
386msgid "<The user quota inode>"
387msgstr "<günlük düğümü>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400388
Eric Sandeen032eafe2012-07-28 17:48:36 -0400389#: e2fsck/message.c:158
390#, fuzzy
391msgid "<The group quota inode>"
392msgstr "<Grup tanımlayıcı düğümü>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400393
Eric Sandeen032eafe2012-07-28 17:48:36 -0400394#: e2fsck/message.c:159
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400395msgid "<The boot loader inode>"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500396msgstr "<Önyükleyici düğümü>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400397
Eric Sandeen032eafe2012-07-28 17:48:36 -0400398#: e2fsck/message.c:160
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400399msgid "<The undelete directory inode>"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500400msgstr "<Kurtarılan dizinin düğümü>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400401
Eric Sandeen032eafe2012-07-28 17:48:36 -0400402#: e2fsck/message.c:161
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400403msgid "<The group descriptor inode>"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500404msgstr "<Grup tanımlayıcı düğümü>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400405
Eric Sandeen032eafe2012-07-28 17:48:36 -0400406#: e2fsck/message.c:162
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400407msgid "<The journal inode>"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500408msgstr "<günlük düğümü>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400409
Eric Sandeen032eafe2012-07-28 17:48:36 -0400410#: e2fsck/message.c:163
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400411msgid "<Reserved inode 9>"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500412msgstr "<Yedek düğüm 9>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400413
Eric Sandeen032eafe2012-07-28 17:48:36 -0400414#: e2fsck/message.c:164
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400415msgid "<Reserved inode 10>"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500416msgstr "<Yedek düğüm 10>"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400417
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400418#: e2fsck/message.c:334
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400419msgid "regular file"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -0500420msgstr "olağan dosya"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400421
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400422#: e2fsck/message.c:336
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400423msgid "directory"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -0500424msgstr "dizin"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400425
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400426#: e2fsck/message.c:338
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400427msgid "character device"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -0500428msgstr "karakter aygıtı"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400429
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400430#: e2fsck/message.c:340
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400431msgid "block device"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -0500432msgstr "aygıtı engelle"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400433
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400434#: e2fsck/message.c:342
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400435msgid "named pipe"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -0500436msgstr "isimli veri yolu"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400437
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400438#: e2fsck/message.c:344
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400439msgid "symbolic link"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -0500440msgstr "sembolik bağ"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400441
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400442#: e2fsck/message.c:346 misc/uuidd.c:161
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400443msgid "socket"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -0500444msgstr "yuva"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400445
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400446#: e2fsck/message.c:348
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400447#, c-format
448msgid "unknown file type with mode 0%o"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -0500449msgstr "0%o kipinde bilinmeyen dosya türü"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400450
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400451#: e2fsck/message.c:423
Eric Sandeen032eafe2012-07-28 17:48:36 -0400452#, fuzzy
453msgid "indirect block"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -0500454msgstr "kullanımdaki blok eşlemi"
Eric Sandeen032eafe2012-07-28 17:48:36 -0400455
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400456#: e2fsck/message.c:425
Eric Sandeen032eafe2012-07-28 17:48:36 -0400457msgid "double indirect block"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -0500458msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -0400459
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400460#: e2fsck/message.c:427
Eric Sandeen032eafe2012-07-28 17:48:36 -0400461#, fuzzy
462msgid "triple indirect block"
463msgstr "%u düğümünün dolaylı blokları okunuyor"
464
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400465#: e2fsck/message.c:429
Eric Sandeen032eafe2012-07-28 17:48:36 -0400466#, fuzzy
467msgid "translator block"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -0500468msgstr "meta-veri blokları"
Eric Sandeen032eafe2012-07-28 17:48:36 -0400469
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400470#: e2fsck/message.c:431
Eric Sandeen032eafe2012-07-28 17:48:36 -0400471#, fuzzy
472msgid "block #"
473msgstr "bblok"
474
475#: e2fsck/pass1b.c:222
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400476msgid "multiply claimed inode map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500477msgstr "tekrarlanan blokların düğüm eşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400478
Volkan Gezer90ff6ed2013-12-28 22:34:45 -0500479#: e2fsck/pass1b.c:610 e2fsck/pass1b.c:730
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500480#, fuzzy, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -0400481msgid "internal error: can't find dup_blk for %llu\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400482msgstr "iç hata; %u için dup_blk bulunamıyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400483
Volkan Gezer90ff6ed2013-12-28 22:34:45 -0500484#: e2fsck/pass1b.c:821
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400485msgid "returned from clone_file_block"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500486msgstr "clone_file_block işlevinden döndürüldü"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400487
Volkan Gezer90ff6ed2013-12-28 22:34:45 -0500488#: e2fsck/pass1b.c:843
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400489#, fuzzy, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -0400490msgid "internal error: couldn't lookup EA block record for %llu"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400491msgstr "iç hata; %u için dup_blk bulunamıyor\n"
492
Volkan Gezer90ff6ed2013-12-28 22:34:45 -0500493#: e2fsck/pass1b.c:855
494#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400495msgid "internal error: couldn't lookup EA inode record for %u"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -0500496msgstr "İç hata: %u için dizin bilgileri bulunamıyor."
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400497
Volkan Gezer90ff6ed2013-12-28 22:34:45 -0500498#: e2fsck/pass1.c:475 e2fsck/pass2.c:782
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400499msgid "reading directory block"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -0500500msgstr "blok dizini okunuyor"
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400501
Volkan Gezer90ff6ed2013-12-28 22:34:45 -0500502#: e2fsck/pass1.c:598
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400503msgid "in-use inode map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500504msgstr "kullanımdaki düğüm eşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400505
Volkan Gezer90ff6ed2013-12-28 22:34:45 -0500506#: e2fsck/pass1.c:609
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400507msgid "directory inode map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500508msgstr "dizin düğümü eşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400509
Volkan Gezer90ff6ed2013-12-28 22:34:45 -0500510#: e2fsck/pass1.c:619
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400511msgid "regular file inode map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500512msgstr "normal dosya düğümü eşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400513
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400514#: e2fsck/pass1.c:628 misc/e2image.c:1265
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400515msgid "in-use block map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500516msgstr "kullanımdaki blok eşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400517
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400518#: e2fsck/pass1.c:693
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400519msgid "opening inode scan"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -0500520msgstr "düğüm tarama açılıyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400521
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400522#: e2fsck/pass1.c:727
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400523msgid "getting next inode from scan"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -0500524msgstr ""
Theodore Ts'o851bcf32007-07-08 12:09:40 -0400525
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400526#: e2fsck/pass1.c:1243
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400527msgid "Pass 1"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500528msgstr "1. geçiş"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400529
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400530#: e2fsck/pass1.c:1300
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400531#, c-format
532msgid "reading indirect blocks of inode %u"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500533msgstr "%u düğümünün dolaylı blokları okunuyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400534
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400535#: e2fsck/pass1.c:1350
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400536msgid "bad inode map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500537msgstr "hatalı düğüm eşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400538
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400539#: e2fsck/pass1.c:1373
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400540msgid "inode in bad block map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500541msgstr "hatalı blok eşlemindeki düğüm"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400542
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400543#: e2fsck/pass1.c:1393
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400544msgid "imagic inode map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500545msgstr "imagic düğüm eşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400546
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400547#: e2fsck/pass1.c:1420
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400548msgid "multiply claimed block map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500549msgstr "tekrarlanan blokların eşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400550
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400551#: e2fsck/pass1.c:1531
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400552msgid "ext attr block map"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500553msgstr "ek özellik bloğu eşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400554
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400555#: e2fsck/pass1.c:2315
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500556#, c-format
557msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
558msgstr ""
559
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400560#: e2fsck/pass1.c:2678
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400561msgid "block bitmap"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500562msgstr "blok biteşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400563
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400564#: e2fsck/pass1.c:2684
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400565msgid "inode bitmap"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500566msgstr "düğüm biteşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400567
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400568#: e2fsck/pass1.c:2690
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400569msgid "inode table"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500570msgstr "düğüm tablosu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400571
Eric Sandeen032eafe2012-07-28 17:48:36 -0400572#: e2fsck/pass2.c:283
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500573msgid "Pass 2"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500574msgstr "2. geçiş"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500575
Eric Sandeen032eafe2012-07-28 17:48:36 -0400576#: e2fsck/pass2.c:805
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500577msgid "Can not continue."
Volkan Gezer90ff6ed2013-12-28 22:34:45 -0500578msgstr "Devam edilemiyor."
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500579
Eric Sandeen032eafe2012-07-28 17:48:36 -0400580#: e2fsck/pass3.c:77
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400581msgid "inode done bitmap"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500582msgstr "düğümleri indeksli biteşlem"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400583
Eric Sandeen032eafe2012-07-28 17:48:36 -0400584#: e2fsck/pass3.c:86
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400585msgid "Peak memory"
586msgstr "Doruk bellek"
587
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400588#: e2fsck/pass3.c:137
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400589msgid "Pass 3"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500590msgstr "3. geçiş"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400591
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400592#: e2fsck/pass3.c:323
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400593msgid "inode loop detection bitmap"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500594msgstr "düğüm döngüsü saptama biteşlemi"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400595
Volkan Gezer90ff6ed2013-12-28 22:34:45 -0500596#: e2fsck/pass4.c:196
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400597msgid "Pass 4"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500598msgstr "4. geçiş"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400599
Eric Sandeen032eafe2012-07-28 17:48:36 -0400600#: e2fsck/pass5.c:74
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400601msgid "Pass 5"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500602msgstr "5. geçiş"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400603
Eric Sandeen032eafe2012-07-28 17:48:36 -0400604#: e2fsck/problem.c:51
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400605msgid "(no prompt)"
606msgstr "(komut istemi yok)"
607
Eric Sandeen032eafe2012-07-28 17:48:36 -0400608#: e2fsck/problem.c:52
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400609msgid "Fix"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500610msgstr "Düzelt"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400611
Eric Sandeen032eafe2012-07-28 17:48:36 -0400612#: e2fsck/problem.c:53
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400613msgid "Clear"
614msgstr "Temizle"
615
Eric Sandeen032eafe2012-07-28 17:48:36 -0400616#: e2fsck/problem.c:54
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400617msgid "Relocate"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500618msgstr "Konumlandır"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400619
Eric Sandeen032eafe2012-07-28 17:48:36 -0400620#: e2fsck/problem.c:55
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400621msgid "Allocate"
622msgstr "Tahsis et"
623
Eric Sandeen032eafe2012-07-28 17:48:36 -0400624#: e2fsck/problem.c:56
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400625msgid "Expand"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500626msgstr "Genişlet"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400627
Eric Sandeen032eafe2012-07-28 17:48:36 -0400628#: e2fsck/problem.c:57
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400629msgid "Connect to /lost+found"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500630msgstr "/lost+found a bağlan"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400631
Eric Sandeen032eafe2012-07-28 17:48:36 -0400632#: e2fsck/problem.c:58
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400633msgid "Create"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500634msgstr "Oluştur"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400635
Eric Sandeen032eafe2012-07-28 17:48:36 -0400636#: e2fsck/problem.c:59
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400637msgid "Salvage"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500638msgstr "Kurtarılacaklar"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400639
Eric Sandeen032eafe2012-07-28 17:48:36 -0400640#: e2fsck/problem.c:60
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400641msgid "Truncate"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500642msgstr "Kırp"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400643
Eric Sandeen032eafe2012-07-28 17:48:36 -0400644#: e2fsck/problem.c:61
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400645msgid "Clear inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500646msgstr "Düğümü temizle"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400647
Eric Sandeen032eafe2012-07-28 17:48:36 -0400648#: e2fsck/problem.c:62
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400649msgid "Abort"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500650msgstr "Vazgeç"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400651
Eric Sandeen032eafe2012-07-28 17:48:36 -0400652#: e2fsck/problem.c:63
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400653msgid "Split"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500654msgstr "Ayır"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400655
Eric Sandeen032eafe2012-07-28 17:48:36 -0400656#: e2fsck/problem.c:64
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400657msgid "Continue"
658msgstr "Devam et"
659
Eric Sandeen032eafe2012-07-28 17:48:36 -0400660#: e2fsck/problem.c:65
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400661msgid "Clone multiply-claimed blocks"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400662msgstr "Çok düğümlü blokları kopyalar"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400663
Eric Sandeen032eafe2012-07-28 17:48:36 -0400664#: e2fsck/problem.c:66
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400665msgid "Delete file"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500666msgstr "Dosyayı Sil"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400667
Eric Sandeen032eafe2012-07-28 17:48:36 -0400668#: e2fsck/problem.c:67
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400669msgid "Suppress messages"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500670msgstr "İletileri engelle"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400671
Eric Sandeen032eafe2012-07-28 17:48:36 -0400672#: e2fsck/problem.c:68
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400673msgid "Unlink"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500674msgstr "Bağı kaldır"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400675
Eric Sandeen032eafe2012-07-28 17:48:36 -0400676#: e2fsck/problem.c:69
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500677msgid "Clear HTree index"
Theodore Ts'o1be672b2003-03-26 00:58:06 -0500678msgstr "HTree indeksini temizle"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500679
Eric Sandeen032eafe2012-07-28 17:48:36 -0400680#: e2fsck/problem.c:70
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500681msgid "Recreate"
682msgstr "Yeniden oluştur"
683
Eric Sandeen032eafe2012-07-28 17:48:36 -0400684#: e2fsck/problem.c:79
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400685msgid "(NONE)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500686msgstr "(HİÇBİRİ)"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400687
Eric Sandeen032eafe2012-07-28 17:48:36 -0400688#: e2fsck/problem.c:80
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400689msgid "FIXED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500690msgstr "DÜZELTİLDİ"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400691
Eric Sandeen032eafe2012-07-28 17:48:36 -0400692#: e2fsck/problem.c:81
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400693msgid "CLEARED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500694msgstr "TEMİZLENDİ"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400695
Eric Sandeen032eafe2012-07-28 17:48:36 -0400696#: e2fsck/problem.c:82
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400697msgid "RELOCATED"
698msgstr "KONUMLANDI"
699
Eric Sandeen032eafe2012-07-28 17:48:36 -0400700#: e2fsck/problem.c:83
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400701msgid "ALLOCATED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500702msgstr "TAHSİS EDİLDİ"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400703
Eric Sandeen032eafe2012-07-28 17:48:36 -0400704#: e2fsck/problem.c:84
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400705msgid "EXPANDED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500706msgstr "GENİŞLETİLDİ"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400707
Eric Sandeen032eafe2012-07-28 17:48:36 -0400708#: e2fsck/problem.c:85
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400709msgid "RECONNECTED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500710msgstr "TEKRAR BAĞLANDI"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400711
Eric Sandeen032eafe2012-07-28 17:48:36 -0400712#: e2fsck/problem.c:86
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400713msgid "CREATED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500714msgstr "OLUŞTURULDU"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400715
Eric Sandeen032eafe2012-07-28 17:48:36 -0400716#: e2fsck/problem.c:87
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400717msgid "SALVAGED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500718msgstr "KURTARILABİLİRLER LİSTELENDİ"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400719
Eric Sandeen032eafe2012-07-28 17:48:36 -0400720#: e2fsck/problem.c:88
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400721msgid "TRUNCATED"
722msgstr "KIRPILDI"
723
Eric Sandeen032eafe2012-07-28 17:48:36 -0400724#: e2fsck/problem.c:89
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400725msgid "INODE CLEARED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500726msgstr "DÜĞÜM TEMİZLENDİ"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400727
Eric Sandeen032eafe2012-07-28 17:48:36 -0400728#: e2fsck/problem.c:90
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400729msgid "ABORTED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500730msgstr "VAZGEÇİLDİ"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400731
Eric Sandeen032eafe2012-07-28 17:48:36 -0400732#: e2fsck/problem.c:91
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400733msgid "SPLIT"
734msgstr "AYRILDI"
735
Eric Sandeen032eafe2012-07-28 17:48:36 -0400736#: e2fsck/problem.c:92
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400737msgid "CONTINUING"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500738msgstr "SÜRÜYOR"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400739
Eric Sandeen032eafe2012-07-28 17:48:36 -0400740#: e2fsck/problem.c:93
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400741msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400742msgstr "ÇOK DÜĞÜMLÜ BLOKLAR KOPYALANDI"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400743
Eric Sandeen032eafe2012-07-28 17:48:36 -0400744#: e2fsck/problem.c:94
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400745msgid "FILE DELETED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500746msgstr "DOSYA SİLİNDİ"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400747
Eric Sandeen032eafe2012-07-28 17:48:36 -0400748#: e2fsck/problem.c:95
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400749msgid "SUPPRESSED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500750msgstr "ENGELLENDİ"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400751
Eric Sandeen032eafe2012-07-28 17:48:36 -0400752#: e2fsck/problem.c:96
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400753msgid "UNLINKED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500754msgstr "BAĞ KALDIRILDI"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400755
Eric Sandeen032eafe2012-07-28 17:48:36 -0400756#: e2fsck/problem.c:97
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500757msgid "HTREE INDEX CLEARED"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500758msgstr "HTREE İNDEKSİ TEMİZLENDİ"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500759
Eric Sandeen032eafe2012-07-28 17:48:36 -0400760#: e2fsck/problem.c:98
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -0500761msgid "WILL RECREATE"
762msgstr "TEKRAR OLUŞTURULACAK"
763
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400764#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400765#: e2fsck/problem.c:107
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400766msgid "@b @B for @g %g is not in @g. (@b %b)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500767msgstr "%g grubunun blok biteşlemi grup içinde değil. (blok %b)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400768
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400769#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400770#: e2fsck/problem.c:111
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400771msgid "@i @B for @g %g is not in @g. (@b %b)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500772msgstr "%g grubunun düğüm biteşlemi grup içinde değil. (blok %b)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400773
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400774#. @-expanded: inode table for group %g is not in group. (block %b)\n
775#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400776#: e2fsck/problem.c:116
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400777msgid ""
778"@i table for @g %g is not in @g. (@b %b)\n"
779"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
780msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500781"%g grubunun düğüm tablosu grup içinde değil. (blok %b)\n"
782"UYARI: CİDDİ VERİ KAYBI OLASILIĞI.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400783
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400784#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400785#. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
786#. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400787#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
788#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400789#. @-expanded: e2fsck -b 8193 <device>\n
790#. @-expanded: or\n
791#. @-expanded: e2fsck -b 32768 <device>\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400792#. @-expanded: \n
Eric Sandeen032eafe2012-07-28 17:48:36 -0400793#: e2fsck/problem.c:122
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400794#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400795msgid ""
796"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400797"The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
798"@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400799"@f (and not swap or ufs or something else), then the @S\n"
800"is corrupt, and you might try running e2fsck with an alternate @S:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400801" e2fsck -b 8193 <@v>\n"
802" or\n"
803" e2fsck -b 32768 <@v>\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400804"\n"
805msgstr ""
806"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500807"Süper blok okunamıyor ya da doğru ext2 dosya sistemi tanımlamıyor.\n"
808"Aygıt geçerliyse ve gerçekten bir ext2 dosya sistemi içeriyorsa,\n"
809"(ve bir takas bölümü veya ufs ya da her neyse değilse)\n"
810"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 -0400811"denemelisiniz:\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500812" e2fsck -b %S <aygıt>\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400813"\n"
814
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400815#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
816#. @-expanded: The physical size of the device is %c blocks\n
817#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400818#: e2fsck/problem.c:133
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400819msgid ""
820"The @f size (according to the @S) is %b @bs\n"
821"The physical size of the @v is %c @bs\n"
822"Either the @S or the partition table is likely to be corrupt!\n"
823msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400824"Dosya sistemi uzunluğu (süperblok ile ilişkili) %b blok,\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500825"aygıtın gerçek boyutu ise %c bloktur.\n"
826"Hem süper blok hem de disk bölümleme tablosu bozuk olabilir!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400827
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400828#. @-expanded: superblock block_size = %b, fragsize = %c.\n
829#. @-expanded: This version of e2fsck does not support fragment sizes different\n
830#. @-expanded: from the block size.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400831#: e2fsck/problem.c:140
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400832msgid ""
833"@S @b_size = %b, fragsize = %c.\n"
834"This version of e2fsck does not support fragment sizes different\n"
835"from the @b size.\n"
836msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400837"Süperblok blok_uzunluğu = %b, adımlama_uzunluğu = %c.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500838"Bu e2fsck sürümünde adımlama uzunluklarının blok uzunluklarından\n"
839"farklı olması desteklenmiyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400840
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400841#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400842#: e2fsck/problem.c:147
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400843msgid "@S @bs_per_group = %b, should have been %c\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400844msgstr "Süperblok grup_başına_blok_sayısı = %b; %c olmalıydı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400845
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400846#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400847#: e2fsck/problem.c:152
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400848msgid "@S first_data_@b = %b, should have been %c\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500849msgstr "Süper blok ilk_veri_bloğu = %b; %c olmalıydı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400850
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400851#. @-expanded: filesystem did not have a UUID; generating one.\n
852#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400853#: e2fsck/problem.c:157
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400854msgid ""
855"@f did not have a UUID; generating one.\n"
856"\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -0500857msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500858"Dosya sistemi bir UUID içermiyor; bir tane üretiliyor.\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -0500859"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400860
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400861#: e2fsck/problem.c:162
Theodore Ts'o886017a2005-06-26 22:11:46 -0400862#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400863msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400864"Note: if several inode or block bitmap blocks or part\n"
865"of the inode table require relocation, you may wish to try\n"
866"running e2fsck with the '-b %S' option first. The problem\n"
867"may lie only with the primary block group descriptors, and\n"
868"the backup block group descriptors may be OK.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400869"\n"
870msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500871"Bilgi: Taşınması gereken düğüm tablosunun bir parçası olan\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400872"ya da yeniden konumlanması gereken blok biteşlem blokları\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500873"ya da düğümleri varsa, e2fsck'yı önce '-b %S' seçeneğiyle\n"
874"çalıştırmalısınız. Sorun sadece birincil bloğun grup\n"
875"tanımlayıcısı ile ilgili olabilir ve yedekleme bloğu grup\n"
876"tanımlayıcısı da doğru olabilir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400877"\n"
878
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400879#. @-expanded: Corruption found in superblock. (%s = %N).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400880#: e2fsck/problem.c:171
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400881msgid "Corruption found in @S. (%s = %N).\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400882msgstr "Süperblok içinde bozukluk saptandı. (%s = %N).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400883
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400884#. @-expanded: Error determining size of the physical device: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400885#: e2fsck/problem.c:176
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400886#, c-format
887msgid "Error determining size of the physical @v: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500888msgstr "Aygıtın fiziksel uzunluğu saptanırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400889
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400890#. @-expanded: inode count in superblock is %i, should be %j.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400891#: e2fsck/problem.c:181
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400892msgid "@i count in @S is %i, @s %j.\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400893msgstr "Süperblok içindeki düğüm sayısı %i; %j olmalıydı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400894
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400895#: e2fsck/problem.c:185
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400896msgid "The Hurd does not support the filetype feature.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500897msgstr "Hurd, dosya türü özelliğini desteklemez.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400898
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500899#. @-expanded: superblock has an invalid journal (inode %i).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400900#: e2fsck/problem.c:190
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500901#, fuzzy, c-format
902msgid "@S has an @n @j (@i %i).\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400903msgstr "Süperblok hatalı ext3 günlüğü içeriyor (düğüm %i).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400904
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400905#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400906#: e2fsck/problem.c:195
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400907msgid "External @j has multiple @f users (unsupported).\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400908msgstr ""
909"Dış günlük çok sayıda dosya sistemi kullanıcısı içeriyor. (desteklenmiyor)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400910
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400911#. @-expanded: Can't find external journal\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400912#: e2fsck/problem.c:200
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400913msgid "Can't find external @j\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500914msgstr "Dış günlük bulunamıyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400915
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400916#. @-expanded: External journal has bad superblock\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400917#: e2fsck/problem.c:205
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400918msgid "External @j has bad @S\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400919msgstr "Dış günlük hatalı süperblok içeriyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400920
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400921#. @-expanded: External journal does not support this filesystem\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400922#: e2fsck/problem.c:210
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400923msgid "External @j does not support this @f\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500924msgstr "Dış günlük bu dosya sistemini desteklemiyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400925
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500926#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400927#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
928#. @-expanded: format.\n
929#. @-expanded: It is also possible the journal superblock is corrupt.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400930#: e2fsck/problem.c:215
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500931#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400932msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500933"@f @j @S is unknown type %N (unsupported).\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400934"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
935"format.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400936"It is also possible the @j @S is corrupt.\n"
937msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400938"Ext3 günlüğü süperblok türü %N bilinmiyor (desteklenmiyor).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500939"Bu kopya, bu dosya sistemi tarafından desteklenmeyen ve/ya\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400940"eski bir biçim gibi görünüyor.\n"
941"Ayrıca, günlük süperblokunun bozuk olması da mümkün.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400942
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500943#. @-expanded: journal superblock is corrupt.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400944#: e2fsck/problem.c:223
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500945#, fuzzy
946msgid "@j @S is corrupt.\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400947msgstr "Ext3 günlüğü süperbloku bozuk.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400948
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400949#. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400950#: e2fsck/problem.c:228
Theodore Ts'ocd75fb02014-07-05 23:44:28 -0400951#, fuzzy
952msgid "@S has_@j flag is clear, but a @j is present.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500953msgstr "ext3 kurtarma bayrağı temiz ama günlük veri içeriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400954
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500955#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400956#: e2fsck/problem.c:233
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500957#, fuzzy
958msgid "@S needs_recovery flag is set, but no @j is present.\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400959msgstr "Süperblok ext3 needs_recovery bayrağı içeriyor ama günlük yok.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400960
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500961#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400962#: e2fsck/problem.c:238
Theodore Ts'o945ffb92009-01-26 20:43:10 -0500963#, fuzzy
964msgid "@S needs_recovery flag is clear, but @j has data.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500965msgstr "ext3 kurtarma bayrağı temiz ama günlük veri içeriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400966
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400967#. @-expanded: Clear journal
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400968#: e2fsck/problem.c:243
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500969msgid "Clear @j"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500970msgstr "Günlüğü Temizle"
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500971
Eric Sandeen032eafe2012-07-28 17:48:36 -0400972#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400973#: e2fsck/problem.c:248 e2fsck/problem.c:702
Eric Sandeen032eafe2012-07-28 17:48:36 -0400974msgid "@f has feature flag(s) set, but is a revision 0 @f. "
975msgstr "dosyasisteminin özellik bayrakları etkin ama dosyasisteminin sürümü 0."
Theodore Ts'o0c897a92002-11-09 12:01:18 -0500976
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400977#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400978#: e2fsck/problem.c:253
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400979msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500980msgstr "%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 -0400981
Eric Sandeen032eafe2012-07-28 17:48:36 -0400982#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400983#: e2fsck/problem.c:258
Eric Sandeen032eafe2012-07-28 17:48:36 -0400984#, fuzzy
985msgid "@I %B (%b) found in @o @i %i.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500986msgstr "düğüm %i içindeki blok #%B (%b) kuraldışı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400987
Eric Sandeen032eafe2012-07-28 17:48:36 -0400988#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400989#: e2fsck/problem.c:263
Eric Sandeen032eafe2012-07-28 17:48:36 -0400990#, fuzzy
991msgid "Already cleared %B (%b) found in @o @i %i.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500992msgstr "artık düğüm %i içindeki blok #%B (%b) zaten temizlenmiş.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400993
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400994#. @-expanded: illegal orphaned inode %i in superblock.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -0400995#: e2fsck/problem.c:268
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400996#, c-format
997msgid "@I @o @i %i in @S.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -0500998msgstr "süper blok içindeki artık düğüm %i kuraldışı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -0400999
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001000#. @-expanded: illegal inode %i in orphaned inode list.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001001#: e2fsck/problem.c:273
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001002#, c-format
1003msgid "@I @i %i in @o @i list.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001004msgstr "artık düğüm listesindeki düğüm %i kuraldışı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001005
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001006#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001007#: e2fsck/problem.c:278
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001008#, fuzzy
1009msgid "@j @S has an unknown read-only feature flag set.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001010msgstr ""
1011"Ext3 günlüğü süper bloğu bilinmeyen salt-okunur özellikli bir bayrak "
1012"içeriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001013
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001014#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001015#: e2fsck/problem.c:283
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001016#, fuzzy
1017msgid "@j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001018msgstr ""
1019"Ext3 günlüğünün süper bloğu bilinmeyen uyumsuz özellikli bir bayrak "
1020"içeriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001021
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001022#. @-expanded: journal version not supported by this e2fsck.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001023#: e2fsck/problem.c:288
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001024msgid "@j version not supported by this e2fsck.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001025msgstr "günlük sürümü bu e2fsck tarafından desteklenmiyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001026
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001027#. @-expanded: Moving journal from /%s to hidden inode.\n
1028#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001029#: e2fsck/problem.c:293
Theodore Ts'o886017a2005-06-26 22:11:46 -04001030#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001031msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001032"Moving @j from /%s to hidden @i.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001033"\n"
1034msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001035"Günlük /%s den gizli düğüme taşınıyor.\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05001036"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001037
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001038#. @-expanded: Error moving journal: %m\n
1039#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001040#: e2fsck/problem.c:298
Theodore Ts'o1be672b2003-03-26 00:58:06 -05001041#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001042msgid ""
1043"Error moving @j: %m\n"
1044"\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05001045msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001046"günlük taşınırken hata oluştu: %m\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05001047"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001048
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001049#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1050#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1051#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001052#: e2fsck/problem.c:303
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001053msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001054"Found @n V2 @j @S fields (from V1 @j).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001055"Clearing fields beyond the V1 @j @S...\n"
1056"\n"
1057msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001058"Geçersiz V2 günlüğü süper blok alanları bulundu (V1 günlüğünden).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001059"V1 günlüğü süper bloğundan sonraki alanlar temizleniyor...\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05001060"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001061
Eric Sandeen032eafe2012-07-28 17:48:36 -04001062#. @-expanded: Run journal anyway
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001063#: e2fsck/problem.c:309
Eric Sandeen032eafe2012-07-28 17:48:36 -04001064msgid "Run @j anyway"
1065msgstr "Günlüğü yine de çalıştır"
1066
1067#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001068#: e2fsck/problem.c:314
Eric Sandeen032eafe2012-07-28 17:48:36 -04001069msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001070msgstr ""
1071"Yedek süper blokda kurtarma bayrağı temiz olduğundan günlük herşeye rağmen "
1072"çalışacak.\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001073
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001074#. @-expanded: Backing up journal inode block information.\n
1075#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001076#: e2fsck/problem.c:319
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001077msgid ""
1078"Backing up @j @i @b information.\n"
1079"\n"
1080msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001081"Günlük düğümü blok bilgileri yedekleniyor.\n"
1082"\n"
Theodore Ts'of27eb6e2003-08-21 02:11:44 -04001083
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001084#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1085#. @-expanded: is %N; should be zero.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001086#: e2fsck/problem.c:324
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001087msgid ""
1088"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1089"is %N; @s zero. "
1090msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001091"dosya sisteminde resize_ınode etkin değil, ama s_reserved_gdt_blocks için\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001092"%N değeri var; sıfır olmalıydı. "
1093
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001094#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001095#: e2fsck/problem.c:330
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001096msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001097msgstr "Resize_inode etkin değil, ama düğüm boyutlandırma sıfırdan farklı. "
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001098
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001099#. @-expanded: Resize inode not valid.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001100#: e2fsck/problem.c:335
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001101msgid "Resize @i not valid. "
1102msgstr "Düğüm boyutlandırma geçersiz. "
1103
Eric Sandeen032eafe2012-07-28 17:48:36 -04001104#. @-expanded: superblock last mount time (%t,\n
1105#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001106#: e2fsck/problem.c:340
Eric Sandeen032eafe2012-07-28 17:48:36 -04001107#, fuzzy
1108msgid ""
1109"@S last mount time (%t,\n"
1110"\tnow = %T) is in the future.\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001111msgstr "Süperbloğun son bağlama zamanı gelecekte. "
Theodore Ts'o6956f612005-12-31 16:46:15 -05001112
Eric Sandeen032eafe2012-07-28 17:48:36 -04001113#. @-expanded: superblock last write time (%t,\n
1114#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001115#: e2fsck/problem.c:345
Eric Sandeen032eafe2012-07-28 17:48:36 -04001116#, fuzzy
1117msgid ""
1118"@S last write time (%t,\n"
1119"\tnow = %T) is in the future.\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001120msgstr "Süperblokun son yazma zamanı gelecekte. "
Theodore Ts'o6956f612005-12-31 16:46:15 -05001121
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001122#. @-expanded: superblock hint for external superblock should be %X.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001123#: e2fsck/problem.c:349
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001124#, c-format
1125msgid "@S hint for external superblock @s %X. "
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001126msgstr "harici süperbloku %X olması gereken dosyasistemi için süperblok iması"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001127
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001128#. @-expanded: Adding dirhash hint to filesystem.\n
1129#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001130#: e2fsck/problem.c:354
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001131msgid ""
1132"Adding dirhash hint to @f.\n"
1133"\n"
1134msgstr ""
1135
Eric Sandeen032eafe2012-07-28 17:48:36 -04001136#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001137#: e2fsck/problem.c:359
Eric Sandeen032eafe2012-07-28 17:48:36 -04001138msgid "@g descriptor %g checksum is %04x, should be %04y. "
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001139msgstr ""
1140
1141#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001142#: e2fsck/problem.c:364
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001143#, c-format
1144msgid "@g descriptor %g marked uninitialized without feature set.\n"
1145msgstr ""
1146
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001147#. @-expanded: group descriptor %g has invalid unused inodes count %b.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001148#: e2fsck/problem.c:369
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001149msgid "@g descriptor %g has invalid unused inodes count %b. "
1150msgstr ""
1151
1152#. @-expanded: Last group block bitmap uninitialized.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001153#: e2fsck/problem.c:374
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001154msgid "Last @g @b @B uninitialized. "
1155msgstr ""
1156
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001157#: e2fsck/problem.c:379
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001158#, c-format
1159msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1160msgstr ""
1161
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001162#: e2fsck/problem.c:383
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001163msgid "The test_fs flag is set (and ext4 is available). "
1164msgstr ""
1165
Eric Sandeen032eafe2012-07-28 17:48:36 -04001166#. @-expanded: superblock last mount time is in the future.\n
1167#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1168#. @-expanded: set)
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001169#: e2fsck/problem.c:388
Eric Sandeen032eafe2012-07-28 17:48:36 -04001170msgid ""
1171"@S last mount time is in the future.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001172"\t(by less than a day, probably due to the hardware clock being incorrectly "
1173"set) "
Eric Sandeen032eafe2012-07-28 17:48:36 -04001174msgstr ""
1175
1176#. @-expanded: superblock last write time is in the future.\n
1177#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1178#. @-expanded: set).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001179#: e2fsck/problem.c:394
Eric Sandeen032eafe2012-07-28 17:48:36 -04001180msgid ""
1181"@S last write time is in the future.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001182"\t(by less than a day, probably due to the hardware clock being incorrectly "
1183"set). "
Eric Sandeen032eafe2012-07-28 17:48:36 -04001184msgstr ""
1185
1186#. @-expanded: One or more block group descriptor checksums are invalid.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001187#: e2fsck/problem.c:400
Eric Sandeen032eafe2012-07-28 17:48:36 -04001188msgid "One or more @b @g descriptor checksums are invalid. "
1189msgstr ""
1190
1191#. @-expanded: Setting free inodes count to %j (was %i)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001192#: e2fsck/problem.c:405
Eric Sandeen032eafe2012-07-28 17:48:36 -04001193#, fuzzy
1194msgid "Setting free @is count to %j (was %i)\n"
1195msgstr "Yedek blok sayısı %lu olarak belirleniyor\n"
1196
1197#. @-expanded: Setting free blocks count to %c (was %b)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001198#: e2fsck/problem.c:410
Eric Sandeen032eafe2012-07-28 17:48:36 -04001199#, fuzzy
1200msgid "Setting free @bs count to %c (was %b)\n"
1201msgstr "Yedek blok sayısı %lu olarak belirleniyor\n"
1202
1203#. @-expanded: Making quota inode %i (%Q) hidden.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001204#: e2fsck/problem.c:415
Eric Sandeen032eafe2012-07-28 17:48:36 -04001205#, fuzzy
1206msgid "Making @q @i %i (%Q) hidden.\n"
1207msgstr ""
1208"Günlük /%s den gizli düğüme taşınıyor.\n"
1209"\n"
1210
1211#. @-expanded: superblock has invalid MMP block.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001212#: e2fsck/problem.c:420
Eric Sandeen032eafe2012-07-28 17:48:36 -04001213#, fuzzy
1214msgid "@S has invalid MMP block. "
1215msgstr "blok uzunluğu hatalı - %s"
1216
1217#. @-expanded: superblock has invalid MMP magic.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001218#: e2fsck/problem.c:425
Eric Sandeen032eafe2012-07-28 17:48:36 -04001219msgid "@S has invalid MMP magic. "
1220msgstr ""
1221
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001222#: e2fsck/problem.c:430
Eric Sandeen032eafe2012-07-28 17:48:36 -04001223#, c-format
1224msgid "ext2fs_open2: %m\n"
1225msgstr ""
1226
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001227#: e2fsck/problem.c:435
Eric Sandeen032eafe2012-07-28 17:48:36 -04001228#, c-format
1229msgid "ext2fs_check_desc: %m\n"
1230msgstr ""
1231
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001232#. @-expanded: superblock 64bit filesystems needs extents to access the whole disk.
Eric Sandeen032eafe2012-07-28 17:48:36 -04001233#: e2fsck/problem.c:440
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001234msgid "@S 64bit filesystems needs extents to access the whole disk. "
1235msgstr ""
1236
1237#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1238#: e2fsck/problem.c:447
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001239msgid "Pass 1: Checking @is, @bs, and sizes\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001240msgstr "1. geçiş: düğümler, bloklar ve uzunluklar denetleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001241
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001242#. @-expanded: root inode is not a directory.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001243#: e2fsck/problem.c:451
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001244msgid "@r is not a @d. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001245msgstr "Kök düğümü bir dizin değil. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001246
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001247#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001248#: e2fsck/problem.c:456
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001249msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001250msgstr "Kök düğümü için dtime belirtilmiş (eski mke2fs'den dolayı olabilir). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001251
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001252#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001253#: e2fsck/problem.c:461
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001254msgid "Reserved @i %i (%Q) has @n mode. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001255msgstr "Yedek düğüm %i (%Q) hatalı kip içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001256
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001257#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001258#: e2fsck/problem.c:466
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001259#, c-format
1260msgid "@D @i %i has zero dtime. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001261msgstr "Silinen düğüm %i sıfır dtime içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001262
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001263#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001264#: e2fsck/problem.c:471
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001265#, c-format
1266msgid "@i %i is in use, but has dtime set. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001267msgstr "Düğüm %i kullanımda, ama dtime belirtilmiş. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001268
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001269#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001270#: e2fsck/problem.c:476
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001271#, c-format
1272msgid "@i %i is a @z @d. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001273msgstr "Düğüm %i bir sıfır uzunluklu dizindir. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001274
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001275#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001276#: e2fsck/problem.c:481
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001277msgid "@g %g's @b @B at %b @C.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001278msgstr ""
1279"%g grubunun %b deki blok biteşlemi diğer dosya sistemi blokları ile "
1280"çelişiyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001281
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001282#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001283#: e2fsck/problem.c:486
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001284msgid "@g %g's @i @B at %b @C.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001285msgstr ""
1286"%g grubunun %b deki düğüm biteşlemi diğer dosya sistemi blokları ile "
1287"çelişiyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001288
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001289#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001290#: e2fsck/problem.c:491
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001291msgid "@g %g's @i table at %b @C.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001292msgstr ""
1293"%g grubunun %b deki düğüm tablosu diğer dosya sistemi blokları ile "
1294"çelişiyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001295
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001296#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001297#: e2fsck/problem.c:496
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001298msgid "@g %g's @b @B (%b) is bad. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001299msgstr "%g grubunun blok biteşlemi (%b) hatalı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001300
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001301#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001302#: e2fsck/problem.c:501
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001303msgid "@g %g's @i @B (%b) is bad. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001304msgstr "%g grubunun düğüm biteşlemi (%b) hatalı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001305
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001306#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001307#: e2fsck/problem.c:506
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001308msgid "@i %i, i_size is %Is, @s %N. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001309msgstr "Düğüm %i düğüm uzunluğu %Is, %N olmalıydı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001310
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001311#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001312#: e2fsck/problem.c:511
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001313msgid "@i %i, i_@bs is %Ib, @s %N. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001314msgstr "Dosya düğüm %i, blok düğümü %Ib, %N olmalıydı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001315
Eric Sandeen032eafe2012-07-28 17:48:36 -04001316#. @-expanded: illegal %B (%b) in inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001317#: e2fsck/problem.c:516
Eric Sandeen032eafe2012-07-28 17:48:36 -04001318#, fuzzy
1319msgid "@I %B (%b) in @i %i. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001320msgstr "Düğüm %i içindeki blok #%B (%b) kuraldışı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001321
Eric Sandeen032eafe2012-07-28 17:48:36 -04001322#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001323#: e2fsck/problem.c:521
Eric Sandeen032eafe2012-07-28 17:48:36 -04001324#, fuzzy
1325msgid "%B (%b) overlaps @f metadata in @i %i. "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001326msgstr ""
1327"Düğüm %i içindeki blok #%B (%b) dosya sistemi metaverisinin üzerine "
1328"taşıyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001329
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001330#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001331#: e2fsck/problem.c:526
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001332#, c-format
1333msgid "@i %i has illegal @b(s). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001334msgstr "Düğüm %i kuraldışı blok(lar) içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001335
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001336#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001337#: e2fsck/problem.c:531
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001338#, c-format
1339msgid "Too many illegal @bs in @i %i.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001340msgstr "Düğüm %i içinde çok fazla kuraldışı blok.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001341
Eric Sandeen032eafe2012-07-28 17:48:36 -04001342#. @-expanded: illegal %B (%b) in bad block inode.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001343#: e2fsck/problem.c:536
Eric Sandeen032eafe2012-07-28 17:48:36 -04001344#, fuzzy
1345msgid "@I %B (%b) in bad @b @i. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001346msgstr "Hatalı blok düğümü içindeki blok %B (%b) kuraldışı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001347
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001348#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001349#: e2fsck/problem.c:541
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001350msgid "Bad @b @i has illegal @b(s). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001351msgstr "Hatalı blok düğümü kuraldışı blok(lar) içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001352
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001353#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001354#: e2fsck/problem.c:546
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001355msgid "Duplicate or bad @b in use!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001356msgstr "Tekrarlanmış ya da hatalı blok kullanımda!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001357
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001358#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001359#: e2fsck/problem.c:551
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001360msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001361msgstr "Hatalı blok %b, hatalı blok düğümü dolaylı bloğu olarak kullanılmış."
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001362
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001363#. @-expanded: \n
1364#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1365#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1366#. @-expanded: in the filesystem.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001367#: e2fsck/problem.c:556
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001368msgid ""
1369"\n"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001370"The bad @b @i has probably been corrupted. You probably\n"
1371"should stop now and run e2fsck -c to scan for bad blocks\n"
1372"in the @f.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001373msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001374"\n"
1375"Hatalı blok düğümü galiba bozulmuş. Bu durumda herşeyi durdurup\n"
1376"dosya sistemindeki hatalı blokları taramak için e2fsck -c\n"
1377"çalıştırmalısınız.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001378
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001379#. @-expanded: \n
1380#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001381#: e2fsck/problem.c:563
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001382msgid ""
1383"\n"
1384"If the @b is really bad, the @f can not be fixed.\n"
1385msgstr ""
1386"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001387"Blok gerçekten hatalıysa, dosya sistemi düzeltilemez.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001388
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001389#. @-expanded: You can remove this block from the bad block list and hope\n
1390#. @-expanded: that the block is really OK. But there are no guarantees.\n
1391#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001392#: e2fsck/problem.c:568
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001393msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001394"You can remove this @b from the bad @b list and hope\n"
1395"that the @b is really OK. But there are no guarantees.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001396"\n"
1397msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001398"Bu bloğu hatalı bloklar listesinden silebilir ve bu bloğun gerçekten\n"
1399"doğru olduğunu umabilirsiniz, ancak hiçbir garantisi yoktur.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001400"\n"
1401
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001402#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001403#: e2fsck/problem.c:574
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001404msgid "The primary @S (%b) is on the bad @b list.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001405msgstr "Birincil dosya sistemi (%b) hatalı bloklar listesinde kayıtlı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001406
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001407#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001408#: e2fsck/problem.c:579
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001409msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001410msgstr ""
1411"Birincil grup tanımlarındaki blok %b, hatalı bloklar listesinde kayıtlı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001412
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001413#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001414#: e2fsck/problem.c:585
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001415msgid "Warning: Group %g's @S (%b) is bad.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001416msgstr "Uyarı: %g grubunun superbloğu (%b) hatalı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001417
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001418#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001419#: e2fsck/problem.c:590
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001420msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001421msgstr ""
1422"Uyarı %g grubunun grup tanımları kopyası bir hatalı blok içeriyor (%b).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001423
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001424#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001425#: e2fsck/problem.c:596
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001426msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001427msgstr ""
1428"Programlama hatası? blok %b, hatalı blok işleminde sebepsiz olarak talep "
1429"edildi.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001430
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001431#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001432#: e2fsck/problem.c:602
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001433msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001434msgstr ""
1435"%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 -04001436
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001437#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001438#: e2fsck/problem.c:607
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001439#, c-format
1440msgid "@A @b buffer for relocating %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001441msgstr "%s tekrar konumlaması için blok tamponuna yer ayrılırken hata oluştu\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001442
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001443#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001444#: e2fsck/problem.c:612
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001445msgid "Relocating @g %g's %s from %b to %c...\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001446msgstr "%g grubunun %s %b den %c ye aktarılıyor...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001447
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001448#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001449#: e2fsck/problem.c:617
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001450#, c-format
1451msgid "Relocating @g %g's %s to %c...\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001452msgstr "%g grubunun %s %c ye aktarılıyor...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001453
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001454#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001455#: e2fsck/problem.c:622
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001456msgid "Warning: could not read @b %b of %s: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001457msgstr "Uyarı: %snin %b bloğu okunamadı: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001458
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001459#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001460#: e2fsck/problem.c:627
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001461msgid "Warning: could not write @b %b for %s: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001462msgstr "Uyarı: %snin %b bloğu yazılamadı: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001463
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001464#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001465#: e2fsck/problem.c:632 e2fsck/problem.c:1481
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001466msgid "@A @i @B (%N): %m\n"
1467msgstr "Düğüm biteşlemi (%N) ayrılırken hata oluştu: %m\n"
1468
1469#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001470#: e2fsck/problem.c:637
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001471msgid "@A @b @B (%N): %m\n"
1472msgstr "Düğüm biteşlemi (%N) ayrılırken hata oluştu: %m\n"
1473
1474#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001475#: e2fsck/problem.c:642
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001476#, c-format
1477msgid "@A icount link information: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001478msgstr "Düğüm sayısı bağ bilgisine yer ayrılırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001479
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001480#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001481#: e2fsck/problem.c:647
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001482#, c-format
1483msgid "@A @d @b array: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001484msgstr "Dizin bloğu dizisine yer ayrılırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001485
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001486#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001487#: e2fsck/problem.c:652
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001488#, c-format
1489msgid "Error while scanning @is (%i): %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001490msgstr "Düğümler (%i) taranırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001491
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001492#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001493#: e2fsck/problem.c:657
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001494#, c-format
1495msgid "Error while iterating over @bs in @i %i: %m\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001496msgstr ""
1497"Düğüm %i içindeki bloklar üzerinde işlemler tekrarlanırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001498
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001499#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001500#: e2fsck/problem.c:662
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001501msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1502msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001503"Düğüm sayısı bilgisi (düğüm = %i, sayısı = %N)\n"
1504"saklanırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001505
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001506#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001507#: e2fsck/problem.c:667
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001508msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1509msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001510"Dizin bloğu bilgisi (düğüm = %i, blok = %b, num = %N)\n"
1511"saklanırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001512
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001513#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001514#: e2fsck/problem.c:673
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001515#, c-format
1516msgid "Error reading @i %i: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001517msgstr "Düğüm %i okunurken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001518
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001519#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001520#: e2fsck/problem.c:681
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001521#, c-format
1522msgid "@i %i has imagic flag set. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001523msgstr "Düğüm %i imagic bayrağı içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001524
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001525#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1526#. @-expanded: or append-only flag set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001527#: e2fsck/problem.c:686
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001528#, c-format
1529msgid ""
1530"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1531"or append-only flag set. "
1532msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001533"Özel (aygıt/soket/fifo/sembağ) dosya (düğüm %i),\n"
1534"salt-eklenir ya da değişmez bayrağı içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001535
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001536#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001537#: e2fsck/problem.c:692
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001538#, c-format
1539msgid "@i %i has @cion flag set on @f without @cion support. "
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001540msgstr ""
1541"Düğüm %i sıkıştırma desteklenmeyen dosya sisteminde sıkıştırma bayrağı "
1542"içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001543
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001544#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001545#: e2fsck/problem.c:697
Theodore Ts'o886017a2005-06-26 22:11:46 -04001546#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001547msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001548msgstr "Özel (aygıt/soket/fifo) düğüm %i sıfırdan farklı boyutta. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001549
1550#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001551#: e2fsck/problem.c:707
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001552msgid "@j @i is not in use, but contains data. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001553msgstr "Günlük düğümü kullanımda değil ama veri içeriyor. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001554
1555#. @-expanded: journal is not regular file.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001556#: e2fsck/problem.c:712
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001557msgid "@j is not regular file. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001558msgstr "Günlük dosyası normal bir dosya değil. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001559
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001560#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001561#: e2fsck/problem.c:717
Theodore Ts'o886017a2005-06-26 22:11:46 -04001562#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001563msgid "@i %i was part of the @o @i list. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001564msgstr "Düğüm %i öksüz düğüm listesinin parçasıydı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001565
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001566#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001567#: e2fsck/problem.c:723
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001568msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001569msgstr "Bozuk bir artık bağlı listenin bir parçasını bulunduran düğümler. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001570
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001571#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001572#: e2fsck/problem.c:728
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001573msgid "@A refcount structure (%N): %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001574msgstr "refcount veri yapısı için yer ayrılırken hata oluştu: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001575
1576#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001577#: e2fsck/problem.c:733
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001578msgid "Error reading @a @b %b for @i %i. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001579msgstr "Düğüm %i için ek özellik bloğu %b okunurken hata oluştu. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001580
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001581#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001582#: e2fsck/problem.c:738
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001583msgid "@i %i has a bad @a @b %b. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001584msgstr "Düğüm %i %b hatalı ek özellik bloğunu içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001585
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001586#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001587#: e2fsck/problem.c:743
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001588msgid "Error reading @a @b %b (%m). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001589msgstr "Ek özellik bloğu %b okunurken hata oluştu (%m). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001590
Eric Sandeen032eafe2012-07-28 17:48:36 -04001591#. @-expanded: extended attribute block %b has reference count %r, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001592#: e2fsck/problem.c:748
Eric Sandeen032eafe2012-07-28 17:48:36 -04001593#, fuzzy
1594msgid "@a @b %b has reference count %r, @s %N. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001595msgstr "Ek özellikler bloğu %b %B başvuru sayısına sahip, %N olmalıydı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001596
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001597#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001598#: e2fsck/problem.c:753
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001599msgid "Error writing @a @b %b (%m). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001600msgstr "Ek özellik bloğu %b yazılırken hata oluştu (%m). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001601
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001602#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001603#: e2fsck/problem.c:758
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001604msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001605msgstr "Ek özellikler bloğu %b için h_blocks > 1. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001606
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001607#. @-expanded: error allocating extended attribute block %b.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001608#: e2fsck/problem.c:763
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001609msgid "@A @a @b %b. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001610msgstr "Ek özellikler bloğu %b ayrılırken hata. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001611
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001612#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001613#: e2fsck/problem.c:768
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001614msgid "@a @b %b is corrupt (allocation collision). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001615msgstr "Ek özellik bloğu %b bozuk (tahsis çatışması). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001616
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001617#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001618#: e2fsck/problem.c:773
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001619msgid "@a @b %b is corrupt (@n name). "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001620msgstr "Ek özellikler bloğu %b bozuk (geçersiz isim). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001621
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001622#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001623#: e2fsck/problem.c:778
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001624msgid "@a @b %b is corrupt (@n value). "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001625msgstr "Ek özellikler bloğu %b bozuk (geçersiz değer). "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001626
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001627#. @-expanded: inode %i is too big.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001628#: e2fsck/problem.c:783
Theodore Ts'o1be672b2003-03-26 00:58:06 -05001629#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001630msgid "@i %i is too big. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001631msgstr "düğüm %i çok büyük. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001632
Eric Sandeen032eafe2012-07-28 17:48:36 -04001633#. @-expanded: %B (%b) causes directory to be too big.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001634#: e2fsck/problem.c:787
Eric Sandeen032eafe2012-07-28 17:48:36 -04001635#, fuzzy
1636msgid "%B (%b) causes @d to be too big. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001637msgstr "Blok #%B (%b) çok büyük dizin oluşturuyor. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001638
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001639#: e2fsck/problem.c:792
Eric Sandeen032eafe2012-07-28 17:48:36 -04001640#, fuzzy
1641msgid "%B (%b) causes file to be too big. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001642msgstr "Blok #%B (%b) çok büyük dosya oluşturuyor. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001643
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001644#: e2fsck/problem.c:797
Eric Sandeen032eafe2012-07-28 17:48:36 -04001645#, fuzzy
1646msgid "%B (%b) causes symlink to be too big. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001647msgstr "Blok #%B (%b) çok büyük sembolik bağ oluşturuyor. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001648
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001649#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001650#: e2fsck/problem.c:802
Theodore Ts'o1be672b2003-03-26 00:58:06 -05001651#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001652msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001653msgstr ""
1654"Düğüm %i htree desteği bulunmayan dosya sisteminde INDEX_FL bayrağı "
1655"içeriyor.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001656
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001657#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001658#: e2fsck/problem.c:807
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001659#, c-format
1660msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001661msgstr "Düğüm %i INDEX_FL bayrağı içeriyor ama o bir dizin değil.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001662
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001663#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001664#: e2fsck/problem.c:812
Theodore Ts'o886017a2005-06-26 22:11:46 -04001665#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001666msgid "@h %i has an @n root node.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001667msgstr "HTREE dizin düğümü %i geçersiz bir kök düğümü içeriyor.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001668
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001669#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001670#: e2fsck/problem.c:817
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001671msgid "@h %i has an unsupported hash version (%N)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001672msgstr "HTREE dizin düğümü %i desteklenmeyen bir hash sürümü (%N) içeriyor.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001673
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001674#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001675#: e2fsck/problem.c:822
Theodore Ts'o1be672b2003-03-26 00:58:06 -05001676#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001677msgid "@h %i uses an incompatible htree root node flag.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001678msgstr ""
1679"HTREE dizin düğümü %i uyumsuz bir htree kök düğümü bayrağı kullanıyor.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001680
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001681#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001682#: e2fsck/problem.c:827
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001683msgid "@h %i has a tree depth (%N) which is too big\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001684msgstr "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 -05001685
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001686#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1687#. @-expanded: filesystem metadata.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001688#: e2fsck/problem.c:832
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001689msgid ""
1690"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1691"@f metadata. "
1692msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001693"Hatalı düğüm bloğu dosya sisteminin meta verisi ile çelişen\n"
1694"bir dolaylı blok (%b) içeriyor."
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05001695
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001696#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001697#: e2fsck/problem.c:838
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05001698#, c-format
1699msgid "Resize @i (re)creation failed: %m."
1700msgstr "Düğümü boyutlandırmak için (tekrar) oluşturma başarısız: %m"
1701
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001702#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001703#: e2fsck/problem.c:843
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001704msgid "@i %i has a extra size (%IS) which is @n\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04001705msgstr "%i. düğüm geçersiz bir ek boyut içeriyor (%IS)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001706
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001707#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001708#: e2fsck/problem.c:848
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001709msgid "@a in @i %i has a namelen (%N) which is @n\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04001710msgstr "%i. düğümdeki ek özellik geçersiz bir isim alanı içeriyor (%N)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001711
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001712#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001713#: e2fsck/problem.c:853
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001714msgid "@a in @i %i has a value offset (%N) which is @n\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04001715msgstr "%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 -04001716
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001717#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001718#: e2fsck/problem.c:858
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001719msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001720msgstr ""
1721"%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 -04001722
Eric Sandeen032eafe2012-07-28 17:48:36 -04001723#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001724#: e2fsck/problem.c:863
Eric Sandeen032eafe2012-07-28 17:48:36 -04001725msgid "@a in @i %i has a value size (%N) which is @n\n"
1726msgstr "%i. düğümdeki ek özellik geçersiz bir değer içeriyor (%N)\n"
1727
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001728#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001729#: e2fsck/problem.c:868
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001730#, fuzzy
1731msgid "@a in @i %i has a hash (%N) which is @n\n"
1732msgstr "%i. düğümdeki ek özellik geçersiz bir isim alanı içeriyor (%N)\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001733
1734#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001735#: e2fsck/problem.c:873
Theodore Ts'o851bcf32007-07-08 12:09:40 -04001736msgid "@i %i is a %It but it looks like it is really a directory.\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05001737msgstr "@i %i bir %It ancak gerçekten bir dizin gibi görünüyor.\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04001738
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001739#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001740#: e2fsck/problem.c:878
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001741#, fuzzy, c-format
1742msgid "Error while reading over @x tree in @i %i: %m\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001743msgstr ""
1744"Düğüm %i içindeki bloklar üzerinde işlemler tekrarlanırken hata oluştu: %m\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001745
1746#. @-expanded: Failed to iterate extents in inode %i\n
1747#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001748#: e2fsck/problem.c:883
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001749msgid ""
1750"Failed to iterate extents in @i %i\n"
1751"\t(op %s, blk %b, lblk %c): %m\n"
1752msgstr ""
1753
1754#. @-expanded: inode %i has an invalid extent\n
1755#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001756#: e2fsck/problem.c:889
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001757msgid ""
1758"@i %i has an @n extent\n"
1759"\t(logical @b %c, @n physical @b %b, len %N)\n"
1760msgstr ""
1761
1762#. @-expanded: inode %i has an invalid extent\n
1763#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001764#: e2fsck/problem.c:894
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001765msgid ""
1766"@i %i has an @n extent\n"
1767"\t(logical @b %c, physical @b %b, @n len %N)\n"
1768msgstr ""
1769
1770#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001771#: e2fsck/problem.c:899
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001772#, fuzzy, c-format
1773msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001774msgstr ""
1775"Düğüm %i htree desteği bulunmayan dosya sisteminde INDEX_FL bayrağı "
1776"içeriyor.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001777
1778#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001779#: e2fsck/problem.c:904
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001780#, c-format
1781msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1782msgstr ""
1783
1784#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001785#: e2fsck/problem.c:909
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001786#, c-format
1787msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1788msgstr ""
1789
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001790#: e2fsck/problem.c:914
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001791#, c-format
1792msgid "Fast symlink %i has EXTENT_FL set. "
1793msgstr ""
1794
1795#. @-expanded: inode %i has out of order extents\n
1796#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001797#: e2fsck/problem.c:919
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001798msgid ""
1799"@i %i has out of order extents\n"
1800"\t(@n logical @b %c, physical @b %b, len %N)\n"
1801msgstr ""
1802
1803#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001804#: e2fsck/problem.c:923
Theodore Ts'o945ffb92009-01-26 20:43:10 -05001805msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1806msgstr ""
1807
Eric Sandeen032eafe2012-07-28 17:48:36 -04001808#. @-expanded: Error converting subcluster block bitmap: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001809#: e2fsck/problem.c:928
Eric Sandeen032eafe2012-07-28 17:48:36 -04001810#, fuzzy, c-format
1811msgid "Error converting subcluster @b @B: %m\n"
1812msgstr "Dizin blokları yinelenirken hata: %m\n"
1813
1814#. @-expanded: quota inode is not regular file.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001815#: e2fsck/problem.c:933
Eric Sandeen032eafe2012-07-28 17:48:36 -04001816#, fuzzy
1817msgid "@q @i is not regular file. "
1818msgstr "Günlük dosyası normal bir dosya değil. "
1819
1820#. @-expanded: quota inode is not in use, but contains data.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001821#: e2fsck/problem.c:938
Eric Sandeen032eafe2012-07-28 17:48:36 -04001822#, fuzzy
1823msgid "@q @i is not in use, but contains data. "
1824msgstr "Günlük düğümü kullanımda değil ama veri içeriyor. "
1825
1826#. @-expanded: quota inode is visible to the user.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001827#: e2fsck/problem.c:943
Eric Sandeen032eafe2012-07-28 17:48:36 -04001828#, fuzzy
1829msgid "@q @i is visible to the user. "
1830msgstr "Düğüm %i kullanımda, ama dtime belirtilmiş. "
1831
1832#. @-expanded: The bad block inode looks invalid.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001833#: e2fsck/problem.c:948
Eric Sandeen032eafe2012-07-28 17:48:36 -04001834#, fuzzy
1835msgid "The bad @b @i looks @n. "
1836msgstr "<Hatalı bloklar düğümü>"
1837
1838#. @-expanded: inode %i has zero length extent\n
1839#. @-expanded: \t(invalid logical block %c, physical block %b)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001840#: e2fsck/problem.c:953
Eric Sandeen032eafe2012-07-28 17:48:36 -04001841msgid ""
1842"@i %i has zero length extent\n"
1843"\t(@n logical @b %c, physical @b %b)\n"
1844msgstr ""
1845
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05001846#. @-expanded: Interior extent node level %N of inode %i:\n
1847#. @-expanded: Logical start %b does not match logical start %c at next level.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001848#: e2fsck/problem.c:960
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05001849msgid ""
1850"Interior @x node level %N of @i %i:\n"
1851"Logical start %b does not match logical start %c at next level. "
1852msgstr ""
1853
1854#. @-expanded: inode %i, end of extent exceeds allowed value\n
1855#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001856#: e2fsck/problem.c:966
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05001857msgid ""
1858"@i %i, end of extent exceeds allowed value\n"
1859"\t(logical @b %c, physical @b %b, len %N)\n"
1860msgstr ""
1861
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001862#. @-expanded: \n
1863#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1864#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001865#: e2fsck/problem.c:974
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001866msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001867"\n"
1868"Running additional passes to resolve @bs claimed by more than one @i...\n"
1869"Pass 1B: Rescanning for @m @bs\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001870msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001871"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001872"Birden fazla düğüm gerektiren blokları çözümlemek için ek geçişler "
1873"yapılıyor...\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001874"Geçiş 1B: Çok düğümlü bloklar yeniden taranıyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001875
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001876#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001877#: e2fsck/problem.c:980
Theodore Ts'o886017a2005-06-26 22:11:46 -04001878#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001879msgid "@m @b(s) in @i %i:"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001880msgstr "Düğüm %i içinde çok düğümlü bloklar var:"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001881
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001882#: e2fsck/problem.c:995
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001883#, c-format
1884msgid "Error while scanning inodes (%i): %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001885msgstr "Düğümler (%i) taranırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001886
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001887#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001888#: e2fsck/problem.c:1000
Theodore Ts'o886017a2005-06-26 22:11:46 -04001889#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001890msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001891msgstr "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 -04001892
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001893#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001894#: e2fsck/problem.c:1005
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001895#, c-format
1896msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1897msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001898"Düğüm %i içindeki bloklar üzerindeki işlemler tekrarlanırken\n"
1899"hata oluştu (%s): %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001900
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001901#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001902#: e2fsck/problem.c:1010 e2fsck/problem.c:1325
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001903msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001904msgstr ""
1905"Ek özellikler bloğu %b (düğüm %i) için refcount ayarlanırken hata oluştu: "
1906"%m\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05001907
Theodore Ts'o6956f612005-12-31 16:46:15 -05001908#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001909#: e2fsck/problem.c:1015
Theodore Ts'o6956f612005-12-31 16:46:15 -05001910msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001911msgstr "Geçiş 1C: Tekrarlanan blokların düğümleri için dizinler taranıyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001912
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001913#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001914#: e2fsck/problem.c:1021
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001915msgid "Pass 1D: Reconciling @m @bs\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001916msgstr "Geçiş 1D: Çok düğümlü bloklar yeniden hallediliyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001917
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001918#. @-expanded: File %Q (inode #%i, mod time %IM) \n
Eric Sandeen032eafe2012-07-28 17:48:36 -04001919#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001920#: e2fsck/problem.c:1026
Eric Sandeen032eafe2012-07-28 17:48:36 -04001921#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001922msgid ""
1923"File %Q (@i #%i, mod time %IM) \n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04001924" has %r @m @b(s), shared with %N file(s):\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001925msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001926"Dosya %Q (düğüm %i, değişiklik zamanı %IM) \n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001927" %N dosya ile paylaşımlı, çok düğümlü %B blok içeriyor:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001928
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001929#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001930#: e2fsck/problem.c:1032
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001931msgid "\t%Q (@i #%i, mod time %IM)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001932msgstr "\t%Q (düğüm %i, değişiklik zamanı %IM)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001933
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001934#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001935#: e2fsck/problem.c:1037
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001936msgid "\t<@f metadata>\n"
1937msgstr "\t<dosya sistemi metaverisi>\n"
1938
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001939#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1940#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001941#: e2fsck/problem.c:1042
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001942msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001943"(There are %N @is containing @m @bs.)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001944"\n"
1945msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001946"(Çok düğümlü blok içeren %N düğüm var.)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001947"\n"
1948
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001949#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1950#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001951#: e2fsck/problem.c:1047
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001952msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001953"@m @bs already reassigned or cloned.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001954"\n"
1955msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001956"Çok düğümlü bloklar zaten yeniden atanmış ya da kopyalanmıştı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001957"\n"
1958
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001959#: e2fsck/problem.c:1060
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001960#, c-format
1961msgid "Couldn't clone file: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001962msgstr "Dosya kopyalanamadı: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001963
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001964#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001965#: e2fsck/problem.c:1066
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001966msgid "Pass 2: Checking @d structure\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001967msgstr "Geçiş 2: Dizin yapısı denetleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001968
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001969#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001970#: e2fsck/problem.c:1071
Theodore Ts'o886017a2005-06-26 22:11:46 -04001971#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001972msgid "@n @i number for '.' in @d @i %i.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001973msgstr "Dizin düğümü %i içindeki '.' için düğüm numarası geçersiz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001974
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001975#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001976#: e2fsck/problem.c:1076
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001977msgid "@E has @n @i #: %Di.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001978msgstr "@E hatalı düğüm numarası içeriyor: %Di.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001979
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001980#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001981#: e2fsck/problem.c:1081
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001982msgid "@E has @D/unused @i %Di. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001983msgstr "@E silinmiş/kullanılmayan düğüm %Di içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001984
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001985#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001986#: e2fsck/problem.c:1086
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001987msgid "@E @L to '.' "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001988msgstr "@E '.' ya bir bağdır. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001989
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001990#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001991#: e2fsck/problem.c:1091
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001992msgid "@E points to @i (%Di) located in a bad @b.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001993msgstr "@E bir hatalı blok içindeki düğümü (%Di) gösteriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001994
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001995#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04001996#: e2fsck/problem.c:1096
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001997msgid "@E @L to @d %P (%Di).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05001998msgstr "@E dizin %P (%Di) için bir bağdır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04001999
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002000#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002001#: e2fsck/problem.c:1101
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002002msgid "@E @L to the @r.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002003msgstr "@E kök düğümüne bir bağdır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002004
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002005#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002006#: e2fsck/problem.c:1106
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002007msgid "@E has illegal characters in its name.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002008msgstr "@E isminde kuraldışı karakterler içeriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002009
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002010#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002011#: e2fsck/problem.c:1111
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002012#, c-format
2013msgid "Missing '.' in @d @i %i.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002014msgstr "Dizin düğümü %i içinde '.' eksik.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002015
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002016#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002017#: e2fsck/problem.c:1116
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002018#, c-format
2019msgid "Missing '..' in @d @i %i.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002020msgstr "Dizin düğümü %i içinde '..' eksik.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002021
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002022#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002023#: e2fsck/problem.c:1121
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002024msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002025msgstr ""
2026"Dizin düğümü %i (%p) içindeki ilk girdi '%Dn' (düğüm=%Di) '.' olmalıydı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002027
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002028#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002029#: e2fsck/problem.c:1126
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002030msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002031msgstr ""
2032"Dizin düğümü %i içindeki ikinci girdi '%Dn' (düğüm=%Di) '..' olmalıydı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002033
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002034#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002035#: e2fsck/problem.c:1131
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002036msgid "i_faddr @F %IF, @s zero.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002037msgstr "düğüm %i (%Q) %IF için i_faddr, sıfır olmalı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002038
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002039#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002040#: e2fsck/problem.c:1136
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002041msgid "i_file_acl @F %If, @s zero.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002042msgstr "düğüm %i (%Q) %If için i_file_acl, sıfır olmalı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002043
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002044#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002045#: e2fsck/problem.c:1141
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002046msgid "i_dir_acl @F %Id, @s zero.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002047msgstr "düğüm %i (%Q) %Id için i_dir_acl, sıfır olmalı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002048
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002049#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002050#: e2fsck/problem.c:1146
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002051msgid "i_frag @F %N, @s zero.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002052msgstr "düğüm %i (%Q) %N için i_frag, sıfır olmalı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002053
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002054#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002055#: e2fsck/problem.c:1151
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002056msgid "i_fsize @F %N, @s zero.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002057msgstr "düğüm %i (%Q) %N için i_fsize, sıfır olmalı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002058
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002059#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002060#: e2fsck/problem.c:1156
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002061msgid "@i %i (%Q) has @n mode (%Im).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002062msgstr "Düğüm %i (%Q) bir hatalı kip (%Im) içeriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002063
Eric Sandeen032eafe2012-07-28 17:48:36 -04002064#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002065#: e2fsck/problem.c:1161
Eric Sandeen032eafe2012-07-28 17:48:36 -04002066#, fuzzy
2067msgid "@d @i %i, %B, offset %N: @d corrupted\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002068msgstr "Dizin düğümü %i, blok %B, konum %N: dizin bozuk\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002069
Eric Sandeen032eafe2012-07-28 17:48:36 -04002070#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002071#: e2fsck/problem.c:1166
Eric Sandeen032eafe2012-07-28 17:48:36 -04002072#, fuzzy
2073msgid "@d @i %i, %B, offset %N: filename too long\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002074msgstr "Dizin düğümü %i, blok %B, konum %N: dosya ismi çok uzun\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002075
Eric Sandeen032eafe2012-07-28 17:48:36 -04002076#. @-expanded: directory inode %i has an unallocated %B.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002077#: e2fsck/problem.c:1171
Eric Sandeen032eafe2012-07-28 17:48:36 -04002078#, fuzzy
2079msgid "@d @i %i has an unallocated %B. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002080msgstr "Dizin düğümü %i bir ayrılmayan blok #%B içeriyor. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002081
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002082#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002083#: e2fsck/problem.c:1176
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002084#, c-format
2085msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002086msgstr "Dizin düğümü %i deki '.' dizin girdisi NULL sonlandırmalı değil\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002087
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002088#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002089#: e2fsck/problem.c:1181
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002090#, c-format
2091msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002092msgstr "Dizin düğümü %i deki '..' dizin girdisi NULL sonlandırmalı değil\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002093
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002094#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002095#: e2fsck/problem.c:1186
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002096msgid "@i %i (%Q) is an @I character @v.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002097msgstr "Düğüm %i (%Q) bir kuraldışı karakter aygıtı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002098
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002099#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002100#: e2fsck/problem.c:1191
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002101msgid "@i %i (%Q) is an @I @b @v.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002102msgstr "Düğüm %i (%Q) bir kuraldışı blok aygıtı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002103
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002104#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002105#: e2fsck/problem.c:1196
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002106msgid "@E is duplicate '.' @e.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002107msgstr "@E tekrarlayan '.' girdisi içeriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002108
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002109#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002110#: e2fsck/problem.c:1201
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002111msgid "@E is duplicate '..' @e.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002112msgstr "@E tekrarlayan '..' girdisi içeriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002113
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002114#: e2fsck/problem.c:1206 e2fsck/problem.c:1506
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002115#, c-format
2116msgid "Internal error: couldn't find dir_info for %i.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002117msgstr "İç hata: %i için dizin bilgileri bulunamıyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002118
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002119#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002120#: e2fsck/problem.c:1211
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002121msgid "@E has rec_len of %Dr, @s %N.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002122msgstr "@E %Dr kayıt uzunluğunda, %N olmalıydı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002123
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002124#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002125#: e2fsck/problem.c:1216
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002126#, c-format
2127msgid "@A icount structure: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002128msgstr "icount veri yapısı için yer ayrılırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002129
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002130#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002131#: e2fsck/problem.c:1221
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002132#, c-format
Theodore Ts'of592bed2003-07-26 00:51:54 -04002133msgid "Error iterating over @d @bs: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002134msgstr "Dizin blokları yinelenirken hata: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002135
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002136#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002137#: e2fsck/problem.c:1226
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002138msgid "Error reading @d @b %b (@i %i): %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002139msgstr "Dizin bloğu %b (düğüm %i) okunurken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002140
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002141#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002142#: e2fsck/problem.c:1231
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002143msgid "Error writing @d @b %b (@i %i): %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002144msgstr "Dizin bloğu %b (düğüm %i) yazılırken hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002145
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002146#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002147#: e2fsck/problem.c:1236
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002148#, c-format
2149msgid "@A new @d @b for @i %i (%s): %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002150msgstr "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 -04002151
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002152#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002153#: e2fsck/problem.c:1241
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002154#, c-format
2155msgid "Error deallocating @i %i: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002156msgstr "Düğüm %i bırakılırken hata: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002157
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002158#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002159#: e2fsck/problem.c:1246
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002160#, fuzzy, c-format
2161msgid "@d @e for '.' in %p (%i) is big.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002162msgstr "'.' için dizin girdisi büyük. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002163
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002164#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002165#: e2fsck/problem.c:1251
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002166msgid "@i %i (%Q) is an @I FIFO.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002167msgstr "Düğüm %i (%Q) bir kuraldışı FIFO.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002168
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002169#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002170#: e2fsck/problem.c:1256
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002171msgid "@i %i (%Q) is an @I socket.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002172msgstr "Düğüm %i (%Q) bir kuraldışı soket.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002173
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002174#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002175#: e2fsck/problem.c:1261
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002176msgid "Setting filetype for @E to %N.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002177msgstr "@E için dosya türü %N olarak belirleniyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002178
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002179#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002180#: e2fsck/problem.c:1266
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002181msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002182msgstr "@E yanlış dosya türünde (%Dt idi, %N olmalıydı).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002183
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002184#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002185#: e2fsck/problem.c:1271
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002186msgid "@E has filetype set.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002187msgstr "@E için dosya türü belirtilmiş.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002188
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002189#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002190#: e2fsck/problem.c:1276
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002191msgid "@E has a @z name.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002192msgstr "@Enin ismi sıfır uzunlukta.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002193
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002194#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002195#: e2fsck/problem.c:1281
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002196msgid "Symlink %Q (@i #%i) is @n.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002197msgstr "%Q sembolik bağı (düğüm %i) geçersiz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002198
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002199#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002200#: e2fsck/problem.c:1286
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002201msgid "@a @b @F @n (%If).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002202msgstr "@F ek özellik bloğu geçersiz (%If).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002203
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002204#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002205#: e2fsck/problem.c:1291
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002206msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002207msgstr ""
2208"Dosya sistemi çok büyük dosyalar içeriyor, ama süperblokta LARGE_FILE "
2209"bayrağı yok\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002210
Eric Sandeen032eafe2012-07-28 17:48:36 -04002211#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002212#: e2fsck/problem.c:1296
Eric Sandeen032eafe2012-07-28 17:48:36 -04002213#, fuzzy
2214msgid "@p @h %d: %B not referenced\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002215msgstr "HTREE dizin düğümü %d içinde sorun: düğüm (%B) referanssız\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002216
Eric Sandeen032eafe2012-07-28 17:48:36 -04002217#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002218#: e2fsck/problem.c:1301
Eric Sandeen032eafe2012-07-28 17:48:36 -04002219#, fuzzy
2220msgid "@p @h %d: %B referenced twice\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002221msgstr "HTREE dizin düğümü %d içinde sorun: düğüm (%B) iki kere referanslı\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002222
Eric Sandeen032eafe2012-07-28 17:48:36 -04002223#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002224#: e2fsck/problem.c:1306
Eric Sandeen032eafe2012-07-28 17:48:36 -04002225#, fuzzy
2226msgid "@p @h %d: %B has bad min hash\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002227msgstr ""
2228"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 -05002229
Eric Sandeen032eafe2012-07-28 17:48:36 -04002230#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002231#: e2fsck/problem.c:1311
Eric Sandeen032eafe2012-07-28 17:48:36 -04002232#, fuzzy
2233msgid "@p @h %d: %B has bad max hash\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002234msgstr ""
2235"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 -05002236
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002237#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002238#: e2fsck/problem.c:1316
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002239msgid "@n @h %d (%q). "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002240msgstr "HTREE dizin düğümü %d (%q) geçersiz. "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002241
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002242#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002243#: e2fsck/problem.c:1320
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002244msgid "@p @h %d (%q): bad @b number %b.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002245msgstr "HTREE dizin düğümü %d içinde sorun: blok numarası %b hatalı.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002246
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002247#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002248#: e2fsck/problem.c:1330
Theodore Ts'o886017a2005-06-26 22:11:46 -04002249#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002250msgid "@p @h %d: root node is @n\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002251msgstr "HTREE dizin düğümü %d içinde sorun: kök düğümü geçersiz\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002252
Eric Sandeen032eafe2012-07-28 17:48:36 -04002253#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002254#: e2fsck/problem.c:1335
Eric Sandeen032eafe2012-07-28 17:48:36 -04002255#, fuzzy
2256msgid "@p @h %d: %B has @n limit (%N)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002257msgstr ""
2258"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 -05002259
Eric Sandeen032eafe2012-07-28 17:48:36 -04002260#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002261#: e2fsck/problem.c:1340
Eric Sandeen032eafe2012-07-28 17:48:36 -04002262#, fuzzy
2263msgid "@p @h %d: %B has @n count (%N)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002264msgstr ""
2265"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 -05002266
Eric Sandeen032eafe2012-07-28 17:48:36 -04002267#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002268#: e2fsck/problem.c:1345
Eric Sandeen032eafe2012-07-28 17:48:36 -04002269#, fuzzy
2270msgid "@p @h %d: %B has an unordered hash table\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002271msgstr ""
2272"HTREE dizin düğümü %d içinde sorun: düğüm (%B) sırasız bit hash tablosu "
2273"içeriyor\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002274
Eric Sandeen032eafe2012-07-28 17:48:36 -04002275#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002276#: e2fsck/problem.c:1350
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002277#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04002278msgid "@p @h %d: %B has @n depth (%N)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002279msgstr ""
2280"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 -05002281
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002282#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002283#: e2fsck/problem.c:1355
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002284msgid "Duplicate @E found. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002285msgstr "Yinelenmiş @E bulundu. "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002286
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002287#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2288#. @-expanded: Rename to %s
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002289#: e2fsck/problem.c:1360
Theodore Ts'oddc32a02003-05-03 18:45:55 -04002290#, no-c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002291msgid ""
2292"@E has a non-unique filename.\n"
2293"Rename to %s"
2294msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002295"@E benzersiz olmayan bir dosya ismi içeriyor.\n"
2296"%s olarak değiştirilmeli"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002297
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002298#. @-expanded: Duplicate entry '%Dn' found.\n
2299#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2300#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002301#: e2fsck/problem.c:1365
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002302msgid ""
2303"Duplicate @e '%Dn' found.\n"
2304"\tMarking %p (%i) to be rebuilt.\n"
2305"\n"
2306msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002307"'%Dn' girdisi yinelenmiş.\n"
2308"\t%p (%i) yeniden kurgulanmak üzere imleniyor.\n"
2309"\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04002310
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002311#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002312#: e2fsck/problem.c:1370
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002313msgid "i_blocks_hi @F %N, @s zero.\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002314msgstr "i_blocks_hi @F %N, @s sıfır.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002315
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002316#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002317#: e2fsck/problem.c:1375
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002318msgid "Unexpected @b in @h %d (%q).\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002319msgstr "Beklenmeyen @b, @h içinde %d (%q).\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002320
2321#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002322#: e2fsck/problem.c:1379
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002323msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
2324msgstr ""
2325
2326#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002327#: e2fsck/problem.c:1384
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002328msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
2329msgstr ""
2330
Eric Sandeen032eafe2012-07-28 17:48:36 -04002331#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002332#: e2fsck/problem.c:1389
Eric Sandeen032eafe2012-07-28 17:48:36 -04002333#, fuzzy
2334msgid "i_file_acl_hi @F %N, @s zero.\n"
2335msgstr "düğüm %i (%Q) %If için i_file_acl, sıfır olmalı.\n"
2336
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002337#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002338#: e2fsck/problem.c:1396
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002339msgid "Pass 3: Checking @d connectivity\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002340msgstr "Geçiş 3: Dizin bağlanabilirliği denetleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002341
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002342#. @-expanded: root inode not allocated.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002343#: e2fsck/problem.c:1401
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002344msgid "@r not allocated. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002345msgstr "Kök düğümü tahsisli değil. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002346
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002347#. @-expanded: No room in lost+found directory.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002348#: e2fsck/problem.c:1406
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002349msgid "No room in @l @d. "
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002350msgstr "lost+found dizininde yer yok. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002351
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002352#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002353#: e2fsck/problem.c:1411
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002354#, c-format
2355msgid "Unconnected @d @i %i (%p)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002356msgstr "Dizin düğümü %i (%p) bağlantısız\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002357
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002358#. @-expanded: /lost+found not found.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002359#: e2fsck/problem.c:1416
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002360msgid "/@l not found. "
2361msgstr "/lost+found dizini yok. "
2362
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002363#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002364#: e2fsck/problem.c:1421
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002365msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002366msgstr "%Q (%i) daki '..' %P (%j), süperblok %q (%d).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002367
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002368#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002369#: e2fsck/problem.c:1426
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002370msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002371msgstr "/lost+found dizini ya yok ya da hatalı. tekrar bağlanılamıyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002372
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002373#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002374#: e2fsck/problem.c:1431
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002375#, c-format
2376msgid "Could not expand /@l: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002377msgstr "/lost+found dizini genişletilemiyor: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002378
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002379#: e2fsck/problem.c:1436
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002380#, c-format
2381msgid "Could not reconnect %i: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002382msgstr "%i ye tekrar bağlanılamıyor: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002383
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002384#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002385#: e2fsck/problem.c:1441
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002386#, c-format
2387msgid "Error while trying to find /@l: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002388msgstr "/lost+found dizini bulunmaya çalışılırkan hata oluştu: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002389
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002390#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002391#: e2fsck/problem.c:1446
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002392#, c-format
2393msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2394msgstr ""
2395"ext2fs_new_block: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002396"/lost+found dizini oluşturulmaya çalışılırkan hata oluştu.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002397
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002398#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002399#: e2fsck/problem.c:1451
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002400#, c-format
2401msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2402msgstr ""
2403"ext2fs_new_inode: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002404"/lost+found dizini oluşturulmaya çalışılırkan hata oluştu.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002405
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002406#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002407#: e2fsck/problem.c:1456
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002408#, c-format
2409msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2410msgstr ""
2411"ext2fs_new_dir_block: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002412"yeni dizin bloğu oluşturulurken hata.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002413
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002414#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002415#: e2fsck/problem.c:1461
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002416#, c-format
2417msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2418msgstr ""
2419"ext2fs_write_dir_block: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002420"/lost+found için dizin bloğu yazılırken hata oluştu.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002421
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002422#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002423#: e2fsck/problem.c:1466
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002424#, c-format
2425msgid "Error while adjusting @i count on @i %i\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002426msgstr "Düğüm %i üzerinde düğüm sayısı ayarlanırken hata oluştu\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002427
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002428#. @-expanded: Couldn't fix parent of inode %i: %m\n
2429#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002430#: e2fsck/problem.c:1471
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002431#, c-format
2432msgid ""
2433"Couldn't fix parent of @i %i: %m\n"
2434"\n"
2435msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002436"Düğüm %i için üst düğüm belirlenemedi: %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002437"\n"
2438
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002439#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2440#. @-expanded: \n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002441#: e2fsck/problem.c:1476
Theodore Ts'o886017a2005-06-26 22:11:46 -04002442#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002443msgid ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002444"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002445"\n"
2446msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002447"Düğüm %i için üst düğüm belirlenemedi: üst dizin girdisi bulunamadı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002448"\n"
2449
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002450#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002451#: e2fsck/problem.c:1486
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002452#, c-format
2453msgid "Error creating root @d (%s): %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002454msgstr "Kök dizini oluşturulurken hata (%s): %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002455
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002456#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002457#: e2fsck/problem.c:1491
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002458#, c-format
2459msgid "Error creating /@l @d (%s): %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002460msgstr "/lost+found dizini oluşturulurken hata (%s): %m\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002461
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002462#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002463#: e2fsck/problem.c:1496
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002464msgid "@r is not a @d; aborting.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002465msgstr "Kök düğümü bir dizin değil; çıkılıyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002466
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002467#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002468#: e2fsck/problem.c:1501
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002469msgid "Cannot proceed without a @r.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002470msgstr "Bir kök düğümü olmaksızın işlenemez.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002471
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002472#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002473#: e2fsck/problem.c:1511
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002474#, c-format
2475msgid "/@l is not a @d (ino=%i)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002476msgstr "/lost+found bir dizin değil (düğüm = %i)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002477
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002478#: e2fsck/problem.c:1518
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002479msgid "Pass 3A: Optimizing directories\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002480msgstr "Pass 3A: Dizinler eniyileniyor\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002481
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002482#: e2fsck/problem.c:1523
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002483#, fuzzy, c-format
2484msgid "Failed to create dirs_to_hash iterator: %m\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002485msgstr "dirs_to_hash yineleyici oluşturulamadı: %m"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002486
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002487#: e2fsck/problem.c:1528
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002488#, fuzzy
2489msgid "Failed to optimize directory %q (%d): %m\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002490msgstr "Dizin %q (%d) eniyilenemedi: %m"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002491
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002492#: e2fsck/problem.c:1533
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002493msgid "Optimizing directories: "
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002494msgstr "Eniyilenen dizinler: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002495
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002496#: e2fsck/problem.c:1550
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002497msgid "Pass 4: Checking reference counts\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002498msgstr "Geçiş 4: Başvuru sayısı denetleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002499
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002500#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002501#: e2fsck/problem.c:1555
Theodore Ts'o886017a2005-06-26 22:11:46 -04002502#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002503msgid "@u @z @i %i. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04002504msgstr "artık düğüm %i sıfır uzunlukta. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002505
2506#. @-expanded: unattached inode %i\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002507#: e2fsck/problem.c:1560
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002508#, c-format
2509msgid "@u @i %i\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002510msgstr "artık düğüm %i\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002511
2512#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002513#: e2fsck/problem.c:1565
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002514msgid "@i %i ref count is %Il, @s %N. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002515msgstr "Düğüm %i için başvuru sayısı %Il, %N olmalıydı. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002516
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002517#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2518#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2519#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002520#: e2fsck/problem.c:1569
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002521msgid ""
2522"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2523"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002524"@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 -04002525msgstr ""
2526"UYARI: E2FSCK'DA YAZILIM HATASI!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002527" YA DA BİR MANKAFA (SİZ) BAĞLI (CANLI) DOSYA SİSTEMİNİ DENETLETİYOR.\n"
2528" (pardon, yazar BONEHEAD (YOU) yazmış da)\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002529"inode_link_info[%i] = %N, inode.inode_links_count = %Il.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002530"Bunlar aynı olmalıydı!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002531
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002532#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002533#: e2fsck/problem.c:1579
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002534msgid "Pass 5: Checking @g summary information\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002535msgstr "5. Geçiş: grup özet bilgileri denetleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002536
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002537#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002538#: e2fsck/problem.c:1584
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002539msgid "Padding at end of @i @B is not set. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002540msgstr "Düğüm biteşleminin sonundaki alan belirlenmemiş. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002541
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002542#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002543#: e2fsck/problem.c:1589
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002544msgid "Padding at end of @b @B is not set. "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002545msgstr "Blok biteşleminin sonundaki alan belirlenmemiş. "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002546
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002547#. @-expanded: block bitmap differences:
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002548#: e2fsck/problem.c:1594
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002549msgid "@b @B differences: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002550msgstr "blok biteşlemi farkları: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002551
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002552#. @-expanded: inode bitmap differences:
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002553#: e2fsck/problem.c:1614
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002554msgid "@i @B differences: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002555msgstr "düğüm biteşlemi farkları: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002556
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002557#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002558#: e2fsck/problem.c:1634
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002559msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002560msgstr "%g. grup için serbest düğüm sayısı yanlış (%i, sayılan = %j).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002561
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002562#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002563#: e2fsck/problem.c:1639
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002564msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002565msgstr "%g. grup için dizin sayısı yanlış (%i, sayılan = %j).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002566
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002567#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002568#: e2fsck/problem.c:1644
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002569msgid "Free @is count wrong (%i, counted=%j).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002570msgstr "Serbest düğüm sayısı yanlış (%i, sayılan = %j).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002571
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002572#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002573#: e2fsck/problem.c:1649
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002574msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002575msgstr "%g. grup için serbest blok sayısı yanlış (%b, sayılan = %c).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002576
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002577#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002578#: e2fsck/problem.c:1654
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002579msgid "Free @bs count wrong (%b, counted=%c).\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002580msgstr "Serbest blok sayısı yanlış (%b, sayılan = %c).\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002581
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002582#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2583#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002584#: e2fsck/problem.c:1659
2585msgid ""
2586"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2587"endpoints (%i, %j)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002588msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002589"PROGRAMLAMA HATASI: dosya sistemi (#%N) biteşlem sınırları (%b, %c)\n"
2590"ile hesaplanan biteşlem sınırları (%i, %j) uyuşmuyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002591
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002592#: e2fsck/problem.c:1665
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002593msgid "Internal error: fudging end of bitmap (%N)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002594msgstr "İç hata: biteşlemin sonunda bozulma (%N)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002595
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002596#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002597#: e2fsck/problem.c:1670
Theodore Ts'o886017a2005-06-26 22:11:46 -04002598#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002599msgid "Error copying in replacement @i @B: %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002600msgstr "Yedek düğüm biteşleminde kopyalama hatası: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002601
2602#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002603#: e2fsck/problem.c:1675
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002604#, c-format
2605msgid "Error copying in replacement @b @B: %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002606msgstr "Yedek blok biteşleminde kopyalama hatası: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002607
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002608#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002609#: e2fsck/problem.c:1700
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002610#, c-format
2611msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002612msgstr ""
2613
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002614#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002615#: e2fsck/problem.c:1705
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002616#, c-format
2617msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2618msgstr ""
2619
Eric Sandeen032eafe2012-07-28 17:48:36 -04002620#. @-expanded: Recreate journal
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002621#: e2fsck/problem.c:1712
Eric Sandeen032eafe2012-07-28 17:48:36 -04002622#, fuzzy
2623msgid "Recreate @j"
2624msgstr "Yeniden oluştur"
2625
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002626#: e2fsck/problem.c:1717
Eric Sandeen032eafe2012-07-28 17:48:36 -04002627msgid "Update quota info for quota type %N"
2628msgstr ""
2629
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002630#: e2fsck/problem.c:1836
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002631#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002632msgid "Unhandled error code (0x%x)!\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002633msgstr "Elde edilemeyen hata kodu ((0x%x)!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002634
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002635#: e2fsck/problem.c:1961 e2fsck/problem.c:1965
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002636msgid "IGNORED"
2637msgstr "YOKSAYILDI"
2638
Eric Sandeen032eafe2012-07-28 17:48:36 -04002639#: e2fsck/scantest.c:79
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002640#, c-format
2641msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002642msgstr "Kullanılan bellek: %d, geçen süre: %6.3f/%6.3f/%6.3f\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002643
Eric Sandeen032eafe2012-07-28 17:48:36 -04002644#: e2fsck/scantest.c:98
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002645#, c-format
2646msgid "size of inode=%d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002647msgstr "düğüm uzunluğu = %d\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002648
Eric Sandeen032eafe2012-07-28 17:48:36 -04002649#: e2fsck/scantest.c:119
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002650msgid "while starting inode scan"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002651msgstr "- düğüm taraması başlatılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002652
Eric Sandeen032eafe2012-07-28 17:48:36 -04002653#: e2fsck/scantest.c:130
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002654msgid "while doing inode scan"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002655msgstr "- düğüm taraması yapılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002656
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002657#: e2fsck/super.c:190
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002658#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002659msgid "while calling ext2fs_block_iterate for inode %d"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002660msgstr "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 -04002661
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002662#: e2fsck/super.c:213
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002663#, fuzzy, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002664msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002665msgstr "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 -05002666
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002667#: e2fsck/super.c:274
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002668msgid "Truncating"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002669msgstr "Kırpılıyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002670
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002671#: e2fsck/super.c:275
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002672msgid "Clearing"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002673msgstr "Temizleniyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002674
Eric Sandeen032eafe2012-07-28 17:48:36 -04002675#: e2fsck/unix.c:74
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002676#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002677msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002678"Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002679"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002680"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05002681"\t\t[-E extended-options] device\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002682msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002683"Kullanımı: %s [-panyrcdfvstDFSV] [-b superblok] [-B blokboyu]\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002684"\t[-I düğüm_tamponu_blok_sayısı] [-P işlem_düğümü_boyu]\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002685"\t[-l|-L hatalı_bloklar_dosyası] [-C dosya_tanımlayıcı]\n"
2686"\t[-j dış_günlük_aygıtı] [-E ek_seçenekler] aygıt\n"
2687"Linux ikinci gelişmiş dosya sisteminin (e2fs) denetlenmesi için\n"
2688"kullanılır. ext3 desteklenmiştir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002689"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002690"Seçenekler:\n"
2691" -a -p ile aynı\n"
2692" -C dosya_tanımlayıcı e2fsck'yı çalıştıran uygulamalarca kullanılır\n"
2693" -d Hata ayıklama iletilerini gösterir\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002694" -D dizinler eniyilenir\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002695" -F tampon bellek işlem öncesi boşaltılır\n"
2696" -r bu seçenek yoksayılır\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002697" -s dosya sistemi bayt sıralaması tersse "
2698"kullanılır.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002699" Normal sırada ise etkisizdir.\n"
2700" -S Mevcut bayt sıralamasına bakılmaksızın dosya\n"
2701" sisteminin bayt sıralaması ters çevrilir\n"
2702" -t istatistikler gösterilir, iki kere verilmişse\n"
2703" her geçişin istatistikleri de gösterilir.\n"
2704" -V sürüm bilgileri gösterilir ve çıkar\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002705"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002706"Çeviri hatalarını <gnu-tr@belgeler.org> adresine bildiriniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002707"\n"
2708
Eric Sandeen032eafe2012-07-28 17:48:36 -04002709#: e2fsck/unix.c:80
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002710msgid ""
2711"\n"
2712"Emergency help:\n"
2713" -p Automatic repair (no questions)\n"
2714" -n Make no changes to the filesystem\n"
2715" -y Assume \"yes\" to all questions\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002716" -c Check for bad blocks and add them to the badblock "
2717"list\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002718" -f Force checking even if filesystem is marked clean\n"
2719msgstr ""
2720"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002721"Acil yardım:\n"
2722" -p Hiç soru sormadan sistem otomatik onarılır\n"
2723" -n dosya sistemi salt-okunur açılır. Denetim\n"
2724" sırasında tüm sorulara HAYIR cevabı verildiği\n"
2725" varsayılır.\n"
2726" -y Denetim sırasında tüm sorulara EVET cevabı\n"
2727" verildiği varsayılır.\n"
2728" -c varsa hatalı bloklar bulunur ve hatalı bloklar\n"
2729" listesine eklenir\n"
2730" -f disk bölümü temiz bile olsa denetim yapılır\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002731
Eric Sandeen032eafe2012-07-28 17:48:36 -04002732#: e2fsck/unix.c:86
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002733msgid ""
2734" -v Be verbose\n"
2735" -b superblock Use alternative superblock\n"
2736" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002737" -j external_journal Set location of the external journal\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002738" -l bad_blocks_file Add to badblocks list\n"
2739" -L bad_blocks_file Set badblocks list\n"
2740msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002741" -v ayrıntılı bilgi verilir\n"
2742" -b superblok normal süperblok yerine belirtilen kullanılır\n"
2743" -B blokboyu süperblok aranırken kullanılan blok boyu\n"
2744" yerine belirtilen kullanılır\n"
2745" -j dış-günlük-aygıtı günlük dosyasının aranacağı aygıt belirtilir\n"
2746" -l hatalı_bloklar_dosyası belirtilen dosyadaki hatalı bloklar listeye\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05002747" eklenir\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002748" -L hatalı_bloklar_dosyası hatalı bloklar listesi belirtilen dosyadakiler\n"
2749" ile oluşturulur\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002750
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002751#: e2fsck/unix.c:131
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002752#, fuzzy, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002753msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002754msgstr "%s: %d/%d dosya (%%%0d.%d yanyana olmayan düğüm), %u/%u blok\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002755
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002756#: e2fsck/unix.c:157
Eric Sandeen032eafe2012-07-28 17:48:36 -04002757#, fuzzy, c-format
2758msgid ""
2759"\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002760"%12u inode used (%2.2f%%, out of %u)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002761msgid_plural ""
2762"\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002763"%12u inodes used (%2.2f%%, out of %u)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002764msgstr[0] ""
2765"\n"
2766"%8d düğüm kullanıldı (%%%d)\n"
2767msgstr[1] ""
2768"\n"
2769"%8d düğüm kullanıldı (%%%d)\n"
2770
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002771#: e2fsck/unix.c:161
Eric Sandeen032eafe2012-07-28 17:48:36 -04002772#, fuzzy, c-format
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002773msgid "%12u non-contiguous file (%0d.%d%%)\n"
2774msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002775msgstr[0] "%8d bitişik olmayan düğüm (%%%0d.%d)\n"
2776msgstr[1] "%8d bitişik olmayan düğüm (%%%0d.%d)\n"
2777
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002778#: e2fsck/unix.c:166
Eric Sandeen032eafe2012-07-28 17:48:36 -04002779#, fuzzy, c-format
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002780msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2781msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002782msgstr[0] "%8d bitişik olmayan düğüm (%%%0d.%d)\n"
2783msgstr[1] "%8d bitişik olmayan düğüm (%%%0d.%d)\n"
2784
Eric Sandeen032eafe2012-07-28 17:48:36 -04002785#: e2fsck/unix.c:171
2786#, fuzzy, c-format
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002787msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2788msgstr " ind/dind/tind bloklarının düğüm sayıları: %d/%d/%d\n"
2789
2790#: e2fsck/unix.c:179
2791msgid " Extent depth histogram: "
2792msgstr ""
2793
2794#: e2fsck/unix.c:188
2795#, fuzzy, c-format
2796msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2797msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
2798msgstr[0] "%8d blok kullanıldı (%%%d)\n"
2799msgstr[1] "%8d blok kullanıldı (%%%d)\n"
2800
2801#: e2fsck/unix.c:192
2802#, fuzzy, c-format
2803msgid "%12u bad block\n"
2804msgid_plural "%12u bad blocks\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002805msgstr[0] "%8d hatalı blok\n"
2806msgstr[1] "%8d hatalı blok\n"
2807
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002808#: e2fsck/unix.c:194
Eric Sandeen032eafe2012-07-28 17:48:36 -04002809#, fuzzy, c-format
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002810msgid "%12u large file\n"
2811msgid_plural "%12u large files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002812msgstr[0] "%8d büyük dosya\n"
2813msgstr[1] "%8d büyük dosya\n"
2814
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002815#: e2fsck/unix.c:196
Eric Sandeen032eafe2012-07-28 17:48:36 -04002816#, fuzzy, c-format
2817msgid ""
2818"\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002819"%12u regular file\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002820msgid_plural ""
2821"\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002822"%12u regular files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002823msgstr[0] ""
2824"\n"
2825"%8d normal dosya\n"
2826msgstr[1] ""
2827"\n"
2828"%8d normal dosya\n"
2829
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002830#: e2fsck/unix.c:198
Eric Sandeen032eafe2012-07-28 17:48:36 -04002831#, fuzzy, c-format
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002832msgid "%12u directory\n"
2833msgid_plural "%12u directories\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002834msgstr[0] "%8d dizin\n"
2835msgstr[1] "%8d dizin\n"
2836
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002837#: e2fsck/unix.c:200
Eric Sandeen032eafe2012-07-28 17:48:36 -04002838#, fuzzy, c-format
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002839msgid "%12u character device file\n"
2840msgid_plural "%12u character device files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002841msgstr[0] "%8d karakter aygıtı dosyası\n"
2842msgstr[1] "%8d karakter aygıtı dosyası\n"
2843
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002844#: e2fsck/unix.c:203
Eric Sandeen032eafe2012-07-28 17:48:36 -04002845#, fuzzy, c-format
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002846msgid "%12u block device file\n"
2847msgid_plural "%12u block device files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002848msgstr[0] "%8d blok aygıtı dosyası\n"
2849msgstr[1] "%8d blok aygıtı dosyası\n"
2850
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002851#: e2fsck/unix.c:205
Eric Sandeen032eafe2012-07-28 17:48:36 -04002852#, fuzzy, c-format
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002853msgid "%12u fifo\n"
2854msgid_plural "%12u fifos\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002855msgstr[0] "%8d fifo\n"
2856msgstr[1] "%8d fifo\n"
2857
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002858#: e2fsck/unix.c:207
Eric Sandeen032eafe2012-07-28 17:48:36 -04002859#, fuzzy, c-format
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002860msgid "%12u link\n"
2861msgid_plural "%12u links\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002862msgstr[0] "%8d bağ\n"
2863msgstr[1] "%8d bağ\n"
2864
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002865#: e2fsck/unix.c:209
Eric Sandeen032eafe2012-07-28 17:48:36 -04002866#, fuzzy, c-format
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002867msgid "%12u symbolic link"
2868msgid_plural "%12u symbolic links"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002869msgstr[0] "%8d sembolik bağ"
2870msgstr[1] "%8d sembolik bağ"
2871
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002872#: e2fsck/unix.c:211
Eric Sandeen032eafe2012-07-28 17:48:36 -04002873#, fuzzy, c-format
2874msgid " (%u fast symbolic link)\n"
2875msgid_plural " (%u fast symbolic links)\n"
2876msgstr[0] " (%d hızlı sembolik bağ)\n"
2877msgstr[1] " (%d hızlı sembolik bağ)\n"
2878
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002879#: e2fsck/unix.c:215
Eric Sandeen032eafe2012-07-28 17:48:36 -04002880#, fuzzy, c-format
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002881msgid "%12u socket\n"
2882msgid_plural "%12u sockets\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002883msgstr[0] "%8d soket\n"
2884msgstr[1] "%8d soket\n"
2885
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002886#: e2fsck/unix.c:219
Eric Sandeen032eafe2012-07-28 17:48:36 -04002887#, fuzzy, c-format
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002888msgid "%12u file\n"
2889msgid_plural "%12u files\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002890msgstr[0] "%8d dosya\n"
2891msgstr[1] "%8d dosya\n"
2892
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002893#: e2fsck/unix.c:232 misc/badblocks.c:988 misc/tune2fs.c:2023 misc/util.c:311
Theodore Ts'o196b59c2014-05-18 21:47:32 -04002894#: resize/main.c:260
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002895#, c-format
2896msgid "while determining whether %s is mounted."
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002897msgstr "- %s'in bağlı olup olmadığı saptanmaya çalışılırken hata oluştu."
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002898
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002899#: e2fsck/unix.c:253
Eric Sandeen032eafe2012-07-28 17:48:36 -04002900#, fuzzy, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002901msgid "Warning! %s is mounted.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002902msgstr "Uyarı! %s bağlı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002903
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002904#: e2fsck/unix.c:256
2905#, fuzzy, c-format
2906msgid "Warning! %s is in use.\n"
2907msgstr "Uyarı! %s bağlı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002908
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002909#: e2fsck/unix.c:262
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002910#, fuzzy, c-format
2911msgid "%s is mounted.\n"
2912msgstr "%s bağlandı. "
2913
2914#: e2fsck/unix.c:264
2915#, fuzzy, c-format
2916msgid "%s is in use.\n"
2917msgstr "%s bağlandı. "
2918
2919#: e2fsck/unix.c:266
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002920msgid ""
2921"Cannot continue, aborting.\n"
2922"\n"
2923msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002924"Devam edilemiyor. çıkılıyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002925"\n"
2926
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002927#: e2fsck/unix.c:268
Eric Sandeen032eafe2012-07-28 17:48:36 -04002928#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002929msgid ""
2930"\n"
2931"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04002932"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
2933"cause ***SEVERE*** filesystem damage.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002934"\n"
2935msgstr ""
2936"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002937"\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05002938"****DİKKAT!!!! e2fsck'nın bağlı bir dosya sisteminde çalıştırılması\n"
2939"ÇOK CİDDİ hasarlara sebep olabilir.****\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04002940"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002941
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002942#: e2fsck/unix.c:273
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002943msgid "Do you really want to continue"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002944msgstr "Gerçekten devam etmek istiyor musunuz?"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002945
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002946#: e2fsck/unix.c:275
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002947msgid "check aborted.\n"
2948msgstr "denetim durdu.\n"
2949
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002950#: e2fsck/unix.c:368
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002951msgid " contains a file system with errors"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002952msgstr " hatalı bir dosya sistemi içeriyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002953
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002954#: e2fsck/unix.c:370
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002955msgid " was not cleanly unmounted"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002956msgstr " usulünce sistemden ayrılmamış"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002957
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002958#: e2fsck/unix.c:372
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002959msgid " primary superblock features different from backup"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05002960msgstr " birincil süperblok özellikleri yedeklemeden farklı"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002961
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002962#: e2fsck/unix.c:376
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002963#, c-format
2964msgid " has been mounted %u times without being checked"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002965msgstr " denetlenmeksizin %u kere bağlandı"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002966
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002967#: e2fsck/unix.c:383
Theodore Ts'o945ffb92009-01-26 20:43:10 -05002968#, fuzzy
2969msgid " has filesystem last checked time in the future"
2970msgstr "Dosya sisteminin son denetim zamanı %s yapılıyor\n"
2971
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002972#: e2fsck/unix.c:389
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002973#, c-format
2974msgid " has gone %u days without being checked"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002975msgstr " denetlenmeksizin %u gün geçti"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002976
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002977#: e2fsck/unix.c:398
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002978msgid ", check forced.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002979msgstr ", denetim başlatılacak.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002980
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002981#: e2fsck/unix.c:431
Theodore Ts'o851bcf32007-07-08 12:09:40 -04002982#, fuzzy, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04002983msgid "%s: clean, %u/%u files, %llu/%llu blocks"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002984msgstr "%s: temiz, %d/%d dosya, %u/%u blok"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04002985
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002986#: e2fsck/unix.c:451
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002987msgid " (check deferred; on battery)"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002988msgstr " (denetleme ertelendi; batarya)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002989
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002990#: e2fsck/unix.c:454
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002991msgid " (check after next mount)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002992msgstr " (sistem bağlandıktan sonra denetle)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002993
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002994#: e2fsck/unix.c:456
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002995#, c-format
2996msgid " (check in %ld mounts)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05002997msgstr " (sistem %ld kere bağlandığında denetle)"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05002998
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04002999#: e2fsck/unix.c:606
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003000#, c-format
3001msgid "ERROR: Couldn't open /dev/null (%s)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003002msgstr "HATA: /dev/null açılamadı (%s)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003003
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003004#: e2fsck/unix.c:675
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003005msgid "Invalid EA version.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003006msgstr "Ek özellik sürümü geçersiz.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003007
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003008#: e2fsck/unix.c:702
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003009#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003010msgid "Unknown extended option: %s\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003011msgstr "Bilinmeyen ek seçenek: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003012
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003013#: e2fsck/unix.c:727
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003014#, c-format
3015msgid ""
3016"Syntax error in e2fsck config file (%s, line #%d)\n"
3017"\t%s\n"
3018msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003019"e2fsck yapılandırma dosyasında (%s, %d.satırda) sözdizimi hatası\n"
3020"\t%s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003021
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003022#: e2fsck/unix.c:797
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003023#, c-format
3024msgid "Error validating file descriptor %d: %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003025msgstr "Dosya tanımlayıcı %d değerlendirilirken hata: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003026
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003027#: e2fsck/unix.c:801
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003028msgid "Invalid completion information file descriptor"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003029msgstr "Tamamlama bilgisi dosya tanımlayıcısı geçersiz"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003030
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003031#: e2fsck/unix.c:816
Theodore Ts'o6956f612005-12-31 16:46:15 -05003032msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003033msgstr "Sadece -p/-a, -n veya -y seçeneklerinden sadece biri belirtilebilir."
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003034
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003035#: e2fsck/unix.c:837
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05003036#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003037msgid "The -t option is not supported on this version of e2fsck.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003038msgstr " -t seçeneği e2fsck'nın bu sürümünde desteklenmiyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003039
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003040#: e2fsck/unix.c:868 e2fsck/unix.c:942 misc/tune2fs.c:846 misc/tune2fs.c:1141
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003041#: misc/tune2fs.c:1159
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003042#, c-format
3043msgid "Unable to resolve '%s'"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003044msgstr "'%s' çözümlenemiyor"
Theodore Ts'o7a1b3322003-12-24 14:24:02 -05003045
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003046#: e2fsck/unix.c:921
Eric Sandeen032eafe2012-07-28 17:48:36 -04003047msgid "The -n and -D options are incompatible."
3048msgstr ""
3049
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003050#: e2fsck/unix.c:926
Eric Sandeen032eafe2012-07-28 17:48:36 -04003051msgid "The -n and -c options are incompatible."
3052msgstr ""
3053
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003054#: e2fsck/unix.c:931
Eric Sandeen032eafe2012-07-28 17:48:36 -04003055#, fuzzy
3056msgid "The -n and -l/-L options are incompatible."
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003057msgstr ""
3058" -c seçeneği ile -l ve -L seçenekleri aynı anda birlikte kullanılamaz.\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003059
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003060#: e2fsck/unix.c:985
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003061msgid "The -c and the -l/-L options may not be both used at the same time.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003062msgstr ""
3063" -c seçeneği ile -l ve -L seçenekleri aynı anda birlikte kullanılamaz.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003064
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003065#: e2fsck/unix.c:1032
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003066#, c-format
3067msgid ""
3068"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3069"\n"
3070msgstr ""
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003071"E2FSCK_JBD_DEBUG \"%s\" bir tamsayı değil\n"
3072"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003073
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003074#: e2fsck/unix.c:1041
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003075#, c-format
3076msgid ""
3077"\n"
3078"Invalid non-numeric argument to -%c (\"%s\")\n"
3079"\n"
3080msgstr ""
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003081"\n"
3082"Sayısal olmayan geçersiz bağımsız değişken, -%c (\"%s\")\n"
3083"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003084
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003085#: e2fsck/unix.c:1132
Eric Sandeen032eafe2012-07-28 17:48:36 -04003086#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003087msgid ""
3088"MMP interval is %u seconds and total wait time is %u seconds. Please "
3089"wait...\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003090msgstr ""
3091
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003092#: e2fsck/unix.c:1149 e2fsck/unix.c:1154
Eric Sandeen032eafe2012-07-28 17:48:36 -04003093#, fuzzy
3094msgid "while checking MMP block"
3095msgstr "- süperblok ayarlanırken hata oluştu"
3096
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003097#: e2fsck/unix.c:1156 misc/tune2fs.c:1950
Eric Sandeen032eafe2012-07-28 17:48:36 -04003098msgid ""
3099"If you are sure the filesystem is not in use on any node, run:\n"
3100"'tune2fs -f -E clear_mmp {device}'\n"
3101msgstr ""
3102
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003103#: e2fsck/unix.c:1207
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003104msgid "Error: ext2fs library version out of date!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003105msgstr "Hata: ext2fs kitaplık sürümü uygun değil!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003106
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003107#: e2fsck/unix.c:1214
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003108msgid "while trying to initialize program"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003109msgstr "- uygulama başlatılmaya çelışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003110
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003111#: e2fsck/unix.c:1237
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003112#, c-format
3113msgid "\tUsing %s, %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003114msgstr "\t%s, %s kullanılıyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003115
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003116#: e2fsck/unix.c:1249
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003117msgid "need terminal for interactive repairs"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003118msgstr "etkileşimli onarım için uçbirim gerekli"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003119
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003120#: e2fsck/unix.c:1303
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003121#, c-format
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003122msgid "%s: %s trying backup blocks...\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003123msgstr "%s: %s blokları yedeklemeye çalışıyor...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003124
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003125#: e2fsck/unix.c:1305
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003126msgid "Superblock invalid,"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003127msgstr "Süperblok geçersiz,"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003128
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003129#: e2fsck/unix.c:1306
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003130msgid "Group descriptors look bad..."
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003131msgstr "Grup tanımlayıcılar hatalı görünüyor..."
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003132
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003133#: e2fsck/unix.c:1316
Eric Sandeen032eafe2012-07-28 17:48:36 -04003134#, fuzzy, c-format
3135msgid "%s: %s while using the backup blocks"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003136msgstr "- hatalı bloklar düğümü okunurken hata oluştu"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003137
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003138#: e2fsck/unix.c:1320
Eric Sandeen032eafe2012-07-28 17:48:36 -04003139#, fuzzy, c-format
3140msgid "%s: going back to original superblock\n"
3141msgstr "%s: geçerli gümlük dosyası super bloğu yok\n"
3142
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003143#: e2fsck/unix.c:1349
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003144msgid ""
3145"The filesystem revision is apparently too high for this version of e2fsck.\n"
3146"(Or the filesystem superblock is corrupt)\n"
3147"\n"
3148msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003149"Dosya sistemi e2fsck'nın bu sürümünden daha yüksek bir sürümü\n"
3150"destekliyor gibi. (Ya da dosya sisteminin süperbloğu bozuk olabilir)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003151"\n"
3152
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003153#: e2fsck/unix.c:1356
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003154msgid "Could this be a zero-length partition?\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003155msgstr "Bu sıfır uzunluklu bir disk bölümü olabilir mi?\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003156
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003157#: e2fsck/unix.c:1358
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003158#, c-format
3159msgid "You must have %s access to the filesystem or be root\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003160msgstr "Dosya sistemine %s erişiminiz olmalı ya da root olmalısınız\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003161
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003162#: e2fsck/unix.c:1364
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003163msgid "Possibly non-existent or swap device?\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003164msgstr "Bu mevcut olmayan bir aygıt ya da bir takas aygıtı mı acaba?\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003165
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003166#: e2fsck/unix.c:1366
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003167msgid "Filesystem mounted or opened exclusively by another program?\n"
3168msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003169"Dosyasistemi başka bir uygulama tarafından özellikle bağlanmış veya açılmış\n"
3170"olabilir mi?\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003171
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003172#: e2fsck/unix.c:1370
Eric Sandeen032eafe2012-07-28 17:48:36 -04003173#, fuzzy
3174msgid "Possibly non-existent device?\n"
3175msgstr "Bu mevcut olmayan bir aygıt ya da bir takas aygıtı mı acaba?\n"
3176
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003177#: e2fsck/unix.c:1373
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003178msgid ""
3179"Disk write-protected; use the -n option to do a read-only\n"
3180"check of the device.\n"
3181msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003182"Disk yazma korumalı; -n seçeneğini kullanarak salt-oku kipinde\n"
3183"denetim yapınız.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003184
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003185#: e2fsck/unix.c:1437
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003186msgid "Get a newer version of e2fsck!"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003187msgstr "e2fsck'nın daha yeni bir sürümünü alın!"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003188
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003189#: e2fsck/unix.c:1480
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003190#, c-format
3191msgid "while checking ext3 journal for %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003192msgstr "- %s için ext3 günlüğü denetlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003193
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003194#: e2fsck/unix.c:1492
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003195msgid ""
3196"Warning: skipping journal recovery because doing a read-only filesystem "
3197"check.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003198msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003199"Uyarı: Dosya sistemi salt-oku kipinde denetlendiğinden\n"
3200"günlük dosyasına göre kurtarma atlanıyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003201
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003202#: e2fsck/unix.c:1504
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003203#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003204msgid "unable to set superblock flags on %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003205msgstr "%s üzerine süperblok bayrakları konulamadı\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003206
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003207#: e2fsck/unix.c:1511
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003208#, c-format
3209msgid "while recovering ext3 journal of %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003210msgstr "- %s ext3 günlük dosyası kurtarılmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003211
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003212#: e2fsck/unix.c:1534
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003213#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003214msgid "%s has unsupported feature(s):"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003215msgstr "%s desteklenmeyen özellik(leri):"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003216
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003217#: e2fsck/unix.c:1549
Eric Sandeen032eafe2012-07-28 17:48:36 -04003218#, fuzzy, c-format
3219msgid "%s: warning: compression support is experimental.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003220msgstr "Uyarı: sıkıştırma desteği deneyseldir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003221
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003222#: e2fsck/unix.c:1555
Eric Sandeen032eafe2012-07-28 17:48:36 -04003223#, fuzzy, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003224msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04003225"%s: e2fsck not compiled with HTREE support,\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003226"\tbut filesystem %s has HTREE directories.\n"
3227msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003228"E2fsck HTREE desteği ile derlenmemiş,\n"
3229"\tama dosya sistemi %s HTREE dizinleri içeriyor.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003230
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003231#: e2fsck/unix.c:1607
Eric Sandeen032eafe2012-07-28 17:48:36 -04003232#, fuzzy, c-format
3233msgid "%s: %s while reading bad blocks inode\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003234msgstr "- hatalı bloklar düğümü okunmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003235
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003236#: e2fsck/unix.c:1610
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003237msgid "This doesn't bode well, but we'll try to go on...\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003238msgstr "Bu pek hayra alamet değil, ama üstüne gidilecek...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003239
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003240#: e2fsck/unix.c:1651
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003241#, c-format
3242msgid "Creating journal (%d blocks): "
3243msgstr "Günlük oluşturuluyor (%d blok): "
3244
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003245#: e2fsck/unix.c:1661
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003246msgid " Done.\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003247msgstr " Tamamlandı.\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003248
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003249#: e2fsck/unix.c:1663
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003250msgid ""
3251"\n"
3252"*** journal has been re-created - filesystem is now ext3 again ***\n"
3253msgstr ""
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003254"\n"
3255"*** günlük yeniden oluşturuldu - dosya sistemi yeniden ext3 ***\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003256
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003257#: e2fsck/unix.c:1687
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003258msgid "Restarting e2fsck from the beginning...\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003259msgstr "e2fsck baştan başlıyor...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003260
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003261#: e2fsck/unix.c:1691
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003262msgid "while resetting context"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003263msgstr "- bağlam sıfırlanırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003264
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003265#: e2fsck/unix.c:1698
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003266#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003267msgid "%s: e2fsck canceled.\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003268msgstr "%s: e2fsck durduruldu.\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003269
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003270#: e2fsck/unix.c:1703
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003271msgid "aborted"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003272msgstr "çıktı"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003273
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003274#: e2fsck/unix.c:1715 e2fsck/util.c:67
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003275#, c-format
3276msgid ""
3277"\n"
3278"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3279msgstr ""
3280"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003281"%s: ***** DOSYA SİSTEMİ DEĞİŞTİRİLDİ *****\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003282
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003283#: e2fsck/unix.c:1719
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003284#, c-format
3285msgid "%s: ***** REBOOT LINUX *****\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003286msgstr "%s: ***** MAKİNAYI YENİDEN BAŞLATIN *****\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003287
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003288#: e2fsck/unix.c:1727 e2fsck/util.c:73
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003289#, c-format
3290msgid ""
3291"\n"
3292"%s: ********** WARNING: Filesystem still has errors **********\n"
3293"\n"
3294msgstr ""
3295"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003296"%s: ********** UYARI: Dosya sistemi hala hatalı **********\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003297"\n"
3298
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003299#: e2fsck/unix.c:1767
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003300#, fuzzy
3301msgid "while setting block group checksum info"
3302msgstr "- hatalı blok düğümü belirlenirken hata oluştu"
3303
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003304#: e2fsck/util.c:190 misc/util.c:86
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003305msgid "yY"
3306msgstr "eE"
3307
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003308#: e2fsck/util.c:191
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003309msgid "nN"
3310msgstr "hH"
3311
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003312#: e2fsck/util.c:205
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003313msgid "<y>"
3314msgstr "<e>"
3315
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003316#: e2fsck/util.c:207
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003317msgid "<n>"
3318msgstr "<h>"
3319
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003320#: e2fsck/util.c:209
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003321msgid " (y/n)"
3322msgstr " (e/h)"
3323
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003324#: e2fsck/util.c:223
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003325msgid "cancelled!\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003326msgstr "durduruldu!\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003327
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003328#: e2fsck/util.c:238
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003329msgid "yes\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003330msgstr "evet\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003331
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003332#: e2fsck/util.c:240
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003333msgid "no\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003334msgstr "hayır\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003335
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003336#: e2fsck/util.c:250
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003337#, c-format
3338msgid ""
3339"%s? no\n"
3340"\n"
3341msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003342"%s? hayır\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003343"\n"
3344
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003345#: e2fsck/util.c:254
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003346#, c-format
3347msgid ""
3348"%s? yes\n"
3349"\n"
3350msgstr ""
3351"%s? evet\n"
3352"\n"
3353
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003354#: e2fsck/util.c:258
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003355msgid "yes"
3356msgstr "evet"
3357
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003358#: e2fsck/util.c:258
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003359msgid "no"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003360msgstr "hayır"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003361
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003362#: e2fsck/util.c:273
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003363#, c-format
3364msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003365msgstr "e2fsck_read_bitmaps: %s için biteşlem blokları kuraldışı"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003366
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003367#: e2fsck/util.c:278
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003368msgid "reading inode and block bitmaps"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003369msgstr "düğüm ve blok biteşlemleri okunuyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003370
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003371#: e2fsck/util.c:286
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003372#, c-format
3373msgid "while retrying to read bitmaps for %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003374msgstr "- %s için biteşlemlerin okunması yinelenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003375
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003376#: e2fsck/util.c:298
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003377#, fuzzy
3378msgid "writing block and inode bitmaps"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003379msgstr "blok biteşlemleri yazılıyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003380
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003381#: e2fsck/util.c:303
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003382#, fuzzy, c-format
3383msgid "while rewriting block and inode bitmaps for %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003384msgstr "- %s için düğüm biteşlemlerinin yazılması yinelenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003385
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003386#: e2fsck/util.c:315
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003387#, c-format
3388msgid ""
3389"\n"
3390"\n"
3391"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3392"\t(i.e., without -a or -p options)\n"
3393msgstr ""
3394"\n"
3395"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003396"%s: BEKLENMEYEN UYGUNSUZLUK; fsck ÇALIŞTIRMALISINIZ.\n"
3397"\t(-a ve -p seçeneklerini kullanmadan)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003398
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003399#: e2fsck/util.c:396
Eric Sandeen032eafe2012-07-28 17:48:36 -04003400#, fuzzy, c-format
3401msgid "Memory used: %luk/%luk (%luk/%luk), "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003402msgstr "Kullanılan bellek: %dk/%dk (%dk/%dk), "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003403
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003404#: e2fsck/util.c:400
Eric Sandeen032eafe2012-07-28 17:48:36 -04003405#, fuzzy, c-format
3406msgid "Memory used: %lu, "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003407msgstr "Kullanılan bellek: %d, "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003408
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003409#: e2fsck/util.c:407
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003410#, c-format
3411msgid "time: %5.2f/%5.2f/%5.2f\n"
3412msgstr "zaman: %5.2f/%5.2f/%5.2f\n"
3413
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003414#: e2fsck/util.c:412
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003415#, c-format
3416msgid "elapsed time: %6.3f\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003417msgstr "geçen süre: %6.3f\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003418
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003419#: e2fsck/util.c:447 e2fsck/util.c:461
Eric Sandeen032eafe2012-07-28 17:48:36 -04003420#, fuzzy, c-format
3421msgid "while reading inode %lu in %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003422msgstr "- %ld düğümü %s den okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003423
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003424#: e2fsck/util.c:475 e2fsck/util.c:488
Eric Sandeen032eafe2012-07-28 17:48:36 -04003425#, fuzzy, c-format
3426msgid "while writing inode %lu in %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003427msgstr "- %ld düğümü %s e yazılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003428
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003429#: e2fsck/util.c:637
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003430msgid "while allocating zeroizing buffer"
3431msgstr "- sıfırlama tampon belleği ayrılırken hata oluştu"
3432
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003433#: e2fsck/util.c:785
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003434msgid ""
3435"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3436"running.\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003437msgstr ""
3438
3439#: misc/badblocks.c:69
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003440#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04003441msgid "done \n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003442msgstr "bitti .\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003443
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003444#: misc/badblocks.c:92
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003445#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003446msgid ""
3447"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003448" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3449"max_bad_blocks]\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003450" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3451" device [last_block [first_block]]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003452msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003453"Kullanımı: %s [-b blok_boyu] [-i girdi_dosyası] [-o çıktı_dosyası]\n"
3454" [-svwnf] [-c blok_sayısı] [-p geçiş_sayısı]\n"
3455" [-t deneme_şablonu [-t deneme_şablonu\n"
3456" [...]]]\n"
3457" aygıt [son_blok [ilk_blok]]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003458
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003459#: misc/badblocks.c:103
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003460#, c-format
3461msgid ""
3462"%s: The -n and -w options are mutually exclusive.\n"
3463"\n"
3464msgstr ""
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003465"%s: -n ve -w seçenekleri birbirinden bağımsızdır.\n"
3466"\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003467
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003468#: misc/badblocks.c:218
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003469#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003470msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003471msgstr ""
3472
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003473#: misc/badblocks.c:323
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003474msgid "Testing with random pattern: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003475msgstr "Rasgele şablon ile sınanıyor: "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003476
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003477#: misc/badblocks.c:341
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003478msgid "Testing with pattern 0x"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003479msgstr "Sınama şablonu: 0x"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003480
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003481#: misc/badblocks.c:373 misc/badblocks.c:446
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003482msgid "during seek"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003483msgstr "erişim sırasında"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003484
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003485#: misc/badblocks.c:384
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003486#, c-format
3487msgid "Weird value (%ld) in do_read\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003488msgstr "do_read için tuhaf değer (%ld)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003489
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003490#: misc/badblocks.c:471
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003491msgid "during ext2fs_sync_device"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003492msgstr "ext2fs_sync_device sırasında"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003493
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003494#: misc/badblocks.c:491 misc/badblocks.c:753
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003495msgid "while beginning bad block list iteration"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003496msgstr "- hatalı blok listesi yinelemesine başlanırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003497
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003498#: misc/badblocks.c:506 misc/badblocks.c:606 misc/badblocks.c:764
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003499msgid "while allocating buffers"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003500msgstr "- tampon bellek ayrılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003501
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003502#: misc/badblocks.c:510
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003503#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003504msgid "Checking blocks %lu to %lu\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003505msgstr "%lu ile %lu arasındaki bloklar denetleniyor\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003506
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003507#: misc/badblocks.c:515
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003508msgid "Checking for bad blocks in read-only mode\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003509msgstr "Hatalı bloklar salt-okunur kipte denetleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003510
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003511#: misc/badblocks.c:524
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003512msgid "Checking for bad blocks (read-only test): "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003513msgstr "Hatalı bloklar için denetleniyor (salt-oku testi): "
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003514
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003515#: misc/badblocks.c:531 misc/badblocks.c:638 misc/badblocks.c:680
3516#: misc/badblocks.c:827
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003517msgid "Too many bad blocks, aborting test\n"
3518msgstr ""
3519
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003520#: misc/badblocks.c:613
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003521msgid "Checking for bad blocks in read-write mode\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003522msgstr "Hatalı bloklar oku-yaz kipinde denetleniyor\n"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003523
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003524#: misc/badblocks.c:615 misc/badblocks.c:777
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003525#, c-format
3526msgid "From block %lu to %lu\n"
3527msgstr "Blok %lu dan %lu ya kadar\n"
3528
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003529#: misc/badblocks.c:670
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003530msgid "Reading and comparing: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003531msgstr "Okunuyor ve karşılaştırılıyor: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003532
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003533#: misc/badblocks.c:776
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003534msgid "Checking for bad blocks in non-destructive read-write mode\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003535msgstr "Hatalı bloklar veri bozmayan oku-yaz kipinde denetleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003536
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003537#: misc/badblocks.c:782
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003538msgid "Checking for bad blocks (non-destructive read-write test)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003539msgstr "Hatalı bloklar denetleniyor (yıkıcı olmayan oku-yaz sınaması)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003540
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003541#: misc/badblocks.c:789
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003542msgid ""
3543"\n"
3544"Interrupt caught, cleaning up\n"
3545msgstr ""
3546"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003547"Kesme yakalandı, kaldırılıyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003548
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003549#: misc/badblocks.c:872
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003550#, c-format
3551msgid "during test data write, block %lu"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003552msgstr "veri yazma denemesi sırasında, blok %lu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003553
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003554#: misc/badblocks.c:993 misc/util.c:316
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003555#, c-format
3556msgid "%s is mounted; "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003557msgstr "%s bağlandı; "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003558
Eric Sandeen032eafe2012-07-28 17:48:36 -04003559#: misc/badblocks.c:995
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003560msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3561msgstr ""
3562"badblocks n'olursa olsun çalıştırılacak. İnşallah /etc/mtab yanlıştır.\n"
3563
3564#: misc/badblocks.c:1000
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003565msgid "it's not safe to run badblocks!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003566msgstr "'badblocks' çalıştırmak güvenli değil!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003567
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003568#: misc/badblocks.c:1005 misc/util.c:327
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003569#, c-format
3570msgid "%s is apparently in use by the system; "
Theodore Ts'o886017a2005-06-26 22:11:46 -04003571msgstr "%s görünüşe göre sistem tarafından kullanılıyor; "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003572
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003573#: misc/badblocks.c:1008
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003574msgid "badblocks forced anyway.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003575msgstr "badblocks n'olursa olsun çalıştırılacak.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003576
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003577#: misc/badblocks.c:1028
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003578#, fuzzy, c-format
3579msgid "invalid %s - %s"
3580msgstr "blok uzunluğu hatalı - %s"
3581
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003582#: misc/badblocks.c:1139
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003583#, c-format
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003584msgid "can't allocate memory for test_pattern - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003585msgstr "sınama şablonu - %s için bellek ayrılamadı"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003586
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003587#: misc/badblocks.c:1169
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003588msgid "Maximum of one test_pattern may be specified in read-only mode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003589msgstr "Salt okunur kipte en çok bir sınama şablonu belirtilebilir"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003590
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003591#: misc/badblocks.c:1175
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003592msgid "Random test_pattern is not allowed in read-only mode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003593msgstr "Salt okunur kipte rasgele sınama şablonu kullanımına izin verilmez"
Theodore Ts'o96e6f5d2003-05-21 18:26:31 -04003594
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003595#: misc/badblocks.c:1189
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003596msgid ""
3597"Couldn't determine device size; you must specify\n"
3598"the size manually\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003599msgstr "Aygıt alanı saptanamadı; Elle bir değer girmelisiniz\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003600
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003601#: misc/badblocks.c:1195
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003602msgid "while trying to determine device size"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003603msgstr "- aygıt alanı saptanmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003604
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003605#: misc/badblocks.c:1200
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003606#, fuzzy
3607msgid "last block"
3608msgstr "Bloklar yeniden konumlandırılıyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003609
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003610#: misc/badblocks.c:1206
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003611#, fuzzy
3612msgid "first block"
3613msgstr "İlk veri bloğu = %u\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003614
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003615#: misc/badblocks.c:1209
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003616#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003617msgid "invalid starting block (%llu): must be less than %llu"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003618msgstr "başlangıç bloğu hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003619
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003620#: misc/badblocks.c:1216
3621#, fuzzy, c-format
3622msgid "invalid end block (%llu): must be 32-bit value"
3623msgstr "başlangıç bloğu hatalı - %s"
3624
3625#: misc/badblocks.c:1272
Theodore Ts'o197abba2005-06-20 18:00:23 -04003626msgid "while creating in-memory bad blocks list"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003627msgstr "hatalı bloklar listesi bellekte oluşturulurken"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003628
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003629#: misc/badblocks.c:1281
3630msgid "input file - bad format"
3631msgstr ""
3632
3633#: misc/badblocks.c:1289 misc/badblocks.c:1298
Theodore Ts'o197abba2005-06-20 18:00:23 -04003634msgid "while adding to in-memory bad block list"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003635msgstr "bellekteki hatalı bloklar listesine eklenirken"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003636
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003637#: misc/badblocks.c:1323
Eric Sandeen032eafe2012-07-28 17:48:36 -04003638#, fuzzy, c-format
3639msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003640msgstr "Geçiş tamamlandı, %u hatalı blok bulundu.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003641
Eric Sandeen032eafe2012-07-28 17:48:36 -04003642#: misc/chattr.c:86
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003643#, fuzzy, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003644msgid "Usage: %s [-RVf] [-+=aAcCdDeijsStTu] [-v version] files...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003645msgstr ""
Theodore Ts'oce1250c2005-05-20 22:51:55 -04003646"Kullanımı: %s [-RV] [-+=AacDdijsSu] [-v sürüm] dosyalar...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003647"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003648"Dosya özelliklerini değiştirmekte kullanılır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003649"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003650"Sembolik kip seçenekleri:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003651"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003652"Bu kipte özellikler + ile mevcut seçeneklere eklenir, - ile kaldırılır,\n"
3653"= ile sadece belirtilen özellikler içerilir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003654"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003655" A: erişim zamanı güncellenmez\n"
3656" a: sadece dosyanın sonuna ekleme yapılabilir. root değiştirebilir.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003657" c: sıkıştırılmış; dosyanın okuma-yazma sırasındaki açılması/"
3658"sıkıştırılması\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003659" çekirdeğin denetimindedir.\n"
3660" d: dökümlenmez; dump uygulamasından etkilenmez.\n"
3661" D: bir dizine uygulanır ve dizindeki değişiklikler eşzamanlı işlenir.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003662" i: değişmez; dosya içeriği silinemez, yazılamaz, dosyaya bağ "
3663"oluşturulamaz\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003664" ve ismi değiştirilemez. Sadece root bu özelliği değiştirebilir.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003665" j: günlükleme; dosya sistemi ext3 olarak bağlanmışsa bu özellik "
3666"etkisizdir\n"
3667" s: silinme güvenliği; bu özellik verilen bir dosya silindiğinde veri "
3668"alanı\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003669" sıfırlarla doldurulur\n"
3670" S: eşzamanlı güncellemeler; bu özelliği içeren bir dosyaya tüm\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003671" değişiklikler anında yazılır, sistemin 'sync' seçeneği ile "
3672"bağlanmasına\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003673" eşdeğer özellik sağlar\n"
3674" u: silinememezlik; bu dosya silindiğinde içeriği saklanır, silecek\n"
3675" kullanıcıya silinme sırasında sorulmasını sağlar.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003676"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003677"Seçenekler:\n"
3678" -R dizinler ve içeriklerinde ardışık işlem yapılır\n"
3679" -V sürüm bilgisi ile işlem hakkında daha ayrıntılı bilgi verilir\n"
3680" -v sürüm dosyanın sürüm/üretim numarası belirtilir\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003681"\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003682"Çeviri hatalarını <gnu-tr@belgeler.org> adresine bildiriniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003683"\n"
3684
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003685#: misc/chattr.c:155
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003686#, c-format
3687msgid "bad version - %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003688msgstr "sürüm hatalı - %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003689
Eric Sandeen032eafe2012-07-28 17:48:36 -04003690#: misc/chattr.c:201 misc/lsattr.c:116
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003691#, c-format
3692msgid "while trying to stat %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003693msgstr "- stat %s yapılmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003694
Eric Sandeen032eafe2012-07-28 17:48:36 -04003695#: misc/chattr.c:208
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003696#, c-format
3697msgid "while reading flags on %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003698msgstr "- %s üzerinde bayraklar okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003699
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003700#: misc/chattr.c:213 misc/chattr.c:225
Eric Sandeen032eafe2012-07-28 17:48:36 -04003701#, c-format
3702msgid "Flags of %s set as "
3703msgstr "Belirlenen %s bayrakları: "
3704
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003705#: misc/chattr.c:234
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003706#, c-format
3707msgid "while setting flags on %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003708msgstr "- %s üzerinde bayraklar belirlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003709
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003710#: misc/chattr.c:242
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003711#, c-format
3712msgid "Version of %s set as %lu\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003713msgstr "%s sürümü %lu olarak belirlendi\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003714
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003715#: misc/chattr.c:246
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003716#, c-format
3717msgid "while setting version on %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003718msgstr "- %s üzerinde sürüm belirlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003719
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003720#: misc/chattr.c:267
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003721msgid "Couldn't allocate path variable in chattr_dir_proc"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003722msgstr "chattr_dir_proc işlevinde dosya yolu değişkenine yer ayrılamadı"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003723
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003724#: misc/chattr.c:307
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003725msgid "= is incompatible with - and +\n"
3726msgstr "= ile + ve - uyumsuz\n"
3727
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003728#: misc/chattr.c:315
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003729msgid "Must use '-v', =, - or +\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003730msgstr "'-v', =, - veya + kullanılmalı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003731
Eric Sandeen032eafe2012-07-28 17:48:36 -04003732#: misc/dumpe2fs.c:55
3733#, fuzzy, c-format
3734msgid "Usage: %s [-bfhixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003735msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003736"Kullanımı: %s [-bfhixV] [-ob süperblok] [-oB blokboyu] aygıt\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003737"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003738"Dosya sistemi bilgilerini dökümler.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003739"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003740"Seçenekler:\n"
3741" -b hatalı olarak imlenmiş blokları gösterir\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003742" -f dosya sistemi dumpe2fs'in bilmediği özellikler içerse "
3743"bile\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003744" bilgilerin dökümlenmesini sağlar\n"
3745" -h grup tanımlayıcıları değil sadece süperblok bilgilerini\n"
3746" gösterir\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003747" -i belirtilen aygıt için e2image tarafından oluşturulmuş "
3748"disk\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003749" görüntüsü dosyasının verilerini gösterir\n"
3750" -x ayrıntılı olarak grupların bilgileri gösterilir\n"
3751" -V sürüm bilgileri gösterilir ve çıkar\n"
3752" -ob süperblok dosya sistemini tanımlayan süperblok belirtilir\n"
3753" -oB blokboyu dosya sistemini tanımlayan blok uzunluğu belirtilir\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003754"\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003755"Çeviri hatalarını <gnu-tr@belgeler.org> adresine bildiriniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003756"\n"
3757
Eric Sandeen032eafe2012-07-28 17:48:36 -04003758#: misc/dumpe2fs.c:159
3759#, fuzzy
3760msgid "blocks"
3761msgstr "bblok"
3762
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003763#: misc/dumpe2fs.c:169
Eric Sandeen032eafe2012-07-28 17:48:36 -04003764msgid "clusters"
3765msgstr ""
3766
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003767#: misc/dumpe2fs.c:197
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003768#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003769msgid "Group %lu: (Blocks "
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003770msgstr "Grup %lu: (Bloklar: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003771
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003772#: misc/dumpe2fs.c:205
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003773#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04003774msgid " Checksum 0x%04x"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003775msgstr ""
3776
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003777#: misc/dumpe2fs.c:207
Eric Sandeen032eafe2012-07-28 17:48:36 -04003778#, c-format
3779msgid " (EXPECTED 0x%04x)"
3780msgstr ""
3781
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003782#: misc/dumpe2fs.c:208
Eric Sandeen032eafe2012-07-28 17:48:36 -04003783#, fuzzy, c-format
3784msgid ", unused inodes %u\n"
3785msgstr "düğüm sayısı hatalı - %s"
3786
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003787#: misc/dumpe2fs.c:213
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003788#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003789msgid " %s superblock at "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003790msgstr " %s süperblok: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003791
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003792#: misc/dumpe2fs.c:214
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003793msgid "Primary"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003794msgstr " İlk"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003795
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003796#: misc/dumpe2fs.c:214
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003797msgid "Backup"
3798msgstr "Yedek"
3799
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003800#: misc/dumpe2fs.c:218
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003801msgid ", Group descriptors at "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003802msgstr ""
3803" \n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003804" Grup tanımlayıcı: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003805
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003806#: misc/dumpe2fs.c:222
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05003807msgid ""
3808"\n"
3809" Reserved GDT blocks at "
3810msgstr ""
3811"\n"
3812" Yedek GDT blokları "
3813
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003814#: misc/dumpe2fs.c:229
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003815msgid " Group descriptor at "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003816msgstr ""
3817" \n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003818" Grup tanımlayıcı: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003819
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003820#: misc/dumpe2fs.c:235
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003821msgid " Block bitmap at "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003822msgstr " Blok biteşlemi: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003823
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003824#: misc/dumpe2fs.c:239
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003825msgid ", Inode bitmap at "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003826msgstr ""
3827" \n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003828" Düğüm biteşlemi: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003829
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003830#: misc/dumpe2fs.c:243
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003831msgid ""
3832"\n"
3833" Inode table at "
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003834msgstr ""
3835"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003836" Düğüm tablosu: "
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003837
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003838#: misc/dumpe2fs.c:249
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003839#, fuzzy, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003840msgid ""
3841"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04003842" %u free %s, %u free inodes, %u directories%s"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04003843msgstr ""
3844"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003845" %d serbest blok, %d serbest düğüm, %d dizin\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003846
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003847#: misc/dumpe2fs.c:256
Theodore Ts'o945ffb92009-01-26 20:43:10 -05003848#, c-format
3849msgid ", %u unused inodes\n"
3850msgstr ""
3851
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003852#: misc/dumpe2fs.c:259
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003853msgid " Free blocks: "
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003854msgstr " Serbest bloklar: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003855
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003856#: misc/dumpe2fs.c:274
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003857msgid " Free inodes: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003858msgstr " Serbest düğümler: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003859
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003860#: misc/dumpe2fs.c:310
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003861msgid "while printing bad block list"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003862msgstr "- hatalı bloklar listesi basılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003863
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003864#: misc/dumpe2fs.c:316
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003865#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003866msgid "Bad blocks: %u"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003867msgstr "Hatalı bloklar: %u"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003868
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003869#: misc/dumpe2fs.c:345 misc/tune2fs.c:314
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003870msgid "while reading journal inode"
3871msgstr "- günlük düğümü okunurken hata oluştu"
3872
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003873#: misc/dumpe2fs.c:351
Eric Sandeen032eafe2012-07-28 17:48:36 -04003874#, fuzzy
3875msgid "while opening journal inode"
3876msgstr "- günlük düğümü okunurken hata oluştu"
3877
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003878#: misc/dumpe2fs.c:357
Eric Sandeen032eafe2012-07-28 17:48:36 -04003879#, fuzzy
3880msgid "while reading journal super block"
3881msgstr "- günlük dosyası süperbloğu okunurken hata oluştu"
3882
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003883#: misc/dumpe2fs.c:364
3884#, fuzzy
3885msgid "Journal superblock magic number invalid!\n"
3886msgstr "Günlük süperbloğu yok!\n"
3887
3888#: misc/dumpe2fs.c:367
3889#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04003890msgid "Journal features: "
3891msgstr "Günlük kullanıcıları: %s\n"
3892
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003893#: misc/dumpe2fs.c:380
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003894msgid "Journal size: "
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003895msgstr "Günlük boyutu: "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003896
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003897#: misc/dumpe2fs.c:391
Eric Sandeen032eafe2012-07-28 17:48:36 -04003898#, fuzzy, c-format
3899msgid ""
3900"Journal length: %u\n"
3901"Journal sequence: 0x%08x\n"
3902"Journal start: %u\n"
3903msgstr ""
3904"\n"
3905"Günlük bloğu boyu: %u\n"
3906"Günlük uzunluğu: %u\n"
3907"Günlük ilk bloğu: %u\n"
3908"Günlük sıralaması: 0x%08x\n"
3909"Günlük başlangıcı: %u\n"
3910"Günlük kullanıcı sayısı: %lu\n"
3911
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003912#: misc/dumpe2fs.c:398
Eric Sandeen032eafe2012-07-28 17:48:36 -04003913#, fuzzy, c-format
3914msgid "Journal errno: %d\n"
3915msgstr "Günlük kullanıcıları: %s\n"
3916
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003917#: misc/dumpe2fs.c:415 misc/tune2fs.c:230
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003918msgid "while reading journal superblock"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003919msgstr "- günlük dosyası süperbloğu okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003920
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003921#: misc/dumpe2fs.c:423
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003922msgid "Couldn't find journal superblock magic numbers"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003923msgstr "Günlük dosyası süperbloğu tanım numarası bulunamadı"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003924
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003925#: misc/dumpe2fs.c:427
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003926#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003927msgid ""
3928"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003929"Journal block size: %u\n"
3930"Journal length: %u\n"
3931"Journal first block: %u\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003932"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003933"Journal start: %u\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04003934"Journal number of users: %u\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003935msgstr ""
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003936"\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003937"Günlük bloğu boyu: %u\n"
3938"Günlük uzunluğu: %u\n"
3939"Günlük ilk bloğu: %u\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003940"Günlük sıralaması: 0x%08x\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003941"Günlük başlangıcı: %u\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003942"Günlük kullanıcı sayısı: %u\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003943
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003944#: misc/dumpe2fs.c:440
Theodore Ts'o197abba2005-06-20 18:00:23 -04003945#, c-format
3946msgid "Journal users: %s\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003947msgstr "Günlük kullanıcıları: %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003948
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003949#: misc/dumpe2fs.c:456 misc/mke2fs.c:743 misc/tune2fs.c:1178
Theodore Ts'o8f741372008-02-28 21:47:05 -05003950msgid "Couldn't allocate memory to parse options!\n"
3951msgstr "Seçenekleri çözümlemek için bellek ayrılamadı!\n"
3952
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003953#: misc/dumpe2fs.c:482
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003954#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003955msgid "Invalid superblock parameter: %s\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003956msgstr "Geçersiz süper blok parametresi: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003957
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003958#: misc/dumpe2fs.c:497
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003959#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003960msgid "Invalid blocksize parameter: %s\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003961msgstr "Ge.ers,z blok boyut parametresi: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003962
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003963#: misc/dumpe2fs.c:508
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003964#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003965msgid ""
3966"\n"
3967"Bad extended option(s) specified: %s\n"
3968"\n"
3969"Extended options are separated by commas, and may take an argument which\n"
3970"\tis set off by an equals ('=') sign.\n"
3971"\n"
3972"Valid extended options are:\n"
3973"\tsuperblock=<superblock number>\n"
3974"\tblocksize=<blocksize>\n"
3975msgstr ""
3976"\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003977"Bozuk genişletilmiş seçenek(ler) belirtildi: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003978"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003979"Uzatılmış seçenekler virgülle ayrılır ve bir eşittir ('=') simgesi ile "
3980"ayarlanabilen\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003981"\tbir argüman alabilirler.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003982"\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05003983"Geçerli genişletilmiş seçenekler:\n"
3984"\tsuperblock=<süperblok sayısı>\n"
3985"\tblocksize=<blok boyutu>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003986
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04003987#: misc/dumpe2fs.c:568 misc/mke2fs.c:1734
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003988#, c-format
3989msgid "\tUsing %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003990msgstr "\t%s kullanılıyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003991
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003992#: misc/dumpe2fs.c:604 misc/e2image.c:1582 misc/tune2fs.c:1961
3993#: resize/main.c:318
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003994msgid "Couldn't find valid filesystem superblock.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05003995msgstr "Geçerli süperblok bulunamadı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04003996
Theodore Ts'o196b59c2014-05-18 21:47:32 -04003997#: misc/dumpe2fs.c:632
Theodore Ts'o1be672b2003-03-26 00:58:06 -05003998#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05003999msgid ""
4000"\n"
4001"%s: %s: error reading bitmaps: %s\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05004002msgstr ""
4003"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004004"%s: %s: biteşlemler okunurken hata oluştu: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004005
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004006#: misc/e2image.c:101
Eric Sandeen032eafe2012-07-28 17:48:36 -04004007#, fuzzy, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004008msgid "Usage: %s [ -r|Q ] [ -fr ] device image-file\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004009msgstr ""
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004010"Kullanımı: %s [-rsI] AYGIT DOSYA\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004011"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004012"AYGIT üzerindeki ext2 dosya sisteminin kritik verilerini DOSYAya kaydeder.\n"
4013"Örn: 4GB lık bir sistem için yaklaşık 3MB lık bir görüntü dosyası\n"
4014"oluşturulur. Bu dosya, dosya sistemini kurtarmak için uzmanlarca\n"
4015"kullanılabilir. Belli aralıklarla bu dosyanın başka bir dosya sistemine\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004016"kaydedilmesi önerilir. -r seçeneği temel biçimli bir dosya üretir, çok "
4017"büyük\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004018"olacağından önerilmez. DOSYA yerine - verilirse dosya standart çıktıya\n"
4019"yazılır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004020
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004021#: misc/e2image.c:103
4022#, fuzzy, c-format
4023msgid " %s -I device image-file\n"
4024msgstr ""
4025"Kullanımı: %s [-rsI] AYGIT DOSYA\n"
4026"\n"
4027"AYGIT üzerindeki ext2 dosya sisteminin kritik verilerini DOSYAya kaydeder.\n"
4028"Örn: 4GB lık bir sistem için yaklaşık 3MB lık bir görüntü dosyası\n"
4029"oluşturulur. Bu dosya, dosya sistemini kurtarmak için uzmanlarca\n"
4030"kullanılabilir. Belli aralıklarla bu dosyanın başka bir dosya sistemine\n"
4031"kaydedilmesi önerilir. -r seçeneği temel biçimli bir dosya üretir, çok "
4032"büyük\n"
4033"olacağından önerilmez. DOSYA yerine - verilirse dosya standart çıktıya\n"
4034"yazılır.\n"
4035
4036#: misc/e2image.c:104
Eric Sandeen032eafe2012-07-28 17:48:36 -04004037#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004038msgid ""
4039" %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4040"[ dest_fs ]\n"
4041msgstr ""
4042
4043#: misc/e2image.c:169 misc/e2image.c:576 misc/e2image.c:582
4044#: misc/e2image.c:1178
4045#, fuzzy
4046msgid "while allocating buffer"
4047msgstr "- tampon bellek ayrılırken hata oluştu"
4048
4049#: misc/e2image.c:174
4050#, fuzzy, c-format
4051msgid "Writing block %llu\n"
4052msgstr "%lu ile %lu arasındaki bloklar denetleniyor\n"
4053
4054#: misc/e2image.c:188
4055#, fuzzy, c-format
4056msgid "error writing block %llu"
4057msgstr "%lu bloğu yazılırken hata: %s. "
4058
4059#: misc/e2image.c:191
4060msgid "error in generic_write()"
4061msgstr ""
4062
4063#: misc/e2image.c:208
Eric Sandeen032eafe2012-07-28 17:48:36 -04004064msgid "Error: header size is bigger than wrt_size\n"
4065msgstr ""
4066
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004067#: misc/e2image.c:213
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004068msgid "Couldn't allocate header buffer\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004069msgstr "Başlık için tampon bellek ayrılamadı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004070
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004071#: misc/e2image.c:241
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004072msgid "while writing superblock"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004073msgstr "- süperbloğa yazılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004074
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004075#: misc/e2image.c:250
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004076msgid "while writing inode table"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004077msgstr "- düğüm tablosuna yazılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004078
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004079#: misc/e2image.c:258
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004080msgid "while writing block bitmap"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004081msgstr "- blok biteşlemi yazılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004082
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004083#: misc/e2image.c:266
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004084msgid "while writing inode bitmap"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004085msgstr "- düğüm biteşlemi yazılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004086
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004087#: misc/e2image.c:502
4088#, fuzzy, c-format
4089msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
4090msgstr "Empty directory block %u (#%d) in inode %u\n"
4091
4092#: misc/e2image.c:514
4093#, fuzzy, c-format
4094msgid "Corrupt directory block %llu: bad name_len (%d)\n"
4095msgstr "Empty directory block %u (#%d) in inode %u\n"
4096
4097#: misc/e2image.c:555
4098#, fuzzy, c-format
4099msgid "%llu / %llu blocks (%d%%)"
4100msgstr "%u düğüm, %u blok\n"
4101
4102#: misc/e2image.c:586 misc/e2image.c:626
4103msgid "Copying "
4104msgstr ""
4105
4106#: misc/e2image.c:623
4107msgid ""
4108"Stopping now will destroy the filesystem, interrupt again if you are sure\n"
4109msgstr ""
4110
4111#: misc/e2image.c:649
4112#, c-format
4113msgid " %s remaining at %.2f MB/s"
4114msgstr ""
4115
4116#: misc/e2image.c:661 misc/e2image.c:1188
4117#, fuzzy, c-format
4118msgid "error reading block %llu"
4119msgstr "blok %lu okunurken hata oluştu (%s). "
4120
4121#: misc/e2image.c:715
4122#, c-format
4123msgid "Copied %llu / %llu blocks (%d%%) in %s "
4124msgstr ""
4125
4126#: misc/e2image.c:719
4127#, c-format
4128msgid "at %.2f MB/s"
4129msgstr ""
4130
4131#: misc/e2image.c:755
4132#, fuzzy
4133msgid "while allocating l1 table"
4134msgstr "- tampon bellek ayrılırken hata oluştu"
4135
4136#: misc/e2image.c:800
4137#, fuzzy
4138msgid "while allocating l2 cache"
4139msgstr "- tampon bellek ayrılırken hata oluştu"
4140
4141#: misc/e2image.c:823
4142msgid ""
4143"Warning: There are still tables in the cache while putting the cache, data "
4144"will be lost so the image may not be valid.\n"
4145msgstr ""
4146
4147#: misc/e2image.c:1145
4148#, fuzzy
4149msgid "while allocating ext2_qcow2_image"
4150msgstr "ext2fs_block_iterate işlevi çağrılırken hata oluştu"
4151
4152#: misc/e2image.c:1152
4153#, fuzzy
4154msgid "while initializing ext2_qcow2_image"
4155msgstr "ext2fs_block_iterate işlevi çağrılırken hata oluştu"
4156
4157#: misc/e2image.c:1211 misc/e2image.c:1229
4158msgid "Programming error: multiple sequential refcount blocks created!\n"
4159msgstr ""
4160
4161#: misc/e2image.c:1269
4162#, fuzzy
4163msgid "while allocating block bitmap"
4164msgstr "- blok biteşlemi yazılırken hata oluştu"
4165
4166#: misc/e2image.c:1278
4167#, fuzzy
4168msgid "while allocating scramble block bitmap"
4169msgstr "- blok biteşlemi yazılırken hata oluştu"
4170
4171#: misc/e2image.c:1285
4172#, fuzzy
4173msgid "Scanning inodes...\n"
4174msgstr "Dosya indeksi tablosu taranıyor"
4175
4176#: misc/e2image.c:1297
4177#, fuzzy
4178msgid "Can't allocate block buffer"
4179msgstr "Blok tamponu ayrılamadı (boyu=%d)\n"
4180
4181#: misc/e2image.c:1336 misc/e2image.c:1350
4182#, fuzzy, c-format
4183msgid "while iterating over inode %u"
4184msgstr "sonraki düğüme geçilirken hata oluştu"
4185
4186#: misc/e2image.c:1381
4187msgid "Raw and qcow2 images cannot be installed"
4188msgstr ""
4189
4190#: misc/e2image.c:1403
4191#, fuzzy
4192msgid "error reading bitmaps"
4193msgstr "- biteşlemler okunurken hata oluştu"
4194
4195#: misc/e2image.c:1415
4196#, fuzzy
4197msgid "while opening device file"
4198msgstr "düğüm taraması başlatılırken hata oluştu"
4199
4200#: misc/e2image.c:1426
4201#, fuzzy
4202msgid "while restoring the image table"
4203msgstr "- düğüm tablosuna yazılırken hata oluştu"
4204
4205#: misc/e2image.c:1523
4206msgid "-a option can only be used with raw or QCOW2 images."
4207msgstr ""
4208
4209#: misc/e2image.c:1529
4210msgid "Offsets are only allowed with raw images."
4211msgstr ""
4212
4213#: misc/e2image.c:1534
4214msgid "Move mode is only allowed with raw images."
4215msgstr ""
4216
4217#: misc/e2image.c:1539
4218msgid "Move mode requires all data mode."
4219msgstr ""
4220
4221#: misc/e2image.c:1549
4222#, fuzzy
4223msgid "checking if mounted"
4224msgstr " (sistem %ld kere bağlandığında denetle)"
4225
4226#: misc/e2image.c:1556
4227msgid ""
4228"\n"
4229"Running e2image on a R/W mounted filesystem can result in an\n"
4230"inconsistent image which will not be useful for debugging purposes.\n"
4231"Use -f option if you really want to do that.\n"
4232msgstr ""
4233
4234#: misc/e2image.c:1608
4235msgid "QCOW2 image can not be written to the stdout!\n"
4236msgstr ""
4237
4238#: misc/e2image.c:1614
4239msgid "Can not stat output\n"
4240msgstr ""
4241
4242#: misc/e2image.c:1624
4243#, c-format
4244msgid "Image (%s) is compressed\n"
4245msgstr ""
4246
4247#: misc/e2image.c:1627
4248#, c-format
4249msgid "Image (%s) is encrypted\n"
4250msgstr ""
4251
4252#: misc/e2image.c:1630
Eric Sandeen032eafe2012-07-28 17:48:36 -04004253#, c-format
4254msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
4255msgstr ""
4256
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004257#: misc/e2image.c:1639
4258#, fuzzy
4259msgid "The -c option only supported in raw mode\n"
4260msgstr " -t seçeneği e2fsck'nın bu sürümünde desteklenmiyor.\n"
4261
4262#: misc/e2image.c:1644
4263#, fuzzy
4264msgid "The -c option not supported when writing to stdout\n"
4265msgstr " -t seçeneği e2fsck'nın bu sürümünde desteklenmiyor.\n"
4266
4267#: misc/e2image.c:1651
4268#, fuzzy
4269msgid "while allocating check_buf"
4270msgstr "- tampon bellek ayrılırken hata oluştu"
4271
4272#: misc/e2image.c:1657
4273#, fuzzy
4274msgid "The -p option only supported in raw mode\n"
4275msgstr " -t seçeneği e2fsck'nın bu sürümünde desteklenmiyor.\n"
4276
4277#: misc/e2image.c:1667
4278#, c-format
4279msgid "%d blocks already contained the data to be copied\n"
4280msgstr ""
4281
Eric Sandeen032eafe2012-07-28 17:48:36 -04004282#: misc/e2label.c:58
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004283#, c-format
4284msgid "e2label: cannot open %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004285msgstr "e2label: %s açılamıyor\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004286
Eric Sandeen032eafe2012-07-28 17:48:36 -04004287#: misc/e2label.c:63
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004288#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004289msgid "e2label: cannot seek to superblock\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004290msgstr "e2label: süperbloka erişilemiyor\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004291
Eric Sandeen032eafe2012-07-28 17:48:36 -04004292#: misc/e2label.c:68
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004293#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004294msgid "e2label: error reading superblock\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004295msgstr "e2label: süperblok okunurken hata oluştu\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004296
Eric Sandeen032eafe2012-07-28 17:48:36 -04004297#: misc/e2label.c:72
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004298#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004299msgid "e2label: not an ext2 filesystem\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004300msgstr "e2label: bir ext2 dosya sistemi değil\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004301
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004302#: misc/e2label.c:97 misc/tune2fs.c:2126
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004303#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004304msgid "Warning: label too long, truncating.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004305msgstr "Uyarı: etiket çok uzun, kırpılıyor.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004306
Eric Sandeen032eafe2012-07-28 17:48:36 -04004307#: misc/e2label.c:100
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004308#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004309msgid "e2label: cannot seek to superblock again\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004310msgstr "e2label: süperbloğa yine erişilemedi\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004311
Eric Sandeen032eafe2012-07-28 17:48:36 -04004312#: misc/e2label.c:105
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004313#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004314msgid "e2label: error writing superblock\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004315msgstr "e2label: süperbloğa yazılırken hata oluştu\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004316
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004317#: misc/e2label.c:117 misc/tune2fs.c:838
Theodore Ts'ob0cacab2004-11-30 19:00:19 -05004318#, c-format
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004319msgid "Usage: e2label device [newlabel]\n"
4320msgstr ""
4321" \n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004322"Kullanımı: e2label AYGIT [etiket]\n"
4323"AYGIT bölüm ismini atamak/okumak için kullanılır.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04004324"\n"
4325
Eric Sandeen032eafe2012-07-28 17:48:36 -04004326#: misc/e2undo.c:36
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004327#, c-format
4328msgid "Usage: %s <transaction file> <filesystem>\n"
4329msgstr ""
4330
4331#: misc/e2undo.c:52
4332#, fuzzy
4333msgid "Failed to read the file system data \n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05004334msgstr "- dosya sistemi tabloları ayrılmaya çalışılırken hata oluştu"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004335
Eric Sandeen032eafe2012-07-28 17:48:36 -04004336#: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:206
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004337#, c-format
4338msgid "Failed tdb_fetch %s\n"
4339msgstr ""
4340
4341#: misc/e2undo.c:70
4342#, c-format
4343msgid "The file system Mount time didn't match %u\n"
4344msgstr ""
4345
4346#: misc/e2undo.c:89
4347msgid "The file system UUID didn't match \n"
4348msgstr ""
4349
Eric Sandeen032eafe2012-07-28 17:48:36 -04004350#: misc/e2undo.c:163
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004351#, fuzzy, c-format
4352msgid "Failed tdb_open %s\n"
4353msgstr "%s açılırken"
4354
Eric Sandeen032eafe2012-07-28 17:48:36 -04004355#: misc/e2undo.c:169
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004356#, fuzzy, c-format
4357msgid "Error while determining whether %s is mounted.\n"
4358msgstr "- %s'in bağlı olup olmadığı saptanmaya çalışılırken hata oluştu."
4359
Eric Sandeen032eafe2012-07-28 17:48:36 -04004360#: misc/e2undo.c:175
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004361msgid "e2undo should only be run on unmounted file system\n"
4362msgstr ""
4363
Eric Sandeen032eafe2012-07-28 17:48:36 -04004364#: misc/e2undo.c:184
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004365#, fuzzy, c-format
4366msgid "Failed to open %s\n"
4367msgstr "- %s açılmaya çalışılırken hata oluştu"
4368
Eric Sandeen032eafe2012-07-28 17:48:36 -04004369#: misc/e2undo.c:210
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004370#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004371msgid "Replayed transaction of size %zd at location %llu\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004372msgstr ""
4373
Eric Sandeen032eafe2012-07-28 17:48:36 -04004374#: misc/e2undo.c:216
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004375#, c-format
4376msgid "Failed write %s\n"
4377msgstr ""
4378
Eric Sandeen032eafe2012-07-28 17:48:36 -04004379#: misc/fsck.c:343
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004380#, c-format
4381msgid "WARNING: couldn't open %s: %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004382msgstr "UYARI: %s açılamadı: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004383
Eric Sandeen032eafe2012-07-28 17:48:36 -04004384#: misc/fsck.c:353
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004385#, c-format
4386msgid "WARNING: bad format on line %d of %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004387msgstr "UYARI: %2$s nin %1$d. satırında biçem hatası\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004388
Eric Sandeen032eafe2012-07-28 17:48:36 -04004389#: misc/fsck.c:370
4390#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004391msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004392"WARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004393"\tfield. I will kludge around things for you, but you\n"
4394"\tshould fix your /etc/fstab file as soon as you can.\n"
4395"\n"
4396msgstr ""
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004397" ***DİKKAT: /etc/fstab dosyanızda fsck geçiş sayısı (passno)\n"
4398" alanı bulunmuyor. Bu seferlik işlem yapılacak,\n"
4399" ancak en kısa zamanda /etc/fstab dosyanızı\n"
4400" düzeltmelisiniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004401"\n"
4402
Eric Sandeen032eafe2012-07-28 17:48:36 -04004403#: misc/fsck.c:478
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004404#, c-format
4405msgid "fsck: %s: not found\n"
4406msgstr "fsck: %s: yok\n"
4407
Eric Sandeen032eafe2012-07-28 17:48:36 -04004408#: misc/fsck.c:594
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004409#, c-format
4410msgid "%s: wait: No more child process?!?\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004411msgstr "%s: bekliyor: Başka ast süreç yok?!?\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004412
Eric Sandeen032eafe2012-07-28 17:48:36 -04004413#: misc/fsck.c:616
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004414#, c-format
4415msgid "Warning... %s for device %s exited with signal %d.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004416msgstr "Uyarı... %s %s aygıtı için %d sinyali ile çıktı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004417
Eric Sandeen032eafe2012-07-28 17:48:36 -04004418#: misc/fsck.c:622
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004419#, c-format
4420msgid "%s %s: status is %x, should never happen.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004421msgstr "%s %s: durum %x, asla olmamalıydı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004422
Eric Sandeen032eafe2012-07-28 17:48:36 -04004423#: misc/fsck.c:661
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004424#, c-format
4425msgid "Finished with %s (exit status %d)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004426msgstr "%s ile bitti (çıkış durumu: %d)\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004427
Eric Sandeen032eafe2012-07-28 17:48:36 -04004428#: misc/fsck.c:721
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004429#, c-format
4430msgid "%s: Error %d while executing fsck.%s for %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004431msgstr "%s: Hata %d: fsck.%s %s için çalıtırılırken oluştu.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004432
Eric Sandeen032eafe2012-07-28 17:48:36 -04004433#: misc/fsck.c:742
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004434msgid ""
4435"Either all or none of the filesystem types passed to -t must be prefixed\n"
4436"with 'no' or '!'.\n"
4437msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004438"-t ile ister tüm dosya sistemi türleri belirtilsin ister bir dosya sistemi\n"
4439"türü belirtilmesin, ya 'no' ya da '!' öneki kullanılmalıdır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004440
Eric Sandeen032eafe2012-07-28 17:48:36 -04004441#: misc/fsck.c:761
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004442msgid "Couldn't allocate memory for filesystem types\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004443msgstr "Dosya sistemi türleri için bellek ayrılamadı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004444
Eric Sandeen032eafe2012-07-28 17:48:36 -04004445#: misc/fsck.c:884
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004446#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004447msgid ""
4448"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4449"number\n"
4450msgstr ""
4451"%s: /etc/fstab içerisindeki bozuk satır atlanıyor: sıfır olmayan fsck geçiş "
4452"sayısı ile bağlama ataması\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05004453
Eric Sandeen032eafe2012-07-28 17:48:36 -04004454#: misc/fsck.c:911
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004455#, c-format
4456msgid "fsck: cannot check %s: fsck.%s not found\n"
4457msgstr "fsck: %s denetlenemiyor: fsck.%s yok\n"
4458
Eric Sandeen032eafe2012-07-28 17:48:36 -04004459#: misc/fsck.c:967
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004460msgid "Checking all file systems.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004461msgstr "Tüm dosya sistemleri denetleniyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004462
Eric Sandeen032eafe2012-07-28 17:48:36 -04004463#: misc/fsck.c:1058
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004464#, c-format
4465msgid "--waiting-- (pass %d)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004466msgstr "--beklemede-- (%d. geçiş)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004467
Eric Sandeen032eafe2012-07-28 17:48:36 -04004468#: misc/fsck.c:1078
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004469msgid ""
4470"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
4471msgstr ""
4472"Kullanımı: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] "
4473"[filesys ...]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004474
Eric Sandeen032eafe2012-07-28 17:48:36 -04004475#: misc/fsck.c:1120
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004476#, c-format
4477msgid "%s: too many devices\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004478msgstr "%s: aygıt sayısı çok fazla\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004479
Eric Sandeen032eafe2012-07-28 17:48:36 -04004480#: misc/fsck.c:1153 misc/fsck.c:1239
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004481#, c-format
4482msgid "%s: too many arguments\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004483msgstr "%s: argüman sayısı fazla\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004484
Eric Sandeen032eafe2012-07-28 17:48:36 -04004485#: misc/lsattr.c:74
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004486#, c-format
4487msgid "Usage: %s [-RVadlv] [files...]\n"
4488msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004489"Kullanımı: %s [-RVadv] [dosyalar...]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004490"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004491"Dosyaların özelliklerini listeler.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004492"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004493"Seçenekler:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004494" -a '.' ile başlayanlar dahil dizinlerin içindeki tüm dosyaları "
4495"listeler\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004496" -d dosyalar gibi dizinleri de listeler\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004497" -R dizinler ve içerikleri ardışık olarak listelenir\n"
4498" -V sürüm bilgileri gösterilir\n"
4499" -v dosyaların sürüm/üretim numaralarını listeler\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004500"\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004501"Çeviri hatalarını <gnu-tr@belgeler.org> adresine bildiriniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004502"\n"
4503
Eric Sandeen032eafe2012-07-28 17:48:36 -04004504#: misc/lsattr.c:84
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004505#, c-format
4506msgid "While reading flags on %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004507msgstr "- %s üzerinde bayraklar okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004508
Eric Sandeen032eafe2012-07-28 17:48:36 -04004509#: misc/lsattr.c:91
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004510#, c-format
4511msgid "While reading version on %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004512msgstr "- %s üzerinde sürüm okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004513
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004514#: misc/mke2fs.c:123
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004515#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004516msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004517"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004518"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004519"\t[-G flex-group-size] [-N number-of-inodes]\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004520"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004521"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004522"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004523"\t[-t fs-type] [-T usage-type ] [-U UUID] [-jnqvDFKSV] device [blocks-"
4524"count]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004525msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004526"Kullanımı: %s [seçenekler] aygıt [blok-sayısı]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004527"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004528"Genellikle bir disk bölümü üzerinde bir ext2 dosya sistemi oluşturur.\n"
4529"ext3 de desteklenmiştir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004530"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004531"Seçenekler:\n"
4532" -b 1024|2048|4096 dosya sisteminin blok uzunluğu belirtilir\n"
4533" -c salt-okunur kipte hatalı bloklar aranır\n"
4534" -f adım-boyu bu sürümde adım boyu blok boyuna eşittir\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004535" -g her-gruptaki-blok-sayısı\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05004536" -i düğüm-uzunluğu boş bir dizinin disk üzerinde kaplayabileceği\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004537" en küçük alan, bayt cinsinden verilir.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004538" -j ext3 dosya sistemi için günlük dosyası "
4539"oluşturur\n"
4540" -J ile günlük dosyasının özellikleri "
4541"verilmezse\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004542" dosya öntanımlı özelliklrele oluşturulur.\n"
4543" DİKKAT: Linux çekirdeğinde ext3 desteği yoksa\n"
4544" sistem ext2 olarak kullanılabilir\n"
4545" -J günlük-seçenekleri günlük seçenekleri aşağıda verilmiştir\n"
4546" -l DOSYA hatalı bloklar DOSYAdan okunur\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004547" -L etiket dosya sistemine bir etiket atar\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004548" -m yedek-blok-yüzdesi root kullanıcı için ayrılan yedek blokların\n"
4549" yüzdesi. Öntanımlı değeri %%5 tir\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05004550" -M son-bağlanan-dizin dosya sistemine son bağlanan dizin belirtilir\n"
4551" -N düğüm-sayısı sistemdeki toplam düğüm sayısı belirtilir\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004552" -o işletim-sistemi dosya sisteminin 'creator os' alanına "
4553"yazılacak\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004554" değer. Normalde Linux'tur.\n"
4555" -O özellik[,...] belirtilen özellikte dosya sistemi oluşturur.\n"
4556" Özellikler aşağıda verilmiştir.\n"
4557" -q işlem sırasında bilgi verilmez\n"
4558" -r dosya-sistemi-sürümü 1.2 çekirdekler dışında öntanımlı değeri 1 dir\n"
4559" -R raid_seçenekleri bu seçenekler için man sayfasına bakınız\n"
4560" -S kurtarma amacıyla sadece süper blok ve grup\n"
4561" tanımlayıcılar yeniden yazılır\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004562" -v işlem sırasında ayrıntılı bilgi verilir\n"
4563" -V sürüm bilgileri gösterilir ve çıkar\n"
4564"Günlükleme seçenekleri:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004565" size=günlük-uzunluğu Günlük dosyasının uzunluğu MB olarak "
4566"belirtilir\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004567" device=dış-günlük-aygıtı Başka bir aygıt üzerindeki günlük dosyasının\n"
4568" kullanılması sağlanır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004569"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004570"Özellikler:\n"
4571" sparse_super Yedek süperblokların sayısını sınırlamakta kullanılır.\n"
4572" filetype Dizin kayıtlarında dosya türü bilgisi saklanır.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004573" has_journal -j seçeneği ile aynı. Bir ext3 günlük dosyası "
4574"oluşturur.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004575"\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004576"Çeviri hatalarını <gnu-tr@belgeler.org> adresine bildiriniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004577"\n"
4578
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004579#: misc/mke2fs.c:252
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004580#, c-format
4581msgid "Running command: %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004582msgstr "Çalışan komut: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004583
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004584#: misc/mke2fs.c:256
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004585#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004586msgid "while trying to run '%s'"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004587msgstr "- '%s' çalıştırılırken oldu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004588
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004589#: misc/mke2fs.c:263
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004590msgid "while processing list of bad blocks from program"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004591msgstr "- hatalı bloklar listesi işlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004592
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004593#: misc/mke2fs.c:290
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004594#, c-format
4595msgid "Block %d in primary superblock/group descriptor area bad.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004596msgstr "Birincil süperblok/grup tanımı alanındaki blok %d hatalı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004597
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004598#: misc/mke2fs.c:292
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05004599#, c-format
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004600msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004601msgstr ""
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05004602"Bir dosya sistemi oluşturulurken %u den %u ye kadar olan\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004603"bloklar hatasız olmak zorundadır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004604
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004605#: misc/mke2fs.c:295
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004606msgid "Aborting....\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004607msgstr "Çıkılıyor...\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004608
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004609#: misc/mke2fs.c:315
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004610#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004611msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004612"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004613"\tbad blocks.\n"
4614"\n"
4615msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004616"Uyarı: Blok %u deki yedek süperblok/grup tanımları\n"
4617"\thatalı bloklar içeriyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004618"\n"
4619
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004620#: misc/mke2fs.c:334
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004621msgid "while marking bad blocks as used"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004622msgstr "- hatalı bloklar kullanılmış olarak imlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004623
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004624#: misc/mke2fs.c:386
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004625msgid "Writing inode tables: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004626msgstr "Düğüm tabloları yazılıyor: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004627
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004628#: misc/mke2fs.c:407
Eric Sandeen032eafe2012-07-28 17:48:36 -04004629#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004630msgid ""
4631"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004632"Could not write %d blocks in inode table starting at %llu: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004633msgstr ""
4634"\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004635"%2$u de başlayan düğüm tablosundaki %1$d blok yazılamadı: %3$s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004636
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004637#: misc/mke2fs.c:421 misc/mke2fs.c:2477 misc/mke2fs.c:2762
Eric Sandeen032eafe2012-07-28 17:48:36 -04004638msgid "done \n"
4639msgstr "bitti \n"
4640
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004641#: misc/mke2fs.c:432
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004642msgid "while creating root dir"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004643msgstr "- kök dizin oluşturulurken hata"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004644
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004645#: misc/mke2fs.c:439
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004646msgid "while reading root inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004647msgstr "- kök düğümü okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004648
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004649#: misc/mke2fs.c:451
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004650msgid "while setting root inode ownership"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004651msgstr "- kök düğümünün sahibi belirlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004652
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004653#: misc/mke2fs.c:469
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004654msgid "while creating /lost+found"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004655msgstr "- /lost+found dizini oluşturulurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004656
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004657#: misc/mke2fs.c:476
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004658msgid "while looking up /lost+found"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004659msgstr "- /lost+found dizine bakılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004660
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004661#: misc/mke2fs.c:489
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004662msgid "while expanding /lost+found"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004663msgstr "- /lost+found dizini genişletilirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004664
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004665#: misc/mke2fs.c:504
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004666msgid "while setting bad block inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004667msgstr "- hatalı blok düğümü belirlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004668
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004669#: misc/mke2fs.c:531
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004670#, c-format
4671msgid "Out of memory erasing sectors %d-%d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004672msgstr "%d-%d arasındaki sektörler silinirken bellek yetmedi\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004673
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004674#: misc/mke2fs.c:541
Theodore Ts'o1be672b2003-03-26 00:58:06 -05004675#, c-format
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004676msgid "Warning: could not read block 0: %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004677msgstr "Uyarı: blok 0 okunamadı: %s\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05004678
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004679#: misc/mke2fs.c:557
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004680#, c-format
4681msgid "Warning: could not erase sector %d: %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004682msgstr "Uyarı: %d. sektör silinemedi: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004683
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004684#: misc/mke2fs.c:573
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004685msgid "while initializing journal superblock"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004686msgstr "- gümlük superbloğu ilklendirilirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004687
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004688#: misc/mke2fs.c:581
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004689msgid "Zeroing journal device: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004690msgstr "Günlük aygıtı temizleniyor: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004691
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004692#: misc/mke2fs.c:593
Eric Sandeen032eafe2012-07-28 17:48:36 -04004693#, fuzzy, c-format
4694msgid "while zeroing journal device (block %llu, count %d)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004695msgstr "- günlük aygıtı temizlenirken (blok %u, %d blok) hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004696
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004697#: misc/mke2fs.c:611
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004698msgid "while writing journal superblock"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004699msgstr "- günlük süperbloğu yazılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004700
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004701#: misc/mke2fs.c:626
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004702#, fuzzy, c-format
4703msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
4704msgstr ""
4705"%s üzerindeki dosya sistemi şimdi %u blok uzunlukta.\n"
4706"\n"
4707
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004708#: misc/mke2fs.c:634
Eric Sandeen032eafe2012-07-28 17:48:36 -04004709#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004710msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04004711"warning: %llu blocks unused.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004712"\n"
4713msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004714"uyarı: %u blok kullanılmamış.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004715"\n"
4716
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004717#: misc/mke2fs.c:639
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004718#, c-format
4719msgid "Filesystem label=%s\n"
4720msgstr "Dosya sistemi ismi = %s\n"
4721
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004722#: misc/mke2fs.c:642
Eric Sandeen032eafe2012-07-28 17:48:36 -04004723#, fuzzy, c-format
4724msgid "OS type: %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004725msgstr "İşl. Sist. türü: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004726
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004727#: misc/mke2fs.c:644
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004728#, c-format
4729msgid "Block size=%u (log=%u)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004730msgstr "Blok boyu = %u (günlük kaydı = %u)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004731
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004732#: misc/mke2fs.c:648
Eric Sandeen032eafe2012-07-28 17:48:36 -04004733#, fuzzy, c-format
4734msgid "Cluster size=%u (log=%u)\n"
4735msgstr "Blok boyu = %u (günlük kaydı = %u)\n"
4736
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004737#: misc/mke2fs.c:652
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004738#, c-format
4739msgid "Fragment size=%u (log=%u)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004740msgstr "Adımlama boyu = %u (günlük kaydı = %u)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004741
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004742#: misc/mke2fs.c:654
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004743#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004744msgid "Stride=%u blocks, Stripe width=%u blocks\n"
4745msgstr ""
4746
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004747#: misc/mke2fs.c:656
Eric Sandeen032eafe2012-07-28 17:48:36 -04004748#, fuzzy, c-format
4749msgid "%u inodes, %llu blocks\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004750msgstr "%u düğüm, %u blok\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004751
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004752#: misc/mke2fs.c:658
Eric Sandeen032eafe2012-07-28 17:48:36 -04004753#, fuzzy, c-format
4754msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004755msgstr "%u blok (%%%2.2f) süper kullanıcı için ayrıldı\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004756
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004757#: misc/mke2fs.c:661
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004758#, c-format
4759msgid "First data block=%u\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004760msgstr "İlk veri bloğu = %u\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004761
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004762#: misc/mke2fs.c:663
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05004763#, c-format
4764msgid "Root directory owner=%u:%u\n"
4765msgstr ""
4766
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004767#: misc/mke2fs.c:665
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05004768#, c-format
4769msgid "Maximum filesystem blocks=%lu\n"
4770msgstr "Azami dosyasistemi bloğu sayısı = %lu\n"
4771
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004772#: misc/mke2fs.c:669
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004773#, c-format
4774msgid "%u block groups\n"
4775msgstr "%u blok grubu\n"
4776
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004777#: misc/mke2fs.c:671
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004778#, c-format
4779msgid "%u block group\n"
4780msgstr "%u blok grubu\n"
4781
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004782#: misc/mke2fs.c:674
Eric Sandeen032eafe2012-07-28 17:48:36 -04004783#, fuzzy, c-format
4784msgid "%u blocks per group, %u clusters per group\n"
4785msgstr "Grup başına %u blok ve %u sekme\n"
4786
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004787#: misc/mke2fs.c:677
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004788#, c-format
4789msgid "%u blocks per group, %u fragments per group\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004790msgstr "Grup başına %u blok ve %u sekme\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004791
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004792#: misc/mke2fs.c:679
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004793#, c-format
4794msgid "%u inodes per group\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004795msgstr "grup başına %u düğüm\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004796
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004797#: misc/mke2fs.c:688
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004798#, fuzzy, c-format
4799msgid "Filesystem UUID: %s\n"
4800msgstr "Dosya sistemi ismi = %s\n"
4801
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004802#: misc/mke2fs.c:689
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004803msgid "Superblock backups stored on blocks: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004804msgstr "Süperblokların bulunduğu bloklar:"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004805
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004806#: misc/mke2fs.c:766
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004807#, c-format
4808msgid "%s requires '-O 64bit'\n"
4809msgstr ""
4810
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004811#: misc/mke2fs.c:772
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004812#, c-format
4813msgid "'%s' must be before 'resize=%u'\n"
4814msgstr ""
4815
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004816#: misc/mke2fs.c:785
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004817#, fuzzy, c-format
4818msgid "Invalid desc_size: '%s'\n"
4819msgstr "düğüm uzunluğu hatalı - %s"
4820
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004821#: misc/mke2fs.c:798
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004822#, fuzzy, c-format
4823msgid "Invalid offset: %s\n"
4824msgstr "düğüm uzunluğu hatalı - %s"
4825
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004826#: misc/mke2fs.c:812 misc/tune2fs.c:1206
Eric Sandeen032eafe2012-07-28 17:48:36 -04004827#, fuzzy, c-format
4828msgid "Invalid mmp_update_interval: %s\n"
4829msgstr "sınama şablonu geçersiz: %s\n"
4830
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004831#: misc/mke2fs.c:826
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004832#, fuzzy, c-format
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004833msgid "Invalid # of backup superblocks: %s\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004834msgstr "Geçersiz süper blok parametresi: %s\n"
4835
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004836#: misc/mke2fs.c:848
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004837#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04004838msgid "Invalid stride parameter: %s\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004839msgstr "'stride' parametresi geçersiz: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004840
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004841#: misc/mke2fs.c:863
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05004842#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05004843msgid "Invalid stripe-width parameter: %s\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05004844msgstr "Geçersiz çizgi genişlik parametresi: %s\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004845
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004846#: misc/mke2fs.c:886
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05004847#, c-format
4848msgid "Invalid resize parameter: %s\n"
4849msgstr "Yeniden boyutlama parametresi geçersiz: %s\n"
4850
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004851#: misc/mke2fs.c:893
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05004852msgid "The resize maximum must be greater than the filesystem size.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004853msgstr ""
4854"Azami yeniden boyutlama değeri dosya sistemi boyutundan büyük olmalıdır.\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05004855
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004856#: misc/mke2fs.c:917
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004857msgid "On-line resizing not supported with revision 0 filesystems\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004858msgstr ""
4859"Satırda boyutlandırma, 0. gözden geçirmedeki dosya sistemlerinde "
4860"desteklenmemektedir\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04004861
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004862#: misc/mke2fs.c:944 misc/mke2fs.c:953
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05004863#, fuzzy, c-format
4864msgid "Invalid root_owner: '%s'\n"
4865msgstr "Geçersiz dosya sistemi seçeneği belirtidi: %s\n"
4866
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004867#: misc/mke2fs.c:978
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004868#, fuzzy, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04004869msgid "Invalid quotatype parameter: %s\n"
4870msgstr "'stride' parametresi geçersiz: %s\n"
4871
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004872#: misc/mke2fs.c:989
Eric Sandeen032eafe2012-07-28 17:48:36 -04004873#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004874msgid ""
4875"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004876"Bad option(s) specified: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004877"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04004878"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004879"\tis set off by an equals ('=') sign.\n"
4880"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04004881"Valid extended options are:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004882"\tmmp_update_interval=<interval>\n"
4883"\tnum_backup_sb=<0|1|2>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004884"\tstride=<RAID per-disk data chunk in blocks>\n"
4885"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004886"\toffset=<offset to create the file system>\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05004887"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004888"\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004889"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004890"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05004891"\troot_uid=<uid of root directory>\n"
4892"\troot_gid=<gid of root directory>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004893"\ttest_fs\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004894"\tdiscard\n"
4895"\tnodiscard\n"
4896"\tquotatype=<usr OR grp>\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004897"\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004898msgstr ""
4899"\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05004900"Belirtilen seçenekler hatalı.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004901"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004902"Ek seçenekler virgüllerle ayrılarak belirtilir. Bir seçeneğe değer\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05004903"belirtilecekse bu '=' işaretinden sonra yazılır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004904"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004905"Geçerli ek seçenekler:\n"
4906"\tstride=<blok cinsinden adım uzunluğu>\n"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05004907"\tresize=<yeniden boyutlanacağı blok sayısı>\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004908"\n"
4909
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004910#: misc/mke2fs.c:1015
Theodore Ts'o8f741372008-02-28 21:47:05 -05004911#, c-format
4912msgid ""
4913"\n"
4914"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
4915"\n"
4916msgstr ""
4917
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004918#: misc/mke2fs.c:1055
Theodore Ts'oce1250c2005-05-20 22:51:55 -04004919#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004920msgid ""
4921"Syntax error in mke2fs config file (%s, line #%d)\n"
4922"\t%s\n"
4923msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004924"mke2fs yapılandırma dosyasında (%s, %d.satırda) sözdizimi hatası\n"
4925"\t%s\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04004926
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004927#: misc/mke2fs.c:1068 misc/tune2fs.c:416
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004928#, c-format
4929msgid "Invalid filesystem option set: %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05004930msgstr "Geçersiz dosya sistemi seçeneği: %s\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04004931
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004932#: misc/mke2fs.c:1080 misc/tune2fs.c:357
Eric Sandeen032eafe2012-07-28 17:48:36 -04004933#, c-format
4934msgid "Invalid mount option set: %s\n"
4935msgstr "Geçersiz dosya sistemi seçeneği belirtidi: %s\n"
4936
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004937#: misc/mke2fs.c:1220
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004938#, c-format
4939msgid ""
4940"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04004941"Your mke2fs.conf file does not define the %s filesystem type.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004942msgstr ""
4943
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004944#: misc/mke2fs.c:1224
Theodore Ts'o945ffb92009-01-26 20:43:10 -05004945msgid ""
4946"You probably need to install an updated mke2fs.conf file.\n"
4947"\n"
4948msgstr ""
4949
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004950#: misc/mke2fs.c:1228
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004951#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04004952msgid "Aborting...\n"
4953msgstr "Çıkılıyor...\n"
4954
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004955#: misc/mke2fs.c:1269
Eric Sandeen032eafe2012-07-28 17:48:36 -04004956#, c-format
4957msgid ""
4958"\n"
4959"Warning: the fs_type %s is not defined in mke2fs.conf\n"
4960"\n"
4961msgstr ""
4962
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004963#: misc/mke2fs.c:1449
Theodore Ts'o196b59c2014-05-18 21:47:32 -04004964#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04004965msgid "Couldn't allocate memory for new PATH.\n"
4966msgstr "Dosya sistemi türleri için bellek ayrılamadı\n"
4967
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004968#: misc/mke2fs.c:1490
Eric Sandeen032eafe2012-07-28 17:48:36 -04004969#, c-format
4970msgid "Couldn't init profile successfully (error: %ld).\n"
4971msgstr ""
4972
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004973#: misc/mke2fs.c:1523
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004974#, c-format
4975msgid "invalid block size - %s"
4976msgstr "blok uzunluğu hatalı - %s"
4977
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004978#: misc/mke2fs.c:1527
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004979#, c-format
4980msgid "Warning: blocksize %d not usable on most systems.\n"
4981msgstr "Uyarı: blok uzunluğu %d birçok sistemde kullanımdışıdır.\n"
4982
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004983#: misc/mke2fs.c:1543
Eric Sandeen032eafe2012-07-28 17:48:36 -04004984#, fuzzy, c-format
4985msgid "invalid cluster size - %s"
4986msgstr "blok uzunluğu hatalı - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004987
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004988#: misc/mke2fs.c:1553
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05004989msgid "'-R' is deprecated, use '-E' instead"
4990msgstr ""
4991
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004992#: misc/mke2fs.c:1565
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004993msgid "Illegal number for blocks per group"
4994msgstr "Grup başına blok sayısı kuraldışı"
4995
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04004996#: misc/mke2fs.c:1570
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004997msgid "blocks per group must be multiple of 8"
4998msgstr "grup başına blok sayısı 8'in katları olmalıdır"
4999
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005000#: misc/mke2fs.c:1578
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005001#, fuzzy
5002msgid "Illegal number for flex_bg size"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05005003msgstr "Grup başına blok sayısı kuraldışı"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005004
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005005#: misc/mke2fs.c:1584
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005006msgid "flex_bg size must be a power of 2"
5007msgstr ""
5008
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005009#: misc/mke2fs.c:1589
5010#, c-format
5011msgid "flex_bg size (%lu) must be less than or equal to 2^31"
5012msgstr ""
5013
5014#: misc/mke2fs.c:1600
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005015#, c-format
5016msgid "invalid inode ratio %s (min %d/max %d)"
5017msgstr "düğüm oranı %s hatalı (en az %d/en çok %d)"
5018
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005019#: misc/mke2fs.c:1610
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005020#, c-format
5021msgid "invalid inode size - %s"
5022msgstr "düğüm uzunluğu hatalı - %s"
5023
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005024#: misc/mke2fs.c:1623
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005025msgid ""
5026"Warning: -K option is deprecated and should not be used anymore. Use '-E "
5027"nodiscard' extended option instead!\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05005028msgstr ""
5029
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005030#: misc/mke2fs.c:1634
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05005031msgid "in malloc for bad_blocks_filename"
5032msgstr "- bad_blocks_filename için bellek ayrılırken"
5033
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005034#: misc/mke2fs.c:1647
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05005035#, c-format
5036msgid "invalid reserved blocks percent - %s"
5037msgstr "yedek blok yüzdesi hatalı - %s"
5038
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005039#: misc/mke2fs.c:1662
Theodore Ts'o52cebe22006-04-09 18:33:22 -04005040#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005041msgid "bad num inodes - %s"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04005042msgstr "düğüm sayısı hatalı - %s"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005043
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005044#: misc/mke2fs.c:1679
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05005045#, c-format
5046msgid "bad revision level - %s"
5047msgstr "değişiklik seviyesi hatalı - %s"
5048
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005049#: misc/mke2fs.c:1684
5050#, fuzzy, c-format
5051msgid "while trying to create revision %d"
5052msgstr ""
5053"\n"
5054"\tgünlük oluşturulmaya çalışılırken hata oluştu"
5055
5056#: misc/mke2fs.c:1698
Eric Sandeen032eafe2012-07-28 17:48:36 -04005057#, fuzzy
5058msgid "The -t option may only be used once"
5059msgstr "-o yalnız bir kere kullanılabilir"
5060
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005061#: misc/mke2fs.c:1706
Eric Sandeen032eafe2012-07-28 17:48:36 -04005062#, fuzzy
5063msgid "The -T option may only be used once"
5064msgstr "-o yalnız bir kere kullanılabilir"
5065
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005066#: misc/mke2fs.c:1759 misc/mke2fs.c:2843
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005067#, c-format
5068msgid "while trying to open journal device %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005069msgstr "- %s günlük aygıtı açılmaya çalışılırken hata\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005070
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005071#: misc/mke2fs.c:1765
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005072#, c-format
Theodore Ts'oddc32a02003-05-03 18:45:55 -04005073msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005074msgstr "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 -04005075
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005076#: misc/mke2fs.c:1771
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005077#, fuzzy, c-format
5078msgid "Using journal device's blocksize: %d\n"
5079msgstr "%s'e günlük ekleniyor: "
5080
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005081#: misc/mke2fs.c:1782
Eric Sandeen032eafe2012-07-28 17:48:36 -04005082#, fuzzy, c-format
5083msgid "invalid blocks '%s' on device '%s'"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005084msgstr "blok sayısı hatalı - %s"
5085
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005086#: misc/mke2fs.c:1802
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005087msgid "filesystem"
5088msgstr "dosya sistemi"
5089
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005090#: misc/mke2fs.c:1815 resize/main.c:372
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005091msgid "while trying to determine filesystem size"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005092msgstr "- dosya sistemi uzunluğu saptanmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005093
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005094#: misc/mke2fs.c:1821
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005095msgid ""
5096"Couldn't determine device size; you must specify\n"
5097"the size of the filesystem\n"
5098msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005099"Aygıt alanı saptanamadı; dosya sistemi için\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005100"bir uzunluk belirtmelisiniz\n"
5101
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005102#: misc/mke2fs.c:1828
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005103msgid ""
5104"Device size reported to be zero. Invalid partition specified, or\n"
5105"\tpartition table wasn't reread after running fdisk, due to\n"
5106"\ta modified partition being busy and in use. You may need to reboot\n"
5107"\tto re-read your partition table.\n"
5108msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005109"Aygıttaki alan sıfır olarak raporlandı. Ya değiştirilen bir disk bölümü\n"
5110"hala meşgul veya kullanımda olduğundan fdisk çalıştırıldıktan sonra\n"
5111"disk bölümleme tablosu yeniden okunamadı ya da yanlış bölüm belirtildi.\n"
5112"Disk bölümleme tablosunun yeniden okunması için sisteminizi yeniden\n"
5113"başlatmalısınız.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005114
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005115#: misc/mke2fs.c:1845
Theodore Ts'oa04eba32003-05-03 16:35:17 -04005116msgid "Filesystem larger than apparent device size."
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005117msgstr "Dosya sisteminin uzunluğu görünürdeki uzunluktan büyük."
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005118
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005119#: misc/mke2fs.c:1865
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005120msgid "Failed to parse fs types list\n"
5121msgstr ""
5122
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005123#: misc/mke2fs.c:1906
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005124msgid "while trying to determine hardware sector size"
5125msgstr "- donanımsal sektör boyu saptanmaya çalışılırken"
5126
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005127#: misc/mke2fs.c:1912
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005128#, fuzzy
5129msgid "while trying to determine physical sector size"
5130msgstr "- donanımsal sektör boyu saptanmaya çalışılırken"
5131
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005132#: misc/mke2fs.c:1944
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005133#, fuzzy
5134msgid "while setting blocksize; too small for device\n"
5135msgstr "- yeniden boyutlama için bloklar yedeklenirken hata oluştu"
5136
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005137#: misc/mke2fs.c:1949
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005138#, c-format
5139msgid ""
5140"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
5141msgstr ""
5142
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005143#: misc/mke2fs.c:1973
Eric Sandeen032eafe2012-07-28 17:48:36 -04005144#, c-format
5145msgid ""
5146"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5147"\tin 32 bits using a blocksize of %d.\n"
5148msgstr ""
5149
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005150#: misc/mke2fs.c:1989
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005151msgid "fs_types for mke2fs.conf resolution: "
5152msgstr ""
5153
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005154#: misc/mke2fs.c:1996
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005155msgid "Filesystem features not supported with revision 0 filesystems\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005156msgstr ""
5157"Dosyasistemi özellikleri 0 revizyonlu dosyasistemlerinde desteklenmiyor\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05005158
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005159#: misc/mke2fs.c:2004
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005160msgid "Sparse superblocks not supported with revision 0 filesystems\n"
5161msgstr ""
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005162
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005163#: misc/mke2fs.c:2016
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005164msgid "Journals not supported with revision 0 filesystems\n"
5165msgstr ""
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005166
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005167#: misc/mke2fs.c:2030
Eric Sandeen032eafe2012-07-28 17:48:36 -04005168#, fuzzy, c-format
5169msgid "invalid reserved blocks percent - %lf"
5170msgstr "yedek blok yüzdesi hatalı - %s"
5171
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005172#: misc/mke2fs.c:2047
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005173msgid ""
5174"Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5175"rectify.\n"
5176msgstr ""
5177
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005178#: misc/mke2fs.c:2067
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005179#, fuzzy
5180msgid "The cluster size may not be smaller than the block size.\n"
5181msgstr ""
5182"Azami yeniden boyutlama değeri dosya sistemi boyutundan büyük olmalıdır.\n"
5183
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005184#: misc/mke2fs.c:2073
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005185msgid "specifying a cluster size requires the bigalloc feature"
5186msgstr ""
5187
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005188#: misc/mke2fs.c:2092
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005189#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005190msgid "warning: Unable to get device geometry for %s\n"
5191msgstr ""
5192
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005193#: misc/mke2fs.c:2095
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005194#, c-format
5195msgid "%s alignment is offset by %lu bytes.\n"
5196msgstr ""
5197
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005198#: misc/mke2fs.c:2097
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005199#, c-format
5200msgid ""
5201"This may result in very poor performance, (re)-partitioning suggested.\n"
5202msgstr ""
5203
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005204#: misc/mke2fs.c:2118
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005205#, c-format
5206msgid "%d-byte blocks too big for system (max %d)"
5207msgstr "%d baytlık bloklar sistem için çok büyük (en çok %d)"
5208
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005209#: misc/mke2fs.c:2122
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005210#, c-format
5211msgid ""
5212"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
5213msgstr ""
5214"Uyarı: %d baytlık bloklar sistem için çok büyük (en çok %d), ama devam "
5215"ediliyor\n"
5216
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005217#: misc/mke2fs.c:2178
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005218msgid "Can't support bigalloc feature without extents feature"
5219msgstr ""
5220
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005221#: misc/mke2fs.c:2185
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005222msgid ""
5223"The resize_inode and meta_bg features are not compatible.\n"
5224"They can not be both enabled simultaneously.\n"
5225msgstr ""
5226
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005227#: misc/mke2fs.c:2194
Eric Sandeen032eafe2012-07-28 17:48:36 -04005228msgid ""
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05005229"\n"
5230"Warning: the bigalloc feature is still under development\n"
5231"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
5232"\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005233msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04005234
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005235#: misc/mke2fs.c:2205
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05005236msgid "reserved online resize blocks not supported on non-sparse filesystem"
5237msgstr ""
5238"süperblok azaltması uygulanmamış dosya sisteminde\n"
5239"yedek bloklar kullanılarak yeniden boyutlama desteklenmiyor."
5240
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005241#: misc/mke2fs.c:2214
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005242msgid "blocks per group count out of range"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005243msgstr "Grup başına blok sayısı kapsamdışı"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005244
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005245#: misc/mke2fs.c:2238
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005246msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Theodore Ts'o6956f612005-12-31 16:46:15 -05005247msgstr ""
5248
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005249#: misc/mke2fs.c:2250
Theodore Ts'o886017a2005-06-26 22:11:46 -04005250#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04005251msgid "invalid inode size %d (min %d/max %d)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005252msgstr "düğüm uzunluğu %d hatalı (en az %d/en çok %d)"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005253
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005254#: misc/mke2fs.c:2268
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005255#, c-format
5256msgid "too many inodes (%llu), raise inode ratio?"
5257msgstr ""
5258
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005259#: misc/mke2fs.c:2275
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005260#, c-format
5261msgid "too many inodes (%llu), specify < 2^32 inodes"
5262msgstr ""
5263
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005264#: misc/mke2fs.c:2289
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005265#, c-format
5266msgid ""
5267"inode_size (%u) * inodes_count (%u) too big for a\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005268"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04005269"\tor lower inode count (-N).\n"
5270msgstr ""
5271
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005272#: misc/mke2fs.c:2416
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005273#, c-format
5274msgid ""
5275"Overwriting existing filesystem; this can be undone using the command:\n"
5276" e2undo %s %s\n"
5277"\n"
5278msgstr ""
5279
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005280#: misc/mke2fs.c:2430
Eric Sandeen032eafe2012-07-28 17:48:36 -04005281#, fuzzy
5282msgid "while trying to setup undo file\n"
5283msgstr ""
5284"\n"
5285"\tgünlük dosyası oluşturulmaya çalışılırken hata oluştu"
5286
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005287#: misc/mke2fs.c:2456
Eric Sandeen032eafe2012-07-28 17:48:36 -04005288msgid "Discarding device blocks: "
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05005289msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04005290
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005291#: misc/mke2fs.c:2472
Eric Sandeen032eafe2012-07-28 17:48:36 -04005292msgid "failed - "
5293msgstr ""
5294
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005295#: misc/mke2fs.c:2594
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005296msgid "while setting up superblock"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005297msgstr "- süperblok ayarlanırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005298
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005299#: misc/mke2fs.c:2610
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005300msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005301msgstr ""
5302
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005303#: misc/mke2fs.c:2698
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005304#, c-format
5305msgid "unknown os - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005306msgstr "bilinmeyen işletim sistemi - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005307
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005308#: misc/mke2fs.c:2750
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005309#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04005310msgid "Allocating group tables: "
5311msgstr "Düğüm tabloları yazılıyor: "
5312
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005313#: misc/mke2fs.c:2758
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005314msgid "while trying to allocate filesystem tables"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005315msgstr "- dosya sistemi tabloları ayrılmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005316
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005317#: misc/mke2fs.c:2767
Eric Sandeen032eafe2012-07-28 17:48:36 -04005318#, fuzzy
5319msgid ""
5320"\n"
5321"\twhile converting subcluster bitmap"
5322msgstr "- blok biteşlemi yazılırken hata oluştu"
5323
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005324#: misc/mke2fs.c:2810
Eric Sandeen032eafe2012-07-28 17:48:36 -04005325#, fuzzy, c-format
5326msgid "while zeroing block %llu at end of filesystem"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05005327msgstr "- dosya sisteminin sonunda blok %u sıfırlanırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005328
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005329#: misc/mke2fs.c:2824
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05005330msgid "while reserving blocks for online resize"
5331msgstr "- yeniden boyutlama için bloklar yedeklenirken hata oluştu"
5332
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005333#: misc/mke2fs.c:2836 misc/tune2fs.c:679
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005334msgid "journal"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005335msgstr "günlük"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005336
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005337#: misc/mke2fs.c:2848
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005338#, c-format
5339msgid "Adding journal to device %s: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005340msgstr "%s'e günlük ekleniyor: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005341
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005342#: misc/mke2fs.c:2855
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005343#, c-format
5344msgid ""
5345"\n"
5346"\twhile trying to add journal to device %s"
5347msgstr ""
5348"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005349"\tgünlük %s e eklenmeye çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005350
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005351#: misc/mke2fs.c:2860 misc/mke2fs.c:2891 misc/tune2fs.c:708 misc/tune2fs.c:727
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005352msgid "done\n"
5353msgstr "tamam\n"
5354
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005355#: misc/mke2fs.c:2867
Eric Sandeen032eafe2012-07-28 17:48:36 -04005356msgid "Skipping journal creation in super-only mode\n"
5357msgstr ""
5358
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005359#: misc/mke2fs.c:2878
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005360#, fuzzy, c-format
5361msgid "Creating journal (%u blocks): "
5362msgstr "Günlük oluşturuluyor (%d blok): "
5363
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005364#: misc/mke2fs.c:2887
Eric Sandeen032eafe2012-07-28 17:48:36 -04005365msgid ""
5366"\n"
5367"\twhile trying to create journal"
5368msgstr ""
5369"\n"
5370"\tgünlük oluşturulmaya çalışılırken hata oluştu"
5371
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005372#: misc/mke2fs.c:2899 misc/tune2fs.c:483
Eric Sandeen032eafe2012-07-28 17:48:36 -04005373msgid ""
5374"\n"
5375"Error while enabling multiple mount protection feature."
5376msgstr ""
5377
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005378#: misc/mke2fs.c:2904
Eric Sandeen032eafe2012-07-28 17:48:36 -04005379#, c-format
5380msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
5381msgstr ""
5382
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005383#: misc/mke2fs.c:2921
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005384msgid "Writing superblocks and filesystem accounting information: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005385msgstr "Süperblokların ve dosya sisteminin hesap bilgileri yazılıyor: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005386
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005387#: misc/mke2fs.c:2928
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005388msgid ""
5389"\n"
5390"Warning, had trouble writing out superblocks."
5391msgstr ""
5392"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005393"Uyarı, süperblokların tamamına yazma sorunu var."
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005394
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04005395#: misc/mke2fs.c:2930
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005396msgid ""
5397"done\n"
5398"\n"
5399msgstr ""
5400"bitti\n"
5401"\n"
5402
Eric Sandeen032eafe2012-07-28 17:48:36 -04005403#: misc/mklost+found.c:50
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005404msgid "Usage: mklost+found\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005405msgstr "Kullanımı: mklost+found\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005406
Eric Sandeen032eafe2012-07-28 17:48:36 -04005407#: misc/partinfo.c:41
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005408#, fuzzy, c-format
5409msgid ""
5410"Usage: %s device...\n"
5411"\n"
5412"Prints out the partition information for each given device.\n"
5413"For example: %s /dev/hda\n"
5414"\n"
5415msgstr ""
5416"Kullanımı: %s <aygıt1> <aygıt2> <aygıt3>\n"
5417"\n"
5418"Bir aygıt kümesi için disk bölümleme bilgilerini gösterir\n"
5419"Bu uygulamanın çok kullanılan biçimi:\n"
5420"\n"
5421"\t%s /dev/hda?\n"
5422"\n"
5423
Eric Sandeen032eafe2012-07-28 17:48:36 -04005424#: misc/partinfo.c:51
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005425#, fuzzy, c-format
5426msgid "Cannot open %s: %s"
5427msgstr "e2label: %s açılamıyor\n"
5428
Eric Sandeen032eafe2012-07-28 17:48:36 -04005429#: misc/partinfo.c:57
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005430#, c-format
5431msgid "Cannot get geometry of %s: %s"
5432msgstr ""
5433
Eric Sandeen032eafe2012-07-28 17:48:36 -04005434#: misc/partinfo.c:65
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005435#, c-format
5436msgid "Cannot get size of %s: %s"
5437msgstr ""
5438
Eric Sandeen032eafe2012-07-28 17:48:36 -04005439#: misc/partinfo.c:71
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005440#, c-format
5441msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
5442msgstr ""
5443
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005444#: misc/tune2fs.c:112
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005445msgid "Please run e2fsck on the filesystem.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005446msgstr "Lütfen dosya sisteminde e2fsck çalıştırın.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005447
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005448#: misc/tune2fs.c:121
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005449#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005450msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04005451"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005452"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005453"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] [-p "
5454"mmp_update_interval]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005455"\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005456"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005457"\t[-Q quota_options]\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005458"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
5459"\t[ -I new_inode_size ] device\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005460msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005461"Kullanımı: %s [seçenekler] aygıt\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005462"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005463"Dosya sisteminin ayarlanabilir parametrelerini değiştirmekte kullanılır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005464"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005465"Seçenekler:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005466" -c SAYI İki dosyasistemi denetimi arasında dosya "
5467"sisteminin\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005468" en çok kaç defa bağlanabileceği belirtilir.\n"
5469" -C SAYI -c ile aynı\n"
5470" -e hata-davranışı Hata oluştuğunda ne yapılacağı belirtilir.\n"
5471" 'continue': hata yoksayılır. 'remount-ro': dosya\n"
5472" sistemi salt-okunur olarak bağlanır. 'panic':\n"
5473" çekirdek paniği oluşur.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005474" -g grup Yedek blokların hangi kullanıcı grubuna "
5475"ayrılacağı\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005476" belirtilir. Grup ismi ya da numarası verilebilir.\n"
5477" -u kullanıcı Yedek blokların hangi kullanıcıya ayrılacağı\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005478" belirtilir. Kull. ismi ya da numarası "
5479"verilebilir.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005480" -i süre[d|m|w] İki denetim arasındaki en büyük süre belirtilir.\n"
5481" Gün(d), ay(m), hafta(w) olarak verilebilir. 0 ile\n"
5482" zamana bağlı denetim ayarı kaldırılır.\n"
5483" -j Dosya sistemine günlük dosyası eklenir. -J\n"
5484" seçeneği ile seçenekler belirtilmezse dosya\n"
5485" öntanımlı özelliklerle oluşturulur.\n"
5486" -J seçenek[,...] Aşağıda açıklamaları verilen seçenekler burada\n"
5487" virgüllerle ayrılarak verilebilir.\n"
5488" -l Dosya sisteminin özellikleri listelenir.\n"
5489" -L etiket Dosya sisteminin bölüm ismi belirtilir.\n"
5490" -m yedek-blok-yüzdesi Yedek blokların yüzdesi belirtilir. Öntanımlı %%5\n"
5491" -M DİZİN Dosya sistemine son bağlanan dizin belirtilir.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04005492" -o [^]seçenek[,...] Bağlama seçenekleri\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005493" -O [^]özellik[,...] Aşağıda açıklamaları verilen özellikler burada\n"
5494" virgüllerle ayrılarak verilebilir.\n"
5495" -r yedek-blok-sayısı Yedek blokların sayısı belirtilir.\n"
5496" -s [0|1] Çok büyük dosya sistemlerinde yer kazandırır.\n"
5497" -O sparse_super ile aynıdır.\n"
5498" -T son-denetim-zamanı Betiklerle kullanmak içindir\n"
Theodore Ts'o1be672b2003-03-26 00:58:06 -05005499" -U UUID|clear|random|time\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005500" Dosya sisteminin evrensel tek kimliği veya (UUID)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005501" hangi yöntemle belirleneceği belirtilir.'clear' "
5502"ile\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005503" silinir; 'random' rasgele, 'time' zamana göre bir\n"
5504" kimlik üretir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005505"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005506"Günlükleme seçenekleri:\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005507" size=günlük-uzunluğu Günlük dosyasının uzunluğu MB olarak "
5508"belirtilir\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005509" device=dış-günlük-aygıtı Başka bir aygıt üzerindeki günlük dosyasının\n"
5510" kullanılması sağlanır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005511"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005512"Özellikler:\n"
5513"'^' öneki ile verilen özellikler süperbloğa eskiler kaldırılarak yazılır.\n"
5514"'+' önekiyle ya da öneksiz verilen özellikler süperbloktaki özelliklere\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005515"eklenir.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005516" sparse_super Yedek süperblokların sayısını sınırlamakta kullanılır.\n"
5517" filetype Dizin kayıtlarında dosya türü bilgisi saklanır.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005518" has_journal -j seçeneği ile aynı. Bir ext3 günlük dosyası "
5519"oluşturur.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005520"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04005521"Çeviri hatalarını <gnu-tr@belgeler.org> adresine bildiriniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005522"\n"
5523
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005524#: misc/tune2fs.c:217
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005525msgid "while trying to open external journal"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005526msgstr "- dış günlük açılmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005527
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005528#: misc/tune2fs.c:222
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005529#, c-format
5530msgid "%s is not a journal device.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005531msgstr "%s bir günlükleme aygıtı değil.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005532
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005533#: misc/tune2fs.c:237
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005534msgid "Journal superblock not found!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005535msgstr "Günlük süperbloğu yok!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005536
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005537#: misc/tune2fs.c:248
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005538msgid "Filesystem's UUID not found on journal device.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005539msgstr ""
5540"Günlükleme aygıtında dosya sisteminin evrensel tek kimliği (UUID) yok.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005541
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005542#: misc/tune2fs.c:269
Eric Sandeen032eafe2012-07-28 17:48:36 -04005543msgid ""
5544"Cannot locate journal device. It was NOT removed\n"
5545"Use -f option to remove missing journal device.\n"
5546msgstr ""
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005547
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005548#: misc/tune2fs.c:277
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005549msgid "Journal removed\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005550msgstr "Günlük silindi\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005551
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005552#: misc/tune2fs.c:321
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005553msgid "while reading bitmaps"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005554msgstr "- biteşlemler okunurken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005555
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005556#: misc/tune2fs.c:329
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005557msgid "while clearing journal inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005558msgstr "- günlük düğümü temizlenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005559
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005560#: misc/tune2fs.c:340
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005561msgid "while writing journal inode"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005562msgstr "- günlük düğümü yazılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005563
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005564#: misc/tune2fs.c:372 misc/tune2fs.c:385
Eric Sandeen032eafe2012-07-28 17:48:36 -04005565msgid "(and reboot afterwards!)\n"
5566msgstr ""
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005567
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005568#: misc/tune2fs.c:419
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05005569#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05005570msgid "Clearing filesystem feature '%s' not supported.\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05005571msgstr "'%s' dosya sistemi özelliğini temizleme desteklenmiyor.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005572
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005573#: misc/tune2fs.c:425
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05005574#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05005575msgid "Setting filesystem feature '%s' not supported.\n"
5576msgstr ""
Theodore Ts'o8f741372008-02-28 21:47:05 -05005577
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005578#: misc/tune2fs.c:434
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005579#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005580msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005581"The has_journal feature may only be cleared when the filesystem is\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005582"unmounted or mounted read-only.\n"
5583msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005584"has_journal bayrağı sadece dosya sistemi bağlı değilken ya da salt-okunur\n"
5585"bağlıyken temizlenebilir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005586
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005587#: misc/tune2fs.c:443
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005588msgid ""
5589"The needs_recovery flag is set. Please run e2fsck before clearing\n"
5590"the has_journal flag.\n"
5591msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005592"needs_recovery bayrağı gerekiyor. Lütfen has_journal bayrağı\n"
5593"temizlenmeden önce e2fsck çalıştırın.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005594
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005595#: misc/tune2fs.c:462
5596msgid ""
5597"Setting filesystem feature 'sparse_super' not supported\n"
5598"for filesystems with the meta_bg feature enabled.\n"
5599msgstr ""
5600
5601#: misc/tune2fs.c:475
Eric Sandeen032eafe2012-07-28 17:48:36 -04005602#, fuzzy
5603msgid ""
5604"The multiple mount protection feature can't\n"
5605"be set if the filesystem is mounted or\n"
5606"read-only.\n"
5607msgstr ""
5608"has_journal bayrağı sadece dosya sistemi bağlı değilken ya da salt-okunur\n"
5609"bağlıyken temizlenebilir.\n"
5610
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005611#: misc/tune2fs.c:493
Eric Sandeen032eafe2012-07-28 17:48:36 -04005612#, c-format
5613msgid "Multiple mount protection has been enabled with update interval %ds.\n"
5614msgstr ""
5615
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005616#: misc/tune2fs.c:502
Eric Sandeen032eafe2012-07-28 17:48:36 -04005617msgid ""
5618"The multiple mount protection feature cannot\n"
5619"be disabled if the filesystem is readonly.\n"
5620msgstr ""
5621
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005622#: misc/tune2fs.c:510
Eric Sandeen032eafe2012-07-28 17:48:36 -04005623#, fuzzy
5624msgid "Error while reading bitmaps\n"
5625msgstr "- biteşlemler okunurken hata oluştu"
5626
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005627#: misc/tune2fs.c:519
Eric Sandeen032eafe2012-07-28 17:48:36 -04005628#, c-format
5629msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
5630msgstr ""
5631
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005632#: misc/tune2fs.c:524
Eric Sandeen032eafe2012-07-28 17:48:36 -04005633#, fuzzy
5634msgid "while reading MMP block."
5635msgstr "- hatalı bloklar düğümü okunmaya çalışılırken hata oluştu"
5636
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005637#: misc/tune2fs.c:556
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005638msgid ""
5639"Clearing the flex_bg flag would cause the the filesystem to be\n"
5640"inconsistent.\n"
5641msgstr ""
5642
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005643#: misc/tune2fs.c:567
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005644#, fuzzy
5645msgid ""
5646"The huge_file feature may only be cleared when the filesystem is\n"
5647"unmounted or mounted read-only.\n"
5648msgstr ""
5649"has_journal bayrağı sadece dosya sistemi bağlı değilken ya da salt-okunur\n"
5650"bağlıyken temizlenebilir.\n"
5651
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005652#: misc/tune2fs.c:627
Eric Sandeen032eafe2012-07-28 17:48:36 -04005653msgid ""
5654"\n"
5655"Warning: '^quota' option overrides '-Q'arguments.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005656msgstr ""
5657
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005658#: misc/tune2fs.c:672
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005659msgid "The filesystem already has a journal.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005660msgstr "Dosya sisteminde bir günlük dosyası zaten var.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005661
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005662#: misc/tune2fs.c:692
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005663#, c-format
5664msgid ""
5665"\n"
5666"\twhile trying to open journal on %s\n"
5667msgstr ""
5668"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005669"\t%s üzerindeki günlük açılmaya çalışılırken hata oluştu\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005670
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005671#: misc/tune2fs.c:696
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005672#, c-format
5673msgid "Creating journal on device %s: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005674msgstr "%s üzerinde günlük dosyası oluşturuluyor: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005675
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005676#: misc/tune2fs.c:704
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005677#, c-format
5678msgid "while adding filesystem to journal on %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005679msgstr "- %s üzerindeki günlük dosyasına dosya sistemi eklenirken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005680
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005681#: misc/tune2fs.c:710
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005682msgid "Creating journal inode: "
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005683msgstr "Günlük düğümü oluşturuluyor: "
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005684
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005685#: misc/tune2fs.c:724
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005686msgid ""
5687"\n"
5688"\twhile trying to create journal file"
5689msgstr ""
5690"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005691"\tgünlük dosyası oluşturulmaya çalışılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005692
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005693#: misc/tune2fs.c:799
Eric Sandeen032eafe2012-07-28 17:48:36 -04005694#, fuzzy
5695msgid "Couldn't allocate memory to parse quota options!\n"
5696msgstr "Seçenekleri çözümlemek için bellek ayrılamadı!\n"
5697
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005698#: misc/tune2fs.c:821
Eric Sandeen032eafe2012-07-28 17:48:36 -04005699msgid ""
5700"\n"
5701"Bad quota options specified.\n"
5702"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005703"Following valid quota options are available (pass by separating with "
5704"comma):\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005705"\t[^]usrquota\n"
5706"\t[^]grpquota\n"
5707"\n"
5708"\n"
5709msgstr ""
5710
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005711#: misc/tune2fs.c:881
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005712#, c-format
5713msgid "Couldn't parse date/time specifier: %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005714msgstr "Tarih/zaman belirteci çözümlenemedi: %s"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005715
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005716#: misc/tune2fs.c:909 misc/tune2fs.c:922
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005717#, c-format
5718msgid "bad mounts count - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005719msgstr "bağlama sayısı hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005720
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005721#: misc/tune2fs.c:938
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005722#, c-format
5723msgid "bad error behavior - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005724msgstr "hata davranışı hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005725
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005726#: misc/tune2fs.c:965
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005727#, c-format
5728msgid "bad gid/group name - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005729msgstr "grup ismi/numarası hatalı -%s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005730
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005731#: misc/tune2fs.c:998
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005732#, c-format
5733msgid "bad interval - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005734msgstr "süre hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005735
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005736#: misc/tune2fs.c:1027
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005737#, c-format
5738msgid "bad reserved block ratio - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005739msgstr "yedek blok oranı hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005740
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005741#: misc/tune2fs.c:1042
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005742msgid "-o may only be specified once"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005743msgstr "-o yalnız bir kere kullanılabilir"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005744
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005745#: misc/tune2fs.c:1051
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005746msgid "-O may only be specified once"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005747msgstr "-O yalnız bir kere kullanılabilir"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005748
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005749#: misc/tune2fs.c:1068
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005750#, c-format
5751msgid "bad reserved blocks count - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005752msgstr "yedek blok sayısı hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005753
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005754#: misc/tune2fs.c:1097
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005755#, c-format
5756msgid "bad uid/user name - %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005757msgstr "kullanıcı ismi/numarası hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005758
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005759#: misc/tune2fs.c:1114
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005760#, fuzzy, c-format
5761msgid "bad inode size - %s"
5762msgstr "düğüm uzunluğu hatalı - %s"
5763
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005764#: misc/tune2fs.c:1121
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005765#, c-format
5766msgid "Inode size must be a power of two- %s"
5767msgstr ""
5768
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005769#: misc/tune2fs.c:1215
Eric Sandeen032eafe2012-07-28 17:48:36 -04005770#, c-format
5771msgid "mmp_update_interval too big: %lu\n"
5772msgstr ""
5773
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005774#: misc/tune2fs.c:1220
Eric Sandeen032eafe2012-07-28 17:48:36 -04005775#, fuzzy, c-format
5776msgid "Setting multiple mount protection update interval to %lu second\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005777msgid_plural ""
5778"Setting multiple mount protection update interval to %lu seconds\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005779msgstr[0] "En fazla bağlama sayısı %d olarak belirleniyor\n"
5780msgstr[1] "En fazla bağlama sayısı %d olarak belirleniyor\n"
5781
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005782#: misc/tune2fs.c:1243
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05005783#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05005784msgid "Invalid RAID stride: %s\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05005785msgstr ""
Theodore Ts'o8f741372008-02-28 21:47:05 -05005786
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005787#: misc/tune2fs.c:1258
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05005788#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05005789msgid "Invalid RAID stripe-width: %s\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05005790msgstr ""
Theodore Ts'o8f741372008-02-28 21:47:05 -05005791
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005792#: misc/tune2fs.c:1273
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005793#, fuzzy, c-format
5794msgid "Invalid hash algorithm: %s\n"
5795msgstr "'stride' parametresi geçersiz: %s\n"
5796
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005797#: misc/tune2fs.c:1279
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005798#, c-format
5799msgid "Setting default hash algorithm to %s (%d)\n"
5800msgstr ""
5801
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005802#: misc/tune2fs.c:1298
5803#, fuzzy
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005804msgid ""
5805"\n"
5806"Bad options specified.\n"
5807"\n"
5808"Extended options are separated by commas, and may take an argument which\n"
5809"\tis set off by an equals ('=') sign.\n"
5810"\n"
5811"Valid extended options are:\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005812"\tclear_mmp\n"
5813"\thash_alg=<hash algorithm>\n"
5814"\tmount_opts=<extended default mount options>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05005815"\tstride=<RAID per-disk chunk size in blocks>\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005816"\tstripe_width=<RAID stride*data disks in blocks>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005817"\ttest_fs\n"
5818"\t^test_fs\n"
5819msgstr ""
5820"\n"
5821"Belirtilen seçenekler hatalı.\n"
5822"\n"
5823"Ek seçenekler virgüllerle ayrılarak belirtilir. Bir seçeneğe değer\n"
5824"belirtilecekse bu '=' işaretinden sonra yazılır.\n"
5825"\n"
5826"Geçerli ek seçenekler:\n"
5827"\tstride=<blok cinsinden adım uzunluğu>\n"
5828"\tresize=<yeniden boyutlanacağı blok sayısı>\n"
5829"\n"
5830
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005831#: misc/tune2fs.c:1764
Eric Sandeen032eafe2012-07-28 17:48:36 -04005832#, fuzzy
5833msgid "Failed to read inode bitmap\n"
5834msgstr "- biteşlemler okunurken hata oluştu"
5835
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005836#: misc/tune2fs.c:1769
Eric Sandeen032eafe2012-07-28 17:48:36 -04005837#, fuzzy
5838msgid "Failed to read block bitmap\n"
5839msgstr "düğüm ve blok biteşlemleri okunuyor"
5840
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005841#: misc/tune2fs.c:1786 resize/resize2fs.c:925
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005842msgid "blocks to be moved"
5843msgstr "taşınacak bloklar"
5844
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005845#: misc/tune2fs.c:1789
Eric Sandeen032eafe2012-07-28 17:48:36 -04005846msgid "Failed to allocate block bitmap when increasing inode size\n"
5847msgstr ""
5848
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005849#: misc/tune2fs.c:1795
Eric Sandeen032eafe2012-07-28 17:48:36 -04005850msgid "Not enough space to increase inode size \n"
5851msgstr ""
5852
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005853#: misc/tune2fs.c:1800
Eric Sandeen032eafe2012-07-28 17:48:36 -04005854#, fuzzy
5855msgid "Failed to relocate blocks during inode resize \n"
5856msgstr "- yeniden boyutlama için bloklar yedeklenirken hata oluştu"
5857
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005858#: misc/tune2fs.c:1832
Eric Sandeen032eafe2012-07-28 17:48:36 -04005859msgid ""
5860"Error in resizing the inode size.\n"
5861"Run e2undo to undo the file system changes. \n"
5862msgstr ""
5863
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005864#: misc/tune2fs.c:1859
Eric Sandeen032eafe2012-07-28 17:48:36 -04005865#, fuzzy
5866msgid "Couldn't allocate memory for tdb filename\n"
5867msgstr "Dosya sistemi türleri için bellek ayrılamadı\n"
5868
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005869#: misc/tune2fs.c:1880
Eric Sandeen032eafe2012-07-28 17:48:36 -04005870#, fuzzy, c-format
5871msgid "while trying to delete %s"
5872msgstr "- %s yeniden boyutlandırılırken hata oluştu"
5873
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005874#: misc/tune2fs.c:1888
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005875#, c-format
5876msgid ""
5877"To undo the tune2fs operation please run the command\n"
5878" e2undo %s %s\n"
5879"\n"
5880msgstr ""
5881
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005882#: misc/tune2fs.c:1957
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005883#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005884msgid ""
5885"MMP block magic is bad. Try to fix it by running:\n"
5886"'e2fsck -f %s'\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05005887msgstr ""
5888
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005889#: misc/tune2fs.c:1975
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05005890#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04005891msgid "The inode size is already %lu\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05005892msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04005893
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005894#: misc/tune2fs.c:1982
5895#, fuzzy
5896msgid "Shrinking inode size is not supported\n"
5897msgstr "'%s' dosya sistemi özelliğini temizleme desteklenmiyor.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05005898
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005899#: misc/tune2fs.c:1987
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05005900#, fuzzy, c-format
5901msgid "Invalid inode size %lu (max %d)\n"
5902msgstr "düğüm uzunluğu %d hatalı (en az %d/en çok %d)"
5903
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005904#: misc/tune2fs.c:2034
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005905#, c-format
5906msgid "Setting maximal mount count to %d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005907msgstr "En fazla bağlama sayısı %d olarak belirleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005908
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005909#: misc/tune2fs.c:2040
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005910#, c-format
5911msgid "Setting current mount count to %d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005912msgstr "Şimdiki bağlama sayısı %d olarak belirleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005913
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005914#: misc/tune2fs.c:2045
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005915#, c-format
5916msgid "Setting error behavior to %d\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005917msgstr "Hata davranışı %d olarak belirleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005918
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005919#: misc/tune2fs.c:2050
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005920#, c-format
5921msgid "Setting reserved blocks gid to %lu\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005922msgstr "Yedek blokların grup numarası %lu olarak belirleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005923
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005924#: misc/tune2fs.c:2055
Eric Sandeen032eafe2012-07-28 17:48:36 -04005925#, fuzzy, c-format
5926msgid "interval between checks is too big (%lu)"
5927msgstr "Denetimler arasındaki süre %lu saniye olarak belirleniyor\n"
5928
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005929#: misc/tune2fs.c:2062
Theodore Ts'oce1250c2005-05-20 22:51:55 -04005930#, c-format
Theodore Ts'obc759702005-05-09 20:40:55 -04005931msgid "Setting interval between checks to %lu seconds\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005932msgstr "Denetimler arasındaki süre %lu saniye olarak belirleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005933
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005934#: misc/tune2fs.c:2069
Eric Sandeen032eafe2012-07-28 17:48:36 -04005935#, fuzzy, c-format
5936msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04005937msgstr "Yedek blokların yüzdesi %%%g (%u blok) olarak belirleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005938
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005939#: misc/tune2fs.c:2075
Eric Sandeen032eafe2012-07-28 17:48:36 -04005940#, fuzzy, c-format
5941msgid "reserved blocks count is too big (%llu)"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005942msgstr "yedek ayrılmış blok sayısı çok büyük (%lu)"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005943
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005944#: misc/tune2fs.c:2082
Eric Sandeen032eafe2012-07-28 17:48:36 -04005945#, fuzzy, c-format
5946msgid "Setting reserved blocks count to %llu\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005947msgstr "Yedek blok sayısı %lu olarak belirleniyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005948
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005949#: misc/tune2fs.c:2088
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005950msgid ""
5951"\n"
5952"The filesystem already has sparse superblocks.\n"
5953msgstr ""
5954"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005955"Dosya sistemindeki süperbloklar zaten azaltılmış.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005956
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005957#: misc/tune2fs.c:2092
5958msgid ""
5959"\n"
5960"Setting the sparse superblock flag not supported\n"
5961"for filesystems with the meta_bg feature enabled.\n"
5962msgstr ""
5963
5964#: misc/tune2fs.c:2103
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005965#, c-format
5966msgid ""
5967"\n"
5968"Sparse superblock flag set. %s"
5969msgstr ""
5970"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005971"Süperblok azaltma bayrağı konuldu. %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005972
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005973#: misc/tune2fs.c:2108
5974#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005975msgid ""
5976"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005977"Clearing the sparse superblock flag not supported.\n"
5978msgstr "'%s' dosya sistemi özelliğini temizleme desteklenmiyor.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005979
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005980#: misc/tune2fs.c:2116
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005981#, c-format
5982msgid "Setting time filesystem last checked to %s\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005983msgstr "Dosya sisteminin son denetim zamanı %s yapılıyor\n"
Theodore Ts'o0c897a92002-11-09 12:01:18 -05005984
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005985#: misc/tune2fs.c:2122
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005986#, c-format
5987msgid "Setting reserved blocks uid to %lu\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05005988msgstr "Ayrılan blokların kullanıcı numarası %lu olarak ayarlanıyor\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04005989
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005990#: misc/tune2fs.c:2154
Eric Sandeen032eafe2012-07-28 17:48:36 -04005991msgid "Error in using clear_mmp. It must be used with -f\n"
5992msgstr ""
5993
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005994#: misc/tune2fs.c:2172
Eric Sandeen032eafe2012-07-28 17:48:36 -04005995#, fuzzy
Theodore Ts'o196b59c2014-05-18 21:47:32 -04005996msgid ""
5997"The quota feature may only be changed when the filesystem is unmounted.\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04005998msgstr ""
5999"has_journal bayrağı sadece dosya sistemi bağlı değilken ya da salt-okunur\n"
6000"bağlıyken temizlenebilir.\n"
6001
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006002#: misc/tune2fs.c:2191
6003#, fuzzy
6004msgid "The UUID may only be changed when the filesystem is unmounted.\n"
6005msgstr ""
6006"has_journal bayrağı sadece dosya sistemi bağlı değilken ya da salt-okunur\n"
6007"bağlıyken temizlenebilir.\n"
6008
6009#: misc/tune2fs.c:2219
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006010msgid "Invalid UUID format\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05006011msgstr "Geçersiz UUID biçemi\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006012
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006013#: misc/tune2fs.c:2232
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006014#, fuzzy
6015msgid "The inode size may only be changed when the filesystem is unmounted.\n"
6016msgstr ""
6017"has_journal bayrağı sadece dosya sistemi bağlı değilken ya da salt-okunur\n"
6018"bağlıyken temizlenebilir.\n"
6019
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006020#: misc/tune2fs.c:2240
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006021msgid ""
6022"Changing the inode size not supported for filesystems with the flex_bg\n"
6023"feature enabled.\n"
6024msgstr ""
6025
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006026#: misc/tune2fs.c:2253
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006027#, fuzzy, c-format
6028msgid "Setting inode size %lu\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05006029msgstr "düğüm uzunluğu hatalı - %s"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006030
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006031#: misc/tune2fs.c:2256
6032#, fuzzy
Eric Sandeen032eafe2012-07-28 17:48:36 -04006033msgid "Failed to change inode size\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05006034msgstr "- düğüm taraması başlatılırken hata oluştu"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006035
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006036#: misc/tune2fs.c:2267
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05006037#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05006038msgid "Setting stride size to %d\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05006039msgstr ""
Theodore Ts'o8f741372008-02-28 21:47:05 -05006040
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006041#: misc/tune2fs.c:2272
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05006042#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05006043msgid "Setting stripe width to %d\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05006044msgstr ""
Theodore Ts'o8f741372008-02-28 21:47:05 -05006045
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006046#: misc/tune2fs.c:2279
Eric Sandeen032eafe2012-07-28 17:48:36 -04006047#, fuzzy, c-format
6048msgid "Setting extended default mount options to '%s'\n"
6049msgstr "Şimdiki bağlama sayısı %d olarak belirleniyor\n"
6050
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006051#: misc/util.c:93
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006052msgid "<proceeding>\n"
6053msgstr ""
6054
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006055#: misc/util.c:97
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006056#, fuzzy, c-format
6057msgid "Proceed anyway (or wait %d seconds) ? (y,n) "
6058msgstr "Yine de devam edilsin mi? (e/h) "
6059
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006060#: misc/util.c:101
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006061msgid "Proceed anyway? (y,n) "
6062msgstr "Yine de devam edilsin mi? (e/h) "
6063
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006064#: misc/util.c:132
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006065#, fuzzy, c-format
6066msgid "\tlast mounted on %s on %s"
6067msgstr "bağlama sayısı hatalı - %s"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006068
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006069#: misc/util.c:135
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006070#, fuzzy, c-format
6071msgid "\tlast mounted on %s"
6072msgstr "bağlama sayısı hatalı - %s"
6073
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006074#: misc/util.c:138
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006075#, c-format
6076msgid "\tcreated on %s"
6077msgstr ""
6078
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006079#: misc/util.c:141
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006080#, c-format
6081msgid "\tlast modified on %s"
6082msgstr ""
6083
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006084#: misc/util.c:175
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006085#, c-format
6086msgid "Found a %s partition table in %s\n"
6087msgstr ""
6088
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006089#: misc/util.c:205
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006090#, fuzzy, c-format
6091msgid "Creating regular file %s\n"
6092msgstr "olağan dosya"
6093
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006094#: misc/util.c:208
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006095#, fuzzy, c-format
6096msgid "Could not open %s: %s\n"
6097msgstr "e2label: %s açılamıyor\n"
6098
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006099#: misc/util.c:211
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006100msgid ""
6101"\n"
6102"The device apparently does not exist; did you specify it correctly?\n"
6103msgstr ""
6104"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05006105"Aygıt görünmüyor; doğru belirttiğinize emin misiniz?\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006106
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006107#: misc/util.c:233
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006108#, c-format
6109msgid "%s is not a block special device.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05006110msgstr "%s blok özellikli bir aygıt değil.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006111
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006112#: misc/util.c:255
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006113#, fuzzy, c-format
6114msgid "%s contains a %s file system labelled '%s'\n"
6115msgstr " hatalı bir dosya sistemi içeriyor"
6116
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006117#: misc/util.c:258
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006118#, fuzzy, c-format
6119msgid "%s contains a %s file system\n"
6120msgstr " hatalı bir dosya sistemi içeriyor"
6121
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006122#: misc/util.c:295
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006123#, c-format
6124msgid "%s is entire device, not just one partition!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05006125msgstr "%s diskin tamamı! Bir disk bölümü değil!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006126
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006127#: misc/util.c:318
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006128msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05006129msgstr "mke2fs n'olursa olsun çalıştırılacak. İnşallah /etc/mtab yanlıştır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006130
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006131#: misc/util.c:323
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006132#, c-format
6133msgid "will not make a %s here!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05006134msgstr "burada bir %s yapılmayacak!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006135
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006136#: misc/util.c:330
Theodore Ts'o7ae19832005-06-19 09:45:36 -04006137msgid "mke2fs forced anyway.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04006138msgstr "mke2fs ne olursa olsun çalıştırılacak.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04006139
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006140#: misc/util.c:346
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006141msgid "Couldn't allocate memory to parse journal options!\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05006142msgstr "Günlük seçenekleri için bellek ayrılamadı!\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006143
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006144#: misc/util.c:371
Eric Sandeen032eafe2012-07-28 17:48:36 -04006145#, fuzzy, c-format
6146msgid ""
6147"\n"
6148"Could not find journal device matching %s\n"
6149msgstr "Günlük dosyası süperbloğu tanım numarası bulunamadı"
6150
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006151#: misc/util.c:398
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006152#, fuzzy
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006153msgid ""
6154"\n"
6155"Bad journal options specified.\n"
6156"\n"
6157"Journal options are separated by commas, and may take an argument which\n"
6158"\tis set off by an equals ('=') sign.\n"
6159"\n"
Theodore Ts'oddc32a02003-05-03 18:45:55 -04006160"Valid journal options are:\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006161"\tsize=<journal size in megabytes>\n"
6162"\tdevice=<journal device>\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006163"\tlocation=<journal location>\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006164"\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006165"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006166"\n"
6167msgstr ""
6168"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05006169"Günlük seçenekleri hatalı belirtilmiş.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006170"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05006171"Günlük seçenekleri 'isim=değer' çiftleri halinde\n"
6172"virgüllerle ayrılarak verilir.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006173"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05006174"Geçerli günlükleme seçenekleri:\n"
6175"\tsize=<MB olarak günlük uzunluğu>\n"
6176"\tdevice=<günlük dosyasının bulunacağı aygıt>\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006177"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05006178"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 -04006179"\n"
6180
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006181#: misc/util.c:429
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006182msgid ""
6183"\n"
6184"Filesystem too small for a journal\n"
6185msgstr ""
6186"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05006187"Dosya sistemi bir günlük için çok küçük\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006188
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006189#: misc/util.c:436
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05006190#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006191msgid ""
6192"\n"
6193"The requested journal size is %d blocks; it must be\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006194"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006195msgstr ""
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006196
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006197#: misc/util.c:444
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006198msgid ""
6199"\n"
6200"Journal size too big for filesystem.\n"
6201msgstr ""
6202"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05006203"Günlük dosyası dosya sistemi için çok büyük.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006204
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006205#: misc/util.c:458
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006206#, c-format
6207msgid ""
6208"This filesystem will be automatically checked every %d mounts or\n"
6209"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
6210msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05006211"Bu dosya sistemi her %d bağlamada bir ya da %g günde bir, hangisi önce\n"
6212"gerçekleşirse, otomatik olarak denetlenecektir. Bu değerleri değiştirmek\n"
6213"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 -04006214
Eric Sandeen032eafe2012-07-28 17:48:36 -04006215#: misc/uuidd.c:48
6216#, c-format
6217msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
6218msgstr ""
6219
6220#: misc/uuidd.c:50
6221#, c-format
6222msgid " %s [-r|t] [-n num] [-s socketpath]\n"
6223msgstr ""
6224
6225#: misc/uuidd.c:52
6226#, c-format
6227msgid " %s -k\n"
6228msgstr ""
6229
6230#: misc/uuidd.c:154
6231#, fuzzy
6232msgid "bad arguments"
6233msgstr "%s: argüman sayısı fazla\n"
6234
6235#: misc/uuidd.c:172
6236msgid "connect"
6237msgstr ""
6238
6239#: misc/uuidd.c:191
6240msgid "write"
6241msgstr ""
6242
6243#: misc/uuidd.c:199
6244msgid "read count"
6245msgstr ""
6246
6247#: misc/uuidd.c:205
Eric Sandeen032eafe2012-07-28 17:48:36 -04006248msgid "bad response length"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05006249msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04006250
6251#: misc/uuidd.c:270
6252#, c-format
6253msgid "uuidd daemon already running at pid %s\n"
6254msgstr ""
6255
6256#: misc/uuidd.c:278
6257#, fuzzy, c-format
6258msgid "Couldn't create unix stream socket: %s"
6259msgstr "Tarih/zaman belirteci çözümlenemedi: %s"
6260
6261#: misc/uuidd.c:307
6262#, fuzzy, c-format
6263msgid "Couldn't bind unix socket %s: %s\n"
6264msgstr "ext2 süperbloğu bulunamadı,"
6265
6266#: misc/uuidd.c:315
6267#, fuzzy, c-format
6268msgid "Couldn't listen on unix socket %s: %s\n"
6269msgstr "%i ye tekrar bağlanılamıyor: %m\n"
6270
6271#: misc/uuidd.c:353
6272#, fuzzy, c-format
6273msgid "Error reading from client, len = %d\n"
6274msgstr "Düğüm %i okunurken hata oluştu: %m\n"
6275
6276#: misc/uuidd.c:361
6277#, c-format
6278msgid "operation %d, incoming num = %d\n"
6279msgstr ""
6280
6281#: misc/uuidd.c:380
6282#, c-format
6283msgid "Generated time UUID: %s\n"
6284msgstr ""
6285
6286#: misc/uuidd.c:390
6287#, c-format
6288msgid "Generated random UUID: %s\n"
6289msgstr ""
6290
6291#: misc/uuidd.c:399
6292#, c-format
6293msgid "Generated time UUID %s and subsequent UUID\n"
6294msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
6295msgstr[0] ""
6296msgstr[1] ""
6297
6298#: misc/uuidd.c:420
6299#, c-format
6300msgid "Generated %d UUID's:\n"
6301msgstr ""
6302
6303#: misc/uuidd.c:432
6304#, fuzzy, c-format
6305msgid "Invalid operation %d\n"
6306msgstr "Ek özellik sürümü geçersiz.\n"
6307
6308#: misc/uuidd.c:476 misc/uuidd.c:498
6309#, c-format
6310msgid "Bad number: %s\n"
6311msgstr ""
6312
6313#: misc/uuidd.c:533 misc/uuidd.c:562
6314#, fuzzy, c-format
6315msgid "Error calling uuidd daemon (%s): %s\n"
6316msgstr "/lost+found dizini oluşturulurken hata (%s): %m\n"
6317
6318#: misc/uuidd.c:543
6319#, c-format
6320msgid "%s and subsequent UUID\n"
6321msgid_plural "%s and subsequent %d UUIDs\n"
6322msgstr[0] ""
6323msgstr[1] ""
6324
6325#: misc/uuidd.c:547
Eric Sandeen032eafe2012-07-28 17:48:36 -04006326msgid "List of UUID's:\n"
6327msgstr ""
6328
6329#: misc/uuidd.c:568
6330#, c-format
6331msgid "Unexpected reply length from server %d\n"
6332msgstr ""
6333
6334#: misc/uuidd.c:585
6335#, c-format
6336msgid "Couldn't kill uuidd running at pid %d: %s\n"
6337msgstr ""
6338
6339#: misc/uuidd.c:591
6340#, c-format
6341msgid "Killed uuidd running at pid %d\n"
6342msgstr ""
6343
6344#: misc/uuidgen.c:32
Theodore Ts'oa04eba32003-05-03 16:35:17 -04006345#, c-format
6346msgid "Usage: %s [-r] [-t]\n"
6347msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05006348"Kullanımı: %s [seçenek]\n"
6349"Evrendeki tek tanımlayıcıyı (UUID) oluşturur.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04006350"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05006351"Seçenekler:\n"
6352" -r rasgele sayı üreteci kullanılarak rasgele bir numara üretilir\n"
6353" -t varsa eternet kartının adresi ve sistem zamanına göre bir\n"
6354" numara üretir\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04006355"\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04006356"Çeviri hatalarını <gnu-tr@belgeler.org> adresine bildiriniz.\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04006357"\n"
6358
Eric Sandeen032eafe2012-07-28 17:48:36 -04006359#: resize/extent.c:202
Theodore Ts'oa04eba32003-05-03 16:35:17 -04006360msgid "# Extent dump:\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05006361msgstr "# Ek döküm:\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04006362
Eric Sandeen032eafe2012-07-28 17:48:36 -04006363#: resize/extent.c:203
6364#, fuzzy, c-format
6365msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05006366msgstr "#\tNum = %d, Boy = %d, İmleç = %d, Sıralı = %d\n"
Theodore Ts'oa04eba32003-05-03 16:35:17 -04006367
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006368#: resize/main.c:44
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006369#, fuzzy, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006370msgid ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006371"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006372"\n"
6373msgstr ""
Theodore Ts'oce1250c2005-05-20 22:51:55 -04006374"Kullanımı: %s [seçenekler] aygıt [yeni-boyut]\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006375"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05006376"Dosya sistemini yeniden boyutlandırır.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006377"\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05006378"Seçenekler:\n"
6379" -d bayraklar hata ayıklama seçeneği ile derlenmişse hata ayıklama\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006380" seviyeleri belirtilir\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05006381" -f bazı güvenlik denetimlerini engelleyerek boyutlandırmaya\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006382" zorlar\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05006383" -F başlamadan önce dosya sisteminin tampon belleklerini\n"
6384" boşaltır\n"
6385" -p işlem ilerleyişini gösteren bir çubuk üretir\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006386"\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04006387"Çeviri hatalarını <gnu-tr@belgeler.org> adresine bildiriniz.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006388"\n"
6389
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006390#: resize/main.c:66
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006391msgid "Extending the inode table"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05006392msgstr "Dosya indeksi tablosu genişletiliyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006393
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006394#: resize/main.c:69
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006395msgid "Relocating blocks"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05006396msgstr "Bloklar yeniden konumlandırılıyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006397
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006398#: resize/main.c:72
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006399msgid "Scanning inode table"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05006400msgstr "Dosya indeksi tablosu taranıyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006401
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006402#: resize/main.c:75
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006403msgid "Updating inode references"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05006404msgstr "Dosya indeksi başvuruları güncelleniyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006405
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006406#: resize/main.c:78
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006407msgid "Moving inode table"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05006408msgstr "Dosya indeksi tablosu taşınıyor"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006409
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006410#: resize/main.c:81
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006411msgid "Unknown pass?!?"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05006412msgstr "bilinmeyen geçiş?!?"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006413
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006414#: resize/main.c:84
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006415#, c-format
6416msgid "Begin pass %d (max = %lu)\n"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05006417msgstr "Geçiş %d başlıyor (en çok = %lu)\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006418
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006419#: resize/main.c:155
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05006420msgid ""
6421"\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006422"Resizing bigalloc file systems has not been fully tested. Proceed at\n"
6423"your own risk! Use the force option if you want to go ahead anyway.\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05006424"\n"
6425msgstr ""
6426
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006427#: resize/main.c:272
Theodore Ts'o52cebe22006-04-09 18:33:22 -04006428#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05006429msgid "while opening %s"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04006430msgstr "%s açılırken"
Theodore Ts'o6956f612005-12-31 16:46:15 -05006431
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006432#: resize/main.c:280
Theodore Ts'o52cebe22006-04-09 18:33:22 -04006433#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05006434msgid "while getting stat information for %s"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04006435msgstr "%s için durum bilgisi alınırken"
Theodore Ts'o6956f612005-12-31 16:46:15 -05006436
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006437#: resize/main.c:327
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006438#, c-format
6439msgid ""
6440"Please run 'e2fsck -f %s' first.\n"
6441"\n"
6442msgstr ""
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05006443"Lütfen önce 'e2fsck -f %s' komutunu çalıştırın.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006444"\n"
6445
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006446#: resize/main.c:346
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05006447#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006448msgid "Estimated minimum size of the filesystem: %llu\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05006449msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04006450
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006451#: resize/main.c:382
Eric Sandeen032eafe2012-07-28 17:48:36 -04006452#, fuzzy, c-format
6453msgid "Invalid new size: %s\n"
6454msgstr "düğüm uzunluğu hatalı - %s"
6455
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006456#: resize/main.c:398
Eric Sandeen032eafe2012-07-28 17:48:36 -04006457msgid "New size too large to be expressed in 32 bits\n"
6458msgstr ""
6459
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006460#: resize/main.c:406
Eric Sandeen032eafe2012-07-28 17:48:36 -04006461#, fuzzy, c-format
6462msgid "New size smaller than minimum (%llu)\n"
6463msgstr "Günlük aygıtının blok boyu (%d) asgari blok boyundan (%d) küçük\n"
6464
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006465#: resize/main.c:412
Eric Sandeen032eafe2012-07-28 17:48:36 -04006466msgid "Invalid stride length"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05006467msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04006468
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006469#: resize/main.c:436
Eric Sandeen032eafe2012-07-28 17:48:36 -04006470#, fuzzy, c-format
6471msgid ""
6472"The containing partition (or device) is only %llu (%dk) blocks.\n"
6473"You requested a new size of %llu blocks.\n"
6474"\n"
6475msgstr ""
6476"Disk bölümü (ya da aygıt) sadece %u (%dk) blok içeriyor.\n"
6477"Siz ise %u blokluk bir boyut istediniz.\n"
6478"\n"
6479
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006480#: resize/main.c:443
Eric Sandeen032eafe2012-07-28 17:48:36 -04006481#, fuzzy, c-format
6482msgid ""
6483"The filesystem is already %llu blocks long. Nothing to do!\n"
6484"\n"
6485msgstr ""
6486"Dosya sistemi zaten %u blok uzunlukta. Hiçbir şey yapılmadı!\n"
6487"\n"
6488
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006489#: resize/main.c:452
Eric Sandeen032eafe2012-07-28 17:48:36 -04006490#, fuzzy, c-format
6491msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
6492msgstr ""
6493"%s üzerindeki dosya sistemi şimdi %u blok uzunlukta.\n"
6494"\n"
6495
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006496#: resize/main.c:461
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006497#, c-format
6498msgid "while trying to resize %s"
Theodore Ts'ode1b76f2004-03-20 16:34:22 -05006499msgstr "- %s yeniden boyutlandırılırken hata oluştu"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006500
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006501#: resize/main.c:464
Theodore Ts'o52cebe22006-04-09 18:33:22 -04006502#, c-format
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006503msgid ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04006504"Please run 'e2fsck -fy %s' to fix the filesystem\n"
6505"after the aborted resize operation.\n"
6506msgstr ""
6507
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006508#: resize/main.c:470
Eric Sandeen032eafe2012-07-28 17:48:36 -04006509#, fuzzy, c-format
6510msgid ""
6511"The filesystem on %s is now %llu blocks long.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006512"\n"
6513msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04006514"%s üzerindeki dosya sistemi şimdi %u blok uzunlukta.\n"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006515"\n"
6516
Theodore Ts'ocd75fb02014-07-05 23:44:28 -04006517#: resize/main.c:485
Eric Sandeen032eafe2012-07-28 17:48:36 -04006518#, fuzzy, c-format
6519msgid "while trying to truncate %s"
6520msgstr "- stat %s yapılmaya çalışılırken hata oluştu"
6521
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006522#: resize/online.c:82
6523#, fuzzy
6524msgid "kernel does not support online resize with sparse_super2"
6525msgstr "Dış günlük bu dosya sistemini desteklemiyor\n"
6526
6527#: resize/online.c:87
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006528#, c-format
6529msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
6530msgstr ""
6531
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006532#: resize/online.c:91
Eric Sandeen032eafe2012-07-28 17:48:36 -04006533msgid "On-line shrinking not supported"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006534msgstr ""
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006535
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006536#: resize/online.c:116
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006537#, fuzzy
6538msgid "Filesystem does not support online resizing"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006539msgstr ""
6540"Dosyasistemi özellikleri 0 revizyonlu dosyasistemlerinde desteklenmiyor\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006541
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006542#: resize/online.c:125
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05006543#, fuzzy
6544msgid "Not enough reserved gdt blocks for resizing"
6545msgstr "- yeniden boyutlama için bloklar yedeklenirken hata oluştu"
6546
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006547#: resize/online.c:132
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05006548#, fuzzy
6549msgid "Kernel does not support resizing a file system this large"
6550msgstr "Hurd, dosya türü özelliğini desteklemez.\n"
6551
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006552#: resize/online.c:140
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006553#, fuzzy, c-format
6554msgid "while trying to open mountpoint %s"
6555msgstr ""
6556"\n"
6557"\t%s üzerindeki günlük açılmaya çalışılırken hata oluştu\n"
6558
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006559#: resize/online.c:145
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05006560#, c-format
6561msgid "Old resize interface requested.\n"
6562msgstr ""
6563
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006564#: resize/online.c:164 resize/online.c:181
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006565msgid "Permission denied to resize filesystem"
6566msgstr ""
6567
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006568#: resize/online.c:167 resize/online.c:187
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006569#, fuzzy
6570msgid "While checking for on-line resizing support"
6571msgstr "- yeniden boyutlama için bloklar yedeklenirken hata oluştu"
6572
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006573#: resize/online.c:184
Eric Sandeen032eafe2012-07-28 17:48:36 -04006574#, fuzzy
6575msgid "Kernel does not support online resizing"
6576msgstr "Dış günlük bu dosya sistemini desteklemiyor\n"
6577
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006578#: resize/online.c:223
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006579#, c-format
Eric Sandeen032eafe2012-07-28 17:48:36 -04006580msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006581msgstr ""
6582
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006583#: resize/online.c:233
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006584#, fuzzy
6585msgid "While trying to extend the last group"
6586msgstr "- dış günlük açılmaya çalışılırken hata oluştu"
6587
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006588#: resize/online.c:287
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006589#, fuzzy, c-format
6590msgid "While trying to add group #%d"
6591msgstr "- %s açılmaya çalışılırken hata oluştu"
6592
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006593#: resize/online.c:298
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006594#, c-format
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006595msgid ""
6596"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
6597"this system.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05006598msgstr ""
6599
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006600#: resize/resize2fs.c:402
Theodore Ts'o851bcf32007-07-08 12:09:40 -04006601#, c-format
6602msgid "inodes (%llu) must be less than %u"
6603msgstr ""
6604
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006605#: resize/resize2fs.c:685
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006606msgid "reserved blocks"
6607msgstr "yedek bloklar"
6608
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006609#: resize/resize2fs.c:930
Theodore Ts'obc759702005-05-09 20:40:55 -04006610msgid "meta-data blocks"
6611msgstr "meta-veri blokları"
Theodore Ts'o6e71e672001-10-08 12:51:00 -04006612
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006613#: resize/resize2fs.c:1031 resize/resize2fs.c:1828
6614#, fuzzy
6615msgid "new meta blocks"
6616msgstr "meta-veri blokları"
6617
6618#: resize/resize2fs.c:2046
6619msgid "Should never happen! No sb in last super_sparse bg?\n"
6620msgstr ""
6621
6622#: resize/resize2fs.c:2051
6623msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
6624msgstr ""
6625
6626#: resize/resize2fs.c:2129
Theodore Ts'obc759702005-05-09 20:40:55 -04006627msgid "Should never happen: resize inode corrupt!\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04006628msgstr "Bu olmamalıydı: boyutlandırırken düğümü kaybettik!\n"
6629
Eric Sandeen032eafe2012-07-28 17:48:36 -04006630#: lib/ext2fs/ext2_err.c:11
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006631msgid "EXT2FS Library version 1.42.10"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006632msgstr ""
6633
6634#: lib/ext2fs/ext2_err.c:12
6635msgid "Wrong magic number for ext2_filsys structure"
6636msgstr ""
6637
6638#: lib/ext2fs/ext2_err.c:13
6639msgid "Wrong magic number for badblocks_list structure"
6640msgstr ""
6641
6642#: lib/ext2fs/ext2_err.c:14
6643msgid "Wrong magic number for badblocks_iterate structure"
6644msgstr ""
6645
6646#: lib/ext2fs/ext2_err.c:15
6647msgid "Wrong magic number for inode_scan structure"
6648msgstr ""
6649
6650#: lib/ext2fs/ext2_err.c:16
6651msgid "Wrong magic number for io_channel structure"
6652msgstr ""
6653
6654#: lib/ext2fs/ext2_err.c:17
6655msgid "Wrong magic number for unix io_channel structure"
6656msgstr ""
6657
6658#: lib/ext2fs/ext2_err.c:18
6659msgid "Wrong magic number for io_manager structure"
6660msgstr ""
6661
6662#: lib/ext2fs/ext2_err.c:19
6663msgid "Wrong magic number for block_bitmap structure"
6664msgstr ""
6665
6666#: lib/ext2fs/ext2_err.c:20
6667msgid "Wrong magic number for inode_bitmap structure"
6668msgstr ""
6669
6670#: lib/ext2fs/ext2_err.c:21
6671msgid "Wrong magic number for generic_bitmap structure"
6672msgstr ""
6673
6674#: lib/ext2fs/ext2_err.c:22
6675msgid "Wrong magic number for test io_channel structure"
6676msgstr ""
6677
6678#: lib/ext2fs/ext2_err.c:23
6679msgid "Wrong magic number for directory block list structure"
6680msgstr ""
6681
6682#: lib/ext2fs/ext2_err.c:24
6683msgid "Wrong magic number for icount structure"
6684msgstr ""
6685
6686#: lib/ext2fs/ext2_err.c:25
6687msgid "Wrong magic number for Powerquest io_channel structure"
6688msgstr ""
6689
6690#: lib/ext2fs/ext2_err.c:26
6691msgid "Wrong magic number for ext2 file structure"
6692msgstr ""
6693
6694#: lib/ext2fs/ext2_err.c:27
6695msgid "Wrong magic number for Ext2 Image Header"
6696msgstr ""
6697
6698#: lib/ext2fs/ext2_err.c:28
6699msgid "Wrong magic number for inode io_channel structure"
6700msgstr ""
6701
6702#: lib/ext2fs/ext2_err.c:29
6703msgid "Wrong magic number for ext4 extent handle"
6704msgstr ""
6705
6706#: lib/ext2fs/ext2_err.c:30
6707#, fuzzy
6708msgid "Bad magic number in super-block"
6709msgstr "günlük dosyası super bloğu okunuyor\n"
6710
6711#: lib/ext2fs/ext2_err.c:31
6712msgid "Filesystem revision too high"
6713msgstr ""
6714
6715#: lib/ext2fs/ext2_err.c:32
6716msgid "Attempt to write to filesystem opened read-only"
6717msgstr ""
6718
6719#: lib/ext2fs/ext2_err.c:33
6720#, fuzzy
6721msgid "Can't read group descriptors"
6722msgstr ""
6723" \n"
6724" Grup tanımlayıcı: "
6725
6726#: lib/ext2fs/ext2_err.c:34
6727#, fuzzy
6728msgid "Can't write group descriptors"
6729msgstr ""
6730" \n"
6731" Grup tanımlayıcı: "
6732
6733#: lib/ext2fs/ext2_err.c:35
6734msgid "Corrupt group descriptor: bad block for block bitmap"
6735msgstr ""
6736
6737#: lib/ext2fs/ext2_err.c:36
6738msgid "Corrupt group descriptor: bad block for inode bitmap"
6739msgstr ""
6740
6741#: lib/ext2fs/ext2_err.c:37
6742msgid "Corrupt group descriptor: bad block for inode table"
6743msgstr ""
6744
6745#: lib/ext2fs/ext2_err.c:38
6746#, fuzzy
6747msgid "Can't write an inode bitmap"
6748msgstr "düğüm biteşlemleri yazılıyor"
6749
6750#: lib/ext2fs/ext2_err.c:39
6751#, fuzzy
6752msgid "Can't read an inode bitmap"
6753msgstr "düğüm biteşlemleri yazılıyor"
6754
6755#: lib/ext2fs/ext2_err.c:40
6756#, fuzzy
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006757msgid "Can't write a block bitmap"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05006758msgstr "blok biteşlemleri yazılıyor"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006759
6760#: lib/ext2fs/ext2_err.c:41
6761#, fuzzy
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006762msgid "Can't read a block bitmap"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006763msgstr "düğüm ve blok biteşlemleri okunuyor"
6764
6765#: lib/ext2fs/ext2_err.c:42
6766#, fuzzy
6767msgid "Can't write an inode table"
6768msgstr "- düğüm tablosuna yazılırken hata oluştu"
6769
6770#: lib/ext2fs/ext2_err.c:43
6771#, fuzzy
6772msgid "Can't read an inode table"
6773msgstr "Dosya indeksi tablosu taranıyor"
6774
6775#: lib/ext2fs/ext2_err.c:44
6776msgid "Can't read next inode"
6777msgstr ""
6778
6779#: lib/ext2fs/ext2_err.c:45
6780#, fuzzy
6781msgid "Filesystem has unexpected block size"
6782msgstr "Dosya sisteminin uzunluğu görünürdeki uzunluktan büyük."
6783
6784#: lib/ext2fs/ext2_err.c:46
6785msgid "EXT2 directory corrupted"
6786msgstr ""
6787
6788#: lib/ext2fs/ext2_err.c:47
6789msgid "Attempt to read block from filesystem resulted in short read"
6790msgstr ""
6791
6792#: lib/ext2fs/ext2_err.c:48
6793msgid "Attempt to write block to filesystem resulted in short write"
6794msgstr ""
6795
6796#: lib/ext2fs/ext2_err.c:49
6797msgid "No free space in the directory"
6798msgstr ""
6799
6800#: lib/ext2fs/ext2_err.c:50
6801#, fuzzy
6802msgid "Inode bitmap not loaded"
6803msgstr ""
6804" \n"
6805" Düğüm biteşlemi: "
6806
6807#: lib/ext2fs/ext2_err.c:51
6808#, fuzzy
6809msgid "Block bitmap not loaded"
6810msgstr " Blok biteşlemi: "
6811
6812#: lib/ext2fs/ext2_err.c:52
6813#, fuzzy
6814msgid "Illegal inode number"
6815msgstr "Blok sayısı kuraldışı!\n"
6816
6817#: lib/ext2fs/ext2_err.c:53
6818#, fuzzy
6819msgid "Illegal block number"
6820msgstr "Blok sayısı kuraldışı!\n"
6821
6822#: lib/ext2fs/ext2_err.c:54
6823msgid "Internal error in ext2fs_expand_dir"
6824msgstr ""
6825
6826#: lib/ext2fs/ext2_err.c:55
6827msgid "Not enough space to build proposed filesystem"
6828msgstr ""
6829
6830#: lib/ext2fs/ext2_err.c:56
6831msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
6832msgstr ""
6833
6834#: lib/ext2fs/ext2_err.c:57
6835msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
6836msgstr ""
6837
6838#: lib/ext2fs/ext2_err.c:58
6839msgid "Illegal block number passed to ext2fs_test_block_bitmap"
6840msgstr ""
6841
6842#: lib/ext2fs/ext2_err.c:59
6843msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
6844msgstr ""
6845
6846#: lib/ext2fs/ext2_err.c:60
6847msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
6848msgstr ""
6849
6850#: lib/ext2fs/ext2_err.c:61
6851msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
6852msgstr ""
6853
6854#: lib/ext2fs/ext2_err.c:62
6855msgid "Attempt to fudge end of block bitmap past the real end"
6856msgstr ""
6857
6858#: lib/ext2fs/ext2_err.c:63
6859msgid "Attempt to fudge end of inode bitmap past the real end"
6860msgstr ""
6861
6862#: lib/ext2fs/ext2_err.c:64
6863#, fuzzy
6864msgid "Illegal indirect block found"
6865msgstr "%u düğümünün dolaylı blokları okunuyor"
6866
6867#: lib/ext2fs/ext2_err.c:65
6868#, fuzzy
6869msgid "Illegal doubly indirect block found"
6870msgstr "%u düğümünün dolaylı blokları okunuyor"
6871
6872#: lib/ext2fs/ext2_err.c:66
6873#, fuzzy
6874msgid "Illegal triply indirect block found"
6875msgstr "%u düğümünün dolaylı blokları okunuyor"
6876
6877#: lib/ext2fs/ext2_err.c:67
6878#, fuzzy
6879msgid "Block bitmaps are not the same"
6880msgstr " Blok biteşlemi: "
6881
6882#: lib/ext2fs/ext2_err.c:68
6883#, fuzzy
6884msgid "Inode bitmaps are not the same"
6885msgstr ""
6886" \n"
6887" Düğüm biteşlemi: "
6888
6889#: lib/ext2fs/ext2_err.c:69
6890msgid "Illegal or malformed device name"
6891msgstr ""
6892
6893#: lib/ext2fs/ext2_err.c:70
6894msgid "A block group is missing an inode table"
6895msgstr ""
6896
6897#: lib/ext2fs/ext2_err.c:71
6898msgid "The ext2 superblock is corrupt"
6899msgstr ""
6900
6901#: lib/ext2fs/ext2_err.c:72
6902msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
6903msgstr ""
6904
6905#: lib/ext2fs/ext2_err.c:73
6906msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
6907msgstr ""
6908
6909#: lib/ext2fs/ext2_err.c:74
6910msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
6911msgstr ""
6912
6913#: lib/ext2fs/ext2_err.c:75
6914msgid "Too many symbolic links encountered."
6915msgstr ""
6916
6917#: lib/ext2fs/ext2_err.c:76
6918msgid "The callback function will not handle this case"
6919msgstr ""
6920
6921#: lib/ext2fs/ext2_err.c:77
6922msgid "The inode is from a bad block in the inode table"
6923msgstr ""
6924
6925#: lib/ext2fs/ext2_err.c:78
6926#, fuzzy
6927msgid "Filesystem has unsupported feature(s)"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006928msgstr ""
6929"Dosyasistemi özellikleri 0 revizyonlu dosyasistemlerinde desteklenmiyor\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006930
6931#: lib/ext2fs/ext2_err.c:79
6932#, fuzzy
6933msgid "Filesystem has unsupported read-only feature(s)"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04006934msgstr ""
6935"Dosyasistemi özellikleri 0 revizyonlu dosyasistemlerinde desteklenmiyor\n"
Eric Sandeen032eafe2012-07-28 17:48:36 -04006936
6937#: lib/ext2fs/ext2_err.c:80
6938msgid "IO Channel failed to seek on read or write"
6939msgstr ""
6940
6941#: lib/ext2fs/ext2_err.c:81
6942#, fuzzy
6943msgid "Memory allocation failed"
6944msgstr "Aayrılırken hata oluştu"
6945
6946#: lib/ext2fs/ext2_err.c:82
6947msgid "Invalid argument passed to ext2 library"
6948msgstr ""
6949
6950#: lib/ext2fs/ext2_err.c:83
6951#, fuzzy
6952msgid "Could not allocate block in ext2 filesystem"
6953msgstr "Dosya sistemi türleri için bellek ayrılamadı\n"
6954
6955#: lib/ext2fs/ext2_err.c:84
6956#, fuzzy
6957msgid "Could not allocate inode in ext2 filesystem"
6958msgstr "Dosya sistemi türleri için bellek ayrılamadı\n"
6959
6960#: lib/ext2fs/ext2_err.c:85
6961msgid "Ext2 inode is not a directory"
6962msgstr ""
6963
6964#: lib/ext2fs/ext2_err.c:86
6965msgid "Too many references in table"
6966msgstr ""
6967
6968#: lib/ext2fs/ext2_err.c:87
6969msgid "File not found by ext2_lookup"
6970msgstr ""
6971
6972#: lib/ext2fs/ext2_err.c:88
6973msgid "File open read-only"
6974msgstr ""
6975
6976#: lib/ext2fs/ext2_err.c:89
6977#, fuzzy
6978msgid "Ext2 directory block not found"
6979msgstr "Düğüm %3$d deki dizin bloku %1$u (#%2$d) boş\n"
6980
6981#: lib/ext2fs/ext2_err.c:90
6982msgid "Ext2 directory already exists"
6983msgstr ""
6984
6985#: lib/ext2fs/ext2_err.c:91
6986msgid "Unimplemented ext2 library function"
6987msgstr ""
6988
6989#: lib/ext2fs/ext2_err.c:92
6990msgid "User cancel requested"
6991msgstr ""
6992
6993#: lib/ext2fs/ext2_err.c:93
6994msgid "Ext2 file too big"
6995msgstr ""
6996
6997#: lib/ext2fs/ext2_err.c:94
Eric Sandeen032eafe2012-07-28 17:48:36 -04006998msgid "Supplied journal device not a block device"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05006999msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04007000
7001#: lib/ext2fs/ext2_err.c:95
7002#, fuzzy
7003msgid "Journal superblock not found"
7004msgstr "Günlük süperbloğu yok!\n"
7005
7006#: lib/ext2fs/ext2_err.c:96
7007msgid "Journal must be at least 1024 blocks"
7008msgstr ""
7009
7010#: lib/ext2fs/ext2_err.c:97
7011msgid "Unsupported journal version"
7012msgstr ""
7013
7014#: lib/ext2fs/ext2_err.c:98
7015#, fuzzy
7016msgid "Error loading external journal"
7017msgstr "- dış günlük açılmaya çalışılırken hata oluştu"
7018
7019#: lib/ext2fs/ext2_err.c:99
7020#, fuzzy
7021msgid "Journal not found"
7022msgstr "Günlük süperbloğu yok!\n"
7023
7024#: lib/ext2fs/ext2_err.c:100
7025msgid "Directory hash unsupported"
7026msgstr ""
7027
7028#: lib/ext2fs/ext2_err.c:101
7029#, fuzzy
7030msgid "Illegal extended attribute block number"
7031msgstr "aek özellik"
7032
7033#: lib/ext2fs/ext2_err.c:102
7034msgid "Cannot create filesystem with requested number of inodes"
7035msgstr ""
7036
7037#: lib/ext2fs/ext2_err.c:103
7038msgid "E2image snapshot not in use"
7039msgstr ""
7040
7041#: lib/ext2fs/ext2_err.c:104
7042#, fuzzy
7043msgid "Too many reserved group descriptor blocks"
7044msgstr "<Grup tanımlayıcı düğümü>"
7045
7046#: lib/ext2fs/ext2_err.c:105
7047msgid "Resize inode is corrupt"
7048msgstr ""
7049
7050#: lib/ext2fs/ext2_err.c:106
7051msgid "Tried to set block bmap with missing indirect block"
7052msgstr ""
7053
7054#: lib/ext2fs/ext2_err.c:107
7055msgid "TDB: Success"
7056msgstr ""
7057
7058#: lib/ext2fs/ext2_err.c:108
7059msgid "TDB: Corrupt database"
7060msgstr ""
7061
7062#: lib/ext2fs/ext2_err.c:109
7063msgid "TDB: IO Error"
7064msgstr ""
7065
7066#: lib/ext2fs/ext2_err.c:110
7067msgid "TDB: Locking error"
7068msgstr ""
7069
7070#: lib/ext2fs/ext2_err.c:111
7071msgid "TDB: Out of memory"
7072msgstr ""
7073
7074#: lib/ext2fs/ext2_err.c:112
7075msgid "TDB: Record exists"
7076msgstr ""
7077
7078#: lib/ext2fs/ext2_err.c:113
7079msgid "TDB: Lock exists on other keys"
7080msgstr ""
7081
7082#: lib/ext2fs/ext2_err.c:114
7083#, fuzzy
7084msgid "TDB: Invalid parameter"
7085msgstr "'stride' parametresi geçersiz: %s\n"
7086
7087#: lib/ext2fs/ext2_err.c:115
7088msgid "TDB: Record does not exist"
7089msgstr ""
7090
7091#: lib/ext2fs/ext2_err.c:116
7092msgid "TDB: Write not permitted"
7093msgstr ""
7094
7095#: lib/ext2fs/ext2_err.c:117
7096msgid "Ext2fs directory block list is empty"
7097msgstr ""
7098
7099#: lib/ext2fs/ext2_err.c:118
7100msgid "Attempt to modify a block mapping via a read-only block iterator"
7101msgstr ""
7102
7103#: lib/ext2fs/ext2_err.c:119
7104msgid "Wrong magic number for ext4 extent saved path"
7105msgstr ""
7106
7107#: lib/ext2fs/ext2_err.c:120
7108msgid "Wrong magic number for 64-bit generic bitmap"
7109msgstr ""
7110
7111#: lib/ext2fs/ext2_err.c:121
7112msgid "Wrong magic number for 64-bit block bitmap"
7113msgstr ""
7114
7115#: lib/ext2fs/ext2_err.c:122
7116msgid "Wrong magic number for 64-bit inode bitmap"
7117msgstr ""
7118
7119#: lib/ext2fs/ext2_err.c:123
7120msgid "Wrong magic number --- RESERVED_13"
7121msgstr ""
7122
7123#: lib/ext2fs/ext2_err.c:124
7124msgid "Wrong magic number --- RESERVED_14"
7125msgstr ""
7126
7127#: lib/ext2fs/ext2_err.c:125
7128msgid "Wrong magic number --- RESERVED_15"
7129msgstr ""
7130
7131#: lib/ext2fs/ext2_err.c:126
7132msgid "Wrong magic number --- RESERVED_16"
7133msgstr ""
7134
7135#: lib/ext2fs/ext2_err.c:127
7136msgid "Wrong magic number --- RESERVED_17"
7137msgstr ""
7138
7139#: lib/ext2fs/ext2_err.c:128
7140msgid "Wrong magic number --- RESERVED_18"
7141msgstr ""
7142
7143#: lib/ext2fs/ext2_err.c:129
7144msgid "Wrong magic number --- RESERVED_19"
7145msgstr ""
7146
7147#: lib/ext2fs/ext2_err.c:130
7148msgid "Corrupt extent header"
7149msgstr ""
7150
7151#: lib/ext2fs/ext2_err.c:131
7152msgid "Corrupt extent index"
7153msgstr ""
7154
7155#: lib/ext2fs/ext2_err.c:132
7156msgid "Corrupt extent"
7157msgstr ""
7158
7159#: lib/ext2fs/ext2_err.c:133
7160msgid "No free space in extent map"
7161msgstr ""
7162
7163#: lib/ext2fs/ext2_err.c:134
7164msgid "Inode does not use extents"
7165msgstr ""
7166
7167#: lib/ext2fs/ext2_err.c:135
Eric Sandeen032eafe2012-07-28 17:48:36 -04007168msgid "No 'next' extent"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05007169msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04007170
7171#: lib/ext2fs/ext2_err.c:136
7172msgid "No 'previous' extent"
7173msgstr ""
7174
7175#: lib/ext2fs/ext2_err.c:137
7176msgid "No 'up' extent"
7177msgstr ""
7178
7179#: lib/ext2fs/ext2_err.c:138
7180msgid "No 'down' extent"
7181msgstr ""
7182
7183#: lib/ext2fs/ext2_err.c:139
7184msgid "No current node"
7185msgstr ""
7186
7187#: lib/ext2fs/ext2_err.c:140
7188msgid "Ext2fs operation not supported"
7189msgstr ""
7190
7191#: lib/ext2fs/ext2_err.c:141
7192msgid "No room to insert extent in node"
7193msgstr ""
7194
7195#: lib/ext2fs/ext2_err.c:142
7196msgid "Splitting would result in empty node"
7197msgstr ""
7198
7199#: lib/ext2fs/ext2_err.c:143
7200#, fuzzy
7201msgid "Extent not found"
7202msgstr "/lost+found dizini yok. "
7203
7204#: lib/ext2fs/ext2_err.c:144
7205msgid "Operation not supported for inodes containing extents"
7206msgstr ""
7207
7208#: lib/ext2fs/ext2_err.c:145
7209msgid "Extent length is invalid"
7210msgstr ""
7211
7212#: lib/ext2fs/ext2_err.c:146
7213msgid "I/O Channel does not support 64-bit block numbers"
7214msgstr ""
7215
7216#: lib/ext2fs/ext2_err.c:147
7217msgid "Can't check if filesystem is mounted due to missing mtab file"
7218msgstr ""
7219
7220#: lib/ext2fs/ext2_err.c:148
7221msgid "Filesystem too large to use legacy bitmaps"
7222msgstr ""
7223
7224#: lib/ext2fs/ext2_err.c:149
7225msgid "MMP: invalid magic number"
7226msgstr ""
7227
7228#: lib/ext2fs/ext2_err.c:150
7229msgid "MMP: device currently active"
7230msgstr ""
7231
7232#: lib/ext2fs/ext2_err.c:151
7233msgid "MMP: fsck being run"
7234msgstr ""
7235
7236#: lib/ext2fs/ext2_err.c:152
7237msgid "MMP: block number beyond filesystem range"
7238msgstr ""
7239
7240#: lib/ext2fs/ext2_err.c:153
7241msgid "MMP: undergoing an unknown operation"
7242msgstr ""
7243
7244#: lib/ext2fs/ext2_err.c:154
7245#, fuzzy
7246msgid "MMP: filesystem still in use"
7247msgstr "dosya sistemi uzunluğu hatalı - %s"
7248
7249#: lib/ext2fs/ext2_err.c:155
7250msgid "MMP: open with O_DIRECT failed"
7251msgstr ""
7252
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05007253#: lib/ext2fs/ext2_err.c:156
7254#, fuzzy
7255msgid "Block group descriptor size incorrect"
7256msgstr "<Grup tanımlayıcı düğümü>"
7257
7258#: lib/ext2fs/ext2_err.c:157
7259msgid "Inode checksum does not match inode"
7260msgstr ""
7261
7262#: lib/ext2fs/ext2_err.c:158
7263msgid "Inode bitmap checksum does not match bitmap"
7264msgstr ""
7265
7266#: lib/ext2fs/ext2_err.c:159
7267msgid "Extent block checksum does not match extent block"
7268msgstr ""
7269
7270#: lib/ext2fs/ext2_err.c:160
7271msgid "Directory block does not have space for checksum"
7272msgstr ""
7273
7274#: lib/ext2fs/ext2_err.c:161
7275msgid "Directory block checksum does not match directory block"
7276msgstr ""
7277
7278#: lib/ext2fs/ext2_err.c:162
7279msgid "Extended attribute block checksum does not match block"
7280msgstr ""
7281
7282#: lib/ext2fs/ext2_err.c:163
7283#, fuzzy
7284msgid "Superblock checksum does not match superblock"
7285msgstr "Süperblokların bulunduğu bloklar:"
7286
7287#: lib/ext2fs/ext2_err.c:164
7288msgid "Unknown checksum algorithm"
7289msgstr ""
7290
7291#: lib/ext2fs/ext2_err.c:165
7292msgid "MMP block checksum does not match MMP block"
7293msgstr ""
7294
7295#: lib/ext2fs/ext2_err.c:166
7296msgid "Ext2 file already exists"
7297msgstr ""
7298
Eric Sandeen032eafe2012-07-28 17:48:36 -04007299#: e2fsck/prof_err.c:11
7300msgid "Profile version 0.0"
7301msgstr ""
7302
7303#: e2fsck/prof_err.c:12
7304msgid "Bad magic value in profile_node"
7305msgstr ""
7306
7307#: e2fsck/prof_err.c:13
7308#, fuzzy
7309msgid "Profile section not found"
7310msgstr "- /lost+found dizini oluşturulurken hata oluştu"
7311
7312#: e2fsck/prof_err.c:14
7313#, fuzzy
7314msgid "Profile relation not found"
7315msgstr "- /lost+found dizini oluşturulurken hata oluştu"
7316
7317#: e2fsck/prof_err.c:15
7318msgid "Attempt to add a relation to node which is not a section"
7319msgstr ""
7320
7321#: e2fsck/prof_err.c:16
7322msgid "A profile section header has a non-zero value"
7323msgstr ""
7324
7325#: e2fsck/prof_err.c:17
7326msgid "Bad linked list in profile structures"
7327msgstr ""
7328
7329#: e2fsck/prof_err.c:18
7330msgid "Bad group level in profile structures"
7331msgstr ""
7332
7333#: e2fsck/prof_err.c:19
7334msgid "Bad parent pointer in profile structures"
7335msgstr ""
7336
7337#: e2fsck/prof_err.c:20
7338msgid "Bad magic value in profile iterator"
7339msgstr ""
7340
7341#: e2fsck/prof_err.c:21
7342msgid "Can't set value on section node"
7343msgstr ""
7344
7345#: e2fsck/prof_err.c:22
7346msgid "Invalid argument passed to profile library"
7347msgstr ""
7348
7349#: e2fsck/prof_err.c:23
7350msgid "Attempt to modify read-only profile"
7351msgstr ""
7352
7353#: e2fsck/prof_err.c:24
7354msgid "Profile section header not at top level"
7355msgstr ""
7356
7357#: e2fsck/prof_err.c:25
7358msgid "Syntax error in profile section header"
7359msgstr ""
7360
7361#: e2fsck/prof_err.c:26
7362msgid "Syntax error in profile relation"
7363msgstr ""
7364
7365#: e2fsck/prof_err.c:27
7366msgid "Extra closing brace in profile"
7367msgstr ""
7368
7369#: e2fsck/prof_err.c:28
7370msgid "Missing open brace in profile"
7371msgstr ""
7372
7373#: e2fsck/prof_err.c:29
7374msgid "Bad magic value in profile_t"
7375msgstr ""
7376
7377#: e2fsck/prof_err.c:30
7378msgid "Bad magic value in profile_section_t"
7379msgstr ""
7380
7381#: e2fsck/prof_err.c:31
7382msgid "Iteration through all top level section not supported"
7383msgstr ""
7384
7385#: e2fsck/prof_err.c:32
7386#, fuzzy
7387msgid "Invalid profile_section object"
7388msgstr "Geçersiz dosya sistemi seçeneği: %s\n"
7389
7390#: e2fsck/prof_err.c:33
7391msgid "No more sections"
7392msgstr ""
7393
7394#: e2fsck/prof_err.c:34
7395msgid "Bad nameset passed to query routine"
7396msgstr ""
7397
7398#: e2fsck/prof_err.c:35
7399msgid "No profile file open"
7400msgstr ""
7401
7402#: e2fsck/prof_err.c:36
7403msgid "Bad magic value in profile_file_t"
7404msgstr ""
7405
7406#: e2fsck/prof_err.c:37
7407#, fuzzy
7408msgid "Couldn't open profile file"
7409msgstr "Dosya kopyalanamadı: %m\n"
7410
7411#: e2fsck/prof_err.c:38
7412msgid "Section already exists"
7413msgstr ""
7414
7415#: e2fsck/prof_err.c:39
7416msgid "Invalid boolean value"
7417msgstr ""
7418
7419#: e2fsck/prof_err.c:40
Eric Sandeen032eafe2012-07-28 17:48:36 -04007420msgid "Invalid integer value"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05007421msgstr ""
Eric Sandeen032eafe2012-07-28 17:48:36 -04007422
7423#: e2fsck/prof_err.c:41
7424msgid "Bad magic value in profile_file_data_t"
7425msgstr ""
7426
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007427#~ msgid "Could not stat %s --- %s\n"
7428#~ msgstr "stat %s yapılamadı --- %s\n"
7429
Eric Sandeen032eafe2012-07-28 17:48:36 -04007430#~ msgid "<The ACL index inode>"
7431#~ msgstr "<ACL indeksinin düğümü>"
7432
7433#~ msgid "<The ACL data inode>"
7434#~ msgstr "<ACL verisinin düğümü>"
7435
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007436#~ msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007437#~ msgstr ""
7438#~ "Süperblok has_journal bayrağı içermiyor, ama ext3 günlüğü %s içeriyor.\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007439
7440#~ msgid "@a in @i %i has a hash (%N) which is @n (must be 0)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007441#~ msgstr ""
7442#~ "%i. düğümdeki ek özellik geçersiz bir çırpı (hash) içeriyor (%N), 0 "
7443#~ "olmalı\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007444
7445#~ msgid "while calling iterator function"
7446#~ msgstr "- yineleme işlevi çağrılırken hata oluştu"
7447
7448#~ msgid "while allocating inode buffer"
7449#~ msgstr "- düğüm tampon belleği ayrılırken hata oluştu"
7450
7451#~ msgid "while reading inode table (group %d)"
7452#~ msgstr "- düğüm tablosu okunurken hata oluştu (grup %d)"
7453
7454#~ msgid "while writing inode table (group %d)"
7455#~ msgstr "- düğüm tablosu yazılırken hata oluştu (grup %d)"
7456
7457#~ msgid "Pass 0: Doing byte-swap of filesystem\n"
7458#~ msgstr "Geçiş 0: dosya sisteminin bayt sıralaması düzeltiliyor\n"
7459
7460#~ msgid ""
7461#~ "%s: the filesystem must be freshly checked using fsck\n"
7462#~ "and not mounted before trying to byte-swap it.\n"
7463#~ msgstr ""
7464#~ "%s: dosya sitemi fsck kullanılarak tamamen denetlenmeli ve\n"
7465#~ "ters baytlar normal düzene döndürülmeden bağlanmamalıdır.\n"
7466
7467#~ msgid "Byte swap"
7468#~ msgstr "Ters baytlı"
7469
7470#~ msgid "Byte-swapping filesystems not compiled in this version of e2fsck\n"
7471#~ msgstr "e2fsck'nın bu sürümünde derlenmemiş ters baytlı sistemler \n"
7472
7473#~ msgid "Incompatible options not allowed when byte-swapping.\n"
7474#~ msgstr "Ters baytlar düzeltilirken uyumsuz seçeneklere izin verilmez.\n"
7475
7476#~ msgid "%s: Filesystem byte order already normalized.\n"
7477#~ msgstr "%s Dosya sisteminde baytlar zaten normal.\n"
7478
7479#~ msgid "while retrying to write block bitmaps for %s"
7480#~ msgstr "- %s için blok biteşlemlerinin yazılması yinelenirken hata oluştu"
7481
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05007482#~ msgid "bad block size - %s"
7483#~ msgstr "blok uzunluğu hatalı - %s"
7484
7485#~ msgid "invalid blocks range: %lu-%lu"
7486#~ msgstr "hatalı blok aralığı: %lu-%lu"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007487
7488#~ msgid "Note: This is a byte-swapped filesystem\n"
7489#~ msgstr "Bilgi: Bu bir ters-baytlı dosya sistemi\n"
7490
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05007491#~ msgid "short write (only %d bytes) for writing image header"
7492#~ msgstr "görüntü başlığını yazmak için kısa yazma (sadece %d bayt)"
7493
7494#~ msgid "invalid fragment size - %s"
7495#~ msgstr "sekme boyu hatalı - %s"
7496
7497#~ msgid "Warning: fragments not supported. Ignoring -f option\n"
7498#~ msgstr "Uyarı: sekmeler desteklenmediğinden -f seçeneği yoksayılıyor\n"
7499
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007500#~ msgid ""
7501#~ "Filesystem too large. No more than 2**31-1 blocks\n"
7502#~ "\t (8TB using a blocksize of 4k) are currently supported."
7503#~ msgstr ""
7504#~ "Dosya sistemi çok büyük. 2**31-1 bloktan fazlası\n"
7505#~ "\t (4k'lık bloklarla 8TB mümkün) desteklenmiyor."
7506
7507#~ msgid ""
7508#~ "\n"
7509#~ "Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
7510#~ "\tusing ext3. Use -b 4096 if this is an issue for you.\n"
7511#~ "\n"
7512#~ msgstr ""
7513#~ "\n"
7514#~ "Uyarı: Bazı 2.4 çekirdekler ext3 kullanırken 4096'dan daha büyük blok\n"
7515#~ "\tboylarını desteklemez. Bu sizin için de geçerliyse, -b 4096 hullanın.\n"
7516#~ "\n"
7517
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05007518#~ msgid "Warning: %d-byte inodes not usable on most systems\n"
Theodore Ts'o945ffb92009-01-26 20:43:10 -05007519#~ msgstr "Uyarı: %d baytlık düğümler bir çok sistemde kullanımdışıdır.\n"
7520
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05007521#~ msgid "Journal NOT removed\n"
7522#~ msgstr "Günlük silinMEdi\n"
Theodore Ts'o851bcf32007-07-08 12:09:40 -04007523
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05007524#~ msgid ""
Theodore Ts'o8f741372008-02-28 21:47:05 -05007525#~ "\n"
7526#~ "The filesystem already has sparse superblocks disabled.\n"
7527#~ msgstr ""
7528#~ "\n"
7529#~ "Dosya sisteminde süperblok azaltma bayrağı zaten etkin değil.\n"
7530
7531#~ msgid ""
7532#~ "\n"
7533#~ "Sparse superblock flag cleared. %s"
7534#~ msgstr ""
7535#~ "\n"
7536#~ "Süperblok azaltma bayrağı temizlendi. %s"
7537
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05007538#~ msgid "#\t\t %u -> %u (%d)\n"
7539#~ msgstr "#\t\t %u -> %u (%d)\n"
7540
7541#~ msgid ""
7542#~ "%s is mounted; can't resize a mounted filesystem!\n"
7543#~ "\n"
7544#~ msgstr "%s bağlı; bağlı bir dosya sistemi yeniden boyutlandırılamaz!\n"
7545
Theodore Ts'o6956f612005-12-31 16:46:15 -05007546#~ msgid "done \n"
7547#~ msgstr "bitti \n"
7548
Theodore Ts'o886017a2005-06-26 22:11:46 -04007549#~ msgid "Clone duplicate/bad blocks"
7550#~ msgstr "tekrarlı/hatalı bloklaları kopyala"
7551
7552#~ msgid "Error allocating @a @b %b. "
7553#~ msgstr "Ek özellik bloğu %b ayrılırken hata oluştu. "
7554
7555#~ msgid ""
7556#~ "Duplicate @bs found... invoking duplicate @b passes.\n"
7557#~ "Pass 1B: Rescan for duplicate/bad @bs\n"
7558#~ msgstr ""
7559#~ "Tekrarlanmış bloklar bulundu... tekrarlanan blok taraması başlatılıyor.\n"
7560#~ "Geçiş 1B: tekrarlanmış/hatalı bloklar yeniden taranıyor\n"
7561
7562#~ msgid "Duplicate/bad @b(s) in @i %i:"
7563#~ msgstr "Düğüm %i içindeki tekrarlanmış/hatalı blok(lar):"
7564
Theodore Ts'o197abba2005-06-20 18:00:23 -04007565#~ msgid ""
7566#~ "Extended options are separated by commas, and may take an argument which\n"
7567#~ "is set off by an equals ('=') sign. Valid raid options are:\n"
7568#~ "\tea_ver=<ea_version (1 or 2)\n"
7569#~ "\n"
7570#~ msgstr ""
7571#~ "Belirtilen ek seçenekler hatalı. Ek seçenekler '=' işaretli çiftler\n"
7572#~ "virgüllerle ayrılarak verilir. Geçerli raid seçenekleri:\n"
7573#~ "\tea_ver=<ek_özellik_sürümü> (1 ya da 2)\n"
7574#~ "\n"
7575
7576#~ msgid "Usage: findsuper device [skipbytes [startkb]]\n"
7577#~ msgstr "Kullanımı: findsuper aygıt [atlanacak_baytlar [başlangıç_kb]]\n"
7578
7579#~ msgid "skipbytes should be a number, not %s\n"
7580#~ msgstr "atlanacak_baytlar bir sayı olmalı, %s değil\n"
7581
7582#~ msgid "skipbytes must be a multiple of the sector size\n"
7583#~ msgstr "atlanacak_baytlar sektör boyunun katları olmalı\n"
7584
7585#~ msgid "startkb should be a number, not %s\n"
7586#~ msgstr "başlangıç_kb bir sayı olmalı, %s değil\n"
7587
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05007588#~ msgid "startkb should be positive, not %Ld\n"
7589#~ msgstr "başlangıç_kb poritif olmalı, %Ld değil\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04007590
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05007591#~ msgid "starting at %Ld, with %d byte increments\n"
7592#~ msgstr "%Ld de başlayıp %d bayt arttırımla\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04007593
7594#~ msgid " thisoff block fs_blk_sz blksz grp last_mount\n"
7595#~ msgstr " thisoff blok ds_blok_boyu blokboyu grup son_bağlama\n"
7596
7597#~ msgid ""
7598#~ "\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05007599#~ "%14Ld: finished with errno %d\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04007600#~ msgstr ""
7601#~ "\n"
Volkan Gezer90ff6ed2013-12-28 22:34:45 -05007602#~ "%14Ld: %d hatası ile bitti\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04007603
7604#~ msgid "%s failed for %s: %s\n"
7605#~ msgstr "%s %s için başarısız: %s\n"
7606
Theodore Ts'o197abba2005-06-20 18:00:23 -04007607#~ msgid "HDIO_GETGEO ioctl"
7608#~ msgstr "HDIO_GETGEO ioctl"
7609
7610#~ msgid "BLKGETSIZE ioctl"
7611#~ msgstr "BLKGETSIZE ioctl"
7612
Theodore Ts'oce1250c2005-05-20 22:51:55 -04007613#~ msgid "Forcibly clearing HTREE flag on @i %d (%q). (Beta test code)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007614#~ msgstr ""
7615#~ "Düğüm %d (%q) üzerindeki HTREE bayrağı zorla temizleniyor. (Beta test "
7616#~ "kodu)\n"
Theodore Ts'oce1250c2005-05-20 22:51:55 -04007617
7618#~ msgid "(unknown os)"
7619#~ msgstr "(bilinmeyen işl. sist.)"
Theodore Ts'o3ec94fc2005-01-17 22:18:44 -05007620
Theodore Ts'obc759702005-05-09 20:40:55 -04007621#~ msgid "resize2fs %s (%s)\n"
7622#~ msgstr "resize2fs %s (%s)\n"
7623
7624#~ msgid "Number of free blocks: %d/%d, Needed: %d\n"
7625#~ msgstr "Serbest blok sayısı: %d/%d, Gereken: %d\n"
7626
7627#~ msgid "Going into desperation mode for block allocations\n"
7628#~ msgstr "Blok tahsislerinde umutsuz kipe geçiliyor\n"
7629
7630#~ msgid "Moving %d blocks %u->%u\n"
7631#~ msgstr "%d blok taşınıyor %u->%u\n"
7632
7633#~ msgid "ino=%u, blockcnt=%lld, %u->%u\n"
7634#~ msgstr "düğüm = %u, block_sayısı = %lld, %u->%u\n"
7635
7636#~ msgid "Inode moved %u->%u\n"
7637#~ msgstr "Düğüm taşındı %u->%u\n"
7638
7639#~ msgid "Inode translate (dir=%u, name=%.*s, %u->%u)\n"
7640#~ msgstr "Düğüm çevirisi (dizin = %u, isim= %.*s, %u->%u)\n"
7641
7642#~ msgid "Itable move group %d block %u->%u (diff %d)\n"
Theodore Ts'o196b59c2014-05-18 21:47:32 -04007643#~ msgstr ""
7644#~ "Düğüm tablosu %d. grubun blokları %u -> %u arasında taşınıyor (fark %d)\n"
Theodore Ts'obc759702005-05-09 20:40:55 -04007645
7646#~ msgid "%d blocks of zeros...\n"
7647#~ msgstr "%d sıfırlı blok...\n"
7648
7649#~ msgid "Inode table move finished.\n"
7650#~ msgstr "Düğüm tablosunun taşınması tamamlandı.\n"