server/apps/files_sharing/l10n/ast.php
2014-04-09 01:56:49 -04:00

6 lines
157 B
PHP

<?php
$TRANSLATIONS = array(
"Shared by {owner}" => "Compartíu por {owner}",
"Password" => "Contraseña"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";