aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/es
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-05-15 08:58:10 +0200
committerGravatar GitHub <noreply@github.com> 2024-05-15 08:58:10 +0200
commit2ed91026fcfef83ce5ef466a15e078229a106a6f (patch)
treee11f2ef5f85d65029c9bdcc6d38304d8cbcdada6 /app/i18n/es
parent2d17c020b6695d47debda065804db4e2d2f92e55 (diff)
Correct casing for GitHub (#6460)
Diffstat (limited to 'app/i18n/es')
-rw-r--r--app/i18n/es/admin.php2
-rw-r--r--app/i18n/es/index.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/es/admin.php b/app/i18n/es/admin.php
index 2c83bf76d..6a13ae549 100644
--- a/app/i18n/es/admin.php
+++ b/app/i18n/es/admin.php
@@ -213,7 +213,7 @@ return array(
'latest' => 'Stable release (“latest”)', // TODO
),
'title' => 'Actualizar sistema',
- 'viaGit' => 'Update via git and Github.com started', // TODO
+ 'viaGit' => 'Update via git and GitHub.com started', // TODO
),
'user' => array(
'admin' => 'Administrador',
diff --git a/app/i18n/es/index.php b/app/i18n/es/index.php
index c27809389..027743e0c 100644
--- a/app/i18n/es/index.php
+++ b/app/i18n/es/index.php
@@ -19,7 +19,7 @@ return array(
'credits_content' => 'Aunque FreshRSS no usa ese entorno, algunos elementos del diseño están obtenidos de <a href="http://twitter.github.io/bootstrap/">Bootstrap</a>. Los <a href="https://gitlab.gnome.org/Archive/gnome-icon-theme-symbolic">Iconos</a> han sido obtenidos del <a href="https://www.gnome.org/">proyecto GNOME</a>. La fuente <em>Open Sans</em> es una creación de <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>. FreshRSS usa el entorno PHP <a href="https://framagit.org/marienfressinaud/MINZ">Minz</a>.',
'documentation' => 'Documentacion',
'freshrss_description' => 'FreshRSS es un agregador de fuentes RSS de alojamiento privado. Es una herramienta potente, pero ligera y fácil de usar y configurar.',
- 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">en Github</a>',
+ 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">en GitHub</a>',
'license' => 'Licencia',
'project_website' => 'Web del proyecto',
'title' => 'Acerca de',