nextcloud/apps/files_sharing/l10n/es.php

40 lines
2.5 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2014-06-25 14:33:53 +04:00
"Server to server sharing is not enabled on this server" => "Compartir entre servidores no está habilitado en este servidor",
2014-08-17 09:56:22 +04:00
"Invalid or untrusted SSL certificate" => "Certificado SSL inválido o no confiable",
2014-06-25 14:33:53 +04:00
"Couldn't add remote share" => "No se puede añadir un compartido remoto",
2014-06-01 09:55:19 +04:00
"Shared with you" => "Compartido contigo",
"Shared with others" => "Compartido con otros",
2014-06-07 09:56:13 +04:00
"Shared by link" => "Compartido por medio de enlaces",
2014-06-01 09:55:19 +04:00
"No files have been shared with you yet." => "Aún no han compartido contigo ningún archivo.",
"You haven't shared any files yet." => "Aún no has compartido ningún archivo.",
2014-06-07 09:56:13 +04:00
"You haven't shared any files by link yet." => "Usted todavía no ha compartido ningún archivo por medio de enlaces.",
2014-07-09 09:55:51 +04:00
"Do you want to add the remote share {name} from {owner}@{remote}?" => "¿Desea añadir el recurso compartido remoto {name} de {owner}@{remote}?",
"Remote share" => "Recurso compartido remoto",
"Remote share password" => "Contraseña del compartido remoto",
"Cancel" => "Cancelar",
"Add remote share" => "Añadir recurso compartido remoto",
2014-06-19 09:55:38 +04:00
"No ownCloud installation found at {remote}" => "No se encontró una instalación de ownCloud en {remote}",
"Invalid ownCloud url" => "URL de ownCloud inválido",
2014-06-01 09:55:19 +04:00
"Shared by" => "Compartido por",
2013-10-16 08:31:48 +04:00
"This share is password-protected" => "Este elemento compartido esta protegido por contraseña",
2013-07-06 04:08:38 +04:00
"The password is wrong. Try again." => "La contraseña introducida es errónea. Inténtelo de nuevo.",
2014-07-08 09:55:17 +04:00
"Password" => "Contraseña",
2014-06-01 09:55:19 +04:00
"Name" => "Nombre",
2014-06-30 09:54:47 +04:00
"Share time" => "Compartido hace",
2013-09-05 15:37:32 +04:00
"Sorry, this link doesnt seem to work anymore." => "Vaya, este enlace parece que no volverá a funcionar.",
2013-08-01 09:57:04 +04:00
"Reasons might be:" => "Las causas podrían ser:",
"the item was removed" => "el elemento fue eliminado",
"the link expired" => "el enlace expiró",
"sharing is disabled" => "compartir está desactivado",
"For more info, please ask the person who sent this link." => "Para mayor información, contacte a la persona que le envió el enlace.",
2014-07-04 09:56:01 +04:00
"Add to your ownCloud" => "Agregue su propio ownCloud",
2014-05-04 09:56:15 +04:00
"Download" => "Descargar",
2014-03-12 09:57:17 +04:00
"Download %s" => "Descargar %s",
2014-06-19 09:55:38 +04:00
"Direct link" => "Enlace directo",
2014-06-30 09:54:47 +04:00
"Remote Shares" => "Almacenamiento compartido remoto",
2014-06-25 14:33:53 +04:00
"Allow other instances to mount public links shared from this server" => "Permitir a otros montar enlaces publicos compartidos de este servidor",
"Allow users to mount public link shares" => "Permitir a los usuarios montar enlaces publicos compartidos"
2012-08-24 04:07:18 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";