| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,14 @@ |
| 1 |
+<?php |
|
| 2 |
+define("_ALREADYVOTED", "You have already voted!");
|
|
| 3 |
+define("_VOTE", "Vote!");
|
|
| 4 |
+define("_VOTECAST", "Your vote has been cast.");
|
|
| 5 |
+define("_NOPOLL", "There is no poll currently active.");
|
|
| 6 |
+define("_POLLQUESTION", "Poll Question: (limit 250 characters)");
|
|
| 7 |
+define("_POLLARCHQUESTION", "Poll Question");
|
|
| 8 |
+define("_POLLOPTS", "Poll Options: (Enter one per line. Note: tags will be stripped.)");
|
|
| 9 |
+define("_CLOSEPOLL", "Close the current poll.");
|
|
| 10 |
+define("_POLLARCHIVE", "Poll Archive");
|
|
| 11 |
+define("_START", "Start");
|
|
| 12 |
+define("_END", "End");
|
|
| 13 |
+define("_POLLRESULTS", "Poll Results");
|
|
| 14 |
+?> |
|
| 0 | 15 |
\ No newline at end of file |