nextcloud/apps/files_sharing/l10n/ast.php

39 lines
2.3 KiB
PHP
Raw Normal View History

2014-04-09 09:56:49 +04:00
<?php
$TRANSLATIONS = array(
2014-06-20 09:54:32 +04:00
"Server to server sharing is not enabled on this server" => "La compartición sirvidor a sirvidor nun ta habilitada nesti sirvidor",
"Couldn't add remote share" => "Nun pudo amestase una compartición remota",
2014-07-09 09:55:51 +04:00
"Shared with you" => "Compartíos contigo",
"Shared with others" => "Compartíos con otros",
2014-08-02 09:54:33 +04:00
"Shared by link" => "Compartíos per enllaz",
2014-06-05 09:57:20 +04:00
"No files have been shared with you yet." => "Entá nun se compartieron ficheros contigo.",
"You haven't shared any files yet." => "Entá nun compartiesti dengún ficheru.",
2014-08-11 09:54:32 +04:00
"You haven't shared any files by link yet." => "Entá nun compartiesti nengún ficheru per enllaz.",
2014-07-09 09:55:51 +04:00
"Do you want to add the remote share {name} from {owner}@{remote}?" => "Quies amestar compartición remota {name} de {owner}@{remote}?",
"Remote share" => "Compartición remota",
"Remote share password" => "Contraseña de compartición remota",
"Cancel" => "Encaboxar",
"Add remote share" => "Amestar compartición remota",
2014-06-20 09:54:32 +04:00
"No ownCloud installation found at {remote}" => "Nun s'alcontró denguna instalación d'ownCloud en {remote}",
"Invalid ownCloud url" => "Url ownCloud inválida",
2014-07-09 09:55:51 +04:00
"Shared by" => "Compartíos por",
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-07-08 09:55:17 +04:00
"Password" => "Contraseña",
2014-06-01 09:55:19 +04:00
"Name" => "Nome",
2014-06-09 09:54:32 +04:00
"Share time" => "Compartir hora",
2014-05-11 09:57:00 +04:00
"Sorry, this link doesnt seem to work anymore." => "Sentímoslo, esti enllaz paez que yá nun furrula.",
2014-05-09 09:55:42 +04:00
"Reasons might be:" => "Les razones pueden ser: ",
2014-05-11 09:57:00 +04:00
"the item was removed" => "desanicióse l'elementu",
"the link expired" => "l'enllaz caducó",
2014-06-16 09:54:35 +04:00
"sharing is disabled" => "la compartición ta deshabilitada",
2014-05-11 09:57:00 +04:00
"For more info, please ask the person who sent this link." => "Pa más información, entrúga-y a la persona qu'unvió esti enllaz",
2014-07-06 09:54:33 +04:00
"Add to your ownCloud" => "Amestar al to ownCloud",
2014-05-09 09:55:42 +04:00
"Download" => "Baxar",
"Download %s" => "Descargar %s",
2014-06-20 09:54:32 +04:00
"Direct link" => "Enllaz direutu",
2014-06-29 09:56:00 +04:00
"Remote Shares" => "Comparticiones remotes",
2014-06-20 09:54:32 +04:00
"Allow other instances to mount public links shared from this server" => "Permitir a otres instancies montar enllaces compartíos públicos d'esti sirvidor",
"Allow users to mount public link shares" => "Permitir a los usuarios montar enllaces compartíos públicos"
2014-04-09 09:56:49 +04:00
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";