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 'lib/l10n/ia.php')
-rw-r--r--lib/l10n/ia.php22
1 files changed, 0 insertions, 22 deletions
diff --git a/lib/l10n/ia.php b/lib/l10n/ia.php
deleted file mode 100644
index 03fbad47682..00000000000
--- a/lib/l10n/ia.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Help" => "Adjuta",
-"Personal" => "Personal",
-"Settings" => "Configurationes",
-"Users" => "Usatores",
-"Admin" => "Administration",
-"Unknown filetype" => "Typo de file incognite",
-"Invalid image" => "Imagine invalide",
-"web services under your control" => "servicios web sub tu controlo",
-"seconds ago" => "secundas passate",
-"_%n minute ago_::_%n minutes ago_" => array("","%n minutas passate"),
-"_%n hour ago_::_%n hours ago_" => array("","%n horas passate"),
-"today" => "hodie",
-"yesterday" => "heri",
-"_%n day go_::_%n days ago_" => array("","%n dies ante"),
-"last month" => "ultime mense",
-"_%n month ago_::_%n months ago_" => array("","%n menses ante"),
-"last year" => "ultime anno",
-"years ago" => "annos passate"
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";