Fixes in statistics.
parent
502150c196
commit
4dde4fa054
|
@ -11,9 +11,9 @@ More information about the project can be found at \
|
|||
There, you can submit bug reports, give feedback, or even contribute code patches for additional features you'd like to see.
|
||||
|
||||
statistics.title=Statistics
|
||||
statistics.number_users=Number of users: <span class="label label-info" id="userCount">{0}</span>.
|
||||
statistics.number_clients=Authorized clients: <span class="label label-info" id="clientCount">{0}</span>.
|
||||
statistics.number_approvals=Approved sites: <span class="label label-info" id="approvalCount">{0}</span>.</p>
|
||||
statistics.number_users=Number of users: <span class="label label-info" id="userCount">{0}</span>
|
||||
statistics.number_clients=Authorized clients: <span class="label label-info" id="clientCount">{0}</span>
|
||||
statistics.number_approvals=Approved sites: <span class="label label-info" id="approvalCount">{0}</span>
|
||||
|
||||
home.welcome=Welcome!
|
||||
home.welcome.body=\
|
||||
|
@ -30,9 +30,9 @@ For more information or support, contact the administrators of this system.</p>\
|
|||
<p><a class="btn" href="mailto:idp@example.com?Subject=OpenID Connect">Email »</a>
|
||||
home.statistics=Current Statistics
|
||||
home.statistics.loading=Loading...
|
||||
home.statistics.number_users=Number of users: <span class="label label-info" id="userCount">{0}</span>.
|
||||
home.statistics.number_clients=Authorized clients: <span class="label label-info" id="clientCount">{0}</span>.
|
||||
home.statistics.number_approvals=Approved sites: <span class="label label-info" id="approvalCount">{0}</span>.</p>
|
||||
home.statistics.number_users=Number of users: <span class="label label-info" id="userCount">{0}</span>
|
||||
home.statistics.number_clients=Authorized clients: <span class="label label-info" id="clientCount">{0}</span>
|
||||
home.statistics.number_approvals=Approved sites: <span class="label label-info" id="approvalCount">{0}</span>
|
||||
|
||||
contact.title=Contact
|
||||
contact.body=To report bugs with the MITREid Connect software itself, use the \
|
||||
|
@ -69,7 +69,7 @@ approve.required_for=Approval Required for
|
|||
approve.dynamically_registered=This client was dynamically registered <span id="registrationTime"></span>.
|
||||
approve.caution=Caution
|
||||
approve.caution.message=This software was dynamically registered <span id="registrationTime" class="label"></span> \
|
||||
and it has been approved <span class="label">{0}</span> {0,choice,0#times|1#time|1<timess} previously.
|
||||
and it has been approved <span class="label">{0}</span> {0,choice,0#times|1#time|1<times} previously.
|
||||
approve.more_information=more information
|
||||
approve.home_page=Home page
|
||||
approve.policy=Policy
|
||||
|
|
|
@ -11,9 +11,9 @@ Mer information om projektet kan finns i projektet \
|
|||
Där kan du skicka in felrapporter, komma med återkoppling, eller till och med bidra med kodtillägg för ytterligare funktioner du skulle vilja ha.
|
||||
|
||||
statistics.title=Statistik
|
||||
statistics.number_users=Antal användare: <span class="label label-info" id="userCount">{0}</span>.
|
||||
statistics.number_clients=Auktoriserade klienter: <span class="label label-info" id="clientCount">{0}</span>.
|
||||
statistics.number_approvals=Godkända webbplatser: <span class="label label-info" id="approvalCount">{0}</span>.</p>
|
||||
statistics.number_users=Antal användare: <span class="label label-info" id="userCount">{0}</span>
|
||||
statistics.number_clients=Auktoriserade klienter: <span class="label label-info" id="clientCount">{0}</span>
|
||||
statistics.number_approvals=Godkända webbplatser: <span class="label label-info" id="approvalCount">{0}</span>
|
||||
|
||||
# {2,choice,1#point|1<points}
|
||||
|
||||
|
@ -34,9 +34,9 @@ För mer information eller användarstöd, kontakta administratörerna av detta
|
|||
<p><a class="btn" href="mailto:idp@example.com?Subject=OpenID Connect">E-post »</a>
|
||||
home.statistics=Nuvarande statistik
|
||||
home.statistics.loading=Laddar...
|
||||
home.statistics.number_users=Antal användare: <span class="label label-info" id="userCount">{0}</span>.
|
||||
home.statistics.number_clients=Auktoriserade klienter: <span class="label label-info" id="clientCount">{0}</span>.
|
||||
home.statistics.number_approvals=Godkända webbplatser: <span class="label label-info" id="approvalCount">{0}</span>.</p>
|
||||
home.statistics.number_users=Antal användare: <span class="label label-info" id="userCount">{0}</span>
|
||||
home.statistics.number_clients=Auktoriserade klienter: <span class="label label-info" id="clientCount">{0}</span>
|
||||
home.statistics.number_approvals=Godkända webbplatser: <span class="label label-info" id="approvalCount">{0}</span>
|
||||
|
||||
contact.title=Kontakt
|
||||
contact.body=\
|
||||
|
|
Loading…
Reference in New Issue