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

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/oc.php')
-rw-r--r--l10n/oc.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/l10n/oc.php b/l10n/oc.php
new file mode 100644
index 00000000..7753d096
--- /dev/null
+++ b/l10n/oc.php
@@ -0,0 +1,6 @@
+<?php
+$TRANSLATIONS = array(
+"Pictures" => "Fòtos",
+"Share" => "Parteja"
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";