Blame view
sources/apps/files_external/l10n/es_CL.php
193 Bytes
|
6d9380f96
|
1 2 3 4 5 6 7 8 |
<?php $TRANSLATIONS = array( "Username" => "Usuario", "Password" => "Clave", "Share" => "Compartir", "Folder name" => "Nombre del directorio" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |