File tree Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -912,3 +912,9 @@ msgstr "Dürfen wir Ihren Vortrag aufnehmen?"
912
912
913
913
msgid "Aww, why not?"
914
914
msgstr "Aww, wieso nicht?"
915
+
916
+ msgid "Friend of Perl"
917
+ msgstr "Freund von Perl"
918
+
919
+ msgid "Future Friend of Perl"
920
+ msgstr "Zukünftiger Freund von Perl"
Original file line number Diff line number Diff line change @@ -1439,3 +1439,9 @@ msgstr "May we record your talk?"
1439
1439
1440
1440
msgid "Aww, why not?"
1441
1441
msgstr "Aww, why not?"
1442
+
1443
+ msgid "Friend of Perl"
1444
+ msgstr "Friend of Perl"
1445
+
1446
+ msgid "Future Friend of Perl"
1447
+ msgstr "Future Friend of Perl"
Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ if (window.act) {
87
87
[% END %]
88
88
[% END %]
89
89
[% END %]
90
+
90
91
<tr>
91
92
<td colspan="2">
92
93
<label for="form-donation">{{Donation}}:</label>
@@ -101,6 +102,21 @@ if (window.act) {
101
102
<td align="right"><strong><span id="totalamount">0</span></strong></td>
102
103
<td>[% currency %]</td>
103
104
</tr>
105
+
106
+ <tr>
107
+ <td align="right"><input type="checkbox" value="friend-of-perl" id="friend-of-perl" name="friend-of-perl" /></td>
108
+ <td><label for="friend-of-perl">{{Friend of Perl}}</label></td>
109
+ <td align="right">250</td>
110
+ <td>Dollars</td>
111
+ </tr>
112
+
113
+ <tr>
114
+ <td align="right"><input type="checkbox" value="future-friend-of-perl" id="future-friend-of-perl" name="future-friend-of-perl" /></td>
115
+ <td><label for="future-friend-of-perl">{{Future Friend of Perl}}</label></td>
116
+ <td align="right">100</td>
117
+ <td>Dollars</td>
118
+ </tr>
119
+
104
120
<tr>
105
121
<td colspan="4" align="right">
106
122
<input type="submit" name="purchase" value="{{Buy now!}}" />
You can’t perform that action at this time.
0 commit comments