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

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

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