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

en_GB.js « l10n « updatenotification « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4fcccc6e7765e8aaf704ab0222c03404ef495d9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
OC.L10N.register(
    "updatenotification",
    {
    "{version} is available. Get more information on how to update." : "{version} is available. Get more information on how to update.",
    "Open updater" : "Open updater",
    "Your version is up to date." : "Your version is up to date.",
    "A non-default update server is in use to be checked for updates:" : "A non-default update server is in use to be checked for updates:",
    "Update channel:" : "Update channel:",
    "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel.",
    "Note that after a new release it can take some time before it shows up here. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found." : "Note that after a new release it can take some time before it shows up here. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found.",
    "Notify members of the following groups about available updates:" : "Notify members of the following groups about available updates:",
    "Only notification for app updates are available." : "Only notification for app updates are available.",
    "The selected update channel does not support updates of the server." : "The selected update channel does not support updates of the server.",
    "Checked on {lastCheckedDate}" : "Checked on {lastCheckedDate}",
    "Could not start updater, please try the manual update" : "Could not start updater, please try the manual update",
    "Update notifications" : "Update notifications",
    "Channel updated" : "Channel updated",
    "The update server could not be reached since %d days to check for new updates." : "The update server could not be reached since %d days to check for new updates.",
    "Please check the Nextcloud and server log files for errors." : "Please check the Nextcloud and server log files for errors.",
    "Update to %1$s is available." : "Update to %1$s is available.",
    "Update for %1$s to version %2$s is available." : "Update for %1$s to version %2$s is available.",
    "Update for {app} to version %s is available." : "Update for {app} to version %s is available.",
    "Update notification" : "Update notification",
    "A new version is available: %s" : "A new version is available: %s",
    "Download now" : "Download now",
    "Checked on %s" : "Checked on %s",
    "The selected update channel makes dedicated notifications for the server obsolete." : "The selected update channel makes dedicated notifications for the server obsolete.",
    "The update check is not yet finished. Please refresh the page." : "The update check is not yet finished. Please refresh the page."
},
"nplurals=2; plural=(n != 1);");