nextcloud/apps/files_sharing/l10n/ast.php

7 lines
157 B
PHP

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