nextcloud/apps/files_sharing/l10n/ast.php

8 lines
180 B
PHP
Raw Normal View History

2014-04-09 09:56:49 +04:00
<?php
$TRANSLATIONS = array(
"Shared by {owner}" => "Compartíu por {owner}",
2014-05-04 09:56:15 +04:00
"Password" => "Contraseña",
"Download" => "Baxar"
2014-04-09 09:56:49 +04:00
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";