1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 11:36:08 +02:00

#3101 - Add optional flags to e107_config.php

This commit is contained in:
Tijn Kuyper
2019-02-09 17:24:14 +01:00
parent 4985342637
commit 16b298ea51
3 changed files with 12 additions and 6 deletions

View File

@@ -21,5 +21,7 @@ define("LANDT_09", "sec");
define("LANDT_09s", "secs");
define("LANDT_AGO", "ago");
define("LANDT_IN", "in");
define("LANDT_XAGO", "[x] ago");
define("LANDT_INX", "in [x]");
define("LANDT_10", "Just now");