This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
oleg
/
pixelfed
espejo de
https://github.com/pixelfed/pixelfed.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Create pagination.php
j1t
hace 7 años
padre
a113c0117e
commit
37ab494200
Se han
modificado 1 ficheros
con
8 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
8
0
resources/lang/he/pagination.php
+ 8
- 0
resources/lang/he/pagination.php
Ver fichero
@@ -0,0 +1,8 @@
+<?php
+
+return [
+
+ 'previous' => '« הקודם',
+ 'next' => 'הבא »',
+
+];