1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-02 10:53:29 +02:00

Language file cleanup

This commit is contained in:
Cameron
2013-10-29 12:20:23 -07:00
parent cb29941bda
commit cd8ea2f67c
6 changed files with 46 additions and 23 deletions

View File

@@ -18,11 +18,11 @@ define('LAN_NP_NEXT', 'next');
define('LAN_NP_URLNEXT', 'Go to the next page');
define('LAN_NP_LAST', 'last');
define('LAN_NP_URLLAST', 'Go to the last page');
define('LAN_NP_GOTO', 'Go to page %s');
define('LAN_NP_GOTO', 'Go to page [x]');
define('LAN_NP_URLCURRENT', 'Currently viewed');
// WARNING - USE SINGLE QUOTES!!!
// Replacement: '%1$d' - current page; '%2$d' - total pages
define('NP_CAPTION', 'Page %1$d of %2$d');
define('NP_CAPTION', 'Page [x] of [y]');
?>