| ... | ... |
@@ -13,5 +13,7 @@ define("_REMOVECHALLENGE", "Remove from this challenge");
|
| 13 | 13 |
define("_RESPOND2CHALLENGE", "Respond to the challenge!");
|
| 14 | 14 |
define("_RESPONSES", "Responses");
|
| 15 | 15 |
define("_RECALCCHAL", "Recalculate Responses");
|
| 16 |
+if (!defined("_UNINSTALLWARNING"))
|
|
| 17 |
+{
|
|
| 16 | 18 |
define("_UNINSTALLWARNING", "<strong>Warning!</strong> All data related to challenges will be deleted from the database!");
|
| 17 |
-?> |
|
| 18 | 19 |
\ No newline at end of file |
| 20 |
+} |
| 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 |