mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 07:28:31 +01:00
30 lines
1.3 KiB
PHP
30 lines
1.3 KiB
PHP
|
<?PHP // $Id$
|
|||
|
// journal.php - created with Moodle 1.0.8.1 (2003011200)
|
|||
|
|
|||
|
|
|||
|
$string['alwaysopen'] = "Totdeauna deschis";
|
|||
|
$string['blankentry'] = "Intrare goal<61>";
|
|||
|
$string['daysavailable'] = "Zile disponibile";
|
|||
|
$string['editingended'] = "Timpul alocat pentru completare a expirat";
|
|||
|
$string['editingends'] = "Timpul alocat pentru completare expir<69>";
|
|||
|
$string['feedbackupdated'] = "Feedback actualizat pentru \$a intr<74>ri";
|
|||
|
$string['journalname'] = "Nume jurnal";
|
|||
|
$string['journalquestion'] = "<EFBFBD>ntrebare jurnal";
|
|||
|
$string['journalrating1'] = "Nesatisf<EFBFBD>c<EFBFBD>tor";
|
|||
|
$string['journalrating2'] = "Satisf<EFBFBD>c<EFBFBD>tor";
|
|||
|
$string['journalrating3'] = "Remarcabil";
|
|||
|
$string['modulename'] = "Jurnal";
|
|||
|
$string['modulenameplural'] = "Jurnale";
|
|||
|
$string['newjournalentries'] = "Intrare jurnal nou<6F>";
|
|||
|
$string['noentry'] = "Nici o intrare";
|
|||
|
$string['noratinggiven'] = "Nici o evaluare efectuat<61>";
|
|||
|
$string['notopenuntil'] = "Acest jurnal nu va fi deschis p<>n<EFBFBD>";
|
|||
|
$string['notstarted'] = "<EFBFBD>nc<EFBFBD> nu ai pornit completarea acestui jurnal ";
|
|||
|
$string['overallrating'] = "Evaluare general<61>";
|
|||
|
$string['rate'] = "Evalueaz<EFBFBD>";
|
|||
|
$string['saveallfeedback'] = "Salveaz<EFBFBD> toate feedback-urile mele";
|
|||
|
$string['startoredit'] = "Porne<EFBFBD>te sau modific<69> intrarea mea de jurnal";
|
|||
|
$string['viewallentries'] = "Arat<EFBFBD> \$a intr<74>ri de jurnal";
|
|||
|
|
|||
|
?>
|