Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrakekniven <mark.ziegler@rakekniven.de>2017-07-09 01:07:05 +0300
committerGitHub <noreply@github.com>2017-07-09 01:07:05 +0300
commitc5431db828571b322be6ec0a400bee6770f335fe (patch)
tree9d8349a985c60790be49425577b4d6d65494785b /templates
parent3098eb5343688060dfe19455d47548a4e55dce4d (diff)
Update admin.php
Fix for l10n. Reported at Transifex. Remove spaces and changed dots to ellipsis.
Diffstat (limited to 'templates')
-rw-r--r--templates/admin.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/admin.php b/templates/admin.php
index 3e74568e..ea49c786 100644
--- a/templates/admin.php
+++ b/templates/admin.php
@@ -54,7 +54,7 @@ style('user_saml', 'admin');
<h3><?php p($l->t('Service Provider Data')) ?></h3>
<p>
<?php print_unescaped($l->t('If your Service Provider should use certificates you can optionally specify them here.')) ?>
- <span class="toggle"><?php p($l->t('Show Service Provider settings ...')) ?></span>
+ <span class="toggle"><?php p($l->t('Show Service Provider settings…')) ?></span>
</p>
<div class="hidden">
@@ -73,7 +73,7 @@ style('user_saml', 'admin');
<p><input name="entityId" value="<?php p(\OC::$server->getConfig()->getAppValue('user_saml', 'idp-entityId', '')) ?>" type="text" class="required" placeholder="<?php p($l->t('Identifier of the IdP entity (must be a URI)')) ?>"/></p>
<p><input name="singleSignOnService.url" value="<?php p(\OC::$server->getConfig()->getAppValue('user_saml', 'idp-singleSignOnService.url', '')) ?>" type="text" class="required" placeholder="<?php p($l->t('URL Target of the IdP where the SP will send the Authentication Request Message')) ?>"/></p>
- <p><span class="toggle"><?php p($l->t('Show optional Identity Provider settings ...')) ?></span></p>
+ <p><span class="toggle"><?php p($l->t('Show optional Identity Provider settings…')) ?></span></p>
<div class="hidden">
<p><input name="singleLogoutService.url" value="<?php p(\OC::$server->getConfig()->getAppValue('user_saml', 'idp-singleLogoutService.url', '')) ?>" type="text" placeholder="<?php p($l->t('URL Location of the IdP where the SP will send the SLO Request')) ?>"/></p>
<p><textarea name="x509cert" placeholder="<?php p($l->t('Public X.509 certificate of the IdP')) ?>"><?php p(\OC::$server->getConfig()->getAppValue('user_saml', 'idp-x509cert', '')) ?></textarea></p>
@@ -84,7 +84,7 @@ style('user_saml', 'admin');
<h3><?php p($l->t('Attribute mapping')) ?></h3>
<p>
<?php print_unescaped($l->t('If you want to optionally map SAML attributes to the user you can configure these here.')) ?>
- <span class="toggle"><?php p($l->t('Show attribute mapping settings ...')) ?></span>
+ <span class="toggle"><?php p($l->t('Show attribute mapping settings…')) ?></span>
</p>
<div class="hidden">
@@ -103,7 +103,7 @@ style('user_saml', 'admin');
<h3><?php p($l->t('Security settings')) ?></h3>
<p>
<?php print_unescaped($l->t('For increased security we recommend enabling the following settings if supported by your environment.')) ?>
- <span class="toggle"><?php p($l->t('Show security settings ...')) ?></span>
+ <span class="toggle"><?php p($l->t('Show security settings…')) ?></span>
</p>
<div class="indent hidden">
<h4><?php p($l->t('Signatures and encryption offered')) ?></h4>