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

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

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