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

github.com/nextcloud/socialsharing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--socialsharing_facebook/l10n/hu.js8
-rw-r--r--socialsharing_facebook/l10n/hu.json6
2 files changed, 14 insertions, 0 deletions
diff --git a/socialsharing_facebook/l10n/hu.js b/socialsharing_facebook/l10n/hu.js
new file mode 100644
index 0000000..3252847
--- /dev/null
+++ b/socialsharing_facebook/l10n/hu.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "socialsharing_facebook",
+ {
+ "Share to Facebook" : "Megosztás Facebookon",
+ "Social sharing via Facebook" : "Közösségi megosztás Facebookkal",
+ "Enable direct sharing of files via Facebook, using shared links." : "Engedélyezze a fájlok Facebookon keresztüli megosztását megosztott hivatkozásokkal."
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/socialsharing_facebook/l10n/hu.json b/socialsharing_facebook/l10n/hu.json
new file mode 100644
index 0000000..8220b9b
--- /dev/null
+++ b/socialsharing_facebook/l10n/hu.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Share to Facebook" : "Megosztás Facebookon",
+ "Social sharing via Facebook" : "Közösségi megosztás Facebookkal",
+ "Enable direct sharing of files via Facebook, using shared links." : "Engedélyezze a fájlok Facebookon keresztüli megosztását megosztott hivatkozásokkal."
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file