Annotation of loncom/localize/localize/tr.pm, revision 1.25

1.1       www         1: # The LearningOnline Network with CAPA
                      2: # Turkish Localization Lexicon
                      3: #
1.25    ! bisitz      4: # $Id: tr.pm,v 1.24 2014/01/14 17:49:33 bisitz Exp $
1.1       www         5: #
                      6: # Copyright Michigan State University Board of Trustees
                      7: #
                      8: # This file is part of the LearningOnline Network with CAPA (LON-CAPA).
                      9: #
                     10: # LON-CAPA is free software; you can redistribute it and/or modify
                     11: # it under the terms of the GNU General Public License as published by
                     12: # the Free Software Foundation; either version 2 of the License, or
                     13: # (at your option) any later version.
                     14: #
                     15: # LON-CAPA is distributed in the hope that it will be useful,
                     16: # but WITHOUT ANY WARRANTY; without even the implied warranty of
                     17: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                     18: # GNU General Public License for more details.
                     19: #
                     20: # You should have received a copy of the GNU General Public License
                     21: # along with LON-CAPA; if not, write to the Free Software
                     22: # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
                     23: #
                     24: # /home/httpd/html/adm/gpl.txt
                     25: #
                     26: # http://www.lon-capa.org/
                     27: #
                     28: ######################################################################
                     29: ######################################################################
                     30: 
                     31: 
                     32: package Apache::localize::tr;
                     33: use base qw(Apache::localize);
                     34: 
                     35: %Lexicon=('_AUTO' => 1,
1.15      bisitz     36: 
1.5       bisitz     37: 'char_encoding'=> 'UTF-8',
1.1       www        38: 'language_code'=> 'tr',
1.15      bisitz     39: 'date_locale'  =>
1.1       www        40:       '$weekday, $day. $month $year, $twentyfour:$minutes:$seconds',
1.5       bisitz     41: 'date_months'  => 'Ocak,Þubat,Mart,Nisan,Mayýs,Haziran,Temmuz,Aðustos,Eylül,Ekim,Kasým,Aralýk',
                     42: 'date_days'    => 'Pazar,Pazartesi,Salý,Çarþamba,Perþembe,Cuma,Cumartesi',
                     43: 'date_am' => 'Öðleden Önce',
                     44: 'date_pm' => 'Öðleden Sonra',
1.1       www        45: 
1.8       bisitz     46:    'Swedish Chef - UTF'
                     47: => 'Swedish Chef - UTF',
                     48: 
1.1       www        49:    'Domain'
                     50: => 'Alan',
                     51: 
                     52:    'Server'
                     53: => 'Sunucu',
                     54: 
                     55:    'Load'
1.5       bisitz     56: => 'Yükleme',
1.1       www        57: 
                     58:    'User Load'
1.5       bisitz     59: => 'Yüklü Kullanýcý',
1.1       www        60: 
                     61:    'Help'
1.5       bisitz     62: => 'Yardým',
1.1       www        63: 
                     64:    'Log in'
1.5       bisitz     65: => 'Oturum Aç',
1.1       www        66: 
                     67:    'Username'
1.5       bisitz     68: => 'Kullanýcý Adý',
1.1       www        69: 
                     70:    'Password'
1.5       bisitz     71: => 'Þifre',
1.1       www        72: 
                     73:    'choose'
1.5       bisitz     74: => 'Seçme',
1.1       www        75: 
                     76:    'enter'
1.5       bisitz     77: => 'Giriþ',
1.1       www        78: 
                     79:    'view'
1.5       bisitz     80: => 'Görünüm',
1.1       www        81: 
                     82:    'calendar'
                     83: => 'Takvim',
                     84: 
                     85:    'prefer-'
                     86: => 'tercih-',
                     87: 
                     88:    'ences'
                     89: => 'renzen',
                     90: 
                     91:    'role'
                     92: => 'rol',
                     93: 
                     94:    'course'
                     95: => 'kurs',
                     96: 
                     97:    'Course'
                     98: => 'Kurs',
                     99: 
                    100:    'Section/Group'
1.5       bisitz    101: => 'Bölüm/Grup',
1.1       www       102: 
                    103:    'today'
1.5       bisitz    104: => 'Bugün',
1.1       www       105: 
                    106:    'last week'
1.5       bisitz    107: => 'Geçen Hafta',
1.1       www       108: 
                    109:    'last month'
1.5       bisitz    110: => 'Geçen Ay',
1.1       www       111: 
                    112:    'last three months'
1.5       bisitz    113: => 'Son Üç Ay',
1.1       www       114: 
                    115:    'last six months'
1.5       bisitz    116: => 'Son Altý Ay',
1.1       www       117: 
                    118:    'last year'
1.5       bisitz    119: => 'Geçen Yýl',
1.1       www       120: 
                    121:    'Submit'
1.5       bisitz    122: => 'Gönder',
1.1       www       123: 
                    124:    'Rename'
1.5       bisitz    125: => 'Yeniden Adlandýr',
1.1       www       126: 
                    127:    'Save'
1.12      bisitz    128: => 'Kaydet', # 'Depolama',
1.1       www       129: 
                    130:    'Done'
                    131: => 'Bitti',
                    132: 
                    133:    'Select User'
1.5       bisitz    134: => 'Kullanýcý Seç',
1.1       www       135: 
                    136:    'Select Course'
1.5       bisitz    137: => 'Kurs Seç',
1.1       www       138: 
                    139:    'Changes will become active for your current session after'
1.5       bisitz    140: => 'Deðiþiklikler sonraki oturumda geçerli hale getirilecek',
1.1       www       141: 
                    142:    're-initializing course'
1.5       bisitz    143: => 'Kurs yeniden baþlatýlýyor',
1.1       www       144: 
                    145:    ', or the next time you log in.'
1.5       bisitz    146: => 'ya da bir dahaki sefer giriþini yap',
1.1       www       147: 
                    148:    'Uploaded Document'
1.5       bisitz    149: => 'Güncellenmiþ doküman',
1.1       www       150: 
                    151:    'No content modifications yet.'
1.5       bisitz    152: => 'Ýçeriði henüz deðiþtiremezsin.',
1.1       www       153: 
                    154:    'Part is not open to be viewed. It'
1.5       bisitz    155: => 'Görüntülenecek Kýsým Açýlamýyor',
1.1       www       156: 
                    157: 'Unable to determine if this resource is open due to network problems. Please try again later.'
1.5       bisitz    158: => 'Eðer bu kaynak network problemleriyle açýlýrsa, belirlenemez.Lütfen daha sonra tekrar dene.',
1.1       www       159: 
                    160: 'Note: it can take up to 10 minutes for changes to take effect for all users.'
1.5       bisitz    161: => 'Not: ütün kullanýcýlarýn deðiþikliklerini gerçekleþtirmeleri için 10 dakikalarý var.',
1.1       www       162: 
                    163:    'Language'
                    164: => 'Dil',
                    165: 
                    166:    'Notes'
1.5       bisitz    167: => 'Not Sayýsý',
1.1       www       168: 
                    169:    'Abstract'
1.5       bisitz    170: => 'Özet',
1.15      bisitz    171: 
1.1       www       172:    'Create a user or modify the roles and privileges of a user'
1.5       bisitz    173: => 'Bir kullanýcýnýn imtiyazlarýný ve rollerini deðiþtir ya da bir kullanýcý yarat',
1.1       www       174: 
                    175:    'View course assessment statistics'
1.5       bisitz    176: => 'Kurs deðer istatistiklerini göster',
1.1       www       177: 
                    178:    'Set deadlines and other assessment parameters, as well as modify course environment'
1.5       bisitz    179: => 'Son mühdetini ve diðer deðer biçtiðin parametrelerini belirle,ders durumunu deðiþtir',
1.1       www       180: 
                    181:    'New Folder'
1.5       bisitz    182: => 'Yeni Klasör',
1.1       www       183: 
                    184:    'Simple Page'
                    185: => 'Basit Sayfa',
                    186: 
                    187:    'Simple Problem'
                    188: => 'Basit Sorun',
                    189: 
                    190:    'Upload Document'
1.5       bisitz    191: => 'Döküman Güncelleme',
1.1       www       192: 
                    193:    'Search'
                    194: => 'Arama',
                    195: 
                    196:    'Import'
                    197: => 'Veri Al',
                    198: 
                    199:    'Main Course Documents'
1.5       bisitz    200: => 'Baþlýca Kurs Dökümanlarý',
1.1       www       201: 
                    202:    'Supplemental Course Documents'
1.5       bisitz    203: => 'Tamamlayýcý Kurs Dökümanlarý',
1.15      bisitz    204: 
1.21      bisitz    205:    'Discussion Board'
1.5       bisitz    206: => 'Bülten Tahtasý',
1.1       www       207: 
                    208:    'Special Documents'
1.5       bisitz    209: => 'Özel Dökümanlar',
1.15      bisitz    210: 
1.1       www       211:    'create'
1.5       bisitz    212: => 'Oluþtur',
1.1       www       213: 
                    214:    'grades'
                    215: => 'Derece',
                    216: 
                    217: 
                    218:    'commu-'
1.5       bisitz    219: => 'komü-',
1.1       www       220: 
                    221: 
                    222:    'nication'
                    223: =>  'nikasyon',
1.15      bisitz    224: 
1.1       www       225: 
                    226:    'enroll'
1.5       bisitz    227: => 'Üye Olmak',
1.1       www       228: 
                    229:    'navigate'
1.5       bisitz    230: => 'Yönlendirmek',
1.15      bisitz    231: 
1.1       www       232:    'contents'
1.5       bisitz    233: => 'Ýçerik',
1.15      bisitz    234: 
1.1       www       235:    'Navigate Contents'
1.5       bisitz    236: => 'Ýçerikte Gez',
1.1       www       237: 
                    238:    'Announcements and Calendar'
                    239: => 'Duyurular ve Takvim',
1.15      bisitz    240: 
1.1       www       241:    'Author'
                    242: => 'Yazar',
1.15      bisitz    243: 
1.1       www       244:    'Change Your Preferences'
1.5       bisitz    245: => 'Tercihlerini Deðiþtir',
1.1       www       246: 
                    247:    'Choose the user role'
1.5       bisitz    248: => 'Kullanýcý Rolü Seç',
1.1       www       249: 
                    250:    'Co-Author'
1.5       bisitz    251: => 'Yardýmcý Yazar',
1.1       www       252: 
                    253:    'Communication and Messages'
1.5       bisitz    254: => 'Ýletiþim ve Mesajlar',
1.1       www       255: 
                    256:    'Course Coordinator'
1.5       bisitz    257: => 'Kurs koordinatörü',
1.1       www       258: 
                    259:    'Course Statistics and Charts'
1.5       bisitz    260: => 'Kurs Ýstatistiði ve Grafikleri',
1.1       www       261: 
                    262:    'Course announcements and my calendar'
1.5       bisitz    263: => 'Kurs Duyurularý ve Takvimim',
1.1       www       264: 
                    265:    'Create Users, Change User Privileges'
1.5       bisitz    266: => 'Kullanýcý Oluþtur,Kullanýcý Haklarýný Deðiþtir',
1.1       www       267: 
                    268:    'Domain Coordinator'
1.5       bisitz    269: => 'Alan Koordinatörü',
1.1       www       270: 
                    271:    'Enrollment Manager'
1.5       bisitz    272: => 'Üyelik Yöneticisi',
1.1       www       273: 
                    274:    'Enter grades from check-out assessment resources'
1.5       bisitz    275: => 'Sunulan kaynaklarý incelemeden dereceleri gir',
1.1       www       276: 
                    277:    'Exam Proctor'
1.5       bisitz    278: => 'Sýnav Memuru',
1.1       www       279: 
                    280:    'Exit LON-CAPA'
1.5       bisitz    281: => 'Çýkýþ LON-CAPA',
1.1       www       282: 
                    283:    'Grades Spreadsheet'
                    284: => 'Spreadsheed dereceleri',
                    285: 
                    286:    'Grading'
                    287: => 'Basamak',
                    288: 
                    289:    'Instructor'
1.5       bisitz    290: => 'Öðretmen',
1.1       www       291: 
                    292:    'Launch Remote Control'
1.5       bisitz    293: => 'Uzaktan Kontrolü Baþlat',
1.1       www       294: 
                    295:    'Main Menu'
1.5       bisitz    296: => 'Ana Menü',
1.1       www       297: 
                    298:    'Navigate Course Contents'
1.5       bisitz    299: => 'Kurs Ýçeriðinde Gez',
1.1       www       300: 
                    301:    'No Role, Cumulative Privileges'
1.5       bisitz    302: => 'Rol yok, Gittikçe artan imtiyazlar',
1.1       www       303: 
                    304:    'Return to Last Location'
1.5       bisitz    305: => 'Son Konuma Dön',
1.1       www       306: 
                    307:    'Send and receive messages'
1.5       bisitz    308: => 'Mesaj al ve gönder',
1.1       www       309: 
                    310:    'Set my user preferences'
1.5       bisitz    311: => 'Kullanýcý Haklarýma Ekle',
1.1       www       312: 
                    313:    'Student'
1.5       bisitz    314: => 'Öðrenci',
1.1       www       315: 
                    316:    'Switch to another user role'
1.5       bisitz    317: => 'Diðer Kullancýya Dön',
1.1       www       318: 
                    319:    'Teaching Assistant'
1.5       bisitz    320: => 'Asistan Öðretmen',
1.1       www       321: 
                    322:    'Use or edit my bookmark collection'
1.5       bisitz    323: => 'Yer Ýþaretlerimi Düzenle Veya Kullan',
1.1       www       324: 
                    325:    'User Roles'
1.5       bisitz    326: => 'Kullanýcý Rolleri',
1.1       www       327: 
                    328:    'Calculate course grades (Spreadsheet)'
                    329: => 'Kurs Derecelerini Hesaplama (Spreadsheet)',
                    330: 
                    331:    'Enter the chatroom for the course'
1.5       bisitz    332: => 'Kurs Chat Odasýna Giriþ',
1.1       www       333: 
                    334:    'Navigate the table of contents for this course'
1.5       bisitz    335: => 'Kursun Ýçerik Tablolarýný Gez',
1.1       www       336: 
                    337:    'Syllabus'
1.5       bisitz    338: => 'Müfredat Programý',
1.1       www       339: 
                    340:    'View the course assessment progress chart'
1.5       bisitz    341: => 'Kurs ilerleme grafiðini göster',
1.1       www       342: 
                    343:    'Class Hours'
                    344: => 'Ders Saatleri',
                    345: 
                    346:    'Course Description'
1.5       bisitz    347: => 'Kurs Tanýmý',
1.1       www       348: 
                    349:    'Coursepack'
                    350: => 'Kurs Paketi',
                    351: 
                    352:    'Current Month'
1.5       bisitz    353: => 'Geçerli Ay',
1.1       www       354: 
                    355:    'Deadlines'
                    356: => 'Son Teslim Tarihi',
                    357: 
                    358:    'Fri'
                    359: => 'Cuma',
                    360: 
                    361:    'Grading Information'
                    362: => 'Derece Bilgisi',
                    363: 
                    364:    'Helproom Hours'
1.5       bisitz    365: => 'Yardým Saatleri',
1.1       www       366: 
                    367:    'Instructor Information'
1.5       bisitz    368: => 'Öðretmen Bilgisi',
1.1       www       369: 
                    370:    'Mon'
                    371: => 'Pazartesi',
                    372: 
                    373:    'Next Month'
                    374: => 'Gelecek Ay',
                    375: 
                    376:    'Office Hours'
1.5       bisitz    377: => 'Çalýþma Saatleri',
1.1       www       378: 
                    379:    'Prerequisites'
1.5       bisitz    380: => 'Ön Gereksinimler',
1.1       www       381: 
                    382:    'Previous Month'
1.5       bisitz    383: => 'Önceki Ay',
1.1       www       384: 
                    385:    'Readings'
                    386: => 'Okuma',
                    387: 
                    388:    'Sat'
                    389: => 'Cumartesi',
                    390: 
                    391:    'January'
                    392: => 'Ocak',
                    393: 
                    394:    'February'
1.5       bisitz    395: => 'Þubat',
1.1       www       396: 
                    397:    'March'
                    398: => 'Mart',
                    399: 
                    400:    'April'
                    401: => 'Nisan',
                    402: 
                    403:    'May'
1.5       bisitz    404: => 'Mayýs',
1.1       www       405: 
                    406:    'June'
                    407: => 'Haziran',
                    408: 
                    409:    'August'
1.5       bisitz    410: => 'Aðustos',
1.1       www       411: 
                    412:    'September'
1.5       bisitz    413: => 'Eylül',
1.1       www       414: 
                    415:    'October'
                    416: => 'Ekim',
                    417: 
                    418:    'November'
1.5       bisitz    419: => 'Kasým',
1.1       www       420: 
                    421:    'December'
1.5       bisitz    422: => 'Aralýk',
1.1       www       423: 
                    424:    'Sun'
                    425: => 'Pazar',
                    426: 
                    427:    'Textbook'
1.5       bisitz    428: => 'Ders Kitabý',
1.1       www       429: 
                    430:    'Thu'
1.5       bisitz    431: => 'Perþembe',
1.1       www       432: 
                    433:    'Tue'
1.5       bisitz    434: => 'Salý',
1.1       www       435: 
                    436:    'Web Links'
1.5       bisitz    437: => 'Web Baðlantýlarý',
1.1       www       438: 
                    439:    'Wed'
1.5       bisitz    440: => 'Çarþamba',
1.1       www       441: 
                    442:    'Drop/Add students in this course'
1.5       bisitz    443: => 'Öðrenci Ýptal Et/Ekle',
1.1       www       444: 
                    445:    'You have entered that answer before'
1.5       bisitz    446: => 'Bu cevabý daha önce verdiniz',
1.1       www       447: 
                    448:    'A score has been assigned.'
                    449: => 'Puan Belirlendi',
                    450: 
                    451:    'You are correct.'
1.5       bisitz    452: => 'Doðru',
1.1       www       453: 
                    454:    'Your receipt is'
                    455: => 'Makbuzunuz',
                    456: 
                    457:    'You are excused from the problem.'
1.5       bisitz    458: => 'Bu problemden muafsýnýz',
1.1       www       459: 
                    460:    'Incorrect'
1.5       bisitz    461: => 'Yanlýþ',
1.1       www       462: 
                    463:    'Some parts were not submitted.'
1.5       bisitz    464: => 'Bazý bölümler onaylanmadý',
1.1       www       465: 
1.6       bisitz    466:    'An error occurred while grading your answer.'
1.5       bisitz    467: => 'Cevabýnýz derecelendirirken hata oluþtu',
1.1       www       468: 
                    469:    'Due'
                    470: => 'Yeterli',
                    471: 
                    472:    'The submitted answer was too long.'
1.5       bisitz    473: => 'Verdiðiniz Cevap Çok uzun',
1.1       www       474: 
                    475:    'This question expects a numeric answer.'
1.5       bisitz    476: => 'Bu sorunun cevabý sayýsal bir deðer',
1.1       www       477: 
                    478:    'You have provided an invalid ranking'
1.5       bisitz    479: => 'Geçersiz bir sýralama gerçekleþtirdiniz',
1.1       www       480: 
                    481:    'please refer to'
1.5       bisitz    482: => 'Lütfen Baþvurun',
1.1       www       483: 
                    484:    'The filetype extension of the file you uploaded is not allowed.'
1.5       bisitz    485: => 'Güncellediðiniz dosyanýn büyüklüðü uygun deðil.',
1.15      bisitz    486: 
1.1       www       487:    'Units incorrect.'
1.5       bisitz    488: => 'Ölçü birimi doðru deðil',
1.1       www       489: 
                    490:    'Only a number required.'
                    491: => 'Sadece Bir numara gerekli',
                    492: 
                    493:    'Units required'
1.5       bisitz    494: => 'Ölçü birimi gerekli',
1.1       www       495: 
                    496:    'Unable to understand formula'
1.5       bisitz    497: => 'Formül anlaþýlamýyor',
1.1       www       498: 
                    499:    'Your submission has been recorded.'
1.5       bisitz    500: => 'Öneriniz kayýt edildi',
1.1       www       501: 
                    502:    'Unknown message'
                    503: => 'Bilinmeyen Mesaj',
                    504: 
                    505:    'Answer Submitted'
1.5       bisitz    506: => 'Cevap Onaylandý',
1.1       www       507: 
                    508:    'Tries'
                    509: => 'Denemeler',
1.15      bisitz    510: 
1.1       www       511: 
                    512:    'Submit Answer'
1.5       bisitz    513: => 'Cevabý onayla',
1.1       www       514: 
                    515:    'Prepare a printable document'
1.5       bisitz    516: => 'Yazýlabilir döküman hazýrla',
1.1       www       517: 
                    518:    'Go To My First Homework Problem'
1.5       bisitz    519: => 'Ýlk ödevime git',
1.1       www       520: 
                    521:    'Cancel'
                    522: => 'iptal',
                    523: 
                    524:    'Discussions'
1.5       bisitz    525: => 'Tartýþmalar',
1.1       www       526: 
                    527:    'New discussion since'
1.5       bisitz    528: => 'Yeni tartýþma',
1.1       www       529: 
                    530:    'Goodbye'
1.5       bisitz    531: => 'Hoþçakal',
1.1       www       532: 
                    533:    'Select'
1.5       bisitz    534: => 'Seç',
1.1       www       535: 
                    536:    'Re-Initialize'
1.5       bisitz    537: => 'Yeniden Baþlatýlýyor',
1.1       www       538: 
                    539:    'Currently selected. '
1.5       bisitz    540: => 'Seçili',
1.1       www       541: 
                    542:    'Switch Server'
1.5       bisitz    543: => 'Açýk Sunucu',
1.1       www       544: 
                    545:    'system wide'
1.5       bisitz    546: => 'Sistem geniþliði',
1.1       www       547: 
                    548:    'Currently not available'
1.5       bisitz    549: => 'Ulaþýlamýyor',
1.1       www       550: 
                    551:    'No role specified'
1.5       bisitz    552: => 'Belirtilmemiþ role',
1.1       www       553: 
                    554:    'Remark'
1.5       bisitz    555: => 'Açýklama',
1.1       www       556: 
                    557:    'Extent'
1.5       bisitz    558: => 'Ölçü',
1.1       www       559: 
                    560:    'User Role'
1.5       bisitz    561: => 'Kullanýcý Rolü',
1.1       www       562: 
                    563:    'Start'
1.5       bisitz    564: => 'Baþla',
1.1       www       565: 
                    566:    'End'
                    567: => 'Son',
                    568: 
                    569:    'System'
                    570: => 'Sistem',
                    571: 
                    572:    'Display'
1.5       bisitz    573: => 'Görüntüle',
1.1       www       574: 
                    575:    "an unknown date"
                    576: => 'Bilinmeyen Tarih',
                    577: 
                    578:    "an indeterminate date"
                    579: => 'Belirsiz Tarih',
                    580: 
                    581:    "will open on"
1.5       bisitz    582: => "açýlacak",
1.15      bisitz    583: 
1.1       www       584: 
                    585:    "is due at"
                    586: => "uygun",
                    587: 
                    588:    "was due on"
                    589: => "uygundu",
                    590: 
                    591:    'is closed but you are allowed to view it'
1.5       bisitz    592: => "kapatýldý fakat incelemeye izin verildi",
1.1       www       593: 
                    594:    "Undid changes, Switched"
1.5       bisitz    595: => "Deðiþiklikler geri alýndý, Deðiþtirildi",
1.1       www       596: 
                    597:    "Unable to undo, unable to switch"
1.5       bisitz    598: => "Yok etme yapýlamaz, Deðiþim yapýlamaz",
1.1       www       599: 
                    600:    "Unable to make backup"
1.5       bisitz    601: => "Yedekleme yapýlamaz",
1.1       www       602: 
                    603:    "Saving Modifications to"
1.5       bisitz    604: => "Deðiþiklikler kaydediliyor",
1.1       www       605: 
                    606:    "Unable to write to"
1.5       bisitz    607: => "Yazýlamaz",
1.1       www       608: 
                    609:    "Analyzing a problem"
                    610: => "Bir problem analizi",
                    611: 
                    612:    "EditXML"
1.5       bisitz    613: => "XML Editör",
1.1       www       614: 
                    615:    'Discard Edits and View'
1.5       bisitz    616: => 'Editörleri atmak ve incelemek',
1.1       www       617: 
                    618:    'Submit Changes'
1.5       bisitz    619: => 'Deðiþiklikleri sunmak',
1.1       www       620: 
                    621:    'Submit Changes and View'
1.5       bisitz    622: => 'Deðiþiklikleri ve incelemeyi sunmak',
1.1       www       623: 
                    624:    'Edit'
1.5       bisitz    625: => 'Düzenle',
1.1       www       626: 
                    627:    ', select a template from the pull-down menu below'
1.5       bisitz    628: => ', aþaðý açýlan pencereden bir þablon seç ',
1.1       www       629: 
                    630:    'undo'
                    631: => 'Geri Al',
                    632: 
                    633:    'Answer'
                    634: => 'Cevapla',
                    635: 
                    636:    'Frequency'
                    637: => 'Frekans',
                    638: 
                    639:    'You did not select a template.'
1.5       bisitz    640: => 'Þablon Seçmediniz',
1.1       www       641: 
                    642:    'Analyze Progress'
1.5       bisitz    643: => 'Ýlerleme Analizi',
1.1       www       644: 
                    645:    'Getting Problem Variants'
1.5       bisitz    646: => 'Problem Seçenekleri',
1.1       www       647: 
                    648:    'last problem'
                    649: => 'Son problem',
                    650: 
                    651:    "may open later."
1.5       bisitz    652: => 'Sonra Açýlabilir',
1.1       www       653: 
                    654:    ', and answers will be available on'
1.5       bisitz    655: => 'Ve cevaplara ulaþýlabilir',
1.1       www       656: 
                    657:    "Select a"
1.5       bisitz    658: => "Seç",
1.1       www       659: 
                    660:    'Unable to find'
1.5       bisitz    661: => 'Bulunamadý',
1.1       www       662: 
                    663:    'Part'
1.5       bisitz    664: => 'Bölüm',
1.1       www       665: 
                    666:    "Then"
                    667: => 'Sonra',
                    668: 
                    669:    'Create'
1.5       bisitz    670: => 'Oluþtur',
1.1       www       671: 
                    672:    'is in under construction'
1.5       bisitz    673: => 'Yapým Aþamasýnda',
1.1       www       674: 
                    675:    'List of possible answers'
1.5       bisitz    676: => 'Olasý cevaplar listesi',
1.1       www       677: 
                    678: 'Found no analyzable parts in this problem, currently only Numerical, Formula and String response styles are supported.'
1.5       bisitz    679: => 'Bu problem içinde analiz edilebilir bölümler bulunamadý, sadece sayýsal akýþ, formül ve kelime karþýlýðý desteklendi. ',
1.1       www       680: 
                    681:    'is not analyzable at this time'
                    682: => 'Analiz Edilemiyor',
                    683: 
                    684:    'Title'
1.5       bisitz    685: => 'Baþlýk',
1.1       www       686: 
                    687:    'Path'
                    688: => 'Yol',
                    689: 
                    690:    'New Search'
                    691: => 'Yeni Arama',
                    692: 
                    693:    'Go Back'
                    694: => 'Geri',
                    695: 
                    696:    'File'
                    697: => 'Dosya',
                    698: 
                    699:    'Date'
                    700: => 'Tarih',
                    701: 
                    702:    'You have no unread messages'
1.5       bisitz    703: => 'Okunmamýþ mesajýnýz yok',
1.1       www       704: 
                    705:    'New Messages'
                    706: => 'Yeni Mesajlar',
                    707: 
                    708:    'View All Messages'
1.5       bisitz    709: => 'Tüm mesajlar',
1.1       www       710: 
                    711:    'Map'
                    712: => 'Harita',
                    713: 
                    714:    'Page'
                    715: => 'Sayfa',
                    716: 
                    717:    'Sequence'
1.5       bisitz    718: => 'Sýra',
1.1       www       719: 
                    720:    'Map contents are not shown in order.'
1.5       bisitz    721: => 'Harita içeriði gösterilemiyor',
1.1       www       722: 
                    723:    'Empty'
1.5       bisitz    724: => 'Boþalt',
1.1       www       725: 
                    726:    'could not be copied.'
1.5       bisitz    727: => 'Kopyalanamadý',
1.1       www       728: 
                    729:    'Back to Directory'
1.5       bisitz    730: => 'Dizine Geri dön',
1.1       www       731: 
                    732:    'No upload file specified.'
1.5       bisitz    733: => 'Gönderilemeyecek dosyalar belirtildi.',
1.1       www       734: 
                    735:    'The target is an existing directory.'
                    736: => 'Hedef mevcut bir dizin',
                    737: 
                    738:    'Please use browser "Back" button and pick a filename'
1.5       bisitz    739: => 'Lütfen bir dosya ismi seç ve "Geri" tuþunu kullan',
1.1       www       740: 
                    741:    "You do not have authoring privileges for this resource"
1.5       bisitz    742: => "Bu kaynak için özel haklara sahip deðilsin.",
1.1       www       743: 
                    744:    'Copying file'
1.5       bisitz    745: => 'Dosya kopyalanýyor',
1.1       www       746: 
                    747:    'No write permission to user directory, FAIL'
1.5       bisitz    748: => 'Kullanýcý dizinine yazma izniniz yok, BAÞARISIZ',
1.1       www       749: 
                    750:    'Actions'
1.5       bisitz    751: => 'Ýþlemler',
1.1       www       752: 
                    753:    'Name'
1.5       bisitz    754: => 'Ýsim',
1.1       www       755: 
                    756:    'Status'
                    757: => 'Konum',
                    758: 
                    759:    'Last Modified'
1.5       bisitz    760: => 'Son deðiþiklik',
1.1       www       761: 
                    762:    'Yes'
                    763: => 'Evet',
                    764: 
1.23      bisitz    765:    'Authoring Space Directory'
                    766: => 'Authoring Space Directory', # 'Dizin Yapýmý',
1.1       www       767: 
                    768:    'Contact'
1.5       bisitz    769: => 'Baðlantý',
1.1       www       770: 
1.4       albertel  771:    'Save uploaded file as '
1.5       bisitz    772: => 'Güncellenmiþ Dosyalar',
1.1       www       773: 
                    774:    'Searching'
1.5       bisitz    775: => 'Aranýyor',
1.1       www       776: 
1.23      bisitz    777:    'Select the Authoring Space'
                    778: => 'Select the Authoring Space', # 'Alan seç',
1.1       www       779: 
                    780: 'It is recommended that you use an up-to-date virus scanner before handling this file.'
1.5       bisitz    781: => 'Bu dosyayý açmadan önce güncel bir virüs tarayýcýsý kullanman önerilir.',
1.1       www       782: 
                    783:    'not displayed'
1.5       bisitz    784: => 'Görüntülenemiyor',
1.1       www       785: 
                    786:    "Open, no due date"
1.5       bisitz    787: => "Aç,tarih uygun deðil",
1.1       www       788: 
                    789:    "Uncompleted Homework"
1.5       bisitz    790: => "Tamamlanmamýþ Ödev",
1.1       www       791: 
                    792:    "Show Only Uncompleted Homework"
1.5       bisitz    793: => "Sadece tamamlanmamýþ ödevleri göster",
1.1       www       794: 
                    795:    "All homework is currently completed"
1.5       bisitz    796: => "Tüm ödevler tamamlandý",
1.1       www       797: 
                    798:    "Was due"
                    799: => "Uygun",
                    800: 
                    801:    "Answer available"
                    802: => "Uygun cevap",
                    803: 
                    804:    "Excused by instructor"
1.5       bisitz    805: => "Öðretmen muaf etti",
1.1       www       806: 
                    807:    "Answer submitted, not yet graded"
1.5       bisitz    808: => "Cevap onaylandý,Henüz derecelendirilmedi",
1.1       www       809: 
                    810:    "No due date"
1.5       bisitz    811: => "Tarih uygun deðil",
1.1       www       812: 
                    813:    'never'
                    814: => 'Asla',
                    815: 
                    816:    'Answer submitted'
1.5       bisitz    817: => 'Cevap onaylandý',
1.1       www       818: 
                    819:    'Processing'
1.5       bisitz    820: => 'Ýþlem gerçekleþiyor',
1.1       www       821: 
                    822:    'Access and Usage Statistics'
1.5       bisitz    823: => 'Eriþim ve kullaným istatistiði',
1.1       www       824: 
                    825:    'Evaluation Comments'
1.5       bisitz    826: => 'Deðerlendirme Yorumlarý',
1.1       www       827: 
                    828:    'Evaluation Data'
1.5       bisitz    829: => 'Deðerlendirme Bilgisi',
1.1       www       830: 
                    831:    'July'
                    832: => 'Temmuz',
                    833: 
                    834:    'Server Administration'
1.5       bisitz    835: => 'Sunucu Yönetimi',
1.1       www       836: 
                    837:    'System Administration'
1.5       bisitz    838: => 'Sistem Yönetimi',
1.1       www       839: 
                    840:    'Users with Roles Assigned by'
1.5       bisitz    841: => 'Belirlenen Rollerle Kullanýcýlar',
1.1       www       842: 
                    843:    'Name starting with'
1.5       bisitz    844: => 'Adý baþlar  ',
1.1       www       845: 
                    846:    'This resource has been marked obsolete by the author(s)'
1.5       bisitz    847: => 'Yazar tarafýndan bu kaynaðýn eskimiþliði göze çarpmýþ.',
1.1       www       848: 
                    849:    'Uploaded'
1.5       bisitz    850: => 'Güncellendi',
1.1       www       851: 
                    852:    'Dynamic Metadata'
                    853: => 'Dinamik Metadata',
                    854: 
                    855:    'View file'
1.5       bisitz    856: => 'Dosya Görüntüleniyor',
1.1       www       857: 
                    858:    'Illegal filename.'
1.5       bisitz    859: => 'Dosya ismi uygun deðil',
1.1       www       860: 
                    861:    'Rule'
                    862: => 'Kural',
                    863: 
                    864:    'Back to Source Directory'
1.5       bisitz    865: => 'Ana dizine dön',
1.1       www       866: 
                    867:    'Back to Source'
                    868: => 'Geri',
                    869: 
                    870:    'File copied.'
1.5       bisitz    871: => 'Dosya kopyalandý',
1.1       www       872: 
                    873:    'FAIL'
1.5       bisitz    874: => 'BAÞARISIZ',
1.1       www       875: 
                    876:    'Back to'
                    877: => 'Geri',
                    878: 
                    879:    'untitled'
1.5       bisitz    880: => 'Baþlýksýz',
1.1       www       881: 
                    882:    ', is reserved internally by LON-CAPA.'
1.5       bisitz    883: => ', LON-CAPA tarafýndan dahili olarak ayrýldý.',
1.1       www       884: 
                    885:    'Became this version on ...'
                    886: => 'Bu versiyon uydu ...',
                    887: 
                    888:    'Browse published resources'
1.5       bisitz    889: => 'Yayýmlanmýþ kaynaklara gözat',
1.1       www       890: 
                    891:    'Choose the course to work on'
1.5       bisitz    892: => 'Kurs Seç',
1.1       www       893: 
                    894:    'Create a new course'
1.5       bisitz    895: => 'Yeni kurs oluþtur',
1.1       www       896: 
1.21      bisitz    897:    'Delete messages from discussion boards'
1.5       bisitz    898: => 'Ýþaretli Mesajlarý Sil',
1.1       www       899: 
                    900:    'Domain only - use limited to courses in the domain'
1.5       bisitz    901: => 'Alan içindeki kurslara sadece kullaným sýnýrlandý.',
1.1       www       902: 
                    903:    'Edit and view documents included in this course'
1.5       bisitz    904: => 'Kursla ilgili dökümanlarý Düzenle ve göster',
1.1       www       905: 
                    906:    'Edit/Modify DOCS'
1.5       bisitz    907: => 'Düzenle/Deðiþtir DOCS',
1.1       www       908: 
1.23      bisitz    909:    'Enter my Authoring Space'
                    910: => 'Enter my Authoring Space', # 'Kaynaðýmý yapý alanýna gir',
1.1       www       911: 
                    912:    'Failed to copy source'
1.5       bisitz    913: => 'Kaynak kopyalanamadý',
1.1       www       914: 
                    915:    'Failed to write metadata copy'
1.5       bisitz    916: => 'Baþarýsýz Kopyalama',
1.1       www       917: 
                    918:    'Finalize Publication'
1.5       bisitz    919: => 'Yayýmlama sonu',
1.1       www       920: 
                    921:    'Grant/revoke role of Co-Author'
1.5       bisitz    922: => 'Yardýmcý yazarýn rolünü onayla/kaldýr',
1.1       www       923: 
                    924:    'Grant/revoke role of Domain Coordinator'
1.5       bisitz    925: => 'Etkin koordinatörün rolünü onayla/kaldýr',
1.1       www       926: 
                    927:    'Grant/revoke role of Exam Proctor'
1.5       bisitz    928: => 'Sýnav memurunun rolünü onayla/kaldýr',
1.1       www       929: 
                    930:    'Grant/revoke role of Instructor'
1.5       bisitz    931: => 'Öðretmenin rolünü onayla/kaldýr',
1.1       www       932: 
                    933:    'Grant/revoke role of Student'
1.5       bisitz    934: => 'Öðrencinin rolünü onayla/kaldýr',
1.1       www       935: 
                    936:    'Grant/revoke role of Superuser'
1.5       bisitz    937: => 'Süper kullanýcýnýn rolünü onayla/kaldýr',
1.1       www       938: 
                    939:    'No previous versions published.'
1.5       bisitz    940: => 'Önceki sürümler yayýmda deðil',
1.1       www       941: 
                    942:    'No write permission to'
1.10      bisitz    943: => 'Yazma iznin yok',
1.1       www       944: 
                    945:    'Please pick a version to retrieve'
1.5       bisitz    946: => 'Lütfen telafi etmek için bir versiyon seç.',
1.1       www       947: 
                    948:    'Private - visible to author only for testing purposes'
1.5       bisitz    949: => 'Özel - test amaçlý olarak sadece yazara görülebilir',
1.1       www       950: 
                    951:    'Private Publication - did not synchronize database'
1.5       bisitz    952: => 'Özel Yayým-eþ zamanlý veritabaný deðil',
1.1       www       953: 
                    954:    'Public - no authentication or authorization required for use'
1.5       bisitz    955: => 'Kamusal - kullaným için gerekli izin ya da teþvik verilemez.',
1.1       www       956: 
1.23      bisitz    957:    'Retrieval of an old version will overwrite the file currently in Authoring Space.'
                    958: => 'Retrieval of an old version will overwrite the file currently in Authoring Space.', # 'Yapý alanýndaki dosyayý eski versiyonunun üzerine yaz.',
1.1       www       959: 
                    960:    'Retrieve previous versions of'
1.5       bisitz    961: => 'Önceki versiyonu düzeltmek',
1.1       www       962: 
                    963:    'Retrieve version'
1.5       bisitz    964: => 'Versiyon düzeltmek',
1.1       www       965: 
                    966:    'Search the contents of this course'
1.5       bisitz    967: => 'Bu kursun içindekileri aramak',
1.1       www       968: 
                    969:    'Search the database of published resources'
1.5       bisitz    970: => 'Yayýnlanan kaynaklarýn veritabanýný aramak',
1.1       www       971: 
                    972:    'Send broadcast and receipt-required email'
1.5       bisitz    973: => 'Fatura isteme emaili ve yayýn gönderme',
1.1       www       974: 
                    975:    'Show Problem Completeness'
1.5       bisitz    976: => 'Tamamlanmamýþ Problem Göstermek',
1.1       www       977: 
                    978:    'Switch to another course'
1.5       bisitz    979: => 'Diðer kursa geçmek',
1.1       www       980: 
                    981:    'System wide - can be used for any courses system wide'
                    982: => 'System wide - can be used for any courses system wide',
                    983: 
                    984:    'System wide - open source to all authors'
                    985: => 'System wide - open source to all authors',
                    986: 
                    987:    'The extension on this file'
1.5       bisitz    988: => 'Bu dosya üzerindeki büyüme',
1.1       www       989: 
                    990:    'Unsupported character combination'
                    991: => 'Desteklenmeyen karakter kombinasyonu',
                    992: 
                    993:    'View documents included in this course'
1.5       bisitz    994: => 'Bu kurs içindeki dökümanlar',
1.1       www       995: 
                    996:    'Additional Keywords'
                    997: => 'Ek anahtar kelimeler',
                    998: 
                    999:    'Additional Metadata (non-standard, parameters, exports)'
                   1000: => 'Ek Metadata(standart olmayan, parametreler, ihracatlar)',
                   1001: 
                   1002:    'Author and Co-Author roles may not be available on servers other than your home server.'
1.5       bisitz   1003: => 'Yazar ve yardýmcý yazar rolleri, senin ana server ýndan baþka serverlar üzerinde uygun olmayabilir.',
1.1       www      1004: 
                   1005:    'Author(s)'
                   1006: => 'Yazar(lar)',
                   1007: 
                   1008:    'Average number of tries till solved'
1.5       bisitz   1009: => 'Çözülene kadar olan denemelerin ortalama sayýsý',
1.1       www      1010: 
                   1011:    'Browse Resources'
                   1012: => 'Kaynak tarama',
                   1013: 
                   1014:    'Catalog Information'
                   1015: => 'Katalog Bilgisi',
                   1016: 
                   1017:    'Collapse Remote Control'
1.5       bisitz   1018: => 'Uzaktan Kontrolü Çöktürmek',
1.1       www      1019: 
1.23      bisitz   1020:    'Authoring Space'
                   1021: => 'Authoring Space', # 'Boþ Alan',
1.1       www      1022: 
                   1023:    'Copied metadata'
1.5       bisitz   1024: => 'Metadata kopyalandý',
1.1       www      1025: 
                   1026:    'Copied source file'
1.5       bisitz   1027: => 'Kaynak dosya kopyalandý',
1.1       www      1028: 
                   1029:    'Copyright/Distribution'
1.5       bisitz   1030: => 'Telif Hakký/Daðýtým',
1.1       www      1031: 
                   1032:    'Course Documents'
1.5       bisitz   1033: => 'Kurs Dökümanlarý',
1.1       www      1034: 
                   1035:    'Creation Date'
                   1036: => 'Tarih Yaratma',
                   1037: 
                   1038:    'Custom Distribution File'
1.5       bisitz   1039: => 'Dosya daðýtým geleneði',
1.1       www      1040: 
                   1041:    'Degree of difficulty'
                   1042: => 'Zorluk derecesi',
                   1043: 
1.23      bisitz   1044:    'Copy Course Content to Authoring Space'
                   1045: => 'Copy Course Content to Authoring Space', # 'Yapý alanýna kurs DOCS indirmek',
1.1       www      1046: 
                   1047:    'Entering course ...'
1.5       bisitz   1048: => 'Kurs üyeliði ...',
1.1       www      1049: 
                   1050:    'Exam Information'
1.5       bisitz   1051: => 'Sýnav Bilgisi',
1.1       www      1052: 
                   1053:    'External Resource'
                   1054: => 'Harici Kaynak',
                   1055: 
                   1056:    'Generate new role ...'
1.5       bisitz   1057: => 'Yeni rol oluþturmak ...',
1.1       www      1058: 
                   1059:    'Go to the next resource in the course sequence'
1.5       bisitz   1060: => 'Kurs düzeni içinde bir sonraki kaynaða gitmek',
1.1       www      1061: 
                   1062:    'Go to the previous resource in the course sequence'
1.5       bisitz   1063: => 'Kurs düzeni içinde bir önceki kaynaða gitmek',
1.1       www      1064: 
                   1065:    'Import a published document'
1.5       bisitz   1066: => 'Bir yayým dökümaný eklemek',
1.1       www      1067: 
                   1068:    'Keyword(s)'
                   1069: => 'Anahtar Kelime(ler)',
                   1070: 
                   1071:    'Load Map'
1.5       bisitz   1072: => 'Harita Yükleme',
1.1       www      1073: 
                   1074:    'Logged Out'
1.5       bisitz   1075: => 'Üyelik Çýkýþý',
1.1       www      1076: 
                   1077:    'MIME Type'
                   1078: => 'MIME Tipi',
                   1079: 
                   1080:    'Make notes and annotations about this resource'
1.5       bisitz   1081: => 'Bu kaynak hakkýnda açýklamalar ve notlar yapmak',
1.1       www      1082: 
                   1083:    'Material appears to be correct'
                   1084: => 'Das Material scheint korrekt zu sein',
                   1085: 
                   1086:    'Material covered with sufficient depth'
1.5       bisitz   1087: => 'Yeterli derinlikle materyal gözlendi',
1.1       www      1088: 
                   1089:    'Material is helpful'
1.5       bisitz   1090: => 'Yardýmcý materyal',
1.1       www      1091: 
                   1092:    'Material presented in clear way'
1.5       bisitz   1093: => 'Materyal açýk bir yöntemle sunuldu',
1.1       www      1094: 
                   1095:    'Metadata Information'
                   1096: => 'Metadata Bilgisi',
                   1097: 
                   1098:    'My Personal Info'
1.5       bisitz   1099: => 'Kiþisel Bilgilerim',
1.1       www      1100: 
                   1101:    'Network-wide number of accesses (hits)'
1.5       bisitz   1102: => 'Network boyutu eriþim numarasý("Hits")',
1.1       www      1103: 
                   1104:    'Network-wide number of courses using resource'
1.5       bisitz   1105: => 'Network boyutu kurs kullaným kaynaklarýnýn numarasý',
1.1       www      1106: 
                   1107:    'Number of resources that follow this resource in maps'
1.5       bisitz   1108: => 'Haritalarda bu kaynaðý izleyen kaynaklarýn sayýsý',
1.1       www      1109: 
                   1110:    'Number of resources that lead up to this resource in maps'
1.5       bisitz   1111: => 'Haritalarda bu kaynaða rehberlik eden kaynaklarýn sayýsý',
1.1       www      1112: 
                   1113:    'Number of resources using or importing resource'
1.5       bisitz   1114: => 'Ýndirilen ya da kullanýlan kaynaklarýn sayýsý',
1.1       www      1115: 
                   1116:    'Obsolete'
1.5       bisitz   1117: => 'Eskimiþ',
1.1       www      1118: 
                   1119:    'Parent Directory'
                   1120: => 'Ebeveyn Dizin',
                   1121: 
                   1122:    'Please either'
1.5       bisitz   1123: => 'Lütfen her ikisi',
1.1       www      1124: 
                   1125:    'Project Information'
                   1126: => 'Proje Bilgisi',
                   1127: 
                   1128:    'Publisher/Owner'
1.5       bisitz   1129: => 'Yayýmcý/Sahip',
1.1       www      1130: 
                   1131:    'Publishing'
1.5       bisitz   1132: => 'Yayýmlama',
1.1       www      1133: 
                   1134:    'Resource Publication'
1.5       bisitz   1135: => 'Kaynak Yayýmlama',
1.1       www      1136: 
                   1137:    'Resource is technically correct'
1.5       bisitz   1138: => 'Kaynakta teknik düzeltme',
1.1       www      1139: 
                   1140:    'Score Upload Form'
1.5       bisitz   1141: => 'Güncellenen form sayýsý',
1.1       www      1142: 
                   1143:    'Select Map'
1.5       bisitz   1144: => 'Harita Seç',
1.1       www      1145: 
                   1146:    'Set a bookmark for this resource'
1.5       bisitz   1147: => 'Bu kaynak için bir ayýraç koy',
1.1       www      1148: 
                   1149:    'Show all roles'
1.5       bisitz   1150: => 'Bütün rolleri göster',
1.1       www      1151: 
                   1152:    'Special documents'
1.5       bisitz   1153: => 'Özel belgeler',
1.1       www      1154: 
                   1155:    'Subject'
                   1156: => 'Konu',
                   1157: 
                   1158:    'Successful Login'
1.5       bisitz   1159: => 'Baþarýlý baðlantý',
1.1       www      1160: 
                   1161:    'Suggested Replacement for Obsolete File'
1.5       bisitz   1162: => 'Eski dosyalar için yenisiyle deðiþtirmeyi öner',
1.1       www      1163: 
                   1164:    'Switching Role'
1.5       bisitz   1165: => 'Deðiþken rol',
1.1       www      1166: 
                   1167:    'Target'
                   1168: => 'Hedef',
                   1169: 
                   1170:    'This syllabus can be publicly viewed at'
1.5       bisitz   1171: => 'Bu müfredat herkesce bilinen kanýda olmalý',
1.1       www      1172: 
                   1173:    'Total number of students who have worked on this problem'
1.5       bisitz   1174: => 'Bu problem üstünde çalýþmýþ olan öðrencilerin toplam sayýsý',
1.15      bisitz   1175: 
1.1       www      1176:    'URLs To Include in Syllabus'
1.5       bisitz   1177: => 'Müfredat URLs kapsar ',
1.1       www      1178: 
                   1179:    'Upload a new main course document'
1.5       bisitz   1180: => 'Yeni bir temel kurs dökümaný gönder',
1.1       www      1181: 
                   1182:    'Upload a new supplemental course document'
1.5       bisitz   1183: => 'Yeni bir ilave kurs dökümaný gönder',
1.1       www      1184: 
                   1185:    'User'
1.5       bisitz   1186: => 'Kullanýcý',
1.1       www      1187: 
                   1188:    'Wrote Metadata'
1.5       bisitz   1189: => 'Metadata yazdý',
1.1       www      1190: 
                   1191:    'Your home server is '
                   1192: => 'Ana Server ',
                   1193: 
                   1194:    'anno-'
                   1195: => 'bemerk-',
                   1196: 
                   1197:    'announce'
1.5       bisitz   1198: => 'Ýlan etmek',
1.1       www      1199: 
                   1200:    'backward'
                   1201: => 'geri',
                   1202: 
                   1203:    'bookmark'
1.5       bisitz   1204: => 'ayýraç',
1.1       www      1205: 
                   1206:    'chart'
                   1207: => 'Grafik',
                   1208: 
                   1209:    'chat'
                   1210: => 'Sohbet',
                   1211: 
                   1212:    'close this window'
                   1213: => 'Bu pencereyi kapat',
                   1214: 
                   1215:    'con-'
                   1216: => 'con-',
                   1217: 
                   1218:    'docs'
1.5       bisitz   1219: => 'dökümanlar',
1.1       www      1220: 
                   1221:    'edit crs'
1.5       bisitz   1222: => 'crs editör',
1.1       www      1223: 
                   1224:    'exit'
1.5       bisitz   1225: => 'Çýkýþ',
1.1       www      1226: 
                   1227:    'fas'
                   1228: => 'fas',
                   1229: 
                   1230:    'forward'
1.5       bisitz   1231: => 'göndermek',
1.1       www      1232: 
                   1233:    'library'
1.5       bisitz   1234: => 'kütüphane',
1.1       www      1235: 
                   1236:    'log in again'
1.5       bisitz   1237: => 'Tekrar baðlan',
1.1       www      1238: 
                   1239:    'my'
                   1240: => 'benim',
                   1241: 
                   1242:    'or'
                   1243: => 'veya',
                   1244: 
                   1245:    'parms'
                   1246: => 'parms',
                   1247: 
                   1248:    'prepare'
1.5       bisitz   1249: => 'hazýrlamak',
1.1       www      1250: 
                   1251:    'printout'
1.5       bisitz   1252: => 'çýktý almak',
1.1       www      1253: 
                   1254:    'resource'
                   1255: => 'kaynak',
                   1256: 
                   1257:    'roles'
                   1258: => 'roller',
                   1259: 
                   1260:    'search'
                   1261: => 'aramak',
                   1262: 
                   1263:    'set'
                   1264: => 'koymak',
                   1265: 
                   1266:    'space'
1.5       bisitz   1267: => 'boþluk',
1.1       www      1268: 
                   1269:    'stats'
                   1270: => 'stats',
                   1271: 
                   1272:    'struct'
1.5       bisitz   1273: => 'yapý',
1.1       www      1274: 
                   1275:    'switch'
1.5       bisitz   1276: => 'deðiþtirmek',
1.1       www      1277: 
                   1278:    'tations'
                   1279: => 'ungen',
                   1280: 
                   1281:    'updated periodically'
1.5       bisitz   1282: => 'periyodik güncelleme',
1.1       www      1283: 
                   1284:    'user'
1.5       bisitz   1285: => 'kullanýcý',
1.1       www      1286: 
                   1287:    'visible to author and co-authors only'
1.5       bisitz   1288: => 'Sadece yazar ve yardýmcýsýna görünür',
1.1       www      1289: 
                   1290:    'All versions'
1.5       bisitz   1291: => 'Bütün versiyonlarý',
1.1       www      1292: 
                   1293:    'Could not write metadata'
1.5       bisitz   1294: => 'Metadata yazýlamaz',
1.1       www      1295: 
                   1296:    'Default Cataloging Information for Directory'
1.5       bisitz   1297: => 'Dizin için Katalog Bilgisi Yapmama',
1.1       www      1298: 
                   1299:    'Error Messages'
1.5       bisitz   1300: => 'Hata Mesajlarý',
1.1       www      1301: 
1.4       albertel 1302:    'Save Catalog Information'
1.1       www      1303: => 'Katalog Bilgisi Depolamak',
                   1304: 
                   1305:    'Update Display'
1.5       bisitz   1306: => 'Güncelleme Göstermek',
1.1       www      1307: 
                   1308:    'Content changed'
1.5       bisitz   1309: => 'Deðiþtirilen içerik',
1.1       www      1310: 
                   1311:    'Differences'
                   1312: => 'Farklar',
                   1313: 
                   1314:    'Last Week'
                   1315: => 'En son hafta',
                   1316: 
                   1317:    'Modification Date'
1.5       bisitz   1318: => 'Deðiþiklik Tarihi',
1.1       www      1319: 
                   1320:    'Since Start of Course'
1.5       bisitz   1321: => 'Kursun baþlangýcýndan bu yana',
1.1       www      1322: 
                   1323:    'Since Yesterday'
1.5       bisitz   1324: => 'Dünden beri',
1.1       www      1325: 
                   1326:    'Verify Course Documents'
1.5       bisitz   1327: => 'Kurs dökümanlarýnýn doðruluðunu kanýtlamak',
1.1       www      1328: 
                   1329:    'Version'
                   1330: => 'Versiyon',
                   1331: 
                   1332:    'access denied'
1.5       bisitz   1333: => 'giriþ reddedildi',
1.1       www      1334: 
                   1335:    'connection down'
1.5       bisitz   1336: => 'baðlantý düþtü',
1.1       www      1337: 
                   1338:    'during the last'
                   1339: => 'devam ederken',
                   1340: 
                   1341:    'not found'
1.5       bisitz   1342: => 'bulunamadý',
1.1       www      1343: 
                   1344:    'warning(s)'
1.5       bisitz   1345: => 'uyarý(lar)',
1.1       www      1346: 
                   1347:    'Advanced Catalog Search'
1.5       bisitz   1348: => 'Geliþmiþ Katalog Tarama',
1.1       www      1349: 
                   1350:    'Advanced Search'
1.5       bisitz   1351: => 'Geliþmiþ Arama',
1.1       www      1352: 
                   1353:    'Any Language'
                   1354: => 'Dil yok',
                   1355: 
                   1356:    'Any category'
                   1357: => 'Kategori yok',
                   1358: 
                   1359:    'Any copyright/distribution'
1.5       bisitz   1360: => 'Telif Hakký/Daðýtým yok',
1.1       www      1361: 
                   1362:    'Broadcast Message to Course'
                   1363: => 'Kursa mesaj bildirmek',
                   1364: 
                   1365:    "Click to download or use your browser's Save Link function"
1.5       bisitz   1366: => "Download' a týkla ya da tarayýcýnýn link koruma fonksiyonunu kullan.",
1.1       www      1367: 
                   1368:    'Close'
                   1369: => 'Kapat',
                   1370: 
                   1371:    'Compact View'
1.5       bisitz   1372: => 'Yoðun görünüm',
1.1       www      1373: 
                   1374:    'Detailed Citation View'
1.5       bisitz   1375: => 'Detaylý alýntý görünümü',
1.1       www      1376: 
                   1377:    'Distribute Messages from Uploaded File to Course'
1.5       bisitz   1378: => 'Kursa gönderilen dosyadan daðýtým mesajlarý',
1.1       www      1379: 
                   1380:    'Edit Catalog Information'
1.5       bisitz   1381: => 'Katalog bilgisini düzenlemek',
1.1       www      1382: 
                   1383:    'Edit Content of a Map'
1.5       bisitz   1384: => 'Bir haritanýn içeriðini düzenlemek',
1.1       www      1385: 
                   1386:    'Edit Directory Catalog Information'
1.5       bisitz   1387: => 'Dizin katalog bilgisini düzenlemek',
1.1       www      1388: 
                   1389:    'Evaluate Resource'
1.5       bisitz   1390: => 'Kaynaðý deðerlendirmek',
1.1       www      1391: 
1.23      bisitz   1392:    'Failed Access to Authoring Space'
                   1393: => 'Failed Access to Authoring Space', # 'Yapý alanýna giriþ baþarýsýz',
1.1       www      1394: 
                   1395:    'Fielded Format'
1.5       bisitz   1396: => 'Alaný formatlamak',
1.1       www      1397: 
                   1398:    'File Category'
                   1399: => 'Dosya kategorisi',
                   1400: 
                   1401:    'Force publication of unmodified files'
1.5       bisitz   1402: => 'Deðiþtirilemeyen dosyalarýn yayýnlanma gücü',
1.1       www      1403: 
                   1404:    'Keywords'
                   1405: => 'Anahtar kelimeler',
                   1406: 
                   1407:    'Last access'
1.5       bisitz   1408: => 'En son giriþ',
1.1       www      1409: 
                   1410:    'Last modified'
1.5       bisitz   1411: => 'En son deðiþiklik',
1.1       www      1412: 
                   1413:    'Limit by copyright/distribution'
1.5       bisitz   1414: => 'Telif Hakký/Daðýtým Sýnýrý',
1.1       www      1415: 
                   1416:    'Limit by language'
1.5       bisitz   1417: => 'Dil sýnýrý',
1.1       www      1418: 
                   1419:    'Open'
1.5       bisitz   1420: => 'Aç',
1.1       www      1421: 
                   1422:    'Per Page'
                   1423: => 'Sayfada',
                   1424: 
                   1425:    'Printing Helper'
1.5       bisitz   1426: => 'Yazdýrma Yardýmcýsý',
1.1       www      1427: 
                   1428:    'Provide feedback messages or contribute to the course discussion about this resource'
1.5       bisitz   1429: => 'Geri bildirim mesajlarý ver ya da bu kaynak hakkýnda kurs tartýþmalarýna katýl.',
1.1       www      1430: 
                   1431:    'Provide my evaluation of this resource'
1.5       bisitz   1432: => 'Bu kaynaðýn beni deðerlendirmesini saðlamak',
1.1       www      1433: 
                   1434:    'Publish'
1.5       bisitz   1435: => 'Yayýnlama',
1.1       www      1436: 
                   1437:    'Publish Directory'
1.5       bisitz   1438: => 'Dizin yayýnlama',
1.1       www      1439: 
                   1440:    'Publish Directory and Sub Directories'
1.5       bisitz   1441: => 'Dizin ve alt dizinleri yayýnlama',
1.1       www      1442: 
                   1443:    'Related'
1.5       bisitz   1444: => 'Ýliþkili',
1.1       www      1445: 
                   1446:    'Resource Feedback and Discussion'
1.5       bisitz   1447: => 'Kaynak geri bildirimi ve tartýþma',
1.1       www      1448: 
                   1449:    'Search Complete'
1.5       bisitz   1450: => 'Arama tamamlandý',
1.1       www      1451: 
                   1452:    'Send Message to User(s)'
1.5       bisitz   1453: => 'Kullanýcýya ya da kullanýcýlara mesaj gönder',
1.1       www      1454: 
                   1455:    'Show catalog information'
1.5       bisitz   1456: => 'Katalog bilgisi göster',
1.1       www      1457: 
                   1458:    'Show resource'
1.5       bisitz   1459: => 'Kaynaðý göster',
1.1       www      1460: 
                   1461:    'Size'
                   1462: => 'Boyut',
                   1463: 
                   1464:    'Statistics'
1.5       bisitz   1465: => 'Ýstatistik',
1.1       www      1466: 
                   1467:    'Summary View'
1.5       bisitz   1468: => 'Özet göster',
1.1       www      1469: 
                   1470:    'There are currently no results'
1.5       bisitz   1471: => 'Sonuçlanmayan durum var',
1.1       www      1472: 
                   1473:    'URL'
                   1474: => 'URL',
                   1475: 
                   1476:    'Unpublished'
1.5       bisitz   1477: => 'Yayýnlanmadý',
1.1       www      1478: 
                   1479:    'Up'
1.5       bisitz   1480: => 'Yukarý',
1.1       www      1481: 
                   1482:    'User Notes, Records of Face-to-Face Discussions, and Critical Messages'
1.5       bisitz   1483: => 'Kullanýcý Notlarý, Yüz yüze Tartýþmalarýn Kayýtlarý, ve Kritik Mesajlar',
1.1       www      1484: 
                   1485:    'View'
1.5       bisitz   1486: => 'Görünüm',
1.1       www      1487: 
                   1488:    'View Critical Messages'
1.5       bisitz   1489: => 'Kritik Mesajlarý Göster',
1.1       www      1490: 
                   1491:    'Words'
                   1492: => 'Kelimeler',
                   1493: 
                   1494:    'XML/SGML'
                   1495: => 'XML/SGML',
                   1496: 
                   1497:    'abstract'
1.5       bisitz   1498: => 'özet',
1.1       www      1499: 
                   1500:    'audio'
                   1501: => 'audio',
                   1502: 
                   1503:    'author'
                   1504: => 'yazar',
                   1505: 
                   1506:    'catalog'
                   1507: => 'katalog',
                   1508: 
                   1509:    'copyright'
1.5       bisitz   1510: => 'telif hakký',
1.1       www      1511: 
                   1512:    'customdistributionfile'
                   1513: => 'customdistributionfile',
                   1514: 
                   1515:    'directory'
                   1516: => 'dizin',
                   1517: 
                   1518:    'discuss'
1.5       bisitz   1519: => 'tartýþmak',
1.1       www      1520: 
                   1521:    'evaluate'
1.5       bisitz   1522: => 'deðerlendirmek',
1.1       www      1523: 
                   1524:    'feedback'
                   1525: => 'geri bildirim',
                   1526: 
                   1527:    'info'
1.5       bisitz   1528: => 'iç',
1.1       www      1529: 
                   1530:    'keywords'
                   1531: => 'anahtar kelimeler',
                   1532: 
                   1533:    'language'
                   1534: => 'dil',
                   1535: 
                   1536:    'movies'
                   1537: => 'filmler',
                   1538: 
                   1539:    'notes'
                   1540: => 'notlar',
                   1541: 
                   1542:    'obsolete'
1.5       bisitz   1543: => 'eskimiþ',
1.1       www      1544: 
                   1545:    'obsoletereplacement'
1.5       bisitz   1546: => 'eskisini yenisiyle deðiþtirme',
1.1       www      1547: 
                   1548:    'pages'
                   1549: => 'sayfalar',
                   1550: 
                   1551:    'pictures'
                   1552: => 'resimler',
                   1553: 
                   1554:    'problem'
                   1555: => 'problem',
                   1556: 
                   1557:    'resources'
                   1558: => 'kaynaklar',
                   1559: 
                   1560:    'sequence'
1.5       bisitz   1561: => 'sýra',
1.1       www      1562: 
                   1563:    'subject'
                   1564: => 'konu',
                   1565: 
                   1566:    'this'
                   1567: => 'bu',
                   1568: 
                   1569:    'title'
1.5       bisitz   1570: => 'baþlýk',
1.1       www      1571: 
                   1572:    'About Me'
1.5       bisitz   1573: => 'Benim hakkýmda',
1.1       www      1574: 
1.21      bisitz   1575:    'Discussion Board/Discussion'
1.5       bisitz   1576: => 'Ýlan/Tartýþma Tahtasý',
1.1       www      1577: 
                   1578:    'Clear All'
1.5       bisitz   1579: => 'Tümünü temizle',
1.1       www      1580: 
                   1581:    'Close All Folders'
1.5       bisitz   1582: => 'Bütün dosyalarý kapat',
1.1       www      1583: 
1.23      bisitz   1584:    'Authoring Space File Operation'
                   1585: => 'Authoring Space File Operation', # 'Yapý alaný dosya çalýþmasý',
1.1       www      1586: 
                   1587:    'Contact Information'
1.5       bisitz   1588: => 'Baðlantý bilgisi',
1.1       www      1589: 
                   1590:    'Copied old metadata'
1.5       bisitz   1591: => 'eski metadatayý kopyaladý',
1.1       www      1592: 
                   1593:    'Copied old target file'
1.5       bisitz   1594: => 'Önceki hedef dosyayý kopyaladý',
1.1       www      1595: 
                   1596:    'Copyright'
1.5       bisitz   1597: => 'Telif hakký',
1.1       www      1598: 
                   1599:    'Could Not Process Request'
                   1600: => 'Verilerin denetlenmesi istenemez',
                   1601: 
                   1602:    'Default'
                   1603: => 'Eksik',
                   1604: 
                   1605:    'Discard Selected'
1.5       bisitz   1606: => 'Seçili olaný at',
1.1       www      1607: 
                   1608:    'EMail and Messages'
                   1609: => 'EMail ve Mesajlar',
                   1610: 
                   1611:    'Edit this resource'
1.5       bisitz   1612: => 'Bu kaynaðý düzenle',
1.1       www      1613: 
1.23      bisitz   1614:    'Enter Authoring Space as a co-author'
                   1615: => 'Enter Authoring Space as a co-author', # 'Bir yardýmcý yazar gibi yapý alaný gir',
1.1       www      1616: 
                   1617:    'Host'
                   1618: => 'Sunucu',
                   1619: 
                   1620:    'Last updated'
1.5       bisitz   1621: => 'Son güncelleme',
1.1       www      1622: 
                   1623:    'Mime type'
                   1624: => 'MIME Tipi',
                   1625: 
                   1626:    'Modified'
1.5       bisitz   1627: => 'Deðiþtirildi',
1.1       www      1628: 
                   1629:    'Modify deadlines, etc, for this assessment resource'
1.5       bisitz   1630: => 'Bu deðer biçilen kaynak için son teslim tarihleri v.s. deðiþtir',
1.1       www      1631: 
                   1632:    'Modify user grades for this assessment resource'
1.5       bisitz   1633: => 'Bu deðer biçilen kaynak için kullanýcý derecelerini deðiþtir',
1.1       www      1634: 
                   1635:    'Move Down'
1.5       bisitz   1636: => 'Aþaðý ilerle',
1.1       www      1637: 
                   1638:    'Move Up'
1.5       bisitz   1639: => 'Yukarý ilerle',
1.1       www      1640: 
                   1641:    'New Title'
1.5       bisitz   1642: => 'Yeni baþlýk',
1.1       www      1643: 
                   1644:    'Open All Folders'
1.5       bisitz   1645: => 'Bütün dosyalarý aç',
1.1       www      1646: 
                   1647:    'Owner/Publisher'
1.5       bisitz   1648: => 'Sahip/Yayýncý',
1.1       www      1649: 
                   1650:    'Personal Information'
1.5       bisitz   1651: => 'Kiþisel bilgi',
1.1       www      1652: 
                   1653:    'Privacy Note'
                   1654: => 'Gizli not',
                   1655: 
                   1656:    'Published'
1.5       bisitz   1657: => 'Yayýnlandý',
1.1       www      1658: 
                   1659:    'Reading results from'
1.5       bisitz   1660: => 'Okuma alanýndan sonuçlar ',
1.1       www      1661: 
                   1662:    'Retrieve'
1.5       bisitz   1663: => 'Düzeltmek',
1.1       www      1664: 
                   1665:    'Revert to Last Saved'
1.5       bisitz   1666: => 'En son kurtarmayý eski haline döndür',
1.1       www      1667: 
                   1668:    'Revision Date'
1.5       bisitz   1669: => 'Düzeltme tarihi',
1.1       www      1670: 
                   1671:    'Shared by course faculty and staff'
1.5       bisitz   1672: => 'Kurs yetkisi ve elemaný tarafýndan paylaþtýrýldý',
1.1       www      1673: 
                   1674:    'Synchronized SQL metadata database'
1.5       bisitz   1675: => 'SQL metadata veritabaný sekronize edildi',
1.1       www      1676: 
                   1677:    'Task'
1.5       bisitz   1678: => 'Görev',
1.1       www      1679: 
                   1680:    'Temporary Assembly Workspace'
1.5       bisitz   1681: => 'Geçici çalýþma alaný kur',
1.1       www      1682: 
                   1683:    'The information you submit can be viewed by anybody who is logged into LON-CAPA. Do not provide information that you are not ready to share publicly.'
1.5       bisitz   1684: => 'Bilgiyi LON-CAPA ya üye olan bir kiþi görebilir.Herkesle paylaþmaya hazýr deðilsen bilgiyi vermez.',
1.1       www      1685: 
                   1686:    'Topic'
                   1687: => 'Konu',
                   1688: 
                   1689:    'Upload a Photo'
1.5       bisitz   1690: => 'Bir resim gönder',
1.1       www      1691: 
                   1692:    'User Notes, Records of Face-To-Face Discussions, and Critical Messages in Course'
1.5       bisitz   1693: => 'Kullanýcý notlarý, Yüz yüze tartýþma kayýtlarý, ve kurs içindeki eleþtiri mesajlarý',
1.1       www      1694: 
                   1695:    'Version Number'
1.5       bisitz   1696: => 'Versiyon numarasý',
1.1       www      1697: 
                   1698:    'View Published Version'
1.5       bisitz   1699: => 'Yayýnlanan versiyonunu göster',
1.1       www      1700: 
                   1701:    'View user submissions for this assessment resource'
1.5       bisitz   1702: => 'Bu deðeri biçilen kaynaðýn kullanýcý üyeliklerini göster',
1.1       www      1703: 
                   1704:    'Web References'
1.5       bisitz   1705: => 'Web referanslarý',
1.1       www      1706: 
                   1707:    'co con-'
                   1708: => 'co con-',
                   1709: 
                   1710:    'co res'
                   1711: => 'co res',
                   1712: 
                   1713:    'contacting'
1.5       bisitz   1714: => 'baðlantý',
1.1       www      1715: 
                   1716:    'edit'
1.5       bisitz   1717: => 'düzenle',
1.1       www      1718: 
                   1719:    'interface available'
1.5       bisitz   1720: => 'arayüz uygunluðu',
1.1       www      1721: 
                   1722:    'missions'
                   1723: => 'misyonlar',
                   1724: 
                   1725:    'view sub-'
1.5       bisitz   1726: => 'göster alt-',
1.1       www      1727: # sehe sub-
                   1728:    'waiting on'
                   1729: => 'bekle',
                   1730: 
                   1731: #SYNC Wed Oct  8 14:13:34 2003
                   1732:    '#Stdnts'
                   1733: => '#Stdnts',
                   1734: 
                   1735:    '#YES'
                   1736: => '#EVET',
                   1737: 
                   1738:    '%Wrng'
                   1739: => '%Wrng',
                   1740: 
                   1741:    'Brief view of each students performance in course.'
1.5       bisitz   1742: => 'Kursdaki herbir öðrenci performansýný özet olarak göster',
1.1       www      1743: 
                   1744:    'Clear Caches'
                   1745: => 'Bellektekileri temizle',
                   1746: 
                   1747:    'Course Statistics and Charts cannot be retrieved until the database is restarted.  Your data is intact but cannot be displayed at this time.'
1.5       bisitz   1748: => 'Veritabaný tekrar baþlatýlana kadar kurs istatistikleri ve grafikler düzeltilemez. Verin bozulmamýþ fakat bu kez de gösterilemez.',
1.1       www      1749: 
                   1750:    'Detailed statistics and graphs of student performance on problems.'
1.5       bisitz   1751: => 'Problemler üzerindeki öðrenci performanslarýnýn grafikleri ve istatistikleri detaylandý.',
1.1       www      1752: 
                   1753:    'DoDiff'
                   1754: => 'DoDiff',
                   1755: 
                   1756:    'Enrollment Status'
1.5       bisitz   1757: => 'Üyelik konumu',
1.1       www      1758: 
                   1759:    'Generate Statistics'
1.5       bisitz   1760: => 'Ýstatistikler oluþturmak',
1.1       www      1761: 
                   1762:    'Max Tries'
                   1763: => 'Maksimum denemeler',
                   1764: 
                   1765:    'Mean Tries'
                   1766: => 'Vasat denemeler',
                   1767: 
                   1768:    'Output'
1.5       bisitz   1769: => 'Çýktý',
1.1       www      1770: 
                   1771:    'Overall Problem Statistics'
1.5       bisitz   1772: => 'Geniþ kapsamlý problem istatistikleri',
1.1       www      1773: 
                   1774:    'Please notify the server administrator '
1.5       bisitz   1775: => 'Lütfen server yöneticisine bildir.',
1.1       www      1776: 
                   1777:    'Please select a report to generate.'
1.5       bisitz   1778: => 'Lütfen bir rapor oluþturmayý seç.',
1.1       www      1779: 
                   1780:    'Preparing Excel Spreadsheet'
1.5       bisitz   1781: => 'Excel sayfasý hazýrla',
1.1       www      1782: 
                   1783:    'Problem Status Chart'
1.5       bisitz   1784: => 'Problem durum grafiði',
1.1       www      1785: 
1.25    ! bisitz   1786:    'Problems occurred in creating the new Excel file.'
        !          1787: => 'Problemler yeni Excel dosyasý yaratýyor.',
        !          1788: 
        !          1789:    'This error has been logged.'
        !          1790: => 'Bu hata kaydedildi.',
        !          1791: 
        !          1792:    'Please alert your LON-CAPA administrator.'
        !          1793: => 'Lütfen LON-CAPA yöneticini uyar.',
1.1       www      1794: 
                   1795:    'S.D. tries'
                   1796: => 'S.D. denemeler',
                   1797: 
                   1798:    'Sections'
1.5       bisitz   1799: => 'Bölümler',
1.1       www      1800: 
                   1801:    'Sequence or Folder'
1.5       bisitz   1802: => 'Sýra ya da dosya',
1.1       www      1803: 
                   1804:    'Sequences and Folders'
1.5       bisitz   1805: => 'Sýralar ya da dosyalar',
1.1       www      1806: 
                   1807:    'Skew Tries'
                   1808: => 'Yan denemeler',
                   1809: 
                   1810:    'Statistics and Problem Analysis'
1.5       bisitz   1811: => 'Ýstatistikler ve problem analizi',
1.1       www      1812: 
                   1813:    'Student performance statistics on all problems.'
1.5       bisitz   1814: => 'Bütün problemler üzerinde öðrenci performans istatistikleri',
1.1       www      1815: 
                   1816:    'Unable to connect to database!'
1.5       bisitz   1817: => 'Veri tabanýna baðlantý yapýlamaz',
1.1       www      1818: 
                   1819:    'Your Excel Spreadsheet'
                   1820: => 'Excel sayfan',
                   1821: 
                   1822:    'part'
1.5       bisitz   1823: => 'bölüm',
1.1       www      1824: 
                   1825:    'problem statistics grouped by sequence'
1.5       bisitz   1826: => 'sýrayla problem istatistikleri sýralandý',
1.1       www      1827: 
                   1828:    'problem statistics ungrouped'
                   1829: => 'grupsuz problem istatistikleri',
                   1830: 
                   1831:    'problem statistics, Excel'
                   1832: => 'problem istatistikleri, Excel',
                   1833: 
                   1834: 
                   1835:    'Significant figures are incorrect, submission was not graded.'
1.5       bisitz   1836: => 'Anlamlý þekiller yanlýþ, baðlýlýk derecelendirilmedi.',
1.1       www      1837: 
                   1838: 
                   1839:    '. . . for a particular section'
1.5       bisitz   1840: => 'ayrýntýlý bir bölüm için...',
1.1       www      1841: 
                   1842:    '. . . for all students in the course'
1.5       bisitz   1843: => 'kursdaki bütün öðrenciler için...',
1.1       www      1844: 
                   1845:    '. . . for an individual student'
1.5       bisitz   1846: => 'tek bir öðrenci için...',
1.1       www      1847: 
1.16      bisitz   1848:    '12 am' # midnight
                   1849: => '00:00',
                   1850: 
                   1851:    'midnight'
                   1852: => 'Gece yarýsý',
                   1853: 
1.1       www      1854:    '1 am'
                   1855: => '1:00',
                   1856: 
1.16      bisitz   1857:    '2 am'
                   1858: => '2:00',
                   1859: 
                   1860:    '3 am'
                   1861: => '3:00',
                   1862: 
                   1863:    '4 am'
                   1864: => '4:00',
                   1865: 
                   1866:    '5 am'
                   1867: => '5:00',
                   1868: 
                   1869:    '6 am'
                   1870: => '6:00',
                   1871: 
                   1872:    '7 am'
                   1873: => '7:00',
                   1874: 
                   1875:    '8 am'
                   1876: => '8:00',
                   1877: 
                   1878:    '9 am'
                   1879: => '9:00',
1.1       www      1880: 
                   1881:    '10 am'
                   1882: => '10:00',
                   1883: 
                   1884:    '11 am'
                   1885: => '11:00',
                   1886: 
                   1887:    '12 noon'
                   1888: => '12:00',
                   1889: 
1.16      bisitz   1890:    'noon'
                   1891: => 'Öðle',
                   1892: 
                   1893:    '1 pm'
                   1894: => '13:00',
1.1       www      1895: 
                   1896:    '2 pm'
                   1897: => '14:00',
                   1898: 
                   1899:    '3 pm'
                   1900: => '15:00',
                   1901: 
                   1902:    '4 pm'
                   1903: => '16:00',
                   1904: 
                   1905:    '5 pm'
                   1906: => '17:00',
                   1907: 
                   1908:    '6 pm'
                   1909: => '18:00',
                   1910: 
                   1911:    '7 pm'
                   1912: => '19:00',
                   1913: 
                   1914:    '8 pm'
                   1915: => '20:00',
                   1916: 
                   1917:    '9 pm'
                   1918: => '21:00',
                   1919: 
1.16      bisitz   1920:    '10 pm'
                   1921: => '22:00',
                   1922: 
                   1923:    '11 pm'
                   1924: => '23:00',
                   1925: 
1.1       www      1926:    '<- Previous'
1.5       bisitz   1927: => '<- Önceki',
1.1       www      1928: 
                   1929:    'ALL'
1.5       bisitz   1930: => 'BÜTÜN',
1.1       www      1931: 
                   1932:    'All Maps or Folders'
1.5       bisitz   1933: => 'Bütün haritalar ya da dosyalar',
1.1       www      1934: 
                   1935:    'Any User'
1.5       bisitz   1936: => 'Herhangi bir kullanýcý',
1.1       www      1937: 
                   1938:    'Assessment URL and Title'
1.5       bisitz   1939: => 'URL ve baþlýk deðeri',
1.1       www      1940: 
                   1941:    'Assigned User Roles'
1.5       bisitz   1942: => 'Kullanýcý rolleri belirlendi',
1.1       www      1943: 
                   1944:    'Browse resources'
1.5       bisitz   1945: => 'Kaynaklarý tarama',
1.1       www      1946: 
                   1947:    'Changes can take up to 10 minutes before being active for all students.'
1.5       bisitz   1948: => 'Bütün öðrenciler sisteme baðlanmadan 10 dakika önce deðiþiklikler yapýlabilir.',
1.1       www      1949: 
                   1950:    'Course Assessment Parameter - Helper Mode'
1.5       bisitz   1951: => 'Kurs deðer parametresi - Yardýmcý mod',
1.1       www      1952: 
                   1953:    'Course Assessment Parameters - Overview Mode'
1.5       bisitz   1954: => 'Kurs deðer parametreleri - Üstünde gösterme modu',
1.1       www      1955: 
                   1956:    'Course Assessments Parameters - Table Mode'
1.5       bisitz   1957: => 'Kurs deðer parametreleri - tablo modu',
1.1       www      1958: 
                   1959:    'Course Environment Parameters'
                   1960: => 'Kurs ortam parametreleri',
                   1961: 
                   1962:    'Course Parameter Helper'
1.5       bisitz   1963: => 'Kurs parametre yardýmcýsý',
1.1       www      1964: 
                   1965:    'Create New Environment Variable'
                   1966: => 'Yeni uygun ortam yarat',
                   1967: 
                   1968:    'Current Session Value'
1.5       bisitz   1969: => 'Geçerli oturum deðeri',
1.1       www      1970: 
                   1971:    'Default Value'
1.5       bisitz   1972: => 'Harici deðer',
1.1       www      1973: 
                   1974:    'Delete a role'
                   1975: => 'Bir rol silme',
                   1976: 
                   1977:    'Disable all communication among students'
1.5       bisitz   1978: => 'Öðrenciler arasýndaki bütün iletiþim zarar gördü.',
1.1       www      1979: 
                   1980:    'Enclosing Map or Folder'
1.5       bisitz   1981: => 'Harita ya da dosya iliþtirmek',
1.1       www      1982: 
                   1983:    'Every problem in a particular folder'
                   1984: => 'Belirli bir dosyada herbir problem',
                   1985: 
                   1986:    'Every problem in the course'
                   1987: => 'Kursdaki herbir problem',
                   1988: 
                   1989:    'Folder'
                   1990: => 'Dosya',
                   1991: 
                   1992:    'For User'
1.5       bisitz   1993: => 'Kullanýcý için',
1.1       www      1994: 
                   1995:    'Grant/revoke Course Custom Role'
1.5       bisitz   1996: => 'Vermek/Geri Almak Kurs Gelenekse Rolü',
1.1       www      1997: 
                   1998:    'Grant/revoke role of Administrator'
1.5       bisitz   1999: => 'Yöneticinin rolünü Onayla/Kaldýr',
1.1       www      2000: 
                   2001:    'Grant/revoke role of Author'
1.5       bisitz   2002: => 'Yazarýn rolünü Onayla/Kaldýr',
1.1       www      2003: 
                   2004:    'Grant/revoke role of Course Coordinator'
1.5       bisitz   2005: => 'Kurs koordinatörünün rolünü Onayla/Kaldýr',
1.1       www      2006: 
                   2007:    'Grant/revoke role of Domain Guest'
1.5       bisitz   2008: => 'Alan misafirinin rolünü Onayla/Kaldýr',
1.1       www      2009: 
                   2010:    'Grant/revoke role of Librarian'
1.5       bisitz   2011: => 'Kütüphanecinin rolünü Onayla/Kaldýr',
1.1       www      2012: 
                   2013:    'Grant/revoke role of Teaching Assistant'
1.5       bisitz   2014: => 'Öðretim görevlisinin rolünü Onayla/Kaldýr',
1.1       www      2015: 
                   2016:    'Internally authenticated'
                   2017: => 'Internally authenticated',
                   2018: 
                   2019:    'Kerberos authenticated'
                   2020: => 'Kerberos authenticated',
                   2021: 
                   2022:    'LON-CAPA Helper:'
1.5       bisitz   2023: => 'LON-CAPA yardýmcýsý',
1.1       www      2024: 
                   2025:    'Lock and unlock assessments'
1.5       bisitz   2026: => 'Deðerleri kilitle ve kilidi aç',
1.1       www      2027: 
                   2028:    'Manage Access Keys'
1.5       bisitz   2029: => 'Giriþ anahtarlarý yönetimi',
1.1       www      2030: 
                   2031:    'Manage access keys'
1.5       bisitz   2032: => 'Giriþ anahtarlarý yönetimi',
1.1       www      2033: 
                   2034:    'Max Possible To Date'
                   2035: => 'Olabilecek maksimum tarih',
                   2036: 
                   2037:    'Modify Course Assessment Parameters'
1.5       bisitz   2038: => 'Kurs deðer parametrelerini deðiþtirmek',
1.1       www      2039: 
                   2040:    'Modify authentication mechanism and data for a user'
1.5       bisitz   2041: => 'Bir kullanýcý için veri ve mekanizma doðruluðunu deðiþtirmek',
1.1       www      2042: 
                   2043:    'Modify grades'
1.5       bisitz   2044: => 'Dereceleri deðiþtirmek',
1.1       www      2045: 
                   2046:    'Next ->'
                   2047: => 'Bir sonraki ->',
                   2048: 
                   2049:    'One particular problem'
1.5       bisitz   2050: => 'Diðerlerinden farklý bir problem',
1.1       www      2051: 
                   2052:    'Parameter Name'
                   2053: => 'Parametre ismi',
                   2054: 
                   2055:    'Parameter Type'
                   2056: => 'Parametre tipi',
                   2057: 
                   2058:    'Parameter in Effect'
1.5       bisitz   2059: => 'Sonuçtaki parametre',
1.1       www      2060: 
                   2061:    'Please select a problem to analyze'
1.5       bisitz   2062: => 'Lütfen analize bir problem seç',
1.1       www      2063: 
                   2064:    'Post anonymously'
1.5       bisitz   2065: => 'Adýný koymadan ilan etmek',
1.1       www      2066: 
                   2067:    'Post discussion on course resources'
1.5       bisitz   2068: => 'Kurs kaynaklarý üzerindeki tartýþmayý ilan etmek',
1.1       www      2069: 
                   2070:    'Post system frontpage announcements'
1.5       bisitz   2071: => 'Sistem önsayfa ilanlarýný ilan etmek',
1.1       www      2072: 
                   2073:    'Post to live chatrooms'
1.5       bisitz   2074: => 'Canlý sohbet odalarýný ilan etmek',
1.1       www      2075:    'Problems Not Contained In A Folder'
                   2076: => 'Problemler bir dosyada tutulmaz',
                   2077: 
                   2078:    'Quick Completed Problems Display'
1.5       bisitz   2079: => 'Problemler gösterisi hýzlý tamamlandý',
1.1       www      2080: 
                   2081:    'Resource Level'
1.5       bisitz   2082: => 'Kaynak düzeyi',
1.1       www      2083: 
                   2084:    'Section'
1.5       bisitz   2085: => 'Bölüm',
1.1       www      2086: 
                   2087:    'Select Date'
1.5       bisitz   2088: => 'Tarih seç',
1.1       www      2089: 
                   2090:    'Select Enclosing Map or Folder'
1.5       bisitz   2091: => 'Harita veya dizin seç',
1.1       www      2092: 
                   2093:    'Select Parameter Level'
1.5       bisitz   2094: => 'Parametre düzeyi seç',
1.1       www      2095: 
                   2096:    'Send internal email'
1.5       bisitz   2097: => 'Ýnternal email gönder',
1.1       www      2098: 
                   2099:    'Set Course Environment Parameters'
1.5       bisitz   2100: => 'Çevresel kurs parametreleri ata',
1.1       www      2101: 
                   2102:    'Set Date'
                   2103: => 'Tarih belirle',
                   2104: 
                   2105:    'Set Defaults for All Resources in Course'
1.5       bisitz   2106: => 'Kurstaki tüm kaynaklar için defaultlar belirle',
1.1       www      2107: 
                   2108:    'Set a due date'
                   2109: => 'Uygun tarihi belirle',
                   2110: 
                   2111:    'Set an answer open date'
1.5       bisitz   2112: => 'Açýlýþ tarihi cevabý belirle',
1.1       www      2113: 
                   2114:    'Set an open date'
1.5       bisitz   2115: => 'Açýlýþ tarihi belirle',
1.1       www      2116: 
                   2117:    'Set opening datefor all problems in the course for. . .'
1.5       bisitz   2118: => 'Kurs problemleri için açýlýþ tarihi belirle',
1.1       www      2119: 
                   2120:    'Set the number of tries'
1.5       bisitz   2121: => 'Deneyimleri numaralandýr',
1.1       www      2122: 
                   2123:    'Set the problem weight'
1.5       bisitz   2124: => 'Problem zorluðunu belirle',
1.1       www      2125: 
                   2126:    'Set/Modify Course Assessment Parameter'
1.5       bisitz   2127: => 'Belirle/Deðiþtir Kurs deðer parametresi',
1.1       www      2128: 
                   2129:    'Set/Modify Course Assessment Parameters'
1.5       bisitz   2130: => 'Belirle/Deðiþtir Kurs deðer parametresi',
1.15      bisitz   2131: 
1.1       www      2132:    'Set/Modify Course Parameters'
1.5       bisitz   2133: => 'Belirle/Deðiþtir kurs parametreleri',
1.1       www      2134: 
                   2135:    'Show More Options'
1.5       bisitz   2136: => 'Daha Fazla seçenek göster',
1.1       www      2137: 
                   2138:    'Students Affected'
1.5       bisitz   2139: => 'Sahte Öðrenciler',
1.1       www      2140: 
                   2141:    'This helper will assist you in setting the open, due, and answer dates for problems, or in setting the number of tries for problems. You will be asked to select which problems you wish to set the parameters for, then what parameter you wish to set, then you will select whom the setting affects. After the helper is done, you will be shown where in the advanced interface you would have gone to set the parameter you have chosen, so in the future you can do it directly. Press Next -&gt; to begin, or select &lt;- Previous to go back to the previous screen.'
1.5       bisitz   2142: => 'Bu yardýmcý sana problemlerin cevap tarihleri ve gerekli, açýk ayarlar için yardýmcý olacak, ya da problemlerin deneme sayýlarýný belirler. Hangi problemin parametrelerini belirlemeyi istediðini sorabileceksin, o zaman parametreyi belirlemeyi istersin, o zaman sahte ayarlarý seçeceksin. Yardýmcý bittikten sonra, seçtiðin parametreleri ayarlayabileceksin, böylece doðruca yapabilirsin. Bas ileri -&gt; baþla; ya da seç &lt; Önceki ekrana geri git.',
1.1       www      2143: 
                   2144:    'Total'
1.5       bisitz   2145: => 'Tüm',
1.1       www      2146: 
                   2147:    'Total Parts In Course'
1.5       bisitz   2148: => 'Kursun Tüm kýsýmlarý',
1.1       www      2149: 
                   2150:    'Type'
                   2151: => 'Tipi',
1.15      bisitz   2152: 
1.1       www      2153:    'UNIX authenticated'
1.5       bisitz   2154: => 'UNIX doðrulamasý',
1.1       www      2155: 
                   2156:    'USERS'
1.5       bisitz   2157: => 'Kullanýcýlar',
1.1       www      2158: 
                   2159:    'Unknown ID'
                   2160: => 'Bilinmeyen ID',
                   2161: 
                   2162:    'Unknown user'
1.5       bisitz   2163: => 'Bilinmeyen Kullanýcý',
1.1       www      2164: 
                   2165:    'Update Course Assessment Parameter Display'
1.5       bisitz   2166: => 'Kurs deðer parametre gösterisini güncelle',
1.15      bisitz   2167: 
1.1       www      2168:    'Update Section or Specific User'
1.5       bisitz   2169: => 'Güncelleme kýsmý veya Özel kullanýcý',
1.1       www      2170: 
                   2171:    'Verify Selection'
1.5       bisitz   2172: => 'Seçimi onayla',
1.1       www      2173: 
                   2174:    'Welcome to the Assignment Parameter Helper'
1.5       bisitz   2175: => 'Yardýmcý parametre tayinine hoþgeldiniz',
1.1       www      2176: 
                   2177:    'What parameter do you want to set for all problems in the course?'
1.5       bisitz   2178: => 'Kurstaki tüm problemler için hangi parametreyi atamak istersiniz?',
1.1       www      2179: 
                   2180:    'What should the opening date be set to?'
1.5       bisitz   2181: => 'Açýlýþ tarihinde ne belirlenmeli?',
1.1       www      2182: 
                   2183:    'Which Problem or Problems?'
                   2184: => 'Hangi problem veya problemler?',
                   2185: 
                   2186:    'Which problems do you wish to set a parameter for?'
1.5       bisitz   2187: => 'Hangi problemler için parametre atamak istersiniz?',
1.1       www      2188: 
                   2189:    'You need to choose another user role or enter a specific course for this function'
1.5       bisitz   2190: => 'Bu amaç için özel bir kurs gir ya da baþka bir kullanýcý rolü seçmen gerekir.',
                   2191: # You need to wähle another benutzer rolle oder eingeben a specific kurs foder Diese function
1.1       www      2192: 
                   2193:    'a.m.'
1.5       bisitz   2194: => 'Öðleden önce',
1.1       www      2195: 
                   2196:    'acc keys'
1.5       bisitz   2197: => 'Eriþim tuþlarý',
1.1       www      2198: 
                   2199:    'according to course preferences'
1.5       bisitz   2200: => 'Kurs haklarýna göre',
1.1       www      2201: # accoderding to kurs preferrenzen
                   2202:    'according to resource settings'
1.5       bisitz   2203: => 'Kaynak ayarlarýna göre',
1.1       www      2204: # accoderding to resource setzetings
                   2205:    'according to user session state'
1.5       bisitz   2206: => 'Kullanýcý oturumu durumuna göre',
1.1       www      2207: # accoderding to benutzer session state
                   2208: 
                   2209:    'all'
1.5       bisitz   2210: => 'Bütün',
1.1       www      2211: 
                   2212:    'at'
                   2213: => '-de',
                   2214: 
                   2215:    'at Domain'
1.5       bisitz   2216: => 'Etki Alanýnda',
1.1       www      2217: 
                   2218:    'at domain'
1.5       bisitz   2219: => 'Etki Alanýnda',
1.1       www      2220: 
                   2221:    'default'
                   2222: => 'Eksiklik',
                   2223: 
                   2224:    'for Enclosing Map or Folder'
1.5       bisitz   2225: => 'Harita veya dizin için',
1.1       www      2226: 
                   2227:    'for Resource'
1.5       bisitz   2228: => 'Kaynak için',
1.1       www      2229: 
                   2230:    'from Enclosing Map or Folder'
                   2231: => 'Harita veya Dizinden',
                   2232: 
                   2233:    'general'
                   2234: => 'Genel',
                   2235: 
                   2236:    'in Course'
                   2237: => 'Kursta',
                   2238: 
                   2239:    'in Section/Group'
1.5       bisitz   2240: => 'Bölümde/Grupta',
1.1       www      2241: 
                   2242:    'manage'
1.5       bisitz   2243: => 'Ýdare',
1.1       www      2244: 
                   2245:    'num_override'
1.5       bisitz   2246: => 'Geçersiz Sayý',
1.1       www      2247: 
                   2248:    'of'
                   2249: => '-in',
                   2250: 
                   2251:    'or ID'
                   2252: => 'Veya ID',
                   2253: 
                   2254:    'p.m.'
1.5       bisitz   2255: => 'Öðleden sonra',
1.1       www      2256: 
                   2257:    'percent'
1.5       bisitz   2258: => 'yüzde',
1.1       www      2259: 
                   2260:    'unless locked'
1.5       bisitz   2261: => 'Kilitli Deðil',
1.1       www      2262: 
                   2263:    'users in'
1.5       bisitz   2264: => 'Kullanýcý Giriþi',
1.1       www      2265: 
                   2266:    'Access Key Management'
1.5       bisitz   2267: => 'Eriþim Tuþu Yönetimi',
1.1       www      2268: 
                   2269:    'Assessment'
1.5       bisitz   2270: => 'Deðer',
1.1       www      2271: 
                   2272:    'Calculations'
                   2273: => 'Hesaplamalar',
                   2274: 
                   2275:    'Comma Separated Values'
1.5       bisitz   2276: => 'Virgülle Ayrýlan Deðerler',
1.1       www      2277: 
                   2278:    'Course ID'
                   2279: => 'Kurs ID',
                   2280: 
                   2281:    'Course level sheet'
1.5       bisitz   2282: => 'Kurs Seviye Sayfasý',
1.1       www      2283: 
                   2284:    'Detailed Problem Analysis'
1.5       bisitz   2285: => 'Detaylý Problem Analizi',
1.1       www      2286: 
                   2287:    'End Helper'
1.5       bisitz   2288: => 'Yardýmcýyý Kapat',
1.1       www      2289: 
                   2290:    'Excel'
                   2291: => 'Excel',
1.15      bisitz   2292: 
1.1       www      2293:    'Finish Course Initialization'
1.5       bisitz   2294: => 'Kurs Baþlangýcýný Bitir',
1.1       www      2295: 
                   2296:    'Generate Spreadsheet'
1.5       bisitz   2297: => 'Spreadsheet Üret',
1.1       www      2298: 
1.18      bisitz   2299:    'Grant/revoke role of Bubblesheet Operator'
                   2300: => 'Grant/revoke role of Bubblesheet Operator', # 'Scantron operatörünün rolünü onayla/kaldýr',
1.1       www      2301: 
                   2302:    'HTML'
                   2303: => 'HTML',
                   2304: 
                   2305:    'Invalid date entry'
1.5       bisitz   2306: => 'Geçersiz Tarih',
1.1       www      2307: 
                   2308:    'Load:'
1.5       bisitz   2309: => 'Yükleme',
1.1       www      2310: 
                   2311:    'No changes were made to the current settings.'
1.5       bisitz   2312: => 'Ayarlarýnýzda deðiþiklik yapýlmadý',
1.1       www      2313: 
                   2314:    'Output Format'
1.5       bisitz   2315: => 'Çýktý Formatý',
1.1       www      2316: 
                   2317:    'Processing course structure'
1.5       bisitz   2318: => 'Kurs planý iþleme geçiriliyor',
1.1       www      2319: 
                   2320:    'Processing first student'
1.5       bisitz   2321: => 'Ýlk öðrenci iþleme geçiriliyor',
1.1       www      2322: 
                   2323:    'Row'
1.5       bisitz   2324: => 'Satýr',
1.1       www      2325: 
                   2326:    'Save as'
1.5       bisitz   2327: => 'Farklý Kaydet',
1.1       www      2328: 
                   2329:    'Save as & Make This Sheet the Default'
1.5       bisitz   2330: => 'Bu sayfayý default yap & Farklý kaydet',
1.1       www      2331: 
1.18      bisitz   2332:    'Bubblesheet Scanning Operator'
                   2333: => 'Bubblesheet Scanning Operator', # 'Scantron operatörü',
1.15      bisitz   2334: 
1.1       www      2335:    'Select All'
1.5       bisitz   2336: => 'Tümünü Seç',
1.1       www      2337: 
                   2338:    'Select All Students'
1.5       bisitz   2339: => 'Tüm öðrencileri seç',
1.1       www      2340: 
                   2341:    'Select Spreadsheet File'
1.5       bisitz   2342: => 'Excel dosyasý seç',
1.1       www      2343: 
1.18      bisitz   2344:    'Send bubblesheet data to a course'
1.24      bisitz   2345: => 'Send bubblesheet data to a course', # 'Kursa Scantron bilgi gönder',
1.1       www      2346: 
                   2347:    'Spreadsheet Computation'
1.5       bisitz   2348: => 'Sayfa Hesabý',
1.1       www      2349: 
                   2350:    'Spreadsheet Computation Status'
                   2351: => 'Sayfa Hesap Durumu',
                   2352: 
                   2353:    'Student level sheet'
1.5       bisitz   2354: => 'Öðrenci seviyesi Sayfasý',
1.1       www      2355: 
                   2356:    'Summary'
1.5       bisitz   2357: => 'Özet',
1.1       www      2358: 
                   2359:    'Template'
1.5       bisitz   2360: => 'Þablon',
1.1       www      2361: 
                   2362:    'Unselect All'
1.5       bisitz   2363: => 'Tümü seçilmemiþ',
1.1       www      2364: 
                   2365:    'Unselect All Students'
1.5       bisitz   2366: => 'Seçilmemiþ tüm öðrenciler',
1.1       www      2367: 
1.18      bisitz   2368:    'Upload bubblesheet data'
                   2369: => 'Bubblesheet veri güncelle',
1.1       www      2370: 
                   2371:    'You must choose at least one student to continue.'
1.5       bisitz   2372: => 'Devam etmek için en az bir öðrenci seçmelisin',
1.1       www      2373: 
                   2374:    'You must choose one or more choices to continue.'
1.5       bisitz   2375: => 'Devam etmek için birini veya daha fazlasýný seçmelisin',
1.1       www      2376: 
                   2377:    'last student'
1.5       bisitz   2378: => 'Son Öðrenci',
1.1       www      2379: 
                   2380:    'may be open from a different computer.'
1.5       bisitz   2381: => 'Baþka bilgisayarda açýk olabilir',
1.1       www      2382: 
                   2383:    'minutes'
                   2384: => 'Dakikalar',
                   2385: 
                   2386:    'remaining'
                   2387: => 'Kalan',
                   2388: 
                   2389:    'second'
                   2390: => 'Saniye',
                   2391: 
                   2392:    'seconds'
                   2393: => 'Saniyeler',
                   2394: 
                   2395:    'seconds for'
                   2396: => 'Saniye kala',
                   2397: 
                   2398:    'Additional Recipients'
1.5       bisitz   2399: => 'Ek Alýcý',
1.1       www      2400: 
                   2401:    'Analyze Over '
                   2402: => 'Analiz Et',
                   2403: 
                   2404:    'Analyze Problem'
                   2405: => 'Problemi analiz et',
                   2406: 
                   2407:    'Analyze Problem Again'
                   2408: =>  'Problemi tekrar analiz et',
                   2409: 
                   2410:    'Analyze as '
                   2411: => 'Analiz et',
                   2412: 
                   2413:    'Browsing resource, all submissions are temporary.'
1.5       bisitz   2414: => 'Kaynak taranýyor,tüm öneriler geçici',
1.1       www      2415: 
                   2416:    'By'
1.5       bisitz   2417: => '-tarafýndan',
1.1       www      2418: 
                   2419:    'Check All'
1.5       bisitz   2420: => 'Tümünü onayla',
1.1       www      2421: 
                   2422:    'Check for All'
1.5       bisitz   2423: => 'Tümünü onayla',
1.1       www      2424: 
                   2425:    'Check for None'
1.5       bisitz   2426: => 'Hiçbirini onaylama',
1.1       www      2427: 
                   2428:    'Check for Section/Group'
1.5       bisitz   2429: => 'Bölüm/Grup onayla',
1.1       www      2430: 
                   2431:    'Choose a different resource'
1.5       bisitz   2432: => 'Baþka kaynak seç',
1.15      bisitz   2433: 
1.1       www      2434:    'Concepts'
                   2435: => 'Kavramlar',
                   2436: 
                   2437:    'Critical Messages'
                   2438: => 'Kritik mesaj',
                   2439: 
                   2440:    'Delete'
                   2441: => 'Sil',
                   2442: 
                   2443:    'Delete Checked'
1.5       bisitz   2444: => 'Ýþaretlileri Sil',
1.1       www      2445: 
                   2446:    'Display All Messages'
1.5       bisitz   2447: => 'Tüm mesajlarý Görüntüle',
1.1       www      2448: 
                   2449:    'Display all Messages'
1.5       bisitz   2450: => 'Tüm mesajlarý Görüntüle',
1.1       www      2451: 
                   2452:    'Foils'
1.5       bisitz   2453: => 'Önlemler',
1.15      bisitz   2454: 
1.1       www      2455:    'Forward'
1.5       bisitz   2456: => 'Yönlendir',
1.1       www      2457: 
                   2458:    'Forwarded message from'
1.5       bisitz   2459: => 'Yönlendirilmiþ mesaj',
1.1       www      2460: 
                   2461:    'Forwarding'
1.5       bisitz   2462: => 'Yönlendiriliyor',
1.1       www      2463: 
                   2464:    'From'
                   2465: => '-dan',
                   2466: 
                   2467:    'Functions'
                   2468: => 'Fonksiyonlar',
                   2469: 
                   2470:    'Mail'
                   2471: => 'Posta',
                   2472: 
                   2473:    'Mark Unread'
1.5       bisitz   2474: => 'Okunmadý',
1.1       www      2475: 
                   2476:    'New Problem Variation'
                   2477: => 'Yeni Problem Varyasyonu',
                   2478: 
                   2479:    'New Randomization'
1.5       bisitz   2480: => 'Yeni Rastgele Seçim',
1.1       www      2481: 
                   2482:    'Next'
                   2483: => 'Sonraki',
                   2484: 
                   2485:    'Number of Plots:'
1.5       bisitz   2486: => 'Çizim numarasý',
1.1       www      2487: 
                   2488:    'Option Response Problem Analysis'
1.5       bisitz   2489: => 'Problem yanýt seçeneði analizi',
1.1       www      2490: 
                   2491:    'Previous'
1.5       bisitz   2492: => 'Önceki',
1.1       www      2493: 
                   2494:    'Re'
                   2495: => 'Tekrar',
                   2496: 
                   2497:    'Record'
1.5       bisitz   2498: => 'Kayýt',
1.15      bisitz   2499: 
1.1       www      2500:     'Reply'
                   2501:  => 'Cevap Ver',
                   2502: 
                   2503:    'Reset Submissions'
1.5       bisitz   2504: => 'Önerileri Sýfýrla',
1.15      bisitz   2505: 
1.1       www      2506:    'Select a course'
1.5       bisitz   2507: => 'Kurs Seç',
1.1       www      2508: 
                   2509:    'Selecting a User'
1.5       bisitz   2510: => 'Kullanýcý seç',
1.1       www      2511: 
                   2512:    'Send New'
1.5       bisitz   2513: => 'Yeni Gönder',
1.1       www      2514: 
                   2515:    'Send Reply'
                   2516: => 'Cevap Ver',
                   2517: 
                   2518:    'Send as critical message'
1.10      bisitz   2519: =>'Kritik mesaj gönder',
1.1       www      2520: 
                   2521:    'Simple Problem Editor'
1.5       bisitz   2522: => 'Basit Problem Editörü',
1.1       www      2523: 
                   2524:    'Starting'
1.5       bisitz   2525: => 'Baþlýyor',
1.1       www      2526: 
                   2527:    'Student Data Compilation Progress'
1.5       bisitz   2528: => 'Öðrenci Bilgisi Derleme Süreci',
1.1       www      2529: 
                   2530:    'Student Data Compilation Status'
1.10      bisitz   2531: => 'Öðrenci Bilgisi Derleme Durumu',
1.1       www      2532: 
                   2533:    'There is no student data for this problem.'
1.10      bisitz   2534: => 'Öðrenci bilgisi yok',
1.1       www      2535: 
                   2536:    'Time'
                   2537: => 'Zaman',
                   2538: 
                   2539:    'To'
                   2540: => '-e',
                   2541: 
                   2542:    'Uncheck All'
1.5       bisitz   2543: => 'Tümü kontroldýþý',
1.1       www      2544: 
                   2545:    'Unsuccessful Login'
1.5       bisitz   2546: => 'Baþarýsýz Giriþ',
1.1       www      2547: 
                   2548:    'Update Student Data'
1.5       bisitz   2549: => 'Öðrenci bilgilerini güncelle',
1.1       www      2550: 
                   2551:    'You have no critical messages.'
1.5       bisitz   2552: => 'Kritik mesajýnýz yok',
1.1       www      2553: 
                   2554:    'and return receipt'
1.5       bisitz   2555: => 'Alýndýya dön',
1.1       www      2556: 
                   2557:    'can not be accessed from your location.'
1.5       bisitz   2558: => 'Konumunuza ulaþýlamadý',
1.1       www      2559: 
1.2       riegler  2560: 
                   2561: #SYNC Tue Aug 15 14:23:51 2006
                   2562:    ' [_1]'
                   2563: => ' [_1]',
                   2564: 
                   2565:    '"[_1]" for default hiding'
                   2566: => '"[_1]" for default hiding',
                   2567: # "[_1]" fveya Eksiklik hiding
                   2568:    '"[_1]" for visible separation'
                   2569: => '"[_1]" for visible separation',
                   2570: # "[_1]" fveya visible separ-deion
                   2571:    '"[_1]" if allowed, anything else if not'
                   2572: => '"[_1]" if allowed, anything else if not',
1.5       bisitz   2573: # "[_1]" if BütünoÇarþamba, anything else if not
1.2       riegler  2574:    '"[_1]" to disable, anything else if not'
                   2575: => '"[_1]" to disable, anything else if not',
                   2576: # "[_1]" -e disable, anything else if not
                   2577:    '&nbsp;Show&nbsp;All&nbsp;Foils'
                   2578: => '&nbsp;Show&nbsp;All&nbsp;Foils',
1.5       bisitz   2579: # &nbsp;Show&nbsp;Bütün&nbsp;Önlemler
1.2       riegler  2580:    '&quot; [_1] &quot; is not an acceptable number of tries. Tries must be a positive number with no decimal point.'
                   2581: => '&quot; [_1] &quot; is not an acceptable number of tries. Tries must be a positive number with no decimal point.',
                   2582: # &quot; [_1] &quot; is not an acceptable number -in Denemeler. Denemeler must be a positive number with no decimal point.
                   2583:    '&quot; [_1] &quot; is not an acceptable weight. Weight must be a positive number.'
                   2584: => '&quot; [_1] &quot; is not an acceptable weight. Weight must be a positive number.',
                   2585: 
                   2586:    '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)'
                   2587: => '(Enter maximum [_1] collaborators using username or username@domain, e.g. smithje or smithje@[_2].)',
1.5       bisitz   2588: # (Giriþ maximum [_1] collabveya-deveyas using kullanýcýÝsim veya kullanýcýÝsim@Alan, e.g. smithje veya smithje@[_2].)
1.2       riegler  2589:    '(Hand in a file you have prepared on your computer)'
                   2590: => '(Hand in a file you have prepared on your computer)',
1.5       bisitz   2591: # (Hand in a Dosya you have hazýrlamakd on your computer)
1.2       riegler  2592:    ', select a template from the pull-down menu below.'
                   2593: => ', select a template from the pull-down menu below.',
1.5       bisitz   2594: # , Seç templ-dee -dan the pull-down menu below.
1.2       riegler  2595:    '1 minute'
                   2596: => '1 minute',
                   2597: 
                   2598:    '1 out of N multiple choice (radio button)'
                   2599: => '1 out of N multiple choice (radio button)',
                   2600: # 1 out -in N multiple choice (radio but-en)
                   2601:    '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.'
                   2602: => '<*response>s are both inside of <part> and outside of <part>, this is not a valid problem, errors in grading may occur.',
1.5       bisitz   2603: # <*Tekrarsponse>s aTekrar both inside -in <bölüm> and outside -in <bölüm>, bu is not a valid problem, errveyas in Basamak Mayýs occur.
1.2       riegler  2604:    '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.'
                   2605: => '<b>HTML allowed</b>: Discussion participants can use limited HTML in their postings.',
1.5       bisitz   2606: # <b>HTML BütünoÇarþamba</b>: tartýþmakion bölümicipants can use limited HTML in their postings.
1.2       riegler  2607:    '<b>HTML banned</b>: HTML will not be allowed in discussion postings.'
                   2608: => '<b>HTML banned</b>: HTML will not be allowed in discussion postings.',
1.5       bisitz   2609: # <b>HTML banned</b>: HTML will not be BütünoÇarþamba in tartýþmakion postings.
1.2       riegler  2610:    '<b>Instructor</b> - instructors will not be able to participate in discussions'
                   2611: => '<b>Instructor</b> - instructors will not be able to participate in discussions',
1.5       bisitz   2612: # <b>Inyapýveya</b> - inyapýveyas will not be able -e bölümicip-dee in tartýþmakions
1.2       riegler  2613:    '<b>Instructor</b> - instructors will not be able to use or view the chat room'
                   2614: => '<b>Instructor</b> - instructors will not be able to use or view the chat room',
1.5       bisitz   2615: # <b>Inyapýveya</b> - inyapýveyas will not be able -e use veya Görünüm the Sohbet room
1.2       riegler  2616:    '<b>Students</b> - students will not be able to participate in discussions'
                   2617: => '<b>Students</b> - students will not be able to participate in discussions',
1.5       bisitz   2618: # <b>ÖðTekrarncis</b> - ÖðTekrarncis will not be able -e bölümicip-dee in tartýþmakions
1.2       riegler  2619:    '<b>Students</b> - students will not be able to use or view the chat room.'
                   2620: => '<b>Students</b> - students will not be able to use or view the chat room.',
1.5       bisitz   2621: # <b>ÖðTekrarncis</b> - ÖðTekrarncis will not be able -e use veya Görünüm the Sohbet room.
1.2       riegler  2622:    '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions'
                   2623: => '<b>Teaching Assistants</b> - teaching assistants will not be able to participate in discussions',
1.5       bisitz   2624: # <b>Asistan ÖðTekrartmens</b> - Asistan ÖðTekrartmens will not be able -e bölümicip-dee in tartýþmakions
1.2       riegler  2625:    '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room'
                   2626: => '<b>Teaching Assistants</b> - teaching assistants will not be able use or view the chat room',
1.5       bisitz   2627: # <b>Asistan ÖðTekrartmens</b> - Asistan ÖðTekrartmens will not be able use veya Görünüm the Sohbet room
1.2       riegler  2628:    '<b>[_1]</b>:  Unable to enroll: [_2]'
                   2629: => '<b>[_1]</b>:  Unable to enroll: [_2]',
1.5       bisitz   2630: # <b>[_1]</b>:  Unable -e Üye Olmak: [_2]
1.2       riegler  2631:    '<b>[_1]</b>: Unable to enroll.  No password specified.'
                   2632: => '<b>[_1]</b>: Unable to enroll.  No password specified.',
1.5       bisitz   2633: # <b>[_1]</b>: Unable -e Üye Olmak.  No passwveyad specified.
1.22      bisitz   2634:    'Unacceptable username [_1] for user [_2] [_3] [_4] [_5]'
                   2635: => 'Unacceptable username [_1] for user [_2] [_3] [_4] [_5]',
                   2636: # Unacceptable kullanýcýÝsim [_1] fveya kullanýcý [_2] [_3] [_4] [_5]
                   2637:    'Unacceptable domain [_1] for user [_2] [_3] [_4] [_5]'
                   2638: => 'Unacceptable domain [_1] for user [_2] [_3] [_4] [_5]',
                   2639: 
1.2       riegler  2640:    '<p>Your current LON-CAPA domain is &quot;<b>[_1]</b>&quot;.</p>'
                   2641: => '<p>Your current LON-CAPA domain is &quot;<b>[_1]</b>&quot;.</p>',
                   2642: # <p>Your curTekrarnt LON-CAPA Alan is &quot;<b>[_1]</b>&quot;.</p>
                   2643:    'ABSTRACT'
                   2644: => 'ABSTRACT',
1.5       bisitz   2645: # özet
1.2       riegler  2646:    'Access Control'
                   2647: => 'Access Control',
                   2648: 
                   2649:    'Activate'
                   2650: => 'Activate',
                   2651: # Activ-dee
                   2652:    'Add Roles'
                   2653: => 'Add Roles',
                   2654: # Add roller
                   2655:    'Add new option'
                   2656: => 'Add new option',
                   2657: 
                   2658:    "Add one empty page/column after each student's assignment"
                   2659: => "Add one empty page/column after each student's assignment",
1.5       bisitz   2660: # Add one Boþalt Sayfa/column after each ÖðTekrarnci's assignment
1.2       riegler  2661:    "Add three empty pages/column after each student's assignment"
                   2662: => "Add three empty pages/column after each student's assignment",
1.5       bisitz   2663: # Add thTekrare Boþalt sayfalar/column after each ÖðTekrarnci's assignment
1.2       riegler  2664:    "Add two empty pages/column after each student's assignment"
                   2665: => "Add two empty pages/column after each student's assignment",
1.5       bisitz   2666: # Add two Boþalt sayfalar/column after each ÖðTekrarnci's assignment
1.2       riegler  2667:    'Additional settings, if specified below, will override cloned settings'
                   2668: => 'Additional settings, if specified below, will override cloned settings',
                   2669: # Additional koymaktings, if specified below, will override cloned koymaktings
                   2670:    'Administrator'
                   2671: => 'Administrator',
1.5       bisitz   2672: # Öðleden öncenistr-deveya
1.2       riegler  2673:    'Advanced Edit'
                   2674: => 'Advanced Edit',
1.5       bisitz   2675: # Advanced düzenle
1.2       riegler  2676:    'Advanced: You can send the feedback from different sections to different people, by doing the following: Separate each entry with a comma. To send feedback to a certain address for different sections, append the section name or names (separated by semi-colons) in a parenthesized list after the user:domain. For example, john102:msu(001;002;003),bob293:msu(004;005;006),madeupname:here(007;008;009) will route course feedback to &quot;john102&quot; for sections 1, 2, and 3, to &quot;bob293&quot; for 4, 5, and 6, and to &quot;madeupname:here&quot; for 7, 8, and 9. Note there is no requirement that the addresses be in any particular domain.'
                   2677: => 'Advanced: You can send the feedback from different sections to different people, by doing the following: Separate each entry with a comma. To send feedback to a certain address for different sections, append the section name or names (separated by semi-colons) in a parenthesized list after the user:domain. For example, john102:msu(001;002;003),bob293:msu(004;005;006),madeupname:here(007;008;009) will route course feedback to &quot;john102&quot; for sections 1, 2, and 3, to &quot;bob293&quot; for 4, 5, and 6, and to &quot;madeupname:here&quot; for 7, 8, and 9. Note there is no requirement that the addresses be in any particular domain.',
1.5       bisitz   2678: # Advanced: You can sSon the geri bildirim -dan diffeTekrarnt Bölümler -e diffeTekrarnt people, -tarafýndan doing the following: Separ-dee each entry with a comma. -e sSon geri bildirim -e a certain addTekrarss fveya diffeTekrarnt Bölümler, appSon the Bölüm Ýsim veya Ýsims (separ-deed -tarafýndan semi-colons) in a paTekrarntheBoyutd list after the kullanýcý:Alan. Fveya example, john102:msu(001;002;003),bob293:msu(004;005;006),madeYukarýÝsim:heTekrar(007;008;009) will route kurs geri bildirim -e &quot;john102&quot; fveya Bölümler 1, 2, and 3, -e &quot;bob293&quot; fveya 4, 5, and 6, and -e &quot;madeYukarýÝsim:heTekrar&quot; fveya 7, 8, and 9. Note theTekrar is no TekrarquiTekrarment th-de the addTekrarsses be in any bölümicular Alan.
1.2       riegler  2679:    'All Documents in Course'
                   2680: => 'All Documents in Course',
1.5       bisitz   2681: # Bütün Documents Kursta
1.2       riegler  2682:    'All Resources'
                   2683: => 'All Resources',
1.5       bisitz   2684: # Bütün kaynaklar
1.2       riegler  2685:    'All Resources (possibly large output)'
                   2686: => 'All Resources (possibly large output)',
1.5       bisitz   2687: # Bütün kaynaklar (possibly large Çýktý)
1.2       riegler  2688:    'All Students'
                   2689: => 'All Students',
1.5       bisitz   2690: # Bütün ÖðTekrarncis
1.2       riegler  2691:    'All settings which you can change with this Helper can also be changed by going to the PARM screen and clicking on the &quot;Set course environment&quot; button. If you do not have experience coordinating LON-CAPA courses or if you prefer the Helper interface, please click Next -&gt;.'
                   2692: => 'All settings which you can change with this Helper can also be changed by going to the PARM screen and clicking on the &quot;Set course environment&quot; button. If you do not have experience coordinating LON-CAPA courses or if you prefer the Helper interface, please click Next -&gt;.',
1.5       bisitz   2693: # Bütün koymaktings which you can change with bu Yardýmer can also be changed -tarafýndan going -e the PÖðleden öncescTekraren and clicking on the &quot;koymak kurs environment&quot; but-en. If you do not have experience coveyadin-deing LON-CAPA kurss veya if you pTekrarfer the Yardýmer interface, please click Sonraki -&gt;.
1.2       riegler  2694:    'Allow limited HTML in discussion posts'
                   2695: => 'Allow limited HTML in discussion posts',
1.5       bisitz   2696: # Bütünow limited HTML in tartýþmakion posts
1.2       riegler  2697:    'Allow problems to be split over pages'
                   2698: => 'Allow problems to be split over pages',
1.5       bisitz   2699: # Bütünow problems -e be split over sayfalar
1.2       riegler  2700:    'Allowed File Extensions for Uploaded Files (uploadedfiletypes)'
                   2701: => 'Allowed File Extensions for Uploaded Files (uploadedfiletypes)',
1.5       bisitz   2702: # BütünoÇarþamba Dosya Extensions fveya GüncellSoni Dosyas (GüncellSoniDosyaTipis)
1.2       riegler  2703:    'Allowed filetypes: <b>[_1]</b>'
                   2704: => 'Allowed filetypes: <b>[_1]</b>',
1.5       bisitz   2705: # BütünoÇarþamba DosyaTipis: <b>[_1]</b>
1.6       bisitz   2706:    'An error occurred during the attempt to change the section for this student.'
                   2707: => 'An error occurred during the attempt to change the section for this student.',
1.5       bisitz   2708: # An errveya occuTekrard during the -detempt -e change the Bölüm fveya bu ÖðTekrarnci.
1.2       riegler  2709:    'An error occurred during the attempt to change the role information for this student.'
                   2710: => 'An error occurred during the attempt to change the role information for this student.',
1.5       bisitz   2711: # An errveya occurTekrard during the -detempt -e change the rol infveyam-deion fveya bu ÖðTekrarnci.
1.2       riegler  2712:    'Analyzing Results'
                   2713: => 'Analyzing Results',
                   2714: # Analyzing Tekrarsults
                   2715:    'Anonymous'
                   2716: => 'Anonymous',
                   2717: 
                   2718:    'Anonymous contribution to course discussion of resource'
                   2719: => 'Anonymous contribution to course discussion of resource',
1.5       bisitz   2720: # Anonymous contribution -e kurs tartýþmakion -in kaynak
1.2       riegler  2721:    'Answer Date (answerdate)'
                   2722: => 'Answer Date (answerdate)',
                   2723: # Cevapla D-dee (Cevaplad-dee)
                   2724:    'Answer Submitted: Your final submission will be graded after the due date.'
                   2725: => 'Answer Submitted: Your final submission will be graded after the due date.',
1.5       bisitz   2726: # Cevapla Gönderted: Your final submission will be graded after the Yeterli d-dee.
1.2       riegler  2727:    'Answer:'
                   2728: => 'Answer:',
                   2729: # Cevapla:
                   2730:    'Answerable'
                   2731: => 'Answerable',
                   2732: # Cevaplaable
                   2733:    'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).'
                   2734: => 'As a general rule, only authors or co-authors should be filesystem authenticated (which allows access to the server filesystem).',
1.5       bisitz   2735: # As a Genel Kural, only authveyas veya co-authveyas should be DosyaSistem auSonratic-deed (which Bütünows access -e the Sunucu DosyaSistem).
1.2       riegler  2736:    'Assessment Parameters'
                   2737: => 'Assessment Parameters',
1.5       bisitz   2738: # Deðer Parameters
1.2       riegler  2739:    'Associate columns with student attributes.'
                   2740: => 'Associate columns with student attributes.',
1.5       bisitz   2741: # Associ-dee columns with ÖðTekrarnci -detributes.
1.2       riegler  2742:    'Attachment'
                   2743: => 'Attachment',
                   2744: # -detachment
                   2745:    'Attribute'
                   2746: => 'Attribute',
                   2747: # -detribute
                   2748:    'Automated Enrollment Manager'
                   2749: => 'Automated Enrollment Manager',
1.5       bisitz   2750: # Au-em-deed Üye OlmÖðleden öncent ÝTarihkrarr
1.2       riegler  2751:    'Automated adds'
                   2752: => 'Automated adds',
                   2753: # Au-em-deed adds
                   2754:    'Automated drops'
                   2755: => 'Automated drops',
                   2756: # Au-em-deed drops
                   2757:    'Automated enrollment settings'
                   2758: => 'Automated enrollment settings',
1.5       bisitz   2759: # Au-em-deed Üye OlmÖðleden öncent koymaktings
1.2       riegler  2760:    'Bad Filename'
                   2761: => 'Bad Filename',
1.5       bisitz   2762: # Bad DosyaÝsim
1.2       riegler  2763:    'Begin Enrollment'
                   2764: => 'Begin Enrollment',
1.5       bisitz   2765: # Begin Üye OlmÖðleden öncent
1.2       riegler  2766:    'Binary File'
                   2767: => 'Binary File',
                   2768: # Binary Dosya
                   2769:    'Blank'
                   2770: => 'Blank',
                   2771: 
                   2772:    'Browse'
                   2773: => 'Browse',
1.5       bisitz   2774: # BSatýrse
1.2       riegler  2775:    'CSV (comma separated values, spreadsheet)'
                   2776: => 'CSV (comma separated values, spreadsheet)',
                   2777: # CSV (comma separ-deed values, spTekraradsheet)
                   2778:    'CSV format'
                   2779: => 'CSV format',
                   2780: # CSV fveyam-de
                   2781:    'Calculate answers'
                   2782: => 'Calculate answers',
                   2783: # Calcul-dee Cevaplas
                   2784:    'Cannot publish directory'
                   2785: => 'Cannot publish directory',
1.5       bisitz   2786: # Cannot Yayýnlama diTekrarctveyay
1.2       riegler  2787:    'Cannot retrieve directory'
                   2788: => 'Cannot retrieve directory',
1.5       bisitz   2789: # Cannot Düzeltmek diTekrarctveyay
1.2       riegler  2790:    'Catalog Search'
                   2791: => 'Catalog Search',
                   2792: # k-dealog aramak
                   2793:    'Change'
                   2794: => 'Change',
                   2795: 
                   2796:    'Change Random Seed To:'
                   2797: => 'Change Random Seed To:',
                   2798: # Change Random Seed -e:
                   2799:    'Change User Privileges'
                   2800: => 'Change User Privileges',
1.5       bisitz   2801: # Change kullanýcý Privileges
1.2       riegler  2802:    'Change Your Language Preferences'
                   2803: => 'Change Your Language Preferences',
                   2804: # Change Your dil PTekrarferTekrarnzen
                   2805:    'Changed discussion view mode'
                   2806: => 'Changed discussion view mode',
1.5       bisitz   2807: # Changed tartýþmakion Görünüm mode
1.2       riegler  2808:    'Chat Participation'
                   2809: => 'Chat Participation',
1.5       bisitz   2810: # Sohbet bölümicip-deion
1.2       riegler  2811:    'Check Course Document Versions'
                   2812: => 'Check Course Document Versions',
                   2813: # Check kurs Document Versiyons
                   2814:    'Check/Set Resource Versions'
                   2815: => 'Check/Set Resource Versions',
                   2816: # Check/koymak kaynak Versiyons
                   2817:    'Chronological View'
                   2818: => 'Chronological View',
1.5       bisitz   2819: # Chronological Görünüm
1.2       riegler  2820:    'Click here for FAQ'
                   2821: => 'Click here for FAQ',
                   2822: # Click heTekrar fveya FAQ
                   2823:    'Click here for help'
                   2824: => 'Click here for help',
1.5       bisitz   2825: # Click heTekrar fveya Yardým
1.2       riegler  2826:    'Click here to report bugs'
                   2827: => 'Click here to report bugs',
                   2828: # Click heTekrar -e Tekrarpvey-de bugs
                   2829:    'Click here to return to the chart.'
                   2830: => 'Click here to return to the chart.',
                   2831: # Click heTekrar -e Tekrarturn -e the Grafik.
                   2832:    'Click-On Texts (comma sep):'
                   2833: => 'Click-On Texts (comma sep):',
                   2834: 
                   2835:    'Client IP/Name Access Control (acc)'
                   2836: => 'Client IP/Name Access Control (acc)',
1.5       bisitz   2837: # Client IP/Ýsim Access Control (acc)
1.2       riegler  2838:    'Clone an existing course'
                   2839: => 'Clone an existing course',
                   2840: # Clone an existing kurs
                   2841:    'Close This Window'
                   2842: => 'Close This Window',
                   2843: # Kapat bu Window
                   2844:    'Closed'
                   2845: => 'Closed',
                   2846: # Kapatd
                   2847:    'Column'
                   2848: => 'Column',
                   2849: 
                   2850:    'Column&nbsp;[_1]'
                   2851: => 'Column&nbsp;[_1]',
                   2852: 
                   2853:    'Communication'
                   2854: => 'Communication',
                   2855: # Communikasyon
                   2856:    'Compare versions of'
                   2857: => 'Compare versions of',
                   2858: # CompaTekrar Versiyons -in
                   2859:    'Completed'
                   2860: => 'Completed',
                   2861: 
                   2862:    'Completely new course'
                   2863: => 'Completely new course',
                   2864: # Completely new kurs
                   2865:    'Concept:'
                   2866: => 'Concept:',
                   2867: 
                   2868:    'Confirm that this information is correct, then click &quot;Finish Helper&quot; to complete setting the parameter.'
                   2869: => 'Confirm that this information is correct, then click &quot;Finish Helper&quot; to complete setting the parameter.',
1.5       bisitz   2870: # Confirm th-de bu infveyam-deion is cveyaTekrarct, Sonra click &quot;Finish Yardýmer&quot; -e complete koymakting the parameter.
1.23      bisitz   2871:    'Authoring Space Version'
                   2872: => 'Authoring Space Version',
1.5       bisitz   2873: # Conyapýion boþluk Versiyon
1.2       riegler  2874:    'Continue'
                   2875: => 'Continue',
                   2876: 
                   2877:    'Continue enrollment?'
                   2878: => 'Continue enrollment?',
1.5       bisitz   2879: # Continue Üye OlmÖðleden öncent?
1.2       riegler  2880:    'Contribution to course discussion of resource'
                   2881: => 'Contribution to course discussion of resource',
1.5       bisitz   2882: # Contribution -e kurs tartýþmakion -in kaynak
1.2       riegler  2883:    'Copy current file to'
                   2884: => 'Copy current file to',
                   2885: # Copy curTekrarnt Dosya -e
                   2886:    'Copy selected'
                   2887: => 'Copy selected',
1.5       bisitz   2888: # Copy Seçed
1.2       riegler  2889:    'Correct Option:'
                   2890: => 'Correct Option:',
                   2891: # CveyaTekrarct Option:
                   2892:    'Course Code'
                   2893: => 'Course Code',
                   2894: # kurs Code
                   2895:    'Course Content'
                   2896: => 'Course Content',
                   2897: # kurs Content
                   2898:    'Course Data'
                   2899: => 'Course Data',
                   2900: # kurs D-dea
                   2901:    'Course Home Server'
                   2902: => 'Course Home Server',
                   2903: # kurs Home Sunucu
                   2904:    'Course ID or number'
                   2905: => 'Course ID or number',
                   2906: # kurs ID veya number
                   2907:    'Course ID/Number'
                   2908: => 'Course ID/Number',
                   2909: # kurs ID/Number
                   2910:    'Course Information'
                   2911: => 'Course Information',
                   2912: # kurs Infveyam-deion
                   2913:    'Course Initialization Helper'
                   2914: => 'Course Initialization Helper',
1.5       bisitz   2915: # kurs Initializ-deion Yardýmer
1.2       riegler  2916:    'Course Level'
                   2917: => 'Course Level',
                   2918: # kurs Level
                   2919:    'Course Search'
                   2920: => 'Course Search',
                   2921: # kurs aramak
                   2922:    'Course Title'
                   2923: => 'Course Title',
1.5       bisitz   2924: # kurs baþlýk
1.2       riegler  2925:    'Course default for all problems'
                   2926: => 'Course default for all problems',
1.5       bisitz   2927: # kurs Eksiklik fveya Bütün problems
1.2       riegler  2928:    'Course members can provide feedback about the course. You can choose who will receive the feedback, such as a different instructor or a TA. Please enter their LON-CAPA address below, in the form user:domain, where &quot;user&quot; and &quot;domain&quot; are both the LON-CAPA username and LON-CAPA domain, not an email address.'
                   2929: => 'Course members can provide feedback about the course. You can choose who will receive the feedback, such as a different instructor or a TA. Please enter their LON-CAPA address below, in the form user:domain, where &quot;user&quot; and &quot;domain&quot; are both the LON-CAPA username and LON-CAPA domain, not an email address.',
1.5       bisitz   2930: # kurs members can provide geri bildirim about the kurs. You can Seçme who will Tekrarceive the geri bildirim, such as a diffeTekrarnt inyapýveya veya a TA. Please Giriþ their LON-CAPA addTekrarss below, in the fveyam kullanýcý:Alan, wheTekrar &quot;kullanýcý&quot; and &quot;Alan&quot; aTekrar both the LON-CAPA kullanýcýÝsim and LON-CAPA Alan, not an ePosta addTekrarss.
1.2       riegler  2931:    'Courses'
                   2932: => 'Courses',
                   2933: # kurss
                   2934:    'Create New User'
                   2935: => 'Create New User',
1.5       bisitz   2936: # Oluþtur New kullanýcý
1.2       riegler  2937:    'Create User'
                   2938: => 'Create User',
1.5       bisitz   2939: # Oluþtur kullanýcý
1.2       riegler  2940:    'Create a New Course'
                   2941: => 'Create a New Course',
1.5       bisitz   2942: # Oluþtur a New kurs
1.2       riegler  2943:    'Creating a new'
                   2944: => 'Creating a new',
                   2945: # CTekrar-deing a new
                   2946:    'Crosslisted courses'
                   2947: => 'Crosslisted courses',
                   2948: # Crosslisted kurss
                   2949:    'Current'
                   2950: => 'Current',
                   2951: # CurTekrarnt
                   2952:    'Current Class List'
                   2953: => 'Current Class List',
                   2954: # CurTekrarnt Class List
                   2955:    'Current Ending Date: [_1]'
                   2956: => 'Current Ending Date: [_1]',
                   2957: # CurTekrarnt Soning D-dee: [_1]
                   2958:    'Current Ending Date: not set'
                   2959: => 'Current Ending Date: not set',
                   2960: # CurTekrarnt Soning D-dee: not koymak
                   2961:    'Current Resource'
                   2962: => 'Current Resource',
                   2963: # CurTekrarnt kaynak
                   2964:    'Current Starting Date: [_1]'
                   2965: => 'Current Starting Date: [_1]',
1.5       bisitz   2966: # CurTekrarnt Baþlýyor D-dee: [_1]
1.2       riegler  2967:    'Current Starting Date: not set'
                   2968: => 'Current Starting Date: not set',
1.5       bisitz   2969: # CurTekrarnt Baþlýyor D-dee: not koymak
1.2       riegler  2970:    'Current Version'
                   2971: => 'Current Version',
                   2972: # CurTekrarnt Versiyon
                   2973:    'Currently no active roles or courses'
                   2974: => 'Currently no active roles or courses',
                   2975: # CurTekrarntly no active roller veya kurss
                   2976:    'Currently no additional roles or courses'
                   2977: => 'Currently no additional roles or courses',
                   2978: # CurTekrarntly no additional roller veya kurss
                   2979:    'Currently submitted: <tt>[_1]</tt>'
                   2980: => 'Currently submitted: <tt>[_1]</tt>',
1.5       bisitz   2981: # CurTekrarntly Gönderted: <tt>[_1]</tt>
1.2       riegler  2982:    'Custom Role Editor'
                   2983: => 'Custom Role Editor',
1.5       bisitz   2984: # Cus-em rol düzenleveya
1.15      bisitz   2985:    'Customized right of use ...'
                   2986: => 'Customized right of use ...',
                   2987: # Cus-emized right -in use ...
1.2       riegler  2988:    'Cut selected'
                   2989: => 'Cut selected',
1.5       bisitz   2990: # Cut Seçed
1.2       riegler  2991:    'Decompress'
                   2992: => 'Decompress',
                   2993: # DecompTekrarss
                   2994:    'Default Assessment Spreadsheet'
                   2995: => 'Default Assessment Spreadsheet',
1.5       bisitz   2996: # Eksiklik Deðer SpTekraradsheet
1.2       riegler  2997:    'Default Course Spreadsheet'
                   2998: => 'Default Course Spreadsheet',
                   2999: # Eksiklik kurs SpTekraradsheet
                   3000:    'Default Student Spreadsheet'
                   3001: => 'Default Student Spreadsheet',
1.5       bisitz   3002: # Eksiklik ÖðTekrarnci SpTekraradsheet
1.2       riegler  3003:    'Default XML Style File'
                   3004: => 'Default XML Style File',
                   3005: # Eksiklik XML Style Dosya
                   3006:    'Default beginning date when enrolling students'
                   3007: => 'Default beginning date when enrolling students',
1.5       bisitz   3008: # Eksiklik beginning d-dee when Üye Olmaking ÖðTekrarncis
1.2       riegler  3009:    'Default ending date when enrolling students'
                   3010: => 'Default ending date when enrolling students',
1.5       bisitz   3011: # Eksiklik Soning d-dee when Üye Olmaking ÖðTekrarncis
1.2       riegler  3012:    'Default for new courses is'
                   3013: => 'Default for new courses is',
                   3014: # Eksiklik fveya new kurss is
                   3015:    'Default set of options to pass to tth/m when converting tex'
                   3016: => 'Default set of options to pass to tth/m when converting tex',
                   3017: # Eksiklik koymak -in options -e pass -e tth/m when converting tex
                   3018:    'Default:'
                   3019: => 'Default:',
                   3020: # Eksiklik:
                   3021:    'Define Role'
                   3022: => 'Define Role',
                   3023: # Define rol
                   3024:    'Delete an option'
                   3025: => 'Delete an option',
                   3026: # Sil an option
                   3027:    'Delete:'
                   3028: => 'Delete:',
                   3029: # Sil:
                   3030:    'Dependencies'
                   3031: => 'Dependencies',
                   3032: # DepSonencies
                   3033:    'Description:'
                   3034: => 'Description:',
                   3035: 
                   3036:    'Diffs'
                   3037: => 'Diffs',
                   3038: 
                   3039:    'Diffs with Current Version'
                   3040: => 'Diffs with Current Version',
                   3041: # Diffs with CurTekrarnt Versiyon
                   3042:    'Diffs with Version'
                   3043: => 'Diffs with Version',
                   3044: # Diffs with Versiyon
                   3045:    'Diffs with current Version'
                   3046: => 'Diffs with current Version',
                   3047: # Diffs with curTekrarnt Versiyon
                   3048:    'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)'
                   3049: => 'Disable ID/Student Number Safeguard and Force Change of Conflicting IDs (only do if you know what you are doing)',
1.5       bisitz   3050: # Disable ID/ÖðTekrarnci Number Safeguard and Fveyace Change -in Conflicting IDs (only do if you know wh-de you aTekrar doing)
1.2       riegler  3051:    'Disable display of problem receipts'
                   3052: => 'Disable display of problem receipts',
1.5       bisitz   3053: # Disable Görüntüle -in problem Tekrarceipts
1.2       riegler  3054:    'Disable student resource discussion'
                   3055: => 'Disable student resource discussion',
1.5       bisitz   3056: # Disable ÖðTekrarnci kaynak tartýþmakion
1.2       riegler  3057:    'Disable student use of chatrooms'
                   3058: => 'Disable student use of chatrooms',
1.5       bisitz   3059: # Disable ÖðTekrarnci use -in Sohbetrooms
1.2       riegler  3060:    'Disallow Resource Discussion for Roles'
                   3061: => 'Disallow Resource Discussion for Roles',
1.5       bisitz   3062: # DisBütünow kaynak tartýþmakion fveya roller
1.2       riegler  3063:    'Disallow Resource Discussion for Users'
                   3064: => 'Disallow Resource Discussion for Users',
1.5       bisitz   3065: # DisBütünow kaynak tartýþmakion fveya kullanýcýs
1.2       riegler  3066:    'Disallow live chatroom use for Roles'
                   3067: => 'Disallow live chatroom use for Roles',
1.5       bisitz   3068: # DisBütünow live Sohbetroom use fveya roller
1.2       riegler  3069:    'Disallow live chatroom use for Users'
                   3070: => 'Disallow live chatroom use for Users',
1.5       bisitz   3071: # DisBütünow live Sohbetroom use fveya kullanýcýs
1.2       riegler  3072:    'Discussion Contributions'
                   3073: => 'Discussion Contributions',
1.5       bisitz   3074: # tartýþmakion Contributions
1.2       riegler  3075:    'Discussion Participation'
                   3076: => 'Discussion Participation',
1.5       bisitz   3077: # tartýþmakion bölümicip-deion
1.2       riegler  3078:    'Display and analysis of submission times on assessments.'
                   3079: => 'Display and analysis of submission times on assessments.',
1.5       bisitz   3080: # Görüntüle and analysis -in submission Zamans on Deðers.
1.2       riegler  3081:    'Display file attributes'
                   3082: => 'Display file attributes',
1.5       bisitz   3083: # Görüntüle Dosya -detributes
1.2       riegler  3084:    'Display foils in order given'
                   3085: => 'Display foils in order given',
1.5       bisitz   3086: # Görüntüle Önlemler in veyader given
1.2       riegler  3087:    'Display foils in random order'
                   3088: => 'Display foils in random order',
1.5       bisitz   3089: # Görüntüle Önlemler in random veyader
1.2       riegler  3090:    'Do NOT generate as standard course'
                   3091: => 'Do NOT generate as standard course',
                   3092: # Do NOT gener-dee as standard kurs
                   3093:    'Do not show plain URL (encrypturl)'
                   3094: => 'Do not show plain URL (encrypturl)',
                   3095: 
                   3096:    'Domain Guest'
                   3097: => 'Domain Guest',
                   3098: # Alan Guest
                   3099:    'Domain Level'
                   3100: => 'Domain Level',
                   3101: # Alan Level
                   3102:    "Don't Show Feedback"
                   3103: => "Don't Show Feedback",
                   3104: # Don't Show geri bildirim
                   3105:    'Drop Students'
                   3106: => 'Drop Students',
1.5       bisitz   3107: # Drop ÖðTekrarncis
1.2       riegler  3108:    'Dropped [_1]'
                   3109: => 'Dropped [_1]',
                   3110: 
                   3111:    'Dropped [_1] student(s).'
                   3112: => 'Dropped [_1] student(s).',
1.5       bisitz   3113: # Dropped [_1] ÖðTekrarnci(s).
1.2       riegler  3114:    'Dropping Students'
                   3115: => 'Dropping Students',
1.5       bisitz   3116: # Dropping ÖðTekrarncis
1.2       riegler  3117:    'Due Date (contentclose)'
                   3118: => 'Due Date (contentclose)',
                   3119: # Yeterli D-dee (contentKapat)
                   3120:    'Due Date (duedate)'
                   3121: => 'Due Date (duedate)',
                   3122: # Yeterli D-dee (Yeterlid-dee)
                   3123:    'Duration of automated classlist updates'
                   3124: => 'Duration of automated classlist updates',
1.5       bisitz   3125: # Dur-deion -in au-em-deed classlist Yukarýd-dees
1.2       riegler  3126:    'Dynamic Metadata (updated periodically)'
                   3127: => 'Dynamic Metadata (updated periodically)',
1.5       bisitz   3128: # Dynamic Metad-dea (periyodik güncelleme)
1.2       riegler  3129:    'EMail Address'
                   3130: => 'EMail Address',
                   3131: # EPosta AddTekrarss
                   3132:    'ERROR'
                   3133: => 'ERROR',
                   3134: # ERRveya
                   3135:    'Edit Custom Role Privileges'
                   3136: => 'Edit Custom Role Privileges',
1.5       bisitz   3137: # düzenle Cus-em rol Privileges
1.2       riegler  3138:    'Editor Errors - these errors might not effect the running of the problem, but they will likely cause problems with further use of the Edit mode. Please use the EditXML mode to fix these errors.'
                   3139: => 'Editor Errors - these errors might not effect the running of the problem, but they will likely cause problems with further use of the Edit mode. Please use the EditXML mode to fix these errors.',
1.5       bisitz   3140: # düzenleveya Errveyas - these errveyas might not effect the running -in the problem, but they will likely cause problems with further use -in the düzenle mode. Please use the düzenleXML mode -e fix these errveyas.
1.2       riegler  3141:    'End Time'
                   3142: => 'End Time',
                   3143: # Son Zaman
                   3144:    'Ending Date'
                   3145: => 'Ending Date',
                   3146: # Soning D-dee
                   3147:    'Enroll One Student'
                   3148: => 'Enroll One Student',
1.5       bisitz   3149: # Üye Olmak One ÖðTekrarnci
1.2       riegler  3150:    'Enroll a single student'
                   3151: => 'Enroll a single student',
1.5       bisitz   3152: # Üye Olmak a single ÖðTekrarnci
1.2       riegler  3153:    'Enroll as student'
                   3154: => 'Enroll as student',
1.5       bisitz   3155: # Üye Olmak as ÖðTekrarnci
1.2       riegler  3156:    'Enrolling'
                   3157: => 'Enrolling',
1.5       bisitz   3158: # Üye Olmaking
1.2       riegler  3159:    'Enrolling Student'
                   3160: => 'Enrolling Student',
1.5       bisitz   3161: # Üye Olmaking ÖðTekrarnci
1.2       riegler  3162:    'Enrolling Students'
                   3163: => 'Enrolling Students',
1.5       bisitz   3164: # Üye Olmaking ÖðTekrarncis
1.2       riegler  3165:    'Enter as many fields as you can. The system will inform you and bring you back to this page if the data selected is insufficient to enroll students in your class.'
                   3166: => 'Enter as many fields as you can. The system will inform you and bring you back to this page if the data selected is insufficient to enroll students in your class.',
1.5       bisitz   3167: # Giriþ as many fields as you can. The Sistem will infveyam you and bring you back -e bu Sayfa if the d-dea Seçed is insufficient -e Üye Olmak ÖðTekrarncis in your class.
1.2       riegler  3168:    'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below'
                   3169: => 'Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below',
1.5       bisitz   3170: # Giriþ terms veya phrases separ-deed -tarafýndan AND, veya, veya NOT Sonra pTekrarss aramak below
1.2       riegler  3171:    'Enter terms or phrases separated by search operators such as AND, OR, or NOT'
                   3172: => 'Enter terms or phrases separated by search operators such as AND, OR, or NOT',
1.5       bisitz   3173: # Giriþ terms veya phrases separ-deed -tarafýndan aramak oper-deveyas such as AND, veya, veya NOT
1.23      bisitz   3174:    'Entering Authoring Space'
                   3175: => 'Entering Authoring Space',
1.5       bisitz   3176: # Giriþing Conyapýion boþluk
1.2       riegler  3177:    'Error'
                   3178: => 'Error',
                   3179: # Errveya
                   3180:    'Error dropping [_1]:[_2]'
                   3181: => 'Error dropping [_1]:[_2]',
                   3182: # Errveya dropping [_1]:[_2]
                   3183:    'Error: Directory Non Empty'
                   3184: => 'Error: Directory Non Empty',
1.5       bisitz   3185: # Errveya: DiTekrarctveyay Non Boþalt
1.2       riegler  3186:    'Error: destination for operation is an existing directory.'
                   3187: => 'Error: destination for operation is an existing directory.',
                   3188: # Errveya: destin-deion fveya oper-deion is an existing diTekrarctveyay.
                   3189:    'Essay, open end'
                   3190: => 'Essay, open end',
1.5       bisitz   3191: # Essay, Aç Son
1.2       riegler  3192:    'Evaluation Error '
                   3193: => 'Evaluation Error ',
1.15      bisitz   3194: # Evalu-deion Errveya
1.2       riegler  3195:    'Every problem in a particular folder (overrides course default)'
                   3196: => 'Every problem in a particular folder (overrides course default)',
1.5       bisitz   3197: # Every problem in a bölümicular Dosya (overrides kurs Eksiklik)
1.2       riegler  3198:    'Exam Problem'
                   3199: => 'Exam Problem',
                   3200: 
                   3201:    'Excel format'
                   3202: => 'Excel format',
                   3203: # Excel fveyam-de
                   3204:    'Exit'
                   3205: => 'Exit',
1.5       bisitz   3206: # Çýkýþ
1.2       riegler  3207:    'False'
                   3208: => 'False',
                   3209: 
                   3210:    'Feedback Addresses for Course Content'
                   3211: => 'Feedback Addresses for Course Content',
                   3212: # geri bildirim AddTekrarsses fveya kurs Content
                   3213:    'Feedback Addresses for Course Content Comments'
                   3214: => 'Feedback Addresses for Course Content Comments',
                   3215: # geri bildirim AddTekrarsses fveya kurs Content Comments
                   3216:    'Feedback Addresses for Course Policy'
                   3217: => 'Feedback Addresses for Course Policy',
                   3218: # geri bildirim AddTekrarsses fveya kurs Policy
                   3219:    'Feedback Addresses for Resource Content Question'
                   3220: => 'Feedback Addresses for Resource Content Question',
                   3221: # geri bildirim AddTekrarsses fveya kaynak Content Question
                   3222:    'Field'
                   3223: => 'Field',
                   3224: 
1.23      bisitz   3225:    'Filenames in Authoring Space'
                   3226: => 'Filenames in Authoring Space',
1.5       bisitz   3227: # DosyaÝsims in Conyapýion boþluk
1.2       riegler  3228:    'Finish Helper'
                   3229: => 'Finish Helper',
1.5       bisitz   3230: # Finish Yardýmer
1.2       riegler  3231:    'First'
                   3232: => 'First',
                   3233: 
                   3234:    'First Name'
                   3235: => 'First Name',
1.5       bisitz   3236: # First Ýsim
1.2       riegler  3237:    'First Resource'
                   3238: => 'First Resource',
                   3239: # First kaynak
                   3240:    'Foil'
                   3241: => 'Foil',
                   3242: 
                   3243:    'Foil name <b><tt>[_1]</tt></b> appears more than once. Foil names need to be unique.'
                   3244: => 'Foil name <b><tt>[_1]</tt></b> appears more than once. Foil names need to be unique.',
1.5       bisitz   3245: # Foil Ýsim <b><tt>[_1]</tt></b> appears mveyae than once. Foil Ýsims need -e be unique.
1.23      bisitz   3246:    'Folder in Authoring Space'
                   3247: => 'Folder in Authoring Space',
1.5       bisitz   3248: # Dosya in Conyapýion boþluk
1.2       riegler  3249:    'Folder/Map'
                   3250: => 'Folder/Map',
                   3251: # Dosya/Harita
                   3252:    'For one or more students'
                   3253: => 'For one or more students',
1.5       bisitz   3254: # Fveya one veyÖðleden önceeyae ÖðTekrarncis
1.2       riegler  3255:    'Format:'
                   3256: => 'Format:',
                   3257: # Fveyam-de:
                   3258:    'Found a <*response> outside of a <part> in a <part>ed problem'
                   3259: => 'Found a <*response> outside of a <part> in a <part>ed problem',
1.5       bisitz   3260: # Found a <*Tekrarsponse> outside -in a <bölüm> in a <bölüm>ed problem
1.2       riegler  3261:    'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.'
                   3262: => 'Found no analyzable respones in this problem, currently only Numerical, Formula and String response styles are supported.',
1.5       bisitz   3263: # Found no analyzable Tekrarspones in bu problem, curTekrarntly only Numerical, Fveyamula and String Tekrarsponse styles aTekrar sYukarýpvey-deed.
1.2       riegler  3264:    'Full Update'
                   3265: => 'Full Update',
1.5       bisitz   3266: # Full Yukarýd-dee
1.2       riegler  3267:    'Full update (also print list of users not enrolled anymore)'
                   3268: => 'Full update (also print list of users not enrolled anymore)',
1.5       bisitz   3269: # Full Yukarýd-dee (also print list -in kullanýcýs not Üye Olmaked anymveyae)
1.2       riegler  3270:    'Generate messages from a file'
                   3271: => 'Generate messages from a file',
                   3272: # Gener-dee messages -dan a Dosya
                   3273:    'Generation'
                   3274: => 'Generation',
                   3275: # Gener-deion
                   3276:    'Go'
                   3277: => 'Go',
                   3278: 
                   3279:    'Go to ...'
                   3280: => 'Go to ...',
                   3281: # Go -e ...
                   3282:    'Group/Section'
                   3283: => 'Group/Section',
1.5       bisitz   3284: # GroYukarý/Bölüm
1.2       riegler  3285:    'HTML can be allowed or banned inside of course discussion.'
                   3286: => 'HTML can be allowed or banned inside of course discussion.',
1.5       bisitz   3287: # HTML can be BütünoÇarþamba veya banned inside -Kursta tartýþmakion.
1.2       riegler  3288:    'HTML in Discussions'
                   3289: => 'HTML in Discussions',
1.5       bisitz   3290: # HTML in tartýþmakions
1.2       riegler  3291:    'HTML/XML'
                   3292: => 'HTML/XML',
                   3293: 
                   3294:    'Hand Graded (handgrade)'
                   3295: => 'Hand Graded (handgrade)',
                   3296: 
                   3297:    'Height(pixel):'
                   3298: => 'Height(pixel):',
                   3299: 
                   3300:    'Help on Creating Courses'
                   3301: => 'Help on Creating Courses',
1.5       bisitz   3302: # Yardým on CTekrar-deing kurss
1.2       riegler  3303:    'Hide'
                   3304: => 'Hide',
                   3305: 
                   3306:    'Hide Empty Rows in Spreadsheets'
                   3307: => 'Hide Empty Rows in Spreadsheets',
1.5       bisitz   3308: # Hide Boþalt Satýrs in SpTekraradsheets
1.2       riegler  3309:    'Hint Text'
                   3310: => 'Hint Text',
                   3311: 
                   3312:    'Home Server'
                   3313: => 'Home Server',
                   3314: # Home Sunucu
                   3315:    'Homework problem'
                   3316: => 'Homework problem',
                   3317: # Homewveyak problem
                   3318:    'How do I create a CSV file from a spreadsheet'
                   3319: => 'How do I create a CSV file from a spreadsheet',
1.5       bisitz   3320: # How do I Oluþtur a CSV Dosya -dan a spTekraradsheet
1.2       riegler  3321:    'How do I create a class list from a spreadsheet'
                   3322: => 'How do I create a class list from a spreadsheet',
1.5       bisitz   3323: # How do I Oluþtur a class list -dan a spTekraradsheet
1.2       riegler  3324:    'How many tries should be set for all problems in the course?'
                   3325: => 'How many tries should be set for all problems in the course?',
1.5       bisitz   3326: # How many Denemeler should be koymak fveya Bütün problems in the kurs?
1.2       riegler  3327:    'How many tries should be set for the selected folder?'
                   3328: => 'How many tries should be set for the selected folder?',
1.5       bisitz   3329: # How many Denemeler should be koymak fveya the Seçed Dosya?
1.2       riegler  3330:    'How many tries should be set for the selected problem?'
                   3331: => 'How many tries should be set for the selected problem?',
1.5       bisitz   3332: # How many Denemeler should be koymak fveya the Seçed problem?
1.2       riegler  3333:    'How should the results be printed?'
                   3334: => 'How should the results be printed?',
                   3335: # How should the Tekrarsults be printed?
                   3336:    'ID/Student Number'
                   3337: => 'ID/Student Number',
1.5       bisitz   3338: # ID/ÖðTekrarnci Number
1.2       riegler  3339:    'Identify fields'
                   3340: => 'Identify fields',
                   3341: 
                   3342:    'If active, the new role will be available when the students next log in to LON-CAPA.'
                   3343: => 'If active, the new role will be available when the students next log in to LON-CAPA.',
1.5       bisitz   3344: # If active, the new rol will be available when the ÖðTekrarncis Sonraki Oturum Aç -e LON-CAPA.
1.2       riegler  3345:    'If this resource is in active use, student performance data from the previous version may become inaccessible.'
                   3346: => 'If this resource is in active use, student performance data from the previous version may become inaccessible.',
1.5       bisitz   3347: # If bu kaynak is in active use, ÖðTekrarnci perfveyamance d-dea -dan the pTekrarvious Versiyon Mayýs become inaccessible.
1.2       riegler  3348:    'Ignore First Line'
                   3349: => 'Ignore First Line',
                   3350: # Ignveyae First Line
                   3351:    'Image:'
                   3352: => 'Image:',
                   3353: 
                   3354:    'Immediately expire own role as Course Coordinator'
                   3355: => 'Immediately expire own role as Course Coordinator',
                   3356: # Immedi-deely expiTekrar own rol as kurs Coveyadin-deveya
                   3357:    'Import and Paste Area'
                   3358: => 'Import and Paste Area',
                   3359: # Impvey-de and Paste ATekrara
                   3360:    'Include retrieval of student photographs?'
                   3361: => 'Include retrieval of student photographs?',
1.5       bisitz   3362: # Include Tekrartrieval -in ÖðTekrarnci pho-egraphs?
1.2       riegler  3363:    'Incorrect Answers:'
                   3364: => 'Incorrect Answers:',
                   3365: # IncveyaTekrarct Cevaplas:
                   3366:    'Initial Password'
                   3367: => 'Initial Password',
                   3368: # Initial Passwveyad
                   3369:    'Institutional Information'
                   3370: => 'Institutional Information',
                   3371: # Institutional Infveyam-deion
                   3372:    'Internal Filename'
                   3373: => 'Internal Filename',
1.5       bisitz   3374: # Internal DosyaÝsim
1.2       riegler  3375:    'Invalid Significant figures detected'
                   3376: => 'Invalid Significant figures detected',
                   3377: # Invalid Significant figuTekrars detected
                   3378:    'Invalid characters in requested name have been removed.'
                   3379: => 'Invalid characters in requested name have been removed.',
1.5       bisitz   3380: # Invalid characters in Tekrarquested Ýsim have been Tekrarmoved.
1.2       riegler  3381:    'Invalid home server specified'
                   3382: => 'Invalid home server specified',
                   3383: # Invalid home Sunucu specified
                   3384:    'Invalid login mode or password.'
                   3385: => 'Invalid login mode or password.',
                   3386: # Invalid login mode veya passwveyad.
                   3387:    'Invalid username or domain'
                   3388: => 'Invalid username or domain',
1.5       bisitz   3389: # Invalid kullanýcýÝsim veya Alan
1.2       riegler  3390:    'KEYWORDS'
                   3391: => 'KEYWORDS',
                   3392: # KEYWveyaDS
                   3393:    'Keep all Resources up-to-date with most recent Versions (default)'
                   3394: => 'Keep all Resources up-to-date with most recent Versions (default)',
1.5       bisitz   3395: # Keep Bütün kaynaklar Yukarý--e-d-dee with most Tekrarcent Versiyons (Eksiklik)
1.2       riegler  3396:    'LON-CAPA Domain for Students'
                   3397: => 'LON-CAPA Domain for Students',
1.5       bisitz   3398: # LON-CAPA Alan fveya ÖðTekrarncis
1.2       riegler  3399:    'LON-CAPA Enrollment Manager'
                   3400: => 'LON-CAPA Enrollment Manager',
1.5       bisitz   3401: # LON-CAPA Üye OlmÖðleden öncent ÝTarihkrarr
1.2       riegler  3402:    'LON-CAPA domain: [_1]'
                   3403: => 'LON-CAPA domain: [_1]',
                   3404: # LON-CAPA Alan: [_1]
                   3405:    'LON-CAPA has live chat functionality. This course will receive its own chat room. You may deny students, TAs, or instructors the right to access the chat room.'
                   3406: => 'LON-CAPA has live chat functionality. This course will receive its own chat room. You may deny students, TAs, or instructors the right to access the chat room.',
1.5       bisitz   3407: # LON-CAPA has live Sohbet functionality. bu kurs will Tekrarceive its own Sohbet room. You Mayýs deny ÖðTekrarncis, TAs, veya inyapýveyas the right -e access the Sohbet room.
1.2       riegler  3408:    'LON-CAPA hosts discussions on all resources in a course. By default, all users are allowed to participate in these discussions. If you do not wish certain types of users to be able to use the discussion features, select those types below. Note your class may not have all of these roles; you may safely ignore roles you do not intend to use. (For instance, &quot;Exam Proctor&quot; is generally useful only for large courses.) Types of users not allowed to participate in discussion can still view any discussion that other users post.'
                   3409: => 'LON-CAPA hosts discussions on all resources in a course. By default, all users are allowed to participate in these discussions. If you do not wish certain types of users to be able to use the discussion features, select those types below. Note your class may not have all of these roles; you may safely ignore roles you do not intend to use. (For instance, &quot;Exam Proctor&quot; is generally useful only for large courses.) Types of users not allowed to participate in discussion can still view any discussion that other users post.',
1.5       bisitz   3410: # LON-CAPA Sunucus tartýþmakions on Bütün kaynaklar in a kurs. -tarafýndan Eksiklik, Bütün kullanýcýs aTekrar BütünoÇarþamba -e bölümicip-dee in these tartýþmakions. If you do not wish certain Tipis -in kullanýcýs -e be able -e use the tartýþmakion fe-deuTekrars, Seç those Tipis below. Note your class Mayýs not have Bütün -in these roller; you Mayýs safely ignveyae roller you do not intSon -e use. (Fveya instance, &quot;Exam Proctveya&quot; is Genelly useful only fveya large kurss.) Tipis -in kullanýcýs not BütünoÇarþamba -e bölümicip-dee in tartýþmakion can still Görünüm any tartýþmakion th-de other kullanýcýs post.
1.2       riegler  3411:    'LaTeX batchmode'
                   3412: => 'LaTeX batchmode',
                   3413: # L-deeX b-dechmode
                   3414:    'LaTeX mode:'
                   3415: => 'LaTeX mode:',
                   3416: # L-deeX mode:
                   3417:    'Languages used'
                   3418: => 'Languages used',
                   3419: # dils used
                   3420:    'Last'
                   3421: => 'Last',
                   3422: 
                   3423:    'Last Name'
                   3424: => 'Last Name',
1.5       bisitz   3425: # Last Ýsim
1.2       riegler  3426:    'Last Name, First Names'
                   3427: => 'Last Name, First Names',
1.5       bisitz   3428: # Last Ýsim, First Ýsims
1.2       riegler  3429:    'Last accessed'
                   3430: => 'Last accessed',
1.5       bisitz   3431: # En son giriþed
1.2       riegler  3432:    'Leave blank on scoring form'
                   3433: => 'Leave blank on scoring form',
                   3434: # Leave blank on scveyaing fveyam
                   3435:    'Librarian'
                   3436: => 'Librarian',
                   3437: 
                   3438:    'List Directory'
                   3439: => 'List Directory',
                   3440: # List DiTekrarctveyay
                   3441:    'List of hidden parts (hiddenparts)'
                   3442: => 'List of hidden parts (hiddenparts)',
1.5       bisitz   3443: # List -in hidden bölüms (hiddenbölüms)
1.2       riegler  3444:    'Location'
                   3445: => 'Location',
                   3446: # Loc-deion
                   3447:    'Login Data'
                   3448: => 'Login Data',
                   3449: # Login D-dea
                   3450:    'Login Type'
                   3451: => 'Login Type',
                   3452: # Login Tipi
                   3453:    'Logout'
                   3454: => 'Logout',
                   3455: 
                   3456:    'Make new directory'
                   3457: => 'Make new directory',
                   3458: # Make new diTekrarctveyay
                   3459:    'Make new file'
                   3460: => 'Make new file',
                   3461: # Make new Dosya
                   3462:    'Making Backup to'
                   3463: => 'Making Backup to',
1.5       bisitz   3464: # Making BackYukarý -e
1.2       riegler  3465:    'Manual Grading'
                   3466: => 'Manual Grading',
                   3467: # Manual Basamak
                   3468:    'Map has branchings. Use advanced editor.'
                   3469: => 'Map has branchings. Use advanced editor.',
1.5       bisitz   3470: # Harita has branchings. Use advanced düzenleveya.
1.2       riegler  3471:    'Map has conditions. Use advanced editor.'
                   3472: => 'Map has conditions. Use advanced editor.',
1.5       bisitz   3473: # Harita has conditions. Use advanced düzenleveya.
1.2       riegler  3474:    'Map has resource parameters. Use advanced editor.'
                   3475: => 'Map has resource parameters. Use advanced editor.',
1.5       bisitz   3476: # Harita has kaynak parameters. Use advanced düzenleveya.
1.2       riegler  3477:    'Map has unconnected resources. Use advanced editor.'
                   3478: => 'Map has unconnected resources. Use advanced editor.',
1.5       bisitz   3479: # Harita has unconnected kaynaklar. Use advanced düzenleveya.
1.2       riegler  3480:    'Max Number Of Shown Foils:'
                   3481: => 'Max Number Of Shown Foils:',
1.5       bisitz   3482: # Max Number -in Shown Önlemler:
1.2       riegler  3483:    'Max number of foils displayed'
                   3484: => 'Max number of foils displayed',
1.5       bisitz   3485: # Max number -in Önlemler Görüntüleed
1.2       riegler  3486:    'Maximum Number of Collaborators'
                   3487: => 'Maximum Number of Collaborators',
                   3488: # Maximum Number -in Collabveya-deveyas
                   3489:    'Maximum Number of Collaborators (maxcollaborators)'
                   3490: => 'Maximum Number of Collaborators (maxcollaborators)',
                   3491: # Maximum Number -in Collabveya-deveyas (maxcollabveya-deveyas)
                   3492:    'Maximum Number of Tries (maxtries)'
                   3493: => 'Maximum Number of Tries (maxtries)',
                   3494: # Maximum Number -in Denemeler (maxDenemeler)
                   3495:    'Messaging'
                   3496: => 'Messaging',
                   3497: 
                   3498:    'Metadata'
                   3499: => 'Metadata',
                   3500: # Metad-dea
                   3501:    'Metadata Version'
                   3502: => 'Metadata Version',
                   3503: # Metad-dea Versiyon
                   3504:    'Metadata current version'
                   3505: => 'Metadata current version',
                   3506: # Metad-dea curTekrarnt Versiyon
                   3507:    'Middle'
                   3508: => 'Middle',
                   3509: 
                   3510:    'Middle Name'
                   3511: => 'Middle Name',
1.5       bisitz   3512: # Middle Ýsim
1.2       riegler  3513:    'Middle Names/Initials'
                   3514: => 'Middle Names/Initials',
1.5       bisitz   3515: # Middle Ýsims/Initials
1.2       riegler  3516:    'Missing Kerberos domain information.'
                   3517: => 'Missing Kerberos domain information.',
                   3518: # Missing Kerberos Alan infveyam-deion.
                   3519:    'Modification may make assessment data inaccessible'
                   3520: => 'Modification may make assessment data inaccessible',
1.5       bisitz   3521: # Modific-deion Mayýs make Deðer d-dea inaccessible
1.2       riegler  3522:    'Modify Enrollment for'
                   3523: => 'Modify Enrollment for',
1.5       bisitz   3524: # Modify Üye OlmÖðleden öncent fveya
1.2       riegler  3525:    'Modify Parameters'
                   3526: => 'Modify Parameters',
                   3527: 
                   3528:    'Modify User'
                   3529: => 'Modify User',
1.5       bisitz   3530: # Modify kullanýcý
1.2       riegler  3531:    'Modify another students data'
                   3532: => 'Modify another students data',
1.5       bisitz   3533: # Modify another ÖðTekrarncis d-dea
1.2       riegler  3534:    'Modify deadlines, etc, for this resource'
                   3535: => 'Modify deadlines, etc, for this resource',
                   3536: # Modify Son Teslim Tarihi, etc, fveya bu kaynak
                   3537:    'Modify student data'
                   3538: => 'Modify student data',
1.5       bisitz   3539: # Modify ÖðTekrarnci d-dea
1.2       riegler  3540:    'Modifying data for user'
                   3541: => 'Modifying data for user',
1.5       bisitz   3542: # Modifying d-dea fveya kullanýcý
1.2       riegler  3543:    'Modifying this will make problems'
                   3544: => 'Modifying this will make problems',
                   3545: # Modifying bu will make problems
                   3546:    'Most recently published Version'
                   3547: => 'Most recently published Version',
1.5       bisitz   3548: # Most Tekrarcently Yayýnlandý Versiyon
1.2       riegler  3549:    'Move current file to'
                   3550: => 'Move current file to',
                   3551: # Move curTekrarnt Dosya -e
                   3552:    'Must create new subdirectory inside a directory'
                   3553: => 'Must create new subdirectory inside a directory',
1.5       bisitz   3554: # Must Oluþtur new subdiTekrarctveyay inside a diTekrarctveyay
1.2       riegler  3555:    'Name of Role'
                   3556: => 'Name of Role',
1.5       bisitz   3557: # Ýsim -in rol
1.2       riegler  3558:    'Name:'
                   3559: => 'Name:',
1.5       bisitz   3560: # Ýsim:
1.2       riegler  3561:    'New Directory'
                   3562: => 'New Directory',
                   3563: # New DiTekrarctveyay
                   3564:    'New HTML file'
                   3565: => 'New HTML file',
                   3566: # New HTML Dosya
                   3567:    'New Resource'
                   3568: => 'New Resource',
                   3569: # New kaynak
                   3570:    'New Role'
                   3571: => 'New Role',
                   3572: # New rol
                   3573:    'New User'
                   3574: => 'New User',
1.5       bisitz   3575: # New kullanýcý
1.2       riegler  3576:    'New Value'
                   3577: => 'New Value',
                   3578: 
                   3579:    'New assembled page'
                   3580: => 'New assembled page',
                   3581: # New assembled Sayfa
                   3582:    'New assembled sequence'
                   3583: => 'New assembled sequence',
1.5       bisitz   3584: # New assembled sýra
1.2       riegler  3585:    'New custom rights file'
                   3586: => 'New custom rights file',
                   3587: # New cus-em rights Dosya
                   3588:    'New file'
                   3589: => 'New file',
                   3590: # New Dosya
1.4       albertel 3591:    'New parameters or saved values'
                   3592: => 'New parameters or saved values',
1.2       riegler  3593: # New parameters veya stveyaed values
                   3594:    'New problem'
                   3595: => 'New problem',
                   3596: 
                   3597:    'New style file'
                   3598: => 'New style file',
                   3599: # New style Dosya
                   3600:    'New subdirectory'
                   3601: => 'New subdirectory',
                   3602: # New subdiTekrarctveyay
                   3603:    'Next    '
                   3604: => 'Next    ',
1.15      bisitz   3605: # Sonraki
1.2       riegler  3606:    'No'
                   3607: => 'No',
                   3608: 
                   3609:    'No Access or Usages Statistics are available for this resource.'
                   3610: => 'No Access or Usages Statistics are available for this resource.',
                   3611: # No Access veya Usages St-deistics aTekrar available fveya bu kaynak.
                   3612:    'No Assessment Statistical Data is available for this resource'
                   3613: => 'No Assessment Statistical Data is available for this resource',
1.5       bisitz   3614: # No Deðer St-deistical D-dea is available fveya bu kaynak
1.2       riegler  3615:    'No Evaluation Data is available for this resource.'
                   3616: => 'No Evaluation Data is available for this resource.',
                   3617: # No Evalu-deion D-dea is available fveya bu kaynak.
                   3618:    'No Kerberos domain was specified.'
                   3619: => 'No Kerberos domain was specified.',
                   3620: # No Kerberos Alan was specified.
                   3621:    'No language preference'
                   3622: => 'No language preference',
                   3623: # No dil pTekrarfeTekrarnce
                   3624:    'No new filename specified.'
                   3625: => 'No new filename specified.',
1.5       bisitz   3626: # No new DosyaÝsim specified.
1.2       riegler  3627:    'No section assigned'
                   3628: => 'No section assigned',
1.5       bisitz   3629: # No Bölüm assigned
1.2       riegler  3630:    'No such file'
                   3631: => 'No such file',
                   3632: # No such Dosya
                   3633:    'None Found'
                   3634: => 'None Found',
                   3635: 
                   3636:    'Not Allowed'
                   3637: => 'Not Allowed',
1.5       bisitz   3638: # Not BütünoÇarþamba
1.2       riegler  3639:    'Not applicable - '
                   3640: => 'Not applicable - ',
                   3641: 
                   3642:    'Not open to be viewed'
                   3643: => 'Not open to be viewed',
1.5       bisitz   3644: # Not Aç -e be Görünümed
1.2       riegler  3645:    'Not set - '
                   3646: => 'Not set - ',
1.15      bisitz   3647: # Not koymak -
1.2       riegler  3648:    'Not shown, not used'
                   3649: => 'Not shown, not used',
                   3650: 
                   3651:    'Note: for large courses, this operation may be time consuming'
                   3652: => 'Note: for large courses, this operation may be time consuming',
1.5       bisitz   3653: # Note: fveya large kurss, bu oper-deion Mayýs be Zaman consuming
1.2       riegler  3654:    'Note: this will not take effect if the user already exists'
                   3655: => 'Note: this will not take effect if the user already exists',
1.5       bisitz   3656: # Note: bu will not take effect if the kullanýcý alTekrarady exists
1.2       riegler  3657:    'Notification of enrollment changes'
                   3658: => 'Notification of enrollment changes',
1.5       bisitz   3659: # Notific-deion -in Üye OlmÖðleden öncent changes
1.2       riegler  3660:    'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?'
                   3661: => 'Notification to course coordinator via LON-CAPA message when enrollment changes occur during the automated update?',
1.5       bisitz   3662: # Notific-deion -e kurs coveyadin-deveya via LON-CAPÖðleden öncessage when Üye OlmÖðleden öncent changes occur during the au-em-deed Yukarýd-dee?
1.2       riegler  3663:    'Number of Tries before hints appear (hinttries)'
                   3664: => 'Number of Tries before hints appear (hinttries)',
                   3665: # Number -in Denemeler befveyae hints appear (hintDenemeler)
                   3666:    'Number of assignments printed at the same time:'
                   3667: => 'Number of assignments printed at the same time:',
                   3668: # Number -in assignments printed -de the same Zaman:
                   3669:    'Number of bubbles in exam mode (numbubbles)'
                   3670: => 'Number of bubbles in exam mode (numbubbles)',
                   3671: # Number -in bubbles in exam mode (numbubbles)
                   3672:    'Number of columns'
                   3673: => 'Number of columns',
                   3674: # Number -in columns
                   3675:    'Numerical Tolerance (tol)'
                   3676: => 'Numerical Tolerance (tol)',
                   3677: # Numerical -elerance (-el)
1.4       albertel 3678:    'Obsolete parameters or saved values'
                   3679: => 'Obsolete parameters or saved values',
1.5       bisitz   3680: # eskimiþ parameters veya stveyaed values
1.2       riegler  3681:    'Old Value'
                   3682: => 'Old Value',
                   3683: 
                   3684:    'One particular problem (overrides folder and course defaults)'
                   3685: => 'One particular problem (overrides folder and course defaults)',
1.5       bisitz   3686: # One bölümicular problem (overrides Dosya and kurs Eksikliks)
1.2       riegler  3687:    'Online Help'
                   3688: => 'Online Help',
1.5       bisitz   3689: # Online Yardým
1.2       riegler  3690:    'Only Answers'
                   3691: => 'Only Answers',
                   3692: # Only Cevaplas
                   3693:    'Only domain coordinators can change a users password.'
                   3694: => 'Only domain coordinators can change a users password.',
1.5       bisitz   3695: # Only Alan coveyadin-deveyas can change a kullanýcýs passwveyad.
1.2       riegler  3696:    'Open Course'
                   3697: => 'Open Course',
1.5       bisitz   3698: # Aç kurs
1.2       riegler  3699:    'Open all assessments'
                   3700: => 'Open all assessments',
1.5       bisitz   3701: # Aç Bütün Deðers
1.2       riegler  3702:    'Open and correct'
                   3703: => 'Open and correct',
1.5       bisitz   3704: # Aç and cveyaTekrarct
1.2       riegler  3705:    'Open with full tries'
                   3706: => 'Open with full tries',
1.5       bisitz   3707: # Aç with full Denemeler
1.2       riegler  3708:    'Opening Date (contentopen)'
                   3709: => 'Opening Date (contentopen)',
1.5       bisitz   3710: # Açing D-dee (conten-epen)
1.2       riegler  3711:    'Opening Date (opendate)'
                   3712: => 'Opening Date (opendate)',
1.5       bisitz   3713: # Açing D-dee (Açd-dee)
1.2       riegler  3714:    'Option response'
                   3715: => 'Option response',
                   3716: # Option Tekrarsponse
                   3717:    'Output Format: [_1]'
                   3718: => 'Output Format: [_1]',
1.5       bisitz   3719: # Çýktý Fveyam-de: [_1]
1.2       riegler  3720:    'Page layout'
                   3721: => 'Page layout',
                   3722: # Sayfa layout
                   3723:    'Paper type'
                   3724: => 'Paper type',
                   3725: # Paper Tipi
                   3726:    'Parameter'
                   3727: => 'Parameter',
                   3728: 
                   3729:    'Part Description (display)'
                   3730: => 'Part Description (display)',
1.5       bisitz   3731: # bölüm Description (Görüntüle)
1.2       riegler  3732:    'Paste after selected'
                   3733: => 'Paste after selected',
1.5       bisitz   3734: # Paste after Seçed
1.2       riegler  3735:    'Personal Data'
                   3736: => 'Personal Data',
                   3737: # Personal D-dea
                   3738:    'Please adjust significant figures.'
                   3739: => 'Please adjust significant figures.',
                   3740: # Please adjust significant figuTekrars.
                   3741:    'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process'
                   3742: => 'Please choose the default authentication method to be used by new users added to this LON-CAPA domain by the automated enrollment process',
1.5       bisitz   3743: # Please Seçme the Eksiklik auSonratic-deion method -e be used -tarafýndan new kullanýcýs added -e bu LON-CAPA Alan -tarafýndan the au-em-deed Üye OlmÖðleden öncent process
1.2       riegler  3744:    'Please click Back on your browser and select another user, or '
                   3745: => 'Please click Back on your browser and select another user, or ',
1.15      bisitz   3746: # Please click Back on your bSatýrser and Seçnother kullanýcý, veya
1.2       riegler  3747:    'Please contact your LON-CAPA administrator regarding this situation.'
                   3748: => 'Please contact your LON-CAPA administrator regarding this situation.',
1.5       bisitz   3749: # Please Baðlantý your LON-CAPA Öðleden öncenistr-deveya Tekrargarding bu situ-deion.
1.2       riegler  3750:    'Please do not reply to this address.'
                   3751: => 'Please do not reply to this address.',
                   3752: # Please do not Cevap Ver -e bu addTekrarss.
                   3753:    'Please select a report to generate'
                   3754: => 'Please select a report to generate',
1.5       bisitz   3755: # Please Seç Tekrarpvey-de -e gener-dee
1.2       riegler  3756:    'Please select an authentication mechanism'
                   3757: => 'Please select an authentication mechanism',
1.5       bisitz   3758: # Please Seçn auSonratic-deion mechanism
1.2       riegler  3759:    'Please select the authentication mechanism'
                   3760: => 'Please select the authentication mechanism',
1.5       bisitz   3761: # Please Seç the auSonratic-deion mechanism
1.2       riegler  3762:    'Please select the section you wish to set the answer open date for:'
                   3763: => 'Please select the section you wish to set the answer open date for:',
1.5       bisitz   3764: # Please Seç the Bölüm you wish -e koymak the Cevapla Aç d-dee fveya:
1.2       riegler  3765:    'Please select the section you wish to set the due date for:'
                   3766: => 'Please select the section you wish to set the due date for:',
1.5       bisitz   3767: # Please Seç the Bölüm you wish -e koymak the Yeterli d-dee fveya:
1.2       riegler  3768:    'Please select the section you wish to set the number of tries for:'
                   3769: => 'Please select the section you wish to set the number of tries for:',
1.5       bisitz   3770: # Please Seç the Bölüm you wish -e koymak the number -in Denemeler fveya:
1.2       riegler  3771:    'Please select the section you wish to set the opening date for:'
                   3772: => 'Please select the section you wish to set the opening date for:',
1.5       bisitz   3773: # Please Seç the Bölüm you wish -e koymak the Açing d-dee fveya:
1.2       riegler  3774:    'Please select the section you wish to set the problem weight for:'
                   3775: => 'Please select the section you wish to set the problem weight for:',
1.5       bisitz   3776: # Please Seç the Bölüm you wish -e koymak the problem weight fveya:
1.2       riegler  3777:    'Please select the student you wish to set the answer open date for:'
                   3778: => 'Please select the student you wish to set the answer open date for:',
1.5       bisitz   3779: # Please Seç the ÖðTekrarnci you wish -e koymak the Cevapla Aç d-dee fveya:
1.2       riegler  3780:    'Please select the student you wish to set the due date for:'
                   3781: => 'Please select the student you wish to set the due date for:',
1.5       bisitz   3782: # Please Seç the ÖðTekrarnci you wish -e koymak the Yeterli d-dee fveya:
1.2       riegler  3783:    'Please select the student you wish to set the number of tries for:'
                   3784: => 'Please select the student you wish to set the number of tries for:',
1.5       bisitz   3785: # Please Seç the ÖðTekrarnci you wish -e koymak the number -in Denemeler fveya:
1.2       riegler  3786:    'Please select the student you wish to set the opening date for:'
                   3787: => 'Please select the student you wish to set the opening date for:',
1.5       bisitz   3788: # Please Seç the ÖðTekrarnci you wish -e koymak the Açing d-dee fveya:
1.2       riegler  3789:    'Please select the student you wish to set the problem weight for:'
                   3790: => 'Please select the student you wish to set the problem weight for:',
1.5       bisitz   3791: # Please Seç the ÖðTekrarnci you wish -e koymak the problem weight fveya:
1.2       riegler  3792:    'Please stand by.'
                   3793: => 'Please stand by.',
1.5       bisitz   3794: # Please stand -tarafýndan.
1.2       riegler  3795:    "Please use browser 'Back' button and pick a filename"
                   3796: => "Please use browser 'Back' button and pick a filename",
1.5       bisitz   3797: # Please use bSatýrser 'Back' but-en and pick a DosyaÝsim
1.2       riegler  3798:    'Position'
                   3799: => 'Position',
                   3800: 
                   3801:    'Preferred language'
                   3802: => 'Preferred language',
                   3803: # PTekrarferTekrard dil
                   3804:    'Preparing Printout'
                   3805: => 'Preparing Printout',
1.5       bisitz   3806: # PTekrarparing çýktý Öðleden öncek
1.2       riegler  3807:    'Print'
                   3808: => 'Print',
                   3809: 
                   3810:    'Print Index:'
                   3811: => 'Print Index:',
                   3812: 
                   3813:    'Print Table of Contents:'
                   3814: => 'Print Table of Contents:',
1.5       bisitz   3815: # Print Table -in Ýçerik:
1.2       riegler  3816:    'Print:'
                   3817: => 'Print:',
                   3818: 
                   3819:    'Privileged users that should not be hidden on staff listings'
                   3820: => 'Privileged users that should not be hidden on staff listings',
1.5       bisitz   3821: # Privileged kullanýcýs th-de should not be hidden on staff listings
1.2       riegler  3822:    'Problems'
                   3823: => 'Problems',
                   3824: 
                   3825:    'Problems from entire course'
                   3826: => 'Problems from entire course',
                   3827: # problems -dan entiTekrar kurs
                   3828:    'Processed [_1] student(s).'
                   3829: => 'Processed [_1] student(s).',
1.5       bisitz   3830: # Processed [_1] ÖðTekrarnci(s).
1.2       riegler  3831:    'Processed file'
                   3832: => 'Processed file',
                   3833: # Processed Dosya
                   3834:    'Produce Excel Output'
                   3835: => 'Produce Excel Output',
1.5       bisitz   3836: # Produce Excel Çýktý
1.2       riegler  3837:    'Publish this Resource'
                   3838: => 'Publish this Resource',
1.5       bisitz   3839: # Yayýnlama bu kaynak
1.2       riegler  3840:    'Question Text'
                   3841: => 'Question Text',
                   3842: 
                   3843:    'Question Type'
                   3844: => 'Question Type',
                   3845: # Question Tipi
                   3846:    'Question Type (type)'
                   3847: => 'Question Type (type)',
                   3848: # Question Tipi (Tipi)
                   3849:    'Random position'
                   3850: => 'Random position',
                   3851: 
                   3852:    'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)'
                   3853: => 'Random seed for randomly picking number of resources (optional, only set if you know what you are doing) (randompickseed)',
                   3854: # Random seed fveya randomly picking number -in kaynaklar (optional, only koymak if you know wh-de you aTekrar doing) (randompickseed)
                   3855:    'Randomization algorithm used'
                   3856: => 'Randomization algorithm used',
                   3857: # Randomiz-deion algveyaithm used
                   3858:    'Randomly pick number of resources (randompick)'
                   3859: => 'Randomly pick number of resources (randompick)',
                   3860: # Randomly pick number -in kaynaklar (randompick)
                   3861:    'Re-enrollment will re-activate data.'
                   3862: => 'Re-enrollment will re-activate data.',
1.5       bisitz   3863: # Tekrar-Üye OlmÖðleden öncent will Tekrar-activ-dee d-dea.
1.2       riegler  3864:    'Reading results from [_1]'
                   3865: => 'Reading results from [_1]',
1.5       bisitz   3866: # Okuma alanýndan sonuçlar  [_1]
1.2       riegler  3867:    'Receipt algorithm used'
                   3868: => 'Receipt algorithm used',
                   3869: # Tekrarceipt algveyaithm used
                   3870:    'Receiving results from [_1]'
                   3871: => 'Receiving results from [_1]',
                   3872: # Tekrarceiving Tekrarsults -dan [_1]
                   3873:    'Recent'
                   3874: => 'Recent',
                   3875: # Tekrarcent
                   3876:    'Registering'
                   3877: => 'Registering',
                   3878: # Tekrargistering
                   3879:    'Rename current file to'
                   3880: => 'Rename current file to',
1.5       bisitz   3881: # Yeniden Adlandýr curTekrarnt Dosya -e
1.2       riegler  3882:    'Report a Bug'
                   3883: => 'Report a Bug',
                   3884: # Tekrarpvey-de a Bug
                   3885:    'Resource'
                   3886: => 'Resource',
                   3887: # kaynak
                   3888:    'Resource Differences'
                   3889: => 'Resource Differences',
                   3890: # kaynak DifferTekrarnzen
                   3891:    'Resource Hidden from Students (hiddenresource)'
                   3892: => 'Resource Hidden from Students (hiddenresource)',
1.5       bisitz   3893: # kaynak Hidden -dan ÖðTekrarncis (hiddenkaynak)
1.2       riegler  3894:    'Resource alias name for conditions (mapalias)'
                   3895: => 'Resource alias name for conditions (mapalias)',
1.5       bisitz   3896: # kaynak alias Ýsim fveya conditions (Haritaalias)
1.2       riegler  3897:    'Resources'
                   3898: => 'Resources',
                   3899: # kaynaklar
                   3900:    'Resources from selected sequence in course'
                   3901: => 'Resources from selected sequence in course',
1.5       bisitz   3902: # kaynaklar -dan Seçed sýra Kursta
1.2       riegler  3903:    'Response'
                   3904: => 'Response',
                   3905: # Tekrarsponse
                   3906:    'Retrieve Old Version'
                   3907: => 'Retrieve Old Version',
1.5       bisitz   3908: # Düzeltmek Old Versiyon
1.2       riegler  3909:    'Retrieve Published Resources'
                   3910: => 'Retrieve Published Resources',
1.5       bisitz   3911: # Düzeltmek Yayýnlandý kaynaklar
1.2       riegler  3912:    'Retrieving current (most recent) version'
                   3913: => 'Retrieving current (most recent) version',
                   3914: # Tekrartrieving curTekrarnt (most Tekrarcent) Versiyon
                   3915:    'Return to DOCS'
                   3916: => 'Return to DOCS',
1.5       bisitz   3917: # Tekrarturn -e dökümanlar
1.2       riegler  3918:    'Reverse Association'
                   3919: => 'Reverse Association',
                   3920: # Tekrarverse Associ-deion
                   3921:    'Revoke'
                   3922: => 'Revoke',
                   3923: # Tekrarvoke
                   3924:    'Revoke Existing Roles'
                   3925: => 'Revoke Existing Roles',
                   3926: # Tekrarvoke Existing roller
                   3927:    'Role'
                   3928: => 'Role',
                   3929: # rol
                   3930:    'Role Information'
                   3931: => 'Role Information',
                   3932: # rol Infveyam-deion
                   3933:    'Sample Points:'
                   3934: => 'Sample Points:',
                   3935: 
                   3936:    'Samples'
                   3937: => 'Samples',
                   3938: 
                   3939:    'Save as ...'
                   3940: => 'Save as ...',
1.5       bisitz   3941: # Farklý Kaydet ...
1.2       riegler  3942:    'Save entries below as a draft answer (not submitting them for credit yet)'
                   3943: => 'Save entries below as a draft answer (not submitting them for credit yet)',
1.5       bisitz   3944: # Kaydet Sonenemeler below as a draft Cevapla (not Gönderting them fveya crdüzenle yet)
1.2       riegler  3945:    'Search Complete [_1]'
                   3946: => 'Search Complete [_1]',
                   3947: # aramak Complete [_1]
                   3948:    'Search: [_1]'
                   3949: => 'Search: [_1]',
                   3950: # aramak: [_1]
                   3951:    'Select Action'
                   3952: => 'Select Action',
1.5       bisitz   3953: # Seçction
1.2       riegler  3954:    'Select All Files'
                   3955: => 'Select All Files',
1.5       bisitz   3956: # Seç Bütün Dosyas
1.2       riegler  3957:    'Select All Published'
                   3958: => 'Select All Published',
1.5       bisitz   3959: # Seç Bütün Yayýnlandý
1.2       riegler  3960:    'Select All Resources'
                   3961: => 'Select All Resources',
1.5       bisitz   3962: # Seç Bütün kaynaklar
1.2       riegler  3963:    'Select Folder'
                   3964: => 'Select Folder',
1.5       bisitz   3965: # Seç Dosya
1.2       riegler  3966:    'Select Only Current Students'
                   3967: => 'Select Only Current Students',
1.5       bisitz   3968: # Seç Only CurTekrarnt ÖðTekrarncis
1.2       riegler  3969:    'Select Printing Options:'
                   3970: => 'Select Printing Options:',
1.5       bisitz   3971: # Seç Printing Options:
1.2       riegler  3972:    'Select Problem'
                   3973: => 'Select Problem',
1.5       bisitz   3974: # Seç problem
1.2       riegler  3975:    'Select Problem(s) to print'
                   3976: => 'Select Problem(s) to print',
1.5       bisitz   3977: # Seç problem(s) -e print
1.2       riegler  3978:    'Select Resource(s) to print'
                   3979: => 'Select Resource(s) to print',
1.5       bisitz   3980: # Seç kaynak(s) -e print
1.2       riegler  3981:    'Select Resources To Print'
                   3982: => 'Select Resources To Print',
1.5       bisitz   3983: # Seç kaynaklar -e Print
1.2       riegler  3984:    'Select Section'
                   3985: => 'Select Section',
1.5       bisitz   3986: # Seç Bölüm
1.2       riegler  3987:    'Select Sequence To Print From'
                   3988: => 'Select Sequence To Print From',
1.5       bisitz   3989: # Seç sýra -e Print -dan
1.2       riegler  3990:    'Select Student'
                   3991: => 'Select Student',
1.5       bisitz   3992: # Seç ÖðTekrarnci
1.2       riegler  3993:    'Select Students and Resources'
                   3994: => 'Select Students and Resources',
1.5       bisitz   3995: # Seç ÖðTekrarncis and kaynaklar
1.2       riegler  3996:    'Select Style File'
                   3997: => 'Select Style File',
1.5       bisitz   3998: # Seç Style Dosya
1.2       riegler  3999:    'Select a user name to modify the students information'
                   4000: => 'Select a user name to modify the students information',
1.5       bisitz   4001: # Seç kullanýcý Ýsim -e modify the ÖðTekrarncis infveyam-deion
1.2       riegler  4002:    'Select a user name to view the users personal page.'
                   4003: => 'Select a user name to view the users personal page.',
1.5       bisitz   4004: # Seç kullanýcý Ýsim -e Görünüm the kullanýcýs personal Sayfa.
1.2       riegler  4005:    'Select for Section/Group'
                   4006: => 'Select for Section/Group',
1.5       bisitz   4007: # Seç fveya Bölüm/GroYukarý
1.2       riegler  4008:    'Select resources for the assignment'
                   4009: => 'Select resources for the assignment',
1.5       bisitz   4010: # Seç kaynaklar fveya the assignment
1.2       riegler  4011:    'Select the folder you wish to set the parameter for:'
                   4012: => 'Select the folder you wish to set the parameter for:',
1.5       bisitz   4013: # Seç the Dosya you wish -e koymak the parameter fveya:
1.2       riegler  4014:    'Select the problem you wish to set the parameter for:'
                   4015: => 'Select the problem you wish to set the parameter for:',
1.5       bisitz   4016: # Seç the problem you wish -e koymak the parameter fveya:
1.2       riegler  4017:    'Set'
                   4018: => 'Set',
                   4019: # koymak
                   4020:    'Set Course Environment'
                   4021: => 'Set Course Environment',
                   4022: # koymak kurs Environment
                   4023:    'Set End Date'
                   4024: => 'Set End Date',
                   4025: # koymak Son D-dee
                   4026:    'Set Individual User Roles'
                   4027: => 'Set Individual User Roles',
1.5       bisitz   4028: # koymak Individual kullanýcý roller
1.2       riegler  4029:    'Set Problem Tries'
                   4030: => 'Set Problem Tries',
                   4031: # koymak problem Denemeler
                   4032:    'Set Problem Weight'
                   4033: => 'Set Problem Weight',
                   4034: # koymak problem Weight
                   4035:    'Set Start Date'
                   4036: => 'Set Start Date',
1.5       bisitz   4037: # koymak Baþla D-dee
1.2       riegler  4038:    'Set Version to be used in Course'
                   4039: => 'Set Version to be used in Course',
                   4040: # koymak Versiyon -e be used Kursta
                   4041:    'Set Versions to be used in Course according to Selections below'
                   4042: => 'Set Versions to be used in Course according to Selections below',
1.5       bisitz   4043: # koymak Versiyons -e be used Kursta accveyading -e Seçions below
1.2       riegler  4044:    'Set all Resource Versions to current Version (Fix Versions)'
                   4045: => 'Set all Resource Versions to current Version (Fix Versions)',
1.5       bisitz   4046: # koymak Bütün kaynak Versiyons -e curTekrarnt Versiyon (Fix Versiyons)
1.2       riegler  4047:    'Set answer open date for all problems in the course for ...'
                   4048: => 'Set answer open date for all problems in the course for ...',
1.5       bisitz   4049: # koymak Cevapla Aç d-dee fveya Bütün problems in the kurs fveya ...
1.2       riegler  4050:    'Set answer open date for the selected folder for ...'
                   4051: => 'Set answer open date for the selected folder for ...',
1.5       bisitz   4052: # koymak Cevapla Aç d-dee fveya the Seçed Dosya fveya ...
1.2       riegler  4053:    'Set answer open date for the selected problem for ...'
                   4054: => 'Set answer open date for the selected problem for ...',
1.5       bisitz   4055: # koymak Cevapla Aç d-dee fveya the Seçed problem fveya ...
1.2       riegler  4056:    'Set content feedback to Course Coordinator'
                   4057: => 'Set content feedback to Course Coordinator',
                   4058: # koymak content geri bildirim -e kurs Coveyadin-deveya
                   4059:    'Set course policy feedback to Course Coordinator'
                   4060: => 'Set course policy feedback to Course Coordinator',
                   4061: # koymak kurs policy geri bildirim -e kurs Coveyadin-deveya
                   4062:    'Set due date for all problems in the course for ...'
                   4063: => 'Set due date for all problems in the course for ...',
1.5       bisitz   4064: # koymak Yeterli d-dee fveya Bütün problems in the kurs fveya ...
1.2       riegler  4065:    'Set due date for the selected folder for ...'
                   4066: => 'Set due date for the selected folder for ...',
1.5       bisitz   4067: # koymak Yeterli d-dee fveya the Seçed Dosya fveya ...
1.2       riegler  4068:    'Set due date for the selected problem for ...'
                   4069: => 'Set due date for the selected problem for ...',
1.5       bisitz   4070: # koymak Yeterli d-dee fveya the Seçed problem fveya ...
1.2       riegler  4071:    'Set number of tries for all problems in the course for ...'
                   4072: => 'Set number of tries for all problems in the course for ...',
1.5       bisitz   4073: # koymak number -in Denemeler fveya Bütün problems in the kurs fveya ...
1.2       riegler  4074:    'Set number of tries for the selected folder for ...'
                   4075: => 'Set number of tries for the selected folder for ...',
1.5       bisitz   4076: # koymak number -in Denemeler fveya the Seçed Dosya fveya ...
1.2       riegler  4077:    'Set number of tries for the selected problem for ...'
                   4078: => 'Set number of tries for the selected problem for ...',
1.5       bisitz   4079: # koymak number -in Denemeler fveya the Seçed problem fveya ...
1.2       riegler  4080:    'Set opening date for all problems in the course for ...'
                   4081: => 'Set opening date for all problems in the course for ...',
1.5       bisitz   4082: # koymak Açing d-dee fveya Bütün problems in the kurs fveya ...
1.2       riegler  4083:    'Set opening date for all problems in the course for. . .'
                   4084: => 'Set opening date for all problems in the course for. . .',
1.5       bisitz   4085: # koymak Açing d-dee fveya Bütün problems in the kurs fveya. . .
1.2       riegler  4086:    'Set opening date for the selected folder for ...'
                   4087: => 'Set opening date for the selected folder for ...',
1.5       bisitz   4088: # koymak Açing d-dee fveya the Seçed Dosya fveya ...
1.2       riegler  4089:    'Set opening date for the selected problem for ...'
                   4090: => 'Set opening date for the selected problem for ...',
1.5       bisitz   4091: # koymak Açing d-dee fveya the Seçed problem fveya ...
1.2       riegler  4092:    'Set problem weight for all problems in the course for ...'
                   4093: => 'Set problem weight for all problems in the course for ...',
1.5       bisitz   4094: # koymak problem weight fveya Bütün problems in the kurs fveya ...
1.2       riegler  4095:    'Set problem weight for the selected folder for ...'
                   4096: => 'Set problem weight for the selected folder for ...',
1.5       bisitz   4097: # koymak problem weight fveya the Seçed Dosya fveya ...
1.2       riegler  4098:    'Set problem weight for the selected problem for ...'
                   4099: => 'Set problem weight for the selected problem for ...',
1.5       bisitz   4100: # koymak problem weight fveya the Seçed problem fveya ...
1.2       riegler  4101:    'Set to ...'
                   4102: => 'Set to ...',
                   4103: # koymak -e ...
                   4104:    'Set value to "[_1]" to allow'
                   4105: => 'Set value to "[_1]" to allow',
1.5       bisitz   4106: # koymak value -e "[_1]" -e Bütünow
1.2       riegler  4107:    'Setting the [_1]'
                   4108: => 'Setting the [_1]',
                   4109: # koymakting the [_1]
                   4110:    'Setting the [_1] to [_2]'
                   4111: => 'Setting the [_1] to [_2]',
                   4112: # koymakting the [_1] -e [_2]
                   4113:    'Short string response'
                   4114: => 'Short string response',
                   4115: # Shvey-de string Tekrarsponse
                   4116:    'Show Answer'
                   4117: => 'Show Answer',
                   4118: # Show Cevapla
                   4119:    'Show Feedback'
                   4120: => 'Show Feedback',
                   4121: # Show geri bildirim
                   4122:    'Show Preview'
                   4123: => 'Show Preview',
1.5       bisitz   4124: # Show PTekrarGörünüm
1.2       riegler  4125:    'Show Problem Status (problemstatus)'
                   4126: => 'Show Problem Status (problemstatus)',
                   4127: # Show problem St-deus (problemst-deus)
                   4128:    'Show Units - Disable Entry (turnoffunit)'
                   4129: => 'Show Units - Disable Entry (turnoffunit)',
                   4130: # Show Units - Disable Entry (turn-infunit)
                   4131:    'Show always at bottom position'
                   4132: => 'Show always at bottom position',
                   4133: # Show always -de bot-em position
                   4134:    'Show always at top position'
                   4135: => 'Show always at top position',
                   4136: # Show always -de -ep position
                   4137:    'Significant Digits (sig)'
                   4138: => 'Significant Digits (sig)',
                   4139: 
                   4140:    'Simple Edit'
                   4141: => 'Simple Edit',
1.5       bisitz   4142: # Simple düzenle
1.2       riegler  4143:    'Size:'
                   4144: => 'Size:',
                   4145: # Boyut:
                   4146:    'Some items were not submitted'
                   4147: => 'Some items were not submitted',
1.5       bisitz   4148: # Some items weTekrar not Gönderted
1.2       riegler  4149:    'Space separated'
                   4150: => 'Space separated',
1.5       bisitz   4151: # boþluk separ-deed
1.2       riegler  4152:    'Start Time'
                   4153: => 'Start Time',
1.5       bisitz   4154: # Baþla Zaman
1.2       riegler  4155:    "Start each student's assignment on a new page/column (add a pagefeed after each assignment)"
                   4156: => "Start each student's assignment on a new page/column (add a pagefeed after each assignment)",
1.5       bisitz   4157: # Baþla each ÖðTekrarnci's assignment on a new Sayfa/column (add a Sayfafeed after each assignment)
1.2       riegler  4158:    'Starting Date'
                   4159: => 'Starting Date',
1.5       bisitz   4160: # Baþlýyor D-dee
1.2       riegler  4161:    'Starting and Ending Dates'
                   4162: => 'Starting and Ending Dates',
1.5       bisitz   4163: # Baþlýyor and Soning D-dees
1.4       albertel 4164:    'Save Changes'
                   4165: => 'Save Changes',
1.2       riegler  4166: # Stveyae Changes
                   4167:    'Student ID'
                   4168: => 'Student ID',
1.5       bisitz   4169: # ÖðTekrarnci ID
1.2       riegler  4170:    'Student Information'
                   4171: => 'Student Information',
1.5       bisitz   4172: # ÖðTekrarnci Infveyam-deion
1.2       riegler  4173:    'Student Name'
                   4174: => 'Student Name',
1.5       bisitz   4175: # ÖðTekrarnci Ýsim
1.2       riegler  4176:    'Student Number'
                   4177: => 'Student Number',
1.5       bisitz   4178: # ÖðTekrarnci Number
1.2       riegler  4179:    'Student Sheet Links'
                   4180: => 'Student Sheet Links',
1.5       bisitz   4181: # ÖðTekrarnci Sheet Links
1.2       riegler  4182:    'Student Status'
                   4183: => 'Student Status',
1.5       bisitz   4184: # ÖðTekrarnci St-deus
1.2       riegler  4185:    'Student Status: [_1]'
                   4186: => 'Student Status: [_1]',
1.5       bisitz   4187: # ÖðTekrarnci St-deus: [_1]
1.2       riegler  4188:    'Student information updated successfully.'
                   4189: => 'Student information updated successfully.',
1.5       bisitz   4190: # ÖðTekrarnci infveyam-deion Yukarýd-deed successfully.
1.2       riegler  4191:    'Students need access key to enter course'
                   4192: => 'Students need access key to enter course',
1.5       bisitz   4193: # ÖðTekrarncis need access key -e Giriþ kurs
1.2       riegler  4194:    'Students with expired roles'
                   4195: => 'Students with expired roles',
1.5       bisitz   4196: # ÖðTekrarncis with expiTekrard roller
1.2       riegler  4197:    'Subject:'
                   4198: => 'Subject:',
                   4199: # konu:
                   4200:    'Submission Time Analysis'
                   4201: => 'Submission Time Analysis',
                   4202: # Submission Zaman Analysis
                   4203:    'Submissions'
                   4204: => 'Submissions',
                   4205: # Submisyonlar
                   4206:    'Submit Changes and Edit'
                   4207: => 'Submit Changes and Edit',
1.5       bisitz   4208: # Deðiþiklikleri sunmak and düzenle
1.2       riegler  4209:    'Submit Modifications'
                   4210: => 'Submit Modifications',
1.5       bisitz   4211: # Gönder Modific-deions
1.2       riegler  4212:    'Submit entries below as answer to receive credit'
                   4213: => 'Submit entries below as answer to receive credit',
1.5       bisitz   4214: # Gönder Sonenemeler below as Cevapla -e Tekrarceive crdüzenle
1.2       riegler  4215:    'Survey Question'
                   4216: => 'Survey Question',
                   4217: 
                   4218:    'Swedish Chef'
                   4219: => 'Swedish Chef',
1.5       bisitz   4220: # SÇarþambaish Chef
1.2       riegler  4221:    'System Level'
                   4222: => 'System Level',
                   4223: # Sistem Level
                   4224:    'Tabulator separated'
                   4225: => 'Tabulator separated',
                   4226: # Tabul-deveya separ-deed
                   4227:    'Target Edit Map'
                   4228: => 'Target Edit Map',
1.5       bisitz   4229: # Hedef düzenle Harita
1.2       riegler  4230:    'TeX unconverted due to errors'
                   4231: => 'TeX unconverted due to errors',
                   4232: # TeX unconverted Yeterli -e errveyas
                   4233:    'TeX unconverted due to previous errors'
                   4234: => 'TeX unconverted due to previous errors',
                   4235: # TeX unconverted Yeterli -e pTekrarvious errveyas
                   4236:    'TeXWidth(mm):'
                   4237: => 'TeXWidth(mm):',
                   4238: 
                   4239:    'Text'
                   4240: => 'Text',
                   4241: 
                   4242:    'Text Block'
                   4243: => 'Text Block',
                   4244: 
                   4245:    'The &quot;Course Description&quot; is the name of the course that will be seen by the students. You may now modify the description and hit &quot;Next -&gt;&quot; to continue.'
                   4246: => 'The &quot;Course Description&quot; is the name of the course that will be seen by the students. You may now modify the description and hit &quot;Next -&gt;&quot; to continue.',
1.5       bisitz   4247: # The &quot;kurs Description&quot; is the Ýsim -in the kurs th-de will be seen -tarafýndan the ÖðTekrarncis. You Mayýs now modify the description and hit &quot;Sonraki -&gt;&quot; -e continue.
1.2       riegler  4248:    'The error reported was'
                   4249: => 'The error reported was',
                   4250: # The errveya Tekrarpvey-deed was
                   4251:    'The following entries will be used to identify the course according to the naming scheme adopted by your institution. Your choices will be used to map an internal LON-CAPA course ID to the corresponding course section ID(s) used by the office responsible for providing official class lists for courses at your institution. This mapping is required if you choose to employ automatic population of class lists.'
                   4252: => 'The following entries will be used to identify the course according to the naming scheme adopted by your institution. Your choices will be used to map an internal LON-CAPA course ID to the corresponding course section ID(s) used by the office responsible for providing official class lists for courses at your institution. This mapping is required if you choose to employ automatic population of class lists.',
1.5       bisitz   4253: # The following Sonenemeler will be used -e identify the kurs accveyading -e the naming scheme adopted -tarafýndan your institution. Your choices will be used -e Harita an internal LON-CAPA kurs ID -e the cveyaTekrarsponding kurs Bölüm ID(s) used -tarafýndan the -infice Tekrarsponsible fveya providing -inficial class lists fveya kurss -de your institution. bu Haritaping is TekrarquiTekrard if you Seçme -e employ au-em-deic popul-deion -in class lists.
1.2       riegler  4254:    "The following settings control automatic enrollment of students in this class based on information available for this specific course from your institution's official classlists."
                   4255: => "The following settings control automatic enrollment of students in this class based on information available for this specific course from your institution's official classlists.",
1.5       bisitz   4256: # The following koymaktings control au-em-deic Üye OlmÖðleden öncent -in ÖðTekrarncis in bu class based on infveyam-deion available fveya bu specific kurs -dan your institution's -inficial classlists.
1.2       riegler  4257:    'The optional email address field was not specified.'
                   4258: => 'The optional email address field was not specified.',
                   4259: # The optional ePosta addTekrarss field was not specified.
                   4260:    'The optional name field was not specified.'
                   4261: => 'The optional name field was not specified.',
1.5       bisitz   4262: # The optional Ýsim field was not specified.
1.2       riegler  4263:    'The optional section or group field was not specified.'
                   4264: => 'The optional section or group field was not specified.',
1.5       bisitz   4265: # The optional Bölüm veya groYukarý field was not specified.
1.2       riegler  4266:    'The optional student number field was not specified.'
                   4267: => 'The optional student number field was not specified.',
1.5       bisitz   4268: # The optional ÖðTekrarnci number field was not specified.
1.2       riegler  4269:    'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options'
                   4270: => 'The question can not be gotten correct, the following foils in the &lt;optionresponse&gt; have invalid correct options',
1.5       bisitz   4271: # The question can not be gotten cveyaTekrarct, the following Önlemler in the &lt;optionTekrarsponse&gt; have invalid cveyaTekrarct options
1.2       riegler  4272:    'The requested file'
                   4273: => 'The requested file',
                   4274: # The Tekrarquested Dosya
                   4275:    'The student must log out and log in again to see these changes.'
                   4276: => 'The student must log out and log in again to see these changes.',
1.5       bisitz   4277: # The ÖðTekrarnci must log out and Tekrar baðlan -e see these changes.
1.2       riegler  4278:    'There are currently no Error Messages for this resource.'
                   4279: => 'There are currently no Error Messages for this resource.',
1.5       bisitz   4280: # TheTekrar aTekrar curTekrarntly no ErrveyÖðleden öncessages fveya bu kaynak.
1.2       riegler  4281:    'There are no Evaluation Comments on this resource.'
                   4282: => 'There are no Evaluation Comments on this resource.',
                   4283: # TheTekrar aTekrar no Evalu-deion Comments on bu kaynak.
                   4284:    'There are no currently enrolled students in the course.'
                   4285: => 'There are no currently enrolled students in the course.',
1.5       bisitz   4286: # TheTekrar aTekrar no curTekrarntly Üye Olmaked ÖðTekrarncis in the kurs.
1.2       riegler  4287:    'There are no currently enrolled students in the selected sections.'
                   4288: => 'There are no currently enrolled students in the selected sections.',
1.5       bisitz   4289: # TheTekrar aTekrar no curTekrarntly Üye Olmaked ÖðTekrarncis in the Seçed Bölümler.
1.2       riegler  4290:    'There are no previously enrolled students in the course.'
                   4291: => 'There are no previously enrolled students in the course.',
1.5       bisitz   4292: # TheTekrar aTekrar no pTekrarviously Üye Olmaked ÖðTekrarncis in the kurs.
1.2       riegler  4293:    'There are no previously enrolled students in the selected sections.'
                   4294: => 'There are no previously enrolled students in the selected sections.',
1.5       bisitz   4295: # TheTekrar aTekrar no pTekrarviously Üye Olmaked ÖðTekrarncis in the Seçed Bölümler.
1.2       riegler  4296:    'There are no students currently enrolled.'
                   4297: => 'There are no students currently enrolled.',
1.5       bisitz   4298: # TheTekrar aTekrar no ÖðTekrarncis curTekrarntly Üye Olmaked.
1.2       riegler  4299:    'There are no students in the course.'
                   4300: => 'There are no students in the course.',
1.5       bisitz   4301: # TheTekrar aTekrar no ÖðTekrarncis in the kurs.
1.2       riegler  4302:    'There are no students in the selected sections.'
                   4303: => 'There are no students in the selected sections.',
1.5       bisitz   4304: # TheTekrar aTekrar no ÖðTekrarncis in the Seçed Bölümler.
1.2       riegler  4305:    'There was an error determining the environment values for'
                   4306: => 'There was an error determining the environment values for',
                   4307: # TheTekrar was an errveya determining the environment values fveya
                   4308:    'This controls how receipt numbers are generated.'
                   4309: => 'This controls how receipt numbers are generated.',
                   4310: # bu controls how Tekrarceipt numbers aTekrar gener-deed.
                   4311:    'This helper will set up your LON-CAPA course and choose which features will be active.'
                   4312: => 'This helper will set up your LON-CAPA course and choose which features will be active.',
1.5       bisitz   4313: # bu Yardýmer will koymak Yukarý your LON-CAPA kurs and Seçme which fe-deuTekrars will be active.
1.2       riegler  4314:    'This is an automatic message generated by the LON-CAPA system.'
                   4315: => 'This is an automatic message generated by the LON-CAPA system.',
1.5       bisitz   4316: # bu is an au-em-deic message gener-deed -tarafýndan the LON-CAPA Sistem.
1.2       riegler  4317:    'Threaded View'
                   4318: => 'Threaded View',
1.5       bisitz   4319: # ThTekraraded Görünüm
1.2       riegler  4320:    'To create a new'
                   4321: => 'To create a new',
1.5       bisitz   4322: # -e Oluþtur a new
1.2       riegler  4323:    'Top Level Map'
                   4324: => 'Top Level Map',
                   4325: # -ep Level Harita
                   4326:    'Total number of records found in file: [_1].'
                   4327: => 'Total number of records found in file: [_1].',
1.5       bisitz   4328: # Tüm number -in Tekrarcveyads found in Dosya: [_1].
1.2       riegler  4329:    'True'
                   4330: => 'True',
                   4331: 
                   4332:    'Type Name Here'
                   4333: => 'Type Name Here',
1.5       bisitz   4334: # Tipi Ýsim HeTekrar
1.2       riegler  4335:    'Type in value'
                   4336: => 'Type in value',
                   4337: # Tipi in value
                   4338:    'Type-in value'
                   4339: => 'Type-in value',
                   4340: # Tipi-in value
                   4341:    'Type:'
                   4342: => 'Type:',
                   4343: # Tipi:
                   4344:    'UNDISPLAYABLE'
                   4345: => 'UNDISPLAYABLE',
1.5       bisitz   4346: # UNGörüntüleABLE
1.2       riegler  4347:    'Unable to enroll'
                   4348: => 'Unable to enroll',
1.5       bisitz   4349: # Unable -e Üye Olmak
1.2       riegler  4350:    'Unable to enroll students'
                   4351: => 'Unable to enroll students',
1.5       bisitz   4352: # Unable -e Üye Olmak ÖðTekrarncis
1.2       riegler  4353:    'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are'
                   4354: => 'Unable to publish file, it contains duplicated ID(s), ID(s) need to be unique. The duplicated ID(s) are',
1.5       bisitz   4355: # Unable -e Yayýnlama Dosya, it contains dYukarýlic-deed ID(s), ID(s) need -e be unique. The dYukarýlic-deed ID(s) aTekrar
1.2       riegler  4356:    'Unable to retrieve environment data for'
                   4357: => 'Unable to retrieve environment data for',
1.5       bisitz   4358: # Unable -e Düzeltmek environment d-dea fveya
1.2       riegler  4359:    'Unable to set default dates for course'
                   4360: => 'Unable to set default dates for course',
                   4361: # Unable -e koymak Eksiklik d-dees fveya kurs
                   4362:    'Unavailable course'
                   4363: => 'Unavailable course',
                   4364: # Unavailable kurs
                   4365:    'Unit:'
                   4366: => 'Unit:',
                   4367: 
                   4368:    'Unknown Action'
                   4369: => 'Unknown Action',
                   4370: 
                   4371:    'Unselect All Files'
                   4372: => 'Unselect All Files',
1.5       bisitz   4373: # UnSeç Bütün Dosyas
1.2       riegler  4374:    'Unselect All Published'
                   4375: => 'Unselect All Published',
1.5       bisitz   4376: # UnSeç Bütün Yayýnlandý
1.2       riegler  4377:    'Unselect All Resources'
                   4378: => 'Unselect All Resources',
1.5       bisitz   4379: # UnSeç Bütün kaynaklar
1.2       riegler  4380:    'Unselect for Section/Group'
                   4381: => 'Unselect for Section/Group',
1.5       bisitz   4382: # UnSeç fveya Bölüm/GroYukarý
1.2       riegler  4383:    'Updating discussion time'
                   4384: => 'Updating discussion time',
1.5       bisitz   4385: # Yukarýd-deing tartýþmakion Zaman
1.2       riegler  4386:    'Upload file'
                   4387: => 'Upload file',
1.5       bisitz   4388: # YukarýYükleme Dosya
1.23      bisitz   4389:    'Upload file to Authoring Space'
                   4390: => 'Upload file to Authoring Space',
1.5       bisitz   4391: # YukarýYükleme Dosya -e Conyapýion boþluk
1.2       riegler  4392:    'Uploading Class List'
                   4393: => 'Uploading Class List',
1.5       bisitz   4394: # YukarýYüklemeing Class List
1.2       riegler  4395:    'VIEW'
                   4396: => 'VIEW',
1.5       bisitz   4397: # Görünüm
1.2       riegler  4398:    'Value'
                   4399: => 'Value',
                   4400: 
                   4401:    'Verify Content'
                   4402: => 'Verify Content',
                   4403: 
                   4404:    'Version changes since Yesterday'
                   4405: => 'Version changes since Yesterday',
                   4406: # Versiyon changes since Evetterday
                   4407:    'Version changes since last Month'
                   4408: => 'Version changes since last Month',
1.5       bisitz   4409: # Versiyon changes since Geçen Ay
1.2       riegler  4410:    'Version changes since last Week'
                   4411: => 'Version changes since last Week',
1.5       bisitz   4412: # Versiyon changes since Geçen Hafta
1.2       riegler  4413:    'Version changes since start of Course'
                   4414: => 'Version changes since start of Course',
1.5       bisitz   4415: # Versiyon changes since Baþla -Kursta
1.2       riegler  4416:    'Version used in Course'
                   4417: => 'Version used in Course',
                   4418: # Versiyon used Kursta
                   4419:    'View Class List'
                   4420: => 'View Class List',
1.5       bisitz   4421: # Görünüm Class List
1.2       riegler  4422:    'View the FAQ'
                   4423: => 'View the FAQ',
1.5       bisitz   4424: # Görünüm the FAQ
1.2       riegler  4425:    'Visibly Separate Items on Pages'
                   4426: => 'Visibly Separate Items on Pages',
                   4427: # Visibly Separ-dee Items on sayfalar
                   4428:    'WARNING: The metadata table does not exist in the LON-CAPA database.'
                   4429: => 'WARNING: The metadata table does not exist in the LON-CAPA database.',
                   4430: # WARNING: The metad-dea table does not exist in the LON-CAPA d-deabase.
                   4431:    'Warning!'
                   4432: => 'Warning!',
                   4433: 
                   4434:    'Warning: change of MIME type!'
                   4435: => 'Warning: change of MIME type!',
                   4436: # Warning: change -in MIME Tipi!
                   4437:    'Warning: target file exists!'
                   4438: => 'Warning: target file exists!',
                   4439: # Warning: Hedef Dosya exists!
                   4440:    'Warning: target file exists, and has been published!'
                   4441: => 'Warning: target file exists, and has been published!',
1.5       bisitz   4442: # Warning: Hedef Dosya exists, and has been Yayýnlandý!
1.2       riegler  4443:    'Weight (weight)'
                   4444: => 'Weight (weight)',
                   4445: 
                   4446:    'Welcome'
                   4447: => 'Welcome',
                   4448: 
                   4449:    'Welcome to Your New LON-CAPA Course'
                   4450: => 'Welcome to Your New LON-CAPA Course',
                   4451: # Welcome -e Your New LON-CAPA kurs
1.17      raeburn  4452:    'Welcome to the Learning[_1]Online[_2] Network with CAPA. Please wait while your session is being set up'
                   4453: => 'Welcome to the Learning[_1]Online[_2] Network with CAPA. Please wait while your session is being set up',
                   4454: # Welcome -e the Learning[_1]Online[_2] Netwveyak with CAPA. Please wait while your session is being koymak Yukarý
1.2       riegler  4455:    'What parameter do you want to set for the selected folder?'
                   4456: => 'What parameter do you want to set for the selected folder?',
1.5       bisitz   4457: # Wh-de parameter do you want -e koymak fveya the Seçed Dosya?
1.2       riegler  4458:    'What parameter do you want to set for the selected problem?'
                   4459: => 'What parameter do you want to set for the selected problem?',
1.5       bisitz   4460: # Wh-de parameter do you want -e koymak fveya the Seçed problem?
1.2       riegler  4461:    'What should the answer open date be set to?'
                   4462: => 'What should the answer open date be set to?',
1.5       bisitz   4463: # Wh-de should the Cevapla Aç d-dee be koymak -e?
1.2       riegler  4464:    'What should the due date be set to?'
                   4465: => 'What should the due date be set to?',
                   4466: # Wh-de should the Yeterli d-dee be koymak -e?
                   4467:    'What weight should be set for all problems in the course?'
                   4468: => 'What weight should be set for all problems in the course?',
1.5       bisitz   4469: # Wh-de weight should be koymak fveya Bütün problems in the kurs?
1.2       riegler  4470:    'What weight should be set for the selected folder?'
                   4471: => 'What weight should be set for the selected folder?',
1.5       bisitz   4472: # Wh-de weight should be koymak fveya the Seçed Dosya?
1.2       riegler  4473:    'What weight should be set for the selected problem?'
                   4474: => 'What weight should be set for the selected problem?',
1.5       bisitz   4475: # Wh-de weight should be koymak fveya the Seçed problem?
1.2       riegler  4476:    'Width'
                   4477: => 'Width',
                   4478: 
                   4479:    'Width(pixel):'
                   4480: => 'Width(pixel):',
                   4481: 
                   4482:    'With Answers'
                   4483: => 'With Answers',
                   4484: # With Cevaplas
                   4485:    'Without Answers'
                   4486: => 'Without Answers',
                   4487: # Without Cevaplas
                   4488:    'You are working with an unsaved version of your map.'
                   4489: => 'You are working with an unsaved version of your map.',
                   4490: # You aTekrar wveyaking with an unKaydetd Versiyon -in your Harita.
                   4491:    'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.'
                   4492: => 'You changed the students id but did not disable the ID change safeguard. The students id will not be changed.',
1.5       bisitz   4493: # You changed the ÖðTekrarncis id but did not disable the ID change safeguard. The ÖðTekrarncis id will not be changed.
1.2       riegler  4494:    'You must choose an authentication type.'
                   4495: => 'You must choose an authentication type.',
1.5       bisitz   4496: # You must Seçme an auSonratic-deion Tipi.
1.2       riegler  4497:    'You need to specify the Kerberos domain.'
                   4498: => 'You need to specify the Kerberos domain.',
                   4499: # You need -e specify the Kerberos Alan.
                   4500:    'You need to specify the initial password.'
                   4501: => 'You need to specify the initial password.',
                   4502: # You need -e specify the initial passwveyad.
                   4503:    'You need to specify the username field.'
                   4504: => 'You need to specify the username field.',
1.5       bisitz   4505: # You need -e specify the kullanýcýÝsim field.
1.4       albertel 4506:    'Your Version Settings have been Saved'
                   4507: => 'Your Version Settings have been Saved',
1.2       riegler  4508: # Your Versiyon koymaktings have been Stveyaed
                   4509:    'Your course is now set up. Please select the Finish Course Initialization button to re-intialize the course with your chosen settings. Remember that all of these settings can be modified in the PARMS screen, by pushing the Course Environment button.'
                   4510: => 'Your course is now set up. Please select the Finish Course Initialization button to re-intialize the course with your chosen settings. Remember that all of these settings can be modified in the PARMS screen, by pushing the Course Environment button.',
1.5       bisitz   4511: # Your kurs is now koymak Yukarý. Please Seç the Finish kurs Initializ-deion but-en -e Tekrar-intialize the kurs with your chosen koymaktings. Tekrarmember th-de Bütün -in these koymaktings can be Deðiþtirildi in the pÖðleden önce scTekraren, -tarafýndan pushing the kurs Environment but-en.
1.2       riegler  4512:    'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.'
                   4513: => 'Your request to change the role information for this student was refused. You do not appear to have sufficient authority to change student information.',
1.5       bisitz   4514: # Your Tekrarquest -e change the rol infveyam-deion fveya bu ÖðTekrarnci was Tekrarfused. You do not appear -e have sufficient authveyaity -e change ÖðTekrarnci infveyam-deion.
1.2       riegler  4515:    '[_1] (what you just saw on the screen)'
                   4516: => '[_1] (what you just saw on the screen)',
                   4517: # [_1] (wh-de you just saw on the scTekraren)
                   4518:    '[_1] Do not change login data'
                   4519: => '[_1] Do not change login data',
                   4520: # [_1] Do not change login d-dea
                   4521:    '[_1] Filesystem Authenticated (with initial password [_2])'
                   4522: => '[_1] Filesystem Authenticated (with initial password [_2])',
                   4523: # [_1] DosyaSistem AuSonratic-deed (with initial passwveyad [_2])
                   4524:    '[_1] Internally authenticated (with initial password [_2])'
                   4525: => '[_1] Internally authenticated (with initial password [_2])',
1.5       bisitz   4526: # [_1] InternBütüny auSonratic-deed (with initial passwveyad [_2])
1.2       riegler  4527:    '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5'
                   4528: => '[_1] Kerberos authenticated with domain [_2] [_3] Version 4 [_4] Version 5',
                   4529: # [_1] Kerberos auSonratic-deed with Alan [_2] [_3] Versiyon 4 [_4] Versiyon 5
                   4530:    '[_1] Local Authentication with arguement [_2]'
                   4531: => '[_1] Local Authentication with arguement [_2]',
                   4532: # [_1] Local AuSonratic-deion with arguement [_2]
                   4533:    '[_1] Local Authentication with argument [_2]'
                   4534: => '[_1] Local Authentication with argument [_2]',
                   4535: # [_1] Local AuSonratic-deion with argument [_2]
                   4536:    '[_1] Records per Page'
                   4537: => '[_1] Records per Page',
                   4538: # [_1] Tekrarcveyads Sayfada
                   4539:    '[_1] minutes'
                   4540: => '[_1] minutes',
                   4541: # [_1] Dakikalar
                   4542:    '[_1] minutes, [_2] seconds'
                   4543: => '[_1] minutes, [_2] seconds',
                   4544: # [_1] Dakikalar, [_2] Saniyeler
                   4545:    '[_1] with value [_2]'
                   4546: => '[_1] with value [_2]',
                   4547: 
                   4548:    '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]'
                   4549: => '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]',
1.5       bisitz   4550: # [_1]pTekrarv[_2] &nbsp; [_3]TekrarYükleme[_4] &nbsp; [_5]Sonraki[_6]
1.2       riegler  4551:    '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; next'
                   4552: => '[_1]prev[_2] &nbsp; [_3]reload[_4] &nbsp; next',
1.5       bisitz   4553: # [_1]pTekrarv[_2] &nbsp; [_3]TekrarYükleme[_4] &nbsp; Sonraki
1.2       riegler  4554:    '[_2] seconds'
                   4555: => '[_2] seconds',
                   4556: # [_2] Saniyeler
                   4557:    'a comma separated list of course sections crosslisted with the current course, with each entry including the institutional course section name followed by a colon and then the (optional) groupID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:bot2'
                   4558: => 'a comma separated list of course sections crosslisted with the current course, with each entry including the institutional course section name followed by a colon and then the (optional) groupID to be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:bot2',
1.5       bisitz   4559: # a comma separ-deed list -Kursta Bölümler crosslisted with the curTekrarnt kurs, with each entry including the institutional kurs Bölüm Ýsim folloÇarþamba -tarafýndan a colon and Sonra the (optional) groYukarýID -e be used in LON-CAPA, e.g., fs03ent231001:ent1,fs03bot231001:bot1,fs03zol231002:bot2
1.2       riegler  4560:    'a comma separated list of institutional section numbers, each separated by a colon from the (optional) corresponding section/group ID to be used in LON-CAPA e.g., 001:1,002:2'
                   4561: => 'a comma separated list of institutional section numbers, each separated by a colon from the (optional) corresponding section/group ID to be used in LON-CAPA e.g., 001:1,002:2',
1.5       bisitz   4562: # a comma separ-deed list -in institutional Bölüm numbers, each separ-deed -tarafýndan a colon -dan the (optional) cveyaTekrarsponding Bölüm/groYukarý ID -e be used in LON-CAPA e.g., 001:1,002:2
1.2       riegler  4563:    'acc keys[_1]'
                   4564: => 'acc keys[_1]',
1.5       bisitz   4565: # Eriþim tuþlarý[_1]
1.2       riegler  4566:    'after selected'
                   4567: => 'after selected',
1.5       bisitz   4568: # after Seçed
1.2       riegler  4569:    'all resources in the course'
                   4570: => 'all resources in the course',
1.5       bisitz   4571: # Bütün kaynaklar in the kurs
1.2       riegler  4572:    'all students in course'
                   4573: => 'all students in course',
1.5       bisitz   4574: # Bütün ÖðTekrarncis Kursta
1.2       riegler  4575:    'and'
                   4576: => 'and',
                   4577: 
                   4578:    'anno-[_1]'
                   4579: => 'anno-[_1]',
                   4580: # bemerk-[_1]
                   4581:    'announce[_1]'
                   4582: => 'announce[_1]',
1.5       bisitz   4583: # Ýlan etmek[_1]
1.2       riegler  4584:    'anonymous'
                   4585: => 'anonymous',
                   4586: 
                   4587:    'anonymous students'
                   4588: => 'anonymous students',
1.5       bisitz   4589: # anonymous ÖðTekrarncis
1.2       riegler  4590:    'answer date'
                   4591: => 'answer date',
                   4592: # Cevapla d-dee
                   4593:    'backward[_1]'
                   4594: => 'backward[_1]',
                   4595: # geri[_1]
                   4596:    'between'
                   4597: => 'between',
                   4598: 
                   4599:    'bookmark[_1]'
                   4600: => 'bookmark[_1]',
1.5       bisitz   4601: # ayýraç[_1]
1.2       riegler  4602:    'bookmark[_2]'
                   4603: => 'bookmark[_2]',
1.5       bisitz   4604: # ayýraç[_2]
1.2       riegler  4605:    'button'
                   4606: => 'button',
                   4607: # but-en
                   4608:    'by'
                   4609: => 'by',
1.5       bisitz   4610: # -tarafýndan
1.2       riegler  4611:    'bytes'
                   4612: => 'bytes',
1.5       bisitz   4613: # -tarafýndantes
1.2       riegler  4614:    'calendar[_1]'
                   4615: => 'calendar[_1]',
                   4616: # Takvim[_1]
                   4617:    'catalog[_1]'
                   4618: => 'catalog[_1]',
                   4619: # k-dealog[_1]
                   4620:    'changes will not show until next login'
                   4621: => 'changes will not show until next login',
                   4622: # changes will not show until Sonraki login
                   4623:    'chart[_1]'
                   4624: => 'chart[_1]',
                   4625: # Grafik[_1]
                   4626:    'chat[_1]'
                   4627: => 'chat[_1]',
                   4628: # Sohbet[_1]
                   4629:    'check all'
                   4630: => 'check all',
1.5       bisitz   4631: # check Bütün
1.2       riegler  4632:    'chmod error'
                   4633: => 'chmod error',
                   4634: # chmod errveya
                   4635:    'choose[_1]'
                   4636: => 'choose[_1]',
1.5       bisitz   4637: # Seçme[_1]
1.2       riegler  4638:    'choose[_2]'
                   4639: => 'choose[_2]',
1.5       bisitz   4640: # Seçme[_2]
1.2       riegler  4641:    'click on the'
                   4642: => 'click on the',
                   4643: 
                   4644:    'co con-[_1]'
                   4645: => 'co con-[_1]',
                   4646: 
                   4647:    'co res[_1]'
                   4648: => 'co res[_1]',
                   4649: # co Tekrars[_1]
                   4650:    'commu-[_1]'
                   4651: => 'commu-[_1]',
1.5       bisitz   4652: # komü-[_1]
1.2       riegler  4653:    'con-[_1]'
                   4654: => 'con-[_1]',
                   4655: 
                   4656:    'contacting [_1]'
                   4657: => 'contacting [_1]',
1.5       bisitz   4658: # baðlantý [_1]
1.2       riegler  4659:    'contents[_1]'
                   4660: => 'contents[_1]',
1.5       bisitz   4661: # Ýçerik[_1]
1.2       riegler  4662:    'copy Error'
                   4663: => 'copy Error',
                   4664: # copy Errveya
                   4665:    'course[_10]'
                   4666: => 'course[_10]',
                   4667: # kurs[_10]
                   4668:    'course[_11]'
                   4669: => 'course[_11]',
                   4670: # kurs[_11]
                   4671:    'course[_1]'
                   4672: => 'course[_1]',
                   4673: # kurs[_1]
                   4674:    'course[_2]'
                   4675: => 'course[_2]',
                   4676: # kurs[_2]
                   4677:    'course[_3]'
                   4678: => 'course[_3]',
                   4679: # kurs[_3]
                   4680:    'course[_4]'
                   4681: => 'course[_4]',
                   4682: # kurs[_4]
                   4683:    'course[_5]'
                   4684: => 'course[_5]',
                   4685: # kurs[_5]
                   4686:    'course[_6]'
                   4687: => 'course[_6]',
                   4688: # kurs[_6]
                   4689:    'course[_7]'
                   4690: => 'course[_7]',
                   4691: # kurs[_7]
                   4692:    'course[_8]'
                   4693: => 'course[_8]',
                   4694: # kurs[_8]
                   4695:    'course[_9]'
                   4696: => 'course[_9]',
                   4697: # kurs[_9]
                   4698:    'create[_1]'
                   4699: => 'create[_1]',
1.5       bisitz   4700: # Oluþtur[_1]
1.2       riegler  4701:    'currently does not exist'
                   4702: => 'currently does not exist',
                   4703: # curTekrarntly does not exist
                   4704:    'custom'
                   4705: => 'custom',
                   4706: # cus-em
                   4707:    'custom distribution file'
                   4708: => 'custom distribution file',
                   4709: # cus-em distribution Dosya
                   4710:    'discuss[_1]'
                   4711: => 'discuss[_1]',
1.5       bisitz   4712: # tartýþmak[_1]
1.2       riegler  4713:    'docs[_1]'
                   4714: => 'docs[_1]',
1.5       bisitz   4715: # dökümanlar[_1]
1.2       riegler  4716:    'docs[_2]'
                   4717: => 'docs[_2]',
1.5       bisitz   4718: # dökümanlar[_2]
1.2       riegler  4719:    'domain'
                   4720: => 'domain',
                   4721: # Alan
                   4722:    'due date'
                   4723: => 'due date',
                   4724: # Yeterli d-dee
                   4725:    'edit crs[_1]'
                   4726: => 'edit crs[_1]',
1.5       bisitz   4727: # crs düzenleör[_1]
1.2       riegler  4728:    'ences[_1]'
                   4729: => 'ences[_1]',
                   4730: # Tekrarnzen[_1]
                   4731:    'enroll[_1]'
                   4732: => 'enroll[_1]',
1.5       bisitz   4733: # Üye Olmak[_1]
1.2       riegler  4734:    'enter[_1]'
                   4735: => 'enter[_1]',
1.5       bisitz   4736: # Giriþ[_1]
1.2       riegler  4737:    'evaluate[_1]'
                   4738: => 'evaluate[_1]',
1.5       bisitz   4739: # deðerlSonirmek[_1]
1.2       riegler  4740:    'exit[_1]'
                   4741: => 'exit[_1]',
1.5       bisitz   4742: # Çýkýþ[_1]
1.2       riegler  4743:    'expired or revoked'
                   4744: => 'expired or revoked',
                   4745: # expiTekrard veya Tekrarvoked
                   4746:    'extension'
                   4747: => 'extension',
                   4748: 
                   4749:    'external'
                   4750: => 'external',
                   4751: 
                   4752:    'feedback[_1]'
                   4753: => 'feedback[_1]',
                   4754: # geri bildirim[_1]
                   4755:    'file<br />extension'
                   4756: => 'file<br />extension',
                   4757: # Dosya<br />extension
                   4758:    'first name'
                   4759: => 'first name',
1.5       bisitz   4760: # first Ýsim
1.2       riegler  4761:    'for'
                   4762: => 'for',
                   4763: # fveya
                   4764:    'for <b>all resources in the course</b>'
                   4765: => 'for <b>all resources in the course</b>',
1.5       bisitz   4766: # fveya <b>Bütün kaynaklar in the kurs</b>
1.2       riegler  4767:    'for <b>all students in course</b>'
                   4768: => 'for <b>all students in course</b>',
1.5       bisitz   4769: # fveya <b>Bütün ÖðTekrarncis Kursta</b>
1.2       riegler  4770:    'for [_1]'
                   4771: => 'for [_1]',
                   4772: # fveya [_1]
                   4773:    'for section [_1]'
                   4774: => 'for section [_1]',
1.5       bisitz   4775: # fveya Bölüm [_1]
1.2       riegler  4776:    'for the map named [_1]'
                   4777: => 'for the map named [_1]',
1.5       bisitz   4778: # fveya the Harita Ýsimd [_1]
1.2       riegler  4779:    'for the resource named [_1]'
                   4780: => 'for the resource named [_1]',
1.5       bisitz   4781: # fveya the kaynak Ýsimd [_1]
1.2       riegler  4782:    'for visible separation'
                   4783: => 'for visible separation',
                   4784: # fveya visible separ-deion
                   4785:    'forward[_1]'
                   4786: => 'forward[_1]',
                   4787: # fveyaward[_1]
                   4788:    'from'
                   4789: => 'from',
                   4790: # -dan
                   4791:    'from current subdirectory'
                   4792: => 'from current subdirectory',
                   4793: # -dan curTekrarnt subdiTekrarctveyay
                   4794:    'generation'
                   4795: => 'generation',
                   4796: # gener-deion
                   4797:    'grades[_1]'
                   4798: => 'grades[_1]',
                   4799: # DeTekrarce[_1]
                   4800:    'grades[_2]'
                   4801: => 'grades[_2]',
                   4802: # DeTekrarce[_2]
                   4803:    'have different numbers and answers'
                   4804: => 'have different numbers and answers',
                   4805: # have diffeTekrarnt numbers and Cevaplas
                   4806:    'helper'
                   4807: => 'helper',
1.5       bisitz   4808: # Yardýmer
1.2       riegler  4809:    'htmlarea_lang'
                   4810: => 'htmlarea_lang',
                   4811: # HTMLaTekrara_lang
                   4812:    'in'
                   4813: => 'in',
                   4814: 
                   4815:    'in domain'
                   4816: => 'in domain',
                   4817: # in Alan
                   4818:    'instructor'
                   4819: => 'instructor',
1.5       bisitz   4820: # inyapýveya
1.2       riegler  4821:    'internal'
                   4822: => 'internal',
                   4823: 
                   4824:    'is in this state by royal decree.'
                   4825: => 'is in this state by royal decree.',
1.5       bisitz   4826: # is in bu st-dee -tarafýndan royal decTekrare.
1.2       riegler  4827:    'is ready for download'
                   4828: => 'is ready for download',
1.5       bisitz   4829: # is Tekrarady fveya downYükleme
1.2       riegler  4830:    'last name'
                   4831: => 'last name',
1.5       bisitz   4832: # last Ýsim
1.2       riegler  4833:    'library[_1]'
                   4834: => 'library[_1]',
1.5       bisitz   4835: # kütüphane[_1]
1.2       riegler  4836:    'loginproblems.html'
                   4837: => 'loginproblems.html',
                   4838: 
                   4839:    'make these dates the default for future enrollment'
                   4840: => 'make these dates the default for future enrollment',
1.5       bisitz   4841: # make these d-dees the Eksiklik fveya futuTekrar Üye OlmÖðleden öncent
1.2       riegler  4842:    'manage[_1]'
                   4843: => 'manage[_1]',
1.5       bisitz   4844: # ÝTarihkrar[_1]
1.2       riegler  4845:    'middle name'
                   4846: => 'middle name',
1.5       bisitz   4847: # middle Ýsim
1.2       riegler  4848:    'most recent'
                   4849: => 'most recent',
                   4850: # most Tekrarcent
                   4851:    'my[_1]'
                   4852: => 'my[_1]',
                   4853: # benim[_1]
                   4854:    'name'
                   4855: => 'name',
1.5       bisitz   4856: # Ýsim
1.2       riegler  4857:    'name only visible to course faculty'
                   4858: => 'name only visible to course faculty',
1.5       bisitz   4859: # Ýsim only visible -e kurs faculty
1.2       riegler  4860:    'navigate[_1]'
                   4861: => 'navigate[_1]',
1.5       bisitz   4862: # YönlSonirmek[_1]
1.2       riegler  4863:    'nication[_1]'
                   4864: => 'nication[_1]',
                   4865: # nikasyon[_1]
                   4866:    'no ending date'
                   4867: => 'no ending date',
                   4868: # no Soning d-dee
                   4869:    'number'
                   4870: => 'number',
                   4871: 
                   4872:    'number of tries'
                   4873: => 'number of tries',
                   4874: # number -in Denemeler
                   4875:    'obsolete replacement'
                   4876: => 'obsolete replacement',
1.5       bisitz   4877: # eskimiþ Tekrarplacement
1.2       riegler  4878:    'only check if you know what you are doing'
                   4879: => 'only check if you know what you are doing',
                   4880: # only check if you know wh-de you aTekrar doing
                   4881:    'only search domain'
                   4882: => 'only search domain',
                   4883: # only aramak Alan
                   4884:    'opening date'
                   4885: => 'opening date',
1.5       bisitz   4886: # Açing d-dee
1.2       riegler  4887:    'optional'
                   4888: => 'optional',
                   4889: 
                   4890:    'or any other value'
                   4891: => 'or any other value',
                   4892: # veya any other value
                   4893:    'parms[_1]'
                   4894: => 'parms[_1]',
1.5       bisitz   4895: # pÖðleden önce[_1]
1.2       riegler  4896:    'prefer-[_1]'
                   4897: => 'prefer-[_1]',
                   4898: # tercih-[_1]
                   4899:    'prev &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]'
                   4900: => 'prev &nbsp; [_3]reload[_4] &nbsp; [_5]next[_6]',
1.5       bisitz   4901: # pTekrarv &nbsp; [_3]TekrarYükleme[_4] &nbsp; [_5]Sonraki[_6]
1.2       riegler  4902:    'private'
                   4903: => 'private',
                   4904: # priv-dee
                   4905:    'problem weight'
                   4906: => 'problem weight',
                   4907: 
                   4908:    'public'
                   4909: => 'public',
                   4910: 
                   4911:    'publisher<br />owner'
                   4912: => 'publisher<br />owner',
1.5       bisitz   4913: # Yayýnlamaer<br />owner
1.2       riegler  4914:    'resource[_1]'
                   4915: => 'resource[_1]',
                   4916: # kaynak[_1]
                   4917:    'role,role,...'
                   4918: => 'role,role,...',
                   4919: # rol,rol,...
                   4920:    'role[_1]'
                   4921: => 'role[_1]',
                   4922: # rol[_1]
                   4923:    'role[_2]'
                   4924: => 'role[_2]',
                   4925: # rol[_2]
                   4926:    'roles[_1]'
                   4927: => 'roles[_1]',
                   4928: # roller[_1]
                   4929:    'search[_1]'
                   4930: => 'search[_1]',
                   4931: # aramak[_1]
                   4932:    'search[_2]'
                   4933: => 'search[_2]',
                   4934: # aramak[_2]
                   4935:    'section'
                   4936: => 'section',
1.5       bisitz   4937: # Bölüm
1.2       riegler  4938:    'selected students'
                   4939: => 'selected students',
1.5       bisitz   4940: # Seçed ÖðTekrarncis
1.2       riegler  4941:    'send[_1]'
                   4942: => 'send[_1]',
                   4943: # sSon[_1]
                   4944:    'set[_1]'
                   4945: => 'set[_1]',
                   4946: # koymak[_1]
                   4947:    'space[_1]'
                   4948: => 'space[_1]',
1.5       bisitz   4949: # boþluk[_1]
1.2       riegler  4950:    'space[_2]'
                   4951: => 'space[_2]',
1.5       bisitz   4952: # boþluk[_2]
1.2       riegler  4953:    'spellcheck_lang'
                   4954: => 'spellcheck_lang',
                   4955: 
                   4956:    'standard'
                   4957: => 'standard',
                   4958: 
                   4959:    'standard LaTeX mode'
                   4960: => 'standard LaTeX mode',
                   4961: # standard L-deeX mode
                   4962:    'standard courses only'
                   4963: => 'standard courses only',
                   4964: # standard kurss only
                   4965:    'stats[_1]'
                   4966: => 'stats[_1]',
                   4967: # st-des[_1]
                   4968:    'struct[_1]'
                   4969: => 'struct[_1]',
1.5       bisitz   4970: # yapý[_1]
1.2       riegler  4971:    'struct[_2]'
                   4972: => 'struct[_2]',
1.5       bisitz   4973: # yapý[_2]
1.2       riegler  4974:    'student'
                   4975: => 'student',
1.5       bisitz   4976: # ÖðTekrarnci
1.2       riegler  4977:    'student name'
                   4978: => 'student name',
1.5       bisitz   4979: # ÖðTekrarnci Ýsim
1.2       riegler  4980:    'switch[_1]'
                   4981: => 'switch[_1]',
1.5       bisitz   4982: # deðiþtirmek[_1]
1.2       riegler  4983:    'switch[_2]'
                   4984: => 'switch[_2]',
1.5       bisitz   4985: # deðiþtirmek[_2]
1.2       riegler  4986:    'template'
                   4987: => 'template',
                   4988: # templ-dee
                   4989:    'to'
                   4990: => 'to',
                   4991: # -e
                   4992:    'to [_1] ([_2])'
                   4993: => 'to [_1] ([_2])',
                   4994: # -e [_1] ([_2])
                   4995:    'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231'
                   4996: => 'to interface with institutional data, e.g., fs03glg231 for Fall 2003 Geology 231',
1.5       bisitz   4997: # -e interface with institutional d-dea, e.g., fs03glg231 fveya FBütün 2003 Geology 231
1.2       riegler  4998:    'unable to enroll'
                   4999: => 'unable to enroll',
1.5       bisitz   5000: # unable -e Üye Olmak
1.2       riegler  5001:    'uncheck all'
                   5002: => 'uncheck all',
1.5       bisitz   5003: # uncheck Bütün
1.2       riegler  5004:    'use related words'
                   5005: => 'use related words',
                   5006: # use Tekrarl-deed wveyads
                   5007:    'user[_1]'
                   5008: => 'user[_1]',
1.5       bisitz   5009: # kullanýcý[_1]
1.2       riegler  5010:    'username'
                   5011: => 'username',
1.5       bisitz   5012: # kullanýcýÝsim
1.2       riegler  5013:    'versions of this problem'
                   5014: => 'versions of this problem',
                   5015: # Versiyons -in bu problem
                   5016:    'versus'
                   5017: => 'versus',
                   5018: 
                   5019:    'view[_1]'
                   5020: => 'view[_1]',
1.5       bisitz   5021: # Görünüm[_1]
1.2       riegler  5022:    'waiting on [_1]'
                   5023: => 'waiting on [_1]',
                   5024: # bekle [_1]
                   5025:    'what you just saw on the screen'
                   5026: => 'what you just saw on the screen',
                   5027: # wh-de you just saw on the scTekraren
                   5028:    'with server'
                   5029: => 'with server',
                   5030: # with Sunucu
                   5031:    'yes'
                   5032: => 'yes',
                   5033: # Evet
                   5034: 
                   5035: 
                   5036: #SYNC Tue Aug 15 14:43:22 2006
                   5037:    'Enter my portfolio space'
                   5038: => 'Enter my portfolio space',
1.5       bisitz   5039: # Giriþ benim pvey-defolio boþluk
1.2       riegler  5040:    'No syllabus information provided.'
                   5041: => 'No syllabus information provided.',
1.5       bisitz   5042: # No MüfTekrardat Programý infveyam-deion provided.
1.2       riegler  5043:    'Post Discussion'
                   5044: => 'Post Discussion',
1.5       bisitz   5045: # Post tartýþmakion
1.2       riegler  5046:    'Sorry ...'
                   5047: => 'Sorry ...',
                   5048: # Sveyary ...
                   5049:    'This resource might be part of another course.'
                   5050: => 'This resource might be part of another course.',
1.5       bisitz   5051: # bu kaynak might be bölüm -in aNother kurs.
1.2       riegler  5052: 
                   5053: 
                   5054: #SYNC Tue Aug 15 16:12:15 2006
                   5055:    'Agree'
                   5056: => 'Agree',
                   5057: # AgTekrare
                   5058:    'Any comments? '
                   5059: => 'Any comments? ',
                   5060: 
                   5061:    'Copy this column'
                   5062: => 'Copy this column',
                   5063: # Copy bu Column
                   5064:    'Disagree'
                   5065: => 'Disagree',
                   5066: # DisagTekrare
                   5067:    'General Intro'
                   5068: => 'General Intro',
                   5069: # Genel intro
                   5070:    'Greek Symbols'
                   5071: => 'Greek Symbols',
                   5072: # GTekrarek Symbols
                   5073:    'HTML character enties'
                   5074: => 'HTML character enties',
                   5075: 
                   5076:    'Highest Grade Level'
                   5077: => 'Highest Grade Level',
                   5078: 
                   5079:    'If you are viewing this online, copy and paste the text from any of the right columns into your text area to get the symbol on the left.'
                   5080: => 'If you are viewing this online, copy and paste the text from any of the right columns into your text area to get the symbol on the left.',
1.5       bisitz   5081: # If you aTekrar Görünüming bu online, copy and paste the Text -dan any -in the right Columns in-e your Text aTekrara -e get the symbol on the left.
1.2       riegler  5082:    'LON-CAPA Help'
                   5083: => 'LON-CAPA Help',
1.5       bisitz   5084: # LON-CAPA Yardým
1.2       riegler  5085:    'Landscape'
                   5086: => 'Landscape',
                   5087: 
                   5088:    'Launch navigation window'
                   5089: => 'Launch navigation window',
                   5090: # Launch navig-deion window
                   5091:    'Lowest Grade Level'
                   5092: => 'Lowest Grade Level',
                   5093: 
                   5094:    'Mark all posts read'
                   5095: => 'Mark all posts read',
1.5       bisitz   5096: # Mark Bütün posts Tekrarad
1.2       riegler  5097:    'My question/comment/feedback:'
                   5098: => 'My question/comment/feedback:',
                   5099: # benim question/comment/geri bildirim:
                   5100:    'Not set -'
                   5101: => 'Not set -',
                   5102: # Not koymak -
                   5103:    'Other Symbols'
                   5104: => 'Other Symbols',
                   5105: 
                   5106:    'Please check at least one of the following feedback types:'
                   5107: => 'Please check at least one of the following feedback types:',
                   5108: # Please check -de least one -in the following geri bildirim Tipis:
                   5109:    'Please rank the following criteria:'
                   5110: => 'Please rank the following criteria:',
                   5111: 
                   5112:    'Portrait'
                   5113: => 'Portrait',
                   5114: # Pvey-derait
                   5115:    'Question about resource content'
                   5116: => 'Question about resource content',
                   5117: # Question about kaynak content
                   5118:    'Question/Comment/Feedback about course policy'
                   5119: => 'Question/Comment/Feedback about course policy',
                   5120: # Question/Comment/geri bildirim about kurs policy
                   5121:    'Select a Course to Enter'
                   5122: => 'Select a Course to Enter',
1.5       bisitz   5123: # Seç kurs -e Giriþ
1.2       riegler  5124:    'Sending Messages'
                   5125: => 'Sending Messages',
                   5126: # SSoning Messages
                   5127:    'Show Me My First Homework Problem'
                   5128: => 'Show Me My First Homework Problem',
                   5129: # Show Me benim First Homewveyak problem
                   5130:    'Standards'
                   5131: => 'Standards',
                   5132: 
                   5133:    'Strongly Agree'
                   5134: => 'Strongly Agree',
                   5135: # Strongly AgTekrare
                   5136:    'Strongly Disagree'
                   5137: => 'Strongly Disagree',
                   5138: # Strongly DisagTekrare
                   5139:    'Symbol'
                   5140: => 'Symbol',
                   5141: 
                   5142:    'The material appears to be correct '
                   5143: => 'The material appears to be correct ',
1.15      bisitz   5144: # The m-deerial appears -e be cveyaTekrarct
1.2       riegler  5145:    'The material is helpful '
                   5146: => 'The material is helpful ',
1.15      bisitz   5147: # The m-deerial is Yardýmful
1.2       riegler  5148:    'The material is presented in a clear way '
                   5149: => 'The material is presented in a clear way ',
1.15      bisitz   5150: # The m-deerial is pTekrarsented in a clear way
1.2       riegler  5151:    'The resource is technically correct (loads fast enough, does not produce errors, links work, etc) '
                   5152: => 'The resource is technically correct (loads fast enough, does not produce errors, links work, etc) ',
1.15      bisitz   5153: # The kaynak is technicBütüny cveyaTekrarct (Yüklemes fast eNough, does Not produce errveyas, links wveyak, etc)
1.2       riegler  5154: 
                   5155: 
                   5156: #SYNC Tue Aug 15 18:55:42 2006
                   5157: 
1.3       riegler  5158: 
                   5159: #SYNC Fri Aug 18 20:46:55 2006
                   5160:    'HTML character entities'
                   5161: => 'HTML character entities',
                   5162: 
                   5163: 
1.1       www      5164: #SYNCMARKER
                   5165: );
                   5166: 
                   5167: 1;
                   5168: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>