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

en_GB.js « l10n - github.com/nextcloud/quota_warning.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2b6b9a55893da9308e64048024af66a9e43c4452 (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
OC.L10N.register(
    "quota_warning",
    {
    "Saving…" : "Saving…",
    "Saved!" : "Saved!",
    "Quota warning" : "Quota warning",
    "Nearing your storage quota" : "Nearing your storage quota",
    "You are using more than %d%% of your storage quota. Try to free up some space by deleting old files you don't need anymore." : "You are using more than %d%% of your storage quota. Try to free up some space by deleting old files you don't need anymore.",
    "Or click the following button for options to change your data plan." : "Or click the following button for options to change your data plan.",
    "Or click the following link for options to change your data plan." : "Or click the following link for options to change your data plan.",
    "Data plan options" : "Data plan options",
    "You are using more than %d%% of your storage quota" : "You are using more than %d%% of your storage quota",
    "This app sends notifications to users when they reached 85, 90 and 95% of their quota." : "This app sends notifications to users when they reached 85, 90 and 95% of their quota.",
    "This app sends notifications to users when they reached 85, 90 and 95% of their quota (checked once a day).\nIn addition an email can be sent to the users. The three percentages can be changed in the admin settings.\nIt is also possible to have a link in the email and the notification for upsell options." : "This app sends notifications to users when they reached 85, 90 and 95% of their quota (checked once a day).\nIn addition an email can be sent to the users. The three percentages can be changed in the admin settings.\nIt is also possible to have a link in the email and the notification for upsell options.",
    "First notification" : "First notification",
    "Send an email" : "Send an email",
    "Second notification" : "Second notification",
    "Final notification" : "Final notification",
    "Link to quota management" : "Link to quota management",
    "Resend notifications after … days" : "Resend notifications after … days",
    "Set to 0 if the user should only receive one notification." : "Set to 0 if the user should only receive one notification.",
    "You are using more than %d%% of your storage quota. Try to free up some space by deleting old files you don´t need anymore." : "You are using more than %d%% of your storage quota. Try to free up some space by deleting old files you don´t need anymore."
},
"nplurals=2; plural=(n != 1);");