-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessages.pot
1005 lines (786 loc) · 22.7 KB
/
messages.pot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Translations template for PROJECT.
# Copyright (C) 2013 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-14 16:39+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
#: troikalearning/forms.py:31
msgid "First Name *"
msgstr ""
#: troikalearning/forms.py:34
msgid "Last Name *"
msgstr ""
#: troikalearning/forms.py:37
msgid "Alias"
msgstr ""
#: troikalearning/forms.py:38 troikalearning/forms.py:47
msgid "Email Address *"
msgstr ""
#: troikalearning/forms.py:40 troikalearning/forms.py:49
#: troikalearning/forms.py:111 troikalearning/forms.py:115
msgid "Not a valid email address"
msgstr ""
#: troikalearning/forms.py:41 troikalearning/forms.py:50
msgid "Password *"
msgstr ""
#: troikalearning/forms.py:43 troikalearning/forms.py:59
#: troikalearning/forms.py:120
msgid "Passwords must match"
msgstr ""
#: troikalearning/forms.py:44
msgid "Repeat Password *"
msgstr ""
#: troikalearning/forms.py:58
msgid "New Password"
msgstr ""
#: troikalearning/forms.py:60
msgid "Repeat New Password"
msgstr ""
#: troikalearning/forms.py:61
msgid "Current Password *"
msgstr ""
#: troikalearning/forms.py:65
msgid "Title *"
msgstr ""
#: troikalearning/forms.py:68
msgid "Description *"
msgstr ""
#: troikalearning/forms.py:71 troikalearning/templates/troika.html:48
msgid "Language"
msgstr ""
#: troikalearning/forms.py:74
msgid "Finnish"
msgstr ""
#: troikalearning/forms.py:74
msgid "English"
msgstr ""
#: troikalearning/forms.py:74
msgid "Swedish"
msgstr ""
#: troikalearning/forms.py:75 troikalearning/templates/troika.html:47
msgid "Address"
msgstr ""
#: troikalearning/forms.py:77
msgid "Address Addendum"
msgstr ""
#: troikalearning/forms.py:79
msgid "Start Date"
msgstr ""
#: troikalearning/forms.py:80
msgid "Start Time (hours, minutes)"
msgstr ""
#: troikalearning/forms.py:82
msgid "Hours must be between 0 and 23"
msgstr ""
#: troikalearning/forms.py:83
msgid "Start Time (min)"
msgstr ""
#: troikalearning/forms.py:85
msgid "Minutes must be between 0 and 59"
msgstr ""
#: troikalearning/forms.py:86
msgid "Duration (min)"
msgstr ""
#: troikalearning/forms.py:88
msgid "Troika has to last at least one minute"
msgstr ""
#: troikalearning/forms.py:89 troikalearning/templates/troika.html:122
msgid "Max Participants"
msgstr ""
#: troikalearning/forms.py:91
msgid "Minumum of three participants"
msgstr ""
#: troikalearning/forms.py:92
msgid "Your role in the Troika"
msgstr ""
#: troikalearning/forms.py:93
msgid "I will lead this"
msgstr ""
#: troikalearning/forms.py:94
msgid "I want someone else to lead this"
msgstr ""
#: troikalearning/forms.py:98
msgid ""
"Share us your thoughts on Troika. What do you like? What could be "
"improved?"
msgstr ""
#: troikalearning/forms.py:108
msgid "Role"
msgstr ""
#: troikalearning/forms.py:109
msgid "Troika Id"
msgstr ""
#: troikalearning/forms.py:110 troikalearning/forms.py:114
msgid "Email Address"
msgstr ""
#: troikalearning/forms.py:118
msgid "New Password *"
msgstr ""
#: troikalearning/forms.py:121
msgid "Repeat New Password *"
msgstr ""
#: troikalearning/security.py:117
msgid "Invalid redirect target"
msgstr ""
#: troikalearning/views.py:75
msgid "Invalid language form"
msgstr ""
#: troikalearning/views.py:120
msgid "You were logged in"
msgstr ""
#: troikalearning/views.py:127
msgid "Invalid email/password"
msgstr ""
#: troikalearning/views.py:135
msgid "User with given email or alias already exists"
msgstr ""
#: troikalearning/views.py:142
msgid "Registration successful, you were logged in"
msgstr ""
#: troikalearning/views.py:159
msgid "You need to login or register first"
msgstr ""
#: troikalearning/views.py:176
msgid "Could not find user with given email"
msgstr ""
#: troikalearning/views.py:178
msgid "Troikalearning.org password reset"
msgstr ""
#: troikalearning/views.py:182
msgid ""
"Go to the following link to reset your password in the troikalearning.org"
" website:"
msgstr ""
#: troikalearning/views.py:185
msgid ""
"If you did not ask for your password to be reset, you can ignore this "
"message."
msgstr ""
#: troikalearning/views.py:189
#, python-format
msgid "Password reset instructions sent to %(email)s"
msgstr ""
#: troikalearning/views.py:191
msgid "Invalid forgot form"
msgstr ""
#: troikalearning/views.py:198
msgid "Invalid password reset link"
msgstr ""
#: troikalearning/views.py:208
msgid "Password reset successful, you were logged in"
msgstr ""
#: troikalearning/views.py:240
msgid "Information updated"
msgstr ""
#: troikalearning/views.py:242
msgid "Invalid password"
msgstr ""
#: troikalearning/views.py:297 troikalearning/views.py:307
#: troikalearning/views.py:308 troikalearning/views.py:309
msgid "Not set"
msgstr ""
#: troikalearning/views.py:340
msgid "Invalid Troika Id"
msgstr ""
#: troikalearning/views.py:342
msgid "Can not invite to a completed Troika"
msgstr ""
#: troikalearning/views.py:344
#, python-format
msgid "Come join the Troika \"%(title)s\"!"
msgstr ""
#: troikalearning/views.py:348
#, python-format
msgid "%(user)s thought you should join the Troika \"%(title)s\":"
msgstr ""
#: troikalearning/views.py:355
msgid "the lead"
msgstr ""
#: troikalearning/views.py:357
msgid "Troika already has a lead"
msgstr ""
#: troikalearning/views.py:360
msgid "the first learner"
msgstr ""
#: troikalearning/views.py:362
msgid "Troika already has a first learner"
msgstr ""
#: troikalearning/views.py:365
msgid "the second learner"
msgstr ""
#: troikalearning/views.py:367
msgid "Troika already has a second learner"
msgstr ""
#: troikalearning/views.py:369
msgid "a participant"
msgstr ""
#: troikalearning/views.py:371
msgid "Invalid role: "
msgstr ""
#: troikalearning/views.py:373
#, python-format
msgid "as %(role)s."
msgstr ""
#: troikalearning/views.py:375
msgid "What do you say?"
msgstr ""
#: troikalearning/views.py:379
#, python-format
msgid "Invite sent to %(email)s"
msgstr ""
#: troikalearning/views.py:381
msgid "Invalid invite form"
msgstr ""
#: troikalearning/views.py:419
msgid "Only the creator or the lead can edit the Troika"
msgstr ""
#: troikalearning/views.py:435 troikalearning/templates/edit_troika.html:62
msgid "Save Troika"
msgstr ""
#: troikalearning/views.py:438 troikalearning/views.py:673
msgid ""
"When a date is set, you must also give values for hours, minutes and "
"duration"
msgstr ""
#: troikalearning/views.py:442 troikalearning/views.py:677
msgid "Start time for the Troika must be in the future"
msgstr ""
#: troikalearning/views.py:458 troikalearning/views.py:518
msgid "Troika activated!"
msgstr ""
#: troikalearning/views.py:461
msgid "Troika saved"
msgstr ""
#: troikalearning/views.py:465 troikalearning/templates/edit_troika.html:65
msgid "Delete Troika"
msgstr ""
#: troikalearning/views.py:468
#, python-format
msgid "Troika \"%(title)s\" deleted"
msgstr ""
#: troikalearning/views.py:489
msgid "Troika Team"
msgstr ""
#: troikalearning/views.py:490
msgid "Salla, Olli, Petro and Timo"
msgstr ""
#: troikalearning/views.py:499
#, python-format
msgid "Troika \"%(title)s\" activated!"
msgstr ""
#: troikalearning/views.py:500 troikalearning/views.py:523
#, python-format
msgid "Congratulations! The Troika \"%(title)s\":"
msgstr ""
#: troikalearning/views.py:503
msgid "has now been activated. You can view the participants on the Troika page."
msgstr ""
#: troikalearning/views.py:505
msgid "Happy learnings!"
msgstr ""
#: troikalearning/views.py:522
#, python-format
msgid "Troika \"%(title)s\" is just about to be born!"
msgstr ""
#: troikalearning/views.py:526
msgid "has now all three participants!"
msgstr ""
#: troikalearning/views.py:528
msgid "Your job now is to:"
msgstr ""
#: troikalearning/views.py:530
msgid "1. decide on the remaining open details for the Troika,"
msgstr ""
#: troikalearning/views.py:531
msgid ""
"2. go to the Troika page and press \"Edit Troika\" (visible for the lead "
"and creator),"
msgstr ""
#: troikalearning/views.py:532
msgid "3. add the missing information and press \"Save Troika\"."
msgstr ""
#: troikalearning/views.py:534
msgid "Get going!"
msgstr ""
#: troikalearning/views.py:536
msgid "[insert inspirational quote about balalaikas here]"
msgstr ""
#: troikalearning/views.py:550
msgid "Start time is in the past, change it before activating Troika"
msgstr ""
#: troikalearning/views.py:554
#, python-format
msgid "Troika %(title)s activated"
msgstr ""
#: troikalearning/views.py:557
msgid ""
"Troika can only be activated by the creator or lead after all required "
"information is set"
msgstr ""
#: troikalearning/views.py:570
msgid "The Troika already has a lead"
msgstr ""
#: troikalearning/views.py:575
#, python-format
msgid "You are now the lead of %(title)s"
msgstr ""
#: troikalearning/views.py:579
msgid "The Troika already has a first learner"
msgstr ""
#: troikalearning/views.py:584
#, python-format
msgid "You are now the first learner of %(title)s"
msgstr ""
#: troikalearning/views.py:588
msgid "The Troika already has a second learner"
msgstr ""
#: troikalearning/views.py:593
#, python-format
msgid "You are now the second learner of %(title)s"
msgstr ""
#: troikalearning/views.py:597 troikalearning/views.py:610
msgid "You are already participating in the Troika"
msgstr ""
#: troikalearning/views.py:600
msgid "There is no more room in this Troika"
msgstr ""
#: troikalearning/views.py:604
#, python-format
msgid "You are now participating in %(title)s"
msgstr ""
#: troikalearning/views.py:607
msgid "Unknown Troika role: %(role)"
msgstr ""
#: troikalearning/views.py:623
msgid "You are not the lead of this Troika"
msgstr ""
#: troikalearning/views.py:627
#, python-format
msgid "You are no longer the lead of %(title)s"
msgstr ""
#: troikalearning/views.py:631
msgid "You are not the first learner of this Troika"
msgstr ""
#: troikalearning/views.py:635
#, python-format
msgid "You are no longer the first learner of %(title)s"
msgstr ""
#: troikalearning/views.py:639
msgid "You are not the second learner of this Troika"
msgstr ""
#: troikalearning/views.py:643
#, python-format
msgid "You are no longer the second learner of %(title)s"
msgstr ""
#: troikalearning/views.py:647
msgid "You are not participating in the Troika"
msgstr ""
#: troikalearning/views.py:651
#, python-format
msgid "You are no longer participating in %(title)s"
msgstr ""
#: troikalearning/views.py:655
#, python-format
msgid "Unknown Troika role: %(role)s"
msgstr ""
#: troikalearning/views.py:658
msgid "You can not leave a Troika that is complete"
msgstr ""
#: troikalearning/views.py:695
msgid "Troika Created"
msgstr ""
#: troikalearning/views.py:721
msgid "Feedback saved. Thank you!"
msgstr ""
#: troikalearning/views.py:736
msgid "You were logged out"
msgstr ""
#: troikalearning/templates/about.html:4
#: troikalearning/templates/edit_troika.html:4
#: troikalearning/templates/feedback.html:4
#: troikalearning/templates/login.html:4 troikalearning/templates/reset.html:4
#: troikalearning/templates/troika.html:4 troikalearning/templates/user.html:4
msgid "Home"
msgstr ""
#: troikalearning/templates/about.html:6
#: troikalearning/templates/layout.html:75
#: troikalearning/templates/troikas.html:4
msgid "About"
msgstr ""
#: troikalearning/templates/about.html:14
msgid "Contents"
msgstr ""
#: troikalearning/templates/about.html:15
#: troikalearning/templates/about.html:24
msgid "What Is Troika?"
msgstr ""
#: troikalearning/templates/about.html:16
#: troikalearning/templates/about.html:40
msgid "How Does It Work?"
msgstr ""
#: troikalearning/templates/about.html:17
#: troikalearning/templates/about.html:65
msgid "Who are we?"
msgstr ""
#: troikalearning/templates/about.html:18
#: troikalearning/templates/about.html:82
msgid "Contact us"
msgstr ""
#: troikalearning/templates/about.html:26
msgid "Troika's mission is to empower people"
msgstr ""
#: troikalearning/templates/about.html:27
msgid ""
"to share and create new knowledge with each other. We want to remove "
"common \n"
" obstacles that usually prohibit this. We want to encourage people"
" to recognize their own abilities, skills and\n"
" knowledge."
msgstr ""
#: troikalearning/templates/about.html:30
msgid "Troika is a hassle-free coordinator and organizer"
msgstr ""
#: troikalearning/templates/about.html:31
msgid ""
"for peer learning. Whether you want to share knowledge or receive it, "
"Troika offers a platform \n"
" where people can arrange peer learning events and spread the word"
" of the event to other people interested in the \n"
" topic."
msgstr ""
#: troikalearning/templates/about.html:34
msgid "Troika's focus is on in-person meetings"
msgstr ""
#: troikalearning/templates/about.html:35
msgid ""
"of three or more people. A \"troika\" means \"of three\". When three "
"people get together \n"
" at a Troika event, the organized Troika is considered a great "
"success!"
msgstr ""
#: troikalearning/templates/about.html:42
msgid "Three easy steps:"
msgstr ""
#: troikalearning/templates/about.html:44
msgid "Discover a Topic."
msgstr ""
#: troikalearning/templates/about.html:44
msgid "Browse topics"
msgstr ""
#: troikalearning/templates/about.html:45
msgid ""
"people have suggested as Troika events. Join a Troika that interests you "
"either as a \n"
" learner, participant or even lead. You are of course also "
"welcome to"
msgstr ""
#: troikalearning/templates/about.html:47
msgid "create your own Troika"
msgstr ""
#: troikalearning/templates/about.html:48
msgid ""
"Give your Troika event a title, a description, language and select your "
"role in the Troika. If you want, \n"
" you can also suggest a time and a place and set the maximum "
"number of participants in the Troika. After the Troika \n"
" is created, you can invite people to join your Troika on the "
"Troika page, or just \n"
" take a rest and wait for people to discover your Troika!"
msgstr ""
#: troikalearning/templates/about.html:52
msgid "Meet People."
msgstr ""
#: troikalearning/templates/about.html:52
msgid ""
"When you and two other people have found each other in a Troika event, \n"
" you will receive email from us containing the email addresses "
"of the three of you. If all the details were given \n"
" by the Troika creator, the Troika is now activated. If not, "
"this is the time to agree on the remaining details and \n"
" then add that information to the Troika event by pressing "
"\"Edit Troika\" on the Troika page. After that other people will be \n"
" able to join your Troika, limited of course by the maximum "
"number of participants you have specified."
msgstr ""
#: troikalearning/templates/about.html:57
msgid "Learn Stuff."
msgstr ""
#: troikalearning/templates/about.html:57
msgid ""
"Enjoy your Troika event and learn things from each other! Finally \n"
" remember to spread the word about your Troika event for others "
"to be encouraged and set \n"
" up more Troikas to share their knowledge."
msgstr ""
#: troikalearning/templates/about.html:67
msgid ""
"Troika is the brain child of Olli Parviainen, Petro Poutanen, \n"
" Salla Laaksonen and Timo Tiuraniemi who also developed this site."
msgstr ""
#: troikalearning/templates/about.html:69
msgid "Troika website is open source software developed under"
msgstr ""
#: troikalearning/templates/about.html:71
msgid "Affero GNU Public Licence v3"
msgstr ""
#: troikalearning/templates/about.html:72
msgid "Get the source code"
msgstr ""
#: troikalearning/templates/about.html:73
msgid "here"
msgstr ""
#: troikalearning/templates/about.html:75
msgid "Development of Troika is supported by"
msgstr ""
#: troikalearning/templates/about.html:76
msgid "and"
msgstr ""
#: troikalearning/templates/about.html:84
msgid "Give instant feedback about Troika"
msgstr ""
#: troikalearning/templates/about.html:86
msgid "For general questions about Troika, send email to"
msgstr ""
#: troikalearning/templates/about.html:88
msgid "For questions about this site, send email to"
msgstr ""
#: troikalearning/templates/edit_troika.html:6
msgid "Create"
msgstr ""
#: troikalearning/templates/edit_troika.html:6
msgid "Edit"
msgstr ""
#: troikalearning/templates/edit_troika.html:16
msgid ""
"When you fill up this form you will become a\n"
" creator for a new pending Troika. The Troika will\n"
" become active once two other participants have\n"
" confirmed their attendance, you have agreed\n"
" on time and place of the Troika, and either Troika\n"
" is activated automatically or \"Activate Troika\" \n"
" has been clicked."
msgstr ""
#: troikalearning/templates/edit_troika.html:28
msgid "You can use the"
msgstr ""
#: troikalearning/templates/edit_troika.html:29
msgid "Markdown format"
msgstr ""
#: troikalearning/templates/edit_troika.html:30
msgid ""
"to add elements and formatting to the description. For example, to add a "
"hyperlink use "
msgstr ""
#: troikalearning/templates/edit_troika.html:57
msgid "Create Troika"
msgstr ""
#: troikalearning/templates/feedback.html:6
#: troikalearning/templates/feedback.html:12
msgid "Feedback"
msgstr ""
#: troikalearning/templates/feedback.html:17
msgid "Anonymous"
msgstr ""
#: troikalearning/templates/feedback.html:31
msgid "Save"
msgstr ""
#: troikalearning/templates/layout.html:47
#: troikalearning/templates/login.html:6
msgid "Login / Register"
msgstr ""
#: troikalearning/templates/layout.html:50
msgid "Logout"
msgstr ""
#: troikalearning/templates/layout.html:97
#: troikalearning/templates/macros.html:20
msgid "Error"
msgstr ""
#: troikalearning/templates/layout.html:104
msgid "Give Feedback"
msgstr ""
#: troikalearning/templates/login.html:12
#: troikalearning/templates/login.html:20
msgid "Login"
msgstr ""
#: troikalearning/templates/login.html:25
msgid "Forgot password?"
msgstr ""
#: troikalearning/templates/login.html:35
msgid "Enter your email address"
msgstr ""
#: troikalearning/templates/login.html:42
msgid "Send reset email"
msgstr ""
#: troikalearning/templates/login.html:49
#: troikalearning/templates/login.html:63
msgid "Register"
msgstr ""
#: troikalearning/templates/macros.html:2
msgid "Discover a Topic. Meet People. Learn Stuff."
msgstr ""
#: troikalearning/templates/macros.html:12
msgid "Hassle-Free Peer Learning"
msgstr ""
#: troikalearning/templates/macros.html:27
msgid ""
"Alias to use instead of your real name. Set an alias only \n"
" if you do not want your real name to be public on this web site."
msgstr ""
#: troikalearning/templates/macros.html:50
msgid "Send email"
msgstr ""
#: troikalearning/templates/reset.html:6
msgid "Reset password"
msgstr ""
#: troikalearning/templates/reset.html:12
msgid "Reset Password"
msgstr ""
#: troikalearning/templates/reset.html:20
msgid "Save Password"
msgstr ""
#: troikalearning/templates/troika.html:14
msgid "Edit Troika"
msgstr ""
#: troikalearning/templates/troika.html:18
msgid "Login or register to join Troika!"
msgstr ""
#: troikalearning/templates/troika.html:22
msgid "This Troika is currently full"
msgstr ""
#: troikalearning/templates/troika.html:30
msgid "Description"
msgstr ""
#: troikalearning/templates/troika.html:35
msgid "Status"
msgstr ""
#: troikalearning/templates/troika.html:37
msgid "Active"
msgstr ""
#: troikalearning/templates/troika.html:39
msgid "Pending"
msgstr ""
#: troikalearning/templates/troika.html:41
msgid "Pending, huddle in progress"
msgstr ""
#: troikalearning/templates/troika.html:43
msgid "Complete"
msgstr ""
#: troikalearning/templates/troika.html:45
msgid "Start time"
msgstr ""
#: troikalearning/templates/troika.html:46
msgid "End time"
msgstr ""
#: troikalearning/templates/troika.html:53
msgid "Lead"
msgstr ""
#: troikalearning/templates/troika.html:57
msgid "Lead this Troika"
msgstr ""
#: troikalearning/templates/troika.html:60
#: troikalearning/templates/troika.html:83
#: troikalearning/templates/troika.html:106
#: troikalearning/templates/troika.html:130
msgid "No one yet"
msgstr ""
#: troikalearning/templates/troika.html:64
msgid "Invite lead"
msgstr ""
#: troikalearning/templates/troika.html:65
msgid "Give the email address of the person you want to invite to lead."
msgstr ""
#: troikalearning/templates/troika.html:72
#: troikalearning/templates/troika.html:95
#: troikalearning/templates/troika.html:118
#: troikalearning/templates/troika.html:138
msgid "Leave this Troika"
msgstr ""
#: troikalearning/templates/troika.html:76
msgid "First Learner"
msgstr ""
#: troikalearning/templates/troika.html:80
msgid "Be the first learner in this Troika"
msgstr ""
#: troikalearning/templates/troika.html:87
msgid "Invite first learner"
msgstr ""
#: troikalearning/templates/troika.html:88
msgid ""
"Give the email address of the person you want to invite to be the first "
"learner."
msgstr ""
#: troikalearning/templates/troika.html:99
msgid "Second Learner"
msgstr ""
#: troikalearning/templates/troika.html:103
msgid "Be the second learner in this Troika"
msgstr ""
#: troikalearning/templates/troika.html:110
msgid "Invite second learner"
msgstr ""
#: troikalearning/templates/troika.html:111
msgid ""
"Give the email address of the person you want to invite to be the second "
"learner."
msgstr ""
#: troikalearning/templates/troika.html:123
msgid "Participants"
msgstr ""
#: troikalearning/templates/troika.html:134
msgid "Participate in this Troika"
msgstr ""
#: troikalearning/templates/troika.html:143
msgid "Invite participant"
msgstr ""
#: troikalearning/templates/troika.html:144
msgid ""
"Give the email address of a person you want to invite to be participate "
"in this Troika."
msgstr ""
#: troikalearning/templates/troika.html:153
msgid "Activate Troika"
msgstr ""
#: troikalearning/templates/troikas.html:12
msgid "Create a new Troika event"
msgstr ""
#: troikalearning/templates/troikas.html:22
msgid "Active Troikas"
msgstr ""
#: troikalearning/templates/troikas.html:24
msgid "Upcoming Troikas you can join."
msgstr ""
#: troikalearning/templates/troikas.html:39
#: troikalearning/templates/troikas.html:72
#: troikalearning/templates/troikas.html:102
msgid "Unbelievable. No entries."
msgstr ""
#: troikalearning/templates/troikas.html:53
msgid "Pending Troikas"
msgstr ""
#: troikalearning/templates/troikas.html:55
msgid "Suggested Troikas not yet activated. Check if you can help!"
msgstr ""
#: troikalearning/templates/troikas.html:86
msgid "Completed Troikas"
msgstr ""
#: troikalearning/templates/troikas.html:88
msgid "Succesfully held Troikas."
msgstr ""
#: troikalearning/templates/user.html:6 troikalearning/templates/user.html:12
msgid "User Information"
msgstr ""