aboutsummaryrefslogtreecommitdiffstats
path: root/po/tr.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/tr.po')
-rw-r--r--po/tr.po613
1 files changed, 319 insertions, 294 deletions
diff --git a/po/tr.po b/po/tr.po
index d192182..d6ed3b8 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: bash 3.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-12-30 08:25-0500\n"
+"POT-Creation-Date: 2011-01-28 22:09-0500\n"
"PO-Revision-Date: 2006-10-30 20:00+0200\n"
"Last-Translator: Nilgün Belma Bugüner <nilgun@buguner.name.tr>\n"
"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
@@ -20,7 +20,7 @@ msgstr ""
msgid "bad array subscript"
msgstr "hatalı dizi indisi"
-#: arrayfunc.c:313 builtins/declare.def:481
+#: arrayfunc.c:313 builtins/declare.def:487
#, c-format
msgid "%s: cannot convert indexed to associative array"
msgstr ""
@@ -40,26 +40,26 @@ msgstr "%s: sayısal olmayan indise atama yapılamaz"
msgid "%s: %s: must use subscript when assigning associative array"
msgstr ""
-#: bashhist.c:383
+#: bashhist.c:387
#, c-format
msgid "%s: cannot create: %s"
msgstr "%s: oluşturulamıyor: %s"
-#: bashline.c:3457
+#: bashline.c:3498
msgid "bash_execute_unix_command: cannot find keymap for command"
msgstr "bash_execute_unix_command: komut için kısayol bulunamıyor"
-#: bashline.c:3543
+#: bashline.c:3584
#, c-format
msgid "%s: first non-whitespace character is not `\"'"
msgstr "%s: boşluk olmayan ilk karakter `\"' değil"
-#: bashline.c:3572
+#: bashline.c:3613
#, c-format
msgid "no closing `%c' in %s"
msgstr "%2$s içinde kapatan `%1$c' yok"
-#: bashline.c:3606
+#: bashline.c:3647
#, c-format
msgid "%s: missing colon separator"
msgstr "%s: ikinokta imi eksik"
@@ -119,26 +119,11 @@ msgid ""
" Without EXPR, returns "
msgstr "Geçerli altyordam çağrısının bağlamı döner."
-#: builtins/caller.def:135
-msgid ""
-". With EXPR, returns\n"
-" "
-msgstr ""
-
-#: builtins/caller.def:136
-msgid ""
-"; this extra information can be used to\n"
-" provide a stack trace.\n"
-" \n"
-" The value of EXPR indicates how many call frames to go back before the\n"
-" current one; the top frame is frame 0."
-msgstr ""
-
-#: builtins/cd.def:215
+#: builtins/cd.def:235
msgid "HOME not set"
msgstr "HOME atanmamış"
-#: builtins/cd.def:227
+#: builtins/cd.def:247
msgid "OLDPWD not set"
msgstr "OLDPWD boş"
@@ -157,11 +142,11 @@ msgstr "%s: uyarı: "
msgid "%s: usage: "
msgstr "%s: uyarı: "
-#: builtins/common.c:166 test.c:827
+#: builtins/common.c:166 test.c:832
msgid "too many arguments"
msgstr "çok fazla argüman"
-#: builtins/common.c:191 shell.c:499 shell.c:782
+#: builtins/common.c:191 shell.c:500 shell.c:782
#, c-format
msgid "%s: option requires an argument"
msgstr "%s: seçenek bir argüman gerektirir"
@@ -201,7 +186,7 @@ msgstr "geçersiz sinyal numarası"
msgid "invalid hex number"
msgstr "geçersiz sayı"
-#: builtins/common.c:242 expr.c:1256
+#: builtins/common.c:242 expr.c:1362
msgid "invalid number"
msgstr "geçersiz sayı"
@@ -310,25 +295,25 @@ msgstr "uyarı: -C seçeneği umduğunuz gibi çalışmayabilir"
msgid "not currently executing completion function"
msgstr ""
-#: builtins/declare.def:122
+#: builtins/declare.def:124
msgid "can only be used in a function"
msgstr "sadece bir işlevde kullanılabilir"
-#: builtins/declare.def:360
+#: builtins/declare.def:366
msgid "cannot use `-f' to make functions"
msgstr "işlev yapmak için `-f' kullanılamaz"
-#: builtins/declare.def:372 execute_cmd.c:4937
+#: builtins/declare.def:378 execute_cmd.c:5105
#, c-format
msgid "%s: readonly function"
msgstr "%s: salt okunur işlev"
-#: builtins/declare.def:468
+#: builtins/declare.def:474
#, c-format
msgid "%s: cannot destroy array variables in this way"
msgstr "%s: dizi değişkenleri bu yolla iptal edilemez"
-#: builtins/declare.def:475
+#: builtins/declare.def:481
#, c-format
msgid "%s: cannot convert associative to indexed array"
msgstr ""
@@ -357,29 +342,29 @@ msgstr "%s: özdevimli olarak yüklenmemiş"
msgid "%s: cannot delete: %s"
msgstr "%s: silinemiyor: %s"
-#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4794
-#: shell.c:1452
+#: builtins/evalfile.c:135 builtins/hash.def:171 execute_cmd.c:4961
+#: shell.c:1457
#, c-format
msgid "%s: is a directory"
msgstr "%s: bir dizin"
-#: builtins/evalfile.c:139
+#: builtins/evalfile.c:140
#, c-format
msgid "%s: not a regular file"
msgstr "%s: bir dosya değil"
-#: builtins/evalfile.c:147
+#: builtins/evalfile.c:148
#, c-format
msgid "%s: file is too large"
msgstr "%s: dosya çok büyük"
-#: builtins/evalfile.c:185 builtins/evalfile.c:203 execute_cmd.c:4864
-#: shell.c:1462
+#: builtins/evalfile.c:182 builtins/evalfile.c:200 execute_cmd.c:5032
+#: shell.c:1467
#, c-format
msgid "%s: cannot execute binary file"
msgstr "%s: ikili dosya çalıştırılamıyor"
-#: builtins/exec.def:212
+#: builtins/exec.def:154 builtins/exec.def:156 builtins/exec.def:228
#, c-format
msgid "%s: cannot execute: %s"
msgstr "%s: çalıştırılamıyor: %s"
@@ -407,11 +392,11 @@ msgstr "Durmuş işler var.\n"
msgid "no command found"
msgstr "komut yok"
-#: builtins/fc.def:349
+#: builtins/fc.def:312 builtins/fc.def:359
msgid "history specification"
msgstr "geçmiş belirtimi"
-#: builtins/fc.def:370
+#: builtins/fc.def:380
#, c-format
msgid "%s: cannot open temp file: %s"
msgstr "%s: geçici dosya açılamıyor: %s"
@@ -444,7 +429,7 @@ msgstr "çitleme iptal edildi"
msgid "%s: hash table empty\n"
msgstr "%s: çitleme tablosu boş\n"
-#: builtins/hash.def:244
+#: builtins/hash.def:245
#, fuzzy, c-format
msgid "hits\tcommand\n"
msgstr "son komut: %s\n"
@@ -511,77 +496,87 @@ msgstr "%s: geçmiş yorumlaması başarısız"
msgid "no other options allowed with `-x'"
msgstr "`-x' ile başka seçenek kullanılamaz"
-#: builtins/kill.def:200
+#: builtins/kill.def:198
#, c-format
msgid "%s: arguments must be process or job IDs"
msgstr "%s: argümanlar süreç veya iş kimlikleri olmalı"
-#: builtins/kill.def:263
+#: builtins/kill.def:261
msgid "Unknown error"
msgstr "Bilinmeyen hata"
-#: builtins/let.def:95 builtins/let.def:120 expr.c:501 expr.c:516
+#: builtins/let.def:95 builtins/let.def:120 expr.c:552 expr.c:567
msgid "expression expected"
msgstr "ifade bekleniyordu"
-#: builtins/mapfile.def:165
+#: builtins/mapfile.def:172
#, fuzzy, c-format
msgid "%s: not an indexed array"
msgstr "%s: bir dizi değişkeni değil"
-#: builtins/mapfile.def:249 builtins/read.def:279
+#: builtins/mapfile.def:256 builtins/read.def:279
#, c-format
msgid "%s: invalid file descriptor specification"
msgstr "%s: dosya tanıtıcı belirtimi geçersiz"
-#: builtins/mapfile.def:257 builtins/read.def:286
+#: builtins/mapfile.def:264 builtins/read.def:286
#, c-format
msgid "%d: invalid file descriptor: %s"
msgstr "%d: dosya tanıtıcı geçersiz: %s"
-#: builtins/mapfile.def:266 builtins/mapfile.def:304
+#: builtins/mapfile.def:273 builtins/mapfile.def:311
#, fuzzy, c-format
msgid "%s: invalid line count"
msgstr "%s: seçenek geçersiz"
-#: builtins/mapfile.def:277
+#: builtins/mapfile.def:284
#, fuzzy, c-format
msgid "%s: invalid array origin"
msgstr "%s: seçenek geçersiz"
-#: builtins/mapfile.def:294
+#: builtins/mapfile.def:301
#, fuzzy, c-format
msgid "%s: invalid callback quantum"
msgstr "%s: eylem adı geçersiz"
-#: builtins/mapfile.def:326
+#: builtins/mapfile.def:333
#, fuzzy
msgid "empty array variable name"
msgstr "%s: bir dizi değişkeni değil"
-#: builtins/mapfile.def:347
+#: builtins/mapfile.def:354
msgid "array variable support required"
msgstr ""
-#: builtins/printf.def:374
+#: builtins/printf.def:394
#, c-format
msgid "`%s': missing format character"
msgstr "`%s': biçim karakteri eksik"
-#: builtins/printf.def:551
+#: builtins/printf.def:448
+#, fuzzy, c-format
+msgid "`%c': invalid time format specification"
+msgstr "%s: zamanaşımı belirtimi geçersiz"
+
+#: builtins/printf.def:635
#, c-format
msgid "`%c': invalid format character"
msgstr "`%c': biçim karakteri geçersiz"
-#: builtins/printf.def:578
+#: builtins/printf.def:662
#, fuzzy, c-format
msgid "warning: %s: %s"
msgstr "%s: uyarı: "
-#: builtins/printf.def:757
+#: builtins/printf.def:840
msgid "missing hex digit for \\x"
msgstr "\\x için onaltılık rakam eksik"
+#: builtins/printf.def:855
+#, fuzzy, c-format
+msgid "missing unicode digit for \\%c"
+msgstr "\\x için onaltılık rakam eksik"
+
#: builtins/pushd.def:195
msgid "no other directory"
msgstr "başka dizin yok"
@@ -735,21 +730,21 @@ msgstr "okuma hatası: %d: %s"
msgid "can only `return' from a function or sourced script"
msgstr "sadece bir işlev veya betikten kaynaklı olarak `return' yapılabilir"
-#: builtins/set.def:768
+#: builtins/set.def:771
msgid "cannot simultaneously unset a function and a variable"
msgstr "bir işlev ve bir değişken aynı anda unset yapılamaz"
-#: builtins/set.def:805
+#: builtins/set.def:808
#, c-format
msgid "%s: cannot unset"
msgstr "%s: unset yapılamaz"
-#: builtins/set.def:812
+#: builtins/set.def:815
#, c-format
msgid "%s: cannot unset: readonly %s"
msgstr "%s:unset yapılamaz: %s salt okunur"
-#: builtins/set.def:823
+#: builtins/set.def:826
#, c-format
msgid "%s: not an array variable"
msgstr "%s: bir dizi değişkeni değil"
@@ -763,20 +758,20 @@ msgstr "%s: bir işlev değil"
msgid "shift count"
msgstr "shift sayısı"
-#: builtins/shopt.def:260
+#: builtins/shopt.def:264
msgid "cannot set and unset shell options simultaneously"
msgstr "kabuk seçenekleri aynı anda hem atanıp hem de iptal edilemez"
-#: builtins/shopt.def:325
+#: builtins/shopt.def:329
#, c-format
msgid "%s: invalid shell option name"
msgstr "%s: kabuk seçenek ismi geçersiz"
-#: builtins/source.def:128
+#: builtins/source.def:130
msgid "filename argument required"
msgstr "dosya ismi argüman gerekir"
-#: builtins/source.def:153
+#: builtins/source.def:155
#, c-format
msgid "%s: file not found"
msgstr "%s: dosya yok"
@@ -819,26 +814,26 @@ msgstr "%s %s'dir\n"
msgid "%s is hashed (%s)\n"
msgstr "%s çitilmiş (%s)\n"
-#: builtins/ulimit.def:372
+#: builtins/ulimit.def:376
#, c-format
msgid "%s: invalid limit argument"
msgstr "%s: sınırlama argümanı geçersiz"
-#: builtins/ulimit.def:398
+#: builtins/ulimit.def:402
#, c-format
msgid "`%c': bad command"
msgstr "`%c': hatalı komut"
-#: builtins/ulimit.def:427
+#: builtins/ulimit.def:431
#, c-format
msgid "%s: cannot get limit: %s"
msgstr "%s: sınır alınamıyor: %s"
-#: builtins/ulimit.def:453
+#: builtins/ulimit.def:457
msgid "limit"
msgstr ""
-#: builtins/ulimit.def:465 builtins/ulimit.def:765
+#: builtins/ulimit.def:469 builtins/ulimit.def:769
#, c-format
msgid "%s: cannot modify limit: %s"
msgstr "%s: sınır değiştirilemiyor: %s"
@@ -894,106 +889,111 @@ msgstr "%s: bağlanmamış değişken"
#: eval.c:181
#, c-format
-msgid "timed out waiting for input: auto-logout\n"
-msgstr "girdi beklerken zamanaşımı: auto-logout\n"
+msgid "\atimed out waiting for input: auto-logout\n"
+msgstr "\agirdi beklerken zamanaşımı: auto-logout\n"
-#: execute_cmd.c:497
+#: execute_cmd.c:504
#, c-format
msgid "cannot redirect standard input from /dev/null: %s"
msgstr "/dev/null'dan standart girdiye yönlendirme yapılamaz: %s"
-#: execute_cmd.c:1162
+#: execute_cmd.c:1168
#, c-format
msgid "TIMEFORMAT: `%c': invalid format character"
msgstr "TIMEFORMAT: `%c': biçim karakteri geçersiz"
-#: execute_cmd.c:2075
+#: execute_cmd.c:2121
#, fuzzy
msgid "pipe error"
msgstr "yazma hatası: %s"
-#: execute_cmd.c:4481
+#: execute_cmd.c:4640
#, c-format
msgid "%s: restricted: cannot specify `/' in command names"
msgstr "%s: kısıtlı: komut adında `/' kullanamazsınız"
-#: execute_cmd.c:4572
+#: execute_cmd.c:4735
#, c-format
msgid "%s: command not found"
msgstr "%s: komut yok"
-#: execute_cmd.c:4827
+#: execute_cmd.c:4959
+#, fuzzy, c-format
+msgid "%s: %s"
+msgstr "%s %s'dir\n"
+
+#: execute_cmd.c:4995
#, c-format
msgid "%s: %s: bad interpreter"
msgstr "%s: %s: hatalı yorumlayıcı"
-#: execute_cmd.c:4976
+#: execute_cmd.c:5144
#, c-format
msgid "cannot duplicate fd %d to fd %d"
msgstr "fd %d, fd %d olarak yinelenemiyor"
-#: expr.c:241
+#: expr.c:256
msgid "expression recursion level exceeded"
msgstr "ifade özyineleme düzeyi aşıldı"
-#: expr.c:265
+#: expr.c:280
msgid "recursion stack underflow"
msgstr "özyineleme yığıtı alttan taştı"
-#: expr.c:379
+#: expr.c:422
msgid "syntax error in expression"
msgstr "ifadede sözdizimi hatası"
-#: expr.c:419
+#: expr.c:463
msgid "attempted assignment to non-variable"
msgstr "değişken olmayana atama yapmaya çalışıldı"
-#: expr.c:440 expr.c:445 expr.c:756
+#: expr.c:486 expr.c:491 expr.c:807
msgid "division by 0"
msgstr "sıfırla bölme"
-#: expr.c:471
+#: expr.c:517
msgid "bug: bad expassign token"
msgstr "yazılım hatası: bad expassign token"
-#: expr.c:513
+#: expr.c:564
msgid "`:' expected for conditional expression"
msgstr "koşullu ifade için `:' bekleniyordu"
-#: expr.c:781
+#: expr.c:832
msgid "exponent less than 0"
msgstr "üs sıfırdan küçük"
-#: expr.c:826
+#: expr.c:887
msgid "identifier expected after pre-increment or pre-decrement"
msgstr "belirteç ön-arttırım veya ön-eksiltim sonrası bekleniyordu"
-#: expr.c:854
+#: expr.c:910
msgid "missing `)'"
msgstr "eksik `)'"
-#: expr.c:897 expr.c:1176
+#: expr.c:959 expr.c:1282
msgid "syntax error: operand expected"
msgstr "sözdizimi hatası: terim umuluyordu"
-#: expr.c:1178
+#: expr.c:1284
msgid "syntax error: invalid arithmetic operator"
msgstr "sözdizimi hatası: geçersiz aritmetik işleci"
-#: expr.c:1202
+#: expr.c:1308
#, c-format
msgid "%s%s%s: %s (error token is \"%s\")"
msgstr ""
-#: expr.c:1260
+#: expr.c:1366
msgid "invalid arithmetic base"
msgstr "geçersiz sayı tabanı"
-#: expr.c:1280
+#: expr.c:1386
msgid "value too great for base"
msgstr "değer taban için fazla büyük"
-#: expr.c:1329
+#: expr.c:1435
#, fuzzy, c-format
msgid "%s: expression error\n"
msgstr "%s: tamsayı ifadesi bekleniyordu"
@@ -1002,164 +1002,164 @@ msgstr "%s: tamsayı ifadesi bekleniyordu"
msgid "getcwd: cannot access parent directories"
msgstr "getcwd: üst dizinlere erişilemiyor"
-#: input.c:94 subst.c:4857
+#: input.c:94 subst.c:5082
#, fuzzy, c-format
msgid "cannot reset nodelay mode for fd %d"
msgstr "fd %d için geciktirmeme kipi sıfırlanamıyor"
-#: input.c:258
+#: input.c:260
#, c-format
msgid "cannot allocate new file descriptor for bash input from fd %d"
msgstr ""
"fd %d tanıtıcısındaki bash girdisi için yeni dosya tanıtıcısı ayrılamıyor"
-#: input.c:266
+#: input.c:268
#, c-format
msgid "save_bash_input: buffer already exists for new fd %d"
msgstr "save_bash_input: yeni fd %d için tampon zaten var"
-#: jobs.c:466
+#: jobs.c:468
msgid "start_pipeline: pgrp pipe"
msgstr ""
-#: jobs.c:887
+#: jobs.c:889
#, c-format
msgid "forked pid %d appears in running job %d"
msgstr "çatallanan pid %d, çalışan iş %d içinde görünüyor"
-#: jobs.c:1005
+#: jobs.c:1007
#, c-format
msgid "deleting stopped job %d with process group %ld"
msgstr "durdurulan %2$ld süreç gruplu iş %1$d siliniyor"
-#: jobs.c:1110
+#: jobs.c:1112
#, c-format
msgid "add_process: process %5ld (%s) in the_pipeline"
msgstr ""
-#: jobs.c:1113
+#: jobs.c:1115
#, c-format
msgid "add_process: pid %5ld (%s) marked as still alive"
msgstr ""
-#: jobs.c:1401
+#: jobs.c:1430
#, c-format
msgid "describe_pid: %ld: no such pid"
msgstr "describe_pid: %ld: böyle bir pid yok"
-#: jobs.c:1416
+#: jobs.c:1445
#, c-format
msgid "Signal %d"
msgstr ""
-#: jobs.c:1430 jobs.c:1455
+#: jobs.c:1459 jobs.c:1484
msgid "Done"
msgstr ""
-#: jobs.c:1435 siglist.c:123
+#: jobs.c:1464 siglist.c:123
msgid "Stopped"
msgstr ""
-#: jobs.c:1439
+#: jobs.c:1468
#, c-format
msgid "Stopped(%s)"
msgstr ""
-#: jobs.c:1443
+#: jobs.c:1472
msgid "Running"
msgstr ""
-#: jobs.c:1457
+#: jobs.c:1486
#, c-format
msgid "Done(%d)"
msgstr ""
-#: jobs.c:1459
+#: jobs.c:1488
#, c-format
msgid "Exit %d"
msgstr ""
-#: jobs.c:1462
+#: jobs.c:1491
msgid "Unknown status"
msgstr ""
-#: jobs.c:1549
+#: jobs.c:1578
#, c-format
msgid "(core dumped) "
msgstr ""
-#: jobs.c:1568
+#: jobs.c:1597
#, c-format
msgid " (wd: %s)"
msgstr ""
-#: jobs.c:1776
+#: jobs.c:1805
#, c-format
msgid "child setpgid (%ld to %ld)"
msgstr ""
-#: jobs.c:2104 nojobs.c:585
+#: jobs.c:2133 nojobs.c:585
#, c-format
msgid "wait: pid %ld is not a child of this shell"
msgstr "wait: pid %ld bu kabuğun bir alt sürecine ait değil"
-#: jobs.c:2331
+#: jobs.c:2360
#, c-format
msgid "wait_for: No record of process %ld"
msgstr "wait_for: süreç %ld için kayıt yok"
-#: jobs.c:2607
+#: jobs.c:2637
#, c-format
msgid "wait_for_job: job %d is stopped"
msgstr "wait_for_job: iş %d durdu"
-#: jobs.c:2829
+#: jobs.c:2859
#, c-format
msgid "%s: job has terminated"
msgstr "%s: iş sonlanmış"
-#: jobs.c:2838
+#: jobs.c:2868
#, c-format
msgid "%s: job %d already in background"
msgstr "%s: iş %d zaten artalanda"
-#: jobs.c:3059
+#: jobs.c:3089
msgid "waitchld: turning on WNOHANG to avoid indefinite block"
msgstr ""
-#: jobs.c:3508
+#: jobs.c:3538
#, fuzzy, c-format
msgid "%s: line %d: "
msgstr "%s: uyarı: "
-#: jobs.c:3522 nojobs.c:814
+#: jobs.c:3552 nojobs.c:814
#, c-format
msgid " (core dumped)"
msgstr ""
-#: jobs.c:3534 jobs.c:3547
+#: jobs.c:3564 jobs.c:3577
#, c-format
msgid "(wd now: %s)\n"
msgstr ""
-#: jobs.c:3579
+#: jobs.c:3609
msgid "initialize_job_control: getpgrp failed"
msgstr ""
-#: jobs.c:3639
+#: jobs.c:3669
msgid "initialize_job_control: line discipline"
msgstr ""
-#: jobs.c:3649
+#: jobs.c:3679
msgid "initialize_job_control: setpgid"
msgstr ""
-#: jobs.c:3677
+#: jobs.c:3707
#, c-format
msgid "cannot set terminal process group (%d)"
msgstr ""
-#: jobs.c:3682
+#: jobs.c:3712
msgid "no job control in this shell"
msgstr "bu kabukta iş denetimi yok"
@@ -1313,99 +1313,99 @@ msgstr ""
msgid "make_redirection: redirection instruction `%d' out of range"
msgstr "make_redirection: yönlendirme yönergesi `%d' aralık dışında"
-#: parse.y:3133 parse.y:3369
+#: parse.y:3173 parse.y:3444
#, c-format
msgid "unexpected EOF while looking for matching `%c'"
msgstr "`%c' için eşleşme aranırken beklenmedik dosya sonu"
-#: parse.y:3951
+#: parse.y:4025
msgid "unexpected EOF while looking for `]]'"
msgstr "`]]' aranırken beklenmedik dosya sonu"
-#: parse.y:3956
+#: parse.y:4030
#, c-format
msgid "syntax error in conditional expression: unexpected token `%s'"
msgstr "koşullu ifadede sözdizimi hatası: beklenmedik dizgecik `%s'"
-#: parse.y:3960
+#: parse.y:4034
msgid "syntax error in conditional expression"
msgstr "koşullu ifadede sözdizimi hatası"
-#: parse.y:4038
+#: parse.y:4112
#, c-format
msgid "unexpected token `%s', expected `)'"
msgstr "beklenmedik dizgecik `%s', `)' umuluyordu"
-#: parse.y:4042
+#: parse.y:4116
msgid "expected `)'"
msgstr "`)' umuluyordu"
-#: parse.y:4070
+#: parse.y:4144
#, c-format
msgid "unexpected argument `%s' to conditional unary operator"
msgstr "koşullu tek terimli işlece beklenmedik argüman `%s'"
-#: parse.y:4074
+#: parse.y:4148
msgid "unexpected argument to conditional unary operator"
msgstr "koşullu tek terimli işlece beklenmedik argüman"
-#: parse.y:4120
+#: parse.y:4194
#, c-format
msgid "unexpected token `%s', conditional binary operator expected"
msgstr "beklenmedik dizgecik `%s', koşullu iki terimli işleç umuluyordu"
-#: parse.y:4124
+#: parse.y:4198
msgid "conditional binary operator expected"
msgstr "koşullu iki terimli işleç umuluyordu"
-#: parse.y:4146
+#: parse.y:4220
#, c-format
msgid "unexpected argument `%s' to conditional binary operator"
msgstr "koşullu iki terimli işlece beklenmedik argüman `%s'"
-#: parse.y:4150
+#: parse.y:4224
msgid "unexpected argument to conditional binary operator"
msgstr "koşullu iki terimli işlece beklenmedik argüman"
-#: parse.y:4161
+#: parse.y:4235
#, c-format
msgid "unexpected token `%c' in conditional command"
msgstr "koşullu komutta beklenmeyen dizgecik `%c'"
-#: parse.y:4164
+#: parse.y:4238
#, c-format
msgid "unexpected token `%s' in conditional command"
msgstr "koşullu komutta beklenmeyen dizgecik `%s'"
-#: parse.y:4168
+#: parse.y:4242
#, c-format
msgid "unexpected token %d in conditional command"
msgstr "koşullu komutta beklenmeyen dizgecik %d"
-#: parse.y:5459
+#: parse.y:5566
#, c-format
msgid "syntax error near unexpected token `%s'"
msgstr "beklenmeyen dizgecik `%s' yakınında sözdizimi hatası"
-#: parse.y:5477
+#: parse.y:5584
#, c-format
msgid "syntax error near `%s'"
msgstr "`%s' yakınında sözdizimi hatası"
-#: parse.y:5487
+#: parse.y:5594
msgid "syntax error: unexpected end of file"
msgstr "sözdizimi hatası: beklenmeyen dosya sonu"
-#: parse.y:5487
+#: parse.y:5594
msgid "syntax error"
msgstr "sözdizimi hatası"
-#: parse.y:5549
+#: parse.y:5656
#, c-format
msgid "Use \"%s\" to leave the shell.\n"
msgstr "Kabuğu bırakmak için \"%s\" kullanın.\n"
-#: parse.y:5711
+#: parse.y:5818
msgid "unexpected EOF while looking for matching `)'"
msgstr "`)' için eşleşme aranırken beklenmedik dosya sonu"
@@ -1414,77 +1414,77 @@ msgstr "`)' için eşleşme aranırken beklenmedik dosya sonu"
msgid "completion: function `%s' not found"
msgstr "completion: `%s' işlevi yok"
-#: pcomplib.c:179
+#: pcomplib.c:182
#, c-format
msgid "progcomp_insert: %s: NULL COMPSPEC"
msgstr "progcomp_insert: %s: NULL COMPSPEC"
-#: print_cmd.c:290
+#: print_cmd.c:296
#, c-format
msgid "print_command: bad connector `%d'"
msgstr "print_command: hatalı bağlayıcı `%d'"
-#: print_cmd.c:363
+#: print_cmd.c:368
#, fuzzy, c-format
msgid "xtrace_set: %d: invalid file descriptor"
msgstr "%d: dosya tanıtıcı geçersiz: %s"
-#: print_cmd.c:368
+#: print_cmd.c:373
msgid "xtrace_set: NULL file pointer"
msgstr ""
-#: print_cmd.c:372
+#: print_cmd.c:377
#, c-format
msgid "xtrace fd (%d) != fileno xtrace fp (%d)"
msgstr ""
-#: print_cmd.c:1461
+#: print_cmd.c:1478
#, c-format
msgid "cprintf: `%c': invalid format character"
msgstr "cprintf: `%c': geçersiz biçim karakteri"
-#: redir.c:110
+#: redir.c:122
msgid "file descriptor out of range"
msgstr "dosya tanıtıcı aralık dışında"
-#: redir.c:166
+#: redir.c:178
#, c-format
msgid "%s: ambiguous redirect"
msgstr "%s: belirsiz yönlendirme"
-#: redir.c:170
+#: redir.c:182
#, c-format
msgid "%s: cannot overwrite existing file"
msgstr "%s: mevcut dosyanın üzerine yazılamıyor"
-#: redir.c:175
+#: redir.c:187
#, c-format
msgid "%s: restricted: cannot redirect output"
msgstr "%s: kısıtlı: çıktı yönlendirilemiyor"
-#: redir.c:180
+#: redir.c:192
#, fuzzy, c-format
msgid "cannot create temp file for here-document: %s"
msgstr "belge için geçici dosya oluşturulamıyor: %s"
-#: redir.c:184
+#: redir.c:196
#, fuzzy, c-format
msgid "%s: cannot assign fd to variable"
msgstr "%s: dizi üyesine liste atanamaz"
-#: redir.c:544
+#: redir.c:548
msgid "/dev/(tcp|udp)/host/port not supported without networking"
msgstr "/dev/(tcp|udp)/host/port ağ olmaksızın desteklenmiyor"
-#: redir.c:1101
+#: redir.c:818 redir.c:930 redir.c:993 redir.c:1136
msgid "redirection error: cannot duplicate fd"
msgstr "yönlendirme hatası: fd yinelenemiyor"
-#: shell.c:332
+#: shell.c:333
msgid "could not find /tmp, please create!"
msgstr "/tmp bulunamadı, lütfen oluşturun!"
-#: shell.c:336
+#: shell.c:337
msgid "/tmp must be a valid directory name"
msgstr "/tmp geçerli bir dizinin adı olmalıdır"
@@ -1493,16 +1493,16 @@ msgstr "/tmp geçerli bir dizinin adı olmalıdır"
msgid "%c%c: invalid option"
msgstr "%c%c: geçersiz seçenek"
-#: shell.c:1651
+#: shell.c:1652
msgid "I have no name!"
msgstr "Hiç ismim yok!"
-#: shell.c:1793
+#: shell.c:1795
#, c-format
msgid "GNU bash, version %s-(%s)\n"
msgstr ""
-#: shell.c:1794
+#: shell.c:1796
#, c-format
msgid ""
"Usage:\t%s [GNU long option] [option] ...\n"
@@ -1511,44 +1511,44 @@ msgstr ""
"Kullanım:\t%s [GNU uzun seçeneği] [seçenek] ...\n"
"\t%s [GNU uzun seçeneği] [seçenek] betik-dosyası ...\n"
-#: shell.c:1796
+#: shell.c:1798
msgid "GNU long options:\n"
msgstr "GNU uzun seçenekleri:\n"
-#: shell.c:1800
+#: shell.c:1802
msgid "Shell options:\n"
msgstr "Kabuk seçenekleri:\n"
-#: shell.c:1801
+#: shell.c:1803
msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n"
msgstr "\t-irsD veya -c KOMUT veya -O shopt_seçeneği\t(sadece çağrı için)\n"
-#: shell.c:1816
+#: shell.c:1818
#, c-format
msgid "\t-%s or -o option\n"
msgstr "\t-%s ya da -o seçeneği\n"
-#: shell.c:1822
+#: shell.c:1824
#, c-format
msgid "Type `%s -c \"help set\"' for more information about shell options.\n"
msgstr ""
"Kabuk seçenekleriyle ilgili daha fazla bilgi için `%s -c \"help set\"' "
"yazın.\n"
-#: shell.c:1823
+#: shell.c:1825
#, c-format
msgid "Type `%s -c help' for more information about shell builtin commands.\n"
msgstr ""
"Kabuk yerleşik komutlarıyla ilgili bilgi almak için `%s -c help' yazın.\n"
-#: shell.c:1824
+#: shell.c:1826
#, c-format
msgid "Use the `bashbug' command to report bugs.\n"
msgstr ""
"Yazılım hatalarını raporlamak için `bashbug' komutunu kullanınız.\n"
"Çeviri hatalarını ise <gnu-tr@belgeler.org> adresine bildiriniz.\n"
-#: sig.c:626
+#: sig.c:638
#, c-format
msgid "sigprocmask: %d: invalid operation"
msgstr "sigprocmask: %d: geçersiz işlem"
@@ -1724,83 +1724,83 @@ msgstr ""
msgid "Unknown Signal #%d"
msgstr ""
-#: subst.c:1333 subst.c:1454
+#: subst.c:1333 subst.c:1502
#, c-format
msgid "bad substitution: no closing `%s' in %s"
msgstr "hatalı ikame: %2$s içinde kapatan `%1$s' yok"
-#: subst.c:2735
+#: subst.c:2795
#, c-format
msgid "%s: cannot assign list to array member"
msgstr "%s: dizi üyesine liste atanamaz"
-#: subst.c:4754 subst.c:4770
+#: subst.c:4979 subst.c:4995
msgid "cannot make pipe for process substitution"
msgstr "süreç ikamesi için borulama yapılamıyor"
-#: subst.c:4802
+#: subst.c:5027
msgid "cannot make child for process substitution"
msgstr "süreç ikamesi için alt süreç yapılamıyor"
-#: subst.c:4847
+#: subst.c:5072
#, c-format
msgid "cannot open named pipe %s for reading"
msgstr "isimli boru %s okumak için açılamıyor"
-#: subst.c:4849
+#: subst.c:5074
#, c-format
msgid "cannot open named pipe %s for writing"
msgstr "isimli boru %s yazmak için açılamıyor"
-#: subst.c:4867
+#: subst.c:5092
#, c-format
msgid "cannot duplicate named pipe %s as fd %d"
msgstr "isimli boru %s fd %d olarak yinelenemiyor"
-#: subst.c:5063
+#: subst.c:5284
msgid "cannot make pipe for command substitution"
msgstr "komut ikamesi için boru yapılamıyor"
-#: subst.c:5097
+#: subst.c:5322
msgid "cannot make child for command substitution"
msgstr "komut ikamesi için alt süreç yapılamıyor"
-#: subst.c:5114
+#: subst.c:5339
msgid "command_substitute: cannot duplicate pipe as fd 1"
msgstr "command_substitute: boru fd 1 olarak yinelenemiyor"
-#: subst.c:5617
+#: subst.c:5859
#, c-format
msgid "%s: parameter null or not set"
msgstr "%s: parametre boş ya da değer atanmamış"
-#: subst.c:5907
+#: subst.c:6125 subst.c:6140
#, c-format
msgid "%s: substring expression < 0"
msgstr "%s: altdizge ifadesi < 0"
-#: subst.c:6965
+#: subst.c:7271
#, c-format
msgid "%s: bad substitution"
msgstr "%s: hatalı ikame"
-#: subst.c:7045
+#: subst.c:7347
#, c-format
msgid "$%s: cannot assign in this way"
msgstr "$%s: bu yolla atama yapılmaz"
-#: subst.c:7374
+#: subst.c:7684
msgid ""
"future versions of the shell will force evaluation as an arithmetic "
"substitution"
msgstr ""
-#: subst.c:7839
+#: subst.c:8149
#, fuzzy, c-format
msgid "bad substitution: no closing \"`\" in %s"
msgstr "hatalı ikame: %2$s içinde kapatan `%1$s' yok"
-#: subst.c:8720
+#: subst.c:9036
#, c-format
msgid "no match: %s"
msgstr "eşleşme yok: %s"
@@ -1823,37 +1823,37 @@ msgstr "`)' bekleniyordu"
msgid "`)' expected, found %s"
msgstr "`)' bekleniyordu, %s bulundu"
-#: test.c:280 test.c:693 test.c:696
+#: test.c:280 test.c:698 test.c:701
#, c-format
msgid "%s: unary operator expected"
msgstr "%s: tek terimli işleci bekleniyordu"
-#: test.c:449 test.c:736
+#: test.c:449 test.c:741
#, c-format
msgid "%s: binary operator expected"
msgstr "%s: iki terimli işleci bekleniyordu"
-#: test.c:811
+#: test.c:816
msgid "missing `]'"
msgstr "eksik `]'"
-#: trap.c:203
+#: trap.c:207
msgid "invalid signal number"
msgstr "geçersiz sinyal numarası"
-#: trap.c:327
+#: trap.c:337
#, c-format
msgid "run_pending_traps: bad value in trap_list[%d]: %p"
msgstr "run_pending_traps:trap_list[%d] içinde hatalı değer: %p"
-#: trap.c:331
+#: trap.c:341
#, c-format
msgid ""
"run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
msgstr ""
"run_pending_traps: sinyal yakalayıcı SIG_DFL'dir, kendime %d (%s) göndererek"
-#: trap.c:380
+#: trap.c:393
#, c-format
msgid "trap_handler: bad signal %d"
msgstr "trap_handler:hatalı sinyal %d"
@@ -1863,60 +1863,60 @@ msgstr "trap_handler:hatalı sinyal %d"
msgid "error importing function definition for `%s'"
msgstr "`%s'nin işlev tanımının içeri aktarılmasında hata"
-#: variables.c:748
+#: variables.c:755
#, c-format
msgid "shell level (%d) too high, resetting to 1"
msgstr "kabuk düzeyi (%d) çok yüksek, 1 yapılıyor"
-#: variables.c:1915
+#: variables.c:1932
msgid "make_local_variable: no function context at current scope"
msgstr "make_local_variable: geçerli etki alanında hiç işlev bağlamı yok"
-#: variables.c:3159
+#: variables.c:3182
msgid "all_local_variables: no function context at current scope"
msgstr "all_local_variables: geçerli etki alanında hiç işlev bağlamı yok"
-#: variables.c:3376
+#: variables.c:3427
#, fuzzy, c-format
msgid "%s has null exportstr"
msgstr "%s: parametre boş ya da değer atanmamış"
-#: variables.c:3381 variables.c:3390
+#: variables.c:3432 variables.c:3441
#, c-format
msgid "invalid character %d in exportstr for %s"
msgstr "%2$s için exportstr içinde geçersiz karakter %1$d"
-#: variables.c:3396
+#: variables.c:3447
#, c-format
msgid "no `=' in exportstr for %s"
msgstr "%s için exportstr içinde `=' yok"
-#: variables.c:3835
+#: variables.c:3891
msgid "pop_var_context: head of shell_variables not a function context"
msgstr "pop_var_context: kabuk değişkenlerinin başı bir işlev bağlamı değil"
-#: variables.c:3848
+#: variables.c:3904
msgid "pop_var_context: no global_variables context"
msgstr "pop_var_context: genel değişkenler bağlamı yok"
-#: variables.c:3922
+#: variables.c:3978
msgid "pop_scope: head of shell_variables not a temporary environment scope"
msgstr ""
"pop_scope: kabuk değişkenlerinin başı bir geçici ortam etki alanı değil"
-#: variables.c:4678
+#: variables.c:4786
#, fuzzy, c-format
msgid "%s: %s: cannot open as FILE"
msgstr "%s: açılamıyor: %s"
-#: variables.c:4683
+#: variables.c:4791
#, fuzzy, c-format
msgid "%s: %s: invalid value for trace file descriptor"
msgstr "%d: dosya tanıtıcı geçersiz: %s"
#: version.c:46
#, fuzzy
-msgid "Copyright (C) 2009 Free Software Foundation, Inc."
+msgid "Copyright (C) 2011 Free Software Foundation, Inc."
msgstr "Copyright © 2006 Free Software Foundation, Inc.\n"
#: version.c:47
@@ -2003,7 +2003,7 @@ msgid "caller [expr]"
msgstr ""
#: builtins.c:64
-msgid "cd [-L|-P] [dir]"
+msgid "cd [-L|[-P [-e]]] [dir]"
msgstr ""
#: builtins.c:66
@@ -2027,11 +2027,11 @@ msgid "command [-pVv] command [arg ...]"
msgstr ""
#: builtins.c:76
-msgid "declare [-aAfFilrtux] [-p] [name[=value] ...]"
+msgid "declare [-aAfFgilrtux] [-p] [name[=value] ...]"
msgstr ""
#: builtins.c:78
-msgid "typeset [-aAfFilrtux] [-p] name[=value] ..."
+msgid "typeset [-aAfFgilrtux] [-p] name[=value] ..."
msgstr ""
#: builtins.c:80
@@ -2125,7 +2125,7 @@ msgid "return [n]"
msgstr ""
#: builtins.c:140
-msgid "set [--abefhkmnptuvxBCHP] [-o option-name] [arg ...]"
+msgid "set [-abefhkmnptuvxBCHP] [-o option-name] [--] [arg ...]"
msgstr ""
#: builtins.c:142
@@ -2137,7 +2137,7 @@ msgid "export [-fn] [name[=value] ...] or export -p"
msgstr ""
#: builtins.c:146
-msgid "readonly [-af] [name[=value] ...] or readonly -p"
+msgid "readonly [-aAf] [name[=value] ...] or readonly -p"
msgstr ""
#: builtins.c:148
@@ -2532,11 +2532,15 @@ msgid ""
" -L\tforce symbolic links to be followed\n"
" -P\tuse the physical directory structure without following symbolic\n"
" \tlinks\n"
+" -e\tif the -P option is supplied, and the current working directory\n"
+" \tcannot be determined successfully, exit with a non-zero status\n"
" \n"
" The default is to follow symbolic links, as if `-L' were specified.\n"
" \n"
" Exit Status:\n"
-" Returns 0 if the directory is changed; non-zero otherwise."
+" Returns 0 if the directory is changed, and if $PWD is set successfully "
+"when\n"
+" -P is used; non-zero otherwise."
msgstr ""
"\rcd [-L|-P] [DİZİN]\n"
" Bulunulan dizinden DİZİNe geçilmesini sağlar. DİZİN verilmezse $HOME "
@@ -2557,7 +2561,7 @@ msgstr ""
"seçeneği\n"
" sembolik bağların mutlaka izlenmesini sağlar."
-#: builtins.c:411
+#: builtins.c:414
msgid ""
"Print the name of the current working directory.\n"
" \n"
@@ -2573,7 +2577,7 @@ msgid ""
" cannot be read."
msgstr ""
-#: builtins.c:428
+#: builtins.c:431
#, fuzzy
msgid ""
"Null command.\n"
@@ -2586,7 +2590,7 @@ msgstr ""
"\r:\n"
" Etkisizdir; bu komut birşey yapmaz. Sıfır çıkış kodu döndürülür."
-#: builtins.c:439
+#: builtins.c:442
msgid ""
"Return a successful result.\n"
" \n"
@@ -2594,7 +2598,7 @@ msgid ""
" Always succeeds."
msgstr ""
-#: builtins.c:448
+#: builtins.c:451
#, fuzzy
msgid ""
"Return an unsuccessful result.\n"
@@ -2605,7 +2609,7 @@ msgstr ""
"\rfalse\n"
" Başarısız bir sonuç döndürür."
-#: builtins.c:457
+#: builtins.c:460
msgid ""
"Execute a simple command or display information about commands.\n"
" \n"
@@ -2624,7 +2628,7 @@ msgid ""
" Returns exit status of COMMAND, or failure if COMMAND is not found."
msgstr ""
-#: builtins.c:476
+#: builtins.c:479
#, fuzzy
msgid ""
"Set variable values and attributes.\n"
@@ -2636,6 +2640,8 @@ msgid ""
" -f\trestrict action or display to function names and definitions\n"
" -F\trestrict display to function names only (plus line number and\n"
" \tsource file when debugging)\n"
+" -g\tcreate global variables when used in a shell function; otherwise\n"
+" \tignored\n"
" -p\tdisplay the attributes and value of each NAME\n"
" \n"
" Options which set attributes:\n"
@@ -2655,7 +2661,7 @@ msgid ""
" \n"
" When used in a function, `declare' makes NAMEs local, as with the "
"`local'\n"
-" command.\n"
+" command. The `-g' option suppresses this behavior.\n"
" \n"
" Exit Status:\n"
" Returns success unless an invalid option is supplied or an error occurs."
@@ -2687,14 +2693,14 @@ msgstr ""
"kullanılmış\n"
" gibi yerel yapar."
-#: builtins.c:512
+#: builtins.c:517
msgid ""
"Set variable values and attributes.\n"
" \n"
" Obsolete. See `help declare'."
msgstr ""
-#: builtins.c:520
+#: builtins.c:525
msgid ""
"Define local variables.\n"
" \n"
@@ -2709,7 +2715,7 @@ msgid ""
" or the shell is not executing a function."
msgstr ""
-#: builtins.c:537
+#: builtins.c:542
#, fuzzy
msgid ""
"Write arguments to the standard output.\n"
@@ -2762,7 +2768,7 @@ msgstr ""
" -E seçeneği ile yukarıdaki karakterlerin yorumlanmasını öntanımlı\n"
" olarak etkin olduğu sistemlerde bile kapatabilirsiniz."
-#: builtins.c:571
+#: builtins.c:576
msgid ""
"Write arguments to the standard output.\n"
" \n"
@@ -2775,7 +2781,7 @@ msgid ""
" Returns success unless a write error occurs."
msgstr ""
-#: builtins.c:586
+#: builtins.c:591
msgid ""
"Enable and disable shell builtins.\n"
" \n"
@@ -2802,7 +2808,7 @@ msgid ""
" Returns success unless NAME is not a shell builtin or an error occurs."
msgstr ""
-#: builtins.c:614
+#: builtins.c:619
msgid ""
"Execute arguments as a shell command.\n"
" \n"
@@ -2814,7 +2820,7 @@ msgid ""
" Returns exit status of command or success if command is null."
msgstr ""
-#: builtins.c:626
+#: builtins.c:631
#, fuzzy
msgid ""
"Parse option arguments.\n"
@@ -2906,7 +2912,7 @@ msgstr ""
"başka\n"
" argümanlar verilmişse bunları çözümler."
-#: builtins.c:668
+#: builtins.c:673
msgid ""
"Replace the shell with the given command.\n"
" \n"
@@ -2929,7 +2935,7 @@ msgid ""
"occurs."
msgstr ""
-#: builtins.c:689
+#: builtins.c:694
#, fuzzy
msgid ""
"Exit the shell.\n"
@@ -2941,7 +2947,7 @@ msgstr ""
" N durumu ile dönerek kabuk çıkar. N verilmezse son çalıştırılan komutun\n"
" çıkış durumu döner."
-#: builtins.c:698
+#: builtins.c:703
msgid ""
"Exit a login shell.\n"
" \n"
@@ -2950,7 +2956,7 @@ msgid ""
" in a login shell."
msgstr ""
-#: builtins.c:708
+#: builtins.c:713
#, fuzzy
msgid ""
"Display or execute commands from the history list.\n"
@@ -3005,7 +3011,7 @@ msgstr ""
" Böylece `r cc' yazarak `cc' ile başlayan son komut,\n"
" r' yazarak en son komut çalıştırılabilir."
-#: builtins.c:738
+#: builtins.c:743
#, fuzzy
msgid ""
"Move job to the foreground.\n"
@@ -3022,7 +3028,7 @@ msgstr ""
" Eğer İŞ_BELİRTİMİ belirtilmemişse kabuk iş belirtimi olarak\n"
" o an ki işi kullanır."
-#: builtins.c:753
+#: builtins.c:758
#, fuzzy
msgid ""
"Move jobs to the background.\n"
@@ -3040,7 +3046,7 @@ msgstr ""
" `&' ile başlatılmışçasına İŞ_BELİRTİMİni artalana yerleştirir.\n"
" İŞ_BELİRTİMİ verilmemişse, iş belirtimi olarak o an ki iş kullanılır."
-#: builtins.c:767
+#: builtins.c:772
msgid ""
"Remember or display program locations.\n"
" \n"
@@ -3064,7 +3070,7 @@ msgid ""
" Returns success unless NAME is not found or an invalid option is given."
msgstr ""
-#: builtins.c:792
+#: builtins.c:797
msgid ""
"Display information about builtin commands.\n"
" \n"
@@ -3086,7 +3092,7 @@ msgid ""
"given."
msgstr ""
-#: builtins.c:816
+#: builtins.c:821
#, fuzzy
msgid ""
"Display or manipulate the history list.\n"
@@ -3144,7 +3150,7 @@ msgstr ""
" damgasını basacak olan strftime(3) işlevine biçim girdisi olur; aksi\n"
" takdirde hiç zaman damgası basılmaz."
-#: builtins.c:852
+#: builtins.c:857
#, fuzzy
msgid ""
"Display status of jobs.\n"
@@ -3181,7 +3187,7 @@ msgstr ""
" ARGümanlar ile belirtilen tüm iş belirtimleri, işlerin süreç grup\n"
" liderinin süreç grup kimliğine yerleştirilip KOMUT çalıştırılır."
-#: builtins.c:879
+#: builtins.c:884
msgid ""
"Remove jobs from current shell.\n"
" \n"
@@ -3198,7 +3204,7 @@ msgid ""
" Returns success unless an invalid option or JOBSPEC is given."
msgstr ""
-#: builtins.c:898
+#: builtins.c:903
#, fuzzy
msgid ""
"Send a signal to a job.\n"
@@ -3236,7 +3242,7 @@ msgstr ""
" sınırını aşarsanız başka bir süreci öldürecek bir süreci başlatmak\n"
" zorunda kalmazsınız."
-#: builtins.c:921
+#: builtins.c:926
#, fuzzy
msgid ""
"Evaluate arithmetic expressions.\n"
@@ -3279,7 +3285,7 @@ msgid ""
" rules above.\n"
" \n"
" Exit Status:\n"
-" If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise.."
+" If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise."
msgstr ""
"\rlet İFADE [İFADE ...]\n"
" Her İFADE değerlendirilecek bir aritmetik ifadesidir. Değerlendirme\n"
@@ -3321,7 +3327,7 @@ msgstr ""
"\n"
" Son ifade'nin sonucu 0 ise dönüş durumu 1 dir, aksi takdirde 0 dır."
-#: builtins.c:966
+#: builtins.c:971
#, fuzzy
msgid ""
"Read a line from the standard input and split it into fields.\n"
@@ -3414,7 +3420,7 @@ msgstr ""
" okuma zamanaşımına düşmedikçe ya da -u seçeneği ile sağlanan\n"
" DoSYaTaNıTıcı geçersiz olmadıkça dönüş durumu sıfırdır."
-#: builtins.c:1009
+#: builtins.c:1014
msgid ""
"Return from a shell function.\n"
" \n"
@@ -3426,7 +3432,7 @@ msgid ""
" Returns N, or failure if the shell is not executing a function or script."
msgstr ""
-#: builtins.c:1022
+#: builtins.c:1027
#, fuzzy
msgid ""
"Set or unset values of shell options and positional parameters.\n"
@@ -3496,6 +3502,9 @@ msgid ""
" -P If set, do not follow symbolic links when executing commands\n"
" such as cd which change the current directory.\n"
" -T If set, the DEBUG trap is inherited by shell functions.\n"
+" -- Assign any remaining arguments to the positional parameters.\n"
+" If there are no remaining arguments, the positional parameters\n"
+" are unset.\n"
" - Assign any remaining arguments to the positional parameters.\n"
" The -x and -v options are turned off.\n"
" \n"
@@ -3599,7 +3608,7 @@ msgstr ""
" atanır. Özel parametre # ise N'e ayarlanır. Hiç argüman verilmezse,\n"
" tüm kabuk değişkenleri basılır."
-#: builtins.c:1104
+#: builtins.c:1112
msgid ""
"Unset values and attributes of shell variables and functions.\n"
" \n"
@@ -3619,7 +3628,7 @@ msgid ""
" Returns success unless an invalid option is given or a NAME is read-only."
msgstr ""
-#: builtins.c:1124
+#: builtins.c:1132
msgid ""
"Set export attribute for shell variables.\n"
" \n"
@@ -3638,7 +3647,7 @@ msgid ""
" Returns success unless an invalid option is given or NAME is invalid."
msgstr ""
-#: builtins.c:1143
+#: builtins.c:1151
msgid ""
"Mark shell variables as unchangeable.\n"
" \n"
@@ -3658,7 +3667,7 @@ msgid ""
" Returns success unless an invalid option is given or NAME is invalid."
msgstr ""
-#: builtins.c:1164
+#: builtins.c:1172
msgid ""
"Shift positional parameters.\n"
" \n"
@@ -3669,7 +3678,7 @@ msgid ""
" Returns success unless N is negative or greater than $#."
msgstr ""
-#: builtins.c:1176 builtins.c:1191
+#: builtins.c:1184 builtins.c:1199
#, fuzzy
msgid ""
"Execute commands from a file in the current shell.\n"
@@ -3697,7 +3706,7 @@ msgstr ""
"parametreler\n"
" değiştirilmez."
-#: builtins.c:1207
+#: builtins.c:1215
msgid ""
"Suspend shell execution.\n"
" \n"
@@ -3711,7 +3720,7 @@ msgid ""
" Returns success unless job control is not enabled or an error occurs."
msgstr ""
-#: builtins.c:1223
+#: builtins.c:1231
#, fuzzy
msgid ""
"Evaluate conditional expression.\n"
@@ -3719,7 +3728,10 @@ msgid ""
" Exits with a status of 0 (true) or 1 (false) depending on\n"
" the evaluation of EXPR. Expressions may be unary or binary. Unary\n"
" expressions are often used to examine the status of a file. There\n"
-" are string operators as well, and numeric comparison operators.\n"
+" are string operators and numeric comparison operators as well.\n"
+" \n"
+" The behavior of test depends on the number of arguments. Read the\n"
+" bash manual page for the complete specification.\n"
" \n"
" File operators:\n"
" \n"
@@ -3773,6 +3785,7 @@ msgid ""
" Other operators:\n"
" \n"
" -o OPTION True if the shell option OPTION is enabled.\n"
+" -v VAR\t True if the shell variable VAR is set\n"
" ! EXPR True if expr is false.\n"
" EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.\n"
" EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.\n"
@@ -3865,7 +3878,7 @@ msgstr ""
" küçüklük, büyüklük, küçüklük veya eşitlik, büyüklük veya eşitlik varsa\n"
" ifadenin sonucu doğrudur."
-#: builtins.c:1299
+#: builtins.c:1311
#, fuzzy
msgid ""
"Evaluate conditional expression.\n"
@@ -3877,7 +3890,7 @@ msgstr ""
" test yerleşiği ile aynıdır, fakat son argüman açan `[' ile eşleşen\n"
" kapatan `]' olmak zorundadır."
-#: builtins.c:1308
+#: builtins.c:1320
msgid ""
"Display process times.\n"
" \n"
@@ -3889,7 +3902,7 @@ msgid ""
" Always succeeds."
msgstr ""
-#: builtins.c:1320
+#: builtins.c:1332
#, fuzzy
msgid ""
"Trap signals and other events.\n"
@@ -3906,7 +3919,15 @@ msgid ""
" \n"
" If a SIGNAL_SPEC is EXIT (0) ARG is executed on exit from the shell. "
"If\n"
-" a SIGNAL_SPEC is DEBUG, ARG is executed before every simple command.\n"
+" a SIGNAL_SPEC is DEBUG, ARG is executed before every simple command. "
+"If\n"
+" a SIGNAL_SPEC is RETURN, ARG is executed each time a shell function or "
+"a\n"
+" script run by the . or source builtins finishes executing. A "
+"SIGNAL_SPEC\n"
+" of ERR means to execute ARG each time a command's failure would cause "
+"the\n"
+" shell to exit when the -e option is enabled.\n"
" \n"
" If no arguments are supplied, trap prints the list of commands "
"associated\n"
@@ -3942,7 +3963,7 @@ msgstr ""
" numaraları ile birlikte listelemesini sağlar. Kabuğa bir sinyal\n"
" göndermek isterseniz \"kill -SİGNAL $$\" sözdizimini kullanabilirsiniz."
-#: builtins.c:1352
+#: builtins.c:1368
msgid ""
"Display information about command type.\n"
" \n"
@@ -3972,7 +3993,7 @@ msgid ""
"found."
msgstr ""
-#: builtins.c:1383
+#: builtins.c:1399
#, fuzzy
msgid ""
"Modify shell resource limits.\n"
@@ -4049,7 +4070,7 @@ msgstr ""
" için 512 baytlık blok sayısı olarak, -n ve -u için birimsiz, kalan\n"
" seçenekler için 1024 baytlık blok sayısı olarak belirtilmelidir."
-#: builtins.c:1428
+#: builtins.c:1444
msgid ""
"Display or set file mode mask.\n"
" \n"
@@ -4067,7 +4088,7 @@ msgid ""
" Returns success unless MODE is invalid or an invalid option is given."
msgstr ""
-#: builtins.c:1448
+#: builtins.c:1464
msgid ""
"Wait for job completion and return exit status.\n"
" \n"
@@ -4084,7 +4105,7 @@ msgid ""
" given."
msgstr ""
-#: builtins.c:1466
+#: builtins.c:1482
#, fuzzy
msgid ""
"Wait for process completion and return exit status.\n"
@@ -4105,7 +4126,7 @@ msgstr ""
" belirtimi de olabilir; bir iş belirtimi verilirse işin\n"
" boruhattındaki tüm süreçler için beklenir."
-#: builtins.c:1481
+#: builtins.c:1497
#, fuzzy
msgid ""
"Execute commands for each member in a list.\n"
@@ -4124,7 +4145,7 @@ msgstr ""
" yoksa, `in \"$@\"' belirtilmiş gibi kümeyi oluşturan her parametre\n"
" için KOMUTlar birer kere çalıştırılır."
-#: builtins.c:1495
+#: builtins.c:1511
#, fuzzy
msgid ""
"Arithmetic for loop.\n"
@@ -4151,7 +4172,7 @@ msgstr ""
" İFADE1, İFADE2 ve İFADE3 aritmetik ifadelerdir. Verilmeyen her\n"
" ifade için 1 verilmiş gibi işlem yapılır."
-#: builtins.c:1513
+#: builtins.c:1529
#, fuzzy
msgid ""
"Select words from a list and execute commands.\n"
@@ -4191,7 +4212,7 @@ msgstr ""
" değişkeninde tutulur. Her seçimden sonra bir break komutu ile\n"
" sonlandırılıncaya kadar komutlar çalıştırılır."
-#: builtins.c:1534
+#: builtins.c:1550
#, fuzzy
msgid ""
"Report time consumed by pipeline's execution.\n"
@@ -4215,7 +4236,7 @@ msgstr ""
" istatistiklerinin biraz farklı bir biçimde basılmasını sağlar; çıktı\n"
" biçimi olarak TIMEFORMAT değişkeninin değerini kullanır."
-#: builtins.c:1551
+#: builtins.c:1567
#, fuzzy
msgid ""
"Execute commands based on pattern matching.\n"
@@ -4230,7 +4251,7 @@ msgstr ""
" SÖZcük ile eşleşen ilk KALIP'a karşı düşen KOMUTları çalıştırır.\n"
" `|' çok sayıda kalıbı ayırmak için kullanılır."
-#: builtins.c:1563
+#: builtins.c:1579
#, fuzzy
msgid ""
"Execute commands based on conditional.\n"
@@ -4265,7 +4286,7 @@ msgstr ""
" çıkış durumudur. Bir komut çalıştırılmamışsa ve hiçbir koşul\n"
" doğru sonuç vermemişse sıfır döner."
-#: builtins.c:1580
+#: builtins.c:1596
#, fuzzy
msgid ""
"Execute commands as long as a test succeeds.\n"
@@ -4280,7 +4301,7 @@ msgstr ""
" `while KOMUTlar; listesinin çıkış durumu sıfır olduğu sürece\n"
" `do KOMUTlar;' listesi çalıştırılır."
-#: builtins.c:1592
+#: builtins.c:1608
#, fuzzy
msgid ""
"Execute commands as long as a test does not succeed.\n"
@@ -4295,7 +4316,7 @@ msgstr ""
" `until KOMUTlar; listesinin çıkış durumu sıfırdan farklı olduğu sürece\n"
" `do KOMUTlar;' listesi çalıştırılır."
-#: builtins.c:1604
+#: builtins.c:1620
msgid ""
"Create a coprocess named NAME.\n"
" \n"
@@ -4308,7 +4329,7 @@ msgid ""
" Returns the exit status of COMMAND."
msgstr ""
-#: builtins.c:1618
+#: builtins.c:1634
msgid ""
"Define shell function.\n"
" \n"
@@ -4322,7 +4343,7 @@ msgid ""
" Returns success unless NAME is readonly."
msgstr ""
-#: builtins.c:1632
+#: builtins.c:1648
#, fuzzy
msgid ""
"Group commands as a unit.\n"
@@ -4337,7 +4358,7 @@ msgstr ""
" KOMUTlar bir grup olarak çalıştırılır. Bu, bir komut kümesini bir\n"
" yönlendirmede kullanmanın tek yoludur."
-#: builtins.c:1644
+#: builtins.c:1660
#, fuzzy
msgid ""
"Resume job in foreground.\n"
@@ -4358,7 +4379,7 @@ msgstr ""
" İŞ_BELİRTİMİ'nden sonra bir & gelmesi işin `bg' komutununa argüman\n"
" olarak kullanılmış gibi artalana yerleştirilmesine sebep olur."
-#: builtins.c:1659
+#: builtins.c:1675
#, fuzzy
msgid ""
"Evaluate arithmetic expression.\n"
@@ -4373,7 +4394,7 @@ msgstr ""
" Verilen aritmetik İFADE aritmetik değerlendirme kurallarına göre\n"
" değerlendirilir. \"let İFADE\" ile eşdeğerdir."
-#: builtins.c:1671
+#: builtins.c:1687
#, fuzzy
msgid ""
"Execute conditional command.\n"
@@ -4416,7 +4437,7 @@ msgstr ""
" olarak ele alınır ve kalıp eşleştirmesi uygulanır. && ve || işleçleri\n"
" eğer ilk ifade sonuç için belirleyici ise ikincisine bakmazlar."
-#: builtins.c:1697
+#: builtins.c:1713
#, fuzzy
msgid ""
"Common shell variable names and usage.\n"
@@ -4537,7 +4558,7 @@ msgstr ""
" gerektiğine karar vermek için kullanılan kalıpların\n"
" ikinokta imi ayraçlı listesi.\n"
-#: builtins.c:1754
+#: builtins.c:1770
#, fuzzy
msgid ""
"Add directories to stack.\n"
@@ -4589,7 +4610,7 @@ msgstr ""
"\n"
" Dizin yığıtını `dirs' komutuyla görebilirsiniz."
-#: builtins.c:1788
+#: builtins.c:1804
#, fuzzy
msgid ""
"Remove directories from stack.\n"
@@ -4630,7 +4651,7 @@ msgstr ""
" engeller, böylece sadece yığıt değiştirilmiş olur. \n"
" Dizin yığıtını `dirs' komutuyla görebilirsiniz."
-#: builtins.c:1818
+#: builtins.c:1834
#, fuzzy
msgid ""
"Display directory stack.\n"
@@ -4676,7 +4697,7 @@ msgstr ""
" -N dirs seçeneksiz çağrıldığında gösterdiği listenin sağından\n"
" sıfırla başlayarak sayılan N'inci girdiyi gösterir."
-#: builtins.c:1847
+#: builtins.c:1863
msgid ""
"Set and unset shell options.\n"
" \n"
@@ -4697,7 +4718,7 @@ msgid ""
" given or OPTNAME is disabled."
msgstr ""
-#: builtins.c:1868
+#: builtins.c:1884
#, fuzzy
msgid ""
"Formats and prints ARGUMENTS under control of the FORMAT.\n"
@@ -4721,6 +4742,9 @@ msgid ""
" \n"
" %b\texpand backslash escape sequences in the corresponding argument\n"
" %q\tquote the argument in a way that can be reused as shell input\n"
+" %(fmt)T output the date-time string resulting from using FMT as a "
+"format\n"
+" string for strftime(3)\n"
" \n"
" Exit Status:\n"
" Returns success unless an invalid option is given or a write or "
@@ -4739,7 +4763,7 @@ msgstr ""
" biçimde çıktılamasını sağlar. -v seçeneği çıktının standart çıktıya\n"
" basılması yerine DEĞİŞKENe atanmasını sağlar. "
-#: builtins.c:1895
+#: builtins.c:1913
msgid ""
"Specify how arguments are to be completed by Readline.\n"
" \n"
@@ -4766,7 +4790,7 @@ msgid ""
" Returns success unless an invalid option is supplied or an error occurs."
msgstr ""
-#: builtins.c:1923
+#: builtins.c:1941
#, fuzzy
msgid ""
"Display possible completions depending on the options.\n"
@@ -4786,13 +4810,13 @@ msgstr ""
" amacıyla tasarlanmıştır. İsteğe bağlı SÖZCÜK argümanı sağlandığı\n"
" takdirde eşleşmelerden sadece SÖZCÜK ile eşleşenler üretilir."
-#: builtins.c:1938
+#: builtins.c:1956
msgid ""
"Modify or display completion options.\n"
" \n"
" Modify the completion options for each NAME, or, if no NAMEs are "
"supplied,\n"
-" the completion currently begin executed. If no OPTIONs are givenm, "
+" the completion currently being executed. If no OPTIONs are given, "
"print\n"
" the completion options for each NAME or the current completion "
"specification.\n"
@@ -4817,7 +4841,7 @@ msgid ""
" have a completion specification defined."
msgstr ""
-#: builtins.c:1968
+#: builtins.c:1986
msgid ""
"Read lines from the standard input into an indexed array variable.\n"
" \n"
@@ -4845,7 +4869,8 @@ msgid ""
" \n"
" If -C is supplied without -c, the default quantum is 5000. When\n"
" CALLBACK is evaluated, it is supplied the index of the next array\n"
-" element to be assigned as an additional argument.\n"
+" element to be assigned and the line to be assigned to that element\n"
+" as additional arguments.\n"
" \n"
" If not supplied with an explicit origin, mapfile will clear ARRAY "
"before\n"
@@ -4857,7 +4882,7 @@ msgid ""
" not an indexed array."
msgstr ""
-#: builtins.c:2001
+#: builtins.c:2020
msgid ""
"Read lines from a file into an array variable.\n"
" \n"