Create es.ini
Spanish translation
This commit is contained in:
parent
022bc27612
commit
59633724c2
1 changed files with 67 additions and 0 deletions
67
app/lang/es.ini
Normal file
67
app/lang/es.ini
Normal file
|
@ -0,0 +1,67 @@
|
|||
; index.html
|
||||
Show More = "Mostrar más"
|
||||
|
||||
Login = "Iniciar sesión"
|
||||
Logout = "Cerrar sesión"
|
||||
|
||||
Nick = "Apodo"
|
||||
Password = "Contraseña"
|
||||
Cancel = "Cancelar"
|
||||
|
||||
Post = "Publicar"
|
||||
|
||||
Edit Post = "Editar publicación"
|
||||
Change Date = "Cambiar fecha"
|
||||
Hide from Timeline = "Ocultar de la línea de tiempo"
|
||||
Show on Timeline = "Mostrar en la línea de tiempo"
|
||||
Delete Post = "Eliminar publicación"
|
||||
|
||||
Drag photos here = "Arrastra aquí las fotos"
|
||||
Drop photos here = "Suelta aquí las fotos"
|
||||
What's on your mind? = "¿Qué estas pensando?"
|
||||
Feeling = "Sintiendo"
|
||||
How are you feeling? = "¿Como te sientes?"
|
||||
With = "Con"
|
||||
Who are you with? = "¿Con quién estás?"
|
||||
At = "En"
|
||||
Where are you? = "¿Dónde estás?"
|
||||
Save = "Guardar"
|
||||
|
||||
January = "Enero"
|
||||
February = "Febrero"
|
||||
March = "Marzo"
|
||||
April = "Abril"
|
||||
May = "Mayo"
|
||||
June = "Junio"
|
||||
July = "Julio"
|
||||
August = "Agosto"
|
||||
September = "Septiembre"
|
||||
October = "Octubre"
|
||||
November = "Noviembre"
|
||||
December = "Diciembre"
|
||||
|
||||
Time: = "Hora:"
|
||||
Hour: = "Hora:"
|
||||
Minute: = "Minuto:"
|
||||
|
||||
This post will be deleted and you'll no longer be able to find it. You can also edit this post if you just want to change something. = "Esta publicación se eliminará y ya no podrá ser encontrada. También puedes editar esta publicación si solo deseas cambiar algo."
|
||||
|
||||
with = "con"
|
||||
here: = "aqui:"
|
||||
|
||||
Public = "Público"
|
||||
Friends = "Amigos"
|
||||
Only me = "Solo yo"
|
||||
|
||||
Show hidden content = "Mostrar contenido oculto""
|
||||
Show all posts = "Mostrar todas las publicaciones"
|
||||
|
||||
; user.class.php
|
||||
You are already logged in. = "Ya has iniciado sesión."
|
||||
The nick or password is incorrect. = "El apodo o la contraseña son incorrectos."
|
||||
You can't log out. There is no account. = "No puede cerrar sesión. No hay cuenta."
|
||||
You are not even logged in. = "Ni siquiera estás conectado."
|
||||
|
||||
; post.class.php
|
||||
You need to be logged in to perform this action. = "Debe haber iniciado una sesión para realizar esta acción."
|
||||
No data. = "Sin datos."
|
Loading…
Add table
Reference in a new issue