1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 17:50:12 +02:00

Issue #5465 Core language files converted. (excluding plugins)

This commit is contained in:
camer0n
2025-04-04 18:29:07 -07:00
parent c46b7b1d36
commit 31e7d1d3b0
93 changed files with 5255 additions and 6358 deletions

View File

@@ -5,23 +5,19 @@
* Nexptrev Shortcode Language File
*/
define("NP_1", "Previous page");
define("NP_2", "Next page");
//define("NP_3", "Go to page"); // Generic
// 0.8
define("LAN_NP_FIRST", "first");
define("LAN_NP_URLFIRST", "Go to the first page");
define("LAN_NP_PREVIOUS", "previous");
define("LAN_NP_URLPREVIOUS", "Go to the previous page");
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 [x]");
define("LAN_NP_URLCURRENT", "Currently viewed");
// WARNING - USE SINGLE QUOTES!!!
// Replacement: "%1$d" - current page; "%2$d" - total pages
define("NP_CAPTION", "Page [x] of [y]");
return [
'NP_1' => "Previous page",
'NP_2' => "Next page",
'LAN_NP_FIRST' => "first",
'LAN_NP_URLFIRST' => "Go to the first page",
'LAN_NP_PREVIOUS' => "previous",
'LAN_NP_URLPREVIOUS' => "Go to the previous page",
'LAN_NP_NEXT' => "next",
'LAN_NP_URLNEXT' => "Go to the next page",
'LAN_NP_LAST' => "last",
'LAN_NP_URLLAST' => "Go to the last page",
'LAN_NP_GOTO' => "Go to page [x]",
'LAN_NP_URLCURRENT' => "Currently viewed",
'NP_CAPTION' => "Page [x] of [y]",
];