This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
oleg
/
pixelfed
mirror of
https://github.com/pixelfed/pixelfed.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
Create pagination.php
j1t
7 năm trước cách đây
mục cha
a113c0117e
commit
37ab494200
1 tập tin đã thay đổi
với
8 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
8
0
resources/lang/he/pagination.php
+ 8
- 0
resources/lang/he/pagination.php
Xem Tập Tin
@@ -0,0 +1,8 @@
+<?php
+
+return [
+
+ 'previous' => '« הקודם',
+ 'next' => 'הבא »',
+
+];