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

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

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