diff options
author | mjfriaza <mjfriaza@disroot.org> | 2022-06-12 17:21:14 +0200 |
---|---|---|
committer | mjfriaza <mjfriaza@disroot.org> | 2022-06-12 17:21:14 +0200 |
commit | b8c6520abb903d4758d2969a070547d8b51ce126 (patch) | |
tree | 744332ef1371d14c9649e73c3ef28fb5d9aac6e9 /view/es-es/hstrings.php | |
parent | 1d99c3d3f7318b6a5fa2a91ed6970338ca283bda (diff) | |
download | volse-hubzilla-b8c6520abb903d4758d2969a070547d8b51ce126.tar.gz volse-hubzilla-b8c6520abb903d4758d2969a070547d8b51ce126.tar.bz2 volse-hubzilla-b8c6520abb903d4758d2969a070547d8b51ce126.zip |
Fix two errors in Spanish translation
Diffstat (limited to 'view/es-es/hstrings.php')
-rw-r--r-- | view/es-es/hstrings.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/es-es/hstrings.php b/view/es-es/hstrings.php index 1e4b43055..6df4be5cf 100644 --- a/view/es-es/hstrings.php +++ b/view/es-es/hstrings.php @@ -1619,7 +1619,7 @@ App::$strings["Remove term"] = "Eliminar término"; App::$strings["Suggested Chatrooms"] = "Salas de chat sugeridas"; App::$strings["Account settings"] = "Configuración de la cuenta"; App::$strings["Channel settings"] = "Configuración del canal"; -App::$strings["Privacy settings"] = "Ajustes de peivacidad"; +App::$strings["Privacy settings"] = "Ajustes de privacidad"; App::$strings["Display settings"] = "Ajustes de visualización"; App::$strings["Manage locations"] = "Gestión de ubicaciones (clones) del canal"; App::$strings["Overview"] = "Resumen"; @@ -2653,7 +2653,7 @@ App::$strings["Custom Filter"] = "Filtro personalizado"; App::$strings["Only import posts with this text"] = "Importar solo entradas que contengan este texto"; App::$strings["Do not import posts with this text"] = "No importar entradas que contengan este texto"; App::$strings["Approve contact"] = "Aprobar contacto"; -App::$strings["Their"] = "Su/Sus"; +App::$strings["Their"] = "Su"; App::$strings["My"] = "Mi"; App::$strings["Roles"] = "Roles"; App::$strings["Compare permissions"] = "Comparar permisos"; |