Plugin Directory

Changeset 647342


Ignore:
Timestamp:
01/03/2013 08:50:14 AM (13 years ago)
Author:
raido357
Message:

Added missing handling of ANSWER type of events.

Location:
dippler/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • dippler/trunk/classes/dippler-activity-manager.php

    r616851 r647342  
    9191                $str .= __( 'approved', $dipplerWP->getTextdomain() );
    9292                break;
     93            case 'ANSWER':
     94                $str .= __( 'added answer', $dipplerWP->getTextdomain() );
     95                break;
    9396            default:
    9497                $str .= ' '.$this->event;
     
    101104                break;
    102105            case 'Assignment':
    103                 $str .= ' '.__( 'assignment', $dipplerWP->getTextdomain() );
     106                if ( $this->event == 'ANSWER' ) {
     107                    $str .= ' '.__( 'for assignment', $dipplerWP->getTextdomain() );
     108                } else {
     109                    $str .= ' '.__( 'assignment', $dipplerWP->getTextdomain() );
     110                }
    104111                break;
    105112            case 'Answer':
  • dippler/trunk/languages/dippler-lang-et.po

    r634023 r647342  
    33"Project-Id-Version: Dippler for Wordpress\n"
    44"Report-Msgid-Bugs-To: \n"
    5 "POT-Creation-Date: 2012-12-04 16:39+0200\n"
    6 "PO-Revision-Date: 2012-12-04 16:40+0200\n"
     5"POT-Creation-Date: 2013-01-03 10:48+0200\n"
     6"PO-Revision-Date: 2013-01-03 10:48+0200\n"
    77"Last-Translator: Raido Kuli <kuli@hk.tlu.ee>\n"
    88"Language-Team: \n"
     
    222222msgstr "Liik"
    223223
    224 #: ../main.php:1369
    225 #: ../themes/twentyeleven_dippler/dippler-assignments-page.php:57
    226 #: ../themes/twentyten_dippler/dippler-assignments-page.php:57
    227 #: ../themes/twentytwelve_dippler/dippler-assignments-page.php:57
     224#: ../main.php:1369 ../classes/dippler-html-builder.php:402
    228225msgid "Maxpoints"
    229226msgstr "Maksimumpunktid"
     
    234231
    235232#: ../main.php:1371 ../classes/dippler-html-builder.php:212
    236 #: ../themes/twentyeleven_dippler/dippler-assignments-page.php:23
    237 #: ../themes/twentyten_dippler/dippler-assignments-page.php:23
    238 #: ../themes/twentytwelve_dippler/dippler-assignments-page.php:23
     233#: ../classes/dippler-html-builder.php:396
    239234msgid "Deadline"
    240235msgstr "Tähtaeg"
     
    260255msgstr "Hinne / punktid"
    261256
    262 #: ../main.php:1397
    263 #: ../themes/twentyeleven_dippler/dippler-assignments-page.php:80
    264 #: ../themes/twentyten_dippler/dippler-assignments-page.php:80
    265 #: ../themes/twentytwelve_dippler/dippler-assignments-page.php:80
     257#: ../main.php:1397 ../classes/dippler-html-builder.php:425
    266258msgid "Feedback"
    267259msgstr "Tagasiside"
     
    329321msgstr "heaks kiidetud"
    330322
    331 #: ../classes/dippler-activity-manager.php:100
     323#: ../classes/dippler-activity-manager.php:94
     324msgid "added answer"
     325msgstr "lisas vastuse"
     326
     327#: ../classes/dippler-activity-manager.php:103
    332328msgid "post"
    333329msgstr "postitus"
    334330
    335 #: ../classes/dippler-activity-manager.php:103
     331#: ../classes/dippler-activity-manager.php:106
    336332msgid "assignment"
    337333msgstr "ülesanne"
    338334
    339 #: ../classes/dippler-activity-manager.php:106
     335#: ../classes/dippler-activity-manager.php:108
     336msgid "for assignment"
     337msgstr "ülesandele"
     338
     339#: ../classes/dippler-activity-manager.php:112
    340340msgid "submission"
    341341msgstr "esitamine"
    342342
    343 #: ../classes/dippler-activity-manager.php:109
     343#: ../classes/dippler-activity-manager.php:115
    344344msgid "course"
    345345msgstr "kursus"
    346346
    347 #: ../classes/dippler-activity-manager.php:112
     347#: ../classes/dippler-activity-manager.php:118
    348348msgid "learning outcome"
    349349msgstr "õppetulemus"
    350350
    351 #: ../classes/dippler-activity-manager.php:115
     351#: ../classes/dippler-activity-manager.php:121
    352352msgid "learner"
    353353msgstr "õppija"
    354354
    355 #: ../classes/dippler-activity-manager.php:118
     355#: ../classes/dippler-activity-manager.php:124
    356356msgid "group"
    357357msgstr "grupp"
    358358
    359 #: ../classes/dippler-activity-manager.php:121
     359#: ../classes/dippler-activity-manager.php:127
    360360msgid "resource folder"
    361361msgstr "materjalide kaust"
    362362
    363 #: ../classes/dippler-activity-manager.php:124
     363#: ../classes/dippler-activity-manager.php:130
    364364msgid "facilitator"
    365365msgstr "õpetaja"
    366366
    367 #: ../classes/dippler-activity-manager.php:127
     367#: ../classes/dippler-activity-manager.php:133
    368368msgid "learning resource"
    369369msgstr "õppematerjal"
     
    676676msgstr "Avaldatud"
    677677
     678#: ../classes/dippler-html-builder.php:404
     679#: ../classes/dippler-html-builder.php:419
     680#, fuzzy
     681msgid "Grade / Points"
     682msgstr "Hinne / punktid"
     683
     684#: ../classes/dippler-html-builder.php:412
     685#, fuzzy
     686msgid "View your submission"
     687msgstr "Vaata esitatud tööd"
     688
     689#: ../classes/dippler-html-builder.php:416
     690msgid "Posted on"
     691msgstr ""
     692
     693#: ../classes/dippler-html-builder.php:434
     694#, fuzzy
     695msgid "No assignments found..."
     696msgstr "ülesanne"
     697
     698#: ../classes/dippler-html-builder.php:453
     699msgid "Mark as done"
     700msgstr ""
     701
     702#: ../classes/dippler-html-builder.php:456
     703#, fuzzy
     704msgid "Submission"
     705msgstr "esitamine"
     706
     707#: ../classes/dippler-html-builder.php:461
     708#, fuzzy
     709msgid "Edit submission"
     710msgstr "Vaata esitatud tööd"
     711
     712#: ../classes/dippler-html-builder.php:466
     713msgid "Marked as done"
     714msgstr ""
     715
     716#: ../classes/dippler-html-builder.php:473
     717msgid "Take test"
     718msgstr ""
     719
     720#: ../classes/dippler-html-builder.php:475
     721msgid "View test results"
     722msgstr ""
     723
    678724#: ../classes/dippler-learning-resources-manager.php:165
    679725msgid "URL"
     
    715761msgid "Portfolio"
    716762msgstr "Portfoolio"
    717 
    718 #: ../themes/twentyeleven_dippler/dippler-assignments-page.php:34
    719 #: ../themes/twentyten_dippler/dippler-assignments-page.php:34
    720 #: ../themes/twentytwelve_dippler/dippler-assignments-page.php:34
    721 msgid "Mark as done"
    722 msgstr ""
    723 
    724 #: ../themes/twentyeleven_dippler/dippler-assignments-page.php:36
    725 #: ../themes/twentyten_dippler/dippler-assignments-page.php:36
    726 #: ../themes/twentytwelve_dippler/dippler-assignments-page.php:36
    727 #, fuzzy
    728 msgid "Submission"
    729 msgstr "esitamine"
    730 
    731 #: ../themes/twentyeleven_dippler/dippler-assignments-page.php:42
    732 #: ../themes/twentyten_dippler/dippler-assignments-page.php:42
    733 #: ../themes/twentytwelve_dippler/dippler-assignments-page.php:42
    734 msgid "Take test"
    735 msgstr ""
    736 
    737 #: ../themes/twentyeleven_dippler/dippler-assignments-page.php:44
    738 #: ../themes/twentyten_dippler/dippler-assignments-page.php:44
    739 #: ../themes/twentytwelve_dippler/dippler-assignments-page.php:44
    740 msgid "View test results"
    741 msgstr ""
    742 
    743 #: ../themes/twentyeleven_dippler/dippler-assignments-page.php:48
    744 #: ../themes/twentyten_dippler/dippler-assignments-page.php:48
    745 #: ../themes/twentytwelve_dippler/dippler-assignments-page.php:48
    746 #, fuzzy
    747 msgid "Edit submission"
    748 msgstr "Vaata esitatud tööd"
    749 
    750 #: ../themes/twentyeleven_dippler/dippler-assignments-page.php:51
    751 #: ../themes/twentyten_dippler/dippler-assignments-page.php:51
    752 #: ../themes/twentytwelve_dippler/dippler-assignments-page.php:51
    753 msgid "Marked as done"
    754 msgstr ""
    755 
    756 #: ../themes/twentyeleven_dippler/dippler-assignments-page.php:59
    757 #: ../themes/twentyeleven_dippler/dippler-assignments-page.php:74
    758 #: ../themes/twentyten_dippler/dippler-assignments-page.php:59
    759 #: ../themes/twentyten_dippler/dippler-assignments-page.php:74
    760 #: ../themes/twentytwelve_dippler/dippler-assignments-page.php:59
    761 #: ../themes/twentytwelve_dippler/dippler-assignments-page.php:74
    762 #, fuzzy
    763 msgid "Grade / Points"
    764 msgstr "Hinne / punktid"
    765 
    766 #: ../themes/twentyeleven_dippler/dippler-assignments-page.php:67
    767 #: ../themes/twentyten_dippler/dippler-assignments-page.php:67
    768 #: ../themes/twentytwelve_dippler/dippler-assignments-page.php:67
    769 #, fuzzy
    770 msgid "View your submission"
    771 msgstr "Vaata esitatud tööd"
    772 
    773 #: ../themes/twentyeleven_dippler/dippler-assignments-page.php:71
    774 #: ../themes/twentyten_dippler/dippler-assignments-page.php:71
    775 #: ../themes/twentytwelve_dippler/dippler-assignments-page.php:71
    776 msgid "Posted on"
    777 msgstr ""
    778 
    779 #: ../themes/twentyeleven_dippler/dippler-assignments-page.php:89
    780 #: ../themes/twentyten_dippler/dippler-assignments-page.php:89
    781 #: ../themes/twentytwelve_dippler/dippler-assignments-page.php:89
    782 #, fuzzy
    783 msgid "No assignments found..."
    784 msgstr "ülesanne"
    785763
    786764#: ../themes/twentyeleven_dippler/dippler-blog-page.php:41
Note: See TracChangeset for help on using the changeset viewer.