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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/cloud_federation_api/l10n/ro.js')
-rw-r--r--apps/cloud_federation_api/l10n/ro.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/cloud_federation_api/l10n/ro.js b/apps/cloud_federation_api/l10n/ro.js
new file mode 100644
index 00000000000..c880232b710
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/ro.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "cloud_federation_api",
+ {
+ "Cloud Federation API" : "API-ul Cloud Federation",
+ "Enable clouds to communicate with each other and exchange data" : "Permiteți serviciilor de cloud să comunice între ele și să facă schimb de date",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "API-ul Cloud Federation permite diferitelor instanțe Nextcloud să comunice între ele și să facă schimb de date."
+},
+"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");