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: ')); ?>

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}}
-

t('This app has no minimum ownCloud version assigned. This will be an error in ownCloud 11 and later.')); ?>

+

t('This app has no minimum Nextcloud version assigned. This will be an error in the future.')); ?>

{{else}} {{#if missingMaxOwnCloudVersion}}
-

t('This app has no maximum ownCloud version assigned. This will be an error in ownCloud 11 and later.')); ?>

+

t('This app has no maximum Nextcloud version assigned. This will be an error in the future.')); ?>

{{/if}} {{/if}} diff --git a/settings/templates/personal.php b/settings/templates/personal.php index b4ff5db5c7c..45f61310b30 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -138,7 +138,7 @@ if($_['passwordChangeSupported']) {

t('Sessions'));?>

- 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.'));?> @@ -166,7 +166,7 @@ if($_['passwordChangeSupported']) {
-

t('A device password is a passcode that gives an app or device permissions to access your ownCloud account.'));?>

+

t('A device password is a passcode that gives an app or device permissions to access your account.'));?>

@@ -197,7 +197,7 @@ if($_['passwordChangeSupported']) { - + t('Help translate'));?> @@ -223,10 +223,10 @@ if($_['passwordChangeSupported']) {

t('If you want to support the project - join development or - spread the word!'));?>

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