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

en_GB.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e519c602932c15ea96cb9b0a597cd91f5e31f688 (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
OC.L10N.register(
    "notifications",
    {
    "Hello %s" : "Hello %s",
    "Hello %s," : "Hello %s,",
    "Admin notifications" : "Admin notifications",
    "Notifications" : "Notifications",
    "This app provides a backend and frontend for the notification API available in Nextcloud." : "This app provides a backend and frontend for the notification API available in Nextcloud.",
    "This app provides a backend and frontend for the notification API available in Nextcloud.\n\t\tThe API is used by other apps to notify users in the web UI and sync clients about various things. Some examples are:\n\n📬 Federated file sharing: You received a new remote share\n\n📑 Comments: Another user mentioned you in a comment on a file\n\n🚢 Update notification: Available update for an app or nextcloud itself\n\n📣 Announcement center: An announcement was posted by an admin" : "This app provides a backend and frontend for the notification API available in Nextcloud.\n\t\tThe API is used by other apps to notify users in the web UI and sync clients about various things. Some examples are:\n\n📬 Federated file sharing: You received a new remote share\n\n📑 Comments: Another user mentioned you in a comment on a file\n\n🚢 Update notification: Available update for an app or nextcloud itself\n\n📣 Announcement center: An announcement was posted by an admin",
    "Failed to perform action" : "Failed to perform action",
    "Dismiss" : "Dismiss",
    "seconds ago" : "seconds ago",
    "Failed to dismiss notification" : "Failed to dismiss notification",
    "in {path}" : "in {path}",
    "Dismiss all notifications" : "Dismiss all notifications",
    "Requesting browser permissions to show notifications" : "Requesting browser permissions to show notifications",
    "No notifications" : "No notifications",
    "Failed to dismiss all notifications" : "Failed to dismiss all notifications",
    "You need to set up your email address before you can receive notification emails." : "You need to set up your email address before you can receive notification emails.",
    "Never" : "Never",
    "1 hour" : "1 hour",
    "3 hours" : "3 hours",
    "Your settings have been updated." : "Your settings have been updated."
},
"nplurals=2; plural=(n != 1);");