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

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

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