This website works better with JavaScript
Startsida
Utforska
Hjälp
Registrera dig
Logga in
oleg
/
pixelfed
spegling av
https://github.com/pixelfed/pixelfed.git
Bevaka
1
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Wiki
Bläddra i källkod
Create pagination.php
j1t
7 år sedan
förälder
a113c0117e
incheckning
37ab494200
1 ändrade filer
med
8 tillägg
och
0 borttagningar
Delad Vy
Visa Diff Statistik
8
0
resources/lang/he/pagination.php
+ 8
- 0
resources/lang/he/pagination.php
Visa fil
@@ -0,0 +1,8 @@
+<?php
+
+return [
+
+ 'previous' => '« הקודם',
+ 'next' => 'הבא »',
+
+];