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

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

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