From fe7bc5b2fa63f4b8562a961cf3910db1f3b8f7a1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 15 Mar 2014 15:07:03 -0300 Subject: Squashed 'mod/infinite_scroll/' content from commit 68db72a git-subtree-dir: mod/infinite_scroll git-subtree-split: 68db72a726e9ccd3603acbf59914c2017276b0ed --- languages/en.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 languages/en.php (limited to 'languages/en.php') diff --git a/languages/en.php b/languages/en.php new file mode 100644 index 000000000..d6290c368 --- /dev/null +++ b/languages/en.php @@ -0,0 +1,18 @@ + "You've reached the end of the list, there is no more elements to show.", + 'infinite_scroll:settings:pagination_type' => "Which kind of pagination do you like?", + 'infinite_scroll:settings:pagination:classic' => 'Classic', + 'infinite_scroll:settings:pagination:button' => 'Next page with a button', + 'infinite_scroll:settings:pagination:automatic' => 'Automatic on scroll', + 'infinite_scroll:load_more' => "Load more...", + 'infinite_scroll:new_items' => "%s new elements", +); + +add_translation("en", $english); -- cgit v1.2.3