~ubuntu-branches/ubuntu/breezy/moodle/breezy

« back to all changes in this revision

Viewing changes to lang/sk/questionnaire.php

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Mitchell
  • Date: 2005-10-13 02:00:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051013020059-y2qcyo41t7nqppcg
Tags: 1.5.2-1ubuntu1
* Resync with debian (security update)
* changed dependencys to php5
* changed apache dependency to apache2 
* References
  CAN-2005-2247

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?PHP // $Id$ 
 
2
      // questionnaire.php - created with Moodle 1.5 ALPHA (2005051500)
 
3
 
 
4
 
 
5
$string['alreadyfilled'] = 'U� ste n�m vyplnili tento dotazn�k. �akujeme.';
 
6
$string['modulename'] = 'Dotazn�k';
 
7
$string['modulenameplural'] = 'Dotazn�ky';
 
8
$string['mustcomplete'] = '<b>Ak chcete vyplni� tento dotazn�k, mus�te tak urobi� <i>teraz</i>. Nesk�r u� nebude mo�n� Va�e odpovede zaznamena�.</b><br /><br />';
 
9
$string['notavail'] = 'Tento dotazn�k dosia� nie je dostupn�. Sk�ste to, pros�m, nesk�r.';
 
10
$string['qmanage'] = 'Spr�va dotazn�kov';
 
11
$string['qmanagetitle'] = 'Spr�va dotazn�ka phpESP';
 
12
$string['qtype'] = 'Typ';
 
13
$string['questionnaireid'] = 'Dotazn�k';
 
14
$string['respondenttype'] = 'Typ respondenta';
 
15
 
 
16
?>