Added pagination details showing

This commit is contained in:
phecho
2016-12-21 10:47:52 +08:00
parent a4f258b26c
commit 17589a9579
4 changed files with 40 additions and 1 deletions

View File

@@ -1288,4 +1288,5 @@ return array(
// 'Your personal API access token is "%s"' => '',
// 'Remove your token' => '',
// 'Generate a new token' => '',
'Showing %d-%d of %d' => '本页显示 %d-%d 条,共有: %d 条',
);