Browse code

Initial uplad w/ php7 fixes

Rainer Volkrodt authored on 2016/03/12 15:54:02
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,17 @@
1
+<?php
2
+define("_ADDCHALLENGE", "Add Challenge");
3
+define("_ANONCHALLENGES", "Allow anonymous challenges?");
4
+define("_BACK2CHALLENGES", "Back to Challenges");
5
+define("_CHALLENGEADMIN", "Challenges Administration");
6
+define("_CHALLENGES", "Challenges");
7
+define("_CHALLENGERS", "Challengers");
8
+define("_CHALLENGESBY", "Challenges by");
9
+define("_EDITCHALLENGE", "Edit Challenge");
10
+define("_DELETECHALLENGE", "Delete Challenge");
11
+define("_ISSUECHALLENGE", "Issue a challenge!");
12
+define("_REMOVECHALLENGE", "Remove from this challenge");
13
+define("_RESPOND2CHALLENGE", "Respond to the challenge!");
14
+define("_RESPONSES", "Responses");
15
+define("_RECALCCHAL", "Recalculate Responses");
16
+define("_UNINSTALLWARNING", "<strong>Warning!</strong> All data related to challenges will be deleted from the database!");
17
+?>
0 18
\ No newline at end of file