summaryrefslogtreecommitdiff
path: root/ssh/resources/lang/en/pagination.php
diff options
context:
space:
mode:
authorhorus2026-06-27 05:40:45 +0200
committerhorus2026-06-27 05:40:45 +0200
commit7ff83424592cd5a3c58fe2e6d7e67aeef5144caf (patch)
treedafafa6f83c80c8bb2ee3c0b58961197a3f2a73c /ssh/resources/lang/en/pagination.php
parentb608ced142cd0527906b554e04376292f718f084 (diff)
downloadcurious-7ff83424592cd5a3c58fe2e6d7e67aeef5144caf.tar.gz
merge
Diffstat (limited to 'ssh/resources/lang/en/pagination.php')
-rw-r--r--ssh/resources/lang/en/pagination.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/ssh/resources/lang/en/pagination.php b/ssh/resources/lang/en/pagination.php
deleted file mode 100644
index d481411..0000000
--- a/ssh/resources/lang/en/pagination.php
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-
-return [
-
- /*
- |--------------------------------------------------------------------------
- | Pagination Language Lines
- |--------------------------------------------------------------------------
- |
- | The following language lines are used by the paginator library to build
- | the simple pagination links. You are free to change them to anything
- | you want to customize your views to better match your application.
- |
- */
-
- 'previous' => '&laquo; Previous',
- 'next' => 'Next &raquo;',
-
-];