nextcloud/settings/l10n/es_CL.php

9 lines
171 B
PHP
Raw Normal View History

2013-12-18 01:43:17 +04:00
<?php
$TRANSLATIONS = array(
2014-03-11 09:59:39 +04:00
"Error" => "Error",
2013-12-18 01:43:17 +04:00
"Password" => "Clave",
2014-03-12 09:57:17 +04:00
"Cancel" => "Cancelar",
2013-12-18 01:43:17 +04:00
"Username" => "Usuario"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";