diff options
author | mjfriaza:4GF~eYj,-iAv <mjfriaza@disroot.org> | 2024-04-28 16:18:29 +0200 |
---|---|---|
committer | Manuel Jiménez Friaza <mjfriaza@disroot.org> | 2024-04-28 14:26:41 +0000 |
commit | 1c92c7476ba0952afd3d88a22ee7756ea3f6e25b (patch) | |
tree | 07598c6cc007a04f6c09dce379a6493af2c5bba4 /view/es-es/hstrings.php | |
parent | 48cec945051d259a06871d937ad998a1bd3e22ec (diff) | |
download | volse-hubzilla-1c92c7476ba0952afd3d88a22ee7756ea3f6e25b.tar.gz volse-hubzilla-1c92c7476ba0952afd3d88a22ee7756ea3f6e25b.tar.bz2 volse-hubzilla-1c92c7476ba0952afd3d88a22ee7756ea3f6e25b.zip |
Fix some errors in Spanish strings
(cherry picked from commit 60cd7cc8d09240e1a3f7f7b3bde75115a61ce4de)
Diffstat (limited to 'view/es-es/hstrings.php')
-rw-r--r-- | view/es-es/hstrings.php | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/view/es-es/hstrings.php b/view/es-es/hstrings.php index 6957ee3b7..31f5de315 100644 --- a/view/es-es/hstrings.php +++ b/view/es-es/hstrings.php @@ -2,8 +2,7 @@ if(! function_exists("string_plural_select_es_es")) { function string_plural_select_es_es($n){ - return ($n != 1 ? 1 : 0); -}} + return ($n != 1 ? 1 : 0)}} App::$rtl = 0; App::$strings["plural_function_code"] = "(n != 1 ? 1 : 0)"; App::$strings["Source channel not found."] = "No se ha encontrado el canal de origen."; @@ -87,7 +86,7 @@ App::$strings["Visible to anybody on %s."] = "Visible para cualquiera en %s."; App::$strings["Visible to all connections."] = "Visible para todas las conexiones."; App::$strings["Visible to approved connections."] = "Visible para las conexiones permitidas."; App::$strings["Visible to specific connections."] = "Visible para conexiones específicas."; -App::$strings["🔁 Repeated %1\$s's %2\$s"] = "🔁 Repetidos %2\$sde %1\$s"; +App::$strings["🔁 Repeated %1\$s's %2\$s"] = "🔁 Repitió %2\$sde %1\$s"; App::$strings["Item not found."] = "Elemento no encontrado."; App::$strings["Permission denied."] = "Acceso denegado."; App::$strings["Privacy group not found."] = "Grupo de canales no encontrado."; @@ -468,15 +467,15 @@ App::$strings["%1\$s likes %2\$s's %3\$s"] = "A %1\$s le gusta %3\$s de %2\$s"; App::$strings["likes %1\$s's %2\$s"] = "gusta de %2\$s de %1\$s"; App::$strings["%1\$s doesn't like %2\$s's %3\$s"] = "A %1\$s no le gusta %3\$s de %2\$s"; App::$strings["doesn't like %1\$s's %2\$s"] = "no gusta de %2\$s de %1\$s"; -App::$strings["%1\$s repeated %2\$s's %3\$s"] = "%1\$scompartió %3\$sde %2\$s"; -App::$strings["repeated %1\$s's %2\$s"] = "compartió %2\$s de %1\$s"; +App::$strings["%1\$s repeated %2\$s's %3\$s"] = "%1\$s repitió %3\$sde %2\$s"; +App::$strings["repeated %1\$s's %2\$s"] = "repitió %2\$s de %1\$s"; App::$strings["This is an unsaved preview"] = "Esta es una previsualización sin guardar"; App::$strings["__ctx:title__ Likes"] = "Me gusta"; App::$strings["__ctx:title__ Dislikes"] = "No me gusta"; App::$strings["__ctx:title__ Attending"] = "Participaré"; App::$strings["__ctx:title__ Not attending"] = "No participaré"; App::$strings["__ctx:title__ Might attend"] = "Quizá participe"; -App::$strings["__ctx:title__ Repeats"] = "Se repite"; +App::$strings["__ctx:title__ Repeats"] = "Repite"; App::$strings["Select"] = "Seleccionar"; App::$strings["Delete"] = "Eliminar"; App::$strings["Toggle Star Status"] = "Activar o desactivar el estado de entrada preferida"; @@ -574,7 +573,7 @@ App::$strings["Encrypt text"] = "Cifrar texto"; App::$strings["__ctx:noun__ Repeat"] = array( 0 => "Se repite", 1 => "Se repite", - 2 => "Se repite", + 2 => "Repite", ); App::$strings["__ctx:noun__ Dislike"] = array( 0 => "No me gusta", @@ -1529,7 +1528,7 @@ App::$strings["requested to like"] = "solicita que se permita mostrar agrado "; App::$strings["liked"] = "ha gustado de "; App::$strings["requested to dislike"] = "solicita que se permita mostrar desagrado "; App::$strings["disliked"] = "no ha gustado de "; -App::$strings["repeated"] = "repetido / compartido"; +App::$strings["repeated"] = "repitió"; App::$strings["voted on"] = "votado en "; App::$strings["%1\$s %2\$s [zrl=%3\$s]a %4\$s[/zrl]"] = "%1\$s%2\$s [zrl=%3\$s ]un %4\$s[/zrl]"; App::$strings["%1\$s %2\$s [zrl=%3\$s]%4\$s's %5\$s[/zrl]"] = "%1\$s %2\$s[zrl=%3\$s]%5\$s de %4\$s[/zrl]"; @@ -1651,8 +1650,8 @@ App::$strings["Reply on this comment"] = "Responder a este comentario"; App::$strings["reply"] = "responder"; App::$strings["Reply to"] = "Responder a "; App::$strings["share"] = "compartir"; -App::$strings["Repeat"] = "Se repite"; -App::$strings["repeat"] = "Se repite"; +App::$strings["Repeat"] = "Repetir"; +App::$strings["repeat"] = "repetir"; App::$strings["Delivery Report"] = "Informe de transmisión"; App::$strings["%d comment"] = array( 0 => "%d comentario", |