Changeset 647342
- Timestamp:
- 01/03/2013 08:50:14 AM (13 years ago)
- Location:
- dippler/trunk
- Files:
-
- 3 edited
-
classes/dippler-activity-manager.php (modified) (2 diffs)
-
languages/dippler-lang-et.mo (modified) (previous)
-
languages/dippler-lang-et.po (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dippler/trunk/classes/dippler-activity-manager.php
r616851 r647342 91 91 $str .= __( 'approved', $dipplerWP->getTextdomain() ); 92 92 break; 93 case 'ANSWER': 94 $str .= __( 'added answer', $dipplerWP->getTextdomain() ); 95 break; 93 96 default: 94 97 $str .= ' '.$this->event; … … 101 104 break; 102 105 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 } 104 111 break; 105 112 case 'Answer': -
dippler/trunk/languages/dippler-lang-et.po
r634023 r647342 3 3 "Project-Id-Version: Dippler for Wordpress\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 201 2-12-04 16:39+0200\n"6 "PO-Revision-Date: 201 2-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" 7 7 "Last-Translator: Raido Kuli <kuli@hk.tlu.ee>\n" 8 8 "Language-Team: \n" … … 222 222 msgstr "Liik" 223 223 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 228 225 msgid "Maxpoints" 229 226 msgstr "Maksimumpunktid" … … 234 231 235 232 #: ../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 239 234 msgid "Deadline" 240 235 msgstr "Tähtaeg" … … 260 255 msgstr "Hinne / punktid" 261 256 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 266 258 msgid "Feedback" 267 259 msgstr "Tagasiside" … … 329 321 msgstr "heaks kiidetud" 330 322 331 #: ../classes/dippler-activity-manager.php:100 323 #: ../classes/dippler-activity-manager.php:94 324 msgid "added answer" 325 msgstr "lisas vastuse" 326 327 #: ../classes/dippler-activity-manager.php:103 332 328 msgid "post" 333 329 msgstr "postitus" 334 330 335 #: ../classes/dippler-activity-manager.php:10 3331 #: ../classes/dippler-activity-manager.php:106 336 332 msgid "assignment" 337 333 msgstr "ülesanne" 338 334 339 #: ../classes/dippler-activity-manager.php:106 335 #: ../classes/dippler-activity-manager.php:108 336 msgid "for assignment" 337 msgstr "ülesandele" 338 339 #: ../classes/dippler-activity-manager.php:112 340 340 msgid "submission" 341 341 msgstr "esitamine" 342 342 343 #: ../classes/dippler-activity-manager.php:1 09343 #: ../classes/dippler-activity-manager.php:115 344 344 msgid "course" 345 345 msgstr "kursus" 346 346 347 #: ../classes/dippler-activity-manager.php:11 2347 #: ../classes/dippler-activity-manager.php:118 348 348 msgid "learning outcome" 349 349 msgstr "õppetulemus" 350 350 351 #: ../classes/dippler-activity-manager.php:1 15351 #: ../classes/dippler-activity-manager.php:121 352 352 msgid "learner" 353 353 msgstr "õppija" 354 354 355 #: ../classes/dippler-activity-manager.php:1 18355 #: ../classes/dippler-activity-manager.php:124 356 356 msgid "group" 357 357 msgstr "grupp" 358 358 359 #: ../classes/dippler-activity-manager.php:12 1359 #: ../classes/dippler-activity-manager.php:127 360 360 msgid "resource folder" 361 361 msgstr "materjalide kaust" 362 362 363 #: ../classes/dippler-activity-manager.php:1 24363 #: ../classes/dippler-activity-manager.php:130 364 364 msgid "facilitator" 365 365 msgstr "õpetaja" 366 366 367 #: ../classes/dippler-activity-manager.php:1 27367 #: ../classes/dippler-activity-manager.php:133 368 368 msgid "learning resource" 369 369 msgstr "õppematerjal" … … 676 676 msgstr "Avaldatud" 677 677 678 #: ../classes/dippler-html-builder.php:404 679 #: ../classes/dippler-html-builder.php:419 680 #, fuzzy 681 msgid "Grade / Points" 682 msgstr "Hinne / punktid" 683 684 #: ../classes/dippler-html-builder.php:412 685 #, fuzzy 686 msgid "View your submission" 687 msgstr "Vaata esitatud tööd" 688 689 #: ../classes/dippler-html-builder.php:416 690 msgid "Posted on" 691 msgstr "" 692 693 #: ../classes/dippler-html-builder.php:434 694 #, fuzzy 695 msgid "No assignments found..." 696 msgstr "ülesanne" 697 698 #: ../classes/dippler-html-builder.php:453 699 msgid "Mark as done" 700 msgstr "" 701 702 #: ../classes/dippler-html-builder.php:456 703 #, fuzzy 704 msgid "Submission" 705 msgstr "esitamine" 706 707 #: ../classes/dippler-html-builder.php:461 708 #, fuzzy 709 msgid "Edit submission" 710 msgstr "Vaata esitatud tööd" 711 712 #: ../classes/dippler-html-builder.php:466 713 msgid "Marked as done" 714 msgstr "" 715 716 #: ../classes/dippler-html-builder.php:473 717 msgid "Take test" 718 msgstr "" 719 720 #: ../classes/dippler-html-builder.php:475 721 msgid "View test results" 722 msgstr "" 723 678 724 #: ../classes/dippler-learning-resources-manager.php:165 679 725 msgid "URL" … … 715 761 msgid "Portfolio" 716 762 msgstr "Portfoolio" 717 718 #: ../themes/twentyeleven_dippler/dippler-assignments-page.php:34719 #: ../themes/twentyten_dippler/dippler-assignments-page.php:34720 #: ../themes/twentytwelve_dippler/dippler-assignments-page.php:34721 msgid "Mark as done"722 msgstr ""723 724 #: ../themes/twentyeleven_dippler/dippler-assignments-page.php:36725 #: ../themes/twentyten_dippler/dippler-assignments-page.php:36726 #: ../themes/twentytwelve_dippler/dippler-assignments-page.php:36727 #, fuzzy728 msgid "Submission"729 msgstr "esitamine"730 731 #: ../themes/twentyeleven_dippler/dippler-assignments-page.php:42732 #: ../themes/twentyten_dippler/dippler-assignments-page.php:42733 #: ../themes/twentytwelve_dippler/dippler-assignments-page.php:42734 msgid "Take test"735 msgstr ""736 737 #: ../themes/twentyeleven_dippler/dippler-assignments-page.php:44738 #: ../themes/twentyten_dippler/dippler-assignments-page.php:44739 #: ../themes/twentytwelve_dippler/dippler-assignments-page.php:44740 msgid "View test results"741 msgstr ""742 743 #: ../themes/twentyeleven_dippler/dippler-assignments-page.php:48744 #: ../themes/twentyten_dippler/dippler-assignments-page.php:48745 #: ../themes/twentytwelve_dippler/dippler-assignments-page.php:48746 #, fuzzy747 msgid "Edit submission"748 msgstr "Vaata esitatud tööd"749 750 #: ../themes/twentyeleven_dippler/dippler-assignments-page.php:51751 #: ../themes/twentyten_dippler/dippler-assignments-page.php:51752 #: ../themes/twentytwelve_dippler/dippler-assignments-page.php:51753 msgid "Marked as done"754 msgstr ""755 756 #: ../themes/twentyeleven_dippler/dippler-assignments-page.php:59757 #: ../themes/twentyeleven_dippler/dippler-assignments-page.php:74758 #: ../themes/twentyten_dippler/dippler-assignments-page.php:59759 #: ../themes/twentyten_dippler/dippler-assignments-page.php:74760 #: ../themes/twentytwelve_dippler/dippler-assignments-page.php:59761 #: ../themes/twentytwelve_dippler/dippler-assignments-page.php:74762 #, fuzzy763 msgid "Grade / Points"764 msgstr "Hinne / punktid"765 766 #: ../themes/twentyeleven_dippler/dippler-assignments-page.php:67767 #: ../themes/twentyten_dippler/dippler-assignments-page.php:67768 #: ../themes/twentytwelve_dippler/dippler-assignments-page.php:67769 #, fuzzy770 msgid "View your submission"771 msgstr "Vaata esitatud tööd"772 773 #: ../themes/twentyeleven_dippler/dippler-assignments-page.php:71774 #: ../themes/twentyten_dippler/dippler-assignments-page.php:71775 #: ../themes/twentytwelve_dippler/dippler-assignments-page.php:71776 msgid "Posted on"777 msgstr ""778 779 #: ../themes/twentyeleven_dippler/dippler-assignments-page.php:89780 #: ../themes/twentyten_dippler/dippler-assignments-page.php:89781 #: ../themes/twentytwelve_dippler/dippler-assignments-page.php:89782 #, fuzzy783 msgid "No assignments found..."784 msgstr "ülesanne"785 763 786 764 #: ../themes/twentyeleven_dippler/dippler-blog-page.php:41
Note: See TracChangeset
for help on using the changeset viewer.