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/ro.js')
-rw-r--r--l10n/ro.js11
1 files changed, 10 insertions, 1 deletions
diff --git a/l10n/ro.js b/l10n/ro.js
index 202e42d..dd660cd 100644
--- a/l10n/ro.js
+++ b/l10n/ro.js
@@ -1,10 +1,19 @@
OC.L10N.register(
"notifications",
{
+ "Hello %s" : "Salut %s",
+ "Hello %s," : "Salut %s,",
"Notifications" : "Notificări",
"No notifications" : "Nu sunt notificări",
"Dismiss" : "Elimină",
"seconds ago" : "secunde în urmă",
- "in {path}" : "în {path}"
+ "in {path}" : "în {path}",
+ "You need to set up your email address before you can receive notification emails." : "Trebuie să-ți configurezi adresa de email înainte de a putea primi emailurile de notificare.",
+ "Never" : "Niciodată",
+ "1 hour" : "1 oră",
+ "3 hours" : "3 ore",
+ "1 day" : "1 zi",
+ "1 week" : "1 săptămână",
+ "Your settings have been updated." : "Setările dvs. au fost actualizate."
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");