-
Notifications
You must be signed in to change notification settings - Fork 6
/
es.lang.php
35 lines (34 loc) · 1.27 KB
/
es.lang.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?php
return [
"decimal_point" => ",",
"thousand_seperator" => ".",
"h_home" => "Pagina Principal",
"h_videos" => "Videos",
"h_channels" => "Canales",
"h_community" => "Comunidad",
"h_search" => "Buscar",
"h_signup" => "Registrate",
"h_signin" => "Inicia Secion ",
"h_or" => "o",
"h_subs" => "Suscripciones",
"h_history" => "Protocolo",
"h_upload" => "Subir",
"w_watched" => "Videos Siendo Vistos Ahora",
"w_recommend" => "Videos recomendados",
"w_subscrib" => "Suscripciones",
"w_featured" => "Videos Destacados",
"w_popular" => "Mas Popular",
"s_customize" => "Quieres Personalizar Tu Pagina Principal?",
"s_si_su" => "<a href='/signin'>Inicia Sesion</a> o <a href='/signup'>registrate</a>!",
"contest" => "Concurso de video",
"contest_prm" => "Haz un video, compártelo!",
"contest_th" => "Tema actual:",
"contest_ent" => "<a href='/upload?e=c'>Entra Ahora</a> | <a href='/contest'>Ve Entradas</a>",
"view" => "ver",
"views" => "ver",
"whatsnew" => "Novedades",
"delvid" => "Video eliminado",
"prvvid" => "Video privado",
"prtn" => "Compañero",
"vrfd" => "Verificado"
];