aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federation
diff options
context:
space:
mode:
Diffstat (limited to 'apps/federation')
-rw-r--r--apps/federation/l10n/ro.js9
-rw-r--r--apps/federation/l10n/ro.json7
2 files changed, 16 insertions, 0 deletions
diff --git a/apps/federation/l10n/ro.js b/apps/federation/l10n/ro.js
new file mode 100644
index 00000000000..e3035955143
--- /dev/null
+++ b/apps/federation/l10n/ro.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "federation",
+ {
+ "Server added to the list of trusted ownClouds" : "Server adăugat la lista serverelor ownCloud de încredere",
+ "Server is already in the list of trusted servers." : "Serverul este deja pe lista celor de încredere.",
+ "No ownCloud server found" : "Nu s-a găsit niciun server ownCloud",
+ "Could not add server" : "Nu s-a putut adăuga serverul"
+},
+"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");
diff --git a/apps/federation/l10n/ro.json b/apps/federation/l10n/ro.json
new file mode 100644
index 00000000000..75c514fd8c8
--- /dev/null
+++ b/apps/federation/l10n/ro.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Server added to the list of trusted ownClouds" : "Server adăugat la lista serverelor ownCloud de încredere",
+ "Server is already in the list of trusted servers." : "Serverul este deja pe lista celor de încredere.",
+ "No ownCloud server found" : "Nu s-a găsit niciun server ownCloud",
+ "Could not add server" : "Nu s-a putut adăuga serverul"
+},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
+} \ No newline at end of file