nextcloud/apps/files_sharing/l10n/ast.php

34 lines
1.5 KiB
PHP
Raw Normal View History

2014-04-09 09:56:49 +04:00
<?php
$TRANSLATIONS = array(
2014-06-05 09:57:20 +04:00
"Shared with you" => "Compartío contigo",
"Shared with others" => "Compartío con otros",
2014-06-09 09:54:32 +04:00
"Shared by link" => "Compartíu por 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-06-09 09:54:32 +04:00
"You haven't shared any files by link yet." => "Entá nun compartiesti nengún ficheru por enllaz.",
"Could not load template" => "Nun pudo cargase la plantía",
2014-06-06 09:57:10 +04:00
"Saved" => "Guardáu",
"Reset" => "Reaniciar",
2014-04-09 09:56:49 +04:00
"Shared by {owner}" => "Compartíu por {owner}",
2014-06-01 09:55:19 +04:00
"Shared by" => "Compartíu 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-05-04 09:56:15 +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-05-09 09:55:42 +04:00
"sharing is disabled" => "compartir ta desactiváu",
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-05-09 09:55:42 +04:00
"Download" => "Baxar",
"Download %s" => "Descargar %s",
2014-06-06 09:57:10 +04:00
"Direct link" => "Enllaz direutu",
2014-06-09 09:54:32 +04:00
"Mail templates" => "Plantíes de corréu",
"Theme" => "Tema",
"Template" => "Plantía",
2014-06-06 09:57:10 +04:00
"Save" => "Guardar"
2014-04-09 09:56:49 +04:00
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";