Unverified Commit 349a0934 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Locales: Consistently use -, not _, in message IDs

Also, minor en-GB adjustments
parent bb8d56c0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -152,10 +152,10 @@ msgstr "Webhook"
msgid "account.webhook.disabled"
msgstr "Nicht eingerichtet"

msgid "account.webhook.active_pending"
msgid "account.webhook.active-pending"
msgstr "Aktiv, noch nicht ausgeführt"

msgid "account.webhook.active_error"
msgid "account.webhook.active-error"
msgstr "Aktiv, fehlerhaft"

msgid "account.webhook.active"
@@ -164,7 +164,7 @@ msgstr "Aktiv"
msgid "account.traewelling.unsupported"
msgstr "Wird wegen Inkompatibilität zwischen bahn.de und transitous derzeit nicht unterstützt"

msgid "account.registration_date"
msgid "account.registration-date"
msgstr "Registriert am"

msgid "account.interaction"
+6 −6
Original line number Diff line number Diff line
@@ -150,13 +150,13 @@ msgid "account.webhook"
msgstr "Webhook"

msgid "account.webhook.disabled"
msgstr "No webhook was configured"
msgstr "No webhook configured"

msgid "account.webhook.active_pending"
msgstr "Active and Pending"
msgid "account.webhook.active-pending"
msgstr "Active; pending"

msgid "account.webhook.active_error"
msgstr "Active with Error"
msgid "account.webhook.active-error"
msgstr "Active; erroneous"

msgid "account.webhook.active"
msgstr "Active"
@@ -164,7 +164,7 @@ msgstr "Active"
msgid "account.traewelling.unsupported"
msgstr "Unsupported due to incompatibility with bahn.de and transitous"

msgid "account.registration_date"
msgid "account.registration-date"
msgstr "Registered on"

msgid "account.interaction"
+3 −3
Original line number Diff line number Diff line
@@ -152,10 +152,10 @@ msgstr ""
msgid "account.webhook.disabled"
msgstr ""

msgid "account.webhook.active_pending"
msgid "account.webhook.active-ppending"
msgstr ""

msgid "account.webhook.active_error"
msgid "account.webhook.active-error"
msgstr ""

msgid "account.webhook.active"
@@ -164,7 +164,7 @@ msgstr ""
msgid "account.traewelling.unsupported"
msgstr ""

msgid "account.registration_date"
msgid "account.registration-date"
msgstr ""

msgid "account.interaction"
+3 −3
Original line number Diff line number Diff line
@@ -116,10 +116,10 @@
						<span style="color: #999999;"><%= L('account.webhook.disabled') %></span>
					% }
					% elsif ($hook->{latest_run}->epoch == 0) {
						<%= L('account.webhook.active_pending') %>
						<%= L('account.webhook.active-pending') %>
					% }
					% elsif ($hook->{errored}) {
						<%= L('account.webhook.active_error') %> <i class="material-icons" aria-hidden="true">error</i>
						<%= L('account.webhook.active-error') %> <i class="material-icons" aria-hidden="true">error</i>
					% }
					% else {
						<%= L('account.webhook.active') %>
@@ -159,7 +159,7 @@
				</tr>
			% }
			<tr>
				<th scope="row"><%= L('account.registration_date') %></th>
				<th scope="row"><%= L('account.registration-date') %></th>
				<td><%= $acc->{registered_at}->strftime(L('strftime.datetime')) %></td>
			</tr>
		</table>