nextcloud/apps/files_sharing/l10n/ast.php

18 lines
874 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$TRANSLATIONS = array(
"Shared by {owner}" => "Compartíu por {owner}",
"This share is password-protected" => "Esta compartición tien contraseña protexida",
"The password is wrong. Try again." => "La contraseña ye incorreuta. Inténtalo otra vegada.",
"Password" => "Contraseña",
"Sorry, this link doesnt seem to work anymore." => "Sentímoslo, esti enllaz paez que ya nun furrula.",
"Reasons might be:" => "Les razones pueden ser: ",
"the item was removed" => "esti elementu ta desaniciáu",
"the link expired" => "l'enllaz finó",
"sharing is disabled" => "compartir ta desactiváu",
"For more info, please ask the person who sent this link." => "Para más información, entruga-y a la persona qu'unvió esti enllaz",
"Download" => "Baxar",
"Download %s" => "Descargar %s",
"Direct link" => "Enllaz direutu"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";