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

ia.php « l10n « lib - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 51dc365ed6bd69a9cf8c811fcfb46a2f17a2c71a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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("",""),
"last month" => "ultime mense",
"_%n month ago_::_%n months ago_" => array("",""),
"last year" => "ultime anno",
"years ago" => "annos passate"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";