From e5c8e606a45aca9c5cfe683ac29e4a7450bceacf Mon Sep 17 00:00:00 2001 From: Jean Lucas Date: Mon, 25 Mar 2019 01:31:14 -0400 Subject: [PATCH] Change "Welcome on" to "Welcome to" "Welcome on [noun]" is not grammatically correct as an introduction in English. Let's fix that. --- po/plume/ar.po | 2 +- po/plume/de.po | 2 +- po/plume/en.po | 2 +- po/plume/es.po | 2 +- po/plume/fr.po | 2 +- po/plume/gl.po | 2 +- po/plume/it.po | 2 +- po/plume/ja.po | 2 +- po/plume/nb.po | 2 +- po/plume/pl.po | 2 +- po/plume/plume.pot | 2 +- po/plume/pt.po | 2 +- po/plume/ru.po | 2 +- templates/instance/index.rs.html | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/po/plume/ar.po b/po/plume/ar.po index 695e6c66..c7d2c5f1 100644 --- a/po/plume/ar.po +++ b/po/plume/ar.po @@ -148,7 +148,7 @@ msgid "Administration" msgstr "الإدارة" #, fuzzy -msgid "Welcome on {}" +msgid "Welcome to {}" msgstr "أهلا بكم على {0}" msgid "Latest articles" diff --git a/po/plume/de.po b/po/plume/de.po index c8a55251..f7da77f3 100644 --- a/po/plume/de.po +++ b/po/plume/de.po @@ -153,7 +153,7 @@ msgstr "Matrix-Raum" msgid "Administration" msgstr "Administration" -msgid "Welcome on {}" +msgid "Welcome to {}" msgstr "" #, fuzzy diff --git a/po/plume/en.po b/po/plume/en.po index e1163024..9361a403 100644 --- a/po/plume/en.po +++ b/po/plume/en.po @@ -157,7 +157,7 @@ msgstr "" msgid "Administration" msgstr "" -msgid "Welcome on {}" +msgid "Welcome to {}" msgstr "" msgid "Latest articles" diff --git a/po/plume/es.po b/po/plume/es.po index f35d180e..31846ed2 100644 --- a/po/plume/es.po +++ b/po/plume/es.po @@ -147,7 +147,7 @@ msgid "Administration" msgstr "" #, fuzzy -msgid "Welcome on {}" +msgid "Welcome to {}" msgstr "Bienvenido(a) a {0}" msgid "Latest articles" diff --git a/po/plume/fr.po b/po/plume/fr.po index 4e1461e3..007e97f4 100644 --- a/po/plume/fr.po +++ b/po/plume/fr.po @@ -155,7 +155,7 @@ msgstr "Salon Matrix" msgid "Administration" msgstr "Administration" -msgid "Welcome on {}" +msgid "Welcome to {}" msgstr "" msgid "Latest articles" diff --git a/po/plume/gl.po b/po/plume/gl.po index 0afb56cb..9bba0491 100644 --- a/po/plume/gl.po +++ b/po/plume/gl.po @@ -152,7 +152,7 @@ msgstr "Sala Matrix" msgid "Administration" msgstr "Administración" -msgid "Welcome on {}" +msgid "Welcome to {}" msgstr "" #, fuzzy diff --git a/po/plume/it.po b/po/plume/it.po index fdafa511..bc26f367 100644 --- a/po/plume/it.po +++ b/po/plume/it.po @@ -152,7 +152,7 @@ msgstr "Stanza Matrix" msgid "Administration" msgstr "Amministrazione" -msgid "Welcome on {}" +msgid "Welcome to {}" msgstr "" #, fuzzy diff --git a/po/plume/ja.po b/po/plume/ja.po index a130af71..1b000337 100644 --- a/po/plume/ja.po +++ b/po/plume/ja.po @@ -148,7 +148,7 @@ msgstr "Matrix ルーム" msgid "Administration" msgstr "管理" -msgid "Welcome on {}" +msgid "Welcome to {}" msgstr "" msgid "Latest articles" diff --git a/po/plume/nb.po b/po/plume/nb.po index e2662737..715ab1d0 100644 --- a/po/plume/nb.po +++ b/po/plume/nb.po @@ -157,7 +157,7 @@ msgstr "Snakkerom" msgid "Administration" msgstr "Administrasjon" -msgid "Welcome on {}" +msgid "Welcome to {}" msgstr "" msgid "Latest articles" diff --git a/po/plume/pl.po b/po/plume/pl.po index 82d05140..dab3298f 100644 --- a/po/plume/pl.po +++ b/po/plume/pl.po @@ -140,7 +140,7 @@ msgstr "Pokój Matrix.org" msgid "Administration" msgstr "Administracja" -msgid "Welcome on {}" +msgid "Welcome to {}" msgstr "Witamy na {}" msgid "Latest articles" diff --git a/po/plume/plume.pot b/po/plume/plume.pot index c849c3f7..f30a04b5 100644 --- a/po/plume/plume.pot +++ b/po/plume/plume.pot @@ -155,7 +155,7 @@ msgstr "" msgid "Administration" msgstr "" -msgid "Welcome on {}" +msgid "Welcome to {}" msgstr "" msgid "Latest articles" diff --git a/po/plume/pt.po b/po/plume/pt.po index a7392d42..ab5b8068 100644 --- a/po/plume/pt.po +++ b/po/plume/pt.po @@ -147,7 +147,7 @@ msgid "Administration" msgstr "Administração" #, fuzzy -msgid "Welcome on {}" +msgid "Welcome to {}" msgstr "Bem-vindo a {0}" msgid "Latest articles" diff --git a/po/plume/ru.po b/po/plume/ru.po index 7b34c738..03094f3f 100644 --- a/po/plume/ru.po +++ b/po/plume/ru.po @@ -154,7 +154,7 @@ msgstr "Комната в Matrix" msgid "Administration" msgstr "Администрирование" -msgid "Welcome on {}" +msgid "Welcome to {}" msgstr "" #, fuzzy diff --git a/templates/instance/index.rs.html b/templates/instance/index.rs.html index 1871fee1..52fe4eb8 100644 --- a/templates/instance/index.rs.html +++ b/templates/instance/index.rs.html @@ -7,7 +7,7 @@ @(ctx: BaseContext, instance: Instance, n_users: i64, n_articles: i64, local: Vec, federated: Vec, user_feed: Option>) @:base(ctx, instance.name.clone(), {}, {}, { -

@i18n!(ctx.1, "Welcome on {}"; instance.name.as_str())

+

@i18n!(ctx.1, "Welcome to {}"; instance.name.as_str())

@if ctx.2.is_some() { @tabs(&[ -- 2.38.5