From 19b531fd1412407d401f8433b05f005465ffb96c Mon Sep 17 00:00:00 2001
From: Morris Jobke
Date: Mon, 20 Jun 2016 10:38:37 +0200
Subject: fix more strings
---
apps/updatenotification/lib/Notification/Notifier.php | 2 +-
apps/updatenotification/templates/admin.php | 2 +-
settings/js/apps.js | 2 +-
settings/templates/admin.php | 2 +-
settings/templates/apps.php | 4 ++--
settings/templates/personal.php | 10 +++++-----
settings/templates/settings.development.notice.php | 4 ++--
7 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/apps/updatenotification/lib/Notification/Notifier.php b/apps/updatenotification/lib/Notification/Notifier.php
index 50505ef13f6..bd89c11d62d 100644
--- a/apps/updatenotification/lib/Notification/Notifier.php
+++ b/apps/updatenotification/lib/Notification/Notifier.php
@@ -64,7 +64,7 @@ class Notifier implements INotifier {
$l = $this->l10NFactory->get('updatenotification', $languageCode);
if ($notification->getObjectType() === 'core') {
- $appName = $l->t('ownCloud core');
+ $appName = $l->t('Nextcloud core');
$this->updateAlreadyInstalledCheck($notification, $this->getCoreVersions());
} else {
diff --git a/apps/updatenotification/templates/admin.php b/apps/updatenotification/templates/admin.php
index 5974b106f72..0be070cac30 100644
--- a/apps/updatenotification/templates/admin.php
+++ b/apps/updatenotification/templates/admin.php
@@ -47,7 +47,7 @@
- t('Only notification for app updates are available, because the selected update channel for ownCloud itself does not allow notifications.')); ?>
+ t('Only notification for app updates are available, because the selected update channel for the server itself does not allow notifications.')); ?>
diff --git a/settings/js/apps.js b/settings/js/apps.js
index 56c9022aa72..525a34d9067 100644
--- a/settings/js/apps.js
+++ b/settings/js/apps.js
@@ -121,7 +121,7 @@ OC.Settings.Apps = OC.Settings.Apps || {
$('.enable.needs-download').tipsy({fallback: t('settings', 'The app will be downloaded from the app store')});
- $('.app-level .official').tipsy({fallback: t('settings', 'Official apps are developed by and within the Nextcloud community. They offer functionality central to Nextcloud and are ready for production use.')});
+ $('.app-level .official').tipsy({fallback: t('settings', 'Official apps are developed by and within the community. They offer central functionality and are ready for production use.')});
$('.app-level .approved').tipsy({fallback: t('settings', 'Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use.')});
$('.app-level .experimental').tipsy({fallback: t('settings', 'This app is not checked for security issues and is new or known to be unstable. Install at your own risk.')});
},
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index b5c5b2510b6..c0a7424cf67 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -362,7 +362,7 @@ if ($_['cronErrors']) {
t('Please read carefully before activating server-side encryption: ')); ?>
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.')); ?>
-
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.')); ?>
+
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.')); ?>
t('Be aware that encryption always increases the file size.')); ?>
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.')); ?>
- t('These are the web, desktop and mobile clients currently logged in to your ownCloud.'));?>
+ t('These are the web, desktop and mobile clients currently logged in to your account.'));?>
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}',
],
[
- '',
+ '',
'',
'',
'',
],
- $l->t('Developed by the {communityopen}ownCloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}.')
+ $l->t('Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}.')
)); ?>
--
cgit v1.2.3