~ubuntu-branches/ubuntu/hoary/moodle/hoary

« back to all changes in this revision

Viewing changes to lang/tr/choice.php

  • Committer: Bazaar Package Importer
  • Author(s): Isaac Clerencia
  • Date: 2004-12-29 00:49:52 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041229004952-gliyqzpj2w3e7clx
Tags: 1.4.3-1
* Urgency high as upstream release fixes several security bugs
* New upstream release
* Write database creation errors and warn the user about it, 
closes: #285842, #285842

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?PHP // $Id: choice.php,v 1.1 2002/12/10 09:57:58 moodler Exp $
2
 
 
3
 
#------------------------------------------------------------
4
 
$string['modulename'] = "Choice";
5
 
$string['modulenameplural'] = "Choices";
6
 
#------------------------------------------------------------
7
 
 
8
 
$string['answered'] = "Yan�tland�";
9
 
$string['choice'] = "Se�enek \$a";
10
 
$string['choicename'] = "Se�enek Ad�";
11
 
$string['choicetext'] = "Se�enek Metni";
12
 
$string['notanswered'] = "Hen�z Yan�tlanmad�";
13
 
$string['responses'] = "Yan�tlar";
14
 
$string['responsesto'] = "\$a 'e Yan�t";
15
 
$string['savemychoice'] = "Se�eneklerimi Kaydet";
16
 
$string['viewallresponses'] = "\$a 'in Yan�tlar�n� G�ster";
17
 
?>
 
1
<?PHP // $Id$ 
 
2
      // choice.php - created with Moodle 1.4 (2004083100)
 
3
 
 
4
 
 
5
$string['allowupdate'] = 'Anketin g�ncellenmesine izin ver';
 
6
$string['answered'] = 'Yan�tland�';
 
7
$string['choice'] = 'Anket $a';
 
8
$string['choiceclose'] = '-e kadar';
 
9
$string['choicename'] = 'Ankat ad�';
 
10
$string['choiceopen'] = 'A��k';
 
11
$string['choicetext'] = 'Anket Metni';
 
12
$string['havetologin'] = 'Anketi g�ndermeden �nce giri� yapmal�s�n�z';
 
13
$string['modulename'] = 'Anket';
 
14
$string['modulenameplural'] = 'Anketler';
 
15
$string['mustchooseone'] = 'Kaydetmeden �nce bir cevap se�melisiniz. Hi�bir�ey kaydedilmedi';
 
16
$string['notanswered'] = 'Hen�z Yan�tlanmad�';
 
17
$string['notopenyet'] = '�zg�n�z, bu etkinli�e $a -a kadar ula��lamaz';
 
18
$string['privacy'] = 'Sonu�lar� gizle';
 
19
$string['publish'] = 'Sonu�lar� yay�nla';
 
20
$string['publishafteranswer'] = 'Yan�tlad�klar�nda sonucu ��rencilere g�ster';
 
21
$string['publishafterclose'] = 'Sonu�lar� sadece anket kapatat�ld���nda ��rencilere g�ster';
 
22
$string['publishalways'] = 'Her zaman sonu�lar� ��rencilere g�ster';
 
23
$string['publishanonymous'] = 'Anonim sonu�lar� yay�nla, ��renci isimlerini g�sterme';
 
24
$string['publishnames'] = 'T�m sonu�lar� ��rencilere yay�nla';
 
25
$string['publishnot'] = 'Sonu�lar� ��rencilere yay�nlama';
 
26
$string['responses'] = 'Yan�tlar';
 
27
$string['responsesto'] = '$a \'e Yan�t';
 
28
$string['savemychoice'] = 'Se�eneklerimi kaydet';
 
29
$string['showunanswered'] = 'Yan�tlanmam�� s�tunu g�ster';
 
30
$string['timerestrict'] = 'Yan�tlamay� �u zamana kadar k�s�tla';
 
31
$string['viewallresponses'] = '$a \'in Yan�tlar�n� G�ster';
 
32
 
 
33
?>