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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/oc.js')
-rw-r--r--l10n/oc.js13
1 files changed, 12 insertions, 1 deletions
diff --git a/l10n/oc.js b/l10n/oc.js
index d23940f..53f3fb7 100644
--- a/l10n/oc.js
+++ b/l10n/oc.js
@@ -1,11 +1,22 @@
OC.L10N.register(
"notifications",
{
+ "Hello %s" : "Adieu %s",
+ "Hello %s," : "Adieu %s,",
+ "_New notification for %s_::_%n new notifications for %s_" : ["Notificacion novèla per %s","%n notificacions novèlas per %s"],
+ "_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Avètz una notificacion novèla per %s","Avètz %n notificacions novèlas per %s"],
"Admin notifications" : "Notificacions admin",
"Notifications" : "Notificacions",
"Dismiss all notifications" : "Tancar totas las notificacions",
"No notifications" : "Cap de notificacion",
"Dismiss" : "Ignorar",
- "seconds ago" : "fa qualques segondas"
+ "seconds ago" : "fa qualques segondas",
+ "Never" : "Jamai",
+ "1 hour" : " 1 ora",
+ "3 hours" : "3 oras",
+ "1 day" : "1 jorn",
+ "1 week" : "1 setmana",
+ "Your settings have been updated." : "Paramètres actualizats.",
+ "An error occurred while updating your settings." : "Una error s’es producha pendent l’actualizacion dels paramètres."
},
"nplurals=2; plural=(n > 1);");