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

es_CL.php « l10n « lib - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 261dc7c29cc83031cfe44a0912b4bc2f60c4a43e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
$TRANSLATIONS = array(
"Settings" => "Configuración",
"seconds ago" => "segundos antes",
"_%n minute ago_::_%n minutes ago_" => array("",""),
"_%n hour ago_::_%n hours ago_" => array("",""),
"today" => "hoy",
"yesterday" => "ayer",
"_%n day go_::_%n days ago_" => array("",""),
"last month" => "mes anterior",
"_%n month ago_::_%n months ago_" => array("",""),
"last year" => "último año",
"years ago" => "años anteriores"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";