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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n/en_GB.js')
-rw-r--r--lib/l10n/en_GB.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js
index a83ae8e9f1a..cda7eb6fb7e 100644
--- a/lib/l10n/en_GB.js
+++ b/lib/l10n/en_GB.js
@@ -15,14 +15,14 @@ OC.L10N.register(
"Library %s with a version higher than %s is required - available version %s." : "Library %s with a version higher than %s is required - available version %s.",
"Library %s with a version lower than %s is required - available version %s." : "Library %s with a version lower than %s is required - available version %s.",
"Following platforms are supported: %s" : "Following platforms are supported: %s",
- "ownCloud %s or higher is required." : "ownCloud %s or higher is required.",
- "ownCloud %s or lower is required." : "ownCloud %s or lower is required.",
+ "Nextcloud %s or higher is required." : "Nextcloud %s or higher is required.",
+ "Nextcloud %s or lower is required." : "Nextcloud %s or lower is required.",
"Help" : "Help",
"Personal" : "Personal",
"Users" : "Users",
"Admin" : "Admin",
"Recommended" : "Recommended",
- "App \"%s\" cannot be installed because it is not compatible with this version of ownCloud." : "App \"%s\" cannot be installed because it is not compatible with this version of ownCloud.",
+ "App \"%s\" cannot be installed because it is not compatible with this version of Nextcloud." : "App \"%s\" cannot be installed because it is not compatible with this version of Nextcloud.",
"App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s",
"No app name specified" : "No app name specified",
"Unknown filetype" : "Unknown filetype",
@@ -58,7 +58,7 @@ OC.L10N.register(
"App does not provide an info.xml file" : "App does not provide an info.xml file",
"Signature could not get checked. Please contact the app developer and check your admin screen." : "Signature could not get checked. Please contact the app developer and check your admin screen.",
"App can't be installed because of not allowed code in the App" : "App can't be installed because of unallowed code in the App",
- "App can't be installed because it is not compatible with this version of ownCloud" : "App can't be installed because it is not compatible with this version of ownCloud",
+ "App can't be installed because it is not compatible with this version of Nextcloud" : "App can't be installed because it is not compatible with this version of Nextcloud",
"App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps",
"App can't be installed because the version in info.xml is not the same as the version reported from the app store" : "App can't be installed because the version in info.xml is not the same as the version reported from the app store",
"Application is not enabled" : "Application is not enabled",
@@ -125,7 +125,7 @@ OC.L10N.register(
"The username is already being used" : "The username is already being used",
"No database drivers (sqlite, mysql, or postgresql) installed." : "No database drivers (sqlite, mysql, or postgresql) installed.",
"Microsoft Windows Platform is not supported" : "Microsoft Windows Platform is not supported",
- "Running ownCloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>." : "Running ownCloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>.",
+ "Running Nextcloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>." : "Running Nextcloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>.",
"Cannot write into \"config\" directory" : "Cannot write into \"config\" directory",
"Cannot write into \"apps\" directory" : "Cannot write into \"apps\" directory",
"This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file.",
@@ -137,7 +137,7 @@ OC.L10N.register(
"Please ask your server administrator to install the module." : "Please ask your server administrator to install the module.",
"PHP module %s not installed." : "PHP module %s not installed.",
"PHP setting \"%s\" is not set to \"%s\"." : "PHP setting \"%s\" is not set to \"%s\".",
- "Adjusting this setting in php.ini will make ownCloud run again" : "Adjusting this setting in php.ini will make ownCloud run again",
+ "Adjusting this setting in php.ini will make Nextcloud run again" : "Adjusting this setting in php.ini will make Nextcloud run again",
"mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"",
"To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini",
"PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible.",