Skip to content

Commit d279d59

Browse files
authored
Merge pull request #1937 from OpenConext/login_to_log_in
Translation for 'login via'
2 parents 8237047 + 4b9b065 commit d279d59

5 files changed

Lines changed: 5 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<header>
2-
<p class="loginBar">Login via {{ loginName }}</p>
2+
<p class="loginBar">{{ 'wayf_title'|trans }} {{ loginName }}</p>
33
</header>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<header>
2-
<p>Login via {{ login }}</p>
2+
<p>{{ 'wayf_title'|trans }} {{ login }}</p>
33
<h1>{{ pageTitle }}</h1>
44
</header>

theme/openconext/translations/messages.en.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
return $overrides + [
1010
// General
11+
'wayf_title' => 'Log in with',
1112
'search' => 'Search for an %organisationNoun%...',
1213
'search_screenreader' => 'Search',
1314
'log_in_to' => 'Select an %organisationNoun% to login to the service',

theme/openconext/translations/messages.nl.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
return $overrides + [
1010
// General
11+
'wayf_title' => 'Log in met',
1112
'search' => 'Zoek een %organisationNoun%...',
1213
'search_screenreader' => 'Zoeken',
1314
'log_in_to' => 'Selecteer een %organisationNoun% en login bij',

theme/openconext/translations/messages.pt.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
return $overrides + [
1010
// General
11+
'wayf_title' => 'Entrar com a',
1112
'search' => 'Procure por uma %organisationNoun%...',
1213
'search_screenreader' => 'Procurar',
1314
'log_in_to' => 'Seleccione uma %organisationNoun% para se autenticar no serviço:',

0 commit comments

Comments
 (0)