diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-07-07 11:29:46 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-07-07 11:29:46 +0200 |
commit | ba16fd0d337fa26114f55086198979d147a298c1 (patch) | |
tree | 39111cec77d17d5eeb60bd1b609e7a8419310459 /settings/templates | |
parent | 5ace43f43895cba4b398367e10731f92450d7da2 (diff) | |
parent | ed28885d73181e61c06802639910014e8a265e42 (diff) | |
download | nextcloud-server-ba16fd0d337fa26114f55086198979d147a298c1.tar.gz nextcloud-server-ba16fd0d337fa26114f55086198979d147a298c1.zip |
Merge branch 'master' into sync-master
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/admin.php | 3 | ||||
-rw-r--r-- | settings/templates/apps.php | 4 | ||||
-rw-r--r-- | settings/templates/personal.php | 10 | ||||
-rw-r--r-- | settings/templates/settings.development.notice.php | 4 |
4 files changed, 10 insertions, 11 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 9195e03ff48..f41c0d3c101 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -362,7 +362,7 @@ if ($_['cronErrors']) { <p><?php p($l->t('Please read carefully before activating server-side encryption: ')); ?></p> <ul> <li><?php p($l->t('Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met.')); ?></li> - <li><?php p($l->t('Encryption alone does not guarantee security of the system. Please see ownCloud documentation for more information about how the encryption app works, and the supported use cases.')); ?></li> + <li><?php p($l->t('Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases.')); ?></li> <li><?php p($l->t('Be aware that encryption always increases the file size.')); ?></li> <li><?php p($l->t('It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data.')); ?></li> </ul> @@ -519,6 +519,7 @@ if ($_['cronErrors']) { p($entry->time); }?> </td> + <td><?php isset($entry->user) ? p($entry->user) : p('--') ?></td> </tr> <?php endforeach;?> </table> diff --git a/settings/templates/apps.php b/settings/templates/apps.php index d3c14332693..2edbf1530eb 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -117,12 +117,12 @@ script( {{#if missingMinOwnCloudVersion}} <div class="app-dependencies"> - <p><?php p($l->t('This app has no minimum ownCloud version assigned. This will be an error in ownCloud 11 and later.')); ?></p> + <p><?php p($l->t('This app has no minimum Nextcloud version assigned. This will be an error in the future.')); ?></p> </div> {{else}} {{#if missingMaxOwnCloudVersion}} <div class="app-dependencies"> - <p><?php p($l->t('This app has no maximum ownCloud version assigned. This will be an error in ownCloud 11 and later.')); ?></p> + <p><?php p($l->t('This app has no maximum Nextcloud version assigned. This will be an error in the future.')); ?></p> </div> {{/if}} {{/if}} diff --git a/settings/templates/personal.php b/settings/templates/personal.php index a31cf1ed7b2..2f656d39fbb 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -118,8 +118,7 @@ if($_['passwordChangeSupported']) { ?> <form id="passwordform" class="section"> <h2 class="inlineblock"><?php p($l->t('Password'));?></h2> - <div class="hidden icon-checkmark" id="password-changed"></div> - <div class="hidden" id="password-error"><?php p($l->t('Unable to change your password'));?></div> + <div id="password-error-msg" class="msg success inlineblock" style="display: none;">Saved</div> <br> <label for="pass1" class="hidden-visually"><?php echo $l->t('Current password');?>: </label> <input type="password" id="pass1" name="oldpassword" @@ -133,7 +132,6 @@ if($_['passwordChangeSupported']) { <input type="checkbox" id="personal-show" name="show" /><label for="personal-show"></label> <input id="passwordbutton" type="submit" value="<?php echo $l->t('Change password');?>" /> <br/> - <div class="strengthify-wrapper"></div> </form> <?php } @@ -169,7 +167,7 @@ if($_['passwordChangeSupported']) { <div id="sessions" class="section"> <h2><?php p($l->t('Sessions'));?></h2> - <span class="hidden-when-empty"><?php p($l->t('These are the web, desktop and mobile clients currently logged in to your ownCloud.'));?></span> + <span class="hidden-when-empty"><?php p($l->t('These are the web, desktop and mobile clients currently logged in to your account.'));?></span> <table> <thead class="token-list-header"> <tr> @@ -234,10 +232,10 @@ if($_['passwordChangeSupported']) { <?php if (OC_Util::getEditionString() === ''): ?> <p> <?php print_unescaped($l->t('If you want to support the project - <a href="https://owncloud.org/contribute" + <a href="https://nextcloud.com/contribute" target="_blank" rel="noreferrer">join development</a> or - <a href="https://owncloud.org/promote" + <a href="https://nextcloud.com/contribute" target="_blank" rel="noreferrer">spread the word</a>!'));?> </p> <?php endif; ?> diff --git a/settings/templates/settings.development.notice.php b/settings/templates/settings.development.notice.php index c88c90f6b6b..2834277cfd6 100644 --- a/settings/templates/settings.development.notice.php +++ b/settings/templates/settings.development.notice.php @@ -8,12 +8,12 @@ '{linkclose}', ], [ - '<a href="https://owncloud.org/contact" target="_blank" rel="noreferrer">', + '<a href="https://nextcloud.com/contribute" target="_blank" rel="noreferrer">', '<a href="https://github.com/owncloud" target="_blank" rel="noreferrer">', '<a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank" rel="noreferrer">', '</a>', ], - $l->t('Developed by the {communityopen}ownCloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}<abbr title="Affero General Public License">AGPL</abbr>{linkclose}.') + $l->t('Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}<abbr title="Affero General Public License">AGPL</abbr>{linkclose}.') )); ?> </p> <?php endif; ?> |