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:
@@ -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]');
|
||||
|
||||
?>
|
Reference in New Issue
Block a user