Diff for /loncom/localize/localize/tr.pm between versions 1.19 and 1.22

version 1.19, 2011/11/09 13:14:16 version 1.22, 2013/12/06 12:11:13
Line 43  use base qw(Apache::localize); Line 43  use base qw(Apache::localize);
 'date_am' => 'Öðleden Önce',  'date_am' => 'Öðleden Önce',
 'date_pm' => 'Öðleden Sonra',  'date_pm' => 'Öðleden Sonra',
   
    'Arabic - UTF'  
 => 'ﺎﻠﻋﺮﺒﻳﺓ - UTF',  
   
    'German - UTF'  
 => 'Deutsch - UTF',  
   
    'English - UTF'  
 => 'English - UTF',  
   
    'Spanish (Castellan) - UTF'  
 => 'español (castellano) - UTF',  
   
    'Persian - UTF'  
 => 'ﺍیﺭﺎﻧی - UTF',  
   
    'French - UTF'  
 => 'français - UTF',  
   
    'Hebrew - UTF'  
 => 'עברית - UTF',  
   
    'Japanese - UTF'  
 => '日本語 - UTF',  
   
    'Portuguese - UTF'  
 => 'Português - UTF',  
   
    'Russian - UTF'  
 => 'Русский - UTF',  
   
    'Turkish - UTF'  
 => 'türkçe - UTF',  
   
    'Chinese Simplified - UTF'  
 => '简体中文 - UTF',  
   
    'Swedish Chef - UTF'     'Swedish Chef - UTF'
 => 'Swedish Chef - UTF',  => 'Swedish Chef - UTF',
   
Line 238  use base qw(Apache::localize); Line 202  use base qw(Apache::localize);
    'Supplemental Course Documents'     'Supplemental Course Documents'
 => 'Tamamlayýcý Kurs Dökümanlarý',  => 'Tamamlayýcý Kurs Dökümanlarý',
   
    'Bulletin Board'     'Discussion Board'
 => 'Bülten Tahtasý',  => 'Bülten Tahtasý',
   
    'Special Documents'     'Special Documents'
Line 930  use base qw(Apache::localize); Line 894  use base qw(Apache::localize);
    'Create a new course'     'Create a new course'
 => 'Yeni kurs oluþtur',  => 'Yeni kurs oluþtur',
   
    'Delete messages from bulletin boards'     'Delete messages from discussion boards'
 => 'Ýþaretli Mesajlarý Sil',  => 'Ýþaretli Mesajlarý Sil',
   
    'Domain only - use limited to courses in the domain'     'Domain only - use limited to courses in the domain'
Line 1608  use base qw(Apache::localize); Line 1572  use base qw(Apache::localize);
    'About Me'     'About Me'
 => 'Benim hakkýmda',  => 'Benim hakkýmda',
   
    'Bulletin Board/Discussion'     'Discussion Board/Discussion'
 => 'Ýlan/Tartýþma Tahtasý',  => 'Ýlan/Tartýþma Tahtasý',
   
    'Clear All'     'Clear All'
Line 2661  use base qw(Apache::localize); Line 2625  use base qw(Apache::localize);
    '<b>[_1]</b>: Unable to enroll.  No password specified.'     '<b>[_1]</b>: Unable to enroll.  No password specified.'
 => '<b>[_1]</b>: Unable to enroll.  No password specified.',  => '<b>[_1]</b>: Unable to enroll.  No password specified.',
 # <b>[_1]</b>: Unable -e Üye Olmak.  No passwveyad specified.  # <b>[_1]</b>: Unable -e Üye Olmak.  No passwveyad specified.
    '<b>[_1]</b>: Unacceptable username for user [_2] [_3] [_4] [_5]'     'Unacceptable username [_1] for user [_2] [_3] [_4] [_5]'
 => '<b>[_1]</b>: Unacceptable username for user [_2] [_3] [_4] [_5]',  => 'Unacceptable username [_1] for user [_2] [_3] [_4] [_5]',
 # <b>[_1]</b>: Unacceptable kullanýcýÝsim fveya kullanýcý [_2] [_3] [_4] [_5]  # Unacceptable kullanýcýÝsim [_1] fveya kullanýcý [_2] [_3] [_4] [_5]
      'Unacceptable domain [_1] for user [_2] [_3] [_4] [_5]'
   => 'Unacceptable domain [_1] for user [_2] [_3] [_4] [_5]',
   
    '<p>Your current LON-CAPA domain is &quot;<b>[_1]</b>&quot;.</p>'     '<p>Your current LON-CAPA domain is &quot;<b>[_1]</b>&quot;.</p>'
 => '<p>Your current LON-CAPA domain is &quot;<b>[_1]</b>&quot;.</p>',  => '<p>Your current LON-CAPA domain is &quot;<b>[_1]</b>&quot;.</p>',
 # <p>Your curTekrarnt LON-CAPA Alan is &quot;<b>[_1]</b>&quot;.</p>  # <p>Your curTekrarnt LON-CAPA Alan is &quot;<b>[_1]</b>&quot;.</p>

Removed from v.1.19  
changed lines
  Added in v.1.22


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