nextcloud/apps/files_sharing/l10n/ast.php

18 lines
874 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-09 09:55:42 +04:00
"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.",
2014-05-04 09:56:15 +04:00
"Password" => "Contraseña",
2014-05-09 09:55:42 +04:00
"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"
2014-04-09 09:56:49 +04:00
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";