This website works better with JavaScript
Home
Explore
Help
Register
Sign In
oleg
/
pixelfed
mirror of
https://github.com/pixelfed/pixelfed.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Create pagination.php
j1t
7 years ago
parent
a113c0117e
commit
37ab494200
1 changed files
with
8 additions
and
0 deletions
Split View
Show Diff Stats
8
0
resources/lang/he/pagination.php
+ 8
- 0
resources/lang/he/pagination.php
View File
@@ -0,0 +1,8 @@
+<?php
+
+return [
+
+ 'previous' => '« הקודם',
+ 'next' => 'הבא »',
+
+];