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

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

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