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

« back to all changes in this revision

Viewing changes to lang/lt/dialogue.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$ 
 
2
      // dialogue.php - created with Moodle 1.5 development (2004082300)
 
3
 
 
4
 
 
5
$string['addmynewentries'] = 'Prid�ti mano naujus �ra�us';
 
6
$string['addmynewentry'] = 'Prid�ti mano nauj� �ra��';
 
7
$string['addsubject'] = 'Prid�ti Tem�';
 
8
$string['allowmultiple'] = 'Leisti daugiau nei vien� dialog� su tuo pa�iu �mogum';
 
9
$string['allowstudentdialogues'] = 'Leisti dialogus tarp student�';
 
10
$string['close'] = 'U�daryti';
 
11
$string['closed'] = 'U�daryta';
 
12
$string['typereply'] = '�veskite atsakym� �ia';
 
13
 
 
14
?>