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:
authorOlivier Paroz <github@oparoz.com>2015-01-05 04:41:26 +0300
committerOlivier Paroz <github@oparoz.com>2015-01-05 04:41:26 +0300
commit64735b0b61eb9a5c2b81c03249ed9107b6957fd8 (patch)
tree4739a859528eb5a250d454ae983c28503cf45b21 /l10n/is.php
parent99cb13506c9c20097384cd45045f73dd78b8f96f (diff)
Original Gallery translations, untouched
Diffstat (limited to 'l10n/is.php')
-rw-r--r--l10n/is.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/l10n/is.php b/l10n/is.php
new file mode 100644
index 00000000..53a1882c
--- /dev/null
+++ b/l10n/is.php
@@ -0,0 +1,6 @@
+<?php
+$TRANSLATIONS = array(
+"Pictures" => "Myndir",
+"Share" => "Deila"
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";