server/apps/files_sharing/l10n/es_CL.php

6 lines
102 B
PHP
Raw Normal View History

2013-12-17 21:43:17 +00:00
<?php
$TRANSLATIONS = array(
2014-03-11 05:59:39 +00:00
"Password" => "Clave"
2013-12-17 21:43:17 +00:00
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";